aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process
AgeCommit message (Expand)AuthorFilesLines
2025-12-05[lldb] Add support for PC-less scripted frames (#170805)Med Ismail Bennani2-62/+108
2025-12-05[lldb] Issue a warning when Target XML should have been used but we do not ha...David Spickett1-1/+17
2025-12-05[lldb] Improve logging of failure to get register information from Target XML...David Spickett2-10/+27
2025-12-03[lldb] ensure comment conforms to LLVM guidelines (#170533)Charles Zablit2-2/+2
2025-12-03[lldb][windows] fix invalid corefile error message (#170471)Charles Zablit2-6/+6
2025-12-02Reland "[lldb] Introduce ScriptedFrameProvider for real threads (#161870)" (#...users/pranavk/bazel-fix-159173-1764801865Med Ismail Bennani3-37/+87
2025-12-02[lldb/Target] Add BorrowedStackFrame and make StackFrame methods virtual (#17...Med Ismail Bennani2-0/+9
2025-11-12Revert "[lldb] Introduce ScriptedFrameProvider for real threads" (#167662)Michael Buch3-87/+37
2025-11-11[lldb] Introduce ScriptedFrameProvider for real threads (#161870)Med Ismail Bennani3-37/+87
2025-11-06[lldb] Enable locate module callback for all module loading (#160199)GeorgeHuyubo2-2/+4
2025-11-06[lldb/Interpreter] Implement ScriptedFrameProvider{,Python}Interface (#166662)Med Ismail Bennani1-1/+0
2025-10-27[lldb] print errors when the debug server is not found (#165157)Odric Roux-Paris1-0/+6
2025-10-22[lldb] Implement ProcessGDBRemote support for ReadMemoryRanges (#164311)Felipe de Azevedo Piovezan2-0/+119
2025-10-15[lldb] Do not stop the process on SIGWINCH by default. (#163182)Ebuka Ezike2-2/+2
2025-10-15[lldb] Parse qSupported MultiMemRead tag in GDB Remote Client (#163249)Felipe de Azevedo Piovezan2-0/+13
2025-10-15[LLDB, FreeBSD, x86] Fix empty register set when trying to get size of regist...aokblast1-24/+20
2025-10-13[lldb] Use the correct Wasm register context (#162942)Jonas Devlieghere3-20/+7
2025-10-07[lldb][Linux] Fix checking of error values when attach fails (#161673)David Spickett1-2/+4
2025-09-18[lldb] Fix unsafe map mutation in ProcessElfCore::FindModuleUUID (#159444)David Peixotto1-1/+7
2025-09-18[LLDB]Fix buffer-over-flow bug introduced in 157170 (#159588)Vy Nguyen1-1/+1
2025-09-18[LLDB] Add support for the structured data plugins in lldb-server (#159457)Walter Erquinigo2-0/+36
2025-09-18[LLDB][ProcessWindows] Set exit status on instance rather than going through ...nerix1-1/+1
2025-09-18[lldb] Correct 32-bit build failure in StopInfoMachException.cpp (#159523)David Spickett1-2/+2
2025-09-17[lldb] Recognize MTE fault Mach exceptions (#159117)Jonas Devlieghere2-0/+33
2025-09-17[lldb] Add unreachable after fully covered switches, avoid GCC warnings. NFC....Martin Storsjö2-0/+2
2025-09-10[lldb][ElfCore] Improve main executable detection in core files (#157170)GeorgeHuyubo2-18/+42
2025-09-09[lldb] Unwind through ARM Cortex-M exceptions automatically (#153922)Jason Molenda1-0/+17
2025-09-08[lldb][elf-core][ARM] Add support for VFP registers (#155956)Igor Kudrin3-6/+27
2025-09-04[lldb] Introduce ScriptedFrame affordance (#149622)Med Ismail Bennani5-12/+330
2025-09-04[LLDB][AArch64] Make TPIDR a generic tp register (#154444)Jacob Lalonde2-3/+13
2025-09-03[lldb] Mark scripted frames as synthetic instead of artificial (#153117)Med Ismail Bennani1-1/+3
2025-08-27[lldb][ARM] Port Arm Linux to use NativeRegisterContextDBReg (#152284)David Spickett7-552/+240
2025-08-26[lldb] Fix spacing in "proccess plugin packet monitor" helpDavid Spickett1-1/+1
2025-08-20[lldb] Fix source line annotations for libsanitizers traces (#154247)Julian Lettner4-17/+21
2025-08-20[NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently (#154537)David Tenty1-1/+1
2025-08-07[lldb] Fix UBSan complaints for #151460Igor Kudrin1-2/+2
2025-08-06Reland "[lldb] Fix auto advance PC in `EmulateInstructionARM64` if PC >= 4G (...David Spickett1-1/+3
2025-08-05[lldb] Fix the buildKazu Hirata1-1/+1
2025-08-05[LLDB] Complete a missing register format mapping in the gdb-remote p… (#15...Walter Erquinigo2-1/+85
2025-08-01[lldb] Fix incorrect conversion from boolean in RegisterContextThreadMemory (...Felipe de Azevedo Piovezan1-2/+2
2025-07-30[lldb] Implement RegisterContextWasm (#151056)Jonas Devlieghere7-0/+240
2025-07-30[lldb][FreeBSD] Add Auxv numbers for HWCAP3 and HWCAP4 (#151152)David Spickett2-0/+6
2025-07-29[lldb] Fix a warningKazu Hirata1-1/+1
2025-07-29[lldb] Add WebAssembly Process Plugin (#150143)Jonas Devlieghere10-2/+452
2025-07-29[lldb][AArch64] Fix arm64 hardware breakpoint/watchpoint to arm32 process. (#...b109021187-79/+165
2025-07-28[lldb] support ieee_single and ieee_double gdbtypes for registers (#150268)satyanarayana reddy janga1-1/+2
2025-07-28[lldb][AArch64][Linux] Show MTE store only setting in mte_ctrl (#145033)David Spickett1-4/+15
2025-07-28[lldb][AArch64] Add HWCAP3 to register field detection (#145029)David Spickett7-25/+59
2025-07-28[lldb][NFC] Use IterationAction for ModuleList::ForEach callbacks (#150930)Michael Buch2-5/+5
2025-07-28[lldb][Arm32] Remove unused watchpoint refcount. (#150770)b109021181-1/+0