summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Process.cpp
Commit message (Expand)AuthorAgeFilesLines
* factor out an abstract base class for FileLawrence D'Anna2019-10-031-3/+3
* Allow the internal-state-thread free access to the TargetAPI mutex.Jim Ingham2019-10-011-0/+6
* remove File::SetStream(), make new files instead.Lawrence D'Anna2019-09-271-3/+3
* File::SetDescriptor() should require optionsJonas Devlieghere2019-09-231-2/+3
* [Target] Move InferiorCall to ProcessAlex Langford2019-09-131-2/+57
* [lldb] Replace std::call_once() with llvm::call_once()Michal Gorny2019-09-031-2/+2
* Remove usage of usleep in generic codePavel Labath2019-08-051-1/+1
* [lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht2019-07-291-2/+2
* [lldb] Also include the array definition in Properties.incJonas Devlieghere2019-07-291-12/+10
* [TableGen] Move target properties into a separate file (NFC)Jonas Devlieghere2019-07-261-2/+2
* Let tablegen generate property definitionsJonas Devlieghere2019-07-251-45/+4
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-357/+323
* [Expression] Move IRDynamicChecks to ClangExpressionParserAlex Langford2019-07-121-1/+1
* Change LaunchThread interface to return an expected.Jonas Devlieghere2019-07-051-6/+12
* Make sure the thread list is updated before you set the stop reasonJim Ingham2019-06-281-1/+9
* Remove core loading timeoutPavel Labath2019-06-251-1/+1
* Add support to read aux vector valuesAntonio Afonso2019-06-111-1/+1
* [Target] Remove Process::GetObjCLanguageRuntimeAlex Langford2019-06-101-8/+0
* [Target] Remove unused header from ProcessAlex Langford2019-06-081-1/+0
* [LanguageRuntime] Introduce LLVM-style castsAlex Langford2019-06-081-4/+1
* [Target] Remove Process::GetCPPLanguageRuntimeAlex Langford2019-06-041-10/+0
* [Target] Generalize Process::IsPossibleDynamicValueAlex Langford2019-05-301-5/+5
* [Target] Sink some asserts into Process::GetLanguageRuntimeAlex Langford2019-05-291-5/+14
* [Target] Introduce Process::GetLanguageRuntimesAlex Langford2019-05-291-0/+22
* [Process] Clean up some logic around LanguageRuntimesAlex Langford2019-05-241-7/+10
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-1/+1
* [Process] Fix another thread_result_t & nullptr incompatibility.Jonas Devlieghere2019-05-231-7/+7
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-3/+3
* [Target] Protect Processes' language runtimes map with a mutexAlex Langford2019-05-221-10/+22
* Improve step over performance by not stopping at branches that are function c...Greg Clayton2019-05-091-1/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Unify random timeouts throughout LLDB and make them configurable.Adrian Prantl2019-04-051-6/+18
* [Process] Use early returns in Process::WriteMemory (NFC)Jonas Devlieghere2019-04-011-55/+51
* [Process] Fix WriteMemory return valueMed Ismail Bennani2019-04-011-2/+3
* [lldb-vscode] Report an error if an invalid program is specified.Zachary Turner2019-03-081-92/+96
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-5/+5
* Move ProcessInfo from Host to Utility.Zachary Turner2019-03-041-201/+2
* Refactor user/group name resolving codePavel Labath2019-03-041-50/+32
* Resubmit r354706 with a fix for process launch.Jim Ingham2019-03-011-16/+37
* Revert r354706 - lit touched my thighJim Ingham2019-02-231-22/+6
* Make sure that stop-hooks run asynchronously.Jim Ingham2019-02-231-6/+22
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-46/+46
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-6/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Replace MemoryRegionInfoSP with values and cleanup related codeTatyana Krasnukha2018-12-201-6/+6
* A few small updates to the testsuite for running against an iOS device.Jason Molenda2018-12-171-0/+5
* Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath2018-12-141-1/+1
* Add setting to require hardware breakpoints.Jonas Devlieghere2018-11-151-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-6/+6
OpenPOWER on IntegriCloud