OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wstep
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc
4302
struct wstep_state *
wstep
= XNEW (struct wstep_state);
local
4304
wstep
->next = tinfo->while_stepping;
4306
wstep
->tp_number = tp_number;
4307
wstep
->tp_address = tp_address;
4308
wstep
->current_step = 0;
4310
tinfo->while_stepping =
wstep
;
4313
/* Release the while-stepping collecting state
WSTEP
. */
4316
release_while_stepping_state (struct wstep_state *
wstep
)
4318
free (
wstep
);
4346
struct wstep_state *
wstep
;
local
[
all
...]
/src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc
4302
struct wstep_state *
wstep
= XNEW (struct wstep_state);
local
4304
wstep
->next = tinfo->while_stepping;
4306
wstep
->tp_number = tp_number;
4307
wstep
->tp_address = tp_address;
4308
wstep
->current_step = 0;
4310
tinfo->while_stepping =
wstep
;
4313
/* Release the while-stepping collecting state
WSTEP
. */
4316
release_while_stepping_state (struct wstep_state *
wstep
)
4318
free (
wstep
);
4346
struct wstep_state *
wstep
;
local
[
all
...]
Completed in 27 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026