- d1f8705 Add comment. by Johnny Chen · 13 years ago
- 4003f57 Refactoring: replace a bunch of static array size computation or hardcoded constant by Johnny Chen · 13 years ago
- 3b23d20 Renaming a bulk of method calls from Get() to something more descriptive by Enrico Granata · 13 years ago
- 58dba3c Add OptionGroupWatchpoint.cpp/.h (preparatory work) for hooking up watchpoint to the 'frame variable' comand. by Johnny Chen · 13 years ago
- d68e089 Added the ability to introspect types thourgh the public SBType interface. by Greg Clayton · 13 years ago
- 1ac6d1f Adding two new options to the 'help' command: by Enrico Granata · 13 years ago
- fdf24ef Move the SourceManager from the Debugger to the Target. That way it can store the per-Target default Source File & Line. by Jim Ingham · 13 years ago
- 30e8d97 Watchpoint WIP: on the debugger side, create an instance of either by Johnny Chen · 13 years ago
- 716a628 Refactoring of Get() methods in FormatManager/FormatCategory to have explicative names and return shared-pointers instead of bools by Enrico Granata · 13 years ago
- 21900fb Fill out implementation of Enable/DisableWatchpoint() for ProcessGDBRemote class (Not Tested Yet). by Johnny Chen · 13 years ago
- 9a3c2a5 Add a data type WatchpointLocationList to the repository. A Target contains an instance of watchpoint location list. by Johnny Chen · 13 years ago
- 9154480 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 13 years ago
- edda23f Change the signature of WatchpointLocation ctor so that the second param becomes by Johnny Chen · 13 years ago
- 5c3861d Added the ability for DWARF locations to use the ABI plug-ins to resolve by Greg Clayton · 13 years ago
- c8cf5e2 Added support for accessing and loading our new .debug_names and .debug_types by Greg Clayton · 13 years ago
- 97b8f66 Forgot to write out the NULL terminator when putting C string value into by Greg Clayton · 13 years ago
- d84cc04 Added a DataEncoder class for the new IR evaluation expression parser so it by Greg Clayton · 13 years ago
- 2396777 Make ThreadList::GetSelectedThread() select and return the 0th thread if there's no by Johnny Chen · 13 years ago
- caf798c Fixing commas in enums (build breaker on GCC) as reported by Filipe Cabecinhas by Enrico Granata · 13 years ago
- 2431244 Added support for persistent types to the by Sean Callanan · 13 years ago
- 2c6a3d8 Additional code cleanups ; Short option name for --python-script in type summary add moved from -s to -o (this is a preliminary step in moving the short option for --summary-string from -f to -s) ; Accordingly updated the test suite by Enrico Granata · 13 years ago
- d587a58 Separated FormatNavigator and FormatManager in two different files ; moved FormatCategoryItem enum out of FormatManager.h as a debugger-wide lldb_private enum ; minor style cleanups by Enrico Granata · 13 years ago
- 0be2e9b 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 by Enrico Granata · 13 years ago
- b0968f5 Code cleanup and refactoring (round 4): by Enrico Granata · 13 years ago
- 37f962e Added a new plug-in type: lldb_private::OperatingSystem. The operating system by Greg Clayton · 13 years ago
- 3370f0c Fixed some SWIG interoperability issues by Enrico Granata · 13 years ago
- d8b9b06 Added the ability to create a SBCommandReturnObject object from a pointer by Greg Clayton · 13 years ago
- 13a54a1 Taking care of an issue with using lldb_private types in SBCommandInterpreter.cpp ; Making NSString test case work on Snow Leopard ; Removing an unused variable warning by Enrico Granata · 13 years ago
- 6f30287 - Now using ${var} as the summary for an aggregate type will produce "name-of-type @ object-location" instead of giving an error by Enrico Granata · 13 years ago
- 2f2c6fb More thorough fix for the spaces-in-typename issue by Enrico Granata · 13 years ago
- d3a86a2 Third round of code cleanups: by Enrico Granata · 13 years ago
- 1c61743 Second round of code cleanups: by Enrico Granata · 13 years ago
- f501c59 First round of code cleanups: by Enrico Granata · 13 years ago
- 074e3b6 New category "gnu-libstdc++" provides summary for std::string and synthetic children for types std::map, std::list and std::vector by Enrico Granata · 13 years ago
- e5e34cb When defining a scripted command, it is possible to provide a docstring and that will be used as the help text for the command by Enrico Granata · 13 years ago
- 6b1596d Changes to Python commands: by Enrico Granata · 13 years ago
- c2a2825 Python commands: by Enrico Granata · 13 years ago
- d6bcc0d Fixed register value objects to be able to return their values as unsigned by Greg Clayton · 13 years ago
- 19030d8 Refactoring of ValueObject::DumpValueObject and 'frame variable', 'target variable' commands to use an Options object instead of passing an ever-increasing number of arguments to the DumpValueObject() method, with the ultimate aim of making that call private implementation by Enrico Granata · 13 years ago
- 3ad4da0 Factor out the code that parses ObjC Method names into a static method by Jim Ingham · 13 years ago
- 558dd5b Add a version of SBDebugger::Create which allows us to specify whether to source by Jim Ingham · 13 years ago
- 574c3d6 Make ValueObject::SetValueFromCString work correctly. by Jim Ingham · 13 years ago
- 7aa04f6 Removed an initialization that wasn't needed. by Greg Clayton · 13 years ago
- c51ffbf We were leaking a stack frame in StackFrameList in Thread.cpp which could by Greg Clayton · 13 years ago
- 06f0db6 Added an error message when the user tries to add a filter when a synthetic provider for the same type is already defined in the same category by Enrico Granata · 13 years ago
- db64d95 Giving a warning to the user the first time children are truncated by the new cap setting by Enrico Granata · 13 years ago
- 018921d *Some more optimizations in usage of ConstString by Enrico Granata · 13 years ago
- 9c57fc0 Fixed an issue where a pointer's address was being logged instead of its value by Enrico Granata · 13 years ago
- f2bf870 Patch for "process load" by Filipe Cabecinhas. by Greg Clayton · 13 years ago
- 5beb99d Added the ability to remove orphaned module shared pointers from a ModuleList. by Greg Clayton · 13 years ago
- 153ccd7 While tracking down memory consumption issue a few things were needed: the by Greg Clayton · 13 years ago
- 840eb26 CFString.py now shows contents in a more NSString-like way (e.g. you get @"Hello" instead of "Hello") by Enrico Granata · 13 years ago
- 21f37ad Move the handling of breakpoint conditions from the Private event loop to the StopInfoBreakpoint::DoActions, which happens as the by Jim Ingham · 13 years ago
- f669850 Basic support for reading synthetic children by index: by Enrico Granata · 13 years ago
- 899025f Added a "--global" option to the "target modules list" by Greg Clayton · 13 years ago
- ec07c0d Add EvaluateWithError static method. Fix a bug in handling constant expressions - we weren't setting the result even though the expression evaluation succeeded... by Jim Ingham · 13 years ago
- c617a4c This is an overhaul of the expression parser code by Sean Callanan · 13 years ago
- 0c64baf On second thought, add the IsValid() method to SBTypeList, making it similar to SBSymbolContextList and SBValueList. by Johnny Chen · 13 years ago
- 8c1d720 Fixed issues for iOS debugging where if a device has by Greg Clayton · 13 years ago
- a54ad99 Option --regex (-x) now also works for synthetic children: by Enrico Granata · 13 years ago
- 80b01e5 fixed a potential memory leak ; small improvement in the formatters lookup algorithm by Enrico Granata · 13 years ago
- 5c9a3c7 Fixed a problem that caused LLDB to fail to execute by Sean Callanan · 13 years ago
- a83f877 Make sure we track CXX and objc method decls. by Greg Clayton · 13 years ago
- 4e5397c New formatting symbol %# can be used in summary strings to get the "count of children" of a variable by Enrico Granata · 13 years ago
- c92eb40 APIs to GetValueAsSigned/Unsigned() in SBValue now also accept an SBError parameter to give more info about any problem by Enrico Granata · 13 years ago
- 0fb0bcc Cleaned up the SBType.h file to not include internal headers and reorganized by Greg Clayton · 13 years ago
- 441f08c Fixed an issue where the KVO swizzled type would be returned as the dynamic type instead of the actual user-level type by Enrico Granata · 13 years ago
- 51b11e0 Add method Module::IsLoadedInTarget, and then in the MacOS X dynamic loader, after we by Jim Ingham · 13 years ago
- 6e2d282 Fixed an issue where StackFrame::GetValueForVariableExpressionPath(...) by Greg Clayton · 13 years ago
- 4b66329 Patch by David Forsythe to build lldb on FreeBSD! by Johnny Chen · 13 years ago
- afb7c85 Fixed a bug where a variable could not be formatted in a summary if its datatype already had a custom format by Enrico Granata · 13 years ago
- 166ba10 Added checking to make sure that the target has a by Sean Callanan · 13 years ago
- 9b6898f This change brings in the latest LLVM/Clang, and by Sean Callanan · 13 years ago
- 62fcf03 Moved some functionality from ValueObject to ClangASTType. by Greg Clayton · 13 years ago
- 979e20d Public API changes: by Enrico Granata · 13 years ago
- e89ab7b new flag -P to type synth add lets you type a Python class interactively by Enrico Granata · 13 years ago
- 9ae7cef Python synthetic children: by Enrico Granata · 13 years ago
- ea6d783 Add support for platforms without sa_len to SocketAddress, and modify by Peter Collingbourne · 13 years ago
- de4059f some editing of data visualization error messages to make them more meaningful by Enrico Granata · 13 years ago
- a395506 Make the SBAddress class easier to use when using the public API. by Greg Clayton · 13 years ago
- e4e3e2c when typing a summary string you can use the %S symbol to explicitly indicate that you want the summary to be used to print the target object by Enrico Granata · 13 years ago
- 1e620f0 type category list now supports a regular expression argument that filters categories to only include the ones matching the regex by Enrico Granata · 13 years ago
- 23ba377 Applied Matt Johnson patch to ValueObject and FormatManager by Enrico Granata · 13 years ago
- d5b3e3c Added some more functionality to SocketAddress and modified by Greg Clayton · 13 years ago
- 2bc9eb3 Patch by Matt Johnson to silence G++ warnings! by Johnny Chen · 13 years ago
- 4c3fb4b The implementation of categories is now synchronization safe by Enrico Granata · 13 years ago
- ac304e4 Abstract "struct sockaddr", "struct sockaddr_in", "struct sockaddr_in6" and by Greg Clayton · 13 years ago
- 8a717e5 Fixed a bug where deleting a regex summary would not immediately reflect in the variables display by Enrico Granata · 13 years ago
- 6d91e0a Add SWIG interface files for SBSymbol, SBSymbolContext, and SBSymbolContextList. by Johnny Chen · 13 years ago
- fb35e2a Add SWIG Python interface files for SBLineEntry, SBListener, and SBModule. by Johnny Chen · 13 years ago
- ba6f252 Missed the interface file for SBFunction in the previous checkin. by Johnny Chen · 13 years ago
- 6cf1bc3 Add SWIG Python interface files for SBDebugger, SBCompileUnit, and SBEvent. by Johnny Chen · 13 years ago
- 3cfd5e8 Add SWIG Python interface files for SBAddress, SBBlock, SBBreakpoint, and SBBreakpointLocation. by Johnny Chen · 13 years ago
- c3fba81 Add SWIG Python interface files for SBProcess, SBThread, and SBFrame. by Johnny Chen · 13 years ago
- 854a1ba Add two new interface files SBValue.i and SBValueList.i, instead of directly swigging the header files. by Johnny Chen · 13 years ago
- 8d2ea28 Added a boolean to the pure virtual lldb_private::Process::CanDebug(...) by Greg Clayton · 13 years ago
- ebd63b2 Create an interface file for SBTarget named SBTarget.i which relieves SBTarget.h by Johnny Chen · 13 years ago
- 412babd Add missing #include, fixes Linux build by Peter Collingbourne · 13 years ago
- d52d00f Completed more work on the KDP darwin kernel debugging Process plug-in. by Greg Clayton · 13 years ago
- 7f163b3 Some descriptive text for the Python script feature: by Enrico Granata · 13 years ago