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