summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Target.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.Adrian Prantl2018-08-301-3/+3
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Add support for ARM and ARM64 breakpad generated minidump files (version 2).Greg Clayton2018-08-061-1/+21
* Revert "Add support for ARM and ARM64 breakpad generated minidump files"Pavel Labath2018-08-031-21/+1
* Add support for ARM and ARM64 breakpad generated minidump filesGreg Clayton2018-08-021-1/+21
* Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha2018-06-261-23/+23
* Fix PathMappingList for relative and empty paths after recent FileSpec normal...Greg Clayton2018-05-211-5/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-108/+96
* [Command] Implement `statistics` command.Davide Italiano2018-04-131-7/+8
* Fix a bug in "target.source-map" where we would resolve unmapped paths incorr...Greg Clayton2018-03-151-1/+1
* Make the clang module cache setting available without a targetAdrian Prantl2018-03-021-13/+0
* Make LLDB's clang module cache path customizableAdrian Prantl2018-02-091-0/+13
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-39/+24
* Make sure DataBufferLLVM contents are writablePavel Labath2017-12-211-6/+7
* Clean up stop hook output in case a hook restarts.Jim Ingham2017-12-051-3/+10
* Move StopInfoOverride callback to the new architecture pluginPavel Labath2017-10-251-39/+49
* [Expression parser] Setting to enable use of ExternalASTMergerSean Callanan2017-09-281-1/+15
* Make breakpoint names real entities.Jim Ingham2017-09-141-0/+140
* Clean up lldb-types.hPavel Labath2017-07-181-0/+1
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Remove an expensive lock from TimerPavel Labath2017-05-151-1/+2
* Rename Error -> Status.Zachary Turner2017-05-121-54/+54
* Provide a mechanism to do some pre-loading of symbols up front.Jim Ingham2017-04-281-0/+19
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Fix various warnings. NFCZachary Turner2017-03-021-2/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Add methods to enable using formatv syntax in LLDB.Zachary Turner2016-12-161-5/+3
* Use Timeout<> in EvaluateExpressionOptions classPavel Labath2016-12-061-0/+2
* Convert most of the Process class to Timeout<>Pavel Labath2016-11-301-6/+3
* Convert Platform, Process, and Connection functions to StringRef.Zachary Turner2016-11-171-1/+1
* Rewrite all Property related functions in terms of StringRef.Zachary Turner2016-11-171-4/+4
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* Convert some Expression parser functions to StringRef.Zachary Turner2016-11-081-10/+10
* Simplify GetGlobalProperties functions of Thread/Process/TargetPavel Labath2016-10-191-5/+2
* Added a setting that enables saving all .o files from a given JIT expression.Sean Callanan2016-09-261-0/+9
* Change FileAction::GetPath() to return a StringRef.Zachary Turner2016-09-231-21/+12
* Update the prompt related functions to use StringRefs.Zachary Turner2016-09-231-4/+8
* Add the ability to append breakpoints to the save file.Jim Ingham2016-09-221-5/+27
* Add the ability to deserialize only breakpoints matching a given name.Jim Ingham2016-09-221-0/+13
* Add SB API's for writing breakpoints to & creating the from a file.Jim Ingham2016-09-141-0/+122
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-3799/+3432
* Delete Host/windows/win32.hZachary Turner2016-08-091-1/+1
* Clean up vestigial remnants of locking primitivesSaleem Abdulrasool2016-07-281-4/+7
* Add an "experimental" setting to disable injecting local variables into expre...Jim Ingham2016-07-071-3/+67
* fixits are apparently called fix-its.Jim Ingham2016-06-281-1/+1
* fix invalid assumption about the executable module in Target::Install()Todd Fiala2016-06-271-1/+1
* Improve watchpoint error reporting specially for arm/aarch64 targetsOmair Javaid2016-06-271-11/+11
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-38/+40
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-4/+4
OpenPOWER on IntegriCloud