1. 968958c Add SBValue::GetID() member method call API. by Johnny Chen · 13 years ago
  2. edeaef1 Add docstrings for SBValueList with example usage. by Johnny Chen · 13 years ago
  3. b7237a6 Fix wording in docstring. by Johnny Chen · 13 years ago
  4. 9ae9fd3 Fixed a warning where initializing CommandObject::g_arguments_data[] required global constructors by Enrico Granata · 13 years ago
  5. 3f2e1b9 Stop the lldb_private::RegularExpression class from implicitly by Greg Clayton · 13 years ago
  6. 368f822 Centralize the variable display prefs into a new option by Greg Clayton · 13 years ago
  7. 336dc60 Typo in header doc. by Jim Ingham · 13 years ago
  8. 801417e Added "target variable" command that allows introspection of global by Greg Clayton · 13 years ago
  9. 17e5ece new webpage describing type command by Enrico Granata · 13 years ago
  10. 1bba6e5 new detailed descriptions for type summary add and type format add by Enrico Granata · 13 years ago
  11. f0086c8 Add class docstrings with example usage for SBBreakpoint and SBBreakpointLocation. by Johnny Chen · 13 years ago
  12. 1626335 Add class docstrings with example usage for SBFunction and SBAddress. by Johnny Chen · 13 years ago
  13. 87ffc77 SWIG doesn't need two methods of the same name 'GetDescription' but differ in by Johnny Chen · 13 years ago
  14. 88f6996 Add fuzz calls for SBType::IsPointerType(void *opaque_type). by Johnny Chen · 13 years ago
  15. 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
  16. 2149c25 Revert some Xcode project changes that I didn't intend to checkin. by Greg Clayton · 13 years ago
  17. a5f99b6 Bumped Xcode project version for lldb-68. by Greg Clayton · 13 years ago
  18. 54b4bcd Add docstrings for the primordial object -- SBDebugger. by Johnny Chen · 13 years ago
  19. 13cb540 bug fix in summary strings: by Enrico Granata · 13 years ago
  20. 2664941 Remove unnecessary 'import' statement. by Johnny Chen · 13 years ago
  21. 75a4012 Fixed an issue that was causing us to crash when evaluating expressions for by Greg Clayton · 13 years ago
  22. 9163509 Set the EvaluationPoint's m_thread_id to the RIGHT invalid define... by Jim Ingham · 13 years ago
  23. bafc86e Made the string representation for a SBValue return what "frame variable" by Greg Clayton · 13 years ago
  24. 54890a3 Fixed some format names by Enrico Granata · 13 years ago
  25. 107e53d Fixed some issues with ARM backtraces by not processing any push/pop by Greg Clayton · 13 years ago
  26. 9762e10 new syntax for summary strings: by Enrico Granata · 13 years ago
  27. 2ded5ed Add a more verbose docstring for SBThread.h. by Johnny Chen · 13 years ago
  28. da91397 Add swig docstrings for SBBlock.h. by Johnny Chen · 13 years ago
  29. cbb52a6 Add swig docstrings for SBModule.h, plus ifndef the SBModule::GetUUIDBytes() API out if swig. by Johnny Chen · 13 years ago
  30. faf7f05 Add a more verbose docstring to the SBSymbolContext API class. by Johnny Chen · 13 years ago
  31. f6ce70a Add a CLEANUP_DOCSTRING state to our FSM to do cleanup of the Python docstrings by Johnny Chen · 13 years ago
  32. f451e30 Add swig docstrings for SBFrame.h. by Johnny Chen · 13 years ago
  33. d0691fe When we use the "fd://%u" for file descriptors, we need to detect if this is by Greg Clayton · 13 years ago
  34. a9eb827 Cleanup errors that come out of commands and make sure they all have newlines by Greg Clayton · 13 years ago
  35. 3e1c95a Fix Linux build errors by Peter Collingbourne · 13 years ago
  36. 2c77fa4 Refine the post-processing phase of lldb.py to remove some more doxygen/c++-comment residues. by Johnny Chen · 13 years ago
  37. 3440a5f Furnish some docstrings to be swigified into the generated lldb.py module. by Johnny Chen · 13 years ago
  38. 9b3117e test cases for the new features just committed by Enrico Granata · 13 years ago
  39. 886bc3e several improvements to "type summary": by Enrico Granata · 13 years ago
  40. e43cded SWIG doesn't need two methods of the same name 'GetDescription' but differ in by Johnny Chen · 13 years ago
  41. 09e0a42 Add some documentation blocks to SBTarget.h and use swig docstring feature to by Johnny Chen · 13 years ago
  42. a0d0a7c Add docstrings for some API classes and auto-generates docstrings for the methods of them. by Johnny Chen · 13 years ago
  43. e99aa88 Bump Xcode project version to lldb-66 and debugserver-141. by Greg Clayton · 13 years ago
  44. 461c87a Useless Xcode project change that Xcode keeps wanting to add to my project so by Greg Clayton · 13 years ago
  45. b6613ea Add module docstring to the auto-generated lldb.py file. by Johnny Chen · 13 years ago
  46. 10b4ab1 Ifdef out the 'lldb::Encoding GetEncoding(uint32_t &count)' API from by Johnny Chen · 13 years ago
  47. 787554b Restructure to be modular instead of a single big function; by Jason Molenda · 13 years ago
  48. b302b2f Centralize all of the type name code so that we always strip the leading by Greg Clayton · 13 years ago
  49. bbd7bef While we are at it, let's also exercise the similar SBModule.FindGlobalVariables() API within by Johnny Chen · 13 years ago
  50. 51123cf Add test cases to TestTargetAPI.py to exercise the newly added SBTarget.FindGlobalVariables() API. by Johnny Chen · 13 years ago
  51. 1391a39 This commit adds a new top subcommand "summary" to command type named "type". Currently this command by Enrico Granata · 13 years ago
  52. b6dfb16 Add fuzz calls for SBModule/SBTarget.FindGlobalVariables(...). by Johnny Chen · 13 years ago
  53. 917c000 Added support for finding and global variables in the SBTarget and SBModule by Greg Clayton · 13 years ago
  54. a6c1be6 Add fuzz calls for SBTypeMember. by Johnny Chen · 13 years ago
  55. 446ccaa Add fuzz calls to SBType, SBValue, and SBValueList. by Johnny Chen · 13 years ago
  56. 82820f9 Remove a few more places where we were iterating linearly over the Breakpoint Site's rather than by Jim Ingham · 13 years ago
  57. b9dcc51 Fixed an issue that was checked in with the dynamic types and update point by Greg Clayton · 13 years ago
  58. a64f2ce just a test for commit access - ignore this by Enrico Granata · 13 years ago
  59. e657fbc Add fuzz calls for SBTarget and SBThread. by Johnny Chen · 13 years ago
  60. f0e0bc0 Add fuzz calls for SBSymbol and SBSymbolContext. by Johnny Chen · 13 years ago
  61. 2287366 Add fuzz calls for SBStringList and add obj.Clear() calls for some files. by Johnny Chen · 13 years ago
  62. b7a9d64 Add fuzz calls for SBModule and SBProcess. by Johnny Chen · 13 years ago
  63. ff8e5ed Add fuzz calls for SBListener. by Johnny Chen · 13 years ago
  64. ca8f94a Add fuzz calls for SBLineEntry. by Johnny Chen · 13 years ago
  65. 189b473 Add @expectedFailure for TestCallStdStringFunction.py (radar was filed) and by Johnny Chen · 13 years ago
  66. 1d27c3a Add fuzz calls for SBInstruction and SBInstructionList. by Johnny Chen · 13 years ago
  67. 6377f5c Remove the disassembly option: "eOptionShowCurrentLine" and replaced it with by Greg Clayton · 13 years ago
  68. b7b4947 Add fuzz calls for SBInputReader. by Johnny Chen · 13 years ago
  69. c50be73 Add fuzz calls for SBFrame and SBFunction. by Johnny Chen · 13 years ago
  70. 2fe6157 Add fuzz calls for SBFileSpec. by Johnny Chen · 13 years ago
  71. e4a2fd5 Add fuzz calls for SBEvent. by Johnny Chen · 13 years ago
  72. e2ac6de Move to plevel dirs stop-hook, target, process_launch, and signal to reside under functionalities. by Johnny Chen · 13 years ago
  73. d8ded0a Move top level recurse dir to reside under lang/c. by Johnny Chen · 13 years ago
  74. 2913d13 Move top level inlines dir to reside under lang/c. by Johnny Chen · 13 years ago
  75. 33a1c57 Add comments and print output for selected thread under trace mode. by Johnny Chen · 13 years ago
  76. c0dbdc0 Add TestPrintObj.py to go with lang/objc/print-objc, which: by Johnny Chen · 13 years ago
  77. c9ca455 Simplified Makefile. by Johnny Chen · 13 years ago
  78. 31f58fe Move sample objc program to reside under lang/objc. by Johnny Chen · 13 years ago
  79. 17a1399 Move top level test dirs platform and inferior-crashing to reside under functionalities and order to reside under macosx. by Johnny Chen · 13 years ago
  80. 607914d Move top level test dirs inlined_breakpoints, load_unload, and embedded_interpreter to reside under functionalities. by Johnny Chen · 13 years ago
  81. 3f8dff9 Move more top level test dirs to reside under functionalities dir. by Johnny Chen · 13 years ago
  82. aff8648 A couple of directory renamings; get rid of 'tests' from the directory names. by Johnny Chen · 13 years ago
  83. 083e4a9 Move some top level directories to reside under functionalities dir. by Johnny Chen · 13 years ago
  84. b5493c2 Create new directory named 'functionalities' to house some existing top level directories. by Johnny Chen · 13 years ago
  85. fc213e1 Move hello_world to now reside under python_api dir. by Johnny Chen · 13 years ago
  86. 82bb53b Simplified the test cases, before moving the file to reside under python_api dir. by Johnny Chen · 13 years ago
  87. b26db29 Move struct_types, stepping, and set_values dirs to now reside under lang/c. by Johnny Chen · 13 years ago
  88. b8025be Move global_variables dir to lang/c and foundation dir to lang/objc. by Johnny Chen · 13 years ago
  89. de2f1ed Move test dirs forward and function_types to now reside under lang/c. by Johnny Chen · 13 years ago
  90. b794017 Move some directories to now reside under lang/c or lang/cpp. by Johnny Chen · 13 years ago
  91. c93a8bb Move enum_types to now reside under lang/c. by Johnny Chen · 13 years ago
  92. 288a014 Move namespace directory to now reside under lang/cpp. by Johnny Chen · 13 years ago
  93. b11e613 Move C++-related test directories to now reside under lang. by Johnny Chen · 13 years ago
  94. f9c6f90 Move objc-related test directories to now reside under lang/objc. by Johnny Chen · 13 years ago
  95. 9914b61 Start moving things around to have a more hierarchical directory structure. by Johnny Chen · 13 years ago
  96. 87ac902 Bumped Xcode project versions to lldb-65 and debugserver-140. by Greg Clayton · 13 years ago
  97. 04f081d Add support for a QEnvironmentHexEncoded packet which takes its by Jason Molenda · 13 years ago
  98. e6d72ca This commit adds broad architectural support for hierarchical by Greg Clayton · 13 years ago
  99. 3801c2c Add fuzz calls for SBError. by Johnny Chen · 13 years ago
  100. 43fc089 Add fuzz calls for SBDebugger. by Johnny Chen · 13 years ago