[binutils-gdb] gdb/amd-dbgapi-target: fix a whitespace and a typo
Tankut Baris Aktemur via Gdb-cvs <[email protected]>
| Newsgroups | gmane.comp.gdb.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=abd938eed6b5bb924aa77dd9e8abca2443c9fc83 commit abd938eed6b5bb924aa77dd9e8abca2443c9fc83 Author: Tankut Baris Aktemur <[email protected]> Date: Mon May 11 06:14:02 2026 -0500 gdb/amd-dbgapi-target: fix a whitespace and a typo Fix a minor whitespace issue and a typo in file gdb/amd-dbgapi-target.c. Diff: --- gdb/amd-dbgapi-target.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdb/amd-dbgapi-target.c b/gdb/amd-dbgapi-target.c index 811e22182c6..b7d5ee7de9f 100644 --- a/gdb/amd-dbgapi-target.c +++ b/gdb/amd-dbgapi-target.c @@ -1350,7 +1350,7 @@ amd_dbgapi_target::async (bool enable) static ptid_t make_gpu_ptid (ptid_t::pid_type pid, amd_dbgapi_wave_id_t wave_id) { - return ptid_t (pid, 1, wave_id.handle); + return ptid_t (pid, 1, wave_id.handle); } /* When a thread is deleted, remove its wave_info from the inferior's @@ -1894,7 +1894,7 @@ static void maybe_reset_amd_dbgapi (); /* Make the amd-dbgapi library detach from INF. - Note that this us unrelated to the "detach" GDB concept / command. + Note that this is unrelated to the "detach" GDB concept / command. This undoes what attach_amd_dbgapi does. */