aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process
AgeCommit message (Expand)AuthorFilesLines
45 hours[lldb] [Process/FreeBSDKernel] Select paniced thread automatically (#178069)Minsoo Choo3-4/+20
4 days[lldb] Clean up #includes. NFC.Benjamin Kramer1-6/+4
4 days[lldb] Add support for ScriptedFrame to provide values/variables. (#178575)Aman LaChapelle2-0/+87
4 days[lldb][NFC] Module, ModuleSpec, GetSectionData use DataExtractorSP (#178347)Jason Molenda2-6/+9
5 days[lldb] [Process/FreeBSD] [Process/FreeBSDKernel] Run clang-format (#178676)Minsoo Choo6-6/+7
5 days[lldb] Add the ability to load ELF core file executables and shared libraries...Greg Clayton2-6/+35
10 daysRevert "[lldb] Fix setting CanJIT if memory cannot be allocated (#176099)"Augusto Noronha1-3/+3
10 days[lldb] Fix setting CanJIT if memory cannot be allocated (#176099)Igor Kudrin1-3/+3
10 daysRevert "[lldb][windows] add STDIN and STDOUT forwarding support (#175812)" (#...Charles Zablit1-92/+32
11 days[lldb][windows] add STDIN and STDOUT forwarding support (#175812)Charles Zablit1-32/+92
2026-01-19[LLDB][NFC] use llvm::StringRef instead of std::string (#176748)Ebuka Ezike1-7/+7
2026-01-17[llvm][Support] Move llvm::createStringErrorV to a new ErrorExtras.h header (...Michael Buch1-0/+1
2026-01-16[lldb] Fix llvm_unreachable for invalid Wasm address (#176464)Jonas Devlieghere2-5/+11
2026-01-16[lldb][NFC] Replace createStringError/llvm::formatv pairs with createStringEr...Michael Buch1-17/+15
2026-01-16[LLDB][Windows] Store PTY in `ProcessWindows` (#175837)Nerixyz2-1/+5
2026-01-13Fix typos and spelling errors across codebase (#156270)Austin Jiang1-1/+1
2026-01-08[lldb][AIX] Added base file for AIX Register Context PPC64 (#173239)Hemang Gadhavi5-1/+453
2026-01-02[LLVM][ADT] Migrate users of `make_scope_exit` to CTAD (#174030)Victor Chernyakin1-2/+2
2025-12-23[lldb][AIX][NFC] Fix clang-format issues (#173337)Hemang Gadhavi1-68/+78
2025-12-22[lldb][AIX] Added Kill() implementation (#169454)Dhruv Srivastava1-1/+39
2025-12-19[lldb] Recognize MTE faults with EXC_GUARD exception type (#172579)Julian Lettner2-10/+24
2025-12-18[lldb][windows] add Windows Virtual Console support (#168729)Charles Zablit3-23/+154
2025-12-15[lldb] Respect max packet size limits for MultiMemRead in ProcessGDBRemote (#...Felipe de Azevedo Piovezan1-15/+50
2025-12-12[lldb][nfc] Change ProcessGDBRemote::ParseMultiMemReadPacket signature (#172020)Felipe de Azevedo Piovezan2-18/+15
2025-12-11[lldb][NFC] Change ObjectFile argument type (#171574)Jason Molenda2-8/+10
2025-12-10[lldb] Log when we use fallback register informationDavid Spickett1-1/+6
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)" (#...Med 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