llvm-project/lldb/source
Jim Ingham df59c4a937 Change the "breakpoint fuzz" algorithm from "coalesce the line ranges for a file & line breakpoint if they are contiguous" to
"coalesce the line ranges for a file & line breakpoint to the first range in each block".  We were still setting a silly number
of independent breakpoints sometimes, and until we get a compiler that emits trustworthy is_stmt flags in the line table, we
need to do something to reduce the noise.

<rdar://problem/14920404>

llvm-svn: 190380
2013-09-10 02:06:17 +00:00
..
API Avoid ambiguity between pid_t and lldb::pid_t. 2013-09-05 16:53:14 +00:00
Breakpoint Change the "breakpoint fuzz" algorithm from "coalesce the line ranges for a file & line breakpoint if they are contiguous" to 2013-09-10 02:06:17 +00:00
Commands <rdar://problem/14728845> 2013-09-09 22:35:18 +00:00
Core Include file cleanup. 2013-09-05 18:57:48 +00:00
DataFormatters Use standard boolean operators. 2013-08-27 16:24:58 +00:00
Expression Remove a spurious comment. 2013-09-05 01:52:29 +00:00
Host Added some MSVC required functions in Windows.cpp. Moved MSVC specific getopt code inside its own folder. 2013-09-07 05:05:49 +00:00
Interpreter Restore -- "end of args" marker for shell 2013-09-05 21:38:45 +00:00
Plugins Fixed parsing of the .debug_aranges section so that LLDB will still work correctly even if arange data is not available for every object file in the program. 2013-09-09 23:17:40 +00:00
Symbol Fix DWARF for 0-length CIE (data after the length should not be read if length is 0). 2013-08-25 13:24:48 +00:00
Target Correct logic error found by inspection. 2013-09-06 12:43:14 +00:00
Utility Use <atomic> instead of "llvm/Support/Atomic.h". Removed unused RefCounter class. 2013-09-05 16:38:02 +00:00
CMakeLists.txt merge lldb-platform-work branch (and assorted fixes) into trunk 2013-08-26 23:57:52 +00:00
Makefile Remove LLDB dependency on xcodeworkspace (on Linux) for version number 2013-02-28 16:51:15 +00:00
lldb-log.cpp merge lldb-platform-work branch (and assorted fixes) into trunk 2013-08-26 23:57:52 +00:00
lldb.cpp merge lldb-platform-work branch (and assorted fixes) into trunk 2013-08-26 23:57:52 +00:00