1. 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
  2. 6b1596d Changes to Python commands: by Enrico Granata · 13 years ago
  3. c2a2825 Python commands: by Enrico Granata · 13 years ago
  4. d6bcc0d Fixed register value objects to be able to return their values as unsigned by Greg Clayton · 13 years ago
  5. 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
  6. 3ad4da0 Factor out the code that parses ObjC Method names into a static method by Jim Ingham · 13 years ago
  7. 558dd5b Add a version of SBDebugger::Create which allows us to specify whether to source by Jim Ingham · 13 years ago
  8. 574c3d6 Make ValueObject::SetValueFromCString work correctly. by Jim Ingham · 13 years ago
  9. 7aa04f6 Removed an initialization that wasn't needed. by Greg Clayton · 13 years ago
  10. c51ffbf We were leaking a stack frame in StackFrameList in Thread.cpp which could by Greg Clayton · 13 years ago
  11. 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
  12. db64d95 Giving a warning to the user the first time children are truncated by the new cap setting by Enrico Granata · 13 years ago
  13. 018921d *Some more optimizations in usage of ConstString by Enrico Granata · 13 years ago
  14. 9c57fc0 Fixed an issue where a pointer's address was being logged instead of its value by Enrico Granata · 13 years ago
  15. f2bf870 Patch for "process load" by Filipe Cabecinhas. by Greg Clayton · 13 years ago
  16. 5beb99d Added the ability to remove orphaned module shared pointers from a ModuleList. by Greg Clayton · 13 years ago
  17. 153ccd7 While tracking down memory consumption issue a few things were needed: the by Greg Clayton · 13 years ago
  18. 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
  19. 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
  20. f669850 Basic support for reading synthetic children by index: by Enrico Granata · 13 years ago
  21. 899025f Added a "--global" option to the "target modules list" by Greg Clayton · 13 years ago
  22. 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
  23. c617a4c This is an overhaul of the expression parser code by Sean Callanan · 13 years ago
  24. 0c64baf On second thought, add the IsValid() method to SBTypeList, making it similar to SBSymbolContextList and SBValueList. by Johnny Chen · 13 years ago
  25. 8c1d720 Fixed issues for iOS debugging where if a device has by Greg Clayton · 13 years ago
  26. a54ad99 Option --regex (-x) now also works for synthetic children: by Enrico Granata · 13 years ago
  27. 80b01e5 fixed a potential memory leak ; small improvement in the formatters lookup algorithm by Enrico Granata · 13 years ago
  28. 5c9a3c7 Fixed a problem that caused LLDB to fail to execute by Sean Callanan · 13 years ago
  29. a83f877 Make sure we track CXX and objc method decls. by Greg Clayton · 13 years ago
  30. 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
  31. 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
  32. 0fb0bcc Cleaned up the SBType.h file to not include internal headers and reorganized by Greg Clayton · 13 years ago
  33. 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
  34. 51b11e0 Add method Module::IsLoadedInTarget, and then in the MacOS X dynamic loader, after we by Jim Ingham · 13 years ago
  35. 6e2d282 Fixed an issue where StackFrame::GetValueForVariableExpressionPath(...) by Greg Clayton · 13 years ago
  36. 4b66329 Patch by David Forsythe to build lldb on FreeBSD! by Johnny Chen · 13 years ago
  37. 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
  38. 166ba10 Added checking to make sure that the target has a by Sean Callanan · 13 years ago
  39. 9b6898f This change brings in the latest LLVM/Clang, and by Sean Callanan · 13 years ago
  40. 62fcf03 Moved some functionality from ValueObject to ClangASTType. by Greg Clayton · 13 years ago
  41. 979e20d Public API changes: by Enrico Granata · 13 years ago
  42. e89ab7b new flag -P to type synth add lets you type a Python class interactively by Enrico Granata · 13 years ago
  43. 9ae7cef Python synthetic children: by Enrico Granata · 13 years ago
  44. ea6d783 Add support for platforms without sa_len to SocketAddress, and modify by Peter Collingbourne · 13 years ago
  45. de4059f some editing of data visualization error messages to make them more meaningful by Enrico Granata · 13 years ago
  46. a395506 Make the SBAddress class easier to use when using the public API. by Greg Clayton · 13 years ago
  47. 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
  48. 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
  49. 23ba377 Applied Matt Johnson patch to ValueObject and FormatManager by Enrico Granata · 13 years ago
  50. d5b3e3c Added some more functionality to SocketAddress and modified by Greg Clayton · 13 years ago
  51. 2bc9eb3 Patch by Matt Johnson to silence G++ warnings! by Johnny Chen · 13 years ago
  52. 4c3fb4b The implementation of categories is now synchronization safe by Enrico Granata · 13 years ago
  53. ac304e4 Abstract "struct sockaddr", "struct sockaddr_in", "struct sockaddr_in6" and by Greg Clayton · 13 years ago
  54. 8a717e5 Fixed a bug where deleting a regex summary would not immediately reflect in the variables display by Enrico Granata · 13 years ago
  55. 6d91e0a Add SWIG interface files for SBSymbol, SBSymbolContext, and SBSymbolContextList. by Johnny Chen · 13 years ago
  56. fb35e2a Add SWIG Python interface files for SBLineEntry, SBListener, and SBModule. by Johnny Chen · 13 years ago
  57. ba6f252 Missed the interface file for SBFunction in the previous checkin. by Johnny Chen · 13 years ago
  58. 6cf1bc3 Add SWIG Python interface files for SBDebugger, SBCompileUnit, and SBEvent. by Johnny Chen · 13 years ago
  59. 3cfd5e8 Add SWIG Python interface files for SBAddress, SBBlock, SBBreakpoint, and SBBreakpointLocation. by Johnny Chen · 13 years ago
  60. c3fba81 Add SWIG Python interface files for SBProcess, SBThread, and SBFrame. by Johnny Chen · 13 years ago
  61. 854a1ba Add two new interface files SBValue.i and SBValueList.i, instead of directly swigging the header files. by Johnny Chen · 13 years ago
  62. 8d2ea28 Added a boolean to the pure virtual lldb_private::Process::CanDebug(...) by Greg Clayton · 13 years ago
  63. ebd63b2 Create an interface file for SBTarget named SBTarget.i which relieves SBTarget.h by Johnny Chen · 13 years ago
  64. 412babd Add missing #include, fixes Linux build by Peter Collingbourne · 13 years ago
  65. d52d00f Completed more work on the KDP darwin kernel debugging Process plug-in. by Greg Clayton · 13 years ago
  66. 7f163b3 Some descriptive text for the Python script feature: by Enrico Granata · 13 years ago
  67. db15e0c Added support for dynamic detection of AVX, and by Sean Callanan · 13 years ago
  68. 90d207e System-wide summaries: by Enrico Granata · 13 years ago
  69. 9bb5b41 Fix gcc build error by Peter Collingbourne · 13 years ago
  70. 533ed2f Add some more docstrings for SBCompileUnit and SBBreakpoint, plus incorporate the doxgen doc block of by Johnny Chen · 13 years ago
  71. 8f64c47 Added the ability to get synthetic child values from SBValue objects that by Greg Clayton · 13 years ago
  72. 1e5b021 Added the ability to connect using "tcp://<host>:<port>" which is the by Greg Clayton · 13 years ago
  73. f7a9b14 Python summary strings: by Enrico Granata · 13 years ago
  74. e3a83d2 Add usage docstring to SBValue.h, and minor update of docstrings for SBValueList.h. by Johnny Chen · 13 years ago
  75. d0d9cce Add usage docstrings to SBTarget, SBProcess, and SBThread. by Johnny Chen · 13 years ago
  76. 7b1b875 Fix typo in ConnectRemote() docstring. by Johnny Chen · 13 years ago
  77. 2de7ce6 Add some more docstrings (includng example usages) to SBTarget.h. by Johnny Chen · 13 years ago
  78. 67dde8e Add some more docstrings for SBTarget. by Johnny Chen · 13 years ago
  79. 423d8d0 Use %feature("docstring") for methods of SBModule class so that the methods signature also gets generated in the Python docstring. by Johnny Chen · 13 years ago
  80. bbc6342 Update docstrings for SBModeule/SBTarget::FindGlobalVariables(). by Johnny Chen · 13 years ago
  81. ede7bdf fixing missing RefCounter class by Enrico Granata · 13 years ago
  82. 86e7c3e smarter summary strings: by Enrico Granata · 13 years ago
  83. 7dd98df Added the ability to _not_ skip the prologue when settings breakpoints by Greg Clayton · 13 years ago
  84. 6247dbe Added "command history" command to dump the command history. by Jim Ingham · 13 years ago
  85. 1a10208 named summaries: by Enrico Granata · 13 years ago
  86. c22fb5e Add missing docstring for 'bool stop_at_endtry'. by Johnny Chen · 13 years ago
  87. 9b82f86 Added the ability to see block variables when looking up addresses by Greg Clayton · 13 years ago
  88. fb81642 Allow the built in ValueObject summary providers for C strings by Greg Clayton · 13 years ago
  89. 24b0310 Fixed the global and static variables to always be in scope. by Greg Clayton · 13 years ago
  90. f9ce9b8 Fixed some const issues with args to some lldb_private::Target functions. by Greg Clayton · 13 years ago
  91. ca31997 Added the ability to get an abstract file type (executable, object file, by Greg Clayton · 13 years ago
  92. 33b4be1 o TestEvents.py: by Johnny Chen · 13 years ago
  93. 5d81f49 Added the ability to see global variables with a variable expression path so by Greg Clayton · 13 years ago
  94. ff78238 final fix for the global constructors issue by Enrico Granata · 13 years ago
  95. bbea133 Added the start of the darwin dynamic loader plug-in. It isn't hooked up to by Greg Clayton · 13 years ago
  96. 9a0688f The Python API does not need SBEvent::BroadcasterMatchesPtr() when SBEvent::BroadcasterMatchesRef() suffices. by Johnny Chen · 13 years ago
  97. 7a289bb Add docstrings for SBSymbolContextList with example usage. by Johnny Chen · 13 years ago
  98. 968958c Add SBValue::GetID() member method call API. by Johnny Chen · 13 years ago
  99. edeaef1 Add docstrings for SBValueList with example usage. by Johnny Chen · 13 years ago
  100. b7237a6 Fix wording in docstring. by Johnny Chen · 13 years ago