1. 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 · 13 years ago
  2. 79aaca0 Fixing a typo in the lldb-gdb webpage by Enrico Granata · 13 years ago
  3. b7cdd6c Fix missing NEON registers for the 'register read' command with the lldb debugserver which supports the 'qRegisterInfo' packet by Johnny Chen · 13 years ago
  4. 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 · 13 years ago
  5. ca0761b <rdar://problem/11439169> by Greg Clayton · 13 years ago
  6. 5b0025f <rdar://problem/11439022> by Greg Clayton · 13 years ago
  7. d1ec3d6 Fix a comment I had incorrectly altered. by Jim Ingham · 13 years ago
  8. d82bc6d Found one more place where the OkayToDiscard needs to be consulted. by Jim Ingham · 13 years ago
  9. 07f258f Remove comments and an extra print statement. by Greg Clayton · 13 years ago
  10. 3cae38b Make every Python API __len__() method return a PyIntObject. by Filipe Cabecinhas · 13 years ago
  11. 01584eb Fix SBProcess::ReadMemory's typemap to handle PyLongObjects. by Filipe Cabecinhas · 13 years ago
  12. 22cf41b Make issue_11588/Test11588 work with a recent swig that converts ints to PyLongObjects by Filipe Cabecinhas · 13 years ago
  13. 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 · 13 years ago
  14. 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 · 13 years ago
  15. 8ec3513 Add "echo" -> "script print". by Jim Ingham · 13 years ago
  16. bf47965 More fixes to "malloc_history". by Greg Clayton · 13 years ago
  17. 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 · 13 years ago
  18. 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 · 13 years ago
  19. 6f446f3 "--stack-history" now works if you have MallocStackLogggingNoCompact defined in your app's environment. by Greg Clayton · 13 years ago
  20. f4e3044 Fixed a build error. by Greg Clayton · 13 years ago
  21. 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 · 13 years ago
  22. 2bb4de3 Make crashlog.py more robust when dealing with the "Version: ..." header from the crash log file. by Johnny Chen · 13 years ago
  23. 37a07e9 Updated LLVM/Clang to force the record layout engine by Sean Callanan · 13 years ago
  24. 492b123 Sanity check the return value from SBSCopyApplicationDisplayIdentifiers() before calling CFArrayGetCount() on it. by Johnny Chen · 13 years ago
  25. 23c3fcd <rdar://problem/11388521> by Greg Clayton · 13 years ago
  26. ea93bf4 Remove stuff from the xcscheme file that need not be checked in. by Greg Clayton · 13 years ago
  27. 0fef968 <rdar://problem/11330621> by Greg Clayton · 13 years ago
  28. 038fa8e If the ObjC Step Through Trampoline plan causes a target crash, properly propagate the error back to by Jim Ingham · 13 years ago
  29. 90f7856 Added a #define of NULL to 0 to make NULL usable in expressions. by Sean Callanan · 13 years ago
  30. 8ab2c22 Make ctrl-c terminate the current input line and start an empty line, instead of the previous content. by Johnny Chen · 13 years ago
  31. 6884bdd Option processing fix: should match '-F' exactly, instead. by Johnny Chen · 13 years ago
  32. 1b8de0a Make redo.py more error-proof by Filipe Cabecinhas · 13 years ago
  33. 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 · 13 years ago
  34. f92ddcc Print out a notification when the process of a target other than the currently selected target stops. by Jim Ingham · 13 years ago
  35. 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 · 13 years ago
  36. da23dff <rdar://problem/11400476> by Han Ming Ong · 13 years ago
  37. 79a5926 <rdar://problem/11408853> by Han Ming Ong · 13 years ago
  38. 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 · 13 years ago
  39. 4c87ebf Fixing some indentation. by Jim Ingham · 13 years ago
  40. 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 · 13 years ago
  41. d9488c8 Removing spurious friend declaration by Enrico Granata · 13 years ago
  42. 4758a3c First part of a fix to make GetNonSyntheticValue() work correctly by Enrico Granata · 13 years ago
  43. 5f2b926 <rdar://problem/10605072> by Greg Clayton · 13 years ago
  44. 1ccfba6 bump TOT version number to lldb-146 to match the checkin on the branch. by Jason Molenda · 13 years ago
  45. b170aee <rdar://problem/11358639> by Greg Clayton · 13 years ago
  46. 8d03c6f Add clarification comments. by Johnny Chen · 13 years ago
  47. a63c538 Updated LLVM to take a fix for disassembly of Thumb branch operands. by Sean Callanan · 13 years ago
  48. 6f4a115 Updated to a more meaningful macro name. by Johnny Chen · 13 years ago
  49. 6092371 Fix the problem that 'help breakpoint set' is printing a lot of redundant lines. by Johnny Chen · 13 years ago
  50. 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 · 13 years ago
  51. 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 · 13 years ago
  52. 5c33a42 Updated LLVM to fix bad disassembly of operands by Sean Callanan · 13 years ago
  53. e61ec7f Remove repeated word. by Filipe Cabecinhas · 13 years ago
  54. 78c180a Fixed some strncat/strlcat uses. by Filipe Cabecinhas · 13 years ago
  55. abd370a Jason Molenda convinced me that we should make ctrl-w on the command line bind to ed-delete-prev-word. by Johnny Chen · 13 years ago
  56. 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 · 13 years ago
  57. fc58af2 Added an "attach" alias as promised on the web page. by Sean Callanan · 13 years ago
  58. 1b584eb Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. by Jim Ingham · 13 years ago
  59. 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 · 13 years ago
  60. 2b53695 When the current thread state is NULL, PyThreadState_Get() issues a fatal error. by Johnny Chen · 13 years ago
  61. 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 · 13 years ago
  62. cb740b3 In ProcessGDBRemote::DoConnectRemote(), if the remote system informed by Jason Molenda · 13 years ago
  63. a889aee Fix the following error when importing crashlog.py from a Python interactive session: by Johnny Chen · 13 years ago
  64. 88e3de2 Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiated plans by Jim Ingham · 13 years ago
  65. ee033f2 Document the fact that you can repeat "-n" and similar options to make one breakpoint on multiple names. by Jim Ingham · 13 years ago
  66. 4e46867 Fix AttributeError when using crashlog with verbose mode. by Johnny Chen · 13 years ago
  67. 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 · 13 years ago
  68. 302100f Patched our local Clang to fix a crash when parsing by Sean Callanan · 13 years ago
  69. 1990449 Update the docs to reflect the recent changes to categories by Enrico Granata · 13 years ago
  70. c0791aa Mentioning in the docs that Python commands can have docstrings by Enrico Granata · 13 years ago
  71. 7950572 If a command takes options and arguments, the help text should warn the user to use "--" to terminate the options. by Jim Ingham · 13 years ago
  72. 14f17cf Jeeze... Remove two unneeded #include's of ThreadPlanTestCondition.h, and replace them with by Jim Ingham · 13 years ago
  73. 13e52a6 Forgot to commit the change deleting the ThreadPlanTestCondition files from the project. by Jim Ingham · 13 years ago
  74. b5d55cf Cleanup - removing the ThreadPlanTestCondition and its helper functions. It is not needed, by Jim Ingham · 13 years ago
  75. 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 · 13 years ago
  76. 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 · 13 years ago
  77. 8a6f3e9 Added a --force option to "memory read," by Sean Callanan · 13 years ago
  78. 5564b58 Clarify "watchpoint set" help text. by Johnny Chen · 13 years ago
  79. fbbede5 Bump to lldb-145. by Jason Molenda · 13 years ago
  80. e1ef1e3 Clean up the way modules are looked for when calling Target::GetSharedModule(...). We were ignoring remapped files, even if they were valid. Also if we have a UUID, we should check our global module list first. by Greg Clayton · 13 years ago
  81. c76486c Don't call SBDebugger::SetInternalVariable in the sigwinch_handler, since that takes locks and potentially does allocations. by Jim Ingham · 13 years ago
  82. 26c05d9 Made the IR interpreter move all floats, not just "wide" by Sean Callanan · 13 years ago
  83. 13bf85c Patch from Filipe Cabecinhas. by Greg Clayton · 13 years ago
  84. 45dbebf Patch from Filipe Cabecinhas. by Greg Clayton · 13 years ago
  85. 664b099 Patch from Filipe Cabecinhas. by Greg Clayton · 13 years ago
  86. b7a22b2 Patch from Filipe Cabecinhas. by Greg Clayton · 13 years ago
  87. 7aeed48 Patch from Filipe Cabecinhas. by Greg Clayton · 13 years ago
  88. 9e8865e Save more memory by not parsing the symbol table for stand alone DWARF files. We currently have SymbolFile plug-ins which all get the chance to say what they can parse in a symbol file. Prior to this fix we would ask the SymbolFileDWARF plug-in what abilities it had, and it would answer with "everything", and then we would check the SymbolFileSymtab plug-in what abilities it had, in case it had more abilities. The checking that SymbolFileSymtab does is a bit expensive as it pulls in the entire symbol table just to see if it can offer a few scraps of debug information. This causes all stand along DWARF files to pull in their symbol tables even though those symbols will never be used. This fix will check all SymbolFile plug-ins for their abilities and if any plug-in responds with "everything", then we stop the search. by Greg Clayton · 13 years ago
  89. 87677ee Add an Error string specifically for when we hit an ENOMEM when by Jason Molenda · 13 years ago
  90. ce035a0 Automatically enabling the Cocoa formatter categories for command-line LLDB. Previously, the categories were filled in but disabled by default. Tweaking test cases appropriately to keep working and do the right thing by Enrico Granata · 13 years ago
  91. 356bcc0 <rdar://problem/11271074> <rdar://problem/11285931> by Greg Clayton · 13 years ago
  92. 431d26d Patch from Viktor Kutuzov: changes the method declarations to const for the Args::GetCommandString and Agrs::GetQuotedCommandString methods. It allows using of these methods within the other const methods. by Greg Clayton · 13 years ago
  93. 3e33979 Make the libheap.dylib build into a consistent temp directory so it can be reused between lldb invocations. Also add the module name into the directory path that is used to store the target triple specific build of libheap.dylib. by Greg Clayton · 13 years ago
  94. 0ff10b5 Fixing a typo in the NSArray data formatter by Enrico Granata · 13 years ago
  95. f8c2370 Make sure the end of the first line is still within the function, and if not, don't push the prologue past it. by Jim Ingham · 13 years ago
  96. 1dae6f3 Remove the "-x" from the finish-swig-Python-LLDB.sh shell options so it doesn't print out all of the commands when executing the shell script. by Greg Clayton · 13 years ago
  97. a5c2ce0 Returning data formatters to their previous working condition - Plus fixing an issue that was preventing Python oneliners from executing by Enrico Granata · 13 years ago
  98. 0ffff1e Hardened LLDB against NULL identifiers being passed by Sean Callanan · 13 years ago
  99. dff3f44 Suspend program threads before sending the SIGSTOP & resuming, so other threads won't get into trouble while we are waiting for the SIGSTOP. by Jim Ingham · 13 years ago
  100. d6d067a Fixing an over-substitution of text by Enrico Granata · 13 years ago