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

  /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-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 ());
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...]
ada-lang.c 12066 const char *cond_string,
12071 : code_breakpoint (gdbarch_, bp_catchpoint, tempflag, cond_string),
12160 std::string cond_string
12175 s = cond_string.c_str ();
12514 expression is stored in COND_STRING (memory must be deallocated
12515 after use). Otherwise COND_STRING is set to NULL. */
12522 std::string *cond_string)
12547 *cond_string = args;
12709 COND_STRING, if not empty, is the catchpoint condition.
12720 const std::string &cond_string,
12730 std::string cond_string; local
12755 std::string cond_string; local
12823 std::string cond_string; local
    [all...]
  /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-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
tracepoint.h 192 gdb::unique_xmalloc_ptr<char[]> cond_string; member in struct:uploaded_tp
breakpoint.h 626 bool temp = true, const char *cond_string = nullptr);
851 gdb::unique_xmalloc_ptr<char> cond_string;
919 description of the location, and COND_STRING as condition
926 gdb::unique_xmalloc_ptr<char> cond_string,
1120 COND_STRING is not NULL, then store it in the breakpoint. */
1121 catchpoint (struct gdbarch *gdbarch, bool temp, const char *cond_string);
1608 COND_STRING, THREAD, and EXTRA_STRING parameters.
1619 COND_STRING, THREAD, and EXTRA_STRING parameters.
1621 If FORCE_CONDITION is true, the condition (in COND_STRING) is accepted
1650 const char *cond_string, int thread
850 gdb::unique_xmalloc_ptr<char> cond_string; member in struct:breakpoint
    [all...]
ada-lang.c 12089 const char *cond_string,
12094 : code_breakpoint (gdbarch_, bp_catchpoint, tempflag, cond_string),
12183 std::string cond_string
12198 s = cond_string.c_str ();
12537 expression is stored in COND_STRING (memory must be deallocated
12538 after use). Otherwise COND_STRING is set to NULL. */
12545 std::string *cond_string)
12570 *cond_string = args;
12732 COND_STRING, if not empty, is the catchpoint condition.
12743 const std::string &cond_string,
12749 std::string cond_string; local
12774 std::string cond_string; local
12842 std::string cond_string; local
    [all...]
  /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);
  /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);
  /src/external/gpl3/gcc.old/dist/gcc/config/h8300/
h8300.cc 97 static const char *cond_string (enum rtx_code);
1398 cond_string (enum rtx_code code)
1593 fputs (cond_string (GET_CODE (x)), file);
1601 fputs (cond_string (reverse_condition (GET_CODE (x))), file);
1394 cond_string (enum rtx_code code) function
  /src/external/gpl3/gcc/dist/gcc/config/h8300/
h8300.cc 97 static const char *cond_string (enum rtx_code);
1398 cond_string (enum rtx_code code)
1593 fputs (cond_string (GET_CODE (x)), file);
1601 fputs (cond_string (reverse_condition (GET_CODE (x))), file);
1394 cond_string (enum rtx_code code) function
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.cc 160 static const char *cond_string (enum rtx_code);
3015 cond_string (enum rtx_code code)
3339 fputs (cond_string (GET_CODE (x)), file);
3341 fputs (cond_string (reverse_condition (GET_CODE (x))), file);
3014 cond_string (enum rtx_code code) function
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr.cc 160 static const char *cond_string (enum rtx_code);
3631 cond_string (enum rtx_code code)
3988 fputs (cond_string (GET_CODE (x)), file);
3990 fputs (cond_string (reverse_condition (GET_CODE (x))), file);
3630 cond_string (enum rtx_code code) function

Completed in 83 milliseconds