summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Process.cpp
AgeCommit message (Expand)Author
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
2024-01-22[lldb][NFCI] Remove EventData* param from BroadcastEvent (#78773)Alex Langford
2024-01-16Return high address masks correctly in Process (#78379)Jason Molenda
2023-12-07Fix a stall in running `quit` while a live process is running (#74687)jimingham
2023-11-30[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-11-30Send an explicit interrupt to cancel an attach waitfor. (#72565)jimingham
2023-11-28Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"David Spickett
2023-11-27[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-11-11Centralize the code that figures out which memory ranges to save into core fi...Greg Clayton
2023-10-31Revert "[lldb/Target] Delay image loading after corefile process creation (#7...Med Ismail Bennani
2023-10-31[lldb/Target] Delay image loading after corefile process creation (#70351)Med Ismail Bennani
2023-09-20Revert "Fix a bug with cancelling "attach -w" after you have run a process pr...David Spickett
2023-09-19Fix a bug with cancelling "attach -w" after you have run a process previously...jimingham
2023-09-11[lldb] Correctly invalidate unloaded image tokens (#65945)David Spickett
2023-09-08[lldb] Fix Process::SyncIOHandlerPavel Labath
2023-08-31[lldb][NFCI] Remove unneeded ConstString conversionsAlex Langford
2023-08-22Revert "[lldb] Fix data race in ThreadList"Augusto Noronha
2023-08-21[lldb] Change UnixSignals::GetSignalAsCString to GetSignalAsStringRefAlex Langford
2023-08-18[lldb] Fix data race in ProcessAugusto Noronha
2023-08-18[lldb] Fix data race in ThreadListAugusto Noronha
2023-08-16Replace the singleton "ShadowListener" with a primary and N secondary ListenersJim Ingham
2023-08-14[lldb][NFCI] Change parameter type in Process::SetExitStatusAlex Langford
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford