llvm-project/lldb/source
Greg Clayton da91b17bc7 Patch from Viktor Kutuzov: changes the method declarations to const for the Args::GetCommandString and Agrs::GetQuotedCommandString methods. It allows using of these methods within the other const methods.
llvm-svn: 155593
2012-04-25 22:30:32 +00:00
..
API Added the ability to specify the symbol file for a module when adding it to a target. 2012-04-23 20:23:39 +00:00
Breakpoint <rdar://problem/11282938> 2012-04-23 22:00:21 +00:00
Commands Fix the docs for "breakpoint command add" to specify the arguments passed into the python function. 2012-04-25 01:05:21 +00:00
Core Returning data formatters to their previous working condition - Plus fixing an issue that was preventing Python oneliners from executing 2012-04-25 17:53:41 +00:00
Expression Hardened LLDB against NULL identifiers being passed 2012-04-25 17:46:01 +00:00
Host Bump to lldb-144. 2012-04-25 01:44:49 +00:00
Interpreter Patch from Viktor Kutuzov: changes the method declarations to const for the Args::GetCommandString and Agrs::GetQuotedCommandString methods. It allows using of these methods within the other const methods. 2012-04-25 22:30:32 +00:00
Plugins Recognize Objective-C classes with runtime class 2012-04-25 01:03:57 +00:00
Symbol Make sure the end of the first line is still within the function, and if not, don't push the prologue past it. 2012-04-25 19:48:30 +00:00
Target Change Target::ReadMemoryFromFileCache to not read from the file 2012-04-25 00:06:56 +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 Add a logging mode that takes a callback and flush'es to that callback. 2012-02-21 02:23:08 +00:00
lldb.cpp Patch from Viktor Kutuzov <vkutuzov@accesssoftek.com>: 2012-04-14 00:54:42 +00:00