public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Bernd Edlinger <bernd.edlinger@hotmail.de>
To: Pedro Alves <pedro@palves.net>, Tom Tromey <tom@tromey.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [PATCH 09/12] gdb_target_is_native -> gdb_protocol_is_native
Date: Thu, 9 May 2024 15:19:31 +0200	[thread overview]
Message-ID: <AS8P193MB1285A3F71892D39295C88514E4E62@AS8P193MB1285.EURP193.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <c38197fc-9cf8-444f-a9fa-edc454c729cf@palves.net>

On 5/9/24 14:05, Pedro Alves wrote:
> On 2024-05-09 12:54, Bernd Edlinger wrote:
>> On 5/9/24 11:47, Pedro Alves wrote:
>> I think that file would be used when I run the gcc testsuite,
>> there I set the path to my riscv-toolchain,
>> and invoke this in the gcc-build directory:
>> make check -i RUNTESTFLAGS="--target_board=multi-sim SIM=riscv-unknown-elf-run"
>> or SIM=qemu-riscv32 for comparison.
>>
>> But if I run the gdb testsuite I can do the same, but the SIM=parameter I could even
>> use SIM=true, is only a dummy, it must be executable, but it is not used in the end.
>> And I believe for gdb the following file is picked up instead:
>>
>> binutils-gdb/gdb/testsuite/config/sim.exp
>>
> 
> Ah, OK, that makes a lot more sense.  I got confused with the "multi-sim" thing.
> 
> Since it's our file, it makes it makes easier.
> 
> I guess we should try sticking:
> 
>  set_board_info gdb_protocol "sim"
> 
> in that file.  Like the patchlet below.  Could you give it a try, please?
> 

Okay sure.

Here are the test results for rv32 and rv64 simulator,
- is from before your patch + with your patch.

rv32 test result differences:
-Test run by ed on Thu May  9 09:07:20 2024
+Test run by ed on Thu May  9 14:46:45 2024
 Target is riscv-unknown-elf
 Host   is x86_64-pc-linux-gnu
 
@@ -20210,7 +20210,11 @@
 PASS: gdb.base/list.exp: list around current line again
 PASS: gdb.base/list.exp: testing repeated invocations with GDB's auto-repeat
 Running ..../binutils-build-riscv/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.base/load-command.exp ...
-UNSUPPORTED: gdb.base/load-command.exp: the native target does not support the load command
+PASS: gdb.base/load-command.exp: check initial value of the_variable
+PASS: gdb.base/load-command.exp: manually change the_variable
+PASS: gdb.base/load-command.exp: check manually changed value of the_variable
+PASS: gdb.base/load-command.exp: reload: re-load binary
+PASS: gdb.base/load-command.exp: reload: check initial value of the_variable
 Running ..../binutils-build-riscv/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.base/logical.exp ...
 PASS: gdb.base/logical.exp: evaluate x; variables x = 0; expecting 0
 PASS: gdb.base/logical.exp: evaluate !x; variables x = 0; expecting 1
@@ -20950,11 +20954,7 @@
 PASS: gdb.base/many-completions.exp: set max-completions unlimited
 PASS: gdb.base/many-completions.exp: duplicate check
 Running ..../binutils-build-riscv/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.base/many-headers.exp ...
-gdb compile failed, ..../binutils-build-riscv/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.base/many-headers.c:20:10: fatal error: sys/mman.h
: No such file or directory
-   20 | #include <sys/mman.h>
-      |          ^~~~~~~~~~~~
-compilation terminated.
-UNTESTED: gdb.base/many-headers.exp: failed to prepare
+UNSUPPORTED: gdb.base/many-headers.exp: not native
 Running ..../binutils-build-riscv/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.base/max-depth-c++.exp ...
 PASS: gdb.base/max-depth-c++.exp: exp='s1': depth=0: set print max-depth 0
 PASS: gdb.base/max-depth-c++.exp: exp='s1': depth=0: p s1
@@ -75717,10 +75717,7 @@
 collect2: error: ld returned 1 exit status
 UNTESTED: gdb.multi/start-inferior-specific.exp: start-inferior-specific.exp
 Running ..../binutils-build-riscv/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.multi/stop-all-on-exit.exp ...
-gdb compile failed, ..../riscv-unknown-elf/lib/gcc/riscv-unknown-elf/14.1.0/../../../../riscv-unknown-elf/bin/ld: /home/ed/gnu/binutils-build-riscv/gdb/testsuite/outputs/gdb.multi/stop-all-on-exit/stop-all-on-exit0.o: in function `main':
-..../binutils-build-riscv/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.multi/stop-all-on-exit.c:25:(.text+0xe): undefined reference to `sleep'
-collect2: error: ld returned 1 exit status
-UNTESTED: gdb.multi/stop-all-on-exit.exp: failed to prepare
+UNTESTED: gdb.multi/stop-all-on-exit.exp: the test is aimed at a native target
 Running ..../binutils-build-riscv/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.multi/tids-gid-reset.exp ...
 PASS: gdb.multi/tids-gid-reset.exp: successfully compiled posix threads test case
 PASS: gdb.multi/tids-gid-reset.exp: single-inferior: before restart: info threads -gid
@@ -76379,23 +76376,23 @@
 Running ..../binutils-build-riscv/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.reverse/watch-reverse.exp ...
 UNSUPPORTED: gdb.reverse/watch-reverse.exp: require failed: supports_reverse
 Running ..../binutils-build-riscv/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.rocm/fork-exec-gpu-to-non-gpu.exp ...
-UNSUPPORTED: gdb.rocm/fork-exec-gpu-to-non-gpu.exp: require failed: allow_hipcc_tests (target platform is not Linux)
+UNSUPPORTED: gdb.rocm/fork-exec-gpu-to-non-gpu.exp: require failed: allow_hipcc_tests (remote debugging)
 Running ..../binutils-build-riscv/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.rocm/fork-exec-non-gpu-to-gpu.exp ...
-UNSUPPORTED: gdb.rocm/fork-exec-non-gpu-to-gpu.exp: require failed: allow_hipcc_tests (target platform is not Linux)
+UNSUPPORTED: gdb.rocm/fork-exec-non-gpu-to-gpu.exp: require failed: allow_hipcc_tests (remote debugging)
 Running ..../binutils-build-riscv/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.rocm/multi-inferior-gpu.exp ...
-UNSUPPORTED: gdb.rocm/multi-inferior-gpu.exp: require failed: allow_hipcc_tests (target platform is not Linux)
+UNSUPPORTED: gdb.rocm/multi-inferior-gpu.exp: require failed: allow_hipcc_tests (remote debugging)
 Running ..../binutils-build-riscv/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.rocm/precise-memory-exec.exp ...
-UNSUPPORTED: gdb.rocm/precise-memory-exec.exp: require failed: allow_hipcc_tests (target platform is not Linux)
+UNSUPPORTED: gdb.rocm/precise-memory-exec.exp: require failed: allow_hipcc_tests (remote debugging)
 Running ..../binutils-build-riscv/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.rocm/precise-memory-fork.exp ...
-UNSUPPORTED: gdb.rocm/precise-memory-fork.exp: require failed: allow_hipcc_tests (target platform is not Linux)
+UNSUPPORTED: gdb.rocm/precise-memory-fork.exp: require failed: allow_hipcc_tests (remote debugging)
 Running ..../binutils-build-riscv/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.rocm/precise-memory-multi-inferiors.exp ...
-UNSUPPORTED: gdb.rocm/precise-memory-multi-inferiors.exp: require failed: allow_hipcc_tests (target platform is not Linux)
+UNSUPPORTED: gdb.rocm/precise-memory-multi-inferiors.exp: require failed: allow_hipcc_tests (remote debugging)
 Running ..../binutils-build-riscv/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.rocm/precise-memory-warning-sigsegv.exp ...
-UNSUPPORTED: gdb.rocm/precise-memory-warning-sigsegv.exp: require failed: allow_hipcc_tests (target platform is not Linux)
+UNSUPPORTED: gdb.rocm/precise-memory-warning-sigsegv.exp: require failed: allow_hipcc_tests (remote debugging)
 Running ..../binutils-build-riscv/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.rocm/precise-memory.exp ...
-UNSUPPORTED: gdb.rocm/precise-memory.exp: require failed: allow_hipcc_tests (target platform is not Linux)
+UNSUPPORTED: gdb.rocm/precise-memory.exp: require failed: allow_hipcc_tests (remote debugging)
 Running ..../binutils-build-riscv/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.rocm/simple.exp ...
-UNSUPPORTED: gdb.rocm/simple.exp: require failed: allow_hipcc_tests (target platform is not Linux)
+UNSUPPORTED: gdb.rocm/simple.exp: require failed: allow_hipcc_tests (remote debugging)
 Running ..../binutils-build-riscv/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.rust/completion.exp ...
 UNSUPPORTED: gdb.rust/completion.exp: require failed: can_compile rust
 Running ..../binutils-build-riscv/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.rust/dwindex.exp ...
@@ -77180,7 +77177,6 @@
       |   pthread_atfork
 UNTESTED: gdb.threads/break-while-running.exp: failed to prepare
 Running ..../binutils-build-riscv/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.threads/check-libthread-db.exp ...
-UNSUPPORTED: gdb.threads/check-libthread-db.exp: require failed: istarget *-linux*
 Running ..../binutils-build-riscv/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.threads/clone-attach-detach.exp ...
 Running ..../binutils-build-riscv/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.threads/clone-new-thread-event.exp ...
 Running ..../binutils-build-riscv/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.threads/clone-thread_db.exp ...
@@ -78630,14 +78626,14 @@
 
                === gdb Summary ===
 
-# of expected passes           71715
+# of expected passes           71720
 # of unexpected failures       921
 # of expected failures         39
 # of unknown successes         4
 # of known failures            66
 # of unresolved testcases      257
-# of untested testcases                297
-# of unsupported tests         1231
+# of untested testcases                296
+# of unsupported tests         1230
 # of paths in test names       4
 # of duplicate test names      4
(END)

and here the rv64 test results:
@@ -1,4 +1,4 @@
-Test run by ed on Thu May  9 09:12:00 2024
+Test run by ed on Thu May  9 14:48:12 2024
 Target is riscv64-unknown-elf
 Host   is x86_64-pc-linux-gnu
 
@@ -20437,7 +20437,11 @@
 PASS: gdb.base/list.exp: list around current line again
 PASS: gdb.base/list.exp: testing repeated invocations with GDB's auto-repeat
 Running ..../binutils-build-riscv64/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.base/load-command.exp ...
-UNSUPPORTED: gdb.base/load-command.exp: the native target does not support the load command
+PASS: gdb.base/load-command.exp: check initial value of the_variable
+PASS: gdb.base/load-command.exp: manually change the_variable
+PASS: gdb.base/load-command.exp: check manually changed value of the_variable
+PASS: gdb.base/load-command.exp: reload: re-load binary
+PASS: gdb.base/load-command.exp: reload: check initial value of the_variable
 Running ..../binutils-build-riscv64/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.base/logical.exp ...
 PASS: gdb.base/logical.exp: evaluate x; variables x = 0; expecting 0
 PASS: gdb.base/logical.exp: evaluate !x; variables x = 0; expecting 1
@@ -21177,11 +21181,7 @@
 PASS: gdb.base/many-completions.exp: set max-completions unlimited
 PASS: gdb.base/many-completions.exp: duplicate check
 Running ..../binutils-build-riscv64/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.base/many-headers.exp ...
-gdb compile failed, ..../binutils-build-riscv64/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.base/many-headers.c:20:10: fatal error: sys/mman.h: No such file or directory
-   20 | #include <sys/mman.h>
-      |          ^~~~~~~~~~~~
-compilation terminated.
-UNTESTED: gdb.base/many-headers.exp: failed to prepare
+UNSUPPORTED: gdb.base/many-headers.exp: not native
 Running ..../binutils-build-riscv64/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.base/max-depth-c++.exp ...
 PASS: gdb.base/max-depth-c++.exp: exp='s1': depth=0: set print max-depth 0
 PASS: gdb.base/max-depth-c++.exp: exp='s1': depth=0: p s1
@@ -76019,10 +76019,7 @@
 collect2: error: ld returned 1 exit status
 UNTESTED: gdb.multi/start-inferior-specific.exp: start-inferior-specific.exp
 Running ..../binutils-build-riscv64/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.multi/stop-all-on-exit.exp ...
-gdb compile failed, ..../riscv64-unknown-elf/lib/gcc/riscv64-unknown-elf/14.1.0/../../../../riscv64-unknown-elf/bin/ld: ..../binutils-build-riscv64/gdb/testsuite/outputs/gdb.multi/stop-all-on-exit/stop-all-on-exit0.o: in function `main':
-..../binutils-build-riscv64/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.multi/stop-all-on-exit.c:25:(.text+0xe): undefined reference to `sleep'
-collect2: error: ld returned 1 exit status
-UNTESTED: gdb.multi/stop-all-on-exit.exp: failed to prepare
+UNTESTED: gdb.multi/stop-all-on-exit.exp: the test is aimed at a native target
 Running ..../binutils-build-riscv64/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.multi/tids-gid-reset.exp ...
 PASS: gdb.multi/tids-gid-reset.exp: successfully compiled posix threads test case
 PASS: gdb.multi/tids-gid-reset.exp: single-inferior: before restart: info threads -gid
@@ -76681,23 +76678,23 @@
 Running ..../binutils-build-riscv64/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.reverse/watch-reverse.exp ...
 UNSUPPORTED: gdb.reverse/watch-reverse.exp: require failed: supports_reverse
 Running ..../binutils-build-riscv64/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.rocm/fork-exec-gpu-to-non-gpu.exp ...
-UNSUPPORTED: gdb.rocm/fork-exec-gpu-to-non-gpu.exp: require failed: allow_hipcc_tests (target platform is not Linux)
+UNSUPPORTED: gdb.rocm/fork-exec-gpu-to-non-gpu.exp: require failed: allow_hipcc_tests (remote debugging)
 Running ..../binutils-build-riscv64/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.rocm/fork-exec-non-gpu-to-gpu.exp ...
-UNSUPPORTED: gdb.rocm/fork-exec-non-gpu-to-gpu.exp: require failed: allow_hipcc_tests (target platform is not Linux)
+UNSUPPORTED: gdb.rocm/fork-exec-non-gpu-to-gpu.exp: require failed: allow_hipcc_tests (remote debugging)
 Running ..../binutils-build-riscv64/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.rocm/multi-inferior-gpu.exp ...
-UNSUPPORTED: gdb.rocm/multi-inferior-gpu.exp: require failed: allow_hipcc_tests (target platform is not Linux)
+UNSUPPORTED: gdb.rocm/multi-inferior-gpu.exp: require failed: allow_hipcc_tests (remote debugging)
 Running ..../binutils-build-riscv64/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.rocm/precise-memory-exec.exp ...
-UNSUPPORTED: gdb.rocm/precise-memory-exec.exp: require failed: allow_hipcc_tests (target platform is not Linux)
+UNSUPPORTED: gdb.rocm/precise-memory-exec.exp: require failed: allow_hipcc_tests (remote debugging)
 Running ..../binutils-build-riscv64/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.rocm/precise-memory-fork.exp ...
-UNSUPPORTED: gdb.rocm/precise-memory-fork.exp: require failed: allow_hipcc_tests (target platform is not Linux)
+UNSUPPORTED: gdb.rocm/precise-memory-fork.exp: require failed: allow_hipcc_tests (remote debugging)
 Running ..../binutils-build-riscv64/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.rocm/precise-memory-multi-inferiors.exp ...
-UNSUPPORTED: gdb.rocm/precise-memory-multi-inferiors.exp: require failed: allow_hipcc_tests (target platform is not Linux)
+UNSUPPORTED: gdb.rocm/precise-memory-multi-inferiors.exp: require failed: allow_hipcc_tests (remote debugging)
 Running ..../binutils-build-riscv64/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.rocm/precise-memory-warning-sigsegv.exp ...
-UNSUPPORTED: gdb.rocm/precise-memory-warning-sigsegv.exp: require failed: allow_hipcc_tests (target platform is not Linux)
+UNSUPPORTED: gdb.rocm/precise-memory-warning-sigsegv.exp: require failed: allow_hipcc_tests (remote debugging)
 Running ..../binutils-build-riscv64/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.rocm/precise-memory.exp ...
-UNSUPPORTED: gdb.rocm/precise-memory.exp: require failed: allow_hipcc_tests (target platform is not Linux)
+UNSUPPORTED: gdb.rocm/precise-memory.exp: require failed: allow_hipcc_tests (remote debugging)
 Running ..../binutils-build-riscv64/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.rocm/simple.exp ...
-UNSUPPORTED: gdb.rocm/simple.exp: require failed: allow_hipcc_tests (target platform is not Linux)
+UNSUPPORTED: gdb.rocm/simple.exp: require failed: allow_hipcc_tests (remote debugging)
 Running ..../binutils-build-riscv64/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.rust/completion.exp ...
 UNSUPPORTED: gdb.rust/completion.exp: require failed: can_compile rust
 Running ..../binutils-build-riscv64/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.rust/dwindex.exp ...
@@ -77482,7 +77479,6 @@
       |   pthread_atfork
 UNTESTED: gdb.threads/break-while-running.exp: failed to prepare
 Running ..../binutils-build-riscv64/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.threads/check-libthread-db.exp ...
-UNSUPPORTED: gdb.threads/check-libthread-db.exp: require failed: istarget *-linux*
 Running ..../binutils-build-riscv64/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.threads/clone-attach-detach.exp ...
 Running ..../binutils-build-riscv64/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.threads/clone-new-thread-event.exp ...
 Running ..../binutils-build-riscv64/gdb/testsuite/../../../binutils-gdb/gdb/testsuite/gdb.threads/clone-thread_db.exp ...
@@ -78932,14 +78928,14 @@
 
                === gdb Summary ===
 
-# of expected passes           71993
+# of expected passes           71998
 # of unexpected failures       916
 # of expected failures         41
 # of unknown successes         4
 # of known failures            66
 # of unresolved testcases      257
-# of untested testcases                304
-# of unsupported tests         1226
+# of untested testcases                303
+# of unsupported tests         1225
 # of paths in test names       4
 # of duplicate test names      4
(END)

Hmm, okay, it is better than now, but the test casese that are affected, would probably
be broken by this change, if my target toolchain would either have the -linux in the name,
or the newlib would have a sleep and/or support the #include <sys/mman.h>.


Thanks
Bernd.

  reply	other threads:[~2024-05-09 13:17 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-19 15:13 [PATCH 00/12] Fix attach/run failure handling - gdbserver & Windows, document "E.MESSAGE" RSP errors, more Pedro Alves
2024-04-19 15:13 ` [PATCH 01/12] Document conventions for describing packet syntax Pedro Alves
2024-04-19 15:25   ` Eli Zaretskii
2024-04-19 15:42     ` Eli Zaretskii
2024-04-22 19:10       ` Pedro Alves
2024-04-22 19:01     ` Pedro Alves
2024-04-22 19:44       ` Eli Zaretskii
2024-04-19 15:13 ` [PATCH 02/12] Centralize documentation of error and empty RSP responses Pedro Alves
2024-04-19 15:36   ` Eli Zaretskii
2024-04-19 15:42     ` Eli Zaretskii
2024-04-22 19:00     ` Pedro Alves
2024-04-22 19:42       ` Eli Zaretskii
2024-04-19 15:13 ` [PATCH 03/12] Document "E.MESSAGE" RSP errors Pedro Alves
2024-04-19 15:37   ` Eli Zaretskii
2024-04-22  8:50   ` Andrew Burgess
2024-04-22 19:04     ` Pedro Alves
2024-04-26 19:02       ` Pedro Alves
2024-04-26 19:18         ` Eli Zaretskii
2024-04-29 13:42         ` Andrew Burgess
2024-04-19 15:13 ` [PATCH 04/12] Windows: Fix run/attach hang after bad run/attach Pedro Alves
2024-04-19 18:35   ` Tom Tromey
2024-04-19 15:13 ` [PATCH 05/12] Fix "run" failure handling with GDBserver Pedro Alves
2024-04-19 18:41   ` Tom Tromey
2024-04-19 15:13 ` [PATCH 06/12] Improve vRun error reporting Pedro Alves
2024-04-19 18:43   ` Tom Tromey
2024-04-22 11:32     ` Alexandra Petlanova Hajkova
2024-04-19 15:13 ` [PATCH 07/12] Fix "attach" failure handling with GDBserver Pedro Alves
2024-04-19 18:47   ` Tom Tromey
2024-04-19 15:13 ` [PATCH 08/12] gdbserver: Fix vAttach response when attaching is not supported Pedro Alves
2024-04-19 18:48   ` Tom Tromey
2024-04-19 15:13 ` [PATCH 09/12] gdb_target_is_native -> gdb_protocol_is_native Pedro Alves
2024-04-19 18:50   ` Tom Tromey
2024-05-09  8:47     ` Bernd Edlinger
2024-05-09  9:47       ` Pedro Alves
2024-05-09 11:54         ` Bernd Edlinger
2024-05-09 12:05           ` Pedro Alves
2024-05-09 13:19             ` Bernd Edlinger [this message]
2024-05-09 13:31               ` Pedro Alves
2024-05-09 15:01                 ` Bernd Edlinger
2024-05-09 15:49                   ` Pedro Alves
2024-05-09 18:44                     ` Bernd Edlinger
2024-05-10 10:52                       ` [pushed] gdb sim testing, set gdb_protocol to "sim" Pedro Alves
2024-04-22  8:25   ` [PATCH 09/12] gdb_target_is_native -> gdb_protocol_is_native Aktemur, Tankut Baris
2024-04-23 12:33     ` Pedro Alves
2024-04-19 15:13 ` [PATCH 10/12] gdb_target_is_remote -> gdb_protocol_is_remote Pedro Alves
2024-04-19 18:56   ` Tom Tromey
2024-04-23 12:30     ` Pedro Alves
2024-04-22  8:30   ` Aktemur, Tankut Baris
2024-04-23 12:47     ` Pedro Alves
2024-04-24 13:48       ` Aktemur, Tankut Baris
2024-04-19 15:13 ` [PATCH 11/12] Eliminate gdb_is_target_remote / gdb_is_target_native & friends Pedro Alves
2024-04-19 18:57   ` Tom Tromey
2024-04-19 15:13 ` [PATCH 12/12] Fix gdb.base/attach.exp --pid test skipping on native-extended-gdbserver Pedro Alves
2024-04-19 18:59   ` Tom Tromey
2024-04-26 20:25 ` [PATCH 00/12] Fix attach/run failure handling - gdbserver & Windows, document "E.MESSAGE" RSP errors, more Pedro Alves

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AS8P193MB1285A3F71892D39295C88514E4E62@AS8P193MB1285.EURP193.PROD.OUTLOOK.COM \
    --to=bernd.edlinger@hotmail.de \
    --cc=gdb-patches@sourceware.org \
    --cc=pedro@palves.net \
    --cc=tom@tromey.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).