OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:target_does_save
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
tracefile.c
60
determines the trace file format. If
TARGET_DOES_SAVE
is non-zero,
66
int
target_does_save
)
79
if (
target_does_save
)
323
int
target_does_save
= 0;
local
337
target_does_save
= 1;
350
trace_save_ctf (filename,
target_does_save
);
352
trace_save_tfile (filename,
target_does_save
);
362
trace_save_tfile (const char *filename, int
target_does_save
)
365
trace_save (filename, writer.get (),
target_does_save
);
371
trace_save_ctf (const char *dirname, int
target_does_save
)
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
tracefile.c
60
determines the trace file format. If
TARGET_DOES_SAVE
is non-zero,
66
int
target_does_save
)
79
if (
target_does_save
)
323
int
target_does_save
= 0;
local
337
target_does_save
= 1;
350
trace_save_ctf (filename,
target_does_save
);
352
trace_save_tfile (filename,
target_does_save
);
362
trace_save_tfile (const char *filename, int
target_does_save
)
365
trace_save (filename, writer.get (),
target_does_save
);
371
trace_save_ctf (const char *dirname, int
target_does_save
)
[
all
...]
Completed in 33 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026