Age | Commit message (Expand) | Author | Files | Lines |
2011-04-13 | Added two new classes for command options: | Greg Clayton | 1 | -15/+15 |
2011-04-12 | Moved the execution context that was in the Debugger into | Greg Clayton | 1 | -59/+45 |
2011-04-07 | Modified the ArchSpec to take an optional "Platform *" when setting the triple. | Greg Clayton | 1 | -19/+22 |
2011-03-30 | Many improvements to the Platform base class and subclasses. The base Platform | Greg Clayton | 1 | -6/+9 |
2011-03-24 | Fixed the LLDB build so that we can have private types, private enums and | Greg Clayton | 1 | -14/+14 |
2011-03-19 | Added more platform support. There are now some new commands: | Greg Clayton | 1 | -2/+2 |
2011-03-08 | LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide | Greg Clayton | 1 | -39/+25 |
2011-02-24 | Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. | Greg Clayton | 1 | -45/+78 |
2011-02-23 | Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form | Greg Clayton | 1 | -4/+4 |
2011-02-19 | - Changed all the places where CommandObjectReturn was exporting a StreamStri... | Jim Ingham | 1 | -1/+1 |
2011-02-15 | Made lldb_private::ArchSpec contain much more than just an architecture. It | Greg Clayton | 1 | -0/+19 |
2011-02-04 | Added support for attaching to a remote debug server with the new command: | Greg Clayton | 1 | -1/+178 |
2011-02-01 | Endian patch from Kirk Beitz that allows better cross platform building. | Greg Clayton | 1 | -0/+1 |
2011-01-29 | Finished up the async attach support. This allows us to request to attach | Greg Clayton | 1 | -13/+17 |
2011-01-29 | Added a completion action class to the Process events so that we can make thi... | Jim Ingham | 1 | -1/+35 |
2011-01-23 | Added a new variant of SBTarget::Launch() that deprectates the old one that | Greg Clayton | 1 | -14/+16 |
2010-12-09 | process launch now asks to kill the current process if it is alive, and if yo... | Jim Ingham | 1 | -8/+34 |
2010-12-03 | Add '-no-stdio' option to 'process launch' command, which causes the | Caroline Tice | 1 | -7/+25 |
2010-11-04 | Added support for loading and unloading shared libraries. This was done by | Greg Clayton | 1 | -0/+124 |
2010-11-02 | Fix problem where "process detach" was not working properly. The | Caroline Tice | 1 | -0/+1 |
2010-10-19 | Ok, last commit for the running processes in a new window. Now you can | Greg Clayton | 1 | -3/+10 |
2010-10-19 | Stop the driver from handling SIGPIPE in case we communicate with stale | Greg Clayton | 1 | -22/+7 |
2010-10-18 | Combine eArgTypeSignalName and eArgTypeUnixSignalNumber into a single | Caroline Tice | 1 | -5/+5 |
2010-10-18 | Fixed debugserver to properly attach to a process by name with the | Greg Clayton | 1 | -40/+99 |
2010-10-15 | Disable "process.macosx" plugin, since it is not being actively supported | Caroline Tice | 1 | -1/+1 |
2010-10-14 | Modify "process handle" so that if no signals are specified it lists/updates ... | Caroline Tice | 1 | -47/+113 |
2010-10-13 | Add new argument type, eArgSignalName, | Caroline Tice | 1 | -0/+240 |
2010-10-09 | Fixed process.gdb-remote to be able to properly propagate the signals and | Greg Clayton | 1 | -2/+9 |
2010-10-07 | Cleaned up the SWIG stuff so all includes happen as they should, no pulling | Greg Clayton | 1 | -15/+18 |
2010-10-04 | Modify existing commands with arguments to use the new argument mechanism | Caroline Tice | 1 | -2/+26 |
2010-10-01 | Modify command options to use the new arguments mechanism. Now all command o... | Caroline Tice | 1 | -11/+11 |
2010-09-18 | General command line help cleanup: | Greg Clayton | 1 | -4/+4 |
2010-09-18 | Fixed the way set/show variables were being accessed to being natively | Greg Clayton | 1 | -177/+136 |
2010-09-15 | If you have already loaded a file into the debugger, "process attach" will at... | Jim Ingham | 1 | -20/+34 |
2010-09-14 | Remove help text that is no longer correct. | Caroline Tice | 1 | -2/+0 |
2010-09-09 | Make all debugger-level user settable variables into instance variables. | Caroline Tice | 1 | -4/+11 |
2010-09-08 | fix a bunch of signed/unsigned comparison warnings, stop evaluating "getsize"... | Chris Lattner | 1 | -3/+3 |
2010-09-08 | Clean up, clarify and standardize help text, and fix a few help text formatti... | Caroline Tice | 1 | -10/+10 |
2010-09-04 | This is a very large commit that completely re-does the way lldb | Caroline Tice | 1 | -11/+41 |
2010-08-31 | Added the ability to disable ASLR (Address Space Layout Randomization). ASLR | Greg Clayton | 1 | -0/+4 |
2010-08-26 | Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec... | Jim Ingham | 1 | -4/+4 |
2010-08-09 | Change Target & Process so they can really be initialized with an invalid arc... | Jim Ingham | 1 | -104/+267 |
2010-07-14 | I enabled some extra warnings for hidden local variables and for hidden | Greg Clayton | 1 | -1/+1 |
2010-07-07 | Fix GetRepeatCommand so it works with multi-word commands. | Jim Ingham | 1 | -0/+6 |
2010-06-23 | Very large changes that were needed in order to allow multiple connections | Greg Clayton | 1 | -65/+43 |
2010-06-18 | Move the "status" command to "process status" since that's where it belongs. ... | Jim Ingham | 1 | -0/+79 |
2010-06-15 | Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. | Jim Ingham | 1 | -2/+2 |
2010-06-15 | Change the Options parser over to use a mask rather than an ordinal for optio... | Jim Ingham | 1 | -9/+9 |
2010-06-08 | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 1 | -0/+833 |