- a9eb827 Cleanup errors that come out of commands and make sure they all have newlines by Greg Clayton · 14 years ago
- e1f50b9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. by Greg Clayton · 14 years ago
- abe0fed Centralized a lot of the status information for processes, by Greg Clayton · 14 years ago
- 143fcc3 Added two new classes for command options: by Greg Clayton · 14 years ago
- b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 14 years ago
- f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
- 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 14 years ago
- b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 14 years ago
- b1888f2 Added more platform support. There are now some new commands: by Greg Clayton · 14 years ago
- e4b9c1f LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 14 years ago
- a2f7423 Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. by Greg Clayton · 14 years ago
- 940b103 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 14 years ago
- 2e8cb8a - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting by Jim Ingham · 14 years ago
- 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 15 years ago
- e71e258 Added support for attaching to a remote debug server with the new command: by Greg Clayton · 15 years ago
- cd54803 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 15 years ago
- 7e2f91c Finished up the async attach support. This allows us to request to attach by Greg Clayton · 15 years ago
- c2dc7c8 Added a completion action class to the Process events so that we can make things like Attach and later Launch start their job, and then return to the event loop while waiting for the work to be done. by Jim Ingham · 15 years ago
- de915be Added a new variant of SBTarget::Launch() that deprectates the old one that by Greg Clayton · 15 years ago
- 22dc972 process launch now asks to kill the current process if it is alive, and if you affirm, does so for you. by Jim Ingham · 15 years ago
- bd66601 Add '-no-stdio' option to 'process launch' command, which causes the by Caroline Tice · 15 years ago
- 0baa394 Added support for loading and unloading shared libraries. This was done by by Greg Clayton · 15 years ago
- 90b4225 Fix problem where "process detach" was not working properly. The by Caroline Tice · 15 years ago
- bb0c91f Ok, last commit for the running processes in a new window. Now you can by Greg Clayton · 15 years ago
- 36f63a9 Stop the driver from handling SIGPIPE in case we communicate with stale by Greg Clayton · 15 years ago
- 3a62e6d Combine eArgTypeSignalName and eArgTypeUnixSignalNumber into a single by Caroline Tice · 15 years ago
- c1d3775 Fixed debugserver to properly attach to a process by name with the by Greg Clayton · 15 years ago
- 734b483 Disable "process.macosx" plugin, since it is not being actively supported by Caroline Tice · 15 years ago
- e747198 Modify "process handle" so that if no signals are specified it lists/updates them all, by Caroline Tice · 15 years ago
- 23d6f27 Add new argument type, eArgSignalName, by Caroline Tice · 15 years ago
- 8f6be2a Fixed process.gdb-remote to be able to properly propagate the signals and by Greg Clayton · 15 years ago
- d8c6253 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 15 years ago
- 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
- 4d6675c by Caroline Tice · 15 years ago
- fe424a9 General command line help cleanup: by Greg Clayton · 15 years ago
- 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
- 4805a1c If you have already loaded a file into the debugger, "process attach" will attach to a process with the filename, unless you specify otherwise. by Jim Ingham · 15 years ago
- c95c6d1 Remove help text that is no longer correct. by Caroline Tice · 15 years ago
- 1d2aefd Make all debugger-level user settable variables into instance variables. by Caroline Tice · 15 years ago
- 0f6fa73 fix a bunch of signed/unsigned comparison warnings, stop evaluating "getsize" every time through the loop. by Chris Lattner · 15 years ago
- abb507a Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 15 years ago
- 6e4c5ce by Caroline Tice · 15 years ago
- 452bf61 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 15 years ago
- c833295 Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected. by Jim Ingham · 15 years ago
- 7508e73 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 15 years ago
- bef1583 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 15 years ago
- 767af88 Fix GetRepeatCommand so it works with multi-word commands. by Jim Ingham · 15 years ago
- 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
- 41313fc Move the "status" command to "process status" since that's where it belongs. Also make it print "running" if invoked by Jim Ingham · 15 years ago
- 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
- 34e9a98 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 15 years ago
- 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago