- e1db7c7 Bumped Xcode project versions for lldb-72 and debugserver-143. by Greg Clayton · 13 years ago
- 558dd5b Add a version of SBDebugger::Create which allows us to specify whether to source by Jim Ingham · 13 years ago
- bedc667 Fixes the occasional crash on exit when quitting lldb with control-D. by Jason Molenda · 13 years ago
- 1e1460b To silence the static analyzer. by Johnny Chen · 13 years ago
- 7559f33 To silence the static analyzer. by Johnny Chen · 13 years ago
- 178e101 Incremental fixes of issues found by Xcode static analyzer. by Johnny Chen · 13 years ago
- 8bc9af1 In the case where we are trying to resume a thread all the way to 0, if we get by Jim Ingham · 13 years ago
- 0734eb0 Ignore the static analyzer, instead; and add comment why. by Johnny Chen · 13 years ago
- 9a7749c Incremental fixes of issues found by Xcode static analyzer. by Johnny Chen · 13 years ago
- ee6e790 Incremental fixes of issues found by Xcode static analyzer. by Johnny Chen · 13 years ago
- c0c397f Fixed a problem where the HasAVX() code in by Sean Callanan · 13 years ago
- 153191e The "bool HasAVX()" function doesn't backup and restore the by Greg Clayton · 13 years ago
- 716cefb Added some logging and did some member renaming. by Greg Clayton · 13 years ago
- 0eeaa98 Remove some commented out code that doesn't connect to anything yet... by Jim Ingham · 13 years ago
- 4b66329 Patch by David Forsythe to build lldb on FreeBSD! by Johnny Chen · 13 years ago
- 19395ef Update Xcode project versions to lldb-70 and debugserver-142. by Greg Clayton · 13 years ago
- d05213b RNBRemote.cpp, RNBRemote.h: Add a new qGetPid packet which returns by Jason Molenda · 13 years ago
- aa43001 If we are telling only one thread to run in debugserver, and that thread has been suspended from outside by Jim Ingham · 13 years ago
- db15e0c Added support for dynamic detection of AVX, and by Sean Callanan · 13 years ago
- 6247dbe Added "command history" command to dump the command history. by Jim Ingham · 13 years ago
- 9b82f86 Added the ability to see block variables when looking up addresses by Greg Clayton · 13 years ago
- 00e4f65 Rewrite get_kinfo_proc_for_pid() to get the kinfo_proc for by Jason Molenda · 13 years ago
- 37f1b92 Handle the possible case where the process launch failed by Jason Molenda · 13 years ago
- 801417e Added "target variable" command that allows introspection of global by Greg Clayton · 13 years ago
- e99aa88 Bump Xcode project version to lldb-66 and debugserver-141. by Greg Clayton · 13 years ago
- 787554b Restructure to be modular instead of a single big function; by Jason Molenda · 13 years ago
- 87ac902 Bumped Xcode project versions to lldb-65 and debugserver-140. by Greg Clayton · 13 years ago
- 04f081d Add support for a QEnvironmentHexEncoded packet which takes its by Jason Molenda · 13 years ago
- a4082f0 Replace examine-threads.c with a similar little utility I wrote a by Jason Molenda · 13 years ago
- 63afdb0 Improved the packet throughput when debugging with GDB remote by over 3x on by Greg Clayton · 13 years ago
- c40dfc5 Don't codesign with lldb_codesign for non MacOSX SDKs. by Greg Clayton · 13 years ago
- 421ca50 Don't have the debugger default to ignoring EOF. This is only what the driver by Greg Clayton · 13 years ago
- 7d20d2b lldb-56 with codesign settings fixed in the Xcode projects. by Greg Clayton · 13 years ago
- 225b8e7 Bumping Xcode project versions for lldb-55 and debugserver-139. by Greg Clayton · 13 years ago
- 04d397c Fixed an issue in the EmulateInstructionARM there the IT opcode was trying to by Greg Clayton · 13 years ago
- c0fa533 Added new lldb_private::Process memory read/write functions to stop a bunch by Greg Clayton · 13 years ago
- 5a26910 Added functions to lldb_private::Address to set an address from a load address by Greg Clayton · 13 years ago
- 845d6da by Caroline Tice · 13 years ago
- d45c3d7 Added the ability to get a 32 or 64 bit simple return value from the by Greg Clayton · 13 years ago
- 997b1e8 Added generic register numbers for simple ABI argument registers and defined by Greg Clayton · 13 years ago
- 75906e4 Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their by Greg Clayton · 13 years ago
- b38df1e by Caroline Tice · 13 years ago
- 6b07711 Revert some unintended project changes from my last checkin. by Greg Clayton · 13 years ago
- 061b79d While implementing unwind information using UnwindAssemblyInstEmulation I ran by Greg Clayton · 13 years ago
- 5e47385 Change an unconditional log to a conditional one. by Jim Ingham · 13 years ago
- a458240 Fixed not being able to launch the i386 slice of a universal binary by adding by Greg Clayton · 13 years ago
- 882c554 by Caroline Tice · 13 years ago
- c5f0b99 by Caroline Tice · 13 years ago
- e1f50b9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. by Greg Clayton · 13 years ago
- 388ca8f by Caroline Tice · 13 years ago
- 4a34808 by Caroline Tice · 14 years ago
- 97eecb1 Put plug-ins into the correct directories as they were incorrectly located by Greg Clayton · 14 years ago
- abe0fed Centralized a lot of the status information for processes, by Greg Clayton · 14 years ago
- e41494a Add support for "dynamic values" for C++ classes. This currently only works for "frame var" and for the by Jim Ingham · 14 years ago
- 5e342f5 Added auto completion for architecture names and for platforms. by Greg Clayton · 14 years ago
- b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 14 years ago
- dbeb3e1 Order of initialization lists. by Stephen Wilson · 14 years ago
- 06d7cc8 Added a speed test to the GDBRemoteCommunicationClient and by Greg Clayton · 14 years ago
- 381f968 Get rid of LONG_LONG_MAX and ULONG_LONG_MAX, and use LLONG_MAX and ULLONG_MAX by Greg Clayton · 14 years ago
- ff39f74 Added the ability to get a broadcaster event name for a given broadcaster event. 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
- 58e26e0 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 14 years ago
- cb8977d Added new platform commands: by Greg Clayton · 14 years ago
- 4d3a89e Added AVX support to the Intel portion of debugserver. AVX by Sean Callanan · 14 years ago
- 61d043b Split the GDBRemoteCommunication class into three classes: by Greg Clayton · 14 years ago
- b622560 Added missing files. by Greg Clayton · 14 years ago
- e86cbb9 Abtracted the innards of lldb-core away from the SB interface. There was some 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
- 52ce561 Fix makefile builds when llvm is configured with -enable-shared. by Stephen Wilson · 14 years ago
- e4b9c1f LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 14 years ago
- fc30997 If the user sets a working directory path using "process launch -w <path>", honor that dir path; by Johnny Chen · 14 years ago
- a2f7423 Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. by Greg Clayton · 14 years ago
- aa378b1 Don't limit StreamTee to just two streams. It now can contain 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
- 75c703d The DynamicLoader plug-in instance now lives up in lldb_private::Process where by Greg Clayton · 14 years ago
- 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 14 years ago
- c1f4587 Added the ability to detect which vCont packets (using the "vCont?") packet by Greg Clayton · 14 years ago
- f9f40c2 Rework the RunThreadPlan event handling to use Event Hijacking not stopping the event thread. Also clarify the logic of the function. by Jim Ingham · 14 years ago
- 09c81ef Patch that allows for thread_t to be something more complex than an by Greg Clayton · 14 years ago
- 151c0ea A tool for examining a mach process and its threads. by Greg Clayton · 14 years ago
- 0467c78 Applied a fix to qualify "UUID" with the lldb_private namespace to fix by Greg Clayton · 14 years ago
- e71e258 Added support for attaching to a remote debug server with the new command: by Greg Clayton · 14 years ago
- 17801bc Bumped Xcode project versions to lldb-46 and debugserver-131. by Greg Clayton · 14 years ago
- 679c77b The thread_info changes over the life of the thread, so you can't get it once and cache it, you have to fetch it every time you want to use it. by Jim Ingham · 14 years ago
- b2b604f Adding a Xcode workspace for lldb. by Jim Ingham · 14 years ago
- abea3cb Updated Xcode project versions: lldb-45 and debugserver-130 by Greg Clayton · 14 years ago
- db2bab4 Finally tracked down the racy condition that would hose up our debug by Greg Clayton · 14 years ago
- bdcb6ab Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 14 years ago
- 46cd50c Trivial comment fix. by Johnny Chen · 14 years ago
- 9d71c95 Bumped Xcode project versions to lldb-44 and debugserver-129. by Greg Clayton · 14 years ago
- cc3e640 Reverting recent thread resume changes as it was causing testing issues. by Greg Clayton · 14 years ago
- c72af6b When we are stepping a thread, force it to resume ALL the way to 0. And of course, when we stop by Jim Ingham · 14 years ago
- 42ddc49 Bumped Xcode project versions: lldb-43 and debugserver-128. by Greg Clayton · 14 years ago
- d330bfd One more thing... Resume any threads that we discover were created while we stop as by Greg Clayton · 14 years ago
- ac95966 More useful STEP logging. by Jim Ingham · 14 years ago
- 2971e7f Discover new threads right before we continue a process since libdispatch has by Greg Clayton · 14 years ago
- 9ace183 Added logging for threads that are spawned while we stop. We log their by Greg Clayton · 14 years ago
- 43457c5 Linebuffer the log file. by Jim Ingham · 14 years ago
- 879bfee Restored some missing APIs for the test suite. Now testsuite still has some failures by Greg Clayton · 14 years ago