summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Process.cpp
Commit message (Expand)AuthorAgeFilesLines
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-6053/+5555
* Fix build breakage in r280692Pavel Labath2016-09-061-1/+1
* Added the "frame diagnose" command and use its output to make crash info better.Sean Callanan2016-09-061-0/+18
* Remove unused variables.Zachary Turner2016-08-311-2/+0
* Fix mismatched new/free in Process:RunPrivateStateThreadPavel Labath2016-08-241-3/+2
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-1/+154
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-154/+1
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-1/+154
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-3/+11
* Centralize all select() calls into one place so that we can take advantage of...Greg Clayton2016-08-101-15/+11
* Fixup r277011 - wrong use of infinite timeoutPavel Labath2016-07-291-1/+1
* Clean up vestigial remnants of locking primitivesSaleem Abdulrasool2016-07-281-89/+48
* Check both private & public states to decide if you need to halt before killing.Jim Ingham2016-07-261-1/+4
* 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
OpenPOWER on IntegriCloud