summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectTarget.cpp
AgeCommit message (Expand)Author
2016-08-09Delete Host/windows/win32.hZachary Turner
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone
2016-07-01Added support for thread local variables on all Apple OS variants.Greg Clayton
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool
2016-04-04Implement `target modules dump objfile`Adrian McCarthy
2016-02-25Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko
2016-02-25Fix "target modules add -s <filename>" to work if the file doesn't exist loca...Greg Clayton
2016-02-10Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton
2016-01-22Commands: silence dumb -Wextra warning from GCCSaleem Abdulrasool
2016-01-05Add support for "source info" and use it to fix MI's -symbol-list-lines.Dawn Perchik
2015-11-20Enable saving of mini dumps with lldb process save-core.Adrian McCarthy
2015-11-20Revert "FOO"Adrian McCarthy
2015-11-20FOOAdrian McCarthy
2015-10-13ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...Todd Fiala
2015-10-07commands: Use override instead of virtual.Bruce Mitchener
2015-10-07Fix minor typos in comments.Bruce Mitchener
2015-09-30Add support for .ARM.exidx unwind informationTamas Berghammer
2015-09-23Revert 248366 "Testcase and fix for bug 24074"Enrico Granata
2015-09-23Testcase and fix for bug 24074Ravitheja Addepally
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-07-31Add another log to the Host channel for loggingJason Molenda
2015-06-26When the user specifies a corefile that is not readable,Jason Molenda
2015-06-25Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton
2015-06-24Improve instruction emulation based stack unwinding on ARMTamas Berghammer
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-05-27Add support for custom commands to set flags on themselvesEnrico Granata
2015-03-27Fix -Wsign-compare warningDavid Blaikie
2015-03-26Add a --all command option to "target delete".Zachary Turner
2015-03-10Add SymbolVendor::GetMainFileSpec and simplify CommandObjectTargetModulesList...Ilia K
2015-03-03Reduce header footprint of Target.hZachary Turner
2015-02-11Introduce the notion of "runtime support values"Enrico Granata
2015-01-28Fixed the failing test:Greg Clayton
2015-01-21This patch gets remote-linux platform able to run processesVince Harron
2015-01-20Don't mention a "--core-file" argument to target create. It isJason Molenda
2015-01-15Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron
2015-01-15Modified LLDB to be able to lookup global variables by address.Greg Clayton
2015-01-13Change the x86 assembly instruction unwind parser toJason Molenda
2014-12-08The lldb unwinder can now use the unwind information from the compact-unwind Jason Molenda
2014-11-22This is the first step of making lldb able to create target-specific thingsJim Ingham
2014-11-21Change CommandObjectTargetModulesLoad so that the filename argumentJason Molenda
2014-08-29lldb - fix misleading "valid target indexes are" error messageTodd Fiala
2014-08-25On x86 & x86_64, try to use eh_frame for frame 0.Todd Fiala
2014-08-15Don't crash when specifying a core file that isn't readable.Greg Clayton
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner
2014-07-08Fix broken tests due to new error output.Todd Fiala
2014-07-03Adds the notion of an OptionValidator.Zachary Turner
2014-05-08lldb TOT is dropping the last entry for multi-line IOHandlers that use the IO...Greg Clayton
2014-05-02"DONE" is being left in multi-line results when it shouldn't for non terminal...Greg Clayton
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool