OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gcc_options
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/compile/
compile.c
501
std::string
gcc_options
= gdbarch_gcc_target_options (gdbarch);
505
if (!
gcc_options
.empty ())
506
result = gdb_argv (
gcc_options
.c_str ());
499
std::string
gcc_options
= gdbarch_gcc_target_options (gdbarch);
local
/src/external/gpl3/gdb.old/dist/gdb/compile/
compile.c
630
std::string
gcc_options
= gdbarch_gcc_target_options (gdbarch);
634
if (!
gcc_options
.empty ())
635
result = gdb_argv (
gcc_options
.c_str ());
628
std::string
gcc_options
= gdbarch_gcc_target_options (gdbarch);
local
Completed in 35 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026