- a938553 Added optional calls to lldb_private::Process for getting memory region info by Greg Clayton · 13 years ago
- 1628317 Bumped Xcode project versions for lldb-89 and debugserver-153. by Greg Clayton · 13 years ago
- 934fc6b Bumped Xcode project version for lldb-88 and debugserver-152. by Greg Clayton · 13 years ago
- 32e2564 Cleanup some warnings. by Greg Clayton · 13 years ago
- bcf07b3 Remove the QAddressIsExecutable packet I added last night. by Jason Molenda · 13 years ago
- dc8ff30 Add "QAddressIsExecutable" packet to debugserver. Used to test by Jason Molenda · 13 years ago
- abb3302 Moved many of the "settings" that used to be in "target.process.*" to just by Greg Clayton · 13 years ago
- d1d9f75 Bumped Xcode project version for lldb-86 and debugserver-151 by Greg Clayton · 13 years ago
- 49cddea Xcode project changes to install "lldb" into "/usr/bin" and have LLDB.framework by Greg Clayton · 13 years ago
- 3e4238d Fixed the Xcode project building of LLVM to be a bit more user friendly: by Greg Clayton · 13 years ago
- 425743e Print out the task suspend count as well. by Jim Ingham · 13 years ago
- ec31b37 Bumping Xcode project versions for lldb-85 and debugserver-150. by Greg Clayton · 13 years ago
- e5a4e81 Bumped Xcode project version to lldb-84 and debugserver-149. by Greg Clayton · 13 years ago
- b516939 Fixed some warnings after enabling some stricter warnings in the Xcode project by Greg Clayton · 13 years ago
- 97c8957 warnings: Fix a bunch of -Wreorder problems. by Daniel Dunbar · 13 years ago
- d6ceffb Updated the project to use the "DEVELOPER_DIR" build setting that specifies by Greg Clayton · 13 years ago
- 0e8147b Enabled the "printf" attribute on all debugserver logging functions and fixed by Greg Clayton · 13 years ago
- b6ee2e5 Bumping Xcode project version in mainline to match the latest build that was by Greg Clayton · 13 years ago
- c0977b9 Python does some bad things to the signal masks in the current process and by Greg Clayton · 13 years ago
- 3ce5128 Remove unused include of deprecated header. by Benjamin Kramer · 13 years ago
- 900b3c7 Bumped versions for lldb-81 and debugserver-146. by Greg Clayton · 13 years ago
- 044c02b Bumped Xcode project version for lldb-80 and debugserver-145. by Greg Clayton · 13 years ago
- 3dd956e Modify the delegation chain from MachThreadList -> MachThread -> DNBArchProtocol so that when by Johnny Chen · 13 years ago
- 48c7756 Fix a bug in the current MacOSX MachThreadList::EnableHardwareWatchpoint() impl so that by Johnny Chen · 13 years ago
- d466ebc The r139982 patch has a bug by using the constant "x86_AVX_STATE64". by Johnny Chen · 13 years ago
- 6e0101c Convert lldb::ModuleSP to use an instrusive ref counted pointer. by Greg Clayton · 13 years ago
- 2080155 Added more logging, and renamed FPR to FPU in a the register set/flavor enum. by Greg Clayton · 13 years ago
- 48e8373 Correctly handle the when we the 'G' packet fails. There were by Greg Clayton · 13 years ago
- 36889ad Foe x86_64/i386, piggyback the hardware index of the fired watchpoint in the exception by Johnny Chen · 13 years ago
- dbcf98c Track whether a process was Launched or Attached to. If Attached, the detach when the debugger is destroyed, rather than killing the process. Also added a Debugger::Clear, which gets called in Debugger::Destroy to deal with all the targets in the Debugger. Also made the Driver's main loop call Destroy on the debugger, rather than just Destroying the currently selected Target's process. by Jim Ingham · 13 years ago
- a1cb0f4 Add comment regarding method call to DNBArchProtocol::NotifyException(). by Johnny Chen · 13 years ago
- ba3d698 Modify MachThread::NotifyException() to allow the arch specific protocol to process by Johnny Chen · 13 years ago
- 0ff8162 Update I386 DNB impl to fix the same errors as DNBArchImplX86_64: ('==' instead of '=') and (by value instead of by reference). by Johnny Chen · 13 years ago
- 69b6ec8 Watchpoint WIP: by Johnny Chen · 13 years ago
- 83dd203 Adding "-n", "-p" and "-w" flags to the lldb command-line tool to by Jim Ingham · 13 years ago
- cc63746 SBSourceManager now gets the real source manager either from the Debugger or Target. Also, move the SourceManager file cache into the debugger by Jim Ingham · 13 years ago
- 0a44b0d Reset the debug status register, only if necessary, before we resume, by Johnny Chen · 13 years ago
- 520e7fe Basic infrastructure code to exploit malloc stack logging as available on Mac OS X to track the allocation history of pointers on the target process by Enrico Granata · 13 years ago
- d8b7248 Added comments about exception code. by Johnny Chen · 13 years ago
- fc89093 Add logic to the DNBArchImplX86_64/DNBArchImplI386::NotifyException() callback method by Johnny Chen · 13 years ago
- 2c45f54 Add logic to MachThreadList::GetThreadID() for the use case of setting a watchpoint by Johnny Chen · 13 years ago
- 390a0e7 Minor change: compare the return val of DNBWatchpointSet() against INVALID_NUB_WATCH_ID by Johnny Chen · 13 years ago
- 31d8918 DNBBreakpoint::SetEnabled() should take a bool, not a uint32_t, as its input argument. by Johnny Chen · 13 years ago
- 5b4b00f Watchpoint work in progress: by Johnny Chen · 13 years ago
- fe98a2e Renaming: from IsVacantWatchpoint() to IsWatchpointVacant(). by Johnny Chen · 13 years ago
- 0875a97 Renamed the helper method to ClearWatchpointHits() for clarity of its purpose. by Johnny Chen · 13 years ago
- 9d544f4 Add a couple of helper methods to check/clear the debug status register by Johnny Chen · 13 years ago
- d111994 Fix the shift amount applied to size_and_rw_bits() for debug control register, by Johnny Chen · 13 years ago
- 503b407 Update comments. by Johnny Chen · 13 years ago
- 25d2818 Watchpoint work in progress: add helper methods to DNB arch impl for I386 to implment Enable/DisableHardwareWatchpoint. by Johnny Chen · 13 years ago
- 738fe1b Watchpoint work in progress: add helper methods to DNB arch impl for X86_64 to implment Enable/DisableHardwareWatchpoint. by Johnny Chen · 13 years ago
- eb0eae2 Add stubs of incomplete watchpoint implementation with "FIXME" markers. by Johnny Chen · 13 years ago
- e393568 Added the debug registers for i386 and x86_64 in preparation for watchpoints. by Greg Clayton · 13 years ago
- 0605942 Remove an extra break statement. by Johnny Chen · 13 years ago
- cf0de26 Better help string for "lldb -- file arg1 arg2..." by Jim Ingham · 13 years ago
- 6ae2544 Document how to pass program args to lldb command-line. by Jim Ingham · 13 years ago
- c5d97ed Bumped Xcode project versions for lldb-73 and debugserver-144. by Greg Clayton · 13 years ago
- 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 · 14 years ago
- 997b1e8 Added generic register numbers for simple ABI argument registers and defined by Greg Clayton · 14 years ago
- 75906e4 Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their by Greg Clayton · 14 years ago
- b38df1e by Caroline Tice · 14 years ago
- 6b07711 Revert some unintended project changes from my last checkin. by Greg Clayton · 14 years ago