commit | 596cd22cb10519f9baad6295fed13443d1ef86f9 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Thu Sep 07 09:04:37 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Fri Dec 01 10:36:00 2023 -0700 |
tree | ead6c43bc2ee0bb5324aa5595e2cfc75d512349a | |
parent | 31141b552026de77f737c92c7a41789102bae8dc [diff] |
Use gdb_dir_up in linux_proc_attach_tgid_threads This changes linux_proc_attach_tgid_threads to use gdb_dir_up. This makes it robust against exceptions. Approved-By: Simon Marchi <simon.marchi@efficios.com>