HomeSort by: relevance | last modified time | path
    Searched defs:cond_string (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/
break-catch-exec.c 38 exec_catchpoint (struct gdbarch *gdbarch, bool temp, const char *cond_string)
39 : catchpoint (gdbarch, temp, cond_string)
165 const char *cond_string; local
176 cond_string = *arg;
180 (*arg) += strlen (cond_string);
182 return cond_string;
193 const char *cond_string = NULL; local
205 cond_string = ep_parse_optional_if_clause (&arg);
211 (new exec_catchpoint (gdbarch, temp, cond_string));
break-catch-exec.c 38 exec_catchpoint (struct gdbarch *gdbarch, bool temp, const char *cond_string)
39 : catchpoint (gdbarch, temp, cond_string)
165 const char *cond_string; local
176 cond_string = *arg;
180 (*arg) += strlen (cond_string);
182 return cond_string;
193 const char *cond_string = NULL; local
205 cond_string = ep_parse_optional_if_clause (&arg);
211 (new exec_catchpoint (gdbarch, temp, cond_string));
break-catch-fork.c 37 const char *cond_string, bool is_vfork_)
38 : catchpoint (gdbarch, temp, cond_string),
186 bool temp, const char *cond_string,
190 (new fork_catchpoint (gdbarch, temp, cond_string, is_vfork));
206 const char *cond_string = NULL; local
222 cond_string = ep_parse_optional_if_clause (&arg);
233 create_fork_vfork_event_catchpoint (gdbarch, temp, cond_string, false);
237 create_fork_vfork_event_catchpoint (gdbarch, temp, cond_string, true);
break-catch-fork.c 37 const char *cond_string, bool is_vfork_)
38 : catchpoint (gdbarch, temp, cond_string),
186 bool temp, const char *cond_string,
190 (new fork_catchpoint (gdbarch, temp, cond_string, is_vfork));
206 const char *cond_string = NULL; local
222 cond_string = ep_parse_optional_if_clause (&arg);
233 create_fork_vfork_event_catchpoint (gdbarch, temp, cond_string, false);
237 create_fork_vfork_event_catchpoint (gdbarch, temp, cond_string, true);
break-catch-throw.c 362 const char *cond_string,
368 (new exception_catchpoint (gdbarch, tempflag, cond_string,
419 const char *cond_string = NULL;
427 cond_string = ep_parse_optional_if_clause (&arg);
437 handle_gnu_v3_exceptions (tempflag, std::move (except_rx), cond_string,
417 const char *cond_string = NULL; local
break-cond-parse.c 313 string. Capture the whole condition string into COND_STRING
477 gdb::unique_xmalloc_ptr<char> cond_string, rest; member in class:gdb
535 cond_string.reset (savestring (t.get_value ().data (),
551 cond_string_ptr->reset (cond_string.release ());
break-catch-throw.c 362 const char *cond_string,
368 (new exception_catchpoint (gdbarch, tempflag, cond_string,
419 const char *cond_string = NULL;
427 cond_string = ep_parse_optional_if_clause (&arg);
437 handle_gnu_v3_exceptions (tempflag, std::move (except_rx), cond_string,
417 const char *cond_string = NULL; local
break-cond-parse.c 313 string. Capture the whole condition string into COND_STRING
477 gdb::unique_xmalloc_ptr<char> cond_string, rest; member in class:gdb
535 cond_string.reset (savestring (t.get_value ().data (),
551 cond_string_ptr->reset (cond_string.release ());
tracepoint.h 191 gdb::unique_xmalloc_ptr<char[]> cond_string; member in struct:uploaded_tp
tracepoint.h 191 gdb::unique_xmalloc_ptr<char[]> cond_string; member in struct:uploaded_tp
breakpoint.h 629 bool temp = true, const char *cond_string = nullptr);
719 any cached condition expressions based off of the cond_string member
874 gdb::unique_xmalloc_ptr<char> cond_string;
942 description of the location, and COND_STRING as condition
949 gdb::unique_xmalloc_ptr<char> cond_string,
1143 COND_STRING is not NULL, then store it in the breakpoint. */
1144 catchpoint (struct gdbarch *gdbarch, bool temp, const char *cond_string);
1635 COND_STRING, THREAD, and EXTRA_STRING parameters.
1646 COND_STRING, THREAD, and EXTRA_STRING parameters.
1648 If FORCE_CONDITION is true, the condition (in COND_STRING) is accepte
873 gdb::unique_xmalloc_ptr<char> cond_string; member in struct:breakpoint
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
break-catch-exec.c 38 exec_catchpoint (struct gdbarch *gdbarch, bool temp, const char *cond_string)
39 : catchpoint (gdbarch, temp, cond_string)
165 const char *cond_string; local
176 cond_string = *arg;
180 (*arg) += strlen (cond_string);
182 return cond_string;
193 const char *cond_string = NULL; local
205 cond_string = ep_parse_optional_if_clause (&arg);
211 (new exec_catchpoint (gdbarch, temp, cond_string));
break-catch-exec.c 38 exec_catchpoint (struct gdbarch *gdbarch, bool temp, const char *cond_string)
39 : catchpoint (gdbarch, temp, cond_string)
165 const char *cond_string; local
176 cond_string = *arg;
180 (*arg) += strlen (cond_string);
182 return cond_string;
193 const char *cond_string = NULL; local
205 cond_string = ep_parse_optional_if_clause (&arg);
211 (new exec_catchpoint (gdbarch, temp, cond_string));
break-catch-fork.c 37 const char *cond_string, bool is_vfork_)
38 : catchpoint (gdbarch, temp, cond_string),
186 bool temp, const char *cond_string,
190 (new fork_catchpoint (gdbarch, temp, cond_string, is_vfork));
206 const char *cond_string = NULL; local
222 cond_string = ep_parse_optional_if_clause (&arg);
233 create_fork_vfork_event_catchpoint (gdbarch, temp, cond_string, false);
237 create_fork_vfork_event_catchpoint (gdbarch, temp, cond_string, true);
break-catch-fork.c 37 const char *cond_string, bool is_vfork_)
38 : catchpoint (gdbarch, temp, cond_string),
186 bool temp, const char *cond_string,
190 (new fork_catchpoint (gdbarch, temp, cond_string, is_vfork));
206 const char *cond_string = NULL; local
222 cond_string = ep_parse_optional_if_clause (&arg);
233 create_fork_vfork_event_catchpoint (gdbarch, temp, cond_string, false);
237 create_fork_vfork_event_catchpoint (gdbarch, temp, cond_string, true);
break-catch-throw.c 358 const char *cond_string,
364 (new exception_catchpoint (gdbarch, tempflag, cond_string,
415 const char *cond_string = NULL;
423 cond_string = ep_parse_optional_if_clause (&arg);
433 handle_gnu_v3_exceptions (tempflag, std::move (except_rx), cond_string,
413 const char *cond_string = NULL; local
break-cond-parse.c 312 string. Capture the whole condition string into COND_STRING
476 gdb::unique_xmalloc_ptr<char> cond_string, rest; member in class:gdb
534 cond_string.reset (savestring (t.get_value ().data (),
550 cond_string_ptr->reset (cond_string.release ());
break-catch-throw.c 358 const char *cond_string,
364 (new exception_catchpoint (gdbarch, tempflag, cond_string,
415 const char *cond_string = NULL;
423 cond_string = ep_parse_optional_if_clause (&arg);
433 handle_gnu_v3_exceptions (tempflag, std::move (except_rx), cond_string,
413 const char *cond_string = NULL; local
break-cond-parse.c 312 string. Capture the whole condition string into COND_STRING
476 gdb::unique_xmalloc_ptr<char> cond_string, rest; member in class:gdb
534 cond_string.reset (savestring (t.get_value ().data (),
550 cond_string_ptr->reset (cond_string.release ());
tracepoint.h 191 gdb::unique_xmalloc_ptr<char[]> cond_string; member in struct:uploaded_tp
tracepoint.h 191 gdb::unique_xmalloc_ptr<char[]> cond_string; member in struct:uploaded_tp
  /src/external/gpl3/gdb.old/dist/sim/msp430/
msp430-sim.c 939 cond_string (int cond) function
1468 cond_string (opcode->cond), PC, i, SR);
1475 cond_string (opcode->cond), PC, i, SR);
msp430-sim.c 939 cond_string (int cond) function
1468 cond_string (opcode->cond), PC, i, SR);
1475 cond_string (opcode->cond), PC, i, SR);
  /src/external/gpl3/gdb/dist/sim/msp430/
msp430-sim.c 939 cond_string (int cond) function
1468 cond_string (opcode->cond), PC, i, SR);
1475 cond_string (opcode->cond), PC, i, SR);
msp430-sim.c 939 cond_string (int cond) function
1468 cond_string (opcode->cond), PC, i, SR);
1475 cond_string (opcode->cond), PC, i, SR);

Completed in 76 milliseconds

1 2