llvm-project/lldb/include/lldb
Pavel Labath 12c9c4a885 [lldb/host] Remove monitor_signals argument from process monitoring functions
All current callers set the argument to false. monitor_signals=true used
to be used in the Process plugins (which needed to know when the
debugged process gets a signal), but this implementation has several
serious issues, which means that individual process plugins now
orchestrate the monitoring of debugged processes themselves.

This allows us to simplify the implementation (no need to play with
process groups), and the interface (we only catch fatal events, so the
callback is always called just once).

Differential Revision: https://reviews.llvm.org/D120425
2022-02-24 11:12:59 +01:00
..
API [lldb] Add support for a "global" lldbinit file 2022-02-18 12:30:22 +01:00
Breakpoint
Core [lldb] Modernize ThreadLauncher 2022-02-23 14:25:59 +01:00
DataFormatters
Expression
Host [lldb/host] Remove monitor_signals argument from process monitoring functions 2022-02-24 11:12:59 +01:00
Initialization
Interpreter [lldb] Fix (unintentional) recursion in CommandObjectRegexCommand 2022-02-23 12:34:14 -08:00
Symbol Fix a double debug info size counting in top level stats for "statistics dump". 2022-02-10 10:55:18 -08:00
Target [lldb] Modernize ThreadLauncher 2022-02-23 14:25:59 +01:00
Utility [lldb] Check max_size before resizing DataBufferHeap 2022-02-15 13:58:35 -08:00
Version
lldb-defines.h
lldb-enumerations.h
lldb-forward.h
lldb-private-defines.h
lldb-private-enumerations.h
lldb-private-forward.h
lldb-private-interfaces.h
lldb-private-types.h
lldb-private.h
lldb-public.h
lldb-types.h
lldb-versioning.h
module.modulemap