summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.h
Commit message (Expand)AuthorAgeFilesLines
* typedef enum -> enumFangrui Song2019-05-141-4/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Upstreaming avx512 register support in debugserver. These changesJason Molenda2018-03-061-0/+8
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-226/+200
* Fix warnings.Bruce Mitchener2015-07-221-1/+1
* Fix debugserver warnings on MacOSX.Greg Clayton2015-03-091-2/+2
* Fix cmake build issues on Darwin.Todd Fiala2014-03-131-1/+0
* Fixes to get the arm native debugserver building again.Jason Molenda2013-11-211-2/+2
* <rdar://problem/15172417>Greg Clayton2013-11-131-1/+10
* Fixed up registers in debugserver.Greg Clayton2013-11-091-0/+2
* Get debugserver to call task_set_state to prime the control registers so that...Jim Ingham2013-07-111-8/+3
* Properly initialize the member fields used for hardware watchpoint transactio...Johnny Chen2012-06-021-1/+3
* rdar://problem/11320188Johnny Chen2012-06-011-1/+8
* <rdar://problem/10544202>Greg Clayton2011-12-081-16/+1
* Modify the delegation chain from MachThreadList -> MachThread -> DNBArchProto...Johnny Chen2011-09-291-0/+5
* Added more logging, and renamed FPR to FPU in a the register set/flavor enum.Greg Clayton2011-09-171-1/+1
* Add logic to the DNBArchImplX86_64/DNBArchImplI386::NotifyException() callbac...Johnny Chen2011-09-081-1/+2
* Watchpoint work in progress:Johnny Chen2011-09-021-0/+1
* Renaming: from IsVacantWatchpoint() to IsWatchpointVacant().Johnny Chen2011-08-311-1/+1
* Renamed the helper method to ClearWatchpointHits() for clarity of its purpose.Johnny Chen2011-08-311-1/+1
* Add a couple of helper methods to check/clear the debug status registerJohnny Chen2011-08-311-0/+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-311-0/+5
* Add stubs of incomplete watchpoint implementation with "FIXME" markers.Johnny Chen2011-08-301-0/+4
* Added the debug registers for i386 and x86_64 in preparation for watchpoints.Greg Clayton2011-08-291-7/+22
* 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-161-2/+3
* Added AVX support to the Intel portion of debugserver. AVXSean Callanan2011-03-221-13/+41
* Fixed Process::Halt() as it was broken for "process halt" after recent changesGreg Clayton2010-11-181-11/+12
* Another patch from Jean-Daniel. Thanks.Johnny Chen2010-09-281-2/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+199
OpenPOWER on IntegriCloud