- 1e542e3 by Caroline Tice · 14 years ago
- b6281b1 by Caroline Tice · 14 years ago
- 9121b35 by Caroline Tice · 14 years ago
- 424652f by Caroline Tice · 14 years ago
- 917ad35 by Caroline Tice · 14 years ago
- bf5a66b by Caroline Tice · 14 years ago
- b0e68d9 Added some functions to our API related to classifying symbols as code, data, by Greg Clayton · 14 years ago
- fa3a16a Convert ValueObject to explicitly maintain the Execution Context in which they were created, and then use that when they update themselves. That means all the ValueObject evaluate me type functions that used to require a Frame object now do not. I didn't remove the SBValue API's that take this now useless frame, but I added ones that don't require the frame, and marked the SBFrame taking ones as deprecated. by Jim Ingham · 14 years ago
- 5c4b160 Add GetFrameWithStackID to the StackFrameList and the Thread (which routes to its StackFrameList.) by Jim Ingham · 14 years ago
- 4f60558 by Caroline Tice · 14 years ago
- b5871fe Add a LaunchSimple API that is nicer to use for quick scripts. by Jim Ingham · 14 years ago
- 0815031 A a simple test file for some lldb 'platform' commands. by Johnny Chen · 14 years ago
- 74467fe by Caroline Tice · 14 years ago
- 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 14 years ago
- eab301f by Caroline Tice · 14 years ago
- 1697dd7 by Caroline Tice · 14 years ago
- 983f6fd linux: create thread plans for stepping thru PLT entries by Stephen Wilson · 14 years ago
- ce47732 elf: synthesize symbols for PLT entries by Stephen Wilson · 14 years ago
- e98b958 by Caroline Tice · 14 years ago
- 9b01e48 elf: add support for ELF relocation entries by Stephen Wilson · 14 years ago
- 67d9f7e by Stephen Wilson · 14 years ago
- d42b3cc by Caroline Tice · 14 years ago
- ef44000 by Caroline Tice · 14 years ago
- 5168b6c by Caroline Tice · 14 years ago
- 60f19d5 Unfortunately, sranddev() is not available on all platforms so seed using the by Stephen Wilson · 14 years ago
- 4cccd53 by Caroline Tice · 14 years ago
- c08ed38 by Caroline Tice · 14 years ago
- f960048 Can't just call "rand" to get a random port, 'cause then you'll get the same sequence in two lldb's. This makes running lldb on lldb not work very well. by Jim Ingham · 14 years ago
- d05b490 by Caroline Tice · 14 years ago
- 89c6d58 by Caroline Tice · 14 years ago
- bb48f0b Fix single quote characters throughout the ARM emulation stuff. by Caroline Tice · 14 years ago
- 889fbd0 Added the ability to get the min and max instruction byte size for by Greg Clayton · 14 years ago
- f4aad90 linux: minor updates to account for recent namespace changes by Stephen Wilson · 14 years ago
- 3967cef Add PlatformGDBServer and ProcessGDBRemote to the build system. by Stephen Wilson · 14 years ago
- 50daf77 Simple fixes for the gdb remote process plugin on Linux. by Stephen Wilson · 14 years ago
- 149731c Cleaned up the Disassembler code a bit more. You can now request a disassembler by Greg Clayton · 14 years ago
- 7bc3908 Made the lldb_private::Opcode struct into a real boy... I mean class. 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
- 3d79d34 by Caroline Tice · 14 years ago
- baf1f64 by Caroline Tice · 14 years ago
- 15f2d43 Switch the "print" alias to "expression --". by Jim Ingham · 14 years ago
- 58e26e0 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 14 years ago
- b577284 Add missing cases to switch statements & remove 'default'. by Caroline Tice · 14 years ago
- 6460790 Silence clang warnings. by Johnny Chen · 14 years ago
- d1fbbb4 linux: simple support for process input and output by Stephen Wilson · 14 years ago
- 47f0785 Eliminate a pile of "type qualifiers ignored on function return type" warnings. by Stephen Wilson · 14 years ago
- 4b274e8 Add a missing include needed on Linux and remove a trailing comma. by Stephen Wilson · 14 years ago
- 76fd5dd linux: add Host/linux subdirectory by Stephen Wilson · 14 years ago
- 3600d49 linux: PlatformLinux improvements by Stephen Wilson · 14 years ago
- cb8977d Added new platform commands: by Greg Clayton · 14 years ago
- e221288 by Caroline Tice · 14 years ago
- 61d043b Split the GDBRemoteCommunication class into three classes: by Greg Clayton · 14 years ago
- e56493f Add "up" and "down" aliases. by Jim Ingham · 14 years ago
- 7a4c8ea Clean up a few places where SetOptionValue was using the global optarg, rather than the option_arg value that was passed in. by Jim Ingham · 14 years ago
- aa3e3e1 Add the ability to disassemble "n" instructions from the current PC, or the first "n" instructions in a function. by Jim Ingham · 14 years ago
- c54840c Tidy up the stop hook printing when only one thread matches, and there is only one hook. by Jim Ingham · 14 years ago
- e86cbb9 Abtracted the innards of lldb-core away from the SB interface. There was some by Greg Clayton · 14 years ago
- a733c04 Added real user/group id, effective user/group id, and parent by Greg Clayton · 14 years ago
- 4fdf760 Split all of the core of LLDB.framework/lldb.so into a by Greg Clayton · 14 years ago
- b1888f2 Added more platform support. There are now some new commands: by Greg Clayton · 14 years ago
- 3e40797 by Caroline Tice · 14 years ago
- 70c5562 Relax the constraint on the types of ValueObjects that we'll by default try the by Jim Ingham · 14 years ago
- 8d681f5 by Caroline Tice · 14 years ago
- e258440 Fix a problem where we were looking up the class pointer in the {class/sel -> implementation} cache for a objc_msgSendSuper call - where we should have looked up the class's super-class. by Jim Ingham · 14 years ago
- 53bfd06 Get ObjC stepping working again when the process is not the default host architecture. by Jim Ingham · 14 years ago
- 8ce836d by Caroline Tice · 14 years ago
- 2b03ed8 by Caroline Tice · 14 years ago
- f1b73af Added a fix that should help incorrect type uniquing. There was an issue by Greg Clayton · 14 years ago
- dd506e1 Added a fix to not re-use object files when doing DWARF with debug map. by Greg Clayton · 14 years ago
- 279584c Updated to LLVM/Clang revision 127600. by Sean Callanan · 14 years ago
- 015eb23 Add a missing include. by Stephen Wilson · 14 years ago
- d60d94a Add a first pass at a "stop hook" mechanism. This allows you to add commands that get run every time the debugger stops, whether due to a breakpoint, the end of a step, interrupt, etc. You can also specify in which context you want the stop hook to run, for instance only on a particular thread, or only in a particular shared library, function, file, line range within a file. by Jim Ingham · 14 years ago
- a4fede3 CommandInterpreter::HandleCommands should take its commands as a "const StringList &" since it doesn't modify it... by Jim Ingham · 14 years ago
- 4a9d790 Fix a few things in the CommandArguments table. by Jim Ingham · 14 years ago
- 8053904 Declare some const functions as const. by Jim Ingham · 14 years ago
- 8054ba3 Minor typo fix and TAB removals. by Johnny Chen · 14 years ago
- ce207c1 by Caroline Tice · 14 years ago
- a846cc3 Fixed the -r parameter to the disassemble command by Sean Callanan · 14 years ago
- 2a45681 by Caroline Tice · 14 years ago
- ef6635b Add Makefile support for the Platform plugins. by Stephen Wilson · 14 years ago
- c97bfdb Centralize the GDB remote timeout value into the GDBRemoteCommunication as a by Greg Clayton · 14 years ago
- d151c8a Fixed a bug where the disassembly syntax specified for the by Sean Callanan · 14 years ago
- e4b9c1f LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 14 years ago
- 791af3b Fix ObjectFileElf::GetEntryPointAddress() by Stephen Wilson · 14 years ago
- 8be525a Add Makefile support for the new DynamicLoaderStatic plugin. by Stephen Wilson · 14 years ago
- e45140f I didn't notice there was already an ObjectFile::GetEntryPoint. Move that over to GetEntryPointAddress 'cause that's more consistent with other functions in ObjectFile, do the mutatis mutandi and also in the ELF case I return a section offset address rather than a bare load address. by Jim Ingham · 14 years ago
- e84d4fd Reverting the part of the debug-in-ofile patch from earlier today that removes them from the shared module list. That was causing a bunch of asserts. Greg is working on a better fix. by Jim Ingham · 14 years ago
- 2877594 Add a method "GetEntryPoint" to the ObjectFile class, and implement it on MachO & ELF - though the ELF implementation is probably a little weak. Then use this method in place of directly looking for "start" in the ThreadPlanCallFunction constructor to find the stopping point for our function evaluation. by Jim Ingham · 14 years ago
- 9d352ce by Caroline Tice · 14 years ago
- 2cd9418 Don't cache .o files in the debug map + DWARF in .o files. If we cache them by Greg Clayton · 14 years ago
- 42da4da Add a test case ProcessAPITestCase.test_remote_launch() which tests SBProcess.RemoteLaunch() by Johnny Chen · 14 years ago
- bd321c5 Added a DynamicLoaderStatic plug-in that will act as a static dynamic loader. by Greg Clayton · 14 years ago
- d3475a2 Allow the macosx frame backchain to use 32/64 bit as the selector when by Greg Clayton · 14 years ago
- 3809340 Expose ConnectRemote API through SBTarget and SBProcess. by James McIlree · 14 years ago
- 50339fe Fixed a bug in the expression parser where the 'this' by Sean Callanan · 14 years ago
- b27771d by Caroline Tice · 14 years ago
- 11555f2 by Caroline Tice · 14 years ago
- 8ce96d9 by Caroline Tice · 14 years ago
- 868198b by Caroline Tice · 14 years ago
- 6bf6516 by Caroline Tice · 14 years ago