llvm-project/lldb/source
Greg Clayton fb72fde837 Fixed a typo: "aync" => "async"
llvm-svn: 156797
2012-05-15 02:50:49 +00:00
..
API Found one more place where the OkayToDiscard needs to be consulted. 2012-05-11 23:47:32 +00:00
Breakpoint Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. 2012-05-04 23:02:50 +00:00
Commands Add a useful error message to "log enable" with the wrong number of arguments, and reject "log enable lldb" which just silently did nothing before. 2012-05-12 00:38:30 +00:00
Core <rdar://problem/11330621> 2012-05-10 02:52:23 +00:00
Expression Don't try to use "OkayToDiscard" to mean BOTH this plan is a user plan or not AND unwind on error. 2012-05-11 18:43:38 +00:00
Host <rdar://problem/11451919> 2012-05-15 02:44:13 +00:00
Interpreter Fixed an issue in the platform options where if no architecture was specified where the platform would fail to select itself with something like: 2012-05-11 18:37:58 +00:00
Plugins Fixed a typo: "aync" => "async" 2012-05-15 02:50:49 +00:00
Symbol <rdar://problem/11330621> 2012-05-10 02:52:23 +00:00
Target <rdar://problem/11451919> 2012-05-15 02:44:13 +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