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.
7662 GDB displays inlined functions just like non-inlined functions. They
7666 inlined by using the `info frame' command.
7668 For GDB to support inlined functions, the compiler must record
7671 only supports inlined functions when using DWARF 2. Versions of GCC
7673 `DW_AT_call_line'); GDB does not display inlined function calls with
7675 variables of inlined functions as local variables in the caller.
7677 The body of an inlined function is directly included at its call
7678 site; unlike a non-inlined function, there are no instructions devoted
7680 the inlined function are different instructions. Stepping to the call
7682 of the inlined function, even though no additional instructions are
7688 instruction steps always show the inlined body.
7690 There are some ways that GDB does not pretend that inlined function
7693 * You cannot set breakpoints on inlined functions. GDB either
7695 breakpoint only on non-inlined copies of the function. This
7697 set a breakpoint by line number on the first line of the inlined
7700 * Setting breakpoints at the call site of an inlined function may not
7705 line or inside the inlined function instead.
7707 * GDB cannot locate the return value of inlined calls after using