llvm-project/lldb/source
Johnny Chen 41b77265e3 If creation of watchpoint failed on the device, make sure the list maintained by the target reflects that by cleaning it up.
llvm-svn: 153477
2012-03-26 22:00:10 +00:00
..
API Adding a new API call IsTypeComplete() to SBType. This call is meant to check if the type has been previously completed or not (which is mostly interesting from a performance point of view) 2012-03-24 01:11:14 +00:00
Breakpoint First stage of implementing step by "run to next branch". Doesn't work yet, is turned off. 2012-03-09 04:10:47 +00:00
Commands Removing cascading through inheritance chains for data formatters 2012-03-22 19:55:55 +00:00
Core Removing cascading through inheritance chains for data formatters 2012-03-22 19:55:55 +00:00
Expression Added some hardening to make sure that we don't 2012-03-21 17:13:20 +00:00
Host Bump version to debugserver-184, lldb-135. 2012-03-24 04:05:56 +00:00
Interpreter Platforms can now auto-select themselves if you specify a full target triple when doing a "target create" command. 2012-03-20 18:34:04 +00:00
Plugins Use GetClangDeclContextForDIE, it'll find the cached one 2012-03-25 19:37:33 +00:00
Symbol Adding a new API call IsTypeComplete() to SBType. This call is meant to check if the type has been previously completed or not (which is mostly interesting from a performance point of view) 2012-03-24 01:11:14 +00:00
Target If creation of watchpoint failed on the device, make sure the list maintained by the target reflects that by cleaning it up. 2012-03-26 22:00:10 +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 Since we are having issues with the new LLVM MC disassembler, we can have 2012-03-22 00:49:15 +00:00