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