summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX/x86_64
Commit message (Expand)AuthorAgeFilesLines
...
* Added more logging, and renamed FPR to FPU in a the register set/flavor enum.Greg Clayton2011-09-172-9/+39
* Foe x86_64/i386, piggyback the hardware index of the fired watchpoint in the ...Johnny Chen2011-09-171-0/+4
* Watchpoint WIP:Johnny Chen2011-09-131-12/+12
* Reset the debug status register, only if necessary, before we resume,Johnny Chen2011-09-091-4/+13
* Added comments about exception code.Johnny Chen2011-09-081-0/+2
* Add logic to the DNBArchImplX86_64/DNBArchImplI386::NotifyException() callbac...Johnny Chen2011-09-082-3/+37
* Watchpoint work in progress:Johnny Chen2011-09-022-0/+35
* Renaming: from IsVacantWatchpoint() to IsWatchpointVacant().Johnny Chen2011-08-312-4/+4
* Renamed the helper method to ClearWatchpointHits() for clarity of its purpose.Johnny Chen2011-08-312-2/+2
* Add a couple of helper methods to check/clear the debug status registerJohnny Chen2011-08-312-0/+25
* Fix the shift amount applied to size_and_rw_bits() for debug control register,Johnny Chen2011-08-311-1/+2
* Update comments.Johnny Chen2011-08-311-2/+2
* Watchpoint work in progress: add helper methods to DNB arch impl for I386 to ...Johnny Chen2011-08-311-3/+2
* Watchpoint work in progress: add helper methods to DNB arch impl for X86_64 t...Johnny Chen2011-08-312-43/+117
* Add stubs of incomplete watchpoint implementation with "FIXME" markers.Johnny Chen2011-08-302-0/+115
* Added the debug registers for i386 and x86_64 in preparation for watchpoints.Greg Clayton2011-08-293-7/+53
* Fixed a problem where the HasAVX() code inSean Callanan2011-08-091-7/+0
* The "bool HasAVX()" function doesn't backup and restore theGreg Clayton2011-08-091-0/+7
* Added support for dynamic detection of AVX, andSean Callanan2011-07-162-8/+9
* Added the ability to see block variables when looking up addressesGreg Clayton2011-07-111-7/+7
* Added generic register numbers for simple ABI argument registers and definedGreg Clayton2011-05-151-10/+11
* Change an unconditional log to a conditional one.Jim Ingham2011-05-091-2/+2
* Added new OptionGroup classes for UInt64, UUID, File and Boolean values.Greg Clayton2011-05-031-1/+1
* Added AVX support to the Intel portion of debugserver. AVXSean Callanan2011-03-223-183/+837
* Took the timeout for a ClangUserExpression down from a 10 second timeout toGreg Clayton2011-01-191-0/+7
* Thread safety changes in debugserver and also in the process GDB remote plugin.Greg Clayton2011-01-181-2/+0
* Fixed Process::Halt() as it was broken for "process halt" after recent changesGreg Clayton2010-11-182-30/+45
* Another patch from Jean-Daniel. Thanks.Johnny Chen2010-09-281-2/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-082-0/+1234
OpenPOWER on IntegriCloud