Go to file
Enrico Granata be93a35a8a Python commands:
It is now possible to use 'command alias --python' to define a command name that actually triggers execution of a Python function
 (e.g. command alias --python foo foo_impl makes a command named 'foo' that runs Python function 'foo_impl')
 The Python function foo_impl should have as signature: def foo_impl(debugger, args, stream, dict): where
  debugger is an object wrapping an LLDB SBDebugger
  args is the command line arguments, as an unparsed Python string
  stream is an SBStream that represents the standard output
  dict is an internal utility parameter and should be left untouched
 The function should return None on no error, or an error string to describe any problems

llvm-svn: 137722
2011-08-16 16:49:25 +00:00
clang MacOSKeychainAPIChecker: Do not report double allocation if first allocation returned an error. 2011-08-16 16:30:24 +00:00
compiler-rt Don't redeclare sr. 2011-07-28 23:15:41 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Fix needle-in-haystack bug found by Walter Brown 2011-08-15 17:22:22 +00:00
libcxxabi reformatted to match Clang style; thanks to John McCall for the nudge 2011-08-15 18:06:47 +00:00
lldb Python commands: 2011-08-16 16:49:25 +00:00
llvm Tidy up. Trailing whitespace. 2011-08-16 16:38:17 +00:00
polly www: Updating memaccess Documentation 2011-08-15 09:37:46 +00:00