| Commit message (Expand) | Author | Age | Files | Lines |
* | [NFC] Remove ASCII lines from comments | Jonas Devlieghere | 2019-04-10 | 1 | -4/+0 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Simplify Boolean expressions | Jonas Devlieghere | 2018-12-15 | 1 | -5/+2 |
* | Upstreaming avx512 register support in debugserver. These changes | Jason Molenda | 2018-03-06 | 1 | -19/+359 |
* | Fix misc -Wcast-qual warnings, NFC | Vedant Kumar | 2017-12-06 | 1 | -2/+2 |
* | Change the ftag x87 register from being 8-bits wide to 16-bits wide | Jason Molenda | 2017-08-24 | 1 | -4/+4 |
* | [debugserver] NFC. Cleanup Get/Set Register Value/Context | Chris Bieneman | 2017-03-14 | 1 | -572/+310 |
* | [debugserver] NFC. Missed one bit of cleanup in r297688 | Chris Bieneman | 2017-03-13 | 1 | -22/+13 |
* | [debugserver] NFC. Cleanup DNBArchImpl*::GetFPUState() | Chris Bieneman | 2017-03-13 | 1 | -100/+51 |
* | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -1685/+2154 |
* | A partner to the cleanup in r247741, change the variables names in | Jason Molenda | 2015-09-15 | 1 | -126/+126 |
* | [debugserver] Fix "control may reach end of non-void function" warnings. | Bruce Mitchener | 2015-08-04 | 1 | -4/+5 |
* | Add UNUSED_IF_ASSERT_DISABLED and apply it. | Bruce Mitchener | 2015-07-24 | 1 | -2/+2 |
* | Fix warnings. | Bruce Mitchener | 2015-07-22 | 1 | -1/+3 |
* | Fix debugserver warnings on MacOSX. | Greg Clayton | 2015-03-09 | 1 | -5/+5 |
* | Add comment explaining the dwarf v. eh_frame register numbering used | Jason Molenda | 2014-08-13 | 1 | -1/+6 |
* | Fix typos. | Bruce Mitchener | 2014-07-08 | 1 | -2/+2 |
* | Revert the debugserver part of r211868. While formally a fine change, debugs... | Jim Ingham | 2014-06-27 | 1 | -7/+5 |
* | lldb: remove adhoc implementation of array_sizeof | Saleem Abdulrasool | 2014-06-27 | 1 | -5/+7 |
* | Fixes to get the arm native debugserver building again. | Jason Molenda | 2013-11-21 | 1 | -1/+1 |
* | <rdar://problem/15172417> | Greg Clayton | 2013-11-13 | 1 | -0/+58 |
* | Fixed up registers in debugserver. | Greg Clayton | 2013-11-09 | 1 | -34/+206 |
* | Get debugserver to call task_set_state to prime the control registers so that... | Jim Ingham | 2013-07-11 | 1 | -29/+14 |
* | Huge performance improvements when one breakpoint contains many locations. | Greg Clayton | 2013-06-12 | 1 | -2/+2 |
* | Change debugserver from using the mach port number (in debugserver's | Jason Molenda | 2013-02-22 | 1 | -12/+12 |
* | Added all of the 16 and 8 bit register variants for i386. | Greg Clayton | 2013-01-21 | 1 | -84/+146 |
* | Fix a logic error in the condition for a warning log message. | Jim Ingham | 2013-01-14 | 1 | -1/+1 |
* | Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S... | Greg Clayton | 2012-09-18 | 1 | -9/+9 |
* | rdar://problem/11320188 | Johnny Chen | 2012-06-01 | 1 | -6/+44 |
* | For hardware watchpoint enable/disable, in case the kernel call to set the re... | Johnny Chen | 2012-05-31 | 1 | -1/+7 |
* | Remove a ton of implicit narrowing conversions for C++11 compatibility. | Benjamin Kramer | 2012-02-21 | 1 | -80/+80 |
* | Move CPUHasAVX() prototype out of an #ifdef block of code. | Jason Molenda | 2011-12-08 | 1 | -2/+2 |
* | <rdar://problem/10544202> | Greg Clayton | 2011-12-08 | 1 | -3/+2 |
* | Enabled the "printf" attribute on all debugserver logging functions and fixed | Greg Clayton | 2011-10-28 | 1 | -3/+3 |
* | Modify the delegation chain from MachThreadList -> MachThread -> DNBArchProto... | Johnny Chen | 2011-09-29 | 1 | -3/+26 |
* | Convert lldb::ModuleSP to use an instrusive ref counted pointer. | Greg Clayton | 2011-09-17 | 1 | -1/+2 |
* | Added more logging, and renamed FPR to FPU in a the register set/flavor enum. | Greg Clayton | 2011-09-17 | 1 | -9/+37 |
* | Foe x86_64/i386, piggyback the hardware index of the fired watchpoint in the ... | Johnny Chen | 2011-09-17 | 1 | -0/+4 |
* | Update I386 DNB impl to fix the same errors as DNBArchImplX86_64: ('==' inste... | Johnny Chen | 2011-09-13 | 1 | -12/+12 |
* | Reset the debug status register, only if necessary, before we resume, | Johnny Chen | 2011-09-09 | 1 | -5/+14 |
* | Added comments about exception code. | Johnny Chen | 2011-09-08 | 1 | -0/+2 |
* | Add logic to the DNBArchImplX86_64/DNBArchImplI386::NotifyException() callbac... | Johnny Chen | 2011-09-08 | 1 | -23/+56 |
* | Watchpoint work in progress: | Johnny Chen | 2011-09-02 | 1 | -0/+34 |
* | Renaming: from IsVacantWatchpoint() to IsWatchpointVacant(). | Johnny Chen | 2011-08-31 | 1 | -3/+3 |
* | Renamed the helper method to ClearWatchpointHits() for clarity of its purpose. | Johnny Chen | 2011-08-31 | 1 | -1/+1 |
* | Add a couple of helper methods to check/clear the debug status register | Johnny Chen | 2011-08-31 | 1 | -0/+23 |
* | Fix the shift amount applied to size_and_rw_bits() for debug control register, | Johnny Chen | 2011-08-31 | 1 | -1/+2 |
* | Update comments. | Johnny Chen | 2011-08-31 | 1 | -2/+2 |
* | Watchpoint work in progress: add helper methods to DNB arch impl for I386 to ... | Johnny Chen | 2011-08-31 | 1 | -45/+115 |
* | Watchpoint work in progress: add helper methods to DNB arch impl for X86_64 t... | Johnny Chen | 2011-08-31 | 1 | -1/+1 |