Home | History | Annotate | Download | only in info

Lines Matching full:inlined

2900    * For an inlined function, a given source line can correspond to
2901 several places where that function is inlined.
7661 GDB displays inlined functions just like non-inlined functions. They
7665 inlined by using the `info frame' command.
7667 For GDB to support inlined functions, the compiler must record
7670 only supports inlined functions when using DWARF 2. Versions of GCC
7672 `DW_AT_call_line'); GDB does not display inlined function calls with
7674 variables of inlined functions as local variables in the caller.
7676 The body of an inlined function is directly included at its call
7677 site; unlike a non-inlined function, there are no instructions devoted
7679 the inlined function are different instructions. Stepping to the call
7681 of the inlined function, even though no additional instructions are
7687 instruction steps always show the inlined body.
7689 There are some ways that GDB does not pretend that inlined function
7692 * You cannot set breakpoints on inlined functions. GDB either
7694 breakpoint only on non-inlined copies of the function. This
7696 set a breakpoint by line number on the first line of the inlined
7699 * Setting breakpoints at the call site of an inlined function may not
7704 line or inside the inlined function instead.
7706 * GDB cannot locate the return value of inlined calls after using