summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote
Commit message (Expand)AuthorAgeFilesLines
* Remove my print statements I was using for debugging.Greg Clayton2013-03-091-9/+0
* <rdar://problem/13384282> Greg Clayton2013-03-091-17/+62
* Fix a handful of remaining assumptions that thread IDs were 32-bitsJason Molenda2013-02-232-14/+14
* <rdar://problem/13190981>Greg Clayton2013-02-221-4/+5
* Adding CMake build system to LLDB. Some known issues remain:Daniel Malea2013-02-211-0/+11
* A little cleanup. {Disable/Enable}Breakpoint actually disables/enables Break...Jim Ingham2013-02-152-9/+9
* <rdar://problem/12693921>Greg Clayton2013-02-141-3/+3
* <rdar://problem/12693921>Greg Clayton2013-02-011-0/+54
* <rdar://problem/12491235> Jason Molenda2013-01-302-119/+1
* <rdar://problem/13069948>Greg Clayton2013-01-253-16/+16
* <rdar://problem/13072285> Jason Molenda2013-01-251-1/+1
* Changed the register number lists for the qRegisterInfo packet response to be...Greg Clayton2013-01-211-2/+6
* <rdar://problem/13020634>Greg Clayton2013-01-213-156/+145
* <rdar://problem/12976277>Han Ming Ong2013-01-183-5/+133
* <rdar://problem/12976225>Han Ming Ong2013-01-081-2/+16
* <rdar://problem/11961650> Jason Molenda2012-12-193-4/+139
* Adding events when watchpoints are set or changed.Jim Ingham2012-12-182-7/+8
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-072-3/+0
* <rdar://problem/12820334>Greg Clayton2012-12-061-2/+2
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12649160>Greg Clayton2012-12-052-0/+14
* Read full 64 bits of kernel address when locating aJason Molenda2012-12-011-1/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-296-60/+60
* <rdar://problem/12723044> For 'process plugin packet send…', we just send i...Han Ming Ong2012-11-261-25/+13
* <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong2012-11-171-0/+10
* 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-012-12/+60
* 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
* Patch from Matt Kopec <matt.kopec@intel.com> to fix the problem that if two b...Jim Ingham2012-10-161-0/+3
* Added "process plugin packet send" and "process plugin packet history" for GD...Greg Clayton2012-10-151-8/+106
* Make sure we always use lldb::tid_t for thread IDs so we don't truncate a 64 ...Greg Clayton2012-10-132-3/+3
* <rdar://problem/12491387>Greg Clayton2012-10-132-3/+60
* Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham2012-10-103-6/+6
* 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-032-107/+36
* Add the RelocateOrLoadKernel and LoadKernel methods to ProcessGDBRemote::DoRe...Jason Molenda2012-09-292-18/+198
* Add support for debugging KASLR kernels via kdp (the kernel beingJason Molenda2012-09-292-2/+21
* <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-183-6/+7
* Typed too fast adding lockers. Actually put them in a locker.Jim Ingham2012-09-111-2/+2
* Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl...Jim Ingham2012-09-011-2/+7
* <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
OpenPOWER on IntegriCloud