1. 8aa684d The redo.py script can take no argument where it uses heuristics to find the latest session directory. by Johnny Chen · 12 years ago
  2. 4f397a2 Don't do a stat compare of the module with its underlying file if we already matched the UUID. by Jim Ingham · 12 years ago
  3. a80d1e8 Add GetID to the .i file. by Jim Ingham · 12 years ago
  4. 8492371 Cleanup after functionalities/alias/TestAliases.py by Filipe Cabecinhas · 12 years ago
  5. 67b402c Make sure that our thread list can't get out of date like was happening before Jims fix in revision 156894. by Greg Clayton · 12 years ago
  6. f63f2ba Always call RefreshStateAfterStop when we get a stop event. We were skipping doing it in the case where we had interrupted the target. Presumably at some point in the past RefreshStateAfterStop was done more directly when we handled the interrupt, but it isn't any more so now we need to do it all the time. by Jim Ingham · 12 years ago
  7. 1c4ae3e Add an accessor on SBBreakpointLocation to get its location ID. by Jim Ingham · 12 years ago
  8. ad4be9a Bump debugserver version # to 187. by Jason Molenda · 12 years ago
  9. a6909bd Bump version # to lldb-147. by Jason Molenda · 12 years ago
  10. 45c47aa Add LLDB_DISABLE_PYTHON around newly added methods in by Jason Molenda · 12 years ago
  11. 53628e7 Set the result status correctly for asynchronous step-in/out/over commands. by Jim Ingham · 12 years ago
  12. d2a9d9b Fix comment typeo. by Jason Molenda · 12 years ago
  13. 70eddeb Change lockdown API use in RNBSocket::ConnectToService. by Jason Molenda · 12 years ago
  14. 7461e23 Fix Makefile to pass the correct -arch flag to the toolchains. by Johnny Chen · 12 years ago
  15. e585240 <rdar://problem/11246147> by Greg Clayton · 12 years ago
  16. 08af598 Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_lengthof(), instead. by Johnny Chen · 12 years ago
  17. f3e5da2 Add i386-only expectedFailure decorators for current ToT. by Johnny Chen · 12 years ago
  18. 0cbaacd Modified "image lookup -t <typename>" to expand typedefs. by Greg Clayton · 12 years ago
  19. 2ad894b <rdar://problem/11455398> by Greg Clayton · 12 years ago
  20. c2c822c Fixed a typo: "aync" => "async" by Greg Clayton · 12 years ago
  21. 469e08d <rdar://problem/11451919> by Greg Clayton · 12 years ago
  22. bd5c23d <rdar://problem/11240464> by Greg Clayton · 12 years ago
  23. a695aa2 Fixing a bug where the summary for certain NSStrings was being returned as empty in spite of the string actually having a content by Enrico Granata · 12 years ago
  24. 79aaca0 Fixing a typo in the lldb-gdb webpage by Enrico Granata · 12 years ago
  25. b7cdd6c Fix missing NEON registers for the 'register read' command with the lldb debugserver which supports the 'qRegisterInfo' packet by Johnny Chen · 12 years ago
  26. 9721fe9 Add a useful error message to "log enable" with the wrong number of arguments, and reject "log enable lldb" which just silently did nothing before. by Jim Ingham · 12 years ago
  27. ca0761b <rdar://problem/11439169> by Greg Clayton · 12 years ago
  28. 5b0025f <rdar://problem/11439022> by Greg Clayton · 12 years ago
  29. d1ec3d6 Fix a comment I had incorrectly altered. by Jim Ingham · 12 years ago
  30. d82bc6d Found one more place where the OkayToDiscard needs to be consulted. by Jim Ingham · 12 years ago
  31. 07f258f Remove comments and an extra print statement. by Greg Clayton · 12 years ago
  32. 3cae38b Make every Python API __len__() method return a PyIntObject. by Filipe Cabecinhas · 12 years ago
  33. 01584eb Fix SBProcess::ReadMemory's typemap to handle PyLongObjects. by Filipe Cabecinhas · 12 years ago
  34. 22cf41b Make issue_11588/Test11588 work with a recent swig that converts ints to PyLongObjects by Filipe Cabecinhas · 12 years ago
  35. 110b55f Don't try to use "OkayToDiscard" to mean BOTH this plan is a user plan or not AND unwind on error. by Jim Ingham · 12 years ago
  36. 1a7f630 Fixed an issue in the platform options where if no architecture was specified where the platform would fail to select itself with something like: by Greg Clayton · 12 years ago
  37. 8ec3513 Add "echo" -> "script print". by Jim Ingham · 12 years ago
  38. bf47965 More fixes to "malloc_history". by Greg Clayton · 12 years ago
  39. d8056e2 Modified the symbolication.Image object to store its uuid as a uuid.UUID object and made an accessor for getting a normalized UUID value out of the image object. by Greg Clayton · 12 years ago
  40. 5a4e5af Don't intercept the quit command and override what is was doing. This was causing the "lldb" command line to deadlock when the quit command was executed sometimes. by Greg Clayton · 12 years ago
  41. 6f446f3 "--stack-history" now works if you have MallocStackLogggingNoCompact defined in your app's environment. by Greg Clayton · 12 years ago
  42. f4e3044 Fixed a build error. by Greg Clayton · 12 years ago
  43. 7a24576 Added the ability to get the stack history for a malloc block. This is a work in progress. Checking this in so I can work on it some more. by Greg Clayton · 12 years ago
  44. 2bb4de3 Make crashlog.py more robust when dealing with the "Version: ..." header from the crash log file. by Johnny Chen · 12 years ago
  45. 37a07e9 Updated LLVM/Clang to force the record layout engine by Sean Callanan · 12 years ago
  46. 492b123 Sanity check the return value from SBSCopyApplicationDisplayIdentifiers() before calling CFArrayGetCount() on it. by Johnny Chen · 12 years ago
  47. 23c3fcd <rdar://problem/11388521> by Greg Clayton · 12 years ago
  48. ea93bf4 Remove stuff from the xcscheme file that need not be checked in. by Greg Clayton · 12 years ago
  49. 0fef968 <rdar://problem/11330621> by Greg Clayton · 12 years ago
  50. 038fa8e If the ObjC Step Through Trampoline plan causes a target crash, properly propagate the error back to by Jim Ingham · 12 years ago
  51. 90f7856 Added a #define of NULL to 0 to make NULL usable in expressions. by Sean Callanan · 12 years ago
  52. 8ab2c22 Make ctrl-c terminate the current input line and start an empty line, instead of the previous content. by Johnny Chen · 12 years ago
  53. 6884bdd Option processing fix: should match '-F' exactly, instead. by Johnny Chen · 12 years ago
  54. 1b8de0a Make redo.py more error-proof by Filipe Cabecinhas · 12 years ago
  55. 18ae2b1 Remove the string pool from the global destructor chain so it doesn't get yanked out from under us prematurely on exit. by Jim Ingham · 12 years ago
  56. f92ddcc Print out a notification when the process of a target other than the currently selected target stops. by Jim Ingham · 12 years ago
  57. 07baf83 <rdar://problem/11338654> Fixing a bug where having a summary for a bitfield without a format specified would in certain cases crash LLDB - This has also led to refactoring the by-type accessors for the data formatter subsystem. These now belong in our internal layer, and are just invoked by the public API stratum by Enrico Granata · 12 years ago
  58. da23dff <rdar://problem/11400476> by Han Ming Ong · 12 years ago
  59. 79a5926 <rdar://problem/11408853> by Han Ming Ong · 12 years ago
  60. 651cbe2 <rdar://problem/11239650> Fixing a bug where the SetValueFromCString() method failed to operate on dynamic values. The fix consists in making the set operation fall through to the parent. We only actually allow this if the dynamic value is at a 0-offset from the parent, or the new value is 0. Other scenarios would need agreement on the actual meaning of the set operation (do we keep offsetting? do we just assume the user knows what they are doing?) so we prevent them, and let the expression parser deal with the complexity by Enrico Granata · 12 years ago
  61. 4c87ebf Fixing some indentation. by Jim Ingham · 12 years ago
  62. 7402d3b A simple implementation of a summary and synthetic children providers for LLDB-specific shared pointers - This could be generalized to work with C++11 shared pointers with relative ease by Enrico Granata · 12 years ago
  63. d9488c8 Removing spurious friend declaration by Enrico Granata · 12 years ago
  64. 4758a3c First part of a fix to make GetNonSyntheticValue() work correctly by Enrico Granata · 12 years ago
  65. 5f2b926 <rdar://problem/10605072> by Greg Clayton · 12 years ago
  66. 1ccfba6 bump TOT version number to lldb-146 to match the checkin on the branch. by Jason Molenda · 12 years ago
  67. b170aee <rdar://problem/11358639> by Greg Clayton · 12 years ago
  68. 8d03c6f Add clarification comments. by Johnny Chen · 12 years ago
  69. a63c538 Updated LLVM to take a fix for disassembly of Thumb branch operands. by Sean Callanan · 12 years ago
  70. 6f4a115 Updated to a more meaningful macro name. by Johnny Chen · 12 years ago
  71. 6092371 Fix the problem that 'help breakpoint set' is printing a lot of redundant lines. by Johnny Chen · 12 years ago
  72. cf0bc6d Add an -F option to the redo.py script to selectively re-run only those failed sessions whose filenames contain the component(s) by Johnny Chen · 12 years ago
  73. 3bbbdc3 Move the el_source() call after the section of code which sets up the default "ctrl-r" and "ctrl-w" bindings by Johnny Chen · 12 years ago
  74. 5c33a42 Updated LLVM to fix bad disassembly of operands by Sean Callanan · 12 years ago
  75. e61ec7f Remove repeated word. by Filipe Cabecinhas · 12 years ago
  76. 78c180a Fixed some strncat/strlcat uses. by Filipe Cabecinhas · 12 years ago
  77. abd370a Jason Molenda convinced me that we should make ctrl-w on the command line bind to ed-delete-prev-word. by Johnny Chen · 12 years ago
  78. 8533e99 Missed a few uses of Mutex::GetMutex in template functions that don't seem to get instantiated on the Mac OS X build, by Jim Ingham · 12 years ago
  79. fc58af2 Added an "attach" alias as promised on the web page. by Sean Callanan · 12 years ago
  80. 1b584eb Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. by Jim Ingham · 12 years ago
  81. 9d01042 Added an interactive mode to the "crashlog" command so that we can look at multiple crash logs at once and do some data mining. Added an interactive command prompt that allows you to do: by Greg Clayton · 12 years ago
  82. 2b53695 When the current thread state is NULL, PyThreadState_Get() issues a fatal error. by Johnny Chen · 12 years ago
  83. 35dd496 Fix a think in Mutex::Locker::Locker(pthread_mutex_t *) Really should lock the mutex handed in, not the m_mutex_ptr that you've set to NULL... by Jim Ingham · 12 years ago
  84. cb740b3 In ProcessGDBRemote::DoConnectRemote(), if the remote system informed by Jason Molenda · 12 years ago
  85. a889aee Fix the following error when importing crashlog.py from a Python interactive session: by Johnny Chen · 12 years ago
  86. 88e3de2 Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiated plans by Jim Ingham · 12 years ago
  87. ee033f2 Document the fact that you can repeat "-n" and similar options to make one breakpoint on multiple names. by Jim Ingham · 12 years ago
  88. 4e46867 Fix AttributeError when using crashlog with verbose mode. by Johnny Chen · 12 years ago
  89. 6a04353 Adding a new 'type category disable *' feature that disables all categories - This is intended as a quick kill switch for data formatters for cases where the user wants as little extra processing as possible to be done on their target, or to override major data formatters bug, should they occur by Enrico Granata · 12 years ago
  90. 302100f Patched our local Clang to fix a crash when parsing by Sean Callanan · 12 years ago
  91. 1990449 Update the docs to reflect the recent changes to categories by Enrico Granata · 12 years ago
  92. c0791aa Mentioning in the docs that Python commands can have docstrings by Enrico Granata · 12 years ago
  93. 7950572 If a command takes options and arguments, the help text should warn the user to use "--" to terminate the options. by Jim Ingham · 12 years ago
  94. 14f17cf Jeeze... Remove two unneeded #include's of ThreadPlanTestCondition.h, and replace them with by Jim Ingham · 12 years ago
  95. 13e52a6 Forgot to commit the change deleting the ThreadPlanTestCondition files from the project. by Jim Ingham · 12 years ago
  96. b5d55cf Cleanup - removing the ThreadPlanTestCondition and its helper functions. It is not needed, by Jim Ingham · 12 years ago
  97. 707b7a8 Fix reporting of stop reasons when the StepOver & StepIn plans stop because of a crash or breakpoint. Added the ability for a plan to say it is done but doesn't want to be the reason for the stop. by Jim Ingham · 12 years ago
  98. 99c63be Use a cache of the results of "GetFileAddress" from a symbol in the Comparator we are using to sort the various lookup indices by symbol address. When we switched to weak pointers, by Jim Ingham · 12 years ago
  99. 8a6f3e9 Added a --force option to "memory read," by Sean Callanan · 12 years ago
  100. 5564b58 Clarify "watchpoint set" help text. by Johnny Chen · 12 years ago