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