aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2011-07-12Added "command history" command to dump the command history.Jim Ingham
2011-07-11Added the ability to see block variables when looking up addressesGreg Clayton
2011-07-08Rewrite get_kinfo_proc_for_pid() to get the kinfo_proc forJason Molenda
2011-07-08Handle the possible case where the process launch failedJason Molenda
2011-07-07Added "target variable" command that allows introspection of globalGreg Clayton
2011-07-01Bump Xcode project version to lldb-66 and debugserver-141.Greg Clayton
2011-06-30Restructure to be modular instead of a single big function;Jason Molenda
2011-06-25Bumped Xcode project versions to lldb-65 and debugserver-140.Greg Clayton
2011-06-25Add support for a QEnvironmentHexEncoded packet which takes itsJason Molenda
2011-06-21Replace examine-threads.c with a similar little utility I wrote aJason Molenda
2011-06-17Improved the packet throughput when debugging with GDB remote by over 3x onGreg Clayton
2011-06-03Don't codesign with lldb_codesign for non MacOSX SDKs.Greg Clayton
2011-05-29Don't have the debugger default to ignoring EOF. This is only what the driverGreg Clayton
2011-05-26lldb-56 with codesign settings fixed in the Xcode projects.Greg Clayton
2011-05-25Bumping Xcode project versions for lldb-55 and debugserver-139.Greg Clayton
2011-05-23Fixed an issue in the EmulateInstructionARM there the IT opcode was trying toGreg Clayton
2011-05-22Added new lldb_private::Process memory read/write functions to stop a bunchGreg Clayton
2011-05-22Added functions to lldb_private::Address to set an address from a load addressGreg Clayton
2011-05-16Fix places that were writing directly to the debugger's outputCaroline Tice
2011-05-15Added the ability to get a 32 or 64 bit simple return value from the Greg Clayton
2011-05-15Added generic register numbers for simple ABI argument registers and definedGreg Clayton
2011-05-11Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into theirGreg Clayton
2011-05-09Make sure writing asynchronous output only backs upCaroline Tice
2011-05-09Revert some unintended project changes from my last checkin.Greg Clayton
2011-05-09While implementing unwind information using UnwindAssemblyInstEmulation I ranGreg Clayton
2011-05-09Change an unconditional log to a conditional one.Jim Ingham
2011-05-08Fixed not being able to launch the i386 slice of a universal binary by addingGreg Clayton
2011-05-04Add ability to search backwards through commandCaroline Tice
2011-05-04Minor cleanup: When asynchronous output comes along,Caroline Tice
2011-05-03Added new OptionGroup classes for UInt64, UUID, File and Boolean values.Greg Clayton
2011-05-03Make the driver listen for asynchronous output, rather thanCaroline Tice
2011-05-02This patch captures and serializes all output being written by theCaroline Tice
2011-04-25Put plug-ins into the correct directories as they were incorrectly locatedGreg Clayton
2011-04-18Centralized a lot of the status information for processes,Greg Clayton
2011-04-16Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham
2011-04-13Added auto completion for architecture names and for platforms.Greg Clayton
2011-04-12Moved the execution context that was in the Debugger intoGreg Clayton
2011-04-11Order of initialization lists.Stephen Wilson
2011-04-04Added a speed test to the GDBRemoteCommunicationClient and Greg Clayton
2011-04-01Get rid of LONG_LONG_MAX and ULONG_LONG_MAX, and use LLONG_MAX and ULLONG_MAXGreg Clayton
2011-04-01Added the ability to get a broadcaster event name for a given broadcasterGreg Clayton
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton
2011-03-24Did a lot more work on abtracting and organizing the platforms. Greg Clayton
2011-03-23Added new platform commands:Greg Clayton
2011-03-22Added AVX support to the Intel portion of debugserver. AVXSean Callanan
2011-03-22Split the GDBRemoteCommunication class into three classes:Greg Clayton
2011-03-22Added missing files.Greg Clayton
2011-03-22Abtracted the innards of lldb-core away from the SB interface. There was someGreg Clayton
2011-03-20Split all of the core of LLDB.framework/lldb.so into aGreg Clayton