* CONTRIBUTE: Minor reformatting.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
ecf180db
JB
12009-01-09 Joel Brobecker <brobecker@adacore.com>
2
3 * CONTRIBUTE: Minor reformatting.
4
8234eceb
KT
52009-01-08 Kai Tietz <kai.tietz@onevision.com>
6
7 * MAINTAINERS: Add myself to Write After Approval.
a68ddad5
KT
8 * coff-pe-read.c (read_pe_exported_syms): Enable read of PE+
9 export directory.
8234eceb 10
72ee8797
NF
112009-01-08 Nathan Froyd <froydnj@codesourcery.com>
12
13 * remote-sim.c (gdb_os_error): Mark as a noreturn function.
14 Call exit to make it obvious to GCC.
15
f7545552
TT
162009-01-08 Tom Tromey <tromey@redhat.com>
17
18 PR breakpoints/9350:
19 * varobj.c (varobj_invalidate): Unconditionally free
20 all_rootvarobj.
21 * symfile.c (syms_from_objfile): Free local_addr when returning
22 normally.
23 * exec.c (exec_file_attach): Do cleanups before returning.
24 (exec_file_command): Likewise.
25 * corefile.c (reopen_exec_file): Do cleanups before returning.
26 * breakpoint.c (insert_breakpoint_locations): Do cleanups before
27 returning.
28 (do_vec_free): New function.
29 (update_global_location_list): Make a cleanup for old_locations.
30 Do cleanups before returning. Remove unused variable 'e'.
31 (find_condition_and_thread): Free result of parsing the
32 expression.
33 (print_it_typical): Do cleanups before returning.
34 (breakpoint_re_set_one): Always free sals.sals.
35
dde02812
ES
362009-01-08 Joel Brobecker <brobecker@adacore.com>
37 Emi Suzuki <emi-suzuki@tjsys.co.jp>
38
39 * breakpoint.c (do_enable_breakpoint): Use update_watchpoint for
40 watchpoints.
41
69bcc6bc
DE
422009-01-07 Doug Evans <dje@google.com>
43
44 * top.c (gdb_prompt_string): Delete, unused.
45
fa3a767f
PA
462009-01-07 Pedro Alves <pedro@codesourcery.com>
47
48 Delete ONE_PROCESS_WRITETEXT leftovers.
49
50 * breakpoint.c (insert_bp_location): Delete process_warning
51 argument. Adjust.
52 (insert_breakpoint_locations): Adjust.
53 (reattach_breakpoints): Adjust.
54 * infrun.c (normal_stop): Drop "It might be running in another
55 process" notice.
56
7b93f36d
SS
572009-01-07 Stan Shebs <stan@codesourcery.com>
58
59 * config/pa/linux.mh (XDEPFILES): Remove.
60
0380c18b
DE
612009-01-07 Doug Evans <dje@google.com>
62
63 * cli/cli-cmds.c (set_debug): Fix cut-n-paste error.
64
60023297
JK
652009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
66
67 * f-typeprint.c (f_type_print_base <TYPE_CODE_STRUCT>): Fix output
68 spacing, a regression from 2008-04-22.
69
ea8992ce
JB
702009-01-07 Joel Brobecker <brobecker@adacore.com>
71
72 * utils.c (gdb_print_host_address): Adjust implementation to
73 reuse host_address_to_string. Move comment explaining the conversion
74 from host address to string from here...
75 (host_address_to_string): ... to there.
76
301d2c47
ES
772009-01-07 Emi Suzuki <emi-suzuki@tjsys.co.jp>
78
79 * MAINTAINERS: Add myself for write after approval privileges.
80
170ce852
TT
812009-01-06 Tom Tromey <tromey@redhat.com>
82
83 * value.c (set_internalvar): Use value_free, not xfree.
84
fdb7262a
JB
852009-01-06 Jim Blandy <jimb@red-bean.com>
86
bf1d7d9c
JB
87 Check return values of functions declared with warn_unused_result
88 attribute in GLIBC 2.8.
89 * cli/cli-cmds.c (pwd_command): Check return value from getcwd.
90 * inflow.c (check_syscall): New function.
91 (new_tty): Use check_syscall to check return values from open and dup.
92 * linux-nat.c (linux_nat_info_proc_cmd): Check return value from fgets.
93 * main.c (captured_main): Call cwd after setting up gdb_stderr;
94 check for errors from getcwd.
95 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Check return value from getcwd.
96 * ui-file.c (stdio_file_write): Ignore return value from fwrite.
97 (stdio_file_fputs): Same.
98 * utils.c (internal_vproblem): abort if last-ditch error message
99 write fails.
100
fdb7262a
JB
101 * top.c (gdb_init): Don't set the current directory here; that's
102 already been done in captured_main.
103
84603566
SL
1042009-01-06 Sandra Loosemore <sandra@codesourcery.com>
105
106 * ser-tcp.c: Adjust includes.
107 (tcp_set_cmdlist, tcp_show_cmdlist): Declare.
108 (tcp_auto_retry, tcp_retry_limit): Declare.
109 (TIMEOUT): Remove, in favor of tcp_retry_limit.
110 (POLL_INTERVAL): Increase to 5, in favor of backoff logic.
111 (wait_for_connect): New function.
112 (net_open): Use it. Add auto-retry logic.
113 (set_tcp_cmd, show_tcp_cmd): New functions.
114 (_initialize_ser_tcp): Initialize new "set/show tcp auto-retry"
115 and "set/show tcp connect-timeout" commands.
116 * NEWS: Document new commands.
117
5171e6b3
TT
1182009-01-05 Tom Tromey <tromey@redhat.com>
119
120 * python/python-internal.h (Py_ssize_t): Define as int.
121
a367a1f2
JB
1222009-01-05 Jim Blandy <jimb@red-bean.com>
123
124 * MAINTAINERS: Fix my e-mail address as steering committee member.
125
0fb0cc75
JB
1262009-01-03 Joel Brobecker <brobecker@adacore.com>
127
128 Updated copyright notices for most files.
129
c9fc347d
JB
1302009-01-03 Joel Brobecker <brobecker@adacore.com>
131
132 * top.c (print_gdb_version): Update copyright year.
133
a85d99b4
JB
1342009-01-03 Joel Brobecker <brobecker@adacore.com>
135
136 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2008.
137
4d78a120
JB
1382009-01-01 Pedro Alves <pedro@codesourcery.com>
139
140 PR breakpoints/9681:
141 * exceptions.h (enum errors): New error type, MEMORY_ERROR.
142 * corefile.c (memory_error): Rewrite to throw a MEMORY_ERROR.
143 * breakpoint.c (fetch_watchpoint_value): Ignore MEMORY_ERRORs, but
144 retrow all other exceptions.
145
67de2a4c 146For older changes see ChangeLog-2008.
c906108c
SS
147\f
148Local Variables:
149mode: change-log
150left-margin: 8
151fill-column: 74
152version-control: never
57da7796 153coding: utf-8
c906108c 154End:
This page took 1.029913 seconds and 4 git commands to generate.