summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Target.cpp
AgeCommit message (Expand)Author
2019-04-23Lock accesses to OptionValueFileSpecList objectsFrederic Riss
2019-04-22Fix a bug in my change to ModulesDidLoad in r357955.Jason Molenda
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-04-08Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda
2019-03-12Add ability to import std module into expression parser to improve C++ debuggingRaphael Isemann
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-03-05[Expression] Remove unused parameter from EvaluateAlex Langford
2019-03-01Resubmit r354706 with a fix for process launch.Jim Ingham
2019-02-23Revert r354706 - lit touched my thighJim Ingham
2019-02-23Make sure that stop-hooks run asynchronously.Jim Ingham
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-02-05[Expressions] Add support of expressions evaluation in some object's contextAleksandr Urakov
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-08Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere
2019-01-08ProcessLaunchInfo: Remove Target referencePavel Labath
2019-01-07ProcessLaunchInfo: remove Debugger referencePavel Labath
2019-01-03symbols.enable-external-lookup=false on all hosts (not just OSX)Jan Kratochvil
2018-12-20[lldb] Add a "display-recognized-arguments" target setting to show recognized...Kuba Mracek
2018-12-18Call DeleteCurrentProcess before we replace the old process.Jim Ingham
2018-12-14Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath
2018-11-15Add setting to require hardware breakpoints.Jonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-09Work with a gdb-remote target that doesn't handle theJason Molenda
2018-10-25Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner
2018-10-23Support nwere versions of the Segger J-Link jtag board software.Jason Molenda
2018-09-27Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha
2018-09-27[target] Fix typo and give bool a default valueJonas Devlieghere
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha
2018-09-21Move architecture-specific address adjustment to architecture pluginsTatyana Krasnukha
2018-09-20[NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere
2018-09-13Add a "scripted" breakpoint type to lldb.Jim Ingham
2018-08-30Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.Adrian Prantl
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-08-06Add support for ARM and ARM64 breakpad generated minidump files (version 2).Greg Clayton
2018-08-03Revert "Add support for ARM and ARM64 breakpad generated minidump files"Pavel Labath
2018-08-02Add support for ARM and ARM64 breakpad generated minidump filesGreg Clayton
2018-06-26Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha
2018-05-21Fix PathMappingList for relative and empty paths after recent FileSpec normal...Greg Clayton
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-13[Command] Implement `statistics` command.Davide Italiano
2018-03-15Fix a bug in "target.source-map" where we would resolve unmapped paths incorr...Greg Clayton
2018-03-02Make the clang module cache setting available without a targetAdrian Prantl
2018-02-09Make LLDB's clang module cache path customizableAdrian Prantl
2018-01-10Add Utility/Environment class for handling... environmentsPavel Labath
2017-12-21Make sure DataBufferLLVM contents are writablePavel Labath
2017-12-05Clean up stop hook output in case a hook restarts.Jim Ingham
2017-10-25Move StopInfoOverride callback to the new architecture pluginPavel Labath
2017-09-28[Expression parser] Setting to enable use of ExternalASTMergerSean Callanan