1. f7a9b14 Python summary strings: by Enrico Granata · 13 years ago
  2. e3a83d2 Add usage docstring to SBValue.h, and minor update of docstrings for SBValueList.h. by Johnny Chen · 13 years ago
  3. d0d9cce Add usage docstrings to SBTarget, SBProcess, and SBThread. by Johnny Chen · 13 years ago
  4. 07b32b1 Minor change of variable name, from m to b (for breakpoint). by Johnny Chen · 13 years ago
  5. 309c89d Fixed a crasher where entering 'help disasm' on the command line would crash lldb. by Johnny Chen · 13 years ago
  6. 59efa13 Add summary info for SBBreakpoint to the lldb module level docstring. by Johnny Chen · 13 years ago
  7. 6185899 Minor wording change. by Johnny Chen · 13 years ago
  8. 7b1b875 Fix typo in ConnectRemote() docstring. by Johnny Chen · 13 years ago
  9. 2de7ce6 Add some more docstrings (includng example usages) to SBTarget.h. by Johnny Chen · 13 years ago
  10. 67dde8e Add some more docstrings for SBTarget. by Johnny Chen · 13 years ago
  11. 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
  12. 7d4c7fe Modify the test script to better handle the different inlining behaviors of by Johnny Chen · 13 years ago
  13. 4c1671d Add @expectedFailure decorator for test_target_variable_command_with_dsym(). by Johnny Chen · 13 years ago
  14. bbc6342 Update docstrings for SBModeule/SBTarget::FindGlobalVariables(). by Johnny Chen · 13 years ago
  15. 8db6cf5 Add display of a static int variable to the test scenario. by Johnny Chen · 13 years ago
  16. ede7bdf fixing missing RefCounter class by Enrico Granata · 13 years ago
  17. 1928653 Add a test case to exercise 'target variable' command before and after running the inferior. by Johnny Chen · 13 years ago
  18. 7d8622c test cases by Enrico Granata · 13 years ago
  19. 86e7c3e smarter summary strings: by Enrico Granata · 13 years ago
  20. 34bfa4f Fix short description of 'target variable' command. by Johnny Chen · 13 years ago
  21. 7dd98df Added the ability to _not_ skip the prologue when settings breakpoints by Greg Clayton · 13 years ago
  22. 6247dbe Added "command history" command to dump the command history. by Jim Ingham · 13 years ago
  23. b44fcb3 test case for the named summaries feature by Enrico Granata · 13 years ago
  24. 1a10208 named summaries: by Enrico Granata · 13 years ago
  25. 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
  26. c22fb5e Add missing docstring for 'bool stop_at_endtry'. by Johnny Chen · 13 years ago
  27. 0a18748 The lldbtest.TestBase.DebugSBValue(self, val) method call now does not need the frame argument. by Johnny Chen · 13 years ago
  28. 8b0ce52 Mark the test with expectedFailure for now. by Jim Ingham · 13 years ago
  29. 5230c19 rolling back previous commit; double fix made it wrong again by Enrico Granata · 13 years ago
  30. 195d540 Prevent the test suite from failing all the time until this bug is fixed by Enrico Granata · 13 years ago
  31. e65566f Mark as expected failure. by Johnny Chen · 13 years ago
  32. 57cd6dd Update the test scenario for find_global_variables() to now start the inferior process by Johnny Chen · 13 years ago
  33. 9b82f86 Added the ability to see block variables when looking up addresses by Greg Clayton · 13 years ago
  34. fb81642 Allow the built in ValueObject summary providers for C strings by Greg Clayton · 13 years ago
  35. 5638d2c Fixed an assertion crasher. We now handle things correclty and by Greg Clayton · 13 years ago
  36. 24b0310 Fixed the global and static variables to always be in scope. by Greg Clayton · 13 years ago
  37. 9f6c6e9 Limit the character array summary to 512 bytes. by Greg Clayton · 13 years ago
  38. f9ce9b8 Fixed some const issues with args to some lldb_private::Target functions. by Greg Clayton · 13 years ago
  39. 645faca More cleanup on the this plug-in and tried to set the notification by Greg Clayton · 13 years ago
  40. 6fe03ce Fixed an issue where we weren't zeroing out the type fully by Greg Clayton · 13 years ago
  41. 59e093d Fixed an issue with getting the size of an array from an opaque clang_type_t by Greg Clayton · 13 years ago
  42. 8cc3f69 Allow reading memory from files before the target has been run. by Jim Ingham · 13 years ago
  43. ca31997 Added the ability to get an abstract file type (executable, object file, by Greg Clayton · 13 years ago
  44. 21c0fd1 Missed the char_to_str_xform on the docstrings for the module level function definitions. by Johnny Chen · 13 years ago
  45. 46171ff Add rdar://problem/9747668 info for "target variable g_marked_spot.y" command. by Johnny Chen · 13 years ago
  46. 4570195 Add test scenarios for 'target variable' command into TestGlobalVariables.py file. by Johnny Chen · 13 years ago
  47. cdb1b40 Add some comment. by Johnny Chen · 13 years ago
  48. 33b4be1 o TestEvents.py: by Johnny Chen · 13 years ago
  49. 5d81f49 Added the ability to see global variables with a variable expression path so by Greg Clayton · 13 years ago
  50. 9a60f26 New test to check that we can call functions in static methods in ObjC. by Jim Ingham · 13 years ago
  51. 27a3ad1 remove errant parenthesis. by Jim Ingham · 13 years ago
  52. 19c0d58 Fixed a few issues where typedefs weren't passing through to the correct by Greg Clayton · 13 years ago
  53. 00e4f65 Rewrite get_kinfo_proc_for_pid() to get the kinfo_proc for by Jason Molenda · 13 years ago
  54. 40f7917 LLDB now has a Kernel dynamic linker that can detect where kexts are by Greg Clayton · 13 years ago
  55. 8c547d4 Make the kernel able to do its initial load from target memory with the by Greg Clayton · 13 years ago
  56. ff78238 final fix for the global constructors issue by Enrico Granata · 13 years ago
  57. d4c27b8 Rearranged the debug output to come before the assert for function name 'outer_inline'. by Johnny Chen · 13 years ago
  58. bbea133 Added the start of the darwin dynamic loader plug-in. It isn't hooked up to by Greg Clayton · 13 years ago
  59. 58baaad Audited the expression parser to find uninitialized by Sean Callanan · 13 years ago
  60. f38b76b Switch to using the S_ISDIR and S_ISREG sys/stat.h macros in by Jason Molenda · 13 years ago
  61. 37f1b92 Handle the possible case where the process launch failed by Jason Molenda · 13 years ago
  62. 9a0688f The Python API does not need SBEvent::BroadcasterMatchesPtr() when SBEvent::BroadcasterMatchesRef() suffices. by Johnny Chen · 13 years ago
  63. ae9f748 Added checks to the expresssion parser which make by Sean Callanan · 13 years ago
  64. 7a289bb Add docstrings for SBSymbolContextList with example usage. by Johnny Chen · 13 years ago
  65. d06692d Add assert to check the SBModule of SBSymbolContextList returned from SBTarget.FindFunctions(). by Johnny Chen · 13 years ago
  66. 11cff85 Add test cases to exercise the SBTarget.FindFunctions() API. by Johnny Chen · 13 years ago
  67. 968958c Add SBValue::GetID() member method call API. by Johnny Chen · 13 years ago
  68. edeaef1 Add docstrings for SBValueList with example usage. by Johnny Chen · 13 years ago
  69. b7237a6 Fix wording in docstring. by Johnny Chen · 13 years ago
  70. 9ae9fd3 Fixed a warning where initializing CommandObject::g_arguments_data[] required global constructors by Enrico Granata · 13 years ago
  71. 3f2e1b9 Stop the lldb_private::RegularExpression class from implicitly by Greg Clayton · 13 years ago
  72. 368f822 Centralize the variable display prefs into a new option by Greg Clayton · 13 years ago
  73. 336dc60 Typo in header doc. by Jim Ingham · 13 years ago
  74. 801417e Added "target variable" command that allows introspection of global by Greg Clayton · 13 years ago
  75. 17e5ece new webpage describing type command by Enrico Granata · 13 years ago
  76. 1bba6e5 new detailed descriptions for type summary add and type format add by Enrico Granata · 13 years ago
  77. f0086c8 Add class docstrings with example usage for SBBreakpoint and SBBreakpointLocation. by Johnny Chen · 13 years ago
  78. 1626335 Add class docstrings with example usage for SBFunction and SBAddress. by Johnny Chen · 13 years ago
  79. 87ffc77 SWIG doesn't need two methods of the same name 'GetDescription' but differ in by Johnny Chen · 13 years ago
  80. 88f6996 Add fuzz calls for SBType::IsPointerType(void *opaque_type). by Johnny Chen · 13 years ago
  81. 3781137 Add post-processing step to transform the docstring from 'char', i.e., 'char *', to 'str', i.e., Python string. by Johnny Chen · 13 years ago
  82. 2149c25 Revert some Xcode project changes that I didn't intend to checkin. by Greg Clayton · 13 years ago
  83. a5f99b6 Bumped Xcode project version for lldb-68. by Greg Clayton · 13 years ago
  84. 54b4bcd Add docstrings for the primordial object -- SBDebugger. by Johnny Chen · 13 years ago
  85. 13cb540 bug fix in summary strings: by Enrico Granata · 13 years ago
  86. 2664941 Remove unnecessary 'import' statement. by Johnny Chen · 13 years ago
  87. 75a4012 Fixed an issue that was causing us to crash when evaluating expressions for by Greg Clayton · 13 years ago
  88. 9163509 Set the EvaluationPoint's m_thread_id to the RIGHT invalid define... by Jim Ingham · 13 years ago
  89. bafc86e Made the string representation for a SBValue return what "frame variable" by Greg Clayton · 13 years ago
  90. 54890a3 Fixed some format names by Enrico Granata · 13 years ago
  91. 107e53d Fixed some issues with ARM backtraces by not processing any push/pop by Greg Clayton · 13 years ago
  92. 9762e10 new syntax for summary strings: by Enrico Granata · 13 years ago
  93. 2ded5ed Add a more verbose docstring for SBThread.h. by Johnny Chen · 13 years ago
  94. da91397 Add swig docstrings for SBBlock.h. by Johnny Chen · 13 years ago
  95. cbb52a6 Add swig docstrings for SBModule.h, plus ifndef the SBModule::GetUUIDBytes() API out if swig. by Johnny Chen · 13 years ago
  96. faf7f05 Add a more verbose docstring to the SBSymbolContext API class. by Johnny Chen · 13 years ago
  97. f6ce70a Add a CLEANUP_DOCSTRING state to our FSM to do cleanup of the Python docstrings by Johnny Chen · 13 years ago
  98. f451e30 Add swig docstrings for SBFrame.h. by Johnny Chen · 13 years ago
  99. d0691fe When we use the "fd://%u" for file descriptors, we need to detect if this is by Greg Clayton · 13 years ago
  100. a9eb827 Cleanup errors that come out of commands and make sure they all have newlines by Greg Clayton · 13 years ago