summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX/x86_64
Commit message (Expand)AuthorAgeFilesLines
* typedef enum -> enumFangrui Song2019-05-141-4/+4
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-5/+2
* [debugserver] Fix the G packet handling.Frederic Riss2018-04-271-1/+3
* [debugserver] Fix handling of the 'g' packetFrederic Riss2018-04-271-1/+3
* Upstreaming avx512 register support in debugserver. These changesJason Molenda2018-03-063-3/+678
* Fix misc -Wcast-qual warnings, NFCVedant Kumar2017-12-061-2/+2
* Change the ftag x87 register from being 8-bits wide to 16-bits wideJason Molenda2017-08-241-4/+4
* [CMake] Refactor debugserver build systemChris Bieneman2017-07-181-8/+0
* [debugserver] NFC. One more small cleanup to DNBArchImplX86_64::SetFPUStateChris Bieneman2017-03-151-13/+9
* [debugserver] NFC. Cleanup Get/Set Register Value/ContextChris Bieneman2017-03-141-406/+225
* [debugserver] Fixing a small logic error from r297685Chris Bieneman2017-03-141-1/+1
* [debugserver] NFC. Cleanup DNBArchImpl*::GetFPUState()Chris Bieneman2017-03-132-142/+74
* [debugserver] This is a small cleanup patch to AVX support detectionChris Bieneman2017-03-131-34/+55
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-063-2467/+2710
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-19/+0
* A partner to the cleanup in r247741, change the variables names inJason Molenda2015-09-151-201/+201
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* [debugserver] Fix "control may reach end of non-void function" warnings.Bruce Mitchener2015-08-041-4/+4
* Add UNUSED_IF_ASSERT_DISABLED and apply it.Bruce Mitchener2015-07-241-2/+2
* Fix warnings.Bruce Mitchener2015-07-222-2/+4
* Fix debugserver warnings on MacOSX.Greg Clayton2015-03-092-5/+5
* Fix typos.Bruce Mitchener2014-07-081-2/+2
* Revert the debugserver part of r211868. While formally a fine change, debugs...Jim Ingham2014-06-271-7/+5
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-271-5/+7
* Fix cmake build issues on Darwin.Todd Fiala2014-03-132-1/+1
* Make lldb build with Makefiles on OS X.Todd Fiala2014-01-181-0/+19
* Fixes to get the arm native debugserver building again.Jason Molenda2013-11-212-3/+3
* <rdar://problem/15172417>Greg Clayton2013-11-132-2/+64
* Fixed up registers in debugserver.Greg Clayton2013-11-092-108/+282
* Add support for building debugserver with CMake (on Mac OS X)Daniel Malea2013-08-091-0/+10
* Get debugserver to call task_set_state to prime the control registers so that...Jim Ingham2013-07-112-37/+16
* Huge performance improvements when one breakpoint contains many locations.Greg Clayton2013-06-121-2/+2
* Change debugserver from using the mach port number (in debugserver'sJason Molenda2013-02-221-17/+17
* Added all of the 16 and 8 bit register variants for i386.Greg Clayton2013-01-211-3/+4
* <rdar://problem/13020634>Greg Clayton2013-01-211-92/+236
* Fix a logic error in the condition for a warning log message.Jim Ingham2013-01-141-1/+1
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-9/+9
* Add a call to "sync" a thread state before checkpointing registers in prepara...Jim Ingham2012-07-251-3/+0
* DNBLogThreadedIf already inserts a newlineFilipe Cabecinhas2012-06-221-1/+1
* Properly initialize the member fields used for hardware watchpoint transactio...Johnny Chen2012-06-021-1/+3
* rdar://problem/11320188Johnny Chen2012-06-012-7/+52
* For hardware watchpoint enable/disable, in case the kernel call to set the re...Johnny Chen2012-05-311-0/+6
* Remove a ton of implicit narrowing conversions for C++11 compatibility.Benjamin Kramer2012-02-211-88/+88
* <rdar://problem/10544202>Greg Clayton2011-12-082-17/+51
* Enabled the "printf" attribute on all debugserver logging functions and fixed Greg Clayton2011-10-281-3/+4
* Modify the delegation chain from MachThreadList -> MachThread -> DNBArchProto...Johnny Chen2011-09-292-1/+29
* The r139982 patch has a bug by using the constant "x86_AVX_STATE64".Johnny Chen2011-09-191-1/+1
* Convert lldb::ModuleSP to use an instrusive ref counted pointer.Greg Clayton2011-09-171-1/+1
OpenPOWER on IntegriCloud