summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_ppc64le.cpp
AgeCommit message (Expand)Author
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-07-06[lldb] Replace countPopulation with popcount after D153686Fangrui Song
2022-10-18[LLDB] Fix the build for ppc64le linuxMartin Storsjö
2022-08-03[lldb] Fix TestDeletedExecutable on linuxPavel Labath
2022-04-05[lldb] Add more missing consts in NativeRegisterContextsJonas Devlieghere
2022-04-05[lldb] Update the NativeRegisterContext to take a WritableMemoryBufferJonas Devlieghere
2022-01-26[lldb] Convert POSIXLog to use the new APIPavel Labath
2021-10-05[lldb] Remove some anonymous namespacesPavel Labath
2021-04-01[lldb] Fix build errors from 3bea7306e8Pavel Labath
2021-03-30[lldb] Change CreateHostNativeRegisterContextLinux argument typePavel Labath
2020-10-26[lldb] [Process/Linux] Reuse NativeRegisterContextWatchpoint_x86Michał Górny
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-09-02NativeProcessLinux: Remove some register context boilerplatePavel Labath
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-07-01Don't check the validity of newly contructed data buffersPavel Labath
2019-07-01Remove null checks of results of new expressionsPavel Labath
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
2018-03-06[LLDB][PPC64] Fixed issues with expedited registersPavel Labath
2017-11-10Clean up NativeRegisterContextPavel Labath
2017-11-03Add float/vector registers for ppc64lePavel Labath
2017-10-27Add specific ppc64le hardware watchpoint handlerPavel Labath
2017-10-05Enable breakpoints and read/write GPRs for ppc64leEugene Zemtsov