bfd/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
0311118f
JK
12009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 * f-typeprint.c (f_type_print_varspec_suffix): Convert the autovariable
4 arrayprint_recurse_level to a parameter. Update all the callers. New
5 comment at autovariables.
6
5f61c20e
JK
72009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8
9 * gdbtypes.c (make_qualified_type, replace_type): Reformat to the GNU
10 coding style.
11
122009-01-11 Joel Brobecker <brobecker@adacore.com>
53b71562
JB
13
14 * target.c (target_xfer_partial): Use host_address_to_string to
15 print the address of readbuf and writebuf. Cast the address of
16 elements inside the myaddr buffer into intptr_t.
17 (deprecated_debug_xfer_memory): Use paddress to print memaddr.
18 Cast the address of elements inside the myaddr buffer into
19 intptr_t.
20
5f61c20e 212009-01-11 Joel Brobecker <brobecker@adacore.com>
d0761299
JB
22
23 * amd64-windows-nat.c, amd64-windows-tdep.c: New files.
24 * config/i386/mingw64.mh, config/i386/nm-cygwin64.h: New files.
25 * configure.host, configure.tgt: Add handling for x86_64/windows.
26 * config/djgpp/fnchange.lst: Add entries for amd64-windows-nat.c
27 and amd64-windows-tdep.c.
28
5f61c20e 292009-01-11 Joel Brobecker <brobecker@adacore.com>
bfb87e33
JB
30
31 * win32-tdep.h, win32-tdep.c: New files.
32 * i386-cygwin-tdep.h: Delete.
33 * i386-cygwin-tdep.c: Include win32-tdep.h instead of
34 i386-cygwin-tdep.h.
35 (win32_xfer_shared_library): Delete. Moved to win32-tdep.c.
36 * win32-nat.c: Likewise.
37 * configure.tgt: Add win32-tdep.o to the list of target object
38 files for i386-cygwin and i386-mingw targets.
39
5f61c20e 402009-01-11 Joel Brobecker <brobecker@adacore.com>
7e63b4e4
JB
41
42 * win32-nat.h: New file.
43 * win32-nat.c (mappings): Initialize to NULL.
44 (win32_set_context_register_offsets): New function.
45 * i386-windows-nat.c: New file.
46 (mappings): Moved here from win32-nat.c.
47 (_initialize_i386_windows_nat): New function.
48 * config/i386/mingw.mh (NATDEPFILES): Add i386-windows-nat.o.
49 * config/i386/cygwin.mh (NATDEPFILES): Likewise.
50
25fc6591
AS
512009-01-09 Andreas Schwab <schwab@suse.de>
52
53 * Makefile.in (init.c): Set LANG/LC_ALL to C, not c.
54
87f70781
PA
552009-01-09 Daniel Jacobowitz <dan@codesourcery.com>
56
57 * gdbtypes.c (append_composite_type_field): Correct the location of
58 appended fields.
59
58d4abe1
PA
602009-01-09 Pedro Alves <pedro@codesourcery.com>
61
62 * defs.h (deprecated_error_hook): Delete declaration.
63 * interps.c (clear_interpreter_hooks): Adjust.
64 * remote-sim.c (gdb_os_error): Don't try to call
65 deprecated_error_hook. No need to call exit anymore.
66 * top.c (deprecated_error_hook): Delete.
67
e3cb3832
JB
682009-01-09 Joel Brobecker <brobecker@adacore.com>
69
70 * arch-utils.c (gdbarch_update_p): Use host_address_to_string
71 to print the address of the gdbarch pointer.
72
30737ed9
JB
732009-01-09 Joel Brobecker <brobecker@adacore.com>
74
75 * gdbarch.sh: Fix all the compilation errors on amd64-windows
76 due to casting a pointer to a long when printing a function
77 address. Instead, use host_address_to_string to convert our
78 address to a string.
79 * gdbarch.c: Regenerate.
80
ec4dfccf
JB
812009-01-09 Joel Brobecker <brobecker@adacore.com>
82
83 * event-top.c (async_disconnect, async_stop_sig): use "raise"
84 instead of "kill" to raise a signal.
85
d3653bf6
JB
862009-01-09 Joel Brobecker <brobecker@adacore.com>
87
88 * win32-nat.c (get_module_name): Change the type of parameter
89 "base_address" to LPVOID. Remove unnecessary cast.
90 (struct lm_info): Change type of load_addr to LPVOID.
91 (win32_make_so): Change the type of parameter "load_addr"
92 to LPVOID. Remove some unnecessary casts.
93 (handle_unload_dll): Change the type of "lpBaseOfDll" to LPVOID.
94 (win32_xfer_shared_libraries): Add missing cast.
95
308a8808
JB
962009-01-09 Joel Brobecker <brobecker@adacore.com>
97
98 * win32-nat.c (has_detach_ability, set_process_privilege):
99 Cast the result of GetProcAddress to (void *) to avoid
100 a compilation warning.
101
5851ab76
JB
1022009-01-09 Joel Brobecker <brobecker@adacore.com>
103
104 * win32-nat.c (CONTEXT_EXTENDED_REGISTERS): Define to 0 if not
105 already defined.
106
5732a500
JB
1072009-01-09 Joel Brobecker <brobecker@adacore.com>
108
109 * win32-nat.c (get_image_name, win32_xfer_memory): Fix type
110 definition of local variable "done".
111 (info_w32_command, handle_exception): Remove unnecessary cast.
112
def4de3a
JB
1132009-01-09 Joel Brobecker <brobecker@adacore.com>
114
115 * win32-nat.c (kernel32_DebugSetProcessKillOnExit): Renames
116 DebugSetProcessKillOnExit. Update all uses in this file.
117 (kernel32_DebugActiveProcessStop): Renames DebugActiveProcessStop.
118 Update all uses in this file.
119
1202009-01-09 Joel Brobecker <brobecker@adacore.com>
0795be10
JB
121
122 * win32-nat.c (do_initial_win32_stuff): Add new ops parameter,
123 and use it when pushing the target.
124 (win32_attach, win32_create_inferior): Update call to
125 do_initial_win32_stuff.
126 (win32_detach, win32_mourn_inferior): Use our ops parameter
127 instead of the global win32_ops to unpush the target.
128
1be7fe8d
JB
1292009-01-09 Joel Brobecker <brobecker@adacore.com>
130
131 * ser-mingw.c (ser_windows_open): Use proper type when casting
132 in call to _open_osfhandle.
133
1dac1b47
KT
1342009-01-09 Kai Tietz <kai.tietz@onevision.com>
135
136 * coff-pe-read.c (read_pe_exported_syms): Fix typo.
137
ecf180db
JB
1382009-01-09 Joel Brobecker <brobecker@adacore.com>
139
140 * CONTRIBUTE: Minor reformatting.
141
8234eceb
KT
1422009-01-08 Kai Tietz <kai.tietz@onevision.com>
143
144 * MAINTAINERS: Add myself to Write After Approval.
a68ddad5
KT
145 * coff-pe-read.c (read_pe_exported_syms): Enable read of PE+
146 export directory.
8234eceb 147
72ee8797
NF
1482009-01-08 Nathan Froyd <froydnj@codesourcery.com>
149
150 * remote-sim.c (gdb_os_error): Mark as a noreturn function.
151 Call exit to make it obvious to GCC.
152
f7545552
TT
1532009-01-08 Tom Tromey <tromey@redhat.com>
154
155 PR breakpoints/9350:
156 * varobj.c (varobj_invalidate): Unconditionally free
157 all_rootvarobj.
158 * symfile.c (syms_from_objfile): Free local_addr when returning
159 normally.
160 * exec.c (exec_file_attach): Do cleanups before returning.
161 (exec_file_command): Likewise.
162 * corefile.c (reopen_exec_file): Do cleanups before returning.
163 * breakpoint.c (insert_breakpoint_locations): Do cleanups before
164 returning.
165 (do_vec_free): New function.
166 (update_global_location_list): Make a cleanup for old_locations.
167 Do cleanups before returning. Remove unused variable 'e'.
168 (find_condition_and_thread): Free result of parsing the
169 expression.
170 (print_it_typical): Do cleanups before returning.
171 (breakpoint_re_set_one): Always free sals.sals.
172
dde02812
ES
1732009-01-08 Joel Brobecker <brobecker@adacore.com>
174 Emi Suzuki <emi-suzuki@tjsys.co.jp>
175
176 * breakpoint.c (do_enable_breakpoint): Use update_watchpoint for
177 watchpoints.
178
69bcc6bc
DE
1792009-01-07 Doug Evans <dje@google.com>
180
181 * top.c (gdb_prompt_string): Delete, unused.
182
fa3a767f
PA
1832009-01-07 Pedro Alves <pedro@codesourcery.com>
184
185 Delete ONE_PROCESS_WRITETEXT leftovers.
186
187 * breakpoint.c (insert_bp_location): Delete process_warning
188 argument. Adjust.
189 (insert_breakpoint_locations): Adjust.
190 (reattach_breakpoints): Adjust.
191 * infrun.c (normal_stop): Drop "It might be running in another
192 process" notice.
193
7b93f36d
SS
1942009-01-07 Stan Shebs <stan@codesourcery.com>
195
196 * config/pa/linux.mh (XDEPFILES): Remove.
197
0380c18b
DE
1982009-01-07 Doug Evans <dje@google.com>
199
200 * cli/cli-cmds.c (set_debug): Fix cut-n-paste error.
201
60023297
JK
2022009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
203
204 * f-typeprint.c (f_type_print_base <TYPE_CODE_STRUCT>): Fix output
205 spacing, a regression from 2008-04-22.
206
ea8992ce
JB
2072009-01-07 Joel Brobecker <brobecker@adacore.com>
208
209 * utils.c (gdb_print_host_address): Adjust implementation to
210 reuse host_address_to_string. Move comment explaining the conversion
211 from host address to string from here...
212 (host_address_to_string): ... to there.
213
301d2c47
ES
2142009-01-07 Emi Suzuki <emi-suzuki@tjsys.co.jp>
215
216 * MAINTAINERS: Add myself for write after approval privileges.
217
170ce852
TT
2182009-01-06 Tom Tromey <tromey@redhat.com>
219
220 * value.c (set_internalvar): Use value_free, not xfree.
221
fdb7262a
JB
2222009-01-06 Jim Blandy <jimb@red-bean.com>
223
bf1d7d9c
JB
224 Check return values of functions declared with warn_unused_result
225 attribute in GLIBC 2.8.
226 * cli/cli-cmds.c (pwd_command): Check return value from getcwd.
227 * inflow.c (check_syscall): New function.
228 (new_tty): Use check_syscall to check return values from open and dup.
229 * linux-nat.c (linux_nat_info_proc_cmd): Check return value from fgets.
230 * main.c (captured_main): Call cwd after setting up gdb_stderr;
231 check for errors from getcwd.
232 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Check return value from getcwd.
233 * ui-file.c (stdio_file_write): Ignore return value from fwrite.
234 (stdio_file_fputs): Same.
235 * utils.c (internal_vproblem): abort if last-ditch error message
236 write fails.
237
fdb7262a
JB
238 * top.c (gdb_init): Don't set the current directory here; that's
239 already been done in captured_main.
240
84603566
SL
2412009-01-06 Sandra Loosemore <sandra@codesourcery.com>
242
243 * ser-tcp.c: Adjust includes.
244 (tcp_set_cmdlist, tcp_show_cmdlist): Declare.
245 (tcp_auto_retry, tcp_retry_limit): Declare.
246 (TIMEOUT): Remove, in favor of tcp_retry_limit.
247 (POLL_INTERVAL): Increase to 5, in favor of backoff logic.
248 (wait_for_connect): New function.
249 (net_open): Use it. Add auto-retry logic.
250 (set_tcp_cmd, show_tcp_cmd): New functions.
251 (_initialize_ser_tcp): Initialize new "set/show tcp auto-retry"
252 and "set/show tcp connect-timeout" commands.
253 * NEWS: Document new commands.
254
5171e6b3
TT
2552009-01-05 Tom Tromey <tromey@redhat.com>
256
257 * python/python-internal.h (Py_ssize_t): Define as int.
258
a367a1f2
JB
2592009-01-05 Jim Blandy <jimb@red-bean.com>
260
261 * MAINTAINERS: Fix my e-mail address as steering committee member.
262
0fb0cc75
JB
2632009-01-03 Joel Brobecker <brobecker@adacore.com>
264
265 Updated copyright notices for most files.
266
c9fc347d
JB
2672009-01-03 Joel Brobecker <brobecker@adacore.com>
268
269 * top.c (print_gdb_version): Update copyright year.
270
a85d99b4
JB
2712009-01-03 Joel Brobecker <brobecker@adacore.com>
272
273 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2008.
274
4d78a120
JB
2752009-01-01 Pedro Alves <pedro@codesourcery.com>
276
277 PR breakpoints/9681:
278 * exceptions.h (enum errors): New error type, MEMORY_ERROR.
279 * corefile.c (memory_error): Rewrite to throw a MEMORY_ERROR.
280 * breakpoint.c (fetch_watchpoint_value): Ignore MEMORY_ERRORs, but
281 retrow all other exceptions.
282
67de2a4c 283For older changes see ChangeLog-2008.
c906108c
SS
284\f
285Local Variables:
286mode: change-log
287left-margin: 8
288fill-column: 74
289version-control: never
57da7796 290coding: utf-8
c906108c 291End:
This page took 1.066559 seconds and 4 git commands to generate.