Home
last modified time | relevance | path

Searched +refs:gdb +refs:breakpoints +refs:buffer (Results 1 – 25 of 28) sorted by relevance

12

/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/
H A DChangeLog3 * gdb.mi/gdb701.c (main): Return 0.
7 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
11 * gdb.threads/schedlock.c: Add comment markers to use to find
13 * gdb.threads/schedlock.exp: Adjust regex to handle the new
15 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
20 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
24 * configure.in: Add gdb.dwarf2.
26 * Makefile.in: Add gdb.dwarf2.
27 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
28 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A Dgdbint.texinfo3 @include gdb-cfg.texi
260 @cindex breakpoints
265 There are two main ways to implement breakpoints; either as ``hardware''
266 breakpoints or as ``software'' breakpoints.
268 @cindex hardware breakpoints
270 Hardware breakpoints are sometimes available as a builtin debugging
283 breakpoints somehow; for instance, a ROM monitor may do its own
284 software breakpoints. So although these are not literally ``hardware
285 breakpoints'', from @value{GDBN}'s point of view they work the same;
289 Since they depend on hardware resources, hardware breakpoints may be
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/tui/
H A DChangeLog-1998-2003121 Fix PR gdb/675
169 Fix PR gdb/787
175 Fix PR gdb/478
201 to enter one gdb command.
205 when the buffer becomes empty and we are in tui_one_command_mode.
210 when leaving TUI mode so that gdb prompt is displayed.
214 * tuiStack.c (tui_make_status_line): Make sure the local buffer
220 (tui_command_loop): New function to override gdb loop and make sure
243 * tui.c (tui_rl_startup_hook): Always take care of gdb prompt.
304 (tui_rl_command_key): New function to execute gdb command.
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-199823 (gdb$(EXEEXT)): Make it dependent on BUILD_TUI.
56 (gdb$(EXEEXT)): Add tui-all to the list of
67 (gdb$(GDBEXT)): Use those, instead of referring to tui-all and
71 (gdb$(EXEEXT)): Depend on the actual tui library, not on a
132 (remove_breakpoints): Check for breakpoints of types bp_none,
140 (delete_breakpoint): Test for already deleted breakpoints; add
142 breakpoints.
147 to the clear command, delete all breakpoints that are hit at
208 breakpoints. There was something funky going on previously with
231 (catch_command_1): Differs from gdb 4.16 and gdb 4.17. Is now
[all …]
H A DChangeLog-3.x188 * config.gdb (sun3, sun4): Accept "sun3" and "sun4".
263 * config.gdb, Makefile.dist: Shorten m-i386-sv32.h.
282 * config.gdb (various): "$machine =" -> "machine =".
313 * config.gdb: Change /dev/null to m-i386.h for various
316 * config.gdb: Accept seq386 for sequent symmetry.
338 * config.gdb (i386): Change /dev/null to m-i386.h
340 * config.gdb: Add ';;' before 'esac'.
342 * Makefile.dist (gdb.tar.Z): Move comment above dependency.
423 * gdb.texinfo (Output): Fix description of echo to match
525 * config.gdb: Change all occurances of "skip" to "/dev/null".
[all …]
H A DChangeLog-199914 breakpoints specified in ``sals''. Delete unused variables.
15 Pre-allocate addr_strings for all breakpoints. Allocate a
58 * testsuite/gdb.base/callfuncs.exp: make "next" test match the
125 * testsuite/gdb.threads/linux-dp.exp: Make test for "New Thread"
314 * gdb-events.h, gdb-events.c (set_gdb_event_hooks): Return the old
355 (bpstat_what): don't stop at invisible thread_event breakpoints.
359 (print_it_typical): don't announce bp_thread_event breakpoints.
361 (mention): don't mention invisible bp_thread_event breakpoints.
411 * gdb-events.h: Fix typo in description of breakpoint events.
412 * gdb-events.sh: Update.
[all …]
H A DChangeLog-199611 this fixes problem with setting breakpoints in little-endian
96 some breakpoints weren't being set.
240 of instruction trace buffer.
391 New routines to get signed values from a buffer.
394 to buffer instead of allocating storage.
522 errors when hitting breakpoints during inferior function calls
588 -DMMCHECK_FORCE=1 so memory checks are loaded for cygwin32 gdb
644 config/mips/tm-mips.h, mswin/prebuilt/gdb/cexptab.c,
645 mswin/prebuilt/gdb/fexptab.c, mswin/prebuilt/gdb/m2exptab.c:
707 * cp-valprint.c (cp_print_value): Prevent gdb crashes by making sure
[all …]
H A DChangeLog-2002545 for PR gdb/741.
803 * PROBLEMS: Delete reference to PR gdb/725.
805 * MAINTAINERS (gdb.c++): Add David Carlton.
835 * ax-gdb.c (agent_command): Ditto.
1035 the static block. See PR gdb/804.
1100 Fix PR gdb/725.
1131 * PROBLEMS: Mention PR gdb/725.
1664 Fix PR gdb/773.
1680 * gdbarch.sh: Use `sort -k 3`. Fix PR gdb/527.
1728 * gdb/parser-defs.h: (struct objc_class_str): New structure
[all …]
H A DChangeLog-1994666 gdb/gdbserver/Makefile.in, not gdb/Makefile.in.
749 symbol_completion_function, takes the line buffer and the
750 point in the line buffer as additional arguments.
845 (remote-vx.o): Depend on gdb-stabs.h objfiles.h symfile.h $(bfd_h).
969 their real name. Enables setting of breakpoints in shared libraries
994 list-objfiles because old gdb's choke on it.
1339 Remove item about gdb catching SIGINT when attached; this is done.
1557 Optionally cope with BC style breakpoints.
1565 * config/i386/xm-go32.h (GDBINIT_FILENAME): Set to gdb.ini.
1847 * ser-go32.c: (dos_async_ready): See if anything is in the buffer.
[all …]
H A DChangeLog-2001439 to short so that we don't memcpy() beyond the end of this buffer.
580 is how the rest of gdb creates types.
1215 Fix for PR gdb/209, PR gdb/156:
1277 * infptrace.c (fetch_register): Dynamically allocate buffer for
1280 register buffer directly.
1480 (tty_input): Wire buffer to 400 bytes.
1525 object's buffer.
1645 breakpoints when they fail.
1929 Fix PR gdb/219.
1939 (search_symbols): Alloca buffer is too small, may get clobbered.
[all …]
H A DChangeLog-19979 longjmp breakpoints.
155 backwards thru the trace buffer in a loop.
165 working; initial changes to push and pop frames (so that gdb
266 which is a new functionality somewhat like breakpoints except
390 to allocate memory for environ space, gdb cannot use memory
611 intrinsic simulator breakpoints if available, otherwise do it the
1068 * ser-ocd.c: add buffer to contain responses from sending a
1070 (ocd_readchar): return curr char from buffer and increment ptr
1071 (ocd_write): send buffer to Wigglers.dll, storing response in
1072 return buffer and initializing curr location ptr to start of
[all …]
H A DChangeLog-1991157 rest of gdb, for both stabs-based and ecoff-based symtabs.
261 (eb_mourn_inferior): Remove breakpoints, then generically weep.
356 the current gdb test suite tests.
477 'i' has gdb-internal number 'FP0+i', not '32+i'.
523 * doc/gdb.texinfo: remove leading comments that survived M4 but
600 portion of union types as well as struct types, since gdb attempts
629 * Remove gdb/hp-include. Support for HP a.out oddities should be
630 in BFD, not in GDB. Move gdb/hp-include/a.out.h to include/a.out.hp.h.
636 gdb/config/mh-* and gdb/config/mt-*. This is for consistency with
744 compiler from making gdb bomb out. Thanks to Ed Santiago!
[all …]
H A DChangeLog-1995107 * mac-gdb.r: Fix version resources to use symbolic version strings.
352 * objfiles.c (map_to_address): Have gdb print a warning when it
371 at all in this version of gdb.
495 * mac-gdb.r: Added #ifdef Macgdb.
828 breakpoints if we can't find the longjmp target?
841 startup. Eliminate sleeps. Clear breakpoints (if using monitor
842 breakpoints). Re-init frame.
972 * mac-gdb.r: New file, was macgdb.r, renamed for consistency
1034 (hardware breakpoints). Move lots of stuff from asm-land to
1190 Also, provide for gdb to evaluate simple constants and names..
[all …]
H A DChangeLog-200328 distribution, since there's no gdb.cxx directory anymore.
910 (bcache): Make returned buffer constant.
1089 PR breakpoints/1450
1133 * target.h (struct target_ops): Order xfer buffer parameters "read
1387 Fix a reversed condition for hardware breakpoints.
1401 or hardware breakpoints.
1409 * breakpoints.c (insert_bp_location): New function, broken out
1428 instead of ALL_BREAKPOINTS. Check for software breakpoints only.
1583 * MAINTAINERS: Remove myself as owner of breakpoints and
1610 * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h)
[all …]
H A DChangeLog-19928 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
91 NAMES_HAVE_UNDERSCORE differences between gdb and bfd if the
171 consistent with other gdb structure definitions.
677 gdb, and gcc.
732 which together maintain a dynamically expandable static buffer
804 * main.c (main): Print GDB version number in gdb -help; doc pid arg.
1147 * Makefile.in (VERSION): gdb-4.7 release.
1148 * README: Update for gdb-4.7.
[all …]
H A DChangeLog-1993414 * gdb/config/m88k/delta88.mh (NATDEPFILES): Added corelow.o and
416 * gdb/m88k-nat.c (m88k_register_u_addr): Avoid error when passed
422 * go32-xdep.c (re_comp, re_exec): Remove stubs now that gdb
447 when to stop, instead of computing buffer+fetchlimit which
650 updated) information in doc/gdb.texinfo instead.
780 breakpoints for systems where DECR_PC_AFTER_BREAK > 0 (ie: backup
814 version of g++, but it does happen in old g++ and cause gdb error.
853 since it involves a fixed size buffer.
1039 BSD/386 release 1.0. Update gdb references to gdb 4.11.
1045 * valops.c (value_assign): Change bitfield code to use a buffer of
[all …]
H A DChangeLog41 * gdb/NEWS: Mention internationalization, m32r-*-linux-gnu, 'p'
706 Pass buffer.word to ptrace write.
1347 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
1355 * valops.c (value_assign): Move 'buffer' to the enclosing block,
1952 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
1988 Fix PR breakpoints/1757.
2001 Fix PR gdb/648
2730 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
2769 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
3165 explicitly setting the buffer to all zeroes.
[all …]
H A DChangeLog-2000165 gdb-events.c, gdbarch.c, gdbtypes.c, gnu-nat.c, h8500-tdep.c,
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.
612 --enable-gdb-build-warnings. Mention need to update doco.
1415 * ax-gdb.c (gen_struct_ref): while generating data code, cases of
1455 in a register as gdb value_equal() cannot handle that case yet.
1723 gdb.base/sigall.exp for Linux/x86 now.
1895 * event-top.c gdb-events.sh: Corrected comment spelling.
2115 of bits in gdb's representation of a target address.
[all …]
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DChangeLog65 port wait on commands from gdb.
218 many software single step breakpoints if any are set.
266 breakpoints they have.
371 breakpoint traps from a memory buffer.
373 breakpoint traps prior to returning the buffer.
765 requests for setting hardware breakpoints.
814 requesting hardware breakpoints.
819 (MachProcess::EnableBreakpoint): Enabled breakpoints in hardware if
821 (MachProcess::DisableBreakpoint): Disable hardware breakpoints if that
958 gdb remote command.
[all …]
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DOptions.td53 Desc<"Show debugger internal breakpoints">;
61 def blist_dummy_bp : Option<"dummy-breakpoints", "D">,
62 Desc<"List Dummy breakpoints - i.e. breakpoints set before a file is "
103 Option<"dummy-breakpoints", "D">, Group<1>,
104 Desc<"Act on Dummy breakpoints - i.e. breakpoints set before a file is "
114 Desc<"Require the breakpoint to use hardware breakpoints.">;
119 "standard include file extensions. To set breakpoints on .c/.cpp/.m/.mm "
188 "expression (note: currently only implemented for setting breakpoints on "
204 Desc<"Move breakpoints to nearest code. If not set the "
208 Desc<"A specifier in the form filename:line[:column] for setting file & line breakpoints.">;
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/mi/
H A DChangeLog-1999-2003140 ../doc/gdb.texinfo.
245 * mi-cmd-env.c: New file. Part of fix for PR gdb/741.
264 with -var-update and add an example. Part of fix for gdb/702.
272 part of fix for PR gdb/604.
278 string_to_core_addr(). This is a fix for PR gdb/494.
286 is a fix for PR gdb/680.
299 extraneous blank in level field. Part of fix for PR gdb/192.
303 * mi-cmd-var.c (mi_cmd_var_update): Fix for PR gdb/672. For m2,
400 get_frame_block. (See entry in gdb/ChangeLog.)
429 Fix PR gdb/287.
[all …]
/openbsd-src/gnu/llvm/lldb/docs/
H A Dlldb-gdb-remote.txt81 // 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
311 // Each actual intel pt trace buffer, either from "process tracing" or "thread
312 // tracing", is stored in an in-memory circular buffer, which keeps the most
319 // buffer. It must be a power of 2 greater than or equal to 4096 (2^12)
356 // Instead of having an individual trace buffer per thread, this option
372 // Maximum total buffer size per process in bytes.
518 // - iptTrace: trace buffer for a thread or a cpu.
585 // "qXfer:features:read:target.xml" FSF gdb standard register packet
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A DChangeLog-910387 * floatformat.h (floatformat_to_double): Make input buffer constant.
378 * remote-sim.h: Move to directory gdb/.
379 * callback.h: Move to directory gdb/.
420 * sim-d10v.h: Delete file. Moved to include/gdb/.
441 * gdb: New directory.
1253 from FILE* to void*, for use with gdb's new type GDB_FILE.
1434 intrinsic breakpoints.
1492 obstack_freefun): Eliminate compile warnings in gdb.
1552 * remote-sim.h: New file, copied in from gdb/remote-sim.h. One
1598 * callback.h: New file, moved here from gdb.
[all …]
/openbsd-src/gnu/gcc/include/
H A DChangeLog-910387 * floatformat.h (floatformat_to_double): Make input buffer constant.
378 * remote-sim.h: Move to directory gdb/.
379 * callback.h: Move to directory gdb/.
420 * sim-d10v.h: Delete file. Moved to include/gdb/.
441 * gdb: New directory.
1253 from FILE* to void*, for use with gdb's new type GDB_FILE.
1434 intrinsic breakpoints.
1492 obstack_freefun): Eliminate compile warnings in gdb.
1552 * remote-sim.h: New file, copied in from gdb/remote-sim.h. One
1598 * callback.h: New file, moved here from gdb.
[all …]
/openbsd-src/gnu/usr.bin/binutils/include/
H A DChangeLog-910386 * floatformat.h (floatformat_to_double): Make input buffer constant.
422 * remote-sim.h: Move to directory gdb/.
423 * callback.h: Move to directory gdb/.
469 * sim-d10v.h: Delete file. Moved to include/gdb/.
496 * gdb: New directory.
1308 from FILE* to void*, for use with gdb's new type GDB_FILE.
1489 intrinsic breakpoints.
1547 obstack_freefun): Eliminate compile warnings in gdb.
1607 * remote-sim.h: New file, copied in from gdb/remote-sim.h. One
1653 * callback.h: New file, moved here from gdb.
[all …]

12