llvm-project/lldb/source
Johnny Chen 2c76eb02a9 rdar://problem/10998562
lldb crashes under guard malloc

Fix CommandObjectSettingsAppend::ExecuteRawCommandString() so that it does not perform the cmd_args.Shift()
operation after it has got the var_name out of the raw string, since StringRef is manipulating the raw
string later on.

llvm-svn: 152194
2012-03-07 02:09:02 +00:00
..
API Using the new ScriptInterpreterObject in the implementation of synthetic children to enhance type safety 2012-03-06 23:42:15 +00:00
Breakpoint Add a command and an SB API to create exception breakpoints. Make the break output prettier for Exception breakpoints. 2012-03-06 00:37:27 +00:00
Commands rdar://problem/10998562 2012-03-07 02:09:02 +00:00
Core rdar://problem/10611315 2012-03-07 01:12:24 +00:00
Expression Added support for calling blocks from expressions, 2012-03-06 21:56:33 +00:00
Host <rdar://10996650> 2012-03-07 00:32:38 +00:00
Interpreter Using the new ScriptInterpreterObject in the implementation of synthetic children to enhance type safety 2012-03-06 23:42:15 +00:00
Plugins Fix a little nit with exception breakpoints for C++, the expression parser wants to be 2012-03-06 18:10:38 +00:00
Symbol rdar://problem/10611315 2012-03-07 01:12:24 +00:00
Target <rdar://problem/10840355> 2012-03-06 04:01:04 +00:00
Utility rdar://problem/10652076 2012-02-29 01:07:59 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Add a logging mode that takes a callback and flush'es to that callback. 2012-02-21 02:23:08 +00:00
lldb.cpp Enabled the PlatformLinux and PlatforFreeBSD on MacOSX so they can be used 2012-02-27 19:12:12 +00:00