summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/CMakeLists.txt
AgeCommit message (Expand)Author
2025-07-29[lldb][AArch64] Fix arm64 hardware breakpoint/watchpoint to arm32 process. (#...b10902118
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott
2022-10-25[LLDB] [LoongArch] Add minimal LoongArch supportTiezhu Yang
2022-08-11[LLDB][RISCV] Add riscv register definition and read/writeEmmmer
2022-05-17[trace][intelpt] Support system-wide tracing [6] - Break IntelPTCollector int...Walter Erquinigo
2022-05-17[trace][intelpt] Support system-wide tracing [4] - Support per core tracing o...Walter Erquinigo
2022-05-09[trace][intelpt] Support system-wide tracing [3] - Refactor IntelPTThreadTraceWalter Erquinigo
2022-05-02[trace][intelpt] Support system-wide tracing [1] - Add a method for accessing...Walter Erquinigo
2022-03-21Add thin wrapper for perf_event_open APIJakob Johnson
2022-03-16Minor refactor and renaming:Jakob Johnson
2021-03-30[trace][intel-pt] Implement trace start and trace stopWalter Erquinigo
2021-03-30[lldb] Remove linux/mips debugging supportPavel Labath
2020-02-17[lldb/Plugin] Remove PLUGIN from Process POSIX & LinuxJonas Devlieghere
2018-05-22Normalize some lldb #include statements.James Y Knight
2017-10-05Enable breakpoints and read/write GPRs for ppc64leEugene Zemtsov
2017-06-28Implementation of Intel(R) Processor Trace support for LinuxRavitheja Addepally
2017-03-21Remove ProcFileReaderPavel Labath
2017-01-31[CMake] [3/4] Update a batch of pluginsChris Bieneman
2016-04-14Support Linux on SystemZ as platformUlrich Weigand
2016-02-23Work around a stepping bug in arm64 android MPavel Labath
2015-09-03[cmake] Remove LLVM_NO_RTTI.Bruce Mitchener
2015-06-24Remove old local-only linux debugging codePavel Labath
2015-05-26Move register reading form NativeProcessLinux to NativeRegisterContextLinux*Tamas Berghammer
2015-05-06[NativeProcessLinux] fold ThreadStateCoordinator into NPLPavel Labath
2015-04-14Adds Register Context Linux/POSIX for ARM Architecture Omair Javaid
2015-03-17[MIPS] - Register Context for MIPS64Mohit K. Bhakkad
2015-03-13Create NativeRegisterContext for android-arm64Tamas Berghammer
2014-09-25Fixup gtest layout, add Linux ThreadStateCoordinator.cpp.Todd Fiala
2014-06-30Fixup Windows build breaks for the llgs upstream.Todd Fiala
2014-06-30Add lldb-gdbserver support for Linux x86_64.Todd Fiala
2014-06-30Factored out Linux proc file reading into separate class.Todd Fiala
2014-03-12Moved various RegisterContext files from Process/POSIX to Process/Utility for...Virgile Bello
2013-07-31Fix thread name updating in Linux. "thread list" should report correct names ...Michael Sartain
2013-02-21Adding CMake build system to LLDB. Some known issues remain:Daniel Malea