HomeSort by: relevance | last modified time | path
    Searched refs:cmd_prefix (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
cpls-abi-tag.exp 61 foreach cmd_prefix {"b" "b -function"} {
69 set line "$cmd_prefix $location"
78 set line "$cmd_prefix $location"
88 "$cmd_prefix test_abi_tag_function \[abi:tag1\] (" \
89 "$cmd_prefix test_abi_tag_function \[abi:tag1\] (int)"
92 "$cmd_prefix test_abi_tag_function \[abi:tag1\] ( int " \
93 "$cmd_prefix test_abi_tag_function \[abi:tag1\] ( int )"
99 foreach cmd_prefix {"b" "b -function"} {
115 "$cmd_prefix $linespec" [list $location]
121 foreach cmd_prefix {"b" "b -function"}
    [all...]
cpls-ops.exp 67 foreach cmd_prefix {"b" "b -function"} {
69 set line "$cmd_prefix $location"
72 check_bp_locations_match_list "$cmd_prefix $location" [list $location]
78 "$cmd_prefix ${class_name}::operator new " \
79 "$cmd_prefix ${class_name}::operator new ${brackets}($size_t)"
81 "$cmd_prefix ${class_name}::operator new ${brackets} (" \
82 "$cmd_prefix ${class_name}::operator new ${brackets} ($size_t)"
84 "$cmd_prefix ${class_name}::operator new ${brackets} ( $size_t " \
85 "$cmd_prefix ${class_name}::operator new ${brackets} ( $size_t )"
87 check_setting_bp_fails "$cmd_prefix ${class_name}::operator
    [all...]
cpcompletion.exp 262 foreach cmd_prefix {"b" "b -function"} {
263 set line "$cmd_prefix param_prefixes_test_long(long)"
270 "$cmd_prefix param_prefixes_test_long(long " \
271 "$cmd_prefix param_prefixes_test_long(long )"
273 "$cmd_prefix param_prefixes_test_long( long " \
274 "$cmd_prefix param_prefixes_test_long( long )"
276 "$cmd_prefix param_prefixes_test_long ( long " \
277 "$cmd_prefix param_prefixes_test_long ( long )"
282 set line "$cmd_prefix param_prefixes_test_intp_intr(int*, int&)"
288 "$cmd_prefix param_prefixes_test_intp_intr ( int* "
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
cpls-abi-tag.exp 61 foreach cmd_prefix {"b" "b -function"} {
69 set line "$cmd_prefix $location"
78 set line "$cmd_prefix $location"
88 "$cmd_prefix test_abi_tag_function \[abi:tag1\] (" \
89 "$cmd_prefix test_abi_tag_function \[abi:tag1\] (int)"
92 "$cmd_prefix test_abi_tag_function \[abi:tag1\] ( int " \
93 "$cmd_prefix test_abi_tag_function \[abi:tag1\] ( int )"
99 foreach cmd_prefix {"b" "b -function"} {
115 "$cmd_prefix $linespec" [list $location]
121 foreach cmd_prefix {"b" "b -function"}
    [all...]
cpls-ops.exp 71 foreach cmd_prefix {"b" "b -function"} {
73 set line "$cmd_prefix $location"
76 check_bp_locations_match_list "$cmd_prefix $location" [list $location]
82 "$cmd_prefix ${class_name}::operator new " \
83 "$cmd_prefix ${class_name}::operator new ${brackets}($size_t)"
85 "$cmd_prefix ${class_name}::operator new ${brackets} (" \
86 "$cmd_prefix ${class_name}::operator new ${brackets} ($size_t)"
88 "$cmd_prefix ${class_name}::operator new ${brackets} ( $size_t " \
89 "$cmd_prefix ${class_name}::operator new ${brackets} ( $size_t )"
91 check_setting_bp_fails "$cmd_prefix ${class_name}::operator
    [all...]
cpcompletion.exp 266 foreach cmd_prefix {"b" "b -function"} {
267 set line "$cmd_prefix param_prefixes_test_long(long)"
274 "$cmd_prefix param_prefixes_test_long(long " \
275 "$cmd_prefix param_prefixes_test_long(long )"
277 "$cmd_prefix param_prefixes_test_long( long " \
278 "$cmd_prefix param_prefixes_test_long( long )"
280 "$cmd_prefix param_prefixes_test_long ( long " \
281 "$cmd_prefix param_prefixes_test_long ( long )"
286 set line "$cmd_prefix param_prefixes_test_intp_intr(int*, int&)"
292 "$cmd_prefix param_prefixes_test_intp_intr ( int* "
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
completion-support.exp 58 # completion list. CMD_PREFIX is the command prefix added to each
61 proc make_cmd_completion_list_re { cmd_prefix completion_list start_quote_char end_quote_char } {
66 append completion_list_re [string_to_regexp $cmd_prefix$start_quote_char$c$end_quote_char]
235 # Test that completing "CMD_PREFIX + COMPLETION_WORD" with the
237 # entry in the list should be prefixed by CMD_PREFIX. If
241 proc test_gdb_complete_cmd_multiple { cmd_prefix completion_word completion_list {start_quote_char ""} {end_quote_char ""} {max_completions false} {testname ""} } {
244 set expected_re [make_cmd_completion_list_re $cmd_prefix $completion_list $start_quote_char $end_quote_char]
247 set cmd_prefix_re [string_to_regexp $cmd_prefix]
252 set cmd_re [string_to_regexp "complete $cmd_prefix$completion_word"]
254 set testname "cmd complete \"$cmd_prefix$completion_word\"
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
completion-support.exp 58 # completion list. CMD_PREFIX is the command prefix added to each
61 proc make_cmd_completion_list_re { cmd_prefix completion_list start_quote_char end_quote_char } {
66 append completion_list_re [string_to_regexp $cmd_prefix$start_quote_char$c$end_quote_char]
235 # Test that completing "CMD_PREFIX + COMPLETION_WORD" with the
237 # entry in the list should be prefixed by CMD_PREFIX. If
241 proc test_gdb_complete_cmd_multiple { cmd_prefix completion_word completion_list {start_quote_char ""} {end_quote_char ""} {max_completions false} {testname ""} } {
244 set expected_re [make_cmd_completion_list_re $cmd_prefix $completion_list $start_quote_char $end_quote_char]
247 set cmd_prefix_re [string_to_regexp $cmd_prefix]
252 set cmd_re [string_to_regexp "complete $cmd_prefix$completion_word"]
254 set testname "cmd complete \"$cmd_prefix$completion_word\"
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
filename-completion.exp 80 cmd_prefix completion_word add_completed_line completion_list
85 test_gdb_complete_tab_multiple "$cmd_prefix$completion_word" \
115 test_gdb_complete_cmd_multiple $cmd_prefix $completion_word \
options.exp 72 proc res_test_gdb_complete_multiple {res cmd_prefix completion_word args} {
73 test_gdb_complete_multiple $cmd_prefix $completion_word {*}$args
74 check_completion_result $res "$cmd_prefix$completion_word"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
filename-completion.exp 80 cmd_prefix completion_word add_completed_line completion_list
85 test_gdb_complete_tab_multiple "$cmd_prefix$completion_word" \
115 test_gdb_complete_cmd_multiple $cmd_prefix $completion_word \
options.exp 71 proc res_test_gdb_complete_multiple {res cmd_prefix completion_word args} {
72 test_gdb_complete_multiple $cmd_prefix $completion_word {*}$args
73 check_completion_result $res "$cmd_prefix$completion_word"
  /src/external/gpl3/gdb.old/dist/gdb/
gnu-nat.c 2732 parse_int_arg (const char *args, const char *cmd_prefix)
2743 cmd_prefix);
2748 const char *cmd_prefix)
2757 cmd_prefix, t_val, f_val);
2760 #define parse_bool_arg(args, cmd_prefix) \
2761 _parse_bool_arg (args, "on", "off", cmd_prefix)
2764 check_empty (const char *args, const char *cmd_prefix)
2767 error (_("Garbage after \"%s\" command: `%s'"), cmd_prefix, args);
  /src/external/gpl3/gdb/dist/gdb/
gnu-nat.c 2732 parse_int_arg (const char *args, const char *cmd_prefix)
2743 cmd_prefix);
2748 const char *cmd_prefix)
2757 cmd_prefix, t_val, f_val);
2760 #define parse_bool_arg(args, cmd_prefix) \
2761 _parse_bool_arg (args, "on", "off", cmd_prefix)
2764 check_empty (const char *args, const char *cmd_prefix)
2767 error (_("Garbage after \"%s\" command: `%s'"), cmd_prefix, args);
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 3900 Jim_Obj *cmd_prefix = NULL; local
3978 cmd_prefix = argv[i + 2];
3979 if (Jim_ListLength(interp, cmd_prefix) == 0) {
3984 Jim_IncrRefCount(cmd_prefix);
4034 Jim_Obj *cmdListObj = Jim_DuplicateObj(interp, cmd_prefix);
4143 Jim_DecrRefCount(interp, cmd_prefix);

Completed in 60 milliseconds