llvm-project/lldb/source
Greg Clayton 2920b36401 Make sure we notify that the section module was loaded when SBTarget::SetSectionLoadAddress() is called. Also make sure that the section module is unloaded when SBTarget::ClearSectionLoadAddress() or SBTarget::ClearModuleLoadAddress() is called.
<rdar://problem/25119335>

llvm-svn: 269707
2016-05-16 21:14:44 +00:00
..
API Make sure we notify that the section module was loaded when SBTarget::SetSectionLoadAddress() is called. Also make sure that the section module is unloaded when SBTarget::ClearSectionLoadAddress() or SBTarget::ClearModuleLoadAddress() is called. 2016-05-16 21:14:44 +00:00
Breakpoint Keep original source path and mapped path in LineEntry 2016-05-11 22:46:53 +00:00
Commands Make LLDB print out an explicit marker when it's displaying formatters that are part of a disabled category 2016-05-16 17:27:26 +00:00
Core Fix a few -Wformat-pedantic warnings 2016-05-15 18:18:13 +00:00
DataFormatters Add support for synthetic child providers to optionally return a customized typename for display 2016-05-02 00:41:24 +00:00
Expression [LLDB] Added support for PHI nodes to IR interpreter 2016-05-12 20:00:53 +00:00
Host Disable HostThread::Cancel assertion on FreeBSD 2016-05-13 17:01:59 +00:00
Initialization Remove ASTContexts from SystemInitializerCommon 2016-05-13 13:40:51 +00:00
Interpreter Fix an issue where the apropos command would not print fully qualified command names for nested command objects 2016-05-02 21:28:40 +00:00
Plugins Don't crash when OS plug-in returns None from any of the functions we might call. 2016-05-16 20:07:38 +00:00
Symbol Symbol: fix -Wcovered-switch warning 2016-05-15 18:18:16 +00:00
Target Fix some long standing issues that caused tests to be flaky. 2016-05-12 22:58:52 +00:00
Utility Remove some lldbassert's from the packet checking code. 2016-05-07 00:52:18 +00:00
CMakeLists.txt Add initial CMake glue for the NetBSD platform 2015-10-24 00:27:04 +00:00
lldb.cpp Add more NetBSD platform glue for lldb 2015-11-07 15:31:54 +00:00