• R/O
  • HTTP
  • SSH
  • HTTPS

Liste der Commits

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


gdb-csl-20060226-branch
RSS
Rev. Zeit Autor
9bab65a gdb-csl-20060226-branch 2006-08-03 02:40:18 Richard Sandiford

gdb/gdbserver/
* server.c (terminal_fd): New variable.
(old_foreground_pgrp): Likewise.
(restore_old_foreground_pgrp): New function.
(start_inferior): Record the terminal file descriptor in terminal_fd
and its original foreground group in old_foreground_pgrp. Register
restore_old_foreground_pgrp with atexit().

4f97829 2006-08-02 01:48:27 Kazu Hirata

gdb/
Backport from mainline:
2006-06-24 Eli Zaretskii <eliz@gnu.org>
* defs.h (DIRNAME_SEPARATOR) [!__CYGWIN__ && _WIN32]:
Define to `;'.

f19b57f gdb-csl-20060226-branch-local-2 gdb-csl-sourcerygxx-4_1-17 2006-07-27 17:28:43 Nathan Sidwell

gdb/testsuite/
* gdb.base/cursal.exp: Add "" to gdb_load call.

c542c4f 2006-07-24 22:31:34 Nathan Sidwell

gdb/testsuite/
* gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
* gdb.base/cursal.exp: Revert my 2006-06-09 change. Use
gdb_file_cmd followed by gdb_load.
* gdb.base/dbx.exp: Revert my 2006-06-09 change.

fc468d8 2006-07-24 07:22:49 Kazu Hirata

readline/
Backport from mainline:
* emacs_keymap.c: Add a MINGW32 hack.
* readline.c: Use _rl_bind_if_unbound to avoid macro bugs.

bc42de2 2006-07-18 16:27:41 Nathan Sidwell

gdb/
* remote-fileio.c (remote_fileio_func_rename): Reorder to process
input buffer before reading memory.
(remote_fileio_func_stat): Likewise.

6557226 2006-07-17 04:42:40 Nathan Sidwell

gdb/
* configure: Rebuild to correct problem in previous patch.

544aa51 2006-07-15 18:44:51 Vladimir Prus

* configure.ac: Accept --with-versuffix and --with-bugurl.
* configure: Regenerate.
* Makefile.in: (VERSUFFIX_s, BUGURL_s): New.
(GDB_FLAGS): Add -DVERSUFFIX and -DBUGURL.
* top.c (print_gdb_version): Print VERSUFFIX and BUGURL.

636dd1c 2006-07-04 22:42:10 Daniel Jacobowitz

Backport get_remote_packet_size from HEAD.

869175f 2006-07-04 00:58:50 Daniel Jacobowitz

Backport rs->buf patch from HEAD.

54709be gdb-csl-sourcerygxx-4_1-13 gdb-csl-sourcerygxx-4_1-14 2006-06-23 19:21:03 Nathan Sidwell

gdb/testsuite/
* lib/gdb.exp (gdb_load_cmd): Fix variable name typo
* config/unknown.exp: Check gdb_board_support before claiming it
is not supported.

12dae58 gdb-csl-sourcerygxx-4_1-12 2006-06-23 05:30:55 Daniel Jacobowitz

Merge testsuite ERROR fixes from HEAD.

ebcbf1e gdb-csl-sourcerygxx-3_4_4-21 2006-06-19 23:34:26 Nathan Sidwell

* gdb/testsuite/
gdb.base/recurse.exp: Revert my 2006-06-09 patch. Rely on test
harness to set number of hardware watchpoints.

1dd10de 2006-06-16 05:38:13 Daniel Jacobowitz

* Makefile.def (fixincludes): Correct extra_configure_flags
typo.
(expat): Don't install. Don't build shared libraries.
* Makefile.in: Regenerated.

f91db59 gdb-csl-sourcerygxx-4_1-9 2006-06-13 22:09:18 Nathan Sidwell

gdb/testsuite/
* lib/gdb.exp (gdb_load_cmd): New.

12d543b 2006-06-12 17:01:54 Nathan Sidwell

gdb/
* m68k-tdep.c (m68k_frame_align): Say which archs need alignment.

gdb/testsuite/
* gdb.base/charset.exp: Use ${srcfile}.

b947bb6 gdb-csl-sourcerygxx-4_1-8 2006-06-11 02:56:57 Daniel Jacobowitz

* remote-fileio.c (remote_fileio_func_read): Limit console
reads to 8K.

c1304ec 2006-06-10 05:53:31 Nathan Sidwell

gdb/testsuite/
* gdb.base/recurse.exp: Add gdb,hardware_watchpoint target
info. Adjust testing to cope with a single watchpoint.
* gdb.base/watchpoint.exp: Adjust expected string.

64b9de0 2006-06-10 05:43:17 Nathan Sidwell

gdb/testsuite/
* gdb.base/cursal.exp: Run to main before setting listing
size.
* gdb.base/dbx.exp: Run to main before testing.
* gdb.base/ending-run.exp: Add additional expected string.
* gdb.base/huge.c: Allow CRASH_GDB to be set from command
line.
* gdb.base/huge.exp: Loop over compilation to find a size that
is acceptable.
* gdb.base/remote.exp: Correct expected strings.
* gdb.dwarf2/mac-fileno.S: Avoid # comments.

a780838 2006-06-10 05:25:26 Nathan Sidwell

gdb/
* remote-file.io.c (remote_fileio_func_system): Treat zero length
string as NULL. Adjust for NULL pointer argument.
* doc/gdb.texinfo (system): Document behaviour with zero length
string.

gdb/testsuite/
* gdb.base/fileio.c: Add system(NULL) test.
* gdb.base/fileio.exp: Check it.

228ec54 2006-06-10 05:11:08 Nathan Sidwell

gdb/testsuite/
* gdb.cp/anon-union.cc: Add code at end of function.
* gdb.cp/anon-union.exp: Adjust end of function breakpoint.
* gdb.mi/var-cmd.c: Add code at end of function.
* gdb.mi/mi-var-display.exp: Adjust end of next.
* gdb.mi/mi2-var-display.exp: Likewise.

ce3bfcb 2006-06-10 05:01:39 Nathan Sidwell

gdb/testsuite/
* gdb.base/break.c: Add breakpoint 10a marker.
* gdb.base/break.exp: Check breakpoint on }

fdadd53 2006-06-09 21:12:03 Nathan Sidwell

gdb/
* m68k-tdep.c (m68k_frame_align): New.
(m68k_push_dummy_call): Don't align here.
(m68k_gdbarch_init): Set frame_align here.

bacb7b1 gdb-csl-sourcerygxx-4_1-7 2006-06-09 03:30:22 Nathan Sidwell

* gdb/remote.c (remote_open_1): Do preopen tasks before
irreversably destroying state.

1089f31 2006-06-08 16:23:04 Nathan Sidwell

* gdb/m68k-tdep.c (m68k_svr4_extract_return_value): Use
tdep->ptr_value_regnum for pointer returns.
(m68k_svr4_store_return_value): Likewise.
(m68k_reg_struct_return_r): New, broken out of ...
(m68k_reg_struct_return_p): ... here. Implement gcc's structure
mode algorithm.
(m68k_svr4_init_abi, m68k_aout_init_abi): Set ptr_value_regnum.
(m68k_gdbarch_init): Likewise.
* gdb/m68k-tdep.h (struct gdbarch_tdep): Add ptr_value_regnum
field.

51e5124 gdb-csl-arm-2006q1-6 gdb-csl-sourcerygxx-4_1-6 2006-06-06 02:31:50 Nathan Sidwell

* gdb/remote.c (remote_insert_watchpoint): Return -1, rather than
fatal error if packet is disabled.
(remote_remove_watchpoint, remote_insert_hw_breakpoint,
remote_remove_hw_breakpoint): Likewise.
Revert my 2006-06-01 Nathan Sidwell <nathan@codesourcery.com>
change to breakpoint.c

d4c12eb 2006-06-06 00:39:14 Nathan Sidwell

* gdb/testsuite/gdb.asm/m68k.inc (gdbasm_call): Use jsr.
* gdb/testsuite/gdb.base/fileio.c (stop): New. Call it everywhere
the debugger should stop.
* gdb/testsuite/gdb.base/fileio.exp: Add breakpoint to stop
routine and adjust.
* gdb/testsuite/gdb.base/charset.exp: Specify source file for
breakpoint address.

943f48c 2006-06-06 00:36:02 Nathan Sidwell

* gdb/testsuite/gdb.asm/m68k.inc (gdbasm_call): Use jsr.
* gdb/testsuite/gdb.base/fileio.c (stop): New. Call it everywhere
the debugger should stop.
* gdb/testsuite/gdb.base/charset.exp: Add breakpoint to stop
routine and adjust.

015ee5f 2006-06-06 00:31:10 Nathan Sidwell

fix typo

0ed1f50 2006-06-06 00:30:47 Nathan Sidwell

missing changelog