OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_architecture
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
process-stratum-target.h
56
struct gdbarch *
thread_architecture
(ptid_t ptid) override;
process-stratum-target.c
29
process_stratum_target::
thread_architecture
(ptid_t ptid)
function in class:process_stratum_target
aarch64-linux-nat.c
97
struct gdbarch *
thread_architecture
(ptid_t) override;
946
struct gdbarch *gdbarch =
thread_architecture
(inferior_ptid);
971
/* Implement the "
thread_architecture
" target_ops method.
982
aarch64_linux_nat_target::
thread_architecture
(ptid_t ptid)
980
aarch64_linux_nat_target::
thread_architecture
(ptid_t ptid)
function in class:aarch64_linux_nat_target
target-delegates-gen.c
136
struct gdbarch *
thread_architecture
(ptid_t arg0) override;
313
struct gdbarch *
thread_architecture
(ptid_t arg0) override;
2857
target_ops::
thread_architecture
(ptid_t arg0)
function in class:target_ops
2859
return this->beneath ()->
thread_architecture
(arg0);
2863
dummy_target::
thread_architecture
(ptid_t arg0)
function in class:dummy_target
2869
debug_target::
thread_architecture
(ptid_t arg0)
function in class:debug_target
2871
target_debug_printf_nofunc ("-> %s->
thread_architecture
(...)", this->beneath ()->shortname ());
2873
= this->beneath ()->
thread_architecture
(arg0);
2874
target_debug_printf_nofunc ("<- %s->
thread_architecture
(%s) = %s",
amd-dbgapi-target.c
270
struct gdbarch *
thread_architecture
(ptid_t) override;
297
/* Cache for the last value returned by
thread_architecture
. */
1767
amd_dbgapi_target::
thread_architecture
(ptid_t ptid)
function in class:amd_dbgapi_target
1770
return beneath ()->
thread_architecture
(ptid);
target.h
894
thread_architecture
method can be used to obtain gdbarches that
978
virtual struct gdbarch *
thread_architecture
(ptid_t)
target.c
413
return current_inferior ()->top_target ()->
thread_architecture
(ptid);
/src/external/gpl3/gdb/dist/gdb/
process-stratum-target.h
55
struct gdbarch *
thread_architecture
(ptid_t ptid) override;
process-stratum-target.c
29
process_stratum_target::
thread_architecture
(ptid_t ptid)
function in class:process_stratum_target
aarch64-linux-nat.c
98
struct gdbarch *
thread_architecture
(ptid_t) override;
1025
struct gdbarch *gdbarch =
thread_architecture
(inferior_ptid);
1050
/* Implement the "
thread_architecture
" target_ops method.
1061
aarch64_linux_nat_target::
thread_architecture
(ptid_t ptid)
1059
aarch64_linux_nat_target::
thread_architecture
(ptid_t ptid)
function in class:aarch64_linux_nat_target
target-delegates-gen.c
136
struct gdbarch *
thread_architecture
(ptid_t arg0) override;
317
struct gdbarch *
thread_architecture
(ptid_t arg0) override;
2865
target_ops::
thread_architecture
(ptid_t arg0)
function in class:target_ops
2867
return this->beneath ()->
thread_architecture
(arg0);
2871
dummy_target::
thread_architecture
(ptid_t arg0)
function in class:dummy_target
2877
debug_target::
thread_architecture
(ptid_t arg0)
function in class:debug_target
2879
target_debug_printf_nofunc ("-> %s->
thread_architecture
(...)", this->beneath ()->shortname ());
2881
= this->beneath ()->
thread_architecture
(arg0);
2882
target_debug_printf_nofunc ("<- %s->
thread_architecture
(%s) = %s",
amd-dbgapi-target.c
292
struct gdbarch *
thread_architecture
(ptid_t) override;
334
/* Cache for the last value returned by
thread_architecture
. */
1802
amd_dbgapi_target::
thread_architecture
(ptid_t ptid)
function in class:amd_dbgapi_target
1805
return beneath ()->
thread_architecture
(ptid);
target.h
894
thread_architecture
method can be used to obtain gdbarches that
978
virtual struct gdbarch *
thread_architecture
(ptid_t)
target.c
413
return current_inferior ()->top_target ()->
thread_architecture
(ptid);
Completed in 36 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026