hanchenye-llvm-project/lldb/source
Greg Clayton d70b14ea9d Fixed memory management issues introduced by revision 157507.
A local std::string was being filled in and then the function would return "s.c_str()".
A local StreamString (which contains a std::string) was being filled in, and essentially also returning the c string from the std::string, though it was in a the StreamString class.

The fix was to not do this by passing a stream object into StringList::Join() and fix the "arch_helper()" function to do what it should: cache the result in a global.

llvm-svn: 157519
2012-05-26 17:21:14 +00:00
..
API Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through the Python scripting bridge. 2012-05-23 22:34:34 +00:00
Breakpoint Also push file & line breakpoints past the prologue. Also added a "-K" argument to the relevant 2012-05-22 00:12:20 +00:00
Commands rdar://problem/11533713 2012-05-25 21:10:46 +00:00
Core Fixed memory management issues introduced by revision 157507. 2012-05-26 17:21:14 +00:00
Expression Updated the object-pointer lookup logic to fix 2012-05-21 22:25:52 +00:00
Host Bump to lldb 152. 2012-05-25 02:05:58 +00:00
Interpreter Fixed memory management issues introduced by revision 157507. 2012-05-26 17:21:14 +00:00
Plugins <rdar://problem/11535465> 2012-05-25 18:09:55 +00:00
Symbol Fixed a crash in logging when the name of an 2012-05-25 18:12:26 +00:00
Target <rdar://problem/11534686> 2012-05-25 17:05:55 +00:00
Utility Removed redundant isxdigit checks and added the ability to GetHexU8() so it can extract an 8 bit hex value if one is available. It will set EOF if "set_eof_on_fail" is true or if out of data. This allows a string decoder to grab a string without losing the last part of the packet with a packet like "414243,abc" (it can extract "ABC" and leave the file position set to the comma). 2012-04-07 00:42:53 +00:00
Makefile
lldb-log.cpp Patch from Filipe Cabecinhas. 2012-04-26 17:07:53 +00:00
lldb.cpp Patch from Viktor Kutuzov <vkutuzov@accesssoftek.com>: 2012-04-14 00:54:42 +00:00