llvm-project/lldb/source
Enrico Granata daa0ac48e6 <rdar://problem/12582328>
If you want to define a formatter for "array of Foo of any size", ordinarily you would say

-x "Foo \[[0-9]+\]"

this checkin allows you to instead say "Foo[]" (or "Foo []") and LLDB will automatically create the regular expression and add the -x flag on your behalf

llvm-svn: 183272
2013-06-04 22:25:36 +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 Error out if the expression for a breakpoint 2013-05-29 20:22:18 +00:00
Commands <rdar://problem/12582328> 2013-06-04 22:25:36 +00:00
Core Fix various build warnings. 2013-06-03 18:00:07 +00:00
DataFormatters <rdar://problem/14003462> 2013-06-04 21:53:55 +00:00
Expression Fixed printf build warning. 2013-06-04 21:30:42 +00:00
Host Fix various build warnings. 2013-06-03 18:00:07 +00:00
Interpreter Fix various build warnings. 2013-06-03 18:00:07 +00:00
Plugins Add a more clear explanation of what is missing for core files with no LC_THREAD load commands. 2013-06-04 21:48:36 +00:00
Symbol Patch from Yacine Belkadi that fixes a typo in an error message. 2013-05-20 16:52:10 +00:00
Target If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, just return the current PrivateStopInfo. 2013-06-04 01:40:51 +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