llvm-project/lldb/source
Jason Molenda 17423dd422 Update Symtab::InitAddressIndexes so that computed symbol sizes
will not exceed the bounds of their Section.  This is addressing a
problem where a file had a large space between two sections that
were not used by this module - the last symbol in the text section
had an enormous size because the distance between that and the first
symbol in the data section were used to compute the size.

http://reviews.llvm.org/D19004
<rdar://problem/25227945> 

llvm-svn: 266165
2016-04-13 04:32:49 +00:00
..
API Provide more information in ThreadSanitizer's JSON data. Move remaining TSan logic from SBThread to InstrumentationRuntime plugin. 2016-04-10 18:57:38 +00:00
Breakpoint Breakpoint conditions were making result variables, which they should not do. 2016-04-12 17:17:35 +00:00
Commands Use the FormatEntity work for great good - parse summary strings before accepting them, and fail to add any strings that fail parsing 2016-04-12 21:57:11 +00:00
Core Remove unintentional return 2016-04-11 11:19:37 +00:00
DataFormatters Remove even more of the data formatters that silently run code 2016-04-08 21:24:24 +00:00
Expression Breakpoint conditions were making result variables, which they should not do. 2016-04-12 17:17:35 +00:00
Host Revert to using libdispatch to reap threads on MacOSX. Code was accidentally checked in that is now reverted. 2016-04-12 20:26:41 +00:00
Initialization Move DynamicLoader plugins to SystemInitializerFull 2016-03-29 15:00:26 +00:00
Interpreter Add help for our regular expression commands when aliased 2016-04-08 17:56:26 +00:00
Plugins Fixed being able to set breakpoints on destructors when we don't fully specify the demangled name. So all of the following now work: 2016-04-12 22:02:37 +00:00
Symbol Update Symtab::InitAddressIndexes so that computed symbol sizes 2016-04-13 04:32:49 +00:00
Target Provide more information in ThreadSanitizer's JSON data. Move remaining TSan logic from SBThread to InstrumentationRuntime plugin. 2016-04-10 18:57:38 +00:00
Utility Fixed an issue that could cause debugserver to return two stop reply packets ($T packets) for one \x03 interrupt. The problem was that when a \x03 byte is sent to debugserver while the process is running, and up calling: 2016-04-01 00:41:29 +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