| Commit message (Expand) | Author | Age | Files | Lines |
* | <rdar://problem/10429064> | Greg Clayton | 2011-11-29 | 1 | -83/+2 |
* | CommandObjectProcess was recently changed to automatically use the platform | Greg Clayton | 2011-11-28 | 1 | -5/+17 |
* | Save the arguments for a process launch in the target.run-args so they can | Greg Clayton | 2011-11-21 | 1 | -0/+3 |
* | Use a pseudoterminal for local processes if no STDIO redirection or other | Greg Clayton | 2011-11-17 | 1 | -1/+4 |
* | Fixed an issue with the pthread_setspecific() where we weren't NULL-ing out | Greg Clayton | 2011-11-17 | 1 | -1/+2 |
* | Added a new class to Process.h: ProcessAttachInfo. This class contains enough | Greg Clayton | 2011-11-15 | 1 | -177/+61 |
* | Added the ability to run a process in a shell on MacOSX currently when using | Greg Clayton | 2011-11-12 | 1 | -1/+3 |
* | Moved many of the "settings" that used to be in "target.process.*" to just | Greg Clayton | 2011-11-08 | 1 | -69/+78 |
* | Modified all Process::Launch() calls to use a ProcessLaunchInfo structure | Greg Clayton | 2011-11-03 | 1 | -182/+155 |
* | Cleaned up many error codes. For any who is filling in error strings into | Greg Clayton | 2011-10-26 | 1 | -5/+5 |
* | Moved lldb::user_id_t values to be 64 bit. This was going to be needed for | Greg Clayton | 2011-10-19 | 1 | -8/+8 |
* | Added to the public API to allow symbolication: | Greg Clayton | 2011-09-24 | 1 | -4/+4 |
* | Converted the lldb_private::Process over to use the intrusive | Greg Clayton | 2011-09-22 | 1 | -17/+18 |
* | Update declarations for all functions/methods that accept printf-style | Jason Molenda | 2011-09-20 | 1 | -11/+8 |
* | Change the "attach" command to always wait synchronously for the target to st... | Jim Ingham | 2011-09-15 | 1 | -26/+11 |
* | Patch for "process load" by Filipe Cabecinhas. | Greg Clayton | 2011-08-11 | 1 | -0/+1 |
* | Added the ability to remove orphaned module shared pointers from a ModuleList. | Greg Clayton | 2011-08-11 | 1 | -7/+7 |
* | Cleanup errors that come out of commands and make sure they all have newlines | Greg Clayton | 2011-07-02 | 1 | -12/+12 |
* | Added new OptionGroup classes for UInt64, UUID, File and Boolean values. | Greg Clayton | 2011-05-03 | 1 | -2/+2 |
* | Centralized a lot of the status information for processes, | Greg Clayton | 2011-04-18 | 1 | -41/+14 |
* | Added two new classes for command options: | Greg Clayton | 2011-04-13 | 1 | -15/+15 |
* | Moved the execution context that was in the Debugger into | Greg Clayton | 2011-04-12 | 1 | -59/+45 |
* | Modified the ArchSpec to take an optional "Platform *" when setting the triple. | Greg Clayton | 2011-04-07 | 1 | -19/+22 |
* | Many improvements to the Platform base class and subclasses. The base Platform | Greg Clayton | 2011-03-30 | 1 | -6/+9 |
* | Fixed the LLDB build so that we can have private types, private enums and | Greg Clayton | 2011-03-24 | 1 | -14/+14 |
* | Added more platform support. There are now some new commands: | Greg Clayton | 2011-03-19 | 1 | -2/+2 |
* | LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide | Greg Clayton | 2011-03-08 | 1 | -39/+25 |
* | Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. | Greg Clayton | 2011-02-24 | 1 | -45/+78 |
* | Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form | Greg Clayton | 2011-02-23 | 1 | -4/+4 |
* | - Changed all the places where CommandObjectReturn was exporting a StreamStri... | Jim Ingham | 2011-02-19 | 1 | -1/+1 |
* | Made lldb_private::ArchSpec contain much more than just an architecture. It | Greg Clayton | 2011-02-15 | 1 | -0/+19 |
* | Added support for attaching to a remote debug server with the new command: | Greg Clayton | 2011-02-04 | 1 | -1/+178 |
* | Endian patch from Kirk Beitz that allows better cross platform building. | Greg Clayton | 2011-02-01 | 1 | -0/+1 |
* | Finished up the async attach support. This allows us to request to attach | Greg Clayton | 2011-01-29 | 1 | -13/+17 |
* | Added a completion action class to the Process events so that we can make thi... | Jim Ingham | 2011-01-29 | 1 | -1/+35 |
* | Added a new variant of SBTarget::Launch() that deprectates the old one that | Greg Clayton | 2011-01-23 | 1 | -14/+16 |
* | process launch now asks to kill the current process if it is alive, and if yo... | Jim Ingham | 2010-12-09 | 1 | -8/+34 |
* | Add '-no-stdio' option to 'process launch' command, which causes the | Caroline Tice | 2010-12-03 | 1 | -7/+25 |
* | Added support for loading and unloading shared libraries. This was done by | Greg Clayton | 2010-11-04 | 1 | -0/+124 |
* | Fix problem where "process detach" was not working properly. The | Caroline Tice | 2010-11-02 | 1 | -0/+1 |
* | Ok, last commit for the running processes in a new window. Now you can | Greg Clayton | 2010-10-19 | 1 | -3/+10 |
* | Stop the driver from handling SIGPIPE in case we communicate with stale | Greg Clayton | 2010-10-19 | 1 | -22/+7 |
* | Combine eArgTypeSignalName and eArgTypeUnixSignalNumber into a single | Caroline Tice | 2010-10-18 | 1 | -5/+5 |
* | Fixed debugserver to properly attach to a process by name with the | Greg Clayton | 2010-10-18 | 1 | -40/+99 |
* | Disable "process.macosx" plugin, since it is not being actively supported | Caroline Tice | 2010-10-15 | 1 | -1/+1 |
* | Modify "process handle" so that if no signals are specified it lists/updates ... | Caroline Tice | 2010-10-14 | 1 | -47/+113 |
* | Add new argument type, eArgSignalName, | Caroline Tice | 2010-10-13 | 1 | -0/+240 |
* | Fixed process.gdb-remote to be able to properly propagate the signals and | Greg Clayton | 2010-10-09 | 1 | -2/+9 |
* | Cleaned up the SWIG stuff so all includes happen as they should, no pulling | Greg Clayton | 2010-10-07 | 1 | -15/+18 |
* | Modify existing commands with arguments to use the new argument mechanism | Caroline Tice | 2010-10-04 | 1 | -2/+26 |