1. d1e3fe2 Rename ObjectFile::GetHeaderAddress to GetBaseAddress by Pavel Labath · 7 years ago
  2. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  3. 4911023 Add a target modules dump ast command. by Zachary Turner · 7 years ago
  4. 8f3be7a [FileSystem] Move path resolution logic out of FileSpec by Jonas Devlieghere · 7 years ago
  5. dbd7fab [FileSystem] Remove Exists() from FileSpec by Jonas Devlieghere · 7 years ago
  6. 7c5310b [FileSystem] Remove GetPermissions() and Readable() from FileSpec by Jonas Devlieghere · 7 years ago
  7. 8fe53c49 Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
  8. 26ba928 [target] Change target create's behavior wrt loading dependent files. by Jonas Devlieghere · 7 years ago
  9. f9a07e9 [NFC] Turn "load dependent files" boolean into an enum by Jonas Devlieghere · 7 years ago
  10. f174259 Check result after setting PC value. by Tatyana Krasnukha · 7 years ago
  11. d821c99 Move RegisterValue,Scalar,State from Core to Utility by Pavel Labath · 7 years ago
  12. 1a6d7ab Narrow the CompletionRequest API to being append-only. by Raphael Isemann · 7 years ago
  13. a2e76c0 Replaced more boilerplate code with CompletionRequest (NFC) by Raphael Isemann · 7 years ago
  14. 2443bbd Refactoring for for the internal command line completion API (NFC) by Raphael Isemann · 7 years ago
  15. 937348c [FileSpec] Make style argument mandatory for SetFile. NFC by Jonas Devlieghere · 7 years ago
  16. 34cda14 Remove append parameter to FindGlobalVariables by Pavel Labath · 7 years ago
  17. 9fecd37 Use the UUID from the minidump's CodeView Record for placeholder modules by Leonard Mosescu · 7 years ago
  18. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  19. 47196a2 Improve LLDB's handling of non-local minidumps by Leonard Mosescu · 7 years ago
  20. 145d95c Move Args.cpp from Interpreter to Utility by Pavel Labath · 7 years ago
  21. 47cbf4a Move Args::StringTo*** functions to a new OptionArgParser class by Pavel Labath · 7 years ago
  22. 16064d3 Re-land: [lldb] Use vFlash commands when writing to target's flash memory regions by Pavel Labath · 8 years ago
  23. 11479d1 Remove custom TimePoint-formatting code by Pavel Labath · 8 years ago
  24. 70cf4dd Remove extra minuses from command option by Tatyana Krasnukha · 8 years ago
  25. 17ffd39 Implement interactive command interruption by Leonard Mosescu · 8 years ago
  26. 8c9ecc5 Revert patch r313904, as it breaks "command source" and in by Jim Ingham · 8 years ago
  27. 977996d [LLDB] Implement interactive command interruption by Adrian McCarthy · 8 years ago
  28. 7cff7d4 Extend 'target symbols add' to load symbols from a given module by Eugene Zemtsov · 8 years ago
  29. 38d0632 Move Timer and TraceOptions from Core to Utility by Pavel Labath · 8 years ago
  30. cdda23e Add debug_frame section support by Pavel Labath · 8 years ago
  31. f9d1647 Remove an expensive lock from Timer by Pavel Labath · 8 years ago
  32. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  33. 3eb2b44 Delete some more dead includes. by Zachary Turner · 9 years ago
  34. 7d86ee5 Resubmit FileSystem changes. by Zachary Turner · 9 years ago
  35. 30e6cbf Revert "Use LLVM for all stat-related functionality." by Pavel Labath · 9 years ago
  36. 990e3cd Use LLVM for all stat-related functionality. by Zachary Turner · 9 years ago
  37. b10fb96 Provide option to set pc of the file loaded in memory. by Hafiz Abid Qadeer · 9 years ago
  38. 4687db0 Provide a substitute to load command of gdb. by Hafiz Abid Qadeer · 9 years ago
  39. a47464b Change CreateTarget and dependents to accept StringRef. by Zachary Turner · 9 years ago
  40. 3165945 Convert Platform, Process, and Connection functions to StringRef. by Zachary Turner · 9 years ago
  41. c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago
  42. 8cb1cd9 Remove TimeValue class by Pavel Labath · 9 years ago
  43. fe11483 Make Options::SetOptionValue take a StringRef. by Zachary Turner · 9 years ago
  44. e877baa Remove TimeValue usage from lldb/Interpreter by Pavel Labath · 9 years ago
  45. 7e2cfbf Remove TimeValue usage from Core/Module by Pavel Labath · 9 years ago
  46. 6a9767c Clean up the stop printing header lines. by Jim Ingham · 9 years ago
  47. 771ef6d Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
  48. 97d2c40 Convert some Args index-based iteration to range-style iteration. by Zachary Turner · 9 years ago
  49. 8cef4b0 Update OptionGroup::SetValue to take StringRef. by Zachary Turner · 9 years ago
  50. 7060243 Try to fix build errors on Android. by Zachary Turner · 9 years ago
  51. 1f0f5b5 Convert option tables to ArrayRefs. by Zachary Turner · 9 years ago
  52. 95eae42 Make lldb::Regex use StringRef. by Zachary Turner · 9 years ago
  53. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  54. ac9c3a6 Tables of command options in LLDB benefit from hand-formatting to make it by Kate Stone · 9 years ago
  55. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  56. f343968f Delete Host/windows/win32.h by Zachary Turner · 9 years ago
  57. 7428a18 LLDB help content has accumulated over time without a recent attempt to by Kate Stone · 9 years ago
  58. 63a27af Added support for thread local variables on all Apple OS variants. by Greg Clayton · 9 years ago
  59. bb19a13 second pass over removal of Mutex and Condition by Saleem Abdulrasool · 9 years ago
  60. 16ff860 remove use of Mutex in favour of std::{,recursive_}mutex by Saleem Abdulrasool · 9 years ago
  61. 543725c Implement `target modules dump objfile` by Adrian McCarthy · 9 years ago
  62. 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
  63. 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
  64. 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
  65. c98d969 Commands: silence dumb -Wextra warning from GCC by Saleem Abdulrasool · 10 years ago
  66. 954b40b Add support for "source info" and use it to fix MI's -symbol-list-lines. by Dawn Perchik · 10 years ago
  67. f7d1893 Enable saving of mini dumps with lldb process save-core. by Adrian McCarthy · 10 years ago
  68. f9a2697 Revert "FOO" by Adrian McCarthy · 10 years ago
  69. af75dab FOO by Adrian McCarthy · 10 years ago
  70. 7df337f ArchSpec: fix unintentional promotion of unspecified unknowns to specified unknowns by Todd Fiala · 10 years ago
  71. 13d21e9 commands: Use override instead of virtual. by Bruce Mitchener · 10 years ago
  72. 4d31a48 Fix minor typos in comments. by Bruce Mitchener · 10 years ago
  73. 648f3c7 Add support for .ARM.exidx unwind information by Tamas Berghammer · 10 years ago
  74. e5ffa08 Revert 248366 "Testcase and fix for bug 24074" by Enrico Granata · 10 years ago
  75. 9fcf72e Testcase and fix for bug 24074 by Ravitheja Addepally · 10 years ago
  76. 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
  77. 7138765 Add another log to the Host channel for logging by Jason Molenda · 10 years ago
  78. 25c9101 When the user specifies a corefile that is not readable, by Jason Molenda · 10 years ago
  79. 358cf1e Resubmitting 240466 after fixing the linux test suite failures. by Greg Clayton · 10 years ago
  80. 44ff9cce Improve instruction emulation based stack unwinding on ARM by Tamas Berghammer · 10 years ago
  81. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  82. e87764f Add support for custom commands to set flags on themselves by Enrico Granata · 10 years ago
  83. dab893c Fix -Wsign-compare warning by David Blaikie · 11 years ago
  84. aa4dabf Add a --all command option to "target delete". by Zachary Turner · 11 years ago
  85. e912e3e Add SymbolVendor::GetMainFileSpec and simplify CommandObjectTargetModulesList::PrintModule by Ilia K · 11 years ago
  86. 32abc6e Reduce header footprint of Target.h by Zachary Turner · 11 years ago
  87. 560558e Introduce the notion of "runtime support values" by Enrico Granata · 11 years ago
  88. d26a1e5 Fixed the failing test: by Greg Clayton · 11 years ago
  89. 1b5a74e This patch gets remote-linux platform able to run processes by Vince Harron · 11 years ago
  90. 65e0642 Don't mention a "--core-file" argument to target create. It is "--core". by Jason Molenda · 11 years ago
  91. 5275aaa Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ by Vince Harron · 11 years ago
  92. 2501e5e Modified LLDB to be able to lookup global variables by address. by Greg Clayton · 11 years ago
  93. 34549b8 Change the x86 assembly instruction unwind parser to by Jason Molenda · 11 years ago
  94. e589e7e The lldb unwinder can now use the unwind information from the compact-unwind by Jason Molenda · 11 years ago
  95. 893c932 This is the first step of making lldb able to create target-specific things by Jim Ingham · 11 years ago
  96. c6127dd Change CommandObjectTargetModulesLoad so that the filename argument by Jason Molenda · 11 years ago
  97. 352237d lldb - fix misleading "valid target indexes are" error message by Todd Fiala · 11 years ago
  98. 0562524 On x86 & x86_64, try to use eh_frame for frame 0. by Todd Fiala · 11 years ago
  99. 5acc125 Don't crash when specifying a core file that isn't readable. by Greg Clayton · 11 years ago
  100. d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago