* win32-nat.c (CONTEXT_EXTENDED_REGISTERS): Define to 0 if not
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2009-01-09 Joel Brobecker <brobecker@adacore.com>
2
3 * win32-nat.c (CONTEXT_EXTENDED_REGISTERS): Define to 0 if not
4 already defined.
5
6 2009-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
12 2009-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
19 2009-01-09 Joel Brobecker <brobecker@adacore.com>
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
28 2009-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
33 2009-01-09 Kai Tietz <kai.tietz@onevision.com>
34
35 * coff-pe-read.c (read_pe_exported_syms): Fix typo.
36
37 2009-01-09 Joel Brobecker <brobecker@adacore.com>
38
39 * CONTRIBUTE: Minor reformatting.
40
41 2009-01-08 Kai Tietz <kai.tietz@onevision.com>
42
43 * MAINTAINERS: Add myself to Write After Approval.
44 * coff-pe-read.c (read_pe_exported_syms): Enable read of PE+
45 export directory.
46
47 2009-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
52 2009-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
72 2009-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
78 2009-01-07 Doug Evans <dje@google.com>
79
80 * top.c (gdb_prompt_string): Delete, unused.
81
82 2009-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
93 2009-01-07 Stan Shebs <stan@codesourcery.com>
94
95 * config/pa/linux.mh (XDEPFILES): Remove.
96
97 2009-01-07 Doug Evans <dje@google.com>
98
99 * cli/cli-cmds.c (set_debug): Fix cut-n-paste error.
100
101 2009-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
106 2009-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
113 2009-01-07 Emi Suzuki <emi-suzuki@tjsys.co.jp>
114
115 * MAINTAINERS: Add myself for write after approval privileges.
116
117 2009-01-06 Tom Tromey <tromey@redhat.com>
118
119 * value.c (set_internalvar): Use value_free, not xfree.
120
121 2009-01-06 Jim Blandy <jimb@red-bean.com>
122
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
137 * top.c (gdb_init): Don't set the current directory here; that's
138 already been done in captured_main.
139
140 2009-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
154 2009-01-05 Tom Tromey <tromey@redhat.com>
155
156 * python/python-internal.h (Py_ssize_t): Define as int.
157
158 2009-01-05 Jim Blandy <jimb@red-bean.com>
159
160 * MAINTAINERS: Fix my e-mail address as steering committee member.
161
162 2009-01-03 Joel Brobecker <brobecker@adacore.com>
163
164 Updated copyright notices for most files.
165
166 2009-01-03 Joel Brobecker <brobecker@adacore.com>
167
168 * top.c (print_gdb_version): Update copyright year.
169
170 2009-01-03 Joel Brobecker <brobecker@adacore.com>
171
172 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2008.
173
174 2009-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
182 For older changes see ChangeLog-2008.
183 \f
184 Local Variables:
185 mode: change-log
186 left-margin: 8
187 fill-column: 74
188 version-control: never
189 coding: utf-8
190 End:
This page took 0.036245 seconds and 5 git commands to generate.