summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote
Commit message (Expand)AuthorAgeFilesLines
...
* Added a new class to Process.h: ProcessAttachInfo. This class contains enoughGreg Clayton2011-11-152-2/+2
* <rdar://problem/10103980>Greg Clayton2011-11-132-53/+0
* Modified all Process::Launch() calls to use a ProcessLaunchInfo structureGreg Clayton2011-11-032-28/+41
* Fix up how we shut down the communication with debugserver so we don't rely onJim Ingham2011-10-281-12/+4
* <rdar://problem/10357230>Greg Clayton2011-10-271-1/+11
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-262-4/+4
* 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-193-25/+25
* Quiet the default "log enable lldb step" output down a little bit.Jim Ingham2011-10-152-4/+4
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-143-9/+9
* 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-203-6/+6
* Foe x86_64/i386, piggyback the hardware index of the fired watchpoint in the ...Johnny Chen2011-09-171-1/+2
* Set the OS in the triple correctly in response to the qHostInfo packet.Greg Clayton2011-09-151-1/+1
* Fixed the logging output to be done consistently across all plug-ins.Greg Clayton2011-09-121-15/+15
* 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-224-75/+20
* 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-102-3/+3
* 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
* Initialize the all important automatic variable 'lldb::ConnectionStatus statu...Johnny Chen2011-07-191-1/+1
* Added a boolean to the pure virtual lldb_private::Process::CanDebug(...)Greg Clayton2011-07-172-2/+3
* Python summary strings:Enrico Granata2011-07-151-0/+1
* Added "target variable" command that allows introspection of globalGreg Clayton2011-07-072-7/+33
* Fixed some issues with ARM backtraces by not processing any push/pop Greg Clayton2011-07-062-3/+2
* When we use the "fd://%u" for file descriptors, we need to detect if this isGreg Clayton2011-07-021-7/+12
* Cleanup errors that come out of commands and make sure they all have newlinesGreg Clayton2011-07-021-10/+42
* Removed an member variable "m_local_debugserver" that is no longer needed.Greg Clayton2011-06-242-3/+2
* Fixed SBTarget attach calls to properly deal with being connected to a remotelyGreg Clayton2011-06-241-39/+35
* Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constantsPeter Collingbourne2011-06-182-7/+8
* Added the notion of an system root for SDKs. This is a directory where allGreg Clayton2011-06-171-9/+8
* Improved the packet throughput when debugging with GDB remote by over 3x onGreg Clayton2011-06-175-149/+148
* Created a std::string in the base StopInfo class for the description andGreg Clayton2011-06-041-1/+104
* Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread ba...Peter Collingbourne2011-06-032-32/+0
* 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-022-22/+7
* Fixed an issue in the EmulateInstructionARM there the IT opcode was trying toGreg Clayton2011-05-231-2/+4
* 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-203-26/+66
* Fixed an issue in GDBRemoteCommunicationClient where we weren't listening toGreg Clayton2011-05-203-22/+24
* Fixed a crasher that was happened when a log shared pointer wasn't valid.Greg Clayton2011-05-191-5/+13
* Added a way to resolve an load address from a target:Greg Clayton2011-05-181-57/+57
* Fixed an issue that broke expression parsing related to backing upGreg Clayton2011-05-171-1/+1
* Fixed the "mmap" to work on MacOSX/darwin by supplying the correct arguemnts.Greg Clayton2011-05-172-15/+56
* Added an allocated memory cache to avoid having to allocate memory over andGreg Clayton2011-05-171-1/+1
OpenPOWER on IntegriCloud