2009-01-08 Kai Tietz <kai.tietz@onevision.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
dde02812
ES
12009-01-08 Joel Brobecker <brobecker@adacore.com>
2 Emi Suzuki <emi-suzuki@tjsys.co.jp>
3
4 * breakpoint.c (do_enable_breakpoint): Use update_watchpoint for
5 watchpoints.
6
69bcc6bc
DE
72009-01-07 Doug Evans <dje@google.com>
8
9 * top.c (gdb_prompt_string): Delete, unused.
10
fa3a767f
PA
112009-01-07 Pedro Alves <pedro@codesourcery.com>
12
13 Delete ONE_PROCESS_WRITETEXT leftovers.
14
15 * breakpoint.c (insert_bp_location): Delete process_warning
16 argument. Adjust.
17 (insert_breakpoint_locations): Adjust.
18 (reattach_breakpoints): Adjust.
19 * infrun.c (normal_stop): Drop "It might be running in another
20 process" notice.
21
7b93f36d
SS
222009-01-07 Stan Shebs <stan@codesourcery.com>
23
24 * config/pa/linux.mh (XDEPFILES): Remove.
25
0380c18b
DE
262009-01-07 Doug Evans <dje@google.com>
27
28 * cli/cli-cmds.c (set_debug): Fix cut-n-paste error.
29
60023297
JK
302009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
31
32 * f-typeprint.c (f_type_print_base <TYPE_CODE_STRUCT>): Fix output
33 spacing, a regression from 2008-04-22.
34
ea8992ce
JB
352009-01-07 Joel Brobecker <brobecker@adacore.com>
36
37 * utils.c (gdb_print_host_address): Adjust implementation to
38 reuse host_address_to_string. Move comment explaining the conversion
39 from host address to string from here...
40 (host_address_to_string): ... to there.
41
301d2c47
ES
422009-01-07 Emi Suzuki <emi-suzuki@tjsys.co.jp>
43
44 * MAINTAINERS: Add myself for write after approval privileges.
45
170ce852
TT
462009-01-06 Tom Tromey <tromey@redhat.com>
47
48 * value.c (set_internalvar): Use value_free, not xfree.
49
fdb7262a
JB
502009-01-06 Jim Blandy <jimb@red-bean.com>
51
bf1d7d9c
JB
52 Check return values of functions declared with warn_unused_result
53 attribute in GLIBC 2.8.
54 * cli/cli-cmds.c (pwd_command): Check return value from getcwd.
55 * inflow.c (check_syscall): New function.
56 (new_tty): Use check_syscall to check return values from open and dup.
57 * linux-nat.c (linux_nat_info_proc_cmd): Check return value from fgets.
58 * main.c (captured_main): Call cwd after setting up gdb_stderr;
59 check for errors from getcwd.
60 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Check return value from getcwd.
61 * ui-file.c (stdio_file_write): Ignore return value from fwrite.
62 (stdio_file_fputs): Same.
63 * utils.c (internal_vproblem): abort if last-ditch error message
64 write fails.
65
fdb7262a
JB
66 * top.c (gdb_init): Don't set the current directory here; that's
67 already been done in captured_main.
68
84603566
SL
692009-01-06 Sandra Loosemore <sandra@codesourcery.com>
70
71 * ser-tcp.c: Adjust includes.
72 (tcp_set_cmdlist, tcp_show_cmdlist): Declare.
73 (tcp_auto_retry, tcp_retry_limit): Declare.
74 (TIMEOUT): Remove, in favor of tcp_retry_limit.
75 (POLL_INTERVAL): Increase to 5, in favor of backoff logic.
76 (wait_for_connect): New function.
77 (net_open): Use it. Add auto-retry logic.
78 (set_tcp_cmd, show_tcp_cmd): New functions.
79 (_initialize_ser_tcp): Initialize new "set/show tcp auto-retry"
80 and "set/show tcp connect-timeout" commands.
81 * NEWS: Document new commands.
82
5171e6b3
TT
832009-01-05 Tom Tromey <tromey@redhat.com>
84
85 * python/python-internal.h (Py_ssize_t): Define as int.
86
a367a1f2
JB
872009-01-05 Jim Blandy <jimb@red-bean.com>
88
89 * MAINTAINERS: Fix my e-mail address as steering committee member.
90
0fb0cc75
JB
912009-01-03 Joel Brobecker <brobecker@adacore.com>
92
93 Updated copyright notices for most files.
94
c9fc347d
JB
952009-01-03 Joel Brobecker <brobecker@adacore.com>
96
97 * top.c (print_gdb_version): Update copyright year.
98
a85d99b4
JB
992009-01-03 Joel Brobecker <brobecker@adacore.com>
100
101 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2008.
102
4d78a120
JB
1032009-01-01 Pedro Alves <pedro@codesourcery.com>
104
105 PR breakpoints/9681:
106 * exceptions.h (enum errors): New error type, MEMORY_ERROR.
107 * corefile.c (memory_error): Rewrite to throw a MEMORY_ERROR.
108 * breakpoint.c (fetch_watchpoint_value): Ignore MEMORY_ERRORs, but
109 retrow all other exceptions.
110
67de2a4c 111For older changes see ChangeLog-2008.
c906108c
SS
112\f
113Local Variables:
114mode: change-log
115left-margin: 8
116fill-column: 74
117version-control: never
57da7796 118coding: utf-8
c906108c 119End:
This page took 0.97825 seconds and 4 git commands to generate.