summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Process.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a race on process exitPavel Labath2016-07-121-8/+0
* Implement GetMemoryRegions() for Linux and Mac OSX core files.Howard Hellyer2016-07-071-0/+33
* Process::StopForDetachOrDestroy should actually return an error if it can't s...Jim Ingham2016-06-281-1/+1
* [lldb] Fixed race conditions on private state thread exitCameron Desrochers2016-06-141-26/+28
* Now that there are no cycles that cause leaks in the disassembler/instruction...Greg Clayton2016-06-071-6/+0
* Lock out Process::RunThreadPlan so only one can be in flight at a time.Jim Ingham2016-05-241-1/+4
* We have many radars showing that stepping through C++ code can result in slow...Greg Clayton2016-05-231-1/+11
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-100/+94
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-1/+1
* Fix some long standing issues that caused tests to be flaky. Greg Clayton2016-05-121-35/+33
* Generalize child process monitoring functionsPavel Labath2016-05-111-12/+6
* Revert "LLDB: Fixed two race conditions when stopping private state thread"Pavel Labath2016-04-191-4/+8
* LLDB: Fixed two race conditions when stopping private state threadMarianne Mailhot-Sarrasin2016-04-191-8/+4
* Miscellaneous fixes for big-endian systemsUlrich Weigand2016-04-141-1/+1
* In GDBRemoteCommunicationClient::GetHostInfo, don't set theJason Molenda2016-04-071-1/+1
* Fix a bug in linux core file handlingPavel Labath2016-04-051-1/+13
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-191-32/+40
* Only try to load the OS plug-in after a shared library load if we don't alrea...Greg Clayton2016-03-151-1/+4
* 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
OpenPOWER on IntegriCloud