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

  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
frame-tailcall.c 236 int next_levels = existing_next_levels (this_frame, cache); local
241 next_levels++;
242 gdb_assert (next_levels >= 0);
244 if (next_levels < chain->callees)
245 return chain->call_site[chain->length - next_levels - 1]->pc ();
246 next_levels -= chain->callees;
251 if (next_levels < chain->callers)
252 return chain->call_site[chain->callers - next_levels - 1]->pc ();
253 next_levels -= chain->callers;
256 gdb_assert (next_levels == 0)
277 int next_levels = existing_next_levels (this_frame, cache); local
321 int next_levels; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
frame-tailcall.c 236 int next_levels = existing_next_levels (this_frame, cache); local
241 next_levels++;
242 gdb_assert (next_levels >= 0);
244 if (next_levels < chain->callees)
245 return chain->call_site[chain->length - next_levels - 1]->pc ();
246 next_levels -= chain->callees;
251 if (next_levels < chain->callers)
252 return chain->call_site[chain->callers - next_levels - 1]->pc ();
253 next_levels -= chain->callers;
256 gdb_assert (next_levels == 0)
277 int next_levels = existing_next_levels (this_frame, cache); local
321 int next_levels; local
    [all...]

Completed in 72 milliseconds