Commits


Antoine Pitrou authored and Sutou Kouhei committed 443d09548b0
ARROW-15423: [C++][Dev] Make GDB plugin auto-load friendly When auto-loaded, a GDB plugin should attach itself to the specific objfile being debugged. This allows for potentially multiple inferiors being debugged at once, using different versions of Arrow C++. Closes #12236 from pitrou/ARROW-15423-gdb-auto-load Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>