| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Modify command options to use the new arguments mechanism. Now all command o... | Caroline Tice | 2010-10-01 | 1 | -11/+11 |
* | General command line help cleanup: | Greg Clayton | 2010-09-18 | 1 | -4/+4 |
* | Fixed the way set/show variables were being accessed to being natively | Greg Clayton | 2010-09-18 | 1 | -177/+136 |
* | If you have already loaded a file into the debugger, "process attach" will at... | Jim Ingham | 2010-09-15 | 1 | -20/+34 |
* | Remove help text that is no longer correct. | Caroline Tice | 2010-09-14 | 1 | -2/+0 |
* | Make all debugger-level user settable variables into instance variables. | Caroline Tice | 2010-09-09 | 1 | -4/+11 |
* | fix a bunch of signed/unsigned comparison warnings, stop evaluating "getsize"... | Chris Lattner | 2010-09-08 | 1 | -3/+3 |
* | Clean up, clarify and standardize help text, and fix a few help text formatti... | Caroline Tice | 2010-09-08 | 1 | -10/+10 |
* | This is a very large commit that completely re-does the way lldb | Caroline Tice | 2010-09-04 | 1 | -11/+41 |
* | Added the ability to disable ASLR (Address Space Layout Randomization). ASLR | Greg Clayton | 2010-08-31 | 1 | -0/+4 |
* | Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec... | Jim Ingham | 2010-08-26 | 1 | -4/+4 |
* | Change Target & Process so they can really be initialized with an invalid arc... | Jim Ingham | 2010-08-09 | 1 | -104/+267 |
* | I enabled some extra warnings for hidden local variables and for hidden | Greg Clayton | 2010-07-14 | 1 | -1/+1 |
* | Fix GetRepeatCommand so it works with multi-word commands. | Jim Ingham | 2010-07-07 | 1 | -0/+6 |
* | Very large changes that were needed in order to allow multiple connections | Greg Clayton | 2010-06-23 | 1 | -65/+43 |
* | Move the "status" command to "process status" since that's where it belongs. ... | Jim Ingham | 2010-06-18 | 1 | -0/+79 |
* | Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. | Jim Ingham | 2010-06-15 | 1 | -2/+2 |
* | Change the Options parser over to use a mask rather than an ordinal for optio... | Jim Ingham | 2010-06-15 | 1 | -9/+9 |