summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
* Read full 64 bits of kernel address when locating aJason Molenda2012-12-011-1/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-34/+34
* <rdar://problem/12723044> For 'process plugin packet send…', we just send i...Han Ming Ong2012-11-261-25/+13
* Add support for libdispatch version 4 structure layout for findingJason Molenda2012-11-101-7/+24
* Remove a debugging printf that was left in the code.Greg Clayton2012-11-091-1/+0
* Removed use of non-standard escape character '\%'Filipe Cabecinhas2012-11-091-1/+1
* There seems to be some odd corner case where we shut down the ProcessGDBRemot...Jim Ingham2012-11-011-12/+51
* If we got what looks like a single step exception but we weren't single stepp...Jim Ingham2012-10-271-3/+7
* <rdar://problem/12491387>Greg Clayton2012-10-191-2/+2
* Added "process plugin packet send" and "process plugin packet history" for GD...Greg Clayton2012-10-151-8/+106
* <rdar://problem/12491387>Greg Clayton2012-10-131-1/+57
* Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham2012-10-101-2/+2
* In DynamicLoaderDarwinKernel::OSKextLoadedKextSummary::LoadImageUsingMemoryMo...Jason Molenda2012-10-061-0/+5
* Don't turn on the debugserver log by default.Jim Ingham2012-10-031-2/+2
* The kernel loading code is now isolated in the DynamicLoaderDarwinKernel;Jason Molenda2012-10-031-103/+30
* Add the RelocateOrLoadKernel and LoadKernel methods to ProcessGDBRemote::DoRe...Jason Molenda2012-09-291-18/+191
* Add support for debugging KASLR kernels via kdp (the kernel beingJason Molenda2012-09-291-1/+20
* <rdar://problem/11752499>Greg Clayton2012-09-191-6/+6
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-3/+3
* Typed too fast adding lockers. Actually put them in a locker.Jim Ingham2012-09-111-2/+2
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* Added Args::StringForEncoding(), Args::StringToGenericRegister() and centrali...Greg Clayton2012-08-241-36/+8
* Cope with the case where the user-supplied callbacks want the watchpoint itse...Johnny Chen2012-08-231-0/+4
* Added a test for the Python part of SBInputReader callbacks.Filipe Cabecinhas2012-08-221-2/+6
* Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the ev...Jim Ingham2012-07-271-1/+1
* Provide subdir of StopInfoMachException.h in #include.Jason Molenda2012-07-251-1/+1
* Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...Jim Ingham2012-07-201-1/+14
* Changed ProcessGDBRemote to avoid the reservedSean Callanan2012-07-191-1/+14
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-9/+1
* <rdar://problem/11782789> Changes to the watchpoint implementation on ARM so ...Enrico Granata2012-07-131-0/+7
* If we hit a breakpoint but there's a thread specifier which doesn't match thi...Jim Ingham2012-07-111-8/+14
* Work around some problems destroying a process with older debugservers.Jim Ingham2012-07-041-1/+108
* Add an "extra-startup-commands" process setting so we can send some command s...Jim Ingham2012-07-021-0/+8
* Change the Mutex::Locker class so that it takes the Mutex object and locks it...Jim Ingham2012-06-081-3/+0
* rdar://problem/11487457Johnny Chen2012-06-081-1/+2
* Fix a place in GDBRemoteCommunicationClient::SendContinuePacketAndWaitForRepl...Jim Ingham2012-06-061-3/+33
* Add the capability to display the number of supported hardware watchpoints to...Johnny Chen2012-05-231-0/+8
* extra ';' outside of a function [-pedantic,-Wextra-semi]Filipe Cabecinhas2012-05-231-1/+1
* rdar://problem/11487457Johnny Chen2012-05-221-0/+4
* Make sure that our thread list can't get out of date like was happening befor...Greg Clayton2012-05-161-0/+6
* <rdar://problem/11240464>Greg Clayton2012-05-151-45/+19
* Fix missing NEON registers for the 'register read' command with the lldb debu...Johnny Chen2012-05-141-17/+20
* <rdar://problem/11358639>Greg Clayton2012-05-081-7/+8
* In ProcessGDBRemote::DoConnectRemote(), if the remote system informedJason Molenda2012-05-031-0/+8
* Added the thread ID (tid) to each packet history item and the packet history ...Greg Clayton2012-04-131-1/+5
* <rdar://problem/11241798>Greg Clayton2012-04-131-7/+4
* Make sure that DoResume doesn't stall if we shut down the async thread while ...Jim Ingham2012-04-121-0/+22
* No functionality changes, mostly cleanup.Greg Clayton2012-04-111-12/+3
* Added a new packet to our GDB remote protocol:Greg Clayton2012-04-101-2/+4
* A general stability fix where we _always_ get the thread list immediately aft...Greg Clayton2012-04-101-15/+76
OpenPOWER on IntegriCloud