1. 79f1106 Minor modification. by Johnny Chen · 13 years ago
  2. da4d479 Skip the remaining -Y? (skipping ? layers of summaries) tests if using a known version by Johnny Chen · 13 years ago
  3. 234981a Added KDP resume, suspend, set/remove breakpoint, and kernel version support. by Greg Clayton · 13 years ago
  4. 0b723ce Remove extra launch arguments. by Greg Clayton · 13 years ago
  5. ec15f50 Added register reading support for ARM, i386 and x86_64. by Greg Clayton · 13 years ago
  6. fd33bac Add some docstrings for SBFileSpec class. by Johnny Chen · 13 years ago
  7. c7162a5 Add some docstrings for SBError class. by Johnny Chen · 13 years ago
  8. 02afd34 A more succinct assertTrue. by Johnny Chen · 13 years ago
  9. 2a458f9 Minor change; add an assertTrue stmt. by Johnny Chen · 13 years ago
  10. 8a47028 Add some docstrings for SBSourceManager class. by Johnny Chen · 13 years ago
  11. 1a73d4c Add some docstrings for SBStream class. by Johnny Chen · 13 years ago
  12. 5cb6cab Move the rest of the SB headers to interface files. by Johnny Chen · 13 years ago
  13. 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
  14. 335b3ee Rearrange the %include SWIG directives into two groups. One is the pure .h headers and the other is the .i interface files. by Johnny Chen · 13 years ago
  15. 23ba377 Applied Matt Johnson patch to ValueObject and FormatManager by Enrico Granata · 13 years ago
  16. e1cffb1 Avoid calling accessor function more than once when result is already in by Greg Clayton · 13 years ago
  17. d5b3e3c Added some more functionality to SocketAddress and modified by Greg Clayton · 13 years ago
  18. 2bc9eb3 Patch by Matt Johnson to silence G++ warnings! by Johnny Chen · 13 years ago
  19. 051900b Fix build error for StringSummaryFormat undefined symbols. by Johnny Chen · 13 years ago
  20. 4c3fb4b The implementation of categories is now synchronization safe by Enrico Granata · 13 years ago
  21. ac304e4 Abstract "struct sockaddr", "struct sockaddr_in", "struct sockaddr_in6" and by Greg Clayton · 13 years ago
  22. 0fa5124 Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate by Greg Clayton · 13 years ago
  23. 8a717e5 Fixed a bug where deleting a regex summary would not immediately reflect in the variables display by Enrico Granata · 13 years ago
  24. 72fa64b Initialize the all important automatic variable 'lldb::ConnectionStatus status' before by Johnny Chen · 13 years ago
  25. 6d91e0a Add SWIG interface files for SBSymbol, SBSymbolContext, and SBSymbolContextList. by Johnny Chen · 13 years ago
  26. fb35e2a Add SWIG Python interface files for SBLineEntry, SBListener, and SBModule. by Johnny Chen · 13 years ago
  27. ba6f252 Missed the interface file for SBFunction in the previous checkin. by Johnny Chen · 13 years ago
  28. 6cf1bc3 Add SWIG Python interface files for SBDebugger, SBCompileUnit, and SBEvent. by Johnny Chen · 13 years ago
  29. 3cfd5e8 Add SWIG Python interface files for SBAddress, SBBlock, SBBreakpoint, and SBBreakpointLocation. by Johnny Chen · 13 years ago
  30. 8cd8670 Removed a redundant dyn_cast. Thanks to Felipe Cabecinhas. by Sean Callanan · 13 years ago
  31. c3fba81 Add SWIG Python interface files for SBProcess, SBThread, and SBFrame. by Johnny Chen · 13 years ago
  32. 7be5a4f Fix header documentations. by Johnny Chen · 13 years ago
  33. 854a1ba Add two new interface files SBValue.i and SBValueList.i, instead of directly swigging the header files. by Johnny Chen · 13 years ago
  34. a37300a Cleaned up the interface file for SBTarget. by Johnny Chen · 13 years ago
  35. 6c9f3e2 Runtime errors in Python scripts were not being shown; this fix makes them print out to ease correcting errors by Enrico Granata · 13 years ago
  36. 8d2ea28 Added a boolean to the pure virtual lldb_private::Process::CanDebug(...) by Greg Clayton · 13 years ago
  37. 8717687 Have SWIG generate autodoc strings with parameter types for all SB API objects by default. by Johnny Chen · 13 years ago
  38. ebd63b2 Create an interface file for SBTarget named SBTarget.i which relieves SBTarget.h by Johnny Chen · 13 years ago
  39. 412babd Add missing #include, fixes Linux build by Peter Collingbourne · 13 years ago
  40. d52d00f Completed more work on the KDP darwin kernel debugging Process plug-in. by Greg Clayton · 13 years ago
  41. 7f163b3 Some descriptive text for the Python script feature: by Enrico Granata · 13 years ago
  42. db15e0c Added support for dynamic detection of AVX, and by Sean Callanan · 13 years ago
  43. 90d207e System-wide summaries: by Enrico Granata · 13 years ago
  44. 9bb5b41 Fix gcc build error by Peter Collingbourne · 13 years ago
  45. 5503d46 Add TestValueAPI.py to exercise the newly added/modified SBValue APIs: by Johnny Chen · 13 years ago
  46. 533ed2f Add some more docstrings for SBCompileUnit and SBBreakpoint, plus incorporate the doxgen doc block of by Johnny Chen · 13 years ago
  47. 8f64c47 Added the ability to get synthetic child values from SBValue objects that by Greg Clayton · 13 years ago
  48. 269f91e Fixed the comment lines in the file comment headers. by Greg Clayton · 13 years ago
  49. 1e5b021 Added the ability to connect using "tcp://<host>:<port>" which is the by Greg Clayton · 13 years ago
  50. 363be3f Hollowed out process plug-in to do KDP darwin kernel debugging. by Greg Clayton · 13 years ago
  51. f7a9b14 Python summary strings: by Enrico Granata · 13 years ago
  52. e3a83d2 Add usage docstring to SBValue.h, and minor update of docstrings for SBValueList.h. by Johnny Chen · 13 years ago
  53. d0d9cce Add usage docstrings to SBTarget, SBProcess, and SBThread. by Johnny Chen · 13 years ago
  54. 07b32b1 Minor change of variable name, from m to b (for breakpoint). by Johnny Chen · 13 years ago
  55. 309c89d Fixed a crasher where entering 'help disasm' on the command line would crash lldb. by Johnny Chen · 13 years ago
  56. 59efa13 Add summary info for SBBreakpoint to the lldb module level docstring. by Johnny Chen · 13 years ago
  57. 6185899 Minor wording change. by Johnny Chen · 13 years ago
  58. 7b1b875 Fix typo in ConnectRemote() docstring. by Johnny Chen · 13 years ago
  59. 2de7ce6 Add some more docstrings (includng example usages) to SBTarget.h. by Johnny Chen · 13 years ago
  60. 67dde8e Add some more docstrings for SBTarget. by Johnny Chen · 13 years ago
  61. 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
  62. 7d4c7fe Modify the test script to better handle the different inlining behaviors of by Johnny Chen · 13 years ago
  63. 4c1671d Add @expectedFailure decorator for test_target_variable_command_with_dsym(). by Johnny Chen · 13 years ago
  64. bbc6342 Update docstrings for SBModeule/SBTarget::FindGlobalVariables(). by Johnny Chen · 13 years ago
  65. 8db6cf5 Add display of a static int variable to the test scenario. by Johnny Chen · 13 years ago
  66. ede7bdf fixing missing RefCounter class by Enrico Granata · 13 years ago
  67. 1928653 Add a test case to exercise 'target variable' command before and after running the inferior. by Johnny Chen · 13 years ago
  68. 7d8622c test cases by Enrico Granata · 13 years ago
  69. 86e7c3e smarter summary strings: by Enrico Granata · 13 years ago
  70. 34bfa4f Fix short description of 'target variable' command. by Johnny Chen · 13 years ago
  71. 7dd98df Added the ability to _not_ skip the prologue when settings breakpoints by Greg Clayton · 13 years ago
  72. 6247dbe Added "command history" command to dump the command history. by Jim Ingham · 13 years ago
  73. b44fcb3 test case for the named summaries feature by Enrico Granata · 13 years ago
  74. 1a10208 named summaries: by Enrico Granata · 13 years ago
  75. 425b0cf Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, stdout_path, and stderr_path by Johnny Chen · 13 years ago
  76. c22fb5e Add missing docstring for 'bool stop_at_endtry'. by Johnny Chen · 13 years ago
  77. 0a18748 The lldbtest.TestBase.DebugSBValue(self, val) method call now does not need the frame argument. by Johnny Chen · 13 years ago
  78. 8b0ce52 Mark the test with expectedFailure for now. by Jim Ingham · 13 years ago
  79. 5230c19 rolling back previous commit; double fix made it wrong again by Enrico Granata · 13 years ago
  80. 195d540 Prevent the test suite from failing all the time until this bug is fixed by Enrico Granata · 13 years ago
  81. e65566f Mark as expected failure. by Johnny Chen · 13 years ago
  82. 57cd6dd Update the test scenario for find_global_variables() to now start the inferior process 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. 5638d2c Fixed an assertion crasher. We now handle things correclty and by Greg Clayton · 13 years ago
  86. 24b0310 Fixed the global and static variables to always be in scope. by Greg Clayton · 13 years ago
  87. 9f6c6e9 Limit the character array summary to 512 bytes. by Greg Clayton · 13 years ago
  88. f9ce9b8 Fixed some const issues with args to some lldb_private::Target functions. by Greg Clayton · 13 years ago
  89. 645faca More cleanup on the this plug-in and tried to set the notification by Greg Clayton · 13 years ago
  90. 6fe03ce Fixed an issue where we weren't zeroing out the type fully by Greg Clayton · 13 years ago
  91. 59e093d Fixed an issue with getting the size of an array from an opaque clang_type_t by Greg Clayton · 13 years ago
  92. 8cc3f69 Allow reading memory from files before the target has been run. by Jim Ingham · 13 years ago
  93. ca31997 Added the ability to get an abstract file type (executable, object file, by Greg Clayton · 13 years ago
  94. 21c0fd1 Missed the char_to_str_xform on the docstrings for the module level function definitions. by Johnny Chen · 13 years ago
  95. 46171ff Add rdar://problem/9747668 info for "target variable g_marked_spot.y" command. by Johnny Chen · 13 years ago
  96. 4570195 Add test scenarios for 'target variable' command into TestGlobalVariables.py file. by Johnny Chen · 13 years ago
  97. cdb1b40 Add some comment. by Johnny Chen · 13 years ago
  98. 33b4be1 o TestEvents.py: by Johnny Chen · 13 years ago
  99. 5d81f49 Added the ability to see global variables with a variable expression path so by Greg Clayton · 13 years ago
  100. 9a60f26 New test to check that we can call functions in static methods in ObjC. by Jim Ingham · 13 years ago