aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h
AgeCommit message (Expand)AuthorFilesLines
2025-04-29[lldb][AIX] get host info for AIX (#134354)Hemang Gadhavi1-0/+1
2023-03-30[lldb-server/linux] Use waitpid(-1) to collect inferior eventsPavel Labath1-10/+35
2022-06-15[trace][intelpt] Support system-wide tracing [9] - Collect and return context...Walter Erquinigo1-1/+3
2022-05-17[trace][intelpt] Support system-wide tracing [5] - Disable/enable per-core tr...Walter Erquinigo1-0/+2
2022-03-16Minor refactor and renaming:Jakob Johnson1-2/+2
2022-01-13[lldb] [llgs] Implement qXfer:siginfo:readMichał Górny1-4/+4
2022-01-03[lldb-server/linux] Fix waitpid for multithreaded forksPavel Labath1-16/+5
2021-12-29[lldb/linux] Fix a bug in wait status handlingPavel Labath1-3/+2
2021-07-27[lldb][AArch64] Add memory tag writing to lldb-serverDavid Spickett1-0/+3
2021-06-24[lldb][AArch64] Add memory tag reading to lldb-serverDavid Spickett1-0/+3
2021-04-24[lldb] [Process/Linux] Report fork/vfork stop reasonMichał Górny1-0/+3
2021-04-13Reland "[lldb] [Process] Watch for fork/vfork notifications" for LinuxMichał Górny1-1/+16
2021-04-13Revert "[lldb] [Process] Watch for fork/vfork notifications" and associated f...Pavel Labath1-16/+1
2021-04-08[lldb] [Process] Watch for fork/vfork notificationsMichał Górny1-1/+16
2021-03-30[trace][intel-pt] Implement trace start and trace stopWalter Erquinigo1-51/+37
2021-02-08[lldb] [Process/FreeBSDRemote] Introduce mips64 supportMichał Górny1-7/+3
2020-11-11[intel-pt][trace] Implement a "get supported trace type" packetWalter Erquinigo1-0/+2
2020-10-14[lldb-server][linux] Add ability to allocate memoryPavel Labath1-3/+9
2019-06-14Implement GetSharedLibraryInfoAddressAntonio Afonso1-8/+2
2019-06-11Add support to read aux vector valuesAntonio Afonso1-0/+4
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-6/+0
2019-03-11Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-03Pull FixupBreakpointPCAsNeeded into base classPavel Labath1-2/+0
2018-09-30Pull GetSoftwareBreakpointPCOffset into base classPavel Labath1-2/+0
2018-09-13NativeProcessProtocol: Sink ReadMemoryWithoutTrap into base classPavel Labath1-3/+0
2018-09-09Re-commit "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath1-7/+2
2018-09-08Revert "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath1-2/+7
2018-09-05Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcodePavel Labath1-7/+2
2018-06-08Remove more dead code from NativeProcessLinuxAlex Langford1-14/+0
2018-05-02Enable AUTOBRIEF in doxygen configuration.Adrian Prantl1-3/+3
2017-11-13Move ArchSpec to the Utility modulePavel Labath1-2/+1
2017-11-09Simplify NativeProcessProtocol::GetArchitecture/GetByteOrderPavel Labath1-1/+1
2017-10-17Remove shared_pointer from NativeThreadProtocolPavel Labath1-2/+2
2017-07-18Clean up lldb-types.hPavel Labath1-1/+1
2017-07-18Remove shared pointer from NativeProcessProtocolPavel Labath1-5/+4
2017-07-07Add a NativeProcessProtocol Factory classPavel Labath1-19/+18
2017-06-28Implementation of Intel(R) Processor Trace support for LinuxRavitheja Addepally1-0/+54
2017-06-19Add pretty-printer for wait(2) statuses and modernize the code handling themPavel Labath1-1/+1
2017-05-12Rename Error -> Status.Zachary Turner1-43/+44
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner1-1/+1
2017-03-17Move GetAuxvData from Host to relevant process pluginsPavel Labath1-0/+6
2017-02-24Hardware breakpoints for Linux on Arm/AArch64 targetsOmair Javaid1-0/+2
2017-01-03Improve the performance of jModulesInfo in lldb-serverTamas Berghammer1-1/+3
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-168/+123
2016-07-21Unify process launching code on linuxPavel Labath1-6/+0
2016-07-15[NPL] Simplify process launch codePavel Labath1-39/+3
2016-07-06[LLGS] Log more precise errors during inferior launchPavel Labath1-0/+3
2016-06-14Remove Platform usages from NativeProcessLinuxPavel Labath1-11/+3
2016-05-16Remove Mutex from NativeProcessLinuxPavel Labath1-2/+0