summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Process.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-57/+61
* Fix MSVC build failure in source/Target/Process.cpp.Eugene Zelenko2016-03-011-1/+1
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Target/...Eugene Zelenko2016-03-011-194/+182
* Make LLDB safer to use with respect to the global destructor chain.Greg Clayton2016-02-261-4/+5
* Make sure to #include <atomic> for the std::atomic<bool> that was recently ad...Greg Clayton2016-02-261-0/+1
* Make sure the Target, Process and Thread GetGlobalProperties() static methods...Greg Clayton2016-02-261-2/+6
* The IOHandlerProcessSTDIO is the _only_ IOHandler that gets pushed and popped...Greg Clayton2016-02-261-3/+22
* Add -Wimplicit-fallthrough command line option to clang inJason Molenda2016-02-161-1/+1
* Fix a little threading thinko in StartPrivateStateThread - don't pass stack v...Jim Ingham2016-02-041-4/+5
* Revert r258546.Saleem Abdulrasool2016-01-261-1/+0
* Silence -Wreturn-type warningsSaleem Abdulrasool2016-01-221-0/+1
* Placate MVSC after my last commit.Davide Italiano2016-01-191-6/+2
* [Process] Remove dead code. All the switch cases are already covered.Davide Italiano2016-01-191-2/+0
* Fix some compiler warnings with MSVC 2015.Zachary Turner2016-01-131-0/+2
* Re-apply r257117 (reverted in r257138 temporarily),Jason Molenda2016-01-081-0/+62
* Revert r257117 "Performance improvement: Change lldb so that itJason Molenda2016-01-081-62/+0
* Performance improvement: Change lldb so that it puts a breakpointJason Molenda2016-01-081-0/+62
* Fix a typo in Process.cppPavel Labath2016-01-051-1/+1
* Set the minimum stack size for private state thread to 8MBKate Stone2015-12-171-1/+1
* When printing warnings, the repeat_key should beSean Callanan2015-12-091-1/+1
* Recommit "Fix race during process interruption"Pavel Labath2015-12-071-113/+100
* Add a newline at the end of this fileEnrico Granata2015-12-031-1/+1
* Fix "process load/unload" on androidTamas Berghammer2015-12-021-217/+22
* Revert "Fix race during process interruption"Pavel Labath2015-12-011-88/+111
* Fix race during process interruptionPavel Labath2015-12-011-111/+88
* Add support for the new (added last week) llvm::Triple::WatchOS and ::TvOSJason Molenda2015-11-051-0/+23
* Add "zero_memory" option to IRMemoryMap::FindSpace & IRMemoryMap::Malloc. Ze...Jim Ingham2015-11-041-0/+12
* Fix an issue where LLDB would truncate summaries for string types without pro...Enrico Granata2015-11-041-1/+1
* Fix race during process detachPavel Labath2015-11-031-34/+31
* Fix Clang-tidy modernize-use-override warnings in source/Target; other minor ...Eugene Zelenko2015-10-231-68/+17
* Increase default memory cache line size for androidPavel Labath2015-10-201-0/+7
* Make uses of /dev/null portable across OSes.Zachary Turner2015-10-141-1/+2
* ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...Todd Fiala2015-10-131-5/+13
* Fix a misunderstanding of the ThreadPlan::OkayToDiscard flag in InferiorCallP...Jim Ingham2015-10-121-9/+84
* Resumbit "Fix race condition during process detach"Pavel Labath2015-10-071-40/+40
* 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
OpenPOWER on IntegriCloud