1. 937348c [FileSpec] Make style argument mandatory for SetFile. NFC by Jonas Devlieghere · 7 years ago
  2. 34cda14 Remove append parameter to FindGlobalVariables by Pavel Labath · 7 years ago
  3. 9fecd37 Use the UUID from the minidump's CodeView Record for placeholder modules by Leonard Mosescu · 8 years ago
  4. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 8 years ago
  5. 47196a2 Improve LLDB's handling of non-local minidumps by Leonard Mosescu · 8 years ago
  6. 145d95c Move Args.cpp from Interpreter to Utility by Pavel Labath · 8 years ago
  7. 47cbf4a Move Args::StringTo*** functions to a new OptionArgParser class by Pavel Labath · 8 years ago
  8. 16064d3 Re-land: [lldb] Use vFlash commands when writing to target's flash memory regions by Pavel Labath · 8 years ago
  9. 11479d1 Remove custom TimePoint-formatting code by Pavel Labath · 8 years ago
  10. 70cf4dd Remove extra minuses from command option by Tatyana Krasnukha · 8 years ago
  11. 17ffd39 Implement interactive command interruption by Leonard Mosescu · 8 years ago
  12. 8c9ecc5 Revert patch r313904, as it breaks "command source" and in by Jim Ingham · 8 years ago
  13. 977996d [LLDB] Implement interactive command interruption by Adrian McCarthy · 8 years ago
  14. 7cff7d4 Extend 'target symbols add' to load symbols from a given module by Eugene Zemtsov · 8 years ago
  15. 38d0632 Move Timer and TraceOptions from Core to Utility by Pavel Labath · 8 years ago
  16. cdda23e Add debug_frame section support by Pavel Labath · 8 years ago
  17. f9d1647 Remove an expensive lock from Timer by Pavel Labath · 8 years ago
  18. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  19. 3eb2b44 Delete some more dead includes. by Zachary Turner · 9 years ago
  20. 7d86ee5 Resubmit FileSystem changes. by Zachary Turner · 9 years ago
  21. 30e6cbf Revert "Use LLVM for all stat-related functionality." by Pavel Labath · 9 years ago
  22. 990e3cd Use LLVM for all stat-related functionality. by Zachary Turner · 9 years ago
  23. b10fb96 Provide option to set pc of the file loaded in memory. by Hafiz Abid Qadeer · 9 years ago
  24. 4687db0 Provide a substitute to load command of gdb. by Hafiz Abid Qadeer · 9 years ago
  25. a47464b Change CreateTarget and dependents to accept StringRef. by Zachary Turner · 9 years ago
  26. 3165945 Convert Platform, Process, and Connection functions to StringRef. by Zachary Turner · 9 years ago
  27. c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago
  28. 8cb1cd9 Remove TimeValue class by Pavel Labath · 9 years ago
  29. fe11483 Make Options::SetOptionValue take a StringRef. by Zachary Turner · 9 years ago
  30. e877baa Remove TimeValue usage from lldb/Interpreter by Pavel Labath · 9 years ago
  31. 7e2cfbf Remove TimeValue usage from Core/Module by Pavel Labath · 9 years ago
  32. 6a9767c Clean up the stop printing header lines. by Jim Ingham · 9 years ago
  33. 771ef6d Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
  34. 97d2c40 Convert some Args index-based iteration to range-style iteration. by Zachary Turner · 9 years ago
  35. 8cef4b0 Update OptionGroup::SetValue to take StringRef. by Zachary Turner · 9 years ago
  36. 7060243 Try to fix build errors on Android. by Zachary Turner · 9 years ago
  37. 1f0f5b5 Convert option tables to ArrayRefs. by Zachary Turner · 9 years ago
  38. 95eae42 Make lldb::Regex use StringRef. by Zachary Turner · 9 years ago
  39. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  40. ac9c3a6 Tables of command options in LLDB benefit from hand-formatting to make it by Kate Stone · 9 years ago
  41. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  42. f343968f Delete Host/windows/win32.h by Zachary Turner · 9 years ago
  43. 7428a18 LLDB help content has accumulated over time without a recent attempt to by Kate Stone · 9 years ago
  44. 63a27af Added support for thread local variables on all Apple OS variants. by Greg Clayton · 9 years ago
  45. bb19a13 second pass over removal of Mutex and Condition by Saleem Abdulrasool · 9 years ago
  46. 16ff860 remove use of Mutex in favour of std::{,recursive_}mutex by Saleem Abdulrasool · 9 years ago
  47. 543725c Implement `target modules dump objfile` by Adrian McCarthy · 10 years ago
  48. f13e652 Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in source/Commands/CommandObjectTarget.cpp; other minor fixes. by Eugene Zelenko · 10 years ago
  49. 479d545 Fix "target modules add -s <filename>" to work if the file doesn't exist locally on the current machine. by Greg Clayton · 10 years ago
  50. ae088e5 Now that SymbolFileDWARF supports having types in completely separate .pcm file with "-fmodules -gmodules", each SymbolFileDWARF can reference module DWARF info by looking in other DWARF files. Then if you have 1000 .o files that each reference one or more .pcm files in their debug info, a simple Module::FindTypes(...) call can end up searching the same .pcm file over and over and over. Now all internal FindTypes methods in classes (ModuleList, Module, SymbolFile) now take an extra argument: by Greg Clayton · 10 years ago
  51. c98d969 Commands: silence dumb -Wextra warning from GCC by Saleem Abdulrasool · 10 years ago
  52. 954b40b Add support for "source info" and use it to fix MI's -symbol-list-lines. by Dawn Perchik · 10 years ago
  53. f7d1893 Enable saving of mini dumps with lldb process save-core. by Adrian McCarthy · 10 years ago
  54. f9a2697 Revert "FOO" by Adrian McCarthy · 10 years ago
  55. af75dab FOO by Adrian McCarthy · 10 years ago
  56. 7df337f ArchSpec: fix unintentional promotion of unspecified unknowns to specified unknowns by Todd Fiala · 10 years ago
  57. 13d21e9 commands: Use override instead of virtual. by Bruce Mitchener · 10 years ago
  58. 4d31a48 Fix minor typos in comments. by Bruce Mitchener · 10 years ago
  59. 648f3c7 Add support for .ARM.exidx unwind information by Tamas Berghammer · 10 years ago
  60. e5ffa08 Revert 248366 "Testcase and fix for bug 24074" by Enrico Granata · 10 years ago
  61. 9fcf72e Testcase and fix for bug 24074 by Ravitheja Addepally · 10 years ago
  62. 99558cc4 Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. by Greg Clayton · 10 years ago
  63. 7138765 Add another log to the Host channel for logging by Jason Molenda · 10 years ago
  64. 25c9101 When the user specifies a corefile that is not readable, by Jason Molenda · 10 years ago
  65. 358cf1e Resubmitting 240466 after fixing the linux test suite failures. by Greg Clayton · 10 years ago
  66. 44ff9cce Improve instruction emulation based stack unwinding on ARM by Tamas Berghammer · 10 years ago
  67. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  68. e87764f Add support for custom commands to set flags on themselves by Enrico Granata · 10 years ago
  69. dab893c Fix -Wsign-compare warning by David Blaikie · 11 years ago
  70. aa4dabf Add a --all command option to "target delete". by Zachary Turner · 11 years ago
  71. e912e3e Add SymbolVendor::GetMainFileSpec and simplify CommandObjectTargetModulesList::PrintModule by Ilia K · 11 years ago
  72. 32abc6e Reduce header footprint of Target.h by Zachary Turner · 11 years ago
  73. 560558e Introduce the notion of "runtime support values" by Enrico Granata · 11 years ago
  74. d26a1e5 Fixed the failing test: by Greg Clayton · 11 years ago
  75. 1b5a74e This patch gets remote-linux platform able to run processes by Vince Harron · 11 years ago
  76. 65e0642 Don't mention a "--core-file" argument to target create. It is "--core". by Jason Molenda · 11 years ago
  77. 5275aaa Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ by Vince Harron · 11 years ago
  78. 2501e5e Modified LLDB to be able to lookup global variables by address. by Greg Clayton · 11 years ago
  79. 34549b8 Change the x86 assembly instruction unwind parser to by Jason Molenda · 11 years ago
  80. e589e7e The lldb unwinder can now use the unwind information from the compact-unwind by Jason Molenda · 11 years ago
  81. 893c932 This is the first step of making lldb able to create target-specific things by Jim Ingham · 11 years ago
  82. c6127dd Change CommandObjectTargetModulesLoad so that the filename argument by Jason Molenda · 11 years ago
  83. 352237d lldb - fix misleading "valid target indexes are" error message by Todd Fiala · 11 years ago
  84. 0562524 On x86 & x86_64, try to use eh_frame for frame 0. by Todd Fiala · 11 years ago
  85. 5acc125 Don't crash when specifying a core file that isn't readable. by Greg Clayton · 11 years ago
  86. d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
  87. 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
  88. de963e9 Adds the notion of an OptionValidator. by Zachary Turner · 11 years ago
  89. c3d874a lldb TOT is dropping the last entry for multi-line IOHandlers that use the IOHandlerDelegateMultiline. by Greg Clayton · 11 years ago
  90. f29bf9a "DONE" is being left in multi-line results when it shouldn't for non terminal input. by Greg Clayton · 12 years ago
  91. 324a103 sweep up -Wformat warnings from gcc by Saleem Abdulrasool · 12 years ago
  92. 62e5f4d Cleanup some dead assignements reported by scan-build by Arnaud A. de Grandmaison · 12 years ago
  93. 44edda0 create constants for multichar constants by Saleem Abdulrasool · 12 years ago
  94. 6fea17e "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf style statements that were assuming size_t were 64 bit were changed, and they were also changed to display them as unsigned values as "size_t" isn't signed. by Greg Clayton · 12 years ago
  95. 99fbc07 Fix Windows build using portable types for formatting the log outputs by Deepak Panickal · 12 years ago
  96. 751caf6 Modified ObjectFile::SetLoadAddress() to now be: by Greg Clayton · 12 years ago
  97. 44d9378 Merging the iohandler branch back into main. by Greg Clayton · 12 years ago
  98. d5944cd For logical backtrace work, lldb needs to track Module unloads etc & symoblicate an address based on a point in time by Greg Clayton · 12 years ago
  99. 5c19eac Added Iterable, a class that vends standard C++ by Sean Callanan · 12 years ago
  100. b57e4a1 Roll back the changes I made in r193907 which created a new Frame by Jason Molenda · 12 years ago