Lines Matching +refs:gdb +refs:include +refs:hook

9 @include gcc-vers.texi
53 cpp(1), gcov(1), as(1), ld(1), gdb(1), adb(1), dbx(1), sdb(1)
55 @file{ld}, @file{binutils} and @file{gdb}.
257 -Wmissing-format-attribute -Wmissing-include-dirs @gol
429 -include @var{file} -imacros @var{file} @gol
1411 gcc -c t.c -wrapper gdb,--args
1415 @samp{gdb --args}, thus the invocation of @command{cc1} will be
1416 @samp{gdb --args cc1 @dots{}}.
1433 For C and C++ source and include files, generate corresponding Ada specs.
1445 @include @value{srcdir}/../libiberty/at-file.texi
2063 ANSI/ISO C@. These include @code{ffs}, @code{alloca}, @code{_exit},
2272 The known incompatibilities in @option{-fabi-version=2} (the default) include:
2295 The known incompatibilities in @option{-fabi-version=1} include:
2382 point include:
3014 C dialect, since by definition the GNU dialects of C include all
3202 libc version 2.2. These include all ISO C90 and C99 features, as well
3365 @item -Wmissing-include-dirs @r{(C, C++, Objective-C and Objective-C++ only)}
3366 @opindex Wmissing-include-dirs
3367 @opindex Wno-missing-include-dirs
3368 Warn if a user-supplied include directory does not exist.
4258 Warn about suspicious uses of memory addresses. These include using
6517 instructions, which include x86, PowerPC, IA-64 and S/390.
6699 include use of conditional moves, min, max, set flags and abs instructions, and
8189 ANSI standards. When used at link-time, it may include libraries
8258 user-visible traps. These traps include division by zero, overflow,
8376 Currently the optimizations include specialization of division operation
9318 @include cppopts.texi
9389 The directories searched include several standard system directories
9615 If a standard system include directory, or a directory specified with
9618 system directory at its normal position in the system include chain.
9633 be searched for header files only for the case of @samp{#include
9634 "@var{file}"}; they are not searched for @samp{#include <@var{file}>},
9645 include files, and data files of the compiler itself.
9669 the compiler appends @samp{include} to the prefix.
9682 9, then it will be replaced by @file{[dir/]include}. This is to help
9698 @file{/usr/include} and libraries in @file{/usr/lib}, it will instead
9699 search @file{@var{dir}/usr/include} and @file{@var{dir}/usr/lib}.
9715 option are searched only for the case of @samp{#include "@var{file}"};
9716 they are not searched for @samp{#include <@var{file}>}.
9719 the @option{-I-}, these directories are searched for all @samp{#include}
9725 directory for @samp{#include "@var{file}"}. There is no way to
9764 @item %include <@var{file}>
9765 @cindex @code{%include}
9771 Just like @samp{%include}, but do not generate an error message if the include
9849 endfile Object files to include at the end of the link
9851 lib Libraries to include on the command line to the linker
9857 startfile Object files to include at the start of the link
9898 This is the same as @samp{%b}, but include the file suffix (text after
10105 %:getenv(TOPDIR /include)
10108 expands to @file{/path/to/top/include}.
11259 #include <avr/io.h>
11967 @samp{"/Library/Frameworks"}. An example include looks like
11968 @code{#include <Framework/header.h>}, where @samp{Framework} denotes
11992 is @var{version}. Typical values of @var{version} include @code{10.1},
12030 enable gdb to dynamically load @code{.o} files into already running
12556 to include the simulator library (@file{libsim.a}) on the linker
18186 TARGET_ADJUST_UNROLL_MAX target hook.
19507 -finstrument-functions-exclude-file-list=/bits/stl,include/sys
19512 contain @code{/bits/stl} or @code{include/sys}.
19514 If, for some reason, you want to include letter @code{','} in one of
19879 @include cppenv.texi
19901 A precompiled header file will be searched for when @code{#include} is
19905 looks for the include file in that directory. The name searched for is
19906 the name specified in the @code{#include} with @samp{.gch} appended. If
19909 For instance, if you have @code{#include "all.h"}, and you have
19921 This also works with @option{-include}. So yet another way to use
19924 a project, include them from another header file, precompile that header
19925 file, and @option{-include} the precompiled header. If the header files
19950 even include a precompiled header from inside another header, so long as
19951 there are no C tokens before the @code{#include}.