llvm-project/lldb
Jason Molenda ef5f6a2391 Fix order of arguments for target stop-hook list/delete. Having
the argument description in the command name could cause a command
alias to crash, e.g.
command alias zzz target stop-hook delete 1
because the "name" is used to re-fetch the exact CommandObject when
adding the final arg.

<rdar://problem/10423753>

llvm-svn: 144330
2011-11-10 23:03:44 +00:00
..
docs Add reference to ToT/examples/customization for more customization examples. 2011-10-12 19:20:04 +00:00
examples Add an example customization directory which uses a binutils.py module to provide 2011-10-28 23:30:28 +00:00
include <rdar://problem/9334299> 2011-11-10 19:20:52 +00:00
lib build: liblldb now depends on the linker library 2011-11-01 17:32:01 +00:00
lldb.xcodeproj Bumped Xcode project version for lldb-86 and debugserver-151 2011-11-07 22:50:17 +00:00
lldb.xcworkspace Adding a Xcode workspace for lldb. 2011-01-27 20:15:39 +00:00
resources Bumped Xcode project version for lldb-86 and debugserver-151 2011-11-07 22:50:17 +00:00
scripts <rdar://problem/9334299> 2011-11-10 19:20:52 +00:00
source Fix order of arguments for target stop-hook list/delete. Having 2011-11-10 23:03:44 +00:00
test Do a better job of detecting when a breakpoint command has set the target running again (except you have to ignore 2011-11-08 03:00:11 +00:00
tools Cleanup some warnings. 2011-11-09 19:04:58 +00:00
utils Add a utility script: 2011-11-04 01:05:29 +00:00
www Updated the grossly out of date status page. 2011-10-27 01:33:27 +00:00
INSTALL.txt You'll need to be running Mac OS X to get lldb to build right now. 2010-06-09 07:29:26 +00:00
LICENSE.TXT test commit 2010-06-09 03:55:24 +00:00
Makefile build: Add some -Wno's for things LLDB isn't clean on yet. 2011-10-31 22:50:55 +00:00