OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:supported_options
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
linux-nat.c
4641
constexpr gdb_thread_options
supported_options
4643
return ((options &
supported_options
) == options);
4635
constexpr gdb_thread_options
supported_options
local
/src/external/gpl3/gdb/dist/gdbserver/
server.cc
930
gdb_thread_options
supported_options
= target_supported_thread_options ();
local
931
if (
supported_options
== 0)
965
if ((options & ~
supported_options
) != 0)
2887
gdb_thread_options
supported_options
= target_supported_thread_options ();
local
2888
if (
supported_options
!= 0)
2892
phex_nz (
supported_options
, sizeof (
supported_options
)));
/src/external/gpl3/gdb.old/dist/gdb/
linux-nat.c
4641
constexpr gdb_thread_options
supported_options
4643
return ((options &
supported_options
) == options);
4635
constexpr gdb_thread_options
supported_options
local
/src/external/gpl3/gdb.old/dist/gdbserver/
server.cc
915
gdb_thread_options
supported_options
= target_supported_thread_options ();
local
916
if (
supported_options
== 0)
950
if ((options & ~
supported_options
) != 0)
2836
gdb_thread_options
supported_options
= target_supported_thread_options ();
local
2837
if (
supported_options
!= 0)
2841
phex_nz (
supported_options
, sizeof (
supported_options
)));
Completed in 38 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026