* win32-nat.c (CONTEXT_EXTENDED_REGISTERS): Define to 0 if not
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
5851ab76
JB
12009-01-09 Joel Brobecker <brobecker@adacore.com>
2
3 * win32-nat.c (CONTEXT_EXTENDED_REGISTERS): Define to 0 if not
4 already defined.
5
5732a500
JB
62009-01-09 Joel Brobecker <brobecker@adacore.com>
7
8 * win32-nat.c (get_image_name, win32_xfer_memory): Fix type
9 definition of local variable "done".
10 (info_w32_command, handle_exception): Remove unnecessary cast.
11
def4de3a
JB
122009-01-09 Joel Brobecker <brobecker@adacore.com>
13
14 * win32-nat.c (kernel32_DebugSetProcessKillOnExit): Renames
15 DebugSetProcessKillOnExit. Update all uses in this file.
16 (kernel32_DebugActiveProcessStop): Renames DebugActiveProcessStop.
17 Update all uses in this file.
18
192009-01-09 Joel Brobecker <brobecker@adacore.com>
0795be10
JB
20
21 * win32-nat.c (do_initial_win32_stuff): Add new ops parameter,
22 and use it when pushing the target.
23 (win32_attach, win32_create_inferior): Update call to
24 do_initial_win32_stuff.
25 (win32_detach, win32_mourn_inferior): Use our ops parameter
26 instead of the global win32_ops to unpush the target.
27
1be7fe8d
JB
282009-01-09 Joel Brobecker <brobecker@adacore.com>
29
30 * ser-mingw.c (ser_windows_open): Use proper type when casting
31 in call to _open_osfhandle.
32
1dac1b47
KT
332009-01-09 Kai Tietz <kai.tietz@onevision.com>
34
35 * coff-pe-read.c (read_pe_exported_syms): Fix typo.
36
ecf180db
JB
372009-01-09 Joel Brobecker <brobecker@adacore.com>
38
39 * CONTRIBUTE: Minor reformatting.
40
8234eceb
KT
412009-01-08 Kai Tietz <kai.tietz@onevision.com>
42
43 * MAINTAINERS: Add myself to Write After Approval.
a68ddad5
KT
44 * coff-pe-read.c (read_pe_exported_syms): Enable read of PE+
45 export directory.
8234eceb 46
72ee8797
NF
472009-01-08 Nathan Froyd <froydnj@codesourcery.com>
48
49 * remote-sim.c (gdb_os_error): Mark as a noreturn function.
50 Call exit to make it obvious to GCC.
51
f7545552
TT
522009-01-08 Tom Tromey <tromey@redhat.com>
53
54 PR breakpoints/9350:
55 * varobj.c (varobj_invalidate): Unconditionally free
56 all_rootvarobj.
57 * symfile.c (syms_from_objfile): Free local_addr when returning
58 normally.
59 * exec.c (exec_file_attach): Do cleanups before returning.
60 (exec_file_command): Likewise.
61 * corefile.c (reopen_exec_file): Do cleanups before returning.
62 * breakpoint.c (insert_breakpoint_locations): Do cleanups before
63 returning.
64 (do_vec_free): New function.
65 (update_global_location_list): Make a cleanup for old_locations.
66 Do cleanups before returning. Remove unused variable 'e'.
67 (find_condition_and_thread): Free result of parsing the
68 expression.
69 (print_it_typical): Do cleanups before returning.
70 (breakpoint_re_set_one): Always free sals.sals.
71
dde02812
ES
722009-01-08 Joel Brobecker <brobecker@adacore.com>
73 Emi Suzuki <emi-suzuki@tjsys.co.jp>
74
75 * breakpoint.c (do_enable_breakpoint): Use update_watchpoint for
76 watchpoints.
77
69bcc6bc
DE
782009-01-07 Doug Evans <dje@google.com>
79
80 * top.c (gdb_prompt_string): Delete, unused.
81
fa3a767f
PA
822009-01-07 Pedro Alves <pedro@codesourcery.com>
83
84 Delete ONE_PROCESS_WRITETEXT leftovers.
85
86 * breakpoint.c (insert_bp_location): Delete process_warning
87 argument. Adjust.
88 (insert_breakpoint_locations): Adjust.
89 (reattach_breakpoints): Adjust.
90 * infrun.c (normal_stop): Drop "It might be running in another
91 process" notice.
92
7b93f36d
SS
932009-01-07 Stan Shebs <stan@codesourcery.com>
94
95 * config/pa/linux.mh (XDEPFILES): Remove.
96
0380c18b
DE
972009-01-07 Doug Evans <dje@google.com>
98
99 * cli/cli-cmds.c (set_debug): Fix cut-n-paste error.
100
60023297
JK
1012009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
102
103 * f-typeprint.c (f_type_print_base <TYPE_CODE_STRUCT>): Fix output
104 spacing, a regression from 2008-04-22.
105
ea8992ce
JB
1062009-01-07 Joel Brobecker <brobecker@adacore.com>
107
108 * utils.c (gdb_print_host_address): Adjust implementation to
109 reuse host_address_to_string. Move comment explaining the conversion
110 from host address to string from here...
111 (host_address_to_string): ... to there.
112
301d2c47
ES
1132009-01-07 Emi Suzuki <emi-suzuki@tjsys.co.jp>
114
115 * MAINTAINERS: Add myself for write after approval privileges.
116
170ce852
TT
1172009-01-06 Tom Tromey <tromey@redhat.com>
118
119 * value.c (set_internalvar): Use value_free, not xfree.
120
fdb7262a
JB
1212009-01-06 Jim Blandy <jimb@red-bean.com>
122
bf1d7d9c
JB
123 Check return values of functions declared with warn_unused_result
124 attribute in GLIBC 2.8.
125 * cli/cli-cmds.c (pwd_command): Check return value from getcwd.
126 * inflow.c (check_syscall): New function.
127 (new_tty): Use check_syscall to check return values from open and dup.
128 * linux-nat.c (linux_nat_info_proc_cmd): Check return value from fgets.
129 * main.c (captured_main): Call cwd after setting up gdb_stderr;
130 check for errors from getcwd.
131 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Check return value from getcwd.
132 * ui-file.c (stdio_file_write): Ignore return value from fwrite.
133 (stdio_file_fputs): Same.
134 * utils.c (internal_vproblem): abort if last-ditch error message
135 write fails.
136
fdb7262a
JB
137 * top.c (gdb_init): Don't set the current directory here; that's
138 already been done in captured_main.
139
84603566
SL
1402009-01-06 Sandra Loosemore <sandra@codesourcery.com>
141
142 * ser-tcp.c: Adjust includes.
143 (tcp_set_cmdlist, tcp_show_cmdlist): Declare.
144 (tcp_auto_retry, tcp_retry_limit): Declare.
145 (TIMEOUT): Remove, in favor of tcp_retry_limit.
146 (POLL_INTERVAL): Increase to 5, in favor of backoff logic.
147 (wait_for_connect): New function.
148 (net_open): Use it. Add auto-retry logic.
149 (set_tcp_cmd, show_tcp_cmd): New functions.
150 (_initialize_ser_tcp): Initialize new "set/show tcp auto-retry"
151 and "set/show tcp connect-timeout" commands.
152 * NEWS: Document new commands.
153
5171e6b3
TT
1542009-01-05 Tom Tromey <tromey@redhat.com>
155
156 * python/python-internal.h (Py_ssize_t): Define as int.
157
a367a1f2
JB
1582009-01-05 Jim Blandy <jimb@red-bean.com>
159
160 * MAINTAINERS: Fix my e-mail address as steering committee member.
161
0fb0cc75
JB
1622009-01-03 Joel Brobecker <brobecker@adacore.com>
163
164 Updated copyright notices for most files.
165
c9fc347d
JB
1662009-01-03 Joel Brobecker <brobecker@adacore.com>
167
168 * top.c (print_gdb_version): Update copyright year.
169
a85d99b4
JB
1702009-01-03 Joel Brobecker <brobecker@adacore.com>
171
172 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2008.
173
4d78a120
JB
1742009-01-01 Pedro Alves <pedro@codesourcery.com>
175
176 PR breakpoints/9681:
177 * exceptions.h (enum errors): New error type, MEMORY_ERROR.
178 * corefile.c (memory_error): Rewrite to throw a MEMORY_ERROR.
179 * breakpoint.c (fetch_watchpoint_value): Ignore MEMORY_ERRORs, but
180 retrow all other exceptions.
181
67de2a4c 182For older changes see ChangeLog-2008.
c906108c
SS
183\f
184Local Variables:
185mode: change-log
186left-margin: 8
187fill-column: 74
188version-control: never
57da7796 189coding: utf-8
c906108c 190End:
This page took 1.008193 seconds and 4 git commands to generate.