diff options
author | Andrew Burgess <aburgess@redhat.com> | 2024-03-26 18:53:31 +0000 |
---|---|---|
committer | Andrew Burgess <aburgess@redhat.com> | 2024-03-26 18:53:31 +0000 |
commit | 56f703d39d6f4793ba73b2364a4ea052e8ad755d (patch) | |
tree | 4d62eb5efccaf0baf36d195d6523c83251c2411c /gdbserver/linux-low.h | |
parent | 9480801c1f446952d6b499f5fb45e3474ac87a90 (diff) | |
download | gdb-56f703d39d6f4793ba73b2364a4ea052e8ad755d.zip gdb-56f703d39d6f4793ba73b2364a4ea052e8ad755d.tar.gz gdb-56f703d39d6f4793ba73b2364a4ea052e8ad755d.tar.bz2 |
Revert "gdbserver: convert have_ptrace_getregset to a tribool"
This reverts commit 5920765d7513aaae9241a1850d62d73e0477f81c.
Diffstat (limited to 'gdbserver/linux-low.h')
-rw-r--r-- | gdbserver/linux-low.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbserver/linux-low.h b/gdbserver/linux-low.h index eaf8752..d34d273 100644 --- a/gdbserver/linux-low.h +++ b/gdbserver/linux-low.h @@ -951,7 +951,7 @@ void thread_db_notice_clone (struct thread_info *parent_thr, ptid_t child_ptid); bool thread_db_thread_handle (ptid_t ptid, gdb_byte **handle, int *handle_len); -extern enum tribool have_ptrace_getregset; +extern int have_ptrace_getregset; /* Search for the value with type MATCH in the auxv vector, with entries of length WORDSIZE bytes, of process with pid PID. If found, store the |