1. 24b0310 Fixed the global and static variables to always be in scope. by Greg Clayton · 13 years ago
  2. 9f6c6e9 Limit the character array summary to 512 bytes. by Greg Clayton · 13 years ago
  3. f9ce9b8 Fixed some const issues with args to some lldb_private::Target functions. by Greg Clayton · 13 years ago
  4. 645faca More cleanup on the this plug-in and tried to set the notification by Greg Clayton · 13 years ago
  5. 6fe03ce Fixed an issue where we weren't zeroing out the type fully by Greg Clayton · 13 years ago
  6. 59e093d Fixed an issue with getting the size of an array from an opaque clang_type_t by Greg Clayton · 13 years ago
  7. 8cc3f69 Allow reading memory from files before the target has been run. by Jim Ingham · 13 years ago
  8. ca31997 Added the ability to get an abstract file type (executable, object file, by Greg Clayton · 13 years ago
  9. 21c0fd1 Missed the char_to_str_xform on the docstrings for the module level function definitions. by Johnny Chen · 13 years ago
  10. 46171ff Add rdar://problem/9747668 info for "target variable g_marked_spot.y" command. by Johnny Chen · 13 years ago
  11. 4570195 Add test scenarios for 'target variable' command into TestGlobalVariables.py file. by Johnny Chen · 13 years ago
  12. cdb1b40 Add some comment. by Johnny Chen · 13 years ago
  13. 33b4be1 o TestEvents.py: by Johnny Chen · 13 years ago
  14. 5d81f49 Added the ability to see global variables with a variable expression path so by Greg Clayton · 13 years ago
  15. 9a60f26 New test to check that we can call functions in static methods in ObjC. by Jim Ingham · 13 years ago
  16. 27a3ad1 remove errant parenthesis. by Jim Ingham · 13 years ago
  17. 19c0d58 Fixed a few issues where typedefs weren't passing through to the correct by Greg Clayton · 13 years ago
  18. 00e4f65 Rewrite get_kinfo_proc_for_pid() to get the kinfo_proc for by Jason Molenda · 13 years ago
  19. 40f7917 LLDB now has a Kernel dynamic linker that can detect where kexts are by Greg Clayton · 13 years ago
  20. 8c547d4 Make the kernel able to do its initial load from target memory with the by Greg Clayton · 13 years ago
  21. ff78238 final fix for the global constructors issue by Enrico Granata · 13 years ago
  22. d4c27b8 Rearranged the debug output to come before the assert for function name 'outer_inline'. by Johnny Chen · 13 years ago
  23. bbea133 Added the start of the darwin dynamic loader plug-in. It isn't hooked up to by Greg Clayton · 13 years ago
  24. 58baaad Audited the expression parser to find uninitialized by Sean Callanan · 13 years ago
  25. f38b76b Switch to using the S_ISDIR and S_ISREG sys/stat.h macros in by Jason Molenda · 13 years ago
  26. 37f1b92 Handle the possible case where the process launch failed by Jason Molenda · 13 years ago
  27. 9a0688f The Python API does not need SBEvent::BroadcasterMatchesPtr() when SBEvent::BroadcasterMatchesRef() suffices. by Johnny Chen · 13 years ago
  28. ae9f748 Added checks to the expresssion parser which make by Sean Callanan · 13 years ago
  29. 7a289bb Add docstrings for SBSymbolContextList with example usage. by Johnny Chen · 13 years ago
  30. d06692d Add assert to check the SBModule of SBSymbolContextList returned from SBTarget.FindFunctions(). by Johnny Chen · 13 years ago
  31. 11cff85 Add test cases to exercise the SBTarget.FindFunctions() API. by Johnny Chen · 13 years ago
  32. 968958c Add SBValue::GetID() member method call API. by Johnny Chen · 13 years ago
  33. edeaef1 Add docstrings for SBValueList with example usage. by Johnny Chen · 13 years ago
  34. b7237a6 Fix wording in docstring. by Johnny Chen · 13 years ago
  35. 9ae9fd3 Fixed a warning where initializing CommandObject::g_arguments_data[] required global constructors by Enrico Granata · 13 years ago
  36. 3f2e1b9 Stop the lldb_private::RegularExpression class from implicitly by Greg Clayton · 13 years ago
  37. 368f822 Centralize the variable display prefs into a new option by Greg Clayton · 13 years ago
  38. 336dc60 Typo in header doc. by Jim Ingham · 13 years ago
  39. 801417e Added "target variable" command that allows introspection of global by Greg Clayton · 13 years ago
  40. 17e5ece new webpage describing type command by Enrico Granata · 13 years ago
  41. 1bba6e5 new detailed descriptions for type summary add and type format add by Enrico Granata · 13 years ago
  42. f0086c8 Add class docstrings with example usage for SBBreakpoint and SBBreakpointLocation. by Johnny Chen · 13 years ago
  43. 1626335 Add class docstrings with example usage for SBFunction and SBAddress. by Johnny Chen · 13 years ago
  44. 87ffc77 SWIG doesn't need two methods of the same name 'GetDescription' but differ in by Johnny Chen · 13 years ago
  45. 88f6996 Add fuzz calls for SBType::IsPointerType(void *opaque_type). by Johnny Chen · 13 years ago
  46. 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
  47. 2149c25 Revert some Xcode project changes that I didn't intend to checkin. by Greg Clayton · 13 years ago
  48. a5f99b6 Bumped Xcode project version for lldb-68. by Greg Clayton · 13 years ago
  49. 54b4bcd Add docstrings for the primordial object -- SBDebugger. by Johnny Chen · 13 years ago
  50. 13cb540 bug fix in summary strings: by Enrico Granata · 13 years ago
  51. 2664941 Remove unnecessary 'import' statement. by Johnny Chen · 13 years ago
  52. 75a4012 Fixed an issue that was causing us to crash when evaluating expressions for by Greg Clayton · 13 years ago
  53. 9163509 Set the EvaluationPoint's m_thread_id to the RIGHT invalid define... by Jim Ingham · 13 years ago
  54. bafc86e Made the string representation for a SBValue return what "frame variable" by Greg Clayton · 13 years ago
  55. 54890a3 Fixed some format names by Enrico Granata · 13 years ago
  56. 107e53d Fixed some issues with ARM backtraces by not processing any push/pop by Greg Clayton · 13 years ago
  57. 9762e10 new syntax for summary strings: by Enrico Granata · 13 years ago
  58. 2ded5ed Add a more verbose docstring for SBThread.h. by Johnny Chen · 13 years ago
  59. da91397 Add swig docstrings for SBBlock.h. by Johnny Chen · 13 years ago
  60. cbb52a6 Add swig docstrings for SBModule.h, plus ifndef the SBModule::GetUUIDBytes() API out if swig. by Johnny Chen · 13 years ago
  61. faf7f05 Add a more verbose docstring to the SBSymbolContext API class. by Johnny Chen · 13 years ago
  62. f6ce70a Add a CLEANUP_DOCSTRING state to our FSM to do cleanup of the Python docstrings by Johnny Chen · 13 years ago
  63. f451e30 Add swig docstrings for SBFrame.h. by Johnny Chen · 13 years ago
  64. d0691fe When we use the "fd://%u" for file descriptors, we need to detect if this is by Greg Clayton · 13 years ago
  65. a9eb827 Cleanup errors that come out of commands and make sure they all have newlines by Greg Clayton · 13 years ago
  66. 3e1c95a Fix Linux build errors by Peter Collingbourne · 13 years ago
  67. 2c77fa4 Refine the post-processing phase of lldb.py to remove some more doxygen/c++-comment residues. by Johnny Chen · 13 years ago
  68. 3440a5f Furnish some docstrings to be swigified into the generated lldb.py module. by Johnny Chen · 13 years ago
  69. 9b3117e test cases for the new features just committed by Enrico Granata · 13 years ago
  70. 886bc3e several improvements to "type summary": by Enrico Granata · 13 years ago
  71. e43cded SWIG doesn't need two methods of the same name 'GetDescription' but differ in by Johnny Chen · 13 years ago
  72. 09e0a42 Add some documentation blocks to SBTarget.h and use swig docstring feature to by Johnny Chen · 13 years ago
  73. a0d0a7c Add docstrings for some API classes and auto-generates docstrings for the methods of them. by Johnny Chen · 13 years ago
  74. e99aa88 Bump Xcode project version to lldb-66 and debugserver-141. by Greg Clayton · 13 years ago
  75. 461c87a Useless Xcode project change that Xcode keeps wanting to add to my project so by Greg Clayton · 13 years ago
  76. b6613ea Add module docstring to the auto-generated lldb.py file. by Johnny Chen · 13 years ago
  77. 10b4ab1 Ifdef out the 'lldb::Encoding GetEncoding(uint32_t &count)' API from by Johnny Chen · 13 years ago
  78. 787554b Restructure to be modular instead of a single big function; by Jason Molenda · 13 years ago
  79. b302b2f Centralize all of the type name code so that we always strip the leading by Greg Clayton · 13 years ago
  80. bbd7bef While we are at it, let's also exercise the similar SBModule.FindGlobalVariables() API within by Johnny Chen · 13 years ago
  81. 51123cf Add test cases to TestTargetAPI.py to exercise the newly added SBTarget.FindGlobalVariables() API. by Johnny Chen · 13 years ago
  82. 1391a39 This commit adds a new top subcommand "summary" to command type named "type". Currently this command by Enrico Granata · 13 years ago
  83. b6dfb16 Add fuzz calls for SBModule/SBTarget.FindGlobalVariables(...). by Johnny Chen · 13 years ago
  84. 917c000 Added support for finding and global variables in the SBTarget and SBModule by Greg Clayton · 13 years ago
  85. a6c1be6 Add fuzz calls for SBTypeMember. by Johnny Chen · 13 years ago
  86. 446ccaa Add fuzz calls to SBType, SBValue, and SBValueList. by Johnny Chen · 13 years ago
  87. 82820f9 Remove a few more places where we were iterating linearly over the Breakpoint Site's rather than by Jim Ingham · 13 years ago
  88. b9dcc51 Fixed an issue that was checked in with the dynamic types and update point by Greg Clayton · 13 years ago
  89. a64f2ce just a test for commit access - ignore this by Enrico Granata · 13 years ago
  90. e657fbc Add fuzz calls for SBTarget and SBThread. by Johnny Chen · 13 years ago
  91. f0e0bc0 Add fuzz calls for SBSymbol and SBSymbolContext. by Johnny Chen · 13 years ago
  92. 2287366 Add fuzz calls for SBStringList and add obj.Clear() calls for some files. by Johnny Chen · 13 years ago
  93. b7a9d64 Add fuzz calls for SBModule and SBProcess. by Johnny Chen · 13 years ago
  94. ff8e5ed Add fuzz calls for SBListener. by Johnny Chen · 13 years ago
  95. ca8f94a Add fuzz calls for SBLineEntry. by Johnny Chen · 13 years ago
  96. 189b473 Add @expectedFailure for TestCallStdStringFunction.py (radar was filed) and by Johnny Chen · 13 years ago
  97. 1d27c3a Add fuzz calls for SBInstruction and SBInstructionList. by Johnny Chen · 13 years ago
  98. 6377f5c Remove the disassembly option: "eOptionShowCurrentLine" and replaced it with by Greg Clayton · 13 years ago
  99. b7b4947 Add fuzz calls for SBInputReader. by Johnny Chen · 13 years ago
  100. c50be73 Add fuzz calls for SBFrame and SBFunction. by Johnny Chen · 13 years ago