summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB][MIPS] fix watchpoint searched on client side for same masked variablesMohit K. Bhakkad2015-12-021-3/+6
* Prevent ProcessGDBRemote from launching local debug server in case of remote ...Oleksiy Vyalov2015-11-231-36/+28
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-2/+2
* Use Process::IsAlive instead of just checking for eStateExited.Jason Molenda2015-11-051-4/+4
* Let the process help figure out the Host OS if nobody elseJim Ingham2015-11-051-0/+12
* Fix a deadlock when connecting to a remote GDB server that might not support ...Greg Clayton2015-11-031-16/+20
* Revert r251167 in source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp to f...Eugene Zelenko2015-10-241-32/+84
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-241-84/+32
* Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov2015-10-211-4/+11
* Allow LLDB.framework to locate debugserver even when it doesn't exist in the ...Greg Clayton2015-10-191-0/+1
* Make uses of /dev/null portable across OSes.Zachary Turner2015-10-141-3/+4
* lldb-server: add support for binary memory readsPavel Labath2015-10-141-8/+2
* [LLDB][MIPS] fix watchpoint searched on client side for same masked variablesMohit K. Bhakkad2015-10-091-0/+2
* Add an OperatingSystem plugin to support goroutinesRyan Brown2015-09-161-0/+4
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-151-10/+8
* When lldb gets the register definitions from the response of aJason Molenda2015-09-091-4/+37
* Fix deadlock while attaching to inferiorsPavel Labath2015-09-031-148/+158
* Have the Process hold a weak_ptr to the Target.Zachary Turner2015-09-011-16/+17
* Make ProcessGDBRemote get a //copy// of platform Unix signals.Chaoren Lin2015-09-011-0/+6
* A few small comment fixups with terminology "gcc" -> "eh_frame", "gdb" -> "st...Jason Molenda2015-09-011-6/+6
* Implement handling of `library:` keys in thread stop replies.Stephane Sezer2015-08-211-0/+4
* The llvm Triple for an armv6m now comes back as llvm::Triple::thumb.Jason Molenda2015-08-211-4/+5
* Understand absolute base addresses in ProcessGDBRemote::GetLoadedModuleList.Stephane Sezer2015-08-201-7/+27
* Fix some format strings in ProcessGDBRemote.cpp.Stephane Sezer2015-08-201-2/+2
* If the filename specified by plugin.process.gdb-remote.target-definition-file,Jason Molenda2015-08-201-0/+5
* When the target definition is unparseable, print an error messageJason Molenda2015-08-201-0/+7
* A messy bit of cleanup: Move towards more descriptive namesJason Molenda2015-08-151-5/+5
* [LLDB][MIPS] Support standard GDB remote stop reply packet for watchpointJaydeep Patil2015-08-131-1/+16
* [LLDB][MIPS] Handle false positives for MIPS hardware watchpointsJaydeep Patil2015-08-131-1/+2
* [LLDB][MIPS] Create Unix Signals based on target architectureJaydeep Patil2015-07-301-1/+7
* When debugserver fails to attach to a process on a DarwinJason Molenda2015-07-291-2/+22
* Fix warnings detected by -Wpessimizing-movePavel Labath2015-07-281-6/+6
* Handle old style S packet correctlyBhushan D. Attarde2015-07-241-14/+13
* Fix warnings found by -Wextra-semiPavel Labath2015-07-221-1/+1
* More packet performance improvements. Greg Clayton2015-07-171-146/+203
* Add jThreadsInfo support to lldb-serverPavel Labath2015-07-161-0/+4
* Added the ability to get JSON thread stop info with thread ID and stop info o...Greg Clayton2015-07-151-0/+12
* Refactor Unix signals.Chaoren Lin2015-07-141-39/+4
* Add a another packet to the gdb-remote protocol,Jason Molenda2015-07-101-0/+39
* Implement qXfer:libraries:read.Stephane Sezer2015-07-081-59/+111
* Change search order of target definition files.Ewan Crawford2015-06-301-9/+13
* More packet reduction when debugging with GDB server.Greg Clayton2015-06-291-8/+154
* XML register info fixEwan Crawford2015-06-261-3/+3
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-214/+422
* Proper handling of QNonStop packet response.Ewan Crawford2015-06-241-1/+1
* Implement the "qSymbol" packet in order to be able to read queue information ...Greg Clayton2015-06-231-0/+45
* Add handling of async notify packetsEwan Crawford2015-06-231-53/+127
* Revert "Reduced packet counts to the remote GDB server where possible."Chaoren Lin2015-06-231-417/+200
* Reduced packet counts to the remote GDB server where possible.Greg Clayton2015-06-221-200/+417
* Fetch object file load address if it isn't specified by the linkerTamas Berghammer2015-06-181-0/+41
OpenPOWER on IntegriCloud