llvm-project/lldb/source
Jason Molenda 25d5b10b22 When constructing an address range to "step" or "next" through,
find the largest address range (possibly combining multiple 
LineEntry's for this line number) that is contiguous.

This allows lldb's fast-step stepping algorithm to potentially
run for a longer address range than if we have to stop at every
LineEntry indicating a subexpression in the source line.

http://reviews.llvm.org/D15407
<rdar://problem/23270882> 

llvm-svn: 255590
2015-12-15 00:40:30 +00:00
..
API When constructing an address range to "step" or "next" through, 2015-12-15 00:40:30 +00:00
Breakpoint Fix watchpoint check to use watchpoint ranges 2015-12-07 19:38:58 +00:00
Commands When constructing an address range to "step" or "next" through, 2015-12-15 00:40:30 +00:00
Core Differential Revision: http://reviews.llvm.org/D15333 2015-12-10 10:11:49 +00:00
DataFormatters Fix a bug where one-lining display of child values would ignore the user's choice of format 2015-12-01 00:04:52 +00:00
Expression Fixed a bug where the size of a type was used instead of the size of a pointer. 2015-11-10 21:48:05 +00:00
Host [Editline] Redesign automatic indentation fix command for robustness 2015-12-14 21:43:59 +00:00
Initialization Plug-in PlatformNetBSD initializer and terminator 2015-12-05 21:46:37 +00:00
Interpreter remove defunct scripts/build-swig-wrapper-classes.sh; switch autoconf build to prepare_bindings.py. 2015-11-18 19:34:03 +00:00
Plugins Fix scope-based lookup when more than one function is found. 2015-12-12 19:31:41 +00:00
Symbol When constructing an address range to "step" or "next" through, 2015-12-15 00:40:30 +00:00
Target When constructing an address range to "step" or "next" through, 2015-12-15 00:40:30 +00:00
Utility Add failure paths to a few JSONNumber members 2015-12-14 14:52:07 +00:00
CMakeLists.txt Add initial CMake glue for the NetBSD platform 2015-10-24 00:27:04 +00:00
Makefile [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
lldb.cpp Add more NetBSD platform glue for lldb 2015-11-07 15:31:54 +00:00