Home
last modified time | relevance | path

Searched refs:target_stack (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreg-stack.c2890 stack_ptr target_stack = &BLOCK_INFO (target)->stack_in; in compensate_edge() local
2898 gcc_assert (target_stack->top != -2); in compensate_edge()
2901 if (target_stack->top == source_stack->top) in compensate_edge()
2903 for (reg = target_stack->top; reg >= 0; --reg) in compensate_edge()
2904 if (target_stack->reg[reg] != source_stack->reg[reg]) in compensate_edge()
2918 print_stack (dump_file, target_stack); in compensate_edge()
2930 gcc_assert (target_stack->top == -1); in compensate_edge()
2939 gcc_assert (target_stack->top == -1); in compensate_edge()
2958 change_stack (BB_END (source), &regstack, target_stack, in compensate_edge()
2972 change_stack (after, &regstack, target_stack, EMIT_BEFORE); in compensate_edge()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dreg-stack.cc2903 stack_ptr target_stack = &BLOCK_INFO (target)->stack_in; in compensate_edge() local
2911 gcc_assert (target_stack->top != -2); in compensate_edge()
2914 if (target_stack->top == source_stack->top) in compensate_edge()
2916 for (reg = target_stack->top; reg >= 0; --reg) in compensate_edge()
2917 if (target_stack->reg[reg] != source_stack->reg[reg]) in compensate_edge()
2931 print_stack (dump_file, target_stack); in compensate_edge()
2943 gcc_assert (target_stack->top == -1); in compensate_edge()
2952 gcc_assert (target_stack->top == -1); in compensate_edge()
2971 change_stack (BB_END (source), &regstack, target_stack, in compensate_edge()
2985 change_stack (after, &regstack, target_stack, EMIT_BEFORE); in compensate_edge()
H A DChangeLog-19993127 * reg-stack.c (convert_regs_1): Initialize target_stack->top
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-2018734 * target.c (target_stack::push, target_stack::unpush)
737 (target_stack::find_beneath): Adjust to use the stratum method
6392 * target.c (target_stack::unpush): Remove unused variables.
8839 (class target_stack): New.
8843 (target_stack::push, target_stack::unpush): New.
8846 (target_ops::beneath, target_stack::find_beneath): New.
8877 * target.h (target_stack): Delete.
8879 * target.c (target_stack): Delete.
8882 * auxv.c: Use current_top_target instead of target_stack
11265 (target_stack): ... this. New.
[all …]
H A DChangeLog-202017864 (target_stack::push): Add process_stratum targets to the
18224 (target_stack::push): Incref/decref the target.
18226 (target_stack::unpush): Defref target.
H A DChangeLog-20211563 * target.c (target_stack::unpush): Call target_ops::find_beneath
H A DChangeLog-20032222 * target.c (target_stack): Change to a static target_ops.
2229 (target_stack): Delete declaration.
H A DChangeLog-20192380 * target.c (target_stack::push): Call 'unpush' if there's a
15690 * target.c (target_stack::unpush): Move assertion earlier.
H A DChangeLog-20083684 (pop_target): Call target_close on target_stack instead
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-2018734 * target.c (target_stack::push, target_stack::unpush)
737 (target_stack::find_beneath): Adjust to use the stratum method
6392 * target.c (target_stack::unpush): Remove unused variables.
8839 (class target_stack): New.
8843 (target_stack::push, target_stack::unpush): New.
8846 (target_ops::beneath, target_stack::find_beneath): New.
8877 * target.h (target_stack): Delete.
8879 * target.c (target_stack): Delete.
8882 * auxv.c: Use current_top_target instead of target_stack
11265 (target_stack): ... this. New.
[all …]
H A DChangeLog-20032222 * target.c (target_stack): Change to a static target_ops.
2229 (target_stack): Delete declaration.
H A DChangeLog-20192380 * target.c (target_stack::push): Call 'unpush' if there's a
15690 * target.c (target_stack::unpush): Move assertion earlier.
H A DChangeLog-20083684 (pop_target): Call target_close on target_stack instead
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git83313 Now that the inferiors target_stack automatically manages target
83322 to inferior::~inferior that ensures the inferior's target_stack is
83371 gdb: have target_stack automate reference count handling
83372 This commit changes the target_stack class from using a C style array
83393 …#9 0x0000000000de334d in target_stack::find_beneath (this=0x4934d78, t=0x2bda270 <the_dummy_targe…
83465 references to the target_ops objects on the inferior's target_stack.
83472 the m_stack in target_stack to hold target_ops_ref objects. This
83482 There's a slight oddity in target_stack::unpush, where we std::move
83501 is not in any inferiors target_stack.
83508 target_ops in its target_stack. Now when the REF object goes out of
[all …]