summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/NativeRegisterContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-17/+15
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-8/+6
* Clean up NativeRegisterContextPavel Labath2017-11-101-3/+2
* Simplify NativeProcessProtocol::GetArchitecture/GetByteOrderPavel Labath2017-11-091-13/+4
* Remove shared pointer from NativeProcessProtocolPavel Labath2017-07-181-38/+29
* Rename Error -> Status.Zachary Turner2017-05-121-32/+33
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Hardware breakpoints for Linux on Arm/AArch64 targetsOmair Javaid2017-02-241-0/+10
* Make GetRegisterByName() take a StringRef.Zachary Turner2016-11-171-13/+11
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-370/+292
* Delete Host/windows/win32.hZachary Turner2016-08-091-0/+1
* [LLDB][MIPS] Handle false positives for MIPS hardware watchpointsJaydeep Patil2015-08-131-0/+6
* [LLDB][MIPS] MIPS32 branch emulation and single-steppingJaydeep Patil2015-06-231-0/+6
* This patch adds support for setting/clearing hardware watchpoints and breakpo...Omair Javaid2015-05-151-1/+1
* Fixed some compiler warnings because of bit-width mismatches.Chaoren Lin2015-05-011-3/+6
* Fixed some compiler warnings because of bit-widthSean Callanan2015-05-011-3/+3
* Remove trap code from disassembly.Chaoren Lin2015-04-291-7/+7
* Report watchpoint hits during single stepping.Chaoren Lin2015-03-191-2/+11
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-2/+0
* Report stopped by trace if none of the watchpoint was hitTamas Berghammer2015-03-171-0/+18
* Implement setting and clearing watchpoints.Chaoren Lin2015-02-031-0/+6
* Moving header files from source/Host/common to proper location.Chaoren Lin2015-02-031-0/+470
OpenPOWER on IntegriCloud