1. c5fa005 Add a redo.py script which takes a session directory name as arg and digs into the directory by Johnny Chen · 13 years ago
  2. 1bc04ed Logging and return code fixes. by Greg Clayton · 13 years ago
  3. 6a4e58e new synthetic children provider for CFString and related classes ; test case for it by Enrico Granata · 13 years ago
  4. 979e20d Public API changes: by Enrico Granata · 13 years ago
  5. 86fbeeb Add regression test for rdar://problem/9531204. by Johnny Chen · 13 years ago
  6. ca8a206 Add test case for rdar://problem/9673664. by Johnny Chen · 13 years ago
  7. fe34c89 Add some descriptions about the default executable name being 'a.out' and can be overwritten by Johnny Chen · 13 years ago
  8. e032360 Add a reproducible test case (expression parser crashes) to the lldb test suite. by Johnny Chen · 13 years ago
  9. 626f11e Make the test criteria more stringent with respect to rdar://problem/8668674 to prevent accidental pass. by Johnny Chen · 13 years ago
  10. 28945d5 another possible incarnation of a C++ string straight from llvm-gcc build 5658 by Enrico Granata · 13 years ago
  11. 97742fe Modify: by Johnny Chen · 13 years ago
  12. 38581d2 The SBValue.linked_list_iter() API failed for an empty list. by Johnny Chen · 13 years ago
  13. ae18fbf make the C++stdlib string summary work even if for some reason std::basic_string<char> ends up in the debug info instead of std::string by Enrico Granata · 13 years ago
  14. 19334f4 Add docstrings and cross refs to SBCompileUnit and SBLineEntry. by Johnny Chen · 13 years ago
  15. c6f09f0 Add cross reference to SBThread from the SBFrame docstring. Also add a simple iteration example. by Johnny Chen · 13 years ago
  16. 7b9eeac Add deprecation docstrings for some APIs which take an SBFrame - SBValues know their own frames. by Johnny Chen · 13 years ago
  17. c4f3ade Fix indentation and add a docstring for the ctor. by Johnny Chen · 13 years ago
  18. 2fc7c4b Add skip test for clang, which has insufficient debug info for call site in main(). by Johnny Chen · 13 years ago
  19. 6a319e4 adding required utility function to SWIG interface by Enrico Granata · 13 years ago
  20. a4673e1 We can do better with the SBValue.linked_list_iter() API by supplying a default by Johnny Chen · 13 years ago
  21. 021cdc2 The test function to determine whether we have reached the end of the list was by Johnny Chen · 13 years ago
  22. f307cf7 lldb.swig (the SWIG input file) has become too large. Modularize a bit by introducing two files by Johnny Chen · 13 years ago
  23. d05213b RNBRemote.cpp, RNBRemote.h: Add a new qGetPid packet which returns by Jason Molenda · 13 years ago
  24. 7868bcc Indent the frames in the "thread.GetStatus" frame listing. Also put the same space after each thread listing for "thread backtrace all" as "thread backtrace 1 3 5" by Jim Ingham · 13 years ago
  25. ead6fd6 Add newline at end of file. by Johnny Chen · 13 years ago
  26. 8cecd17 Minor modification. by Johnny Chen · 13 years ago
  27. 9ed9f8b Rename the parameter for the end-of-list test function from end_of_list to end_of_list_test. by Johnny Chen · 13 years ago
  28. de856cc Add cross references between the docstrings for regular SBValue iteration: by Johnny Chen · 13 years ago
  29. 7d2af5d Add an example type summary -- for lldb::ConnectionStatus. by Johnny Chen · 13 years ago
  30. 11d72f2 bug fix in ClangASTType when trying to get size of a non-complete type by Enrico Granata · 13 years ago
  31. ad3a38e Add a stronger assert for the test to ensure that the visited items from iterating through by Johnny Chen · 13 years ago
  32. fbebbc9 Provide an add-on API to SBValue class by post-processing to provide a way by Johnny Chen · 13 years ago
  33. ca67cc1 Python synthetic providers must provide a num_children call; this was not specified in the docs up to now by Enrico Granata · 13 years ago
  34. e89ab7b new flag -P to type synth add lets you type a Python class interactively by Enrico Granata · 13 years ago
  35. 9ae7cef Python synthetic children: by Enrico Granata · 13 years ago
  36. 9cbb125 Don't delete & remake the exception breakpoints every time you need them. Make them once & enable/disable by Jim Ingham · 13 years ago
  37. 638ebcf Add an additional formatter class RecursiveDecentFormatter which prints the by Johnny Chen · 13 years ago
  38. 402056a Add new API for SBAddress to the fuzz test: by Johnny Chen · 13 years ago
  39. 590474f Disable compilation of RegisterContextDarwin_arm.cpp on non-Darwin platforms, by Peter Collingbourne · 13 years ago
  40. 4755698 Update ProcessLinux::CanDebug prototype by Peter Collingbourne · 13 years ago
  41. ea6d783 Add support for platforms without sa_len to SocketAddress, and modify by Peter Collingbourne · 13 years ago
  42. de4059f some editing of data visualization error messages to make them more meaningful by Enrico Granata · 13 years ago
  43. a395506 Make the SBAddress class easier to use when using the public API. by Greg Clayton · 13 years ago
  44. 8c06276 Fix comment. by Johnny Chen · 13 years ago
  45. 084fd89 Add BasicFormatter and ChildVisitingFormatter utility classes to the lldbutil.py module by Johnny Chen · 13 years ago
  46. e4e3e2c when typing a summary string you can use the %S symbol to explicitly indicate that you want the summary to be used to print the target object by Enrico Granata · 13 years ago
  47. 62ebe5a Add test scenario of SBValue APIs for the 'days_of_week' global variable. by Johnny Chen · 13 years ago
  48. 4b06725 Add test scenario for exercising SBValue API: TypeIsPointerType() and GetByteSize(). by Johnny Chen · 13 years ago
  49. 1e3a522 Initialize the all important automatic variable 'lldb::ConnectionStatus status' before by Johnny Chen · 13 years ago
  50. aa43001 If we are telling only one thread to run in debugserver, and that thread has been suspended from outside by Jim Ingham · 13 years ago
  51. fb25b10 essentials contains two small summaries that you might really want to use; lldb contains some basic summaries for use in debugging LLDB itself. to use them, you must type category enable lldb by Enrico Granata · 13 years ago
  52. 7b13922 More KDP fixes and logging cleanup. by Greg Clayton · 13 years ago
  53. 39f3310 Change docstring wording: from 'method' to 'function'. by Johnny Chen · 13 years ago
  54. b44dc56 Add docstring for SBInstructionList class. by Johnny Chen · 13 years ago
  55. 4b53e65 Add docstring for SBCommandReturnObject class. by Johnny Chen · 13 years ago
  56. dca4097 Add docstring for SBCommandInterpreter class. by Johnny Chen · 13 years ago
  57. f3b8992 Add docstring for SBBroadcaster class. by Johnny Chen · 13 years ago
  58. bc92ef0 Add a note. by Johnny Chen · 13 years ago
  59. 79f1106 Minor modification. by Johnny Chen · 13 years ago
  60. da4d479 Skip the remaining -Y? (skipping ? layers of summaries) tests if using a known version by Johnny Chen · 13 years ago
  61. 234981a Added KDP resume, suspend, set/remove breakpoint, and kernel version support. by Greg Clayton · 13 years ago
  62. 0b723ce Remove extra launch arguments. by Greg Clayton · 13 years ago
  63. ec15f50 Added register reading support for ARM, i386 and x86_64. by Greg Clayton · 13 years ago
  64. fd33bac Add some docstrings for SBFileSpec class. by Johnny Chen · 13 years ago
  65. c7162a5 Add some docstrings for SBError class. by Johnny Chen · 13 years ago
  66. 02afd34 A more succinct assertTrue. by Johnny Chen · 13 years ago
  67. 2a458f9 Minor change; add an assertTrue stmt. by Johnny Chen · 13 years ago
  68. 8a47028 Add some docstrings for SBSourceManager class. by Johnny Chen · 13 years ago
  69. 1a73d4c Add some docstrings for SBStream class. by Johnny Chen · 13 years ago
  70. 5cb6cab Move the rest of the SB headers to interface files. by Johnny Chen · 13 years ago
  71. 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
  72. 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
  73. 23ba377 Applied Matt Johnson patch to ValueObject and FormatManager by Enrico Granata · 13 years ago
  74. e1cffb1 Avoid calling accessor function more than once when result is already in by Greg Clayton · 13 years ago
  75. d5b3e3c Added some more functionality to SocketAddress and modified by Greg Clayton · 13 years ago
  76. 2bc9eb3 Patch by Matt Johnson to silence G++ warnings! by Johnny Chen · 13 years ago
  77. 051900b Fix build error for StringSummaryFormat undefined symbols. by Johnny Chen · 13 years ago
  78. 4c3fb4b The implementation of categories is now synchronization safe by Enrico Granata · 13 years ago
  79. ac304e4 Abstract "struct sockaddr", "struct sockaddr_in", "struct sockaddr_in6" and by Greg Clayton · 13 years ago
  80. 0fa5124 Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate by Greg Clayton · 13 years ago
  81. 8a717e5 Fixed a bug where deleting a regex summary would not immediately reflect in the variables display by Enrico Granata · 13 years ago
  82. 72fa64b Initialize the all important automatic variable 'lldb::ConnectionStatus status' before by Johnny Chen · 13 years ago
  83. 6d91e0a Add SWIG interface files for SBSymbol, SBSymbolContext, and SBSymbolContextList. by Johnny Chen · 13 years ago
  84. fb35e2a Add SWIG Python interface files for SBLineEntry, SBListener, and SBModule. by Johnny Chen · 13 years ago
  85. ba6f252 Missed the interface file for SBFunction in the previous checkin. by Johnny Chen · 13 years ago
  86. 6cf1bc3 Add SWIG Python interface files for SBDebugger, SBCompileUnit, and SBEvent. by Johnny Chen · 13 years ago
  87. 3cfd5e8 Add SWIG Python interface files for SBAddress, SBBlock, SBBreakpoint, and SBBreakpointLocation. by Johnny Chen · 13 years ago
  88. 8cd8670 Removed a redundant dyn_cast. Thanks to Felipe Cabecinhas. by Sean Callanan · 13 years ago
  89. c3fba81 Add SWIG Python interface files for SBProcess, SBThread, and SBFrame. by Johnny Chen · 13 years ago
  90. 7be5a4f Fix header documentations. by Johnny Chen · 13 years ago
  91. 854a1ba Add two new interface files SBValue.i and SBValueList.i, instead of directly swigging the header files. by Johnny Chen · 13 years ago
  92. a37300a Cleaned up the interface file for SBTarget. by Johnny Chen · 13 years ago
  93. 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
  94. 8d2ea28 Added a boolean to the pure virtual lldb_private::Process::CanDebug(...) by Greg Clayton · 13 years ago
  95. 8717687 Have SWIG generate autodoc strings with parameter types for all SB API objects by default. by Johnny Chen · 13 years ago
  96. ebd63b2 Create an interface file for SBTarget named SBTarget.i which relieves SBTarget.h by Johnny Chen · 13 years ago
  97. 412babd Add missing #include, fixes Linux build by Peter Collingbourne · 13 years ago
  98. d52d00f Completed more work on the KDP darwin kernel debugging Process plug-in. by Greg Clayton · 13 years ago
  99. 7f163b3 Some descriptive text for the Python script feature: by Enrico Granata · 13 years ago
  100. db15e0c Added support for dynamic detection of AVX, and by Sean Callanan · 13 years ago