Searched +refs:gdb +refs:stack +refs:list +refs:frames +refs:custom (Results 1 – 14 of 14) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/ |
H A D | gdbint.texinfo | 3 @include gdb-cfg.texi 150 The target side consists of execution control, stack frame analysis, and 174 Operations such as disassembly, stack frame crawls, and register 194 dependent. Examples are the stack frame format, instruction set, 195 breakpoint instruction, registers, and how to set up and tear down the stack 228 @cindex call stack frame 246 the code that creates new frames. (@code{create_new_frame} calls 248 you should use the @code{DEPRECATED_FP_REGNUM} value, if your frames are 707 hooks and gdb-events. Unfortunately, none of these paradigms was 737 a command may itself direct a lookup on a different command list. [all …]
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | NEWS | 89 A bug in the VAX stack code was causing problems with the "next" 215 The files bfd/elf-bfd.h, gdb/dictionary.c and gdb/types.c contained 221 Due to header problems with <sys/proc.h>, the file gdb/proc-api.c 224 * Added execute permission to gdb/gdbserver/configure 226 The shell script gdb/testsuite/gdb.stabs/configure lacked execute 239 panic, that panic has been fixed. Ref: gdb/1628. 252 conflicted with the internal gdb byte cache. 266 from within GDB on operating systems with a non-executable stack 273 with this and other changes gdb should now start faster on large C++ 361 information that more exactly describes the program's run-time stack. [all …]
|
H A D | ChangeLog-2000 | 165 gdb-events.c, gdbarch.c, gdbtypes.c, gnu-nat.c, h8500-tdep.c, 177 source.c, sparcl-tdep.c, stabsread.c, stack.c, sun386-nat.c, 192 * MAINTAINERS: Add Michael Chastain to Write After Approval list. 200 (gdb$(EXEEXT)): Depend on CONFIG_OBS and link with it. 320 * gdb-stabs.h (SECT_OFF_MAX): Increase to 64. 337 * Makefile.in (symfile.o): Add gdb-stabs.h to dependencies list. 545 symtab.o, tracepoint.o): Add linespec.h to dependencies list. 547 to dependencies list. 563 * MAINTAINERS: Add Mark Salter to Write After Approval list. 598 (STACK_CORRECTION): Get stack correction using gdbarch_tdep. [all …]
|
H A D | ChangeLog-2003 | 28 distribution, since there's no gdb.cxx directory anymore. 291 * stack.c (get_frame_language): Likewise. 561 * source.c, sparc-tdep.c, stack.c, target.c: Update. 686 * stack.c (return_command): Handle "void", "legacy" and "unknown 1130 * stack.c (return_command): Update call. 1375 * stack.c (return_command): Warn when STRUCT_CONVENTION, and not 1553 * stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO. 1610 * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h) 1641 * stack.c (return_command): Use get_frame_type, instead of 1857 * Makefile.in (stack.o): Add $(regcache_h). [all …]
|
H A D | ChangeLog-2001 | 340 dependency list on remaining build rule. 392 target list. 420 list onto the stack. Use table.entry_level. 580 is how the rest of gdb creates types. 799 return values on the stack. 804 arguments into their stack slots. 1122 dummy frames. 1215 Fix for PR gdb/209, PR gdb/156: 1388 (s390_push_arguments): When passing args on the stack, align each 1570 interact correctly with generic dummy frames. [all …]
|
H A D | ChangeLog-1992 | 8 generators get fixed, rather than adding bug workarounds in gdb 24 * gdb-stabs.h: Remove gobs of HPPA cruft. 44 single_assignment_action): New terminals and nonterminal for gdb 62 * (find_unwind_entry): New routine to locate stack frame info 76 to control/observe aspects of the unwind (stack frame) info. 91 NAMES_HAVE_UNDERSCORE differences between gdb and bfd if the 128 it to a cleanup list. Now just use SYMBOL_DEMANGLED_NAME. 137 * stack.c (return_command): Remove explicit demangling of name 171 consistent with other gdb structure definitions. 183 infcmd.c, m2-exp.y, minsyms.c, objfiles.h, solib.c, stack.c, [all …]
|
/openbsd-src/gnu/llvm/lldb/docs/ |
H A D | lldb-gdb-remote.txt | 81 // NB: key/value pairs are sent as-is so gdb-remote protocol meta characters 112 // This allows values with gdb-remote metacharacters like '#' to be sent. 241 // Get the processor tracing type supported by the gdb-server for the current 453 // a given trace technology. The response is a JSON object with custom 585 // "qXfer:features:read:target.xml" FSF gdb standard register packet 801 sp (a stack pointer register. for example "name=esp;" (i386), 816 The value for this key is a comma separated list of raw hex (optional 840 The value for this key is a comma separated list of raw hex (optional 852 and just list a single register: 971 Needed for the "dirty-pages:" list in the qMemoryRegionInfo [all …]
|
/openbsd-src/gnu/llvm/llvm/docs/ |
H A D | CodeGenerator.rst | 54 code generation (register allocation, scheduling, stack frame representation, 59 provided by LLVM, and can optionally provide custom target-specific passes, 139 for the function and the amount of stack space required is known (used for 141 can be inserted and "abstract stack location references" can be eliminated. 143 elimination and stack packing. 164 special pass to handle the 80x87 floating point stack architecture. Other 165 targets with unusual requirements can be supported with custom passes as needed. 289 the opcode, the number of operands, the list of implicit register uses and defs, 296 The ``TargetFrameLowering`` class is used to provide information about the stack 297 frame layout of the target. It holds the direction of stack growth, the known [all …]
|
/openbsd-src/gnu/gcc/gcc/doc/ |
H A D | tm.texi | 37 * Stack and Calling:: Defining which way the stack grows and by how much. 149 If defined, a list of pairs of strings, the first of which is a 152 supported) list of options with which to replace the first option. The 153 target defining this list is responsible for assuring that the results 169 A list of specs for the driver itself. It should be a suitable 187 A list of specs used to support configure-time default options (i.e.@: 467 to the list of directories used to find the assembler in @file{configure.in}. 847 stack, and when the processing was finished, it had to be popped off the 848 stack. GCC used to provide function pointers called 1023 Normal alignment required for function parameters on the stack, in [all …]
|
H A D | gccint.info | 206 others, all are passed on the stack. It would be possible to use 1181 `EXCLUDES', a list of files from which messages should not be 1254 Each file has a list of the shell variables it sets, with 1332 stages. Also list the various source files that are used in the build 1529 FIXME: list here, with explanation, all the C source files and headers 1752 * A mention of the language in the list of supported languages in 1764 own manual then there should be a link to that manual's list in 1806 <gcc-announce@gcc.gnu.org> mailing list. 1821 to list the tarballs and diffs for this front end. 2021 If defined, a space-separated list of compiler executables that [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
H A D | tm.texi | 37 * Stack and Calling:: Defining which way the stack grows and by how much. 148 If defined, a list of pairs of strings, the first of which is a 151 supported) list of options with which to replace the first option. The 152 target defining this list is responsible for assuring that the results 168 A list of specs for the driver itself. It should be a suitable 409 to the list of directories used to find the assembler in @file{configure.in}. 859 stack, and when the processing was finished, it had to be popped off the 860 stack. GCC used to provide function pointers called 1032 Normal alignment required for function parameters on the stack, in 1033 bits. All stack parameters receive at least this much alignment [all …]
|
/openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
H A D | Options.td | 131 See the :doc:`full list of warning and remark flags <DiagnosticsReference>`.}]>; 292 string help="", list<OptionFlag> flags=[]> { 303 string help="", list<OptionFlag> flags=[]> { 314 string help="", list<OptionFlag> flags=[]> { 324 string help="", list<OptionFlag> flags=[]> { 360 class FlagDef<bit polarity, bit value, list<OptionFlag> option_flags, 361 string help, list<code> implied_by_expressions = []> { 370 list<OptionFlag> OptionFlags = option_flags; 376 list<code> ImpliedBy = implied_by_expressions; 380 class BothFlags<list<OptionFlag> option_flags, string help = ""> { [all …]
|
/openbsd-src/gnu/usr.bin/perl/pod/ |
H A D | perl5220delta.pod | 165 The list form of pipe: 171 as a list. 173 =head2 Assignment to list repetition 175 C<(...) x ...> can now be used within a list that is assigned to, as long 210 the C level backtrace (similar to what symbolic debuggers like gdb do). 212 The backtrace returns the stack trace of the C call frames, 227 Perl has been compiled with the anti-stack-smashing option 254 list (if any). 279 List slices now return an empty list onl [all...] |
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.5 | 214 SAVE_EXPR stack in case we had a SUBREG. 897 * doc/install.texi: Add 'c' to list of --enable-languages choices. 1778 before reg-stack and shorten-branches. Do shorten-branches 1779 after reg-stack. 1955 before reg-stack and shorten-branches. Do shorten-branches 1956 after reg-stack. 2541 where appropriate. Use TEXI2DVI instead of custom tex calls. 2562 (strict_ansi_not_ctd): put limits.h second in list for same reason 3167 * invoke.texi: Add more options to summary list. 3260 (mips_expand_epilogue): Handle EH stack adjustments. [all …]
|