llvm-project/lldb/source
Greg Clayton 5115bf8e73 Improve the performance of DWARFDebugInfo::GetCompileUnitContainingDIE() by using a binary search.
Also switched DWARFDebugInfo::GetCompileUnit() over to using the same kind of binary search instead of using bsearch().

llvm-svn: 242852
2015-07-21 22:53:51 +00:00
..
API Add support for specifying a language to use when parsing breakpoints. 2015-07-21 22:05:07 +00:00
Breakpoint Add support for specifying a language to use when parsing breakpoints. 2015-07-21 22:05:07 +00:00
Commands Add support for specifying a language to use when parsing breakpoints. 2015-07-21 22:05:07 +00:00
Core Add support for specifying a language to use when parsing breakpoints. 2015-07-21 22:05:07 +00:00
DataFormatters Remove a static helper function and use the StringPrinter API exclusively to format NSStrings 2015-07-17 22:39:35 +00:00
Expression Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a function call on target via register manipulation 2015-07-14 10:56:58 +00:00
Host [NativeProcessLinux] Integrate MainLoop 2015-07-21 13:20:32 +00:00
Initialization [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
Interpreter Add support for specifying a language to use when parsing breakpoints. 2015-07-21 22:05:07 +00:00
Plugins Improve the performance of DWARFDebugInfo::GetCompileUnitContainingDIE() by using a binary search. 2015-07-21 22:53:51 +00:00
Symbol Eliminated a potential infinite recursion in structure layout when the origin 2015-07-20 16:55:19 +00:00
Target Add support for specifying a language to use when parsing breakpoints. 2015-07-21 22:05:07 +00:00
Utility Add jThreadsInfo support to lldb-server 2015-07-16 14:14:35 +00:00
CMakeLists.txt Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00
Makefile [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
lldb.cpp Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00