summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Target.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath2018-12-141-4/+4
* Add setting to require hardware breakpoints.Jonas Devlieghere2018-11-151-3/+20
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Work with a gdb-remote target that doesn't handle theJason Molenda2018-11-091-2/+8
* Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner2018-10-251-14/+15
* Support nwere versions of the Segger J-Link jtag board software.Jason Molenda2018-10-231-0/+7
* Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha2018-09-271-4/+2
* [target] Fix typo and give bool a default valueJonas Devlieghere2018-09-271-5/+5
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-78/+80
* Move architecture-specific address adjustment to architecture pluginsTatyana Krasnukha2018-09-211-236/+9
* [NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere2018-09-201-4/+16
* Add a "scripted" breakpoint type to lldb.Jim Ingham2018-09-131-0/+45
* 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
OpenPOWER on IntegriCloud