summaryrefslogtreecommitdiff
path: root/lldb/source/Host/common/NativeRegisterContext.cpp
AgeCommit message (Expand)Author
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-06-27[lldb] Use SmallVector for handling register dataDavid Spickett
2023-06-06[lldb] Remove __FUNCTION__ from log messages in lldbHost (NFC)Jonas Devlieghere
2022-10-12[LLDB] Change RegisterValue::SetFromMemoryData to const RegisterInfo&David Spickett
2022-10-11[LLDB] Change RegisterValue::GetAsMemoryData to const RegisterInfo&David Spickett
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-09-13[lldb] Support querying registers via generic names without alt_namesMichał Górny
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-25[lldb] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö
2020-11-30Support custom expedited register set in gdb-remoteMuhammad Omair Javaid
2020-10-23[lldb] Split out NetBSD/x86 watchpoint impl for unificationMichał Górny
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-11-10Clean up NativeRegisterContextPavel Labath
2017-11-09Simplify NativeProcessProtocol::GetArchitecture/GetByteOrderPavel Labath
2017-07-18Remove shared pointer from NativeProcessProtocolPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-24Hardware breakpoints for Linux on Arm/AArch64 targetsOmair Javaid
2016-11-17Make GetRegisterByName() take a StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-09Delete Host/windows/win32.hZachary Turner
2015-08-13[LLDB][MIPS] Handle false positives for MIPS hardware watchpointsJaydeep Patil
2015-06-23[LLDB][MIPS] MIPS32 branch emulation and single-steppingJaydeep Patil
2015-05-15This patch adds support for setting/clearing hardware watchpoints and breakpo...Omair Javaid
2015-05-01Fixed some compiler warnings because of bit-width mismatches.Chaoren Lin
2015-05-01Fixed some compiler warnings because of bit-widthSean Callanan
2015-04-29Remove trap code from disassembly.Chaoren Lin
2015-03-19Report watchpoint hits during single stepping.Chaoren Lin
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner
2015-03-17Report stopped by trace if none of the watchpoint was hitTamas Berghammer
2015-02-03Implement setting and clearing watchpoints.Chaoren Lin
2015-02-03Moving header files from source/Host/common to proper location.Chaoren Lin