1. 2f2c277 Added a new --omit-names (-O, uppercase letter o) option to "type summary add". by Enrico Granata · 13 years ago
  2. 3c49d4c Should have used the convenience function: by Johnny Chen · 13 years ago
  3. 6c49bf4 For processes which are not in one of the "launched and stopped" state, 'target variable' command by Johnny Chen · 13 years ago
  4. 7cd8cd5 Fixed terminal settings not being properly restored when "quit" was run. by Greg Clayton · 13 years ago
  5. a749ca2 Kill our child process that we launch when we can't get the task_for_pid() by Greg Clayton · 13 years ago
  6. efa4e22 Fixed a build breakage when trying to assign a shared pointer using a raw pointer. by Greg Clayton · 13 years ago
  7. b62d4c6 ensure that changes to the typemaps are properly detected and cause SWIG to rebuild LLDBWrapPython.cpp by Enrico Granata · 13 years ago
  8. b88575e Fixed an issue where we might accept the wrong type when completing by Greg Clayton · 13 years ago
  9. 1ea5802 When outputting hex values use unsigned integer values so we don't get by Greg Clayton · 13 years ago
  10. 02b6bef Fix indentation. by Johnny Chen · 13 years ago
  11. ca4fe80 Add const-ness to BreakpointLocation::IsEnabled(). by Johnny Chen · 13 years ago
  12. cfbfcd2 Add @expectedFailure decorators. by Johnny Chen · 13 years ago
  13. b302dff Added many more python convenience accessors: by Greg Clayton · 13 years ago
  14. 394da8e Added a new convenience property on lldb.SBThread names "frames" which always returns a complete list of all lldb.SBFrame objects: by Greg Clayton · 13 years ago
  15. cbf1591 lldb should warn when dSYM does not match the binary. by Johnny Chen · 13 years ago
  16. 9b8ff51 Added a new class to the lldb python module: by Greg Clayton · 13 years ago
  17. e20090b remove spurious leftover code from std::list testcase by Enrico Granata · 13 years ago
  18. 86ad476 Added fuzz testing for when we call API calls with an invalid object. by Greg Clayton · 13 years ago
  19. 149d1f5 Threads now store their "temporary" resume state, so we know whether they were suspended in the most by Jim Ingham · 13 years ago
  20. f4a3922 Test case for std::map synthetic children provider (currently an expected failure) by Enrico Granata · 13 years ago
  21. 7541b1b Test case for std::list synthetic children provider (currently an expected failure) by Enrico Granata · 13 years ago
  22. 168e115 Test case for std::vector synthetic children provider by Enrico Granata · 13 years ago
  23. e1df07f Splitting test case for Python synthetic children: part 1 test is only testing the synthetic children feature itself. More test cases will be commited for individual STL containers by Enrico Granata · 13 years ago
  24. 4691fc5 Comments edited to better reflect what the function really does by Enrico Granata · 13 years ago
  25. b8dc733 This commit provides a new default summary for Objective-C boolean variables, which shows YES or NO instead of the character value. A new category named objc is added to contain this summary provider. Any future Objective-C related formatters would probably fit here by Enrico Granata · 13 years ago
  26. db9d6f4 Cleaned up the Communication class when it tears down ConnectionFileDescriptor by Greg Clayton · 13 years ago
  27. 4eb01a7 <rdar://problem/10776614> by Greg Clayton · 13 years ago
  28. 448b6d6 quick fixes for two issues that were causing LLDB to crash by Enrico Granata · 13 years ago
  29. 28f3771 Add some more test cases for the "watchpoint set" command. by Johnny Chen · 13 years ago
  30. 6346a29 Add a period. by Johnny Chen · 13 years ago
  31. 0f907b8 Add a '-u ENV_VAR_NAME' option to the test driver, whose purpose is to unset the said by Johnny Chen · 13 years ago
  32. bc2bb1e Trivial indentation change. by Johnny Chen · 13 years ago
  33. bda984a Fixed a typo in the test case. Updated comment. by Johnny Chen · 13 years ago
  34. fd60a60 Reverted 149277 changeset. It was coded that way for a reason. by Johnny Chen · 13 years ago
  35. 55a2d5a Add "watch set" command as a more general interface in conjunction with "frame var -w". by Johnny Chen · 13 years ago
  36. fb0026b Make BreakpointLocation::IsEnabled() consistent with the BreakpointLocation::SetEnabled() implementation. by Johnny Chen · 13 years ago
  37. 573d85c Added a new lldb.SBValue helper module that has two classes: by Greg Clayton · 13 years ago
  38. 0416bdf lldb::SBTarget and lldb::SBProcess are now thread hardened. They both still by Greg Clayton · 13 years ago
  39. 334d33a SBFrame is now threadsafe using some extra tricks. One issue is that stack by Greg Clayton · 13 years ago
  40. 90c5214 Removed the "lldb-forward-rtti.h" header file as it was designed to contain by Greg Clayton · 13 years ago
  41. 13d24fb Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 13 years ago
  42. 9b4197b Removed an incorrectly added property from SBTarget.i by Greg Clayton · 13 years ago
  43. 1b92520 Added the ability to get the target triple, byte order and address byte size by Greg Clayton · 13 years ago
  44. 894aaba Fix shell commands that do code signing. by Jason Molenda · 13 years ago
  45. c962cd9 Bumping Xcode project versions for lldb-109 and debugserver-167. by Greg Clayton · 13 years ago
  46. a792abe Added logging so we can see the field names and offsets of any structures by Greg Clayton · 13 years ago
  47. 2fecc45 Stop running so many individual commands when going into the script interpreter. by Greg Clayton · 13 years ago
  48. 98b9895 Xcode codesigning is broken. Work around this by doing code signing in a shell script build phase. by Greg Clayton · 13 years ago
  49. 3fc0c4f Adding the DWARF parser side for assited layout where the AST context by Greg Clayton · 13 years ago
  50. d13a4df Add an InstanceSettings::NotifyOwnerIsShuttingDown() method so that the owner can notify InstanceSettings instances by Johnny Chen · 13 years ago
  51. 8a79708 Disable the ConnectionFileDescriptor mutex for now as it is deadlocking our by Greg Clayton · 13 years ago
  52. 3a4a75c Fix typo. by Johnny Chen · 13 years ago
  53. fd8ef2e Emit the message about putting ' -- ' between the end of command options and the raw input conditionally, by Johnny Chen · 13 years ago
  54. 08205a6 Added a ModuleList::Destroy() method which will reclaim the std::vector by Greg Clayton · 13 years ago
  55. b17bf82 NULL out the "ptr_" member of shared pointers for debug and release by Greg Clayton · 13 years ago
  56. 1503c0f Enable extra error checking for debug builds in our mutexes by by Greg Clayton · 13 years ago
  57. f75e391 There is no need to hold onto an ExecutionContext as a member variable. by Greg Clayton · 13 years ago
  58. 06c6b25 Fixed a location where we would never end up unlocking our mutex in by Greg Clayton · 13 years ago
  59. c149c8b Fixed an issue that could happen during global object destruction in our by Greg Clayton · 13 years ago
  60. aa119dd <rdar://problem/10760649> by Greg Clayton · 13 years ago
  61. 177bc68 <rdar://problem/10750012> by Greg Clayton · 13 years ago
  62. ccf4450 Fixed formats being able to be applied recursively when using: by Greg Clayton · 13 years ago
  63. 261c974 Added some clarifications about when the __lldb_init_module would be called by Greg Clayton · 13 years ago
  64. 47fdb0f Added a 'gdbremote' python module that adds two commands: start_gdb_log and end_gdb_log. by Greg Clayton · 13 years ago
  65. f3edcc0 Fix page title. by Greg Clayton · 13 years ago
  66. f8c0fc5 For Dump(Stream *s), use GetOptionsNoCreate()->GetIgnoreCount() and fix the indentation. by Johnny Chen · 13 years ago
  67. 736f0d6 Typo. by Johnny Chen · 13 years ago
  68. 4272164 If timestamps are enabled when logging GDB remote packets ("log enable -T -f /tmp/packets.log gdb-remote logs") then get the amount of time spent executing each packet and summarize at the end of a dump. Sample timing output looks like: by Greg Clayton · 13 years ago
  69. 758442a Move argument checking/manipulation into the front of the function. by Johnny Chen · 13 years ago
  70. 61d44fa Clearify some comment. by Johnny Chen · 13 years ago
  71. 39fb5c2 Cleanup docstring and remove dead code. by Johnny Chen · 13 years ago
  72. 5f4a538 Handle 's' packets correctly when disassembling GDB packet output. by Greg Clayton · 13 years ago
  73. 42b7ff9 Add some more test cases for command completion: by Johnny Chen · 13 years ago
  74. 0c5c43b Fix a typo in the error message of the StopInfoWatchpoint class. by Johnny Chen · 13 years ago
  75. ddf110d Added a mechanism for the IR interpreter to return by Sean Callanan · 13 years ago
  76. 27276f7 Better name for the Python Scripting. by Jim Ingham · 13 years ago
  77. 4b59b49 Better name for the python reference. by Jim Ingham · 13 years ago
  78. 062a836 Proof-reading the python docs. by Jim Ingham · 13 years ago
  79. 4fda467 Modify redo.py script so that if sessin_dir is left unspecified, it uses the heuristic by Johnny Chen · 13 years ago
  80. 1c2d941 Minor comment change. Plus use member function instead of directly accessing member field. by Johnny Chen · 13 years ago
  81. 51b7c5f Tiny refactoring to use member functions instead of directly accessing member fields. by Johnny Chen · 13 years ago
  82. f872775 Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev, by Johnny Chen · 13 years ago
  83. ad635c8 Dump the raw bytes and the disassembled instruction before calling self.assertTrue() instead of after, by Johnny Chen · 13 years ago
  84. f9ab5ea Added a python FAQ page with detailed examples of how to add python functions by Greg Clayton · 13 years ago
  85. 2c1fdd0 Added options to specify how many instructions before and after the frame by Greg Clayton · 13 years ago
  86. 223e808 Use the "shlex" module to parse the command line that was passed down into by Greg Clayton · 13 years ago
  87. 838c27d <rdar://problem/10711649> by Greg Clayton · 13 years ago
  88. 64f8cab Our Read functions were taking a timeout of UINT32_MAX to mean wait forever, but then by Jim Ingham · 13 years ago
  89. c8bba45 Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev, by Johnny Chen · 13 years ago
  90. 9a8e584 Bumped Xcode project versions for lldb-108 and debugserver-166. by Greg Clayton · 13 years ago
  91. a3698c6 Fixed it so the "--help" option works for the crashlog command. Corrected and by Greg Clayton · 13 years ago
  92. 47397c7 Add comment. by Johnny Chen · 13 years ago
  93. 5b6e565 A little bit of cleanup to make the code more understandable. by Johnny Chen · 13 years ago
  94. 45c8714 This file is no longer needed since the command: by Greg Clayton · 13 years ago
  95. 182be6a <rdar://problem/10732738> by Greg Clayton · 13 years ago
  96. fbcad68 o CommandObjectSettingsSet.cpp: by Johnny Chen · 13 years ago
  97. f7fb733 Fixed a global reference that should have been a reference to a class variable. by Sean Callanan · 13 years ago
  98. e9ee550 Make the script work again from the command line as long as the PYTHONPATH by Greg Clayton · 13 years ago
  99. cd79312 More fixed to verify if a file in the crash log is installed in the current by Greg Clayton · 13 years ago
  100. 8077a53 Improved the regular expressions to handle "+" characters being at the front by Greg Clayton · 13 years ago