llvm-project/lldb/source
Jason Molenda f2da1f68d8 Get Section from resolved_addr in Target::ReadMemory
Landing this fix for Augusto Noronha.  The code is getting the
Section from 'addr' passed in, but it may have been expressed as
a load address when it was created and Target::ReadMemory tries to
convert it to a Section+offset if that's now possible; use the
Section found from that cleanup if it exists.

Differential Revision: https://reviews.llvm.org/D100850
2021-04-20 12:09:06 -07:00
..
API Target::ReadMemory read from read-only binary file Section, not memory 2021-04-16 16:13:07 -07:00
Breakpoint Make the stop-on-sharedlibrary-events setting work. 2021-03-24 11:15:11 -07:00
Commands Target::ReadMemory read from read-only binary file Section, not memory 2021-04-16 16:13:07 -07:00
Core [lldb] Print the fixed address if symbolication fails in DumpDataExtractor 2021-04-19 12:23:23 -07:00
DataFormatters [lldb][NFC] Give CompilerType's IsArrayType/IsVectorType/IsBlockPointerType out-parameters default values 2021-02-23 11:15:31 +01:00
Expression Target::ReadMemory read from read-only binary file Section, not memory 2021-04-16 16:13:07 -07:00
Host [lldb] Pretend host architecture is arm64 on AS 2021-04-13 18:57:23 -07:00
Initialization [lldb] Fix shared library directory computation on windows 2021-02-18 15:37:52 +01:00
Interpreter [trace][intel-pt] Implement trace start and trace stop 2021-03-30 17:31:37 -07:00
Plugins [lldb] Fix demangler leaks in the DWARF AST parser 2021-04-19 16:36:54 -07:00
Symbol Target::ReadMemory read from read-only binary file Section, not memory 2021-04-16 16:13:07 -07:00
Target Get Section from resolved_addr in Target::ReadMemory 2021-04-20 12:09:06 -07:00
Utility NFC put the armv6m entry with the other Cortex-M entries 2021-04-15 02:02:26 -07:00
CMakeLists.txt Remove HAVE_VCS_VERSION_INC, not needed 2020-10-29 13:09:05 -07:00
lldb.cpp [lldb] Reinstate support for LLDB_VERSION_STRING 2021-02-22 16:56:00 -08:00