aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Target/Process.cpp
AgeCommit message (Expand)AuthorFilesLines
2026-01-02[LLVM][ADT] Migrate users of `make_scope_exit` to CTAD (#174030)Victor Chernyakin1-1/+1
2025-12-22[lldb] Add ReadCStrings API to Process (#172026)Felipe de Azevedo Piovezan1-1/+57
2025-11-28[NFC][lldb][windows] fully qualify references to MemoryRegionInfo (#169845)Charles Zablit1-8/+9
2025-11-26[lldb] Fix reading 32-bit signed integers (#169150)Igor Kudrin1-1/+3
2025-11-07[lldb] Correctly detach (rather than kill) when connecting with gdb-remote (#...Jonas Devlieghere1-0/+1
2025-11-04[lldb][Runtime] Move VerboseTrapFrameRecognizer into CPPLanguageRuntime (#166...Michael Buch1-2/+0
2025-10-21[lldb] Implement Process::ReadMemoryRanges (#163651)Felipe de Azevedo Piovezan1-0/+43
2025-09-08[lldb][Target] Clear selected frame index after a StopInfo::PerformAction (#1...Michael Buch1-0/+8
2025-07-31[lldb] Clear Frames when changing `disable-language-runtime-unwindplans` (#15...Felipe de Azevedo Piovezan1-0/+12
2025-07-11When running OS Plugins from dSYM's, make sure start state is correct (#146441)jimingham1-9/+19
2025-06-26[lldb] Remove child_process_inherit argument from Pipe (#145516)Pavel Labath1-1/+1
2025-06-09[lldb] Use llvm::find (NFC) (#143338)Kazu Hirata1-1/+1
2025-06-04[lldb] Remove USE_ALLOCATE_MEMORY_CACHE (#142689)Alex Langford1-29/+0
2025-06-02[lldb][NFC] Remove unused macro ENABLE_MEMORY_CACHING (#142231)Alex Langford1-12/+0
2025-05-22[lldb] Call Target::ClearAllLoadedSections even earlier (#140228)Pavel Labath1-0/+3
2025-05-14Revert "[lldb] Call Target::ClearAllLoadedSections earlier (#138892)"Pavel Labath1-4/+0
2025-05-14[lldb] Clear loaded sections even earlierPavel Labath1-1/+1
2025-05-14[lldb] Call Target::ClearAllLoadedSections earlier (#138892)Pavel Labath1-0/+4
2025-05-05[LLDB][SBSaveCore] Sbsavecore subregions bug (#138206)Jacob Lalonde1-3/+21
2025-05-02Reland "[lldb] Do not bump memory modificator ID when "internal" debugger mem...David Spickett1-1/+12
2025-05-02Revert "[lldb] Do not bump memory modificator ID when "internal" debugger mem...David Spickett1-12/+1
2025-05-01Make stop-hooks fire when lldb first gains control of a process. (#137410)jimingham1-0/+6
2025-05-01[lldb] Do not bump memory modificator ID when "internal" debugger memory is u...Mikhail Zakharov1-1/+12
2025-04-15[NFC][lldb]Fix stack-use-after-free bugs in exit-callbacks. (#135763)Vy Nguyen1-4/+5
2025-04-14[lldb] Remove ProcessRunLock::TrySetRunning (#135455)Jonas Devlieghere1-40/+23
2025-04-08[LLDB][Minidump]Update MinidumpFileBuilder to read and write in chunks (#129307)Jacob Lalonde1-0/+44
2025-04-03[lldb][NFC] Move ShouldShow/ShouldSelect logic into Stopinfo (#134160)Felipe de Azevedo Piovezan1-63/+14
2025-04-03[lldb][Target] RunThreadPlan to save/restore the ExecutionContext's frame if ...Michael Buch1-1/+7
2025-04-03[lldb/telemetry] Report exit status only once (#134078)Pavel Labath1-14/+14
2025-03-20Reapply LLDB-Telemetry TargetInfo branch (pr/127834) (#132043)Vy Nguyen1-0/+22
2025-03-19Revert "[LLDB][Telemetry]Define TargetInfo for collecting data about a target...Pavel Labath1-21/+0
2025-03-18[LLDB][Telemetry]Define TargetInfo for collecting data about a target (#127834)Vy Nguyen1-0/+21
2025-03-17Reapply "[lldb] Implement basic support for reverse-continue (#125242)" (agai...Pavel Labath1-4/+20
2025-02-27[lldb] Assorted improvements to the Pipe class (#128719)Pavel Labath1-8/+9
2025-02-20[lldb] Store StreamAsynchronousIO in a unique_ptr (NFC) (#127961)Jonas Devlieghere1-8/+6
2025-02-12[lldb] Remove Debugger::Get{Output,Error}Stream (NFC) (#126821)Jonas Devlieghere1-2/+2
2025-02-03[LLDB][Save Core Options] Custom ranges should follow the same safety checks ...Jacob Lalonde1-5/+2
2025-01-31Revert "Reland "[lldb] Implement basic support for reverse-continue" (#125242)"Adrian Prantl1-20/+4
2025-01-31Reland "[lldb] Implement basic support for reverse-continue" (#125242)David Spickett1-4/+20
2025-01-30Revert "Reland "[lldb] Implement basic support for reverse-continue" (#123906...David Spickett1-20/+4
2025-01-30Reland "[lldb] Implement basic support for reverse-continue" (#123906)" (#123...David Spickett1-4/+20
2025-01-22Revert "[lldb] Implement basic support for reverse-continue" (#123906)Pavel Labath1-20/+4
2025-01-21[lldb] Avoid repeated map lookups (NFC) (#123892)Kazu Hirata1-10/+5
2025-01-22[lldb] Implement basic support for reverse-continue (#112079)Robert O'Callahan1-4/+20
2025-01-16[lldb] Add OS plugin property for reporting all threads (#123145)Felipe de Azevedo Piovezan1-1/+1
2024-12-13[lldb][Process] Introduce LoongArch64 hw break/watchpoint supportwanglei1-1/+2
2024-11-24[lldb] Fix TestLoadUnload.py (#117416)Kazuki Sakamoto1-0/+4
2024-11-15[lldb] Handle an empty SBMemoryRegionInfo from scripted process (#115963)Jason Molenda1-1/+6
2024-11-11[lldb] Support overriding the disassembly CPU & features (#115382)Jonas Devlieghere1-1/+4
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Jason Molenda1-20/+9