delve/pkg/proc/core
Alessandro Arzilli e95ae9c21b
proc,terminal: read command line of new processes (#3346)
Read the command line of the main target process as well as any other
process Delve attaches to in follow exec mode.
The command line can be viewed using the 'target list' command.

In follow exec mode this command line is used to match the follow exec
regex to decide whether or not to attach to a child process.

On macOS or when using rr the list of arguments is not available for
attached processes since there is no way to use the gdb serial protocol
to read it.

Fixes #2242
2023-05-09 11:40:00 -07:00
..
minidump proc: Fix typos in the comments (#3231) 2022-12-28 12:41:13 +01:00
core_test.go refactor: replace Readdir(-1) with os.ReadDir (#3361) 2023-05-08 10:37:30 -07:00
core.go proc,terminal: read command line of new processes (#3346) 2023-05-09 11:40:00 -07:00
delve_core.go proc: support function call injection on arm64 (#2996) 2022-05-03 10:46:24 -07:00
linux_core.go proc: fuzzing expression evaluator and variable loader (#3293) 2023-03-16 12:13:10 -07:00
windows_amd64_minidump.go proc: fuzzing expression evaluator and variable loader (#3293) 2023-03-16 12:13:10 -07:00