[PATCH v3 2/2] gdb: Implement native dumpcore function for NetBSD

Tom Tromey tom@tromey.com
Thu Aug 13 19:36:15 GMT 2020


>>>>> "Kamil" == Kamil Rytarowski <n54@gmx.com> writes:

Kamil> Define supports_dumpcore and dumpcore for NetBSD, that wraps
Kamil> the ptrace(2) call with the PT_DUMPCORE operation.

Thank you.

Kamil> +  void dumpcore (const char* filename) override;

Should be "const char *", not "const char*".
This is ok with that tweak.

Tom


More information about the Gdb-patches mailing list