llvm-project/lldb/source
Jason Molenda 8d27075c3d bump to lldb-150.
llvm-svn: 157090
2012-05-19 00:32:19 +00:00
..
API Add an accessor on SBBreakpointLocation to get its location ID. 2012-05-16 00:51:15 +00:00
Breakpoint If we notice that a module with a given file path is replaced by another with the same file 2012-05-17 18:38:42 +00:00
Commands <rdar://problem/11386214> 2012-05-18 02:38:05 +00:00
Core If we notice that a module with a given file path is replaced by another with the same file 2012-05-17 18:38:42 +00:00
Expression Enabled C++11 in the expression parser. auto and 2012-05-16 21:03:38 +00:00
Host bump to lldb-150. 2012-05-19 00:32:19 +00:00
Interpreter <rdar://problem/11405850> 2012-05-18 00:04:38 +00:00
Plugins Found a quick way to improve the speed with which we can read object files from memory when they are in the shared cache: always read the symbol table strings from memory and let the process' memory cache do the work. 2012-05-18 23:20:01 +00:00
Symbol Enabled C++11 in the expression parser. auto and 2012-05-16 21:03:38 +00:00
Target Forgot to bump the local string buffer up in size after debugging to make sure long strings would be correctly read when the buffer is too small for the string. 2012-05-19 00:18:00 +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 Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
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