aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectTarget.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-4700/+4111
2016-08-26Tables of command options in LLDB benefit from hand-formatting to make itKate Stone1-60/+57
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-45/+59
2016-08-09Delete Host/windows/win32.hZachary Turner1-1/+1
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone1-43/+33
2016-07-01Added support for thread local variables on all Apple OS variants.Greg Clayton1-0/+5
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool1-8/+8
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool1-6/+11
2016-04-04Implement `target modules dump objfile`Adrian McCarthy1-6/+106
2016-02-25Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko1-412/+295
2016-02-25Fix "target modules add -s <filename>" to work if the file doesn't exist loca...Greg Clayton1-1/+1
2016-02-10Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton1-2/+4
2016-01-22Commands: silence dumb -Wextra warning from GCCSaleem Abdulrasool1-5/+5
2016-01-05Add support for "source info" and use it to fix MI's -symbol-list-lines.Dawn Perchik1-1/+2
2015-11-20Enable saving of mini dumps with lldb process save-core.Adrian McCarthy1-1/+1
2015-11-20Revert "FOO"Adrian McCarthy1-1/+1
2015-11-20FOOAdrian McCarthy1-1/+1
2015-10-13ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...Todd Fiala1-6/+10
2015-10-07commands: Use override instead of virtual.Bruce Mitchener1-163/+125
2015-10-07Fix minor typos in comments.Bruce Mitchener1-2/+2
2015-09-30Add support for .ARM.exidx unwind informationTamas Berghammer1-0/+8
2015-09-23Revert 248366 "Testcase and fix for bug 24074"Enrico Granata1-0/+1
2015-09-23Testcase and fix for bug 24074Ravitheja Addepally1-1/+0
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton1-4/+4
2015-07-31Add another log to the Host channel for loggingJason Molenda1-0/+6
2015-06-26When the user specifies a corefile that is not readable,Jason Molenda1-0/+6
2015-06-25Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton1-8/+7
2015-06-24Improve instruction emulation based stack unwinding on ARMTamas Berghammer1-1/+1
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-05-27Add support for custom commands to set flags on themselvesEnrico Granata1-8/+8
2015-03-27Fix -Wsign-compare warningDavid Blaikie1-1/+1
2015-03-26Add a --all command option to "target delete".Zachary Turner1-55/+64
2015-03-10Add SymbolVendor::GetMainFileSpec and simplify CommandObjectTargetModulesList...Ilia K1-16/+12
2015-03-03Reduce header footprint of Target.hZachary Turner1-0/+1
2015-02-11Introduce the notion of "runtime support values"Enrico Granata1-0/+4
2015-01-28Fixed the failing test:Greg Clayton1-48/+61
2015-01-21This patch gets remote-linux platform able to run processesVince Harron1-6/+3
2015-01-20Don't mention a "--core-file" argument to target create. It isJason Molenda1-1/+1
2015-01-15Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron1-12/+13
2015-01-15Modified LLDB to be able to lookup global variables by address.Greg Clayton1-1/+1
2015-01-13Change the x86 assembly instruction unwind parser toJason Molenda1-22/+62
2014-12-08The lldb unwinder can now use the unwind information from the compact-unwind Jason Molenda1-1/+1
2014-11-22This is the first step of making lldb able to create target-specific thingsJim Ingham1-4/+4
2014-11-21Change CommandObjectTargetModulesLoad so that the filename argumentJason Molenda1-3/+23
2014-08-29lldb - fix misleading "valid target indexes are" error messageTodd Fiala1-3/+10
2014-08-25On x86 & x86_64, try to use eh_frame for frame 0.Todd Fiala1-1/+1
2014-08-15Don't crash when specifying a core file that isn't readable.Greg Clayton1-1/+27
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner1-46/+46
2014-07-08Fix broken tests due to new error output.Todd Fiala1-46/+46
2014-07-03Adds the notion of an OptionValidator.Zachary Turner1-46/+46