summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Process.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix race condition during process detach"Pavel Labath2015-09-281-34/+40
* Fix race condition during process detachPavel Labath2015-09-231-40/+34
* Add an OperatingSystem plugin to support goroutinesRyan Brown2015-09-161-0/+2
* This patch makes Clang-independent base classes for all the expression types ...Jim Ingham2015-09-151-13/+16
* Fix logging messagePavel Labath2015-09-031-1/+1
* Fix rare failure in TestProcessIOPavel Labath2015-09-031-6/+5
* Have the Process hold a weak_ptr to the Target.Zachary Turner2015-09-011-49/+49
* Make ProcessGDBRemote get a //copy// of platform Unix signals.Chaoren Lin2015-09-011-1/+1
* Feedback from Jim: Change the "optimized code" warning to be entirelyJason Molenda2015-08-101-0/+14
* Second part of indicating when the user is stopped in optimized code.Jason Molenda2015-08-061-1/+55
* Add some initial logging for when lldb is searching for binaries,Jason Molenda2015-07-251-0/+5
* Add UNUSED_IF_ASSERT_DISABLED and apply it.Bruce Mitchener2015-07-241-1/+1
* Fix warnings.Bruce Mitchener2015-07-221-0/+1
* More packet performance improvements. Greg Clayton2015-07-171-1/+6
* Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f...Ewan Crawford2015-07-141-0/+8
* Refactor Unix signals.Chaoren Lin2015-07-141-7/+7
* Don't select a thread that stopped for a signal that wasJim Ingham2015-07-081-1/+14
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-2/+3
* Fix the handling of the run lock in cases where you needed to runJim Ingham2015-06-231-7/+12
* Fix a variety of typos.Bruce Mitchener2015-06-181-1/+1
* Fixed a deadlock that was slowing down processes when they shut down. A 3 sec...Greg Clayton2015-06-031-2/+2
* Fix a race condition where 2 threads might try to call Process::SetExitStatus...Greg Clayton2015-06-011-10/+8
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-7/+8
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Change ProcessEventData over to use a std::weak_ptr to a process intead of a ...Greg Clayton2015-05-291-10/+21
* Fix race in IOHandlerProcessSTDIOPavel Labath2015-05-281-74/+55
* I finally found the strong reference that was keeping all lldb_private::Proce...Greg Clayton2015-05-281-0/+7
* Improve LLDB prompt handlingPavel Labath2015-05-271-51/+29
* Did some cleanup to stop us from leaking Pipe file descriptors.Greg Clayton2015-05-231-1/+16
* Implement attach to process on Windows.Zachary Turner2015-05-201-1/+5
* Fix handling of hijacked events in synchronous modeIlia K2015-05-201-2/+6
* OperatingSystem plug-ins need to avoid running code when fetching thread list...Greg Clayton2015-05-151-0/+14
* Fix Process::ResumeSynchronous which waits a process even in case of errorIlia K2015-04-301-5/+7
* Formatting fix.Jim Ingham2015-04-221-1/+2
* Add a "force_kill" arg to Process::Destroy(). This is needed afterJason Molenda2015-04-171-4/+7
* Add new virtual method for language runtime plug-ins:Greg Clayton2015-04-161-1/+17
* Fix warnings generated by clang-cl.Zachary Turner2015-04-021-1/+1
* Don't return a reference to a temp variable.Greg Clayton2015-04-021-3/+0
* Fix a crasher that could happen when you run LLDB and evaluate an expression ...Greg Clayton2015-04-021-2/+27
* Fix Process::Finalize to do Process::Destroy if needed after r233255Ilia K2015-03-261-2/+20
* Fix -gdb-exit to detach if was attached or destroy otherwise (MI)Ilia K2015-03-261-26/+9
* Fetch module specification from remote process alsoTamas Berghammer2015-03-241-0/+10
* Move some functions from source/lldb.cpp to Utility.Zachary Turner2015-03-181-0/+1
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-3/+0
* Fix broadcasters for interpreter and process:Ilia K2015-03-171-1/+1
* Fix ProcessIO test failuresPavel Labath2015-03-121-3/+6
* Fix race condition with -o "process launch" on linuxPavel Labath2015-03-061-0/+4
* Further reduce header footprint of Debugger.h.Zachary Turner2015-03-041-0/+1
* Further reduce the header footprint of Process.hZachary Turner2015-03-031-1/+61
* Revert "Fix warnings found with clang-cl."Zachary Turner2015-02-251-1/+1
OpenPOWER on IntegriCloud