1. c3fba81 Add SWIG Python interface files for SBProcess, SBThread, and SBFrame. by Johnny Chen · 13 years ago
  2. 7be5a4f Fix header documentations. by Johnny Chen · 13 years ago
  3. 854a1ba Add two new interface files SBValue.i and SBValueList.i, instead of directly swigging the header files. by Johnny Chen · 13 years ago
  4. a37300a Cleaned up the interface file for SBTarget. by Johnny Chen · 13 years ago
  5. 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
  6. 8d2ea28 Added a boolean to the pure virtual lldb_private::Process::CanDebug(...) by Greg Clayton · 13 years ago
  7. 8717687 Have SWIG generate autodoc strings with parameter types for all SB API objects by default. by Johnny Chen · 13 years ago
  8. ebd63b2 Create an interface file for SBTarget named SBTarget.i which relieves SBTarget.h by Johnny Chen · 13 years ago
  9. 412babd Add missing #include, fixes Linux build by Peter Collingbourne · 13 years ago
  10. d52d00f Completed more work on the KDP darwin kernel debugging Process plug-in. by Greg Clayton · 13 years ago
  11. 7f163b3 Some descriptive text for the Python script feature: by Enrico Granata · 13 years ago
  12. db15e0c Added support for dynamic detection of AVX, and by Sean Callanan · 13 years ago
  13. 90d207e System-wide summaries: by Enrico Granata · 13 years ago
  14. 9bb5b41 Fix gcc build error by Peter Collingbourne · 13 years ago
  15. 5503d46 Add TestValueAPI.py to exercise the newly added/modified SBValue APIs: by Johnny Chen · 13 years ago
  16. 533ed2f Add some more docstrings for SBCompileUnit and SBBreakpoint, plus incorporate the doxgen doc block of by Johnny Chen · 13 years ago
  17. 8f64c47 Added the ability to get synthetic child values from SBValue objects that by Greg Clayton · 13 years ago
  18. 269f91e Fixed the comment lines in the file comment headers. by Greg Clayton · 13 years ago
  19. 1e5b021 Added the ability to connect using "tcp://<host>:<port>" which is the by Greg Clayton · 13 years ago
  20. 363be3f Hollowed out process plug-in to do KDP darwin kernel debugging. by Greg Clayton · 13 years ago
  21. f7a9b14 Python summary strings: by Enrico Granata · 13 years ago
  22. e3a83d2 Add usage docstring to SBValue.h, and minor update of docstrings for SBValueList.h. by Johnny Chen · 13 years ago
  23. d0d9cce Add usage docstrings to SBTarget, SBProcess, and SBThread. by Johnny Chen · 13 years ago
  24. 07b32b1 Minor change of variable name, from m to b (for breakpoint). by Johnny Chen · 13 years ago
  25. 309c89d Fixed a crasher where entering 'help disasm' on the command line would crash lldb. by Johnny Chen · 13 years ago
  26. 59efa13 Add summary info for SBBreakpoint to the lldb module level docstring. by Johnny Chen · 13 years ago
  27. 6185899 Minor wording change. by Johnny Chen · 13 years ago
  28. 7b1b875 Fix typo in ConnectRemote() docstring. by Johnny Chen · 13 years ago
  29. 2de7ce6 Add some more docstrings (includng example usages) to SBTarget.h. by Johnny Chen · 13 years ago
  30. 67dde8e Add some more docstrings for SBTarget. by Johnny Chen · 13 years ago
  31. 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
  32. 7d4c7fe Modify the test script to better handle the different inlining behaviors of by Johnny Chen · 13 years ago
  33. 4c1671d Add @expectedFailure decorator for test_target_variable_command_with_dsym(). by Johnny Chen · 13 years ago
  34. bbc6342 Update docstrings for SBModeule/SBTarget::FindGlobalVariables(). by Johnny Chen · 13 years ago
  35. 8db6cf5 Add display of a static int variable to the test scenario. by Johnny Chen · 13 years ago
  36. ede7bdf fixing missing RefCounter class by Enrico Granata · 13 years ago
  37. 1928653 Add a test case to exercise 'target variable' command before and after running the inferior. by Johnny Chen · 13 years ago
  38. 7d8622c test cases by Enrico Granata · 13 years ago
  39. 86e7c3e smarter summary strings: by Enrico Granata · 13 years ago
  40. 34bfa4f Fix short description of 'target variable' command. by Johnny Chen · 13 years ago
  41. 7dd98df Added the ability to _not_ skip the prologue when settings breakpoints by Greg Clayton · 13 years ago
  42. 6247dbe Added "command history" command to dump the command history. by Jim Ingham · 13 years ago
  43. b44fcb3 test case for the named summaries feature by Enrico Granata · 13 years ago
  44. 1a10208 named summaries: by Enrico Granata · 13 years ago
  45. 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
  46. c22fb5e Add missing docstring for 'bool stop_at_endtry'. by Johnny Chen · 13 years ago
  47. 0a18748 The lldbtest.TestBase.DebugSBValue(self, val) method call now does not need the frame argument. by Johnny Chen · 13 years ago
  48. 8b0ce52 Mark the test with expectedFailure for now. by Jim Ingham · 13 years ago
  49. 5230c19 rolling back previous commit; double fix made it wrong again by Enrico Granata · 13 years ago
  50. 195d540 Prevent the test suite from failing all the time until this bug is fixed by Enrico Granata · 13 years ago
  51. e65566f Mark as expected failure. by Johnny Chen · 13 years ago
  52. 57cd6dd Update the test scenario for find_global_variables() to now start the inferior process by Johnny Chen · 13 years ago
  53. 9b82f86 Added the ability to see block variables when looking up addresses by Greg Clayton · 13 years ago
  54. fb81642 Allow the built in ValueObject summary providers for C strings by Greg Clayton · 13 years ago
  55. 5638d2c Fixed an assertion crasher. We now handle things correclty and by Greg Clayton · 13 years ago
  56. 24b0310 Fixed the global and static variables to always be in scope. by Greg Clayton · 13 years ago
  57. 9f6c6e9 Limit the character array summary to 512 bytes. by Greg Clayton · 13 years ago
  58. f9ce9b8 Fixed some const issues with args to some lldb_private::Target functions. by Greg Clayton · 13 years ago
  59. 645faca More cleanup on the this plug-in and tried to set the notification by Greg Clayton · 13 years ago
  60. 6fe03ce Fixed an issue where we weren't zeroing out the type fully by Greg Clayton · 13 years ago
  61. 59e093d Fixed an issue with getting the size of an array from an opaque clang_type_t by Greg Clayton · 13 years ago
  62. 8cc3f69 Allow reading memory from files before the target has been run. by Jim Ingham · 13 years ago
  63. ca31997 Added the ability to get an abstract file type (executable, object file, by Greg Clayton · 13 years ago
  64. 21c0fd1 Missed the char_to_str_xform on the docstrings for the module level function definitions. by Johnny Chen · 13 years ago
  65. 46171ff Add rdar://problem/9747668 info for "target variable g_marked_spot.y" command. by Johnny Chen · 13 years ago
  66. 4570195 Add test scenarios for 'target variable' command into TestGlobalVariables.py file. by Johnny Chen · 13 years ago
  67. cdb1b40 Add some comment. by Johnny Chen · 13 years ago
  68. 33b4be1 o TestEvents.py: by Johnny Chen · 13 years ago
  69. 5d81f49 Added the ability to see global variables with a variable expression path so by Greg Clayton · 13 years ago
  70. 9a60f26 New test to check that we can call functions in static methods in ObjC. by Jim Ingham · 13 years ago
  71. 27a3ad1 remove errant parenthesis. by Jim Ingham · 13 years ago
  72. 19c0d58 Fixed a few issues where typedefs weren't passing through to the correct by Greg Clayton · 13 years ago
  73. 00e4f65 Rewrite get_kinfo_proc_for_pid() to get the kinfo_proc for by Jason Molenda · 13 years ago
  74. 40f7917 LLDB now has a Kernel dynamic linker that can detect where kexts are by Greg Clayton · 13 years ago
  75. 8c547d4 Make the kernel able to do its initial load from target memory with the by Greg Clayton · 13 years ago
  76. ff78238 final fix for the global constructors issue by Enrico Granata · 13 years ago
  77. d4c27b8 Rearranged the debug output to come before the assert for function name 'outer_inline'. by Johnny Chen · 13 years ago
  78. bbea133 Added the start of the darwin dynamic loader plug-in. It isn't hooked up to by Greg Clayton · 13 years ago
  79. 58baaad Audited the expression parser to find uninitialized by Sean Callanan · 13 years ago
  80. f38b76b Switch to using the S_ISDIR and S_ISREG sys/stat.h macros in by Jason Molenda · 13 years ago
  81. 37f1b92 Handle the possible case where the process launch failed by Jason Molenda · 13 years ago
  82. 9a0688f The Python API does not need SBEvent::BroadcasterMatchesPtr() when SBEvent::BroadcasterMatchesRef() suffices. by Johnny Chen · 13 years ago
  83. ae9f748 Added checks to the expresssion parser which make by Sean Callanan · 13 years ago
  84. 7a289bb Add docstrings for SBSymbolContextList with example usage. by Johnny Chen · 13 years ago
  85. d06692d Add assert to check the SBModule of SBSymbolContextList returned from SBTarget.FindFunctions(). by Johnny Chen · 13 years ago
  86. 11cff85 Add test cases to exercise the SBTarget.FindFunctions() API. by Johnny Chen · 13 years ago
  87. 968958c Add SBValue::GetID() member method call API. by Johnny Chen · 13 years ago
  88. edeaef1 Add docstrings for SBValueList with example usage. by Johnny Chen · 13 years ago
  89. b7237a6 Fix wording in docstring. by Johnny Chen · 13 years ago
  90. 9ae9fd3 Fixed a warning where initializing CommandObject::g_arguments_data[] required global constructors by Enrico Granata · 13 years ago
  91. 3f2e1b9 Stop the lldb_private::RegularExpression class from implicitly by Greg Clayton · 13 years ago
  92. 368f822 Centralize the variable display prefs into a new option by Greg Clayton · 13 years ago
  93. 336dc60 Typo in header doc. by Jim Ingham · 13 years ago
  94. 801417e Added "target variable" command that allows introspection of global by Greg Clayton · 13 years ago
  95. 17e5ece new webpage describing type command by Enrico Granata · 13 years ago
  96. 1bba6e5 new detailed descriptions for type summary add and type format add by Enrico Granata · 13 years ago
  97. f0086c8 Add class docstrings with example usage for SBBreakpoint and SBBreakpointLocation. by Johnny Chen · 13 years ago
  98. 1626335 Add class docstrings with example usage for SBFunction and SBAddress. by Johnny Chen · 13 years ago
  99. 87ffc77 SWIG doesn't need two methods of the same name 'GetDescription' but differ in by Johnny Chen · 13 years ago
  100. 88f6996 Add fuzz calls for SBType::IsPointerType(void *opaque_type). by Johnny Chen · 13 years ago