llvm-project/lldb/source
Jim Ingham e96ade8bf6 Make the "SearchFilterByModuleListAndCU" work correctly for searches at the CompUnit
level.  Fixes a bug in "break set --source-pattern-regexp" when a shared library is
specified.  

Also cleaned up the help text for --source-pattern-regexp so it is a little clearer.

<rdar://problem/14084261>

llvm-svn: 183476
2013-06-07 01:13:00 +00:00
..
API Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors command line options. 2013-05-23 20:47:45 +00:00
Breakpoint Fixed a problem where evaluating a breakpoint 2013-06-06 20:18:50 +00:00
Commands Make the "SearchFilterByModuleListAndCU" work correctly for searches at the CompUnit 2013-06-07 01:13:00 +00:00
Core Make the "SearchFilterByModuleListAndCU" work correctly for searches at the CompUnit 2013-06-07 01:13:00 +00:00
DataFormatters <rdar://problem/13125225> 2013-06-05 17:47:23 +00:00
Expression Hardened the IR interpreter to prevent it from 2013-06-06 21:14:35 +00:00
Host <rdar://problem/14083928> 2013-06-06 22:23:02 +00:00
Interpreter Fix various build warnings. 2013-06-03 18:00:07 +00:00
Plugins Use std::vector for the array of RegisterInfo structs that describe the register context. 2013-06-05 14:12:43 +00:00
Symbol Patch from Yacine Belkadi that fixes a typo in an error message. 2013-05-20 16:52:10 +00:00
Target Remember to tell the breakpoints to update themselves when new symbols are added. 2013-06-04 23:01:35 +00:00
Utility Added a test case that verifies that LLDB can debug across a process exec'ing itself into a new program. This currently is only enabled for Darwin since we exec from 64 bit to 32 bit and vice versa for 'x86_64' targets. 2013-05-21 21:55:59 +00:00
CMakeLists.txt More minor FreeBSD fixes. 2013-06-04 15:59:01 +00:00
Makefile Remove LLDB dependency on xcodeworkspace (on Linux) for version number 2013-02-28 16:51:15 +00:00
lldb-log.cpp Don't compare 4 characters on a 2 character string. 2013-05-22 23:36:10 +00:00
lldb.cpp Remove the initialization/termination of the now-removed OperatingSystemDarwinKernel. 2013-05-03 03:55:48 +00:00