summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote
Commit message (Expand)AuthorAgeFilesLines
...
* iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator app...Greg Clayton2014-05-291-1/+2
* Fix Windows warnings.Todd Fiala2014-05-281-1/+1
* Add support for gdb remote $X stop notification.Todd Fiala2014-05-191-0/+1
* lldb: gdb remote support always falls back to $qC when no $qProcessInfo.Todd Fiala2014-05-141-15/+12
* Modify debugserver to follow gdb remote $qC protocol definition.Todd Fiala2014-05-072-6/+52
* Change ProcessGDBRemote::DoReadMemory to use the x packet to readJason Molenda2014-05-062-4/+154
* Add GetxPacketSupported to test if the 'x' packet is supported.Jason Molenda2014-05-062-0/+24
* Fixed CTRL+C related issues:Greg Clayton2014-05-021-0/+1
* Missed this file with the r207160 commit.Jason Molenda2014-04-251-0/+3
* Add a new SBThread::GetQueue() method to get the queue that is Jason Molenda2014-04-251-0/+16
* m_interrupt_sent wasn't being initialized, and wasn't being reset after anJim Ingham2014-04-161-0/+3
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-11/+7
* Add a missing arm64 idef.Jason Molenda2014-04-021-1/+1
* sanitise sign comparisonsSaleem Abdulrasool2014-04-022-5/+5
* lldb arm64 import.Jason Molenda2014-03-296-73/+460
* Wait for the reply from the 'D' detach packet before tearing down the debugge...Jim Ingham2014-03-281-2/+4
* Move calls to DisableAllBreakpointSites() and m_thread_list.DiscardThreadPlan...Andrew MacPherson2014-03-251-4/+0
* JITed functions can now have debug info and be debugged with debug and source...Greg Clayton2014-03-241-0/+1
* Quiet Clang warning about signed/unsigned comparisonEd Maste2014-03-201-1/+1
* cleanup unreferenced functionsSaleem Abdulrasool2014-03-202-25/+5
* Update copy-and-pasted log messageEd Maste2014-03-171-1/+1
* Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (se...Jason Molenda2014-03-132-0/+22
* Replace some _MSC_VER with _WIN32.Hafiz Abid Qadeer2014-03-121-1/+1
* If you are disabling a hardware breakpoint, use z1 not z0.Jim Ingham2014-03-071-1/+9
* Add ProcessGDBRemote::GetAuxvData() and fix multiple-packet concatenation for...Steve Pucci2014-03-044-6/+38
* Be sure to propagate the error back out SBTarget::Attach() when we fail to la...Greg Clayton2014-02-281-22/+25
* Remove an assertion that was being hit due to slow DNS name lookups on MacOSX...Greg Clayton2014-02-274-13/+21
* remove useless declarationSylvestre Ledru2014-02-261-2/+0
* Don’t process the stop reply packet as a generic signal if we already figur...Jim Ingham2014-02-241-1/+1
* Fix handling of gdbserver binary packets with escape characters.Steve Pucci2014-02-241-0/+7
* Patch for fixing the handling of hardware breakpoints.Deepak Panickal2014-02-242-59/+97
* Oops, probably ought to turn on that fix...Jim Ingham2014-02-211-1/+1
* We have to call waitpid on the lldb side for Mac OS X (even though we've succ...Jim Ingham2014-02-211-0/+18
* Improved the GDBRemoteCommunicationClient::TestPacketSpeed() function so it t...Greg Clayton2014-02-211-32/+68
* Improve the handling of stop-reply packet when it does not containHafiz Abid Qadeer2014-02-201-0/+15
* Fixed deadlocks that could occur when using python for breakpoints, operating...Greg Clayton2014-02-131-1/+5
* hostname is guarantee to never be null in this branch.Jean-Daniel Dupas2014-02-081-1/+1
* Change the Mac OS X SystemRuntime plugin from using the placeholderJason Molenda2014-02-051-6/+7
* Modified GDBProcessCommunicationServer to launch via the platform.Todd Fiala2014-01-282-2/+25
* Merging the iohandler branch back into main. Greg Clayton2014-01-272-30/+0
* Change DecodeProcessInfoResponse to set the ProcessInfo's architecture Jason Molenda2014-01-271-0/+31
* convert gdb-remote 'A' launch to use LaunchProcess ()Todd Fiala2014-01-271-1/+4
* Support for debugging against a remote stock gdbserver.Steve Pucci2014-01-253-3/+189
* Initialize the named_pipe_path in GDBRemoteCommunication::StartDebugserverPro...Jason Molenda2014-01-251-7/+1
* Terminate an unused char* buffer correctly so we don't try to openJason Molenda2014-01-241-0/+1
* Added reaper for commandline-launched processes.Todd Fiala2014-01-242-11/+83
* Move process launching into GDBRemoteCommunicationServer.Todd Fiala2014-01-232-31/+161
* Added distribution info to ArchSpec and qHostInfo message.Todd Fiala2014-01-182-1/+19
* Test new committer permission with one-line trailing whitespace removal.Steve Pucci2014-01-161-1/+1
* Fix return type for WindowsDeepak Panickal2014-01-141-2/+1
OpenPOWER on IntegriCloud