llvm-project/lldb/source/Interpreter
Enrico Granata d3d444f811 This patch provides a set of formatters for most of the commonly used Cocoa classes.
The formatter for NSString is an improved version of the one previously shipped as an example, the others are new in design and implementation.
A more robust and OO-compliant Objective-C runtime wrapper is provided for runtime versions 1 and 2 on 32 and 64 bit.
The formatters are contained in a category named "AppKit", which is not enabled at startup.

llvm-svn: 151299
2012-02-23 23:10:03 +00:00
..
Args.cpp rdar://problem/10712130 2012-01-19 19:22:41 +00:00
CommandInterpreter.cpp Add a general mechanism to wait on the debugger for Broadcasters of a given class/event bit set. 2012-02-16 06:50:00 +00:00
CommandObject.cpp Refine the 'watchpoint set' command to now require either the '-v' option (for watching of a variable) or 2012-02-08 01:13:31 +00:00
CommandObjectRegexCommand.cpp Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. 2011-01-08 20:28:42 +00:00
CommandObjectScript.cpp More cleanups ; Separated implementation of FormatManager from class DataVisualization as a front-end by using separate .h/.cpp files - Final aim is to break up FormatManager.h/cpp into several separate files 2011-08-22 22:03:47 +00:00
CommandObjectScript.h Split up the Python script interpreter code to allow multiple script interpreter objects to 2011-01-14 00:29:16 +00:00
CommandReturnObject.cpp Work in progress for: 2011-12-19 21:36:23 +00:00
Makefile build: Fix SWIG include paths on Darwin. 2011-10-31 22:51:14 +00:00
NamedOptionValue.cpp Cleaned up many error codes. For any who is filling in error strings into 2011-10-26 00:56:27 +00:00
OptionGroupArchitecture.cpp Cleaned up many error codes. For any who is filling in error strings into 2011-10-26 00:56:27 +00:00
OptionGroupBoolean.cpp Headers have been moved to /includes/lldb/Interpreter. This patch 2011-05-13 20:21:08 +00:00
OptionGroupFile.cpp Added "target variable" command that allows introspection of global 2011-07-07 01:59:51 +00:00
OptionGroupFormat.cpp Fixed the GDB format to allow the size and format characters to come in any 2011-10-28 23:27:55 +00:00
OptionGroupOutputFile.cpp Cleaned up many error codes. For any who is filling in error strings into 2011-10-26 00:56:27 +00:00
OptionGroupPlatform.cpp Cleaned up many error codes. For any who is filling in error strings into 2011-10-26 00:56:27 +00:00
OptionGroupUInt64.cpp Headers have been moved to /includes/lldb/Interpreter. This patch 2011-05-13 20:21:08 +00:00
OptionGroupUUID.cpp Cleaned up many error codes. For any who is filling in error strings into 2011-10-26 00:56:27 +00:00
OptionGroupValueObjectDisplay.cpp A simple fix for the GDB format strings so the byte size parameter gets 2011-10-26 04:32:38 +00:00
OptionGroupVariable.cpp Cleaned up many error codes. For any who is filling in error strings into 2011-10-26 00:56:27 +00:00
OptionGroupWatchpoint.cpp After discussions with Jim and Greg, modify the 'watchpoint set' command to become a mutiword command 2012-02-08 22:37:48 +00:00
Options.cpp Refine the 'watchpoint set' command to now require either the '-v' option (for watching of a variable) or 2012-02-08 01:13:31 +00:00
ScriptInterpreter.cpp <rdar://problem/10750012> 2012-01-27 00:13:27 +00:00
ScriptInterpreterNone.cpp Fixed the way set/show variables were being accessed to being natively 2010-09-18 01:14:36 +00:00
ScriptInterpreterPython.cpp This patch provides a set of formatters for most of the commonly used Cocoa classes. 2012-02-23 23:10:03 +00:00
embedded_interpreter.py Split up the Python script interpreter code to allow multiple script interpreter objects to 2011-01-14 00:29:16 +00:00