OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:traceframe_info
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
tracepoint.h
30
struct
traceframe_info
struct
39
typedef std::unique_ptr<
traceframe_info
> traceframe_info_up;
427
extern struct
traceframe_info
*get_traceframe_info (void);
tracectf.c
853
traceframe_info_up
traceframe_info
() override;
1647
traceframe_info
. */
1650
ctf_target::
traceframe_info
()
function in class:ctf_target
1652
traceframe_info_up info (new struct
traceframe_info
);
target-delegates-gen.c
166
traceframe_info_up
traceframe_info
() override;
343
traceframe_info_up
traceframe_info
() override;
3570
target_ops::
traceframe_info
()
function in class:target_ops
3572
return this->beneath ()->
traceframe_info
();
3576
dummy_target::
traceframe_info
()
function in class:dummy_target
3582
debug_target::
traceframe_info
()
function in class:debug_target
3584
target_debug_printf_nofunc ("-> %s->
traceframe_info
(...)", this->beneath ()->shortname ());
3586
= this->beneath ()->
traceframe_info
();
3587
target_debug_printf_nofunc ("<- %s->
traceframe_info
() = %s",
/src/external/gpl3/gdb.old/dist/gdb/
tracepoint.h
31
struct
traceframe_info
struct
40
typedef std::unique_ptr<
traceframe_info
> traceframe_info_up;
428
extern struct
traceframe_info
*get_traceframe_info (void);
tracectf.c
853
traceframe_info_up
traceframe_info
() override;
1646
traceframe_info
. */
1649
ctf_target::
traceframe_info
()
function in class:ctf_target
1651
traceframe_info_up info (new struct
traceframe_info
);
target-delegates.c
166
traceframe_info_up
traceframe_info
() override;
343
traceframe_info_up
traceframe_info
() override;
3570
target_ops::
traceframe_info
()
function in class:target_ops
3572
return this->beneath ()->
traceframe_info
();
3576
dummy_target::
traceframe_info
()
function in class:dummy_target
3582
debug_target::
traceframe_info
()
function in class:debug_target
3584
target_debug_printf_nofunc ("-> %s->
traceframe_info
(...)", this->beneath ()->shortname ());
3586
= this->beneath ()->
traceframe_info
();
3587
target_debug_printf_nofunc ("<- %s->
traceframe_info
() = %s",
Completed in 42 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026