summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Process.cpp
AgeCommit message (Expand)Author
2024-12-13[lldb][Process] Introduce LoongArch64 hw break/watchpoint supportwanglei
2024-11-24[lldb] Fix TestLoadUnload.py (#117416)Kazuki Sakamoto
2024-11-15[lldb] Handle an empty SBMemoryRegionInfo from scripted process (#115963)Jason Molenda
2024-11-11[lldb] Support overriding the disassembly CPU & features (#115382)Jonas Devlieghere
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Jason Molenda
2024-10-10[lldb] Implement basic support for reverse-continue (#99736)Robert O'Callahan
2024-10-10[LLDB][Minidump] Have Minidumps save off and properly read TLS data (#109477)Jacob Lalonde
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Augusto Noronha
2024-10-10[lldb] Implement basic support for reverse-continue (#99736)Robert O'Callahan
2024-09-11[LLDB] Reapply SBSaveCore Add Memory List (#107937)Jacob Lalonde
2024-09-07Revert "[LLDB] Reappply SBSaveCore AddMemoryList" (#107731)Jonas Devlieghere
2024-09-06[LLDB] Reappply SBSaveCore AddMemoryList (#107159)Jacob Lalonde
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl
2024-09-05Factor Process::ExecutionResultAsCString() into a global function (NFC)Adrian Prantl
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl
2024-09-04[lldb] Fix 32 bit compile errorDavid Spickett
2024-09-04[lldb] Fix and speedup the `memory find` command (#104193)Pavel Labath
2024-08-27Revert "[LLDB][SBSaveCore] Add selectable memory regions to SBSaveCor… (#10...Jacob Lalonde
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-08-27[LLDB][SBSaveCore] Add selectable memory regions to SBSaveCore (#105442)Jacob Lalonde
2024-08-23Revert "Revert "[lldb] Extend frame recognizers to hide frames from backtrace...Adrian Prantl
2024-08-22Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#1045...Dmitri Gribenko
2024-08-20[lldb] Extend frame recognizers to hide frames from backtraces (#104523)Adrian Prantl
2024-08-15[LLDB] Reapply #100443 SBSaveCore Thread list (#104497)Jacob Lalonde
2024-08-05New ThreadPlanSingleThreadTimeout to resolve potential deadlock in single thr...jeffreytan81
2024-08-05Revert "[LLDB][SBSaveCore] Implement a selectable threadlist for Core… (#10...Jacob Lalonde
2024-08-02[LLDB][SBSaveCore] Implement a selectable threadlist for Core Options. (#100...Jacob Lalonde
2024-08-02[LLDB] Add a StackFrameRecognizer for the Darwin specific abort_with_payloadâ...jimingham
2024-07-17[lldb] progressive progress reporting for darwin kernel/firmware (#98845)Jason Molenda
2024-07-16[lldb] Add frame recognizer for __builtin_verbose_trap (#80368)Michael Buch
2024-07-15Private process events were being delivered to the secondary listener (#98571)jimingham
2024-07-11[lldb] Fix ThreadList assignment race (#98293)Pavel Labath
2024-07-10[lldb] Small cleanup of ProcessEventData::ShouldStop (#98154)Pavel Labath
2024-06-24[lldb][API] Add Find(Ranges)InMemory() to Process SB API (#96569)Miro Bucko
2024-06-24Revert commits that add `TestFind(Ranges)InMemory.py` (#96560)Chelsea Cassanova
2024-06-24[lldb][API] Add Find(Ranges)InMemory() to Process SB API (#95007)Miro Bucko
2024-06-18[lldb] Suppress unsupported language warning for assembly (#95871)Jonas Devlieghere
2024-05-29[nfc][lldb] Move FastSearch from CommandObjectMemoryFind to Process (#93688)Miro Bucko
2024-05-16[LLDB/Coredump] Only take the Pthread from stack start to the stackpointer + ...Jacob Lalonde
2024-05-14Revert "Read and store gnu build id from loaded core file" (#92181)GeorgeHuyubo
2024-05-14Read and store gnu build id from loaded core file (#92078)GeorgeHuyubo
2024-05-03[lldb] Create a single Severity enum in lldb-enumerations (#90917)Jonas Devlieghere
2024-04-24[lldb][nfc] Move broadcaster class strings away from ConstString (#89690)Alex Langford
2024-04-22[lldb][MinidumpFileBuilder] Fix addition of MemoryList steam (#88564)Miro Bucko
2024-03-20[lldb] Invert relationship between Process and AddressableBits (#85858)Alex Langford
2024-03-06[lldb] Address mask sbprocess apis and new mask invalid const (#83663)Jason Molenda
2024-02-29Revert "[lldb] Add SBProcess methods for get/set/use address masks (#83095)"Jason Molenda
2024-02-29[lldb] Add SBProcess methods for get/set/use address masks (#83095)Jason Molenda
2024-02-23Improve and modernize logging for Process::CompleteAttach() (#82717)Adrian Prantl
2024-01-26[lldb][NFCI] Remove EventData* parameter from BroadcastEventIfUnique (#79045)Alex Langford