Searched refs:with_override (Results 1 – 5 of 5) sorted by relevance
1785 with_override Dwarf::table Dwarf::_rnglists_table {1824 with_override Dwarf::list_ Dwarf::_rnglists_list {1905 with_override Dwarf::start_end Dwarf::_rnglists_start_end {1973 with_override Dwarf::table Dwarf::_loclists_table {2012 with_override Dwarf::list_ Dwarf::_loclists_list {2098 with_override Dwarf::start_length Dwarf::_loclists_start_length {2099 with_override Dwarf::base_address Dwarf::_loclists_base_address {2100 with_override Dwarf::start_end Dwarf::_loclists_start_end {2196 with_override Dwarf::unit Dwarf::_macro_unit {2249 with_override Dwarf::define_strp Dwarf::_macro_unit_define_strp {[all …]
9831 proc with_override { name override body } { procedure
58 with_override delete_breakpoints do_not_delete_breakpoints {
4860 * lib/gdb.exp (with_override): New proc, factored out of ...4861 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
43866 [gdb/testsuite] Allow procs with default value args in with_override43867 Currently proc with_override does not work with procs with default value args.73790 To do this I make use of with_override, and override the166775 - Modify with_override to allow the overriden proc to not exist. In166778 Note the non-conforming indentation when calling with_override in