summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/SoftwareBreakpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* NativeProcessProtocol: Simplify breakpoint setting codePavel Labath2018-11-041-313/+0
* Re-commit "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath2018-09-091-47/+10
* Revert "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath2018-09-081-10/+47
* Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcodePavel Labath2018-09-051-47/+10
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-10/+7
* Rename Error -> Status.Zachary Turner2017-05-121-36/+37
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-2/+2
* Make the Error class constructor protectedMehdi Amini2016-11-111-2/+2
* Make lldb -Werror clean on Windows.Zachary Turner2016-10-051-24/+24
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-261/+297
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-1/+0
* Fix a variety of typos.Bruce Mitchener2015-06-181-1/+1
* Fix compiler warnings regarding size_t not always being 64 bit in the printf.Greg Clayton2015-05-251-8/+8
* Remove trap code from disassembly.Chaoren Lin2015-04-291-17/+21
* Moving header files from source/Host/common to proper location.Chaoren Lin2015-02-031-2/+2
* llgs: add logging to Native*Protocol breakpoints around byte values replaced ...Todd Fiala2014-10-081-1/+18
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-0/+296
OpenPOWER on IntegriCloud