Home
last modified time | relevance | path

Searched refs:show_inlines (Results 1 – 5 of 5) sorted by relevance

/external/lldb/source/Commands/
DCommandObjectSource.cpp421 const bool show_inlines = true; in DisplayFunctionSource() local
422 m_breakpoint_locations.Reset (start_file, 0, show_inlines); in DisplayFunctionSource()
682 const bool show_inlines = true; in DoExecute() local
683 m_breakpoint_locations.Reset (*sc.comp_unit, 0, show_inlines); in DoExecute()
741 const bool show_inlines = true; in DoExecute() local
742 m_breakpoint_locations.Reset (last_file_sp->GetFileSpec(), 0, show_inlines); in DoExecute()
844 const bool show_inlines = true; in DoExecute() local
845 m_breakpoint_locations.Reset (*sc.comp_unit, 0, show_inlines); in DoExecute()
/external/elfutils/src/tests/
Ddwflmodtest.c32 static bool show_inlines; variable
127 if (show_inlines) in print_func()
233 show_inlines = show_functions = true; in parse_opt()
/external/elfutils/src/src/
Dstack.c54 static bool show_inlines = false; variable
413 if (show_inlines && die != NULL) in print_frames()
526 show_inlines = show_debugname = true; in parse_opt()
531 show_inlines = true; in parse_opt()
Daddr2line.c125 static bool show_inlines; variable
251 show_inlines = true; in parse_opt()
640 if (show_inlines) in handle_address()
DChangeLog340 * stack.c (show_inlines): New static boolean.
342 (print_frames): ..here. If show_inlines is true and we found a
595 (show_inlines): New bool.