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