llvm-project/lldb/source
Enrico Granata 223383ed6c Changes to Python commands:
- They now have an SBCommandReturnObject instead of an SBStream as third argument
 - The class CommandObjectPythonFunction has been merged into CommandObjectCommands.cpp
 - The command to manage them is now:
  command script with subcommands add, list, delete, clear
   command alias is returned to its previous functionality
 - Python commands are now part of an user dictionary, instead of being seen as aliases
 

llvm-svn: 137785
2011-08-16 23:24:13 +00:00
..
API Changes to Python commands: 2011-08-16 23:24:13 +00:00
Breakpoint Make ValueObject::SetValueFromCString work correctly. 2011-08-12 23:34:31 +00:00
Commands Changes to Python commands: 2011-08-16 23:24:13 +00:00
Core Fixed register value objects to be able to return their values as unsigned 2011-08-16 03:49:01 +00:00
Expression Fixed a performance problem where functions were 2011-08-16 18:09:29 +00:00
Host Silence the static analyzer. 2011-08-12 00:21:20 +00:00
Interpreter Changes to Python commands: 2011-08-16 23:24:13 +00:00
Plugins Fixed an issue where we could end up creating multiple 2011-08-16 18:40:23 +00:00
Symbol Fixed the logging output that appears when doing a: 2011-08-16 18:19:31 +00:00
Target Add missing check for non-NULL frame_sp. 2011-08-16 00:07:28 +00:00
Utility Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate 2011-07-19 03:57:15 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp some editing of data visualization error messages to make them more meaningful 2011-07-22 17:03:19 +00:00
lldb.cpp Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00