summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process
Commit message (Expand)AuthorAgeFilesLines
* Add $vAttach support to llgs.Todd Fiala2014-07-292-0/+45
* Teach LLDB about Windows processes.Zachary Turner2014-07-284-0/+322
* Add debug asserts / sanity checks toJason Molenda2014-07-241-0/+19
* Increase the gdb-remote packet timeout for the first packet we sendJason Molenda2014-07-241-1/+11
* Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.Todd Fiala2014-07-234-6/+6
* Enable lldb-platform exe support for Linux.Todd Fiala2014-07-222-42/+68
* linux process: silence GCC switch coverage warningSaleem Abdulrasool2014-07-201-0/+2
* Modify the EFI KDP debugging to not use any dynamic loader since it does manu...Greg Clayton2014-07-161-1/+35
* Modified gdb-remote tests to run with automatically-chosen ports.Todd Fiala2014-07-141-3/+17
* lldb needs to support DW_op_piece masks for values in subregister and also to...Greg Clayton2014-07-121-0/+2
* Fix a type mismatch in NativeProcessLinux that shows up in 32-bit builds.Todd Fiala2014-07-101-1/+1
* Fixes for broken Debian build - g++ 4.7 support.Todd Fiala2014-07-101-5/+5
* __arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala2014-07-094-7/+7
* Fix typos.Bruce Mitchener2014-07-084-4/+4
* lldb - problem with some PTRACE_* constants in NativeProcessLinux.cpp fileTodd Fiala2014-07-021-1/+15
* Start converting usages of off_t to other types.Zachary Turner2014-07-021-7/+7
* Replace uint32_t by lldb::RegisterKing in register context API.Jean-Daniel Dupas2014-07-0226-32/+32
* Fix typos.Bruce Mitchener2014-07-015-16/+16
* This creates a valid Python API for Windows, pending some issues. The changes...Deepak Panickal2014-07-011-1/+1
* Use native ::pid_t in Linux ProcessMonitor (local debugging).Todd Fiala2014-07-011-14/+19
* Fix Windows build after llgs upstream.Zachary Turner2014-07-011-0/+2
* Fixup Windows build breaks for the llgs upstream.Todd Fiala2014-06-307-55/+41
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-3032-159/+8926
* Factored out Linux proc file reading into separate class.Todd Fiala2014-06-303-0/+140
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-275-22/+28
* Fix a few typos.Bruce Mitchener2014-06-271-4/+4
* Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham2014-06-255-1/+55
* Temporarily roll back the parts of r211241 where I fixed aJason Molenda2014-06-232-2/+2
* lldb: deal with non-portable PTRACE-related constantsTodd Fiala2014-06-231-0/+20
* Remove useless callSylvestre Ledru2014-06-211-1/+0
* Fix a gdbremote bug in _M/_m stub support detection.Todd Fiala2014-06-211-2/+6
* Fixed the "log enable gdb-remote packets" to support dumping the binary memor...Greg Clayton2014-06-201-3/+42
* Add a lock in the UnwindTable class so two Targets won't tryJason Molenda2014-06-182-2/+2
* Avoid crashing on invalid or unreadable ELF coreEd Maste2014-06-171-1/+2
* Move x86-specific struct user code for Linux ProcessMonitor behind #define gu...Todd Fiala2014-06-161-0/+4
* Properly terminated POSIX register sets with LLDB_INVALID_REGNUM.Todd Fiala2014-06-141-11/+17
* Add a check that we found an ABI plugin before calling a method on it.Jason Molenda2014-06-131-1/+1
* Remove unused variablesSaleem Abdulrasool2014-06-131-10/+4
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-136-0/+93
* 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
* Avoid passing null signal name for Log %s argumentEd Maste2014-05-281-3/+7
* Change ProcessKDP::DoReadMemory() to break up large memoryJason Molenda2014-05-211-1/+25
* Add support for gdb remote $X stop notification.Todd Fiala2014-05-191-0/+1
* Refactored RegisterInfoInterface into its own header.Todd Fiala2014-05-1617-37/+57
* lldb: gdb remote support always falls back to $qC when no $qProcessInfo.Todd Fiala2014-05-141-15/+12
* Change ProcessElfCore::CreateInstance() to check if the ELF magic bytesJason Molenda2014-05-071-1/+1
* 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
OpenPOWER on IntegriCloud