summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process
Commit message (Expand)AuthorAgeFilesLines
* Fix FileSpec::GetPath to return null-terminated stringsIlia K2015-02-271-1/+1
* Can't set watchpoints on launching threads on Linux LLGS.Chaoren Lin2015-02-261-0/+2
* Increase default packet timeout for android to 20sTamas Berghammer2015-02-261-0/+9
* Add qModuleInfo request in order to get module information (uuid, triple,..) ...Oleksiy Vyalov2015-02-254-1/+96
* Revert "Fix warnings found with clang-cl."Zachary Turner2015-02-255-5/+9
* Solve hang on Windows when lldb fails to launch the process.Zachary Turner2015-02-251-0/+4
* Fix warnings found with clang-cl.Zachary Turner2015-02-255-9/+5
* Truncate target file for stdout and stderrTamas Berghammer2015-02-251-2/+2
* Fix logging in GDBRemoteCommunicationServerPlatform.Oleksiy Vyalov2015-02-251-3/+3
* Fix qLaunchGDBServer packet parsing in GDBRemoteCommunicationServerPlatform.Oleksiy Vyalov2015-02-241-2/+2
* Create ScopedTimeout class for GDBRemoteCommunicationTamas Berghammer2015-02-244-27/+48
* elf-core: correct "no sections" to "no segments."Ed Maste2015-02-231-1/+1
* Fix the communication in qPlatform_[mkdir,chmod]Tamas Berghammer2015-02-232-19/+25
* Support evaluation of DWARF expressions setting CFAPavel Labath2015-02-231-1/+22
* UnwindPlan::Row refactor -- add support for CFA set by a DWARF expressionPavel Labath2015-02-231-37/+49
* Prevent LLGS from crashing when exiting - make NativeProcessLinux to wait un...Oleksiy Vyalov2015-02-194-13/+23
* Fix warning that not all control-paths return from function.Zachary Turner2015-02-181-1/+1
* Don't use AVX/XSTATE API on Windows.Zachary Turner2015-02-182-68/+34
* Merge lldb-platform and lldb-gdbserver into a single binaryTamas Berghammer2015-02-181-2/+7
* Remove alias template from GDBRemoteCommunicationServerCommonTamas Berghammer2015-02-181-5/+2
* Send default register number instead of GDB register number in StopReplyPacket.Chaoren Lin2015-02-171-19/+5
* Watchpoint debug registers should work in i386 as well.Chaoren Lin2015-02-171-12/+12
* Fix small assignment mistake.Chaoren Lin2015-02-171-2/+2
* Enable process launching on android from lldb-gdbserverTamas Berghammer2015-02-161-2/+1
* Fix TestProcessIO.py when run against a remote targetVince Harron2015-02-133-34/+32
* Fix four missing 'override' specifiers found with the ClangChandler Carruth2015-02-131-4/+4
* Search through all memory regions of the core file forJason Molenda2015-02-121-3/+7
* Quiet CoverityJustin Hibbits2015-02-121-1/+2
* Fix windows build (broken by r228823)Tamas Berghammer2015-02-111-0/+3
* Separate monolithic GDBRemoteCommunicationServer class into 4 partTamas Berghammer2015-02-1114-4945/+4957
* Fix 'process launch -i' for remote processesVince Harron2015-02-101-22/+28
* Adding x86 to supported architectures on x86_64.Chaoren Lin2015-02-101-0/+1
* Fix off-by-one IsGPR().Justin Hibbits2015-02-081-1/+1
* Make lldb-platform to clear m_process_launch_info when hanlding qProcessInfo ...Oleksiy Vyalov2015-02-061-0/+1
* Add support for SBProcess::PutSTDIN to remote processesVince Harron2015-02-065-0/+84
* Fix TestProcesslaunch regression caused by D7372Pavel Labath2015-02-065-13/+22
* Fix build of lldb-gdbserver and lldb-platform for android (arm32, x86)Tamas Berghammer2015-02-062-33/+29
* Fix TestThreadSpecificBreakpoint with LLGSTamas Berghammer2015-02-061-135/+134
* Fix warning about the use of mktemp and make platform agnostic by adding and ...Oleksiy Vyalov2015-02-051-25/+11
* Avoid leakage of file descriptors in LLDB (apply r228130 to FreeBSD)Ed Maste2015-02-051-1/+9
* Implement initial Altivec supportJustin Hibbits2015-02-0512-14/+315
* Add PowerPC FPR access to the process monitorJustin Hibbits2015-02-052-21/+23
* Extend SBPlatform with capability to launch/terminate a process remotely. Int...Oleksiy Vyalov2015-02-043-31/+42
* Avoid leakage of file descriptors in LLDB and LLGSPavel Labath2015-02-042-2/+18
* Test commit.Chaoren Lin2015-02-041-1/+1
* Fix TestThreadStepOut on Linux with LLGSChaoren Lin2015-02-032-5/+8
* Add missing switch cases to silence warnings.Chaoren Lin2015-02-033-9/+13
* Implement setting and clearing watchpoints.Chaoren Lin2015-02-0310-83/+447
* Moving header files from source/Host/common to proper location.Chaoren Lin2015-02-037-11/+11
* Make ThreadStateCoordinator to handle properly failed stop/resume operations.Chaoren Lin2015-02-033-36/+63
OpenPOWER on IntegriCloud