summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Trying to solve our disappearing thread issues by making thread list updates ...Greg Clayton2012-04-101-4/+10
* Added a packet history object to the GDBRemoteCommunication class that is alw...Greg Clayton2012-04-091-0/+14
* <rdar://problem/11052174>Greg Clayton2012-03-291-3/+4
* <rdar://problem/10997402>Greg Clayton2012-03-071-1/+1
* Filled in two missing values when dynamically making register info structs.Greg Clayton2012-02-291-1/+3
* Made a ModuleSpec class in Module.h which can specify a module using one orGreg Clayton2012-02-261-2/+4
* <rdar://problem/3535148>Han Ming Ong2012-02-251-14/+29
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-4/+4
* Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham2012-02-161-1/+1
* First pass at mach-o core file support is in. It currently works for x86_64 Greg Clayton2012-02-091-3/+24
* <rdar://problem/10487848>Greg Clayton2011-12-061-3/+4
* Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This Greg Clayton2011-12-011-9/+9
* Further performance improvements in the DWARF parser:Greg Clayton2011-11-191-1/+1
* Added optional calls to lldb_private::Process for getting memory region infoGreg Clayton2011-11-181-0/+9
* Use a pseudoterminal for local processes if no STDIO redirection or otherGreg Clayton2011-11-171-1/+1
* Fixed the issue that was causing our monitor process threads to crash, it Greg Clayton2011-11-171-0/+3
* Made the darwin host layer properly reap any child processes that it spawns.Greg Clayton2011-11-161-49/+62
* <rdar://problem/10103980>Greg Clayton2011-11-131-40/+0
* Modified all Process::Launch() calls to use a ProcessLaunchInfo structureGreg Clayton2011-11-031-20/+39
* Fix up how we shut down the communication with debugserver so we don't rely onJim Ingham2011-10-281-12/+4
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-3/+3
* If a process plug-in was specified by name, always let the plug-in get used.Greg Clayton2011-10-211-0/+3
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-17/+17
* Quiet the default "log enable lldb step" output down a little bit.Jim Ingham2011-10-151-3/+3
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-141-6/+6
* ProcessGDBRemote::BuildDynamicRegisterInfo() - even if we don't have a Target...Jason Molenda2011-10-061-1/+11
* Cleaned up the the code that figures out the inlined stack frames given a Greg Clayton2011-10-011-0/+5
* Added the ability to restrict breakpoints by function name, function regexp, ...Jim Ingham2011-09-231-1/+1
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Foe x86_64/i386, piggyback the hardware index of the fired watchpoint in the ...Johnny Chen2011-09-171-1/+2
* Fix compiler warnings for GetGDBStoppointType().Johnny Chen2011-09-091-2/+2
* Fill out implementation of Enable/DisableWatchpoint() for ProcessGDBRemote cl...Johnny Chen2011-09-061-4/+46
* Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton2011-08-221-29/+18
* Added the ability to remove orphaned module shared pointers from a ModuleList.Greg Clayton2011-08-111-3/+3
* Include the qLaunchSuccess and qC packets in the Greg Clayton2011-08-101-1/+2
* While tracking down memory consumption issue a few things were needed: the Greg Clayton2011-08-101-1/+1
* Fix a crash while running the test suite. Need to check the (LogSP)log share...Johnny Chen2011-08-091-3/+6
* Added some logging and did some member renaming.Greg Clayton2011-08-091-0/+9
* Added a boolean to the pure virtual lldb_private::Process::CanDebug(...)Greg Clayton2011-07-171-1/+1
* Removed an member variable "m_local_debugserver" that is no longer needed.Greg Clayton2011-06-241-2/+2
* Fixed SBTarget attach calls to properly deal with being connected to a remotelyGreg Clayton2011-06-241-39/+35
* Created a std::string in the base StopInfo class for the description andGreg Clayton2011-06-041-1/+104
* Move inferior mmap/munmap call code into their own functions in utility libPeter Collingbourne2011-06-031-154/+21
* Make sure we don't lose our stop reply packet in the case where the otherGreg Clayton2011-06-021-21/+6
* Added functions to lldb_private::Address to set an address from a load addressGreg Clayton2011-05-221-0/+17
* Centralize the code that gathers the thread ID list from the remote GDBGreg Clayton2011-05-201-26/+15
* Fixed the "mmap" to work on MacOSX/darwin by supplying the correct arguemnts.Greg Clayton2011-05-171-1/+1
* Added an allocated memory cache to avoid having to allocate memory over andGreg Clayton2011-05-171-1/+1
OpenPOWER on IntegriCloud