]>
Commit | Line | Data |
---|---|---|
b41be06e ND |
1 | 2001-05-25 Nick Duffek <[email protected]> |
2 | ||
3 | * solib.c (update_solib_list): Move target_resize_to_sections() | |
4 | into solib_map_sections() loop. | |
5 | (info_sharedlibrary_command): Try bfd_arch_bits_per_address() if | |
6 | bfd_get_arch_size() fails. | |
7 | ||
a1cd1908 ND |
8 | 2001-05-25 Nick Duffek <[email protected]> |
9 | ||
10 | * Makefile.in (osfsolib.c, osfsolib.o): Rename to solib-osf.c and | |
11 | solib-osf.o. | |
12 | * config/alpha/alpha-osf1.mh (NATDEPFILES): Replace osfsolib.o | |
13 | with solib-osf.o and solib.o. | |
14 | * config/alpha/alpha-osf2.mh: Likewise. | |
15 | * config/alpha/alpha-osf3.mh: Likewise. | |
16 | * solib-osf.c: New file, renamed and largely rewritten from | |
17 | osfsolib.c. | |
18 | ||
aa6c0017 MS |
19 | 2001-05-25 Michael Snyder <[email protected]> |
20 | ||
21 | * remote.c (remote_write_bytes): Update 'p' packet pointer. | |
22 | ||
4b1fedf1 JB |
23 | 2001-05-25 Jim Blandy <[email protected]> |
24 | ||
25 | * gnu-v2-abi.c (gnuv2_virtual_fn_field): There's no need to clear | |
26 | VALUE_POINTED_TO_OFFSET here; if value_cast doesn't return a | |
27 | useful value, then we should fix that instead. | |
28 | ||
fa3b51d2 ND |
29 | 2001-05-24 Nick Duffek <[email protected]> |
30 | ||
31 | * solist.h (struct so_list): Document the requirement that | |
32 | current_sos initialize some fields to 0. | |
33 | ||
2747183e MK |
34 | 2001-05-24 Mark Kettenis <[email protected]> |
35 | ||
36 | * gnu-nat.c: Include <ctype.h>. | |
37 | (gnu_pid_to_exec_file): Add PID parameter. | |
38 | (set_sig_thread_cmd): Use PIDGET on return value from | |
39 | thread_id_to_pid. | |
40 | (proc_string): Use MERGEPID to construct argument to | |
41 | pid_to_thread_id. | |
42 | ||
e4f237da KB |
43 | 2001-05-22 Kevin Buettner <[email protected]> |
44 | ||
45 | * breakpoint.c (breakpoint_address_is_meaningful): New function. | |
46 | (check_duplicates): Don't compare non-meaningful addresses. | |
47 | ||
5fd913cc MS |
48 | 2001-05-22 Michael Snyder <[email protected]> |
49 | ||
50 | * thread-db.c: Allow for defunct zombie threads. | |
51 | (attach_thread): Do not attempt to attach zombie thread. | |
52 | (thread_db_thread_alive): Return false for defunct zombie thread. | |
53 | (find_new_threads_callback): Don't add defunct zombie thread to list. | |
54 | ||
7ed49443 JB |
55 | 2001-05-22 Jim Blandy <[email protected]> |
56 | ||
57 | Add support for the GNU V3 C++ ABI. | |
58 | (Includes changes by Dan Berlin.) | |
59 | ||
60 | * gnu-v3-abi.c: New file. | |
61 | * minsyms.c: #include "value.h" and "cp-abi.h". | |
62 | (install_minimal_symbols): Check the minimal symbol table for | |
63 | symbols that look mangled in the V3 style, and select the V3 ABI | |
64 | if we find any. | |
65 | * Makefile.in (SFILES): Add gnu-v3-abi.c. | |
66 | (COMMON_OBS): Add gnu-v3-abi.o. | |
67 | (gnu-v3-abi.o): Add new rule. | |
68 | (minsyms.o): Depend on $(cp_abi_h) and $(value_h). | |
69 | ||
a44999d5 JB |
70 | 2001-05-21 Jim Blandy <[email protected]> |
71 | ||
8d65888a JB |
72 | * values.c (value_primitive_field): If we're extracting a base |
73 | class, then the type of the result should be the base class being | |
74 | extracted, not the type of which it is a base class. | |
75 | ||
a44999d5 JB |
76 | * value.h (struct value): Doc fix, and rearrange members to place |
77 | them near their explanations. | |
78 | ||
6c3f2dbf MS |
79 | 2001-05-21 Michael Snyder <[email protected]> |
80 | ||
81 | * remote.c (remote_async_wait): Added new variable fieldsize. | |
82 | Add fieldsize (return value of hex2bin) to string pointer p. | |
83 | ||
b4fa4770 SC |
84 | 2001-05-20 Stephane Carrez <[email protected]> |
85 | ||
86 | * m68hc11-tdep.c (m68hc11_pop_frame): Fix stack pointer computation. | |
87 | (m68hc11_analyze_instruction): Update the pc correctly. | |
88 | (m68hc11_guess_from_prologue): Take into account the stack correction | |
89 | for the saving address. | |
90 | ||
2b127877 DB |
91 | 2001-05-07 Daniel Berlin <[email protected]> |
92 | ||
93 | Changes by Jim Ingham: | |
94 | ||
95 | * values.c (value_change_enclosing_type): New function. If the | |
96 | new enclosing type is larger than the old one, we need to allocate | |
97 | more space. | |
98 | * value.h: Add value_change_enclosing_type prototype. | |
99 | * valops.c (value_cast): Use it. | |
100 | (value_assign): Use it. | |
101 | (value_addr): Use it. | |
102 | (value_ind): Use it. | |
103 | (value_full_object): Use it. | |
104 | ||
105 | 2001-05-07 Daniel Berlin <[email protected]> | |
106 | ||
984e377c JB |
107 | * values.c (value_static_field): Handle static fields that have a |
108 | constant value. | |
2b127877 | 109 | |
736d0890 MS |
110 | 2001-05-17 Michael Snyder <[email protected]> |
111 | ||
112 | * blockframe.c (create_new_frame): Zero all the fields via memset, | |
113 | rather than zeroing them one by one. | |
114 | ||
a577b05c EZ |
115 | 2001-05-17 Eli Zaretskii <[email protected]> |
116 | ||
117 | * top.c (user_args): Remove unused declaration. | |
118 | ||
b8adfa9f MS |
119 | 2001-05-16 Michael Snyder <[email protected]> |
120 | ||
121 | * infcmd.c (do_registers_info): Move alloca outside of loop. | |
122 | ||
97345198 MS |
123 | 2001-05-15 John S Kallal <[email protected]> |
124 | ||
125 | * remote.c (remote_wait): Added new variable fieldsize. | |
126 | Add fieldsize (return value of hex2bin) to string pointer p. | |
127 | ||
aca21d9a MK |
128 | 2001-05-15 Mark Kettenis <[email protected]> |
129 | ||
130 | * sparc-tdep.c (sparc_gdbarch_init): Get the architecture from | |
131 | info.bfd_arch_info. | |
132 | ||
b08cfdb6 KB |
133 | 2001-05-14 Kevin Buettner <[email protected]> |
134 | ||
135 | * lin-lwp.c (detach_callback, lin_lwp_wait, lin_lwp_pid_to_str): | |
136 | Adjust format strings for printing LWPs to account for the fact | |
137 | that the type returned by GET_LWP() is now a long instead of an | |
138 | int. | |
139 | ||
ca6724c1 KB |
140 | 2001-05-14 Kevin Buettner <[email protected]> |
141 | ||
142 | * inferior.h (null_ptid, minus_one_ptid): New variable declarations. | |
143 | (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp) | |
144 | (ptid_get_tid, ptid_equal): New function declarations. | |
145 | * infrun.c (null_ptid, minus_one_ptid): New variables. | |
146 | (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp) | |
147 | (ptid_get_tid, ptid_equal): New functions. | |
148 | (_initialize_infrun): Initialize null_ptid, minus_one_ptid, | |
149 | inferior_ptid, and target_last_wait_ptid. | |
150 | ||
151 | * defs.h (ptid_t): Redefine to be a struct rather than an int. | |
152 | (pid_to_ptid, null_ptid, ptid_equal): Delete these macros. | |
153 | (PIDGET, TIDGET, MERGEPID): Redefine these macros using the | |
154 | new ptid accessors and constructor. | |
155 | ||
156 | * config/i386/tm-i386v42mp.h (PIDGET, TIDGET, LIDGET, MERGEPID, | |
157 | MKLID, MKTID, ISTID): Provide new definitions for these macros. | |
158 | The old macros are retained, but disabled via #if 0 in order | |
159 | to aid in future restructuring. See FIXME. | |
160 | ||
161 | * arm-linux-nat.c (PIDGET, TIDGET): Delete macro definitions. | |
162 | * i386-linux-nat.c (PIDGET, TIDGET): Likewise. | |
163 | * infptrace.c (PIDGET, TIDGET): Likewise. | |
164 | * lin-lwp.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise. | |
165 | * lin-thread.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise. | |
166 | * proc-service.c (MERGEPID): Likewise. | |
167 | * procfs.c (PIDGET, TIDGET, MERGEPID): Likewise. | |
168 | * thread-db.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise. | |
169 | * config/nm-linux.h (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise. | |
170 | * config/i386/tm-i386sol2.h (PIDGET0, PIDGET, TIDGET, MERGEPID): | |
171 | Likewise. | |
172 | * config/sparc/tm-sun4sol2.h (PIDGET0, PIDGET, TIDGET, MERGEPID): | |
173 | Likewise. | |
174 | ||
175 | * lin-lwp.c (THREAD_FLAG): Delete macro definition. | |
176 | (GET_LWP): Redefine in terms of ptid_get_lwp(). | |
177 | (GET_PID): Redefine in terms of ptid_get_pid(). | |
178 | (is_lwp): Redefine without the need for THREAD_FLAG. | |
179 | (BUILD_LWP): Redefine in terms of ptid_build(). | |
180 | * lin-thread.c (THREAD_FLAG): Delete macro definition. | |
181 | (GET_LWP): Redefine in terms of ptid_get_lwp(). | |
182 | (GET_PID): Redefine in terms of ptid_get_pid(). | |
183 | (GET_THREAD): Redefine in terms of ptid_get_tid(). | |
184 | (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build(). | |
185 | (is_lwp, is_thread): Redefine. | |
186 | (linux_child_wait, check_all_signal_numbers) | |
187 | (linuxthreads_discard_global_state, attach_thread): Declare these | |
188 | functions to squash warnings about missing declarations. | |
189 | * sol-thread.c (THREAD_FLAG): Delete macro definition. | |
190 | (GET_PID): Redefine in terms of ptid_get_pid(). | |
191 | (GET_LWP): Redefine in terms of ptid_get_lwp(). | |
192 | (GET_THREAD): Redefine in terms of ptid_get_tid(). | |
193 | (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build(). | |
194 | (is_lwp, is_thread): Redefine. | |
195 | * thread-db.c (THREAD_FLAG): Delete macro definition. | |
196 | (GET_PID): Redefine in terms of ptid_get_pid(). | |
197 | (GET_LWP): Redefine in terms of ptid_get_lwp(). | |
198 | (GET_THREAD): Redefine in terms of ptid_get_tid(). | |
199 | (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build(). | |
200 | (is_lwp, is_thread): Redefine. | |
201 | ||
202 | * corelow.c (add_to_thread_list, get_core_register_section): | |
203 | Eliminate hacks needed to prevent regressions when inferior_ptid | |
204 | wasn't wide enough to hold the core file thread id in the pid | |
205 | component of inferior_ptid. | |
206 | ||
234fa6d1 MS |
207 | 2001-05-14 Michael Snyder <[email protected]> |
208 | ||
209 | * remote.c (hex2bin): Make first argument const. | |
210 | Require explicit count, don't accept null-terminated str. | |
211 | (remote_resume, remote_async_resume): White space fix-up. | |
212 | (remote_write_bytes): Set nr_bytes to return value of bin2hex. | |
213 | ||
caadab2c MK |
214 | 2001-05-13 Mark Kettenis <[email protected]> |
215 | ||
216 | * symtab.c (lookup_symtab_1): Use lbasename (NAME) instead of | |
217 | basename (NAME). The FreeBSD basename returns a pointer to a | |
218 | static buffer, even if it's simply returning a string identical to | |
219 | its argument. | |
220 | (lookup_partial_symtab): Likewise. | |
221 | ||
2644f393 MS |
222 | 2001-05-14 Michael Snyder <[email protected]> |
223 | ||
cb0ba49e | 224 | * solib.c, solib.h: Add comment for function no_shared_libraries. |
2644f393 | 225 | |
183a2f1a KB |
226 | 2001-05-14 Kevin Buettner <[email protected]> |
227 | ||
228 | * solib.h (no_shared_libraries): Make declaration match definition | |
229 | in solib.c. | |
230 | ||
1dd1751e AC |
231 | 2001-05-14 Andrew Cagney <[email protected]> |
232 | ||
233 | * remote.c (remote_write_bytes): Set nr_bytes before returning it. | |
234 | * solib.h (no_shared_libraries): Declare. | |
235 | ||
b732d07d AC |
236 | 2001-05-12 Andrew Cagney <[email protected]> |
237 | ||
238 | * gdbarch.sh (struct gdbarch_info): Delete field bfd_architecture. | |
239 | (gdbarch_update_p): Rewrite logic filling in INFO struct. Use | |
240 | user specified values when available. | |
241 | * rs6000-tdep.c (rs6000_gdbarch_init): Update. Get the | |
242 | architecture from info.bfd_arch_info. | |
243 | * gdbarch.c, gdbarch.h: Regenerate. | |
244 | ||
67dd5ca6 FN |
245 | 2001-05-12 Fernando Nasser <[email protected]> |
246 | ||
247 | * remote-e7000.c (e7000_open): Check for bad baud rate. | |
248 | * remote-st.c (st2000_open): Ditto. | |
249 | ||
529acb48 JB |
250 | 2001-05-11 Jim Blandy <[email protected]> |
251 | ||
f8e42d24 JB |
252 | * thread.c (do_captured_list_thread_ids): Use ui_out_tuple_begin |
253 | and ui_out_tuple_end instead of ui_out_list_begin and | |
254 | ui_out_list_end. | |
255 | ||
529acb48 JB |
256 | * Makefile.in (gnu-v2-abi.o): Add $(demangle_h) to list of |
257 | dependencies. Reorder dependencies to match #includes in file, | |
258 | for easier verification. | |
259 | ||
666547aa AC |
260 | Fri May 11 13:32:50 2001 Andrew Cagney <[email protected]> |
261 | ||
262 | * breakpoint.c: Replace ui_out_list_begin, ui_out_list_end and | |
263 | make_cleanup_ui_out_list_end with ui_out_tuple_begin, | |
264 | ui_out_tuple_end and make_cleanup_ui_out_tuple_begin_end. | |
265 | * cli/cli-setshow.c: Ditto. | |
266 | * printcmd.c: Ditto. | |
267 | * stack.c: Ditto. | |
268 | ||
269 | * ui-out.h (enum ui_out_type): Fix tipo - tupple -> tuple. | |
270 | * ui-out.c (ui_out_list_begin): Delete ``lstid'' parameter. | |
271 | (ui_out_tuple_begin): New function. | |
272 | (ui_out_tuple_end): New function. | |
273 | (ui_out_tuple_begin_end): New function. | |
274 | (make_cleanup_ui_out_list_begin_end): Replace | |
275 | make_cleanup_ui_out_list_end function. | |
276 | * ui-out.h (ui_out_list_begin): Update declaration. | |
277 | (make_cleanup_ui_out_list_begin_end): Replace | |
278 | make_cleanup_ui_out_list_end declaration. | |
279 | (ui_out_tuple_begin, ui_out_tuple_end): Declare. | |
280 | (ui_out_tuple_begin_end): Declare. | |
281 | ||
30c98d84 JB |
282 | 2001-05-11 Jim Blandy <[email protected]> |
283 | ||
284 | * gnu-v2-abi.c: Don't #include "gdb_regex.h". We don't use it. | |
285 | ||
1faa59a8 AC |
286 | 2001-05-11 Andrew Cagney <[email protected]> |
287 | ||
288 | From 2001-03-26 Rodney Brown <[email protected]> | |
289 | * config/pa/tm-hppa.h: Remove trigraph. | |
290 | * hp-symtab-read.c (hpread_type_translate): Provide return value. | |
291 | (hpread_read_struct_type): Remove trigraph. Add parameter in | |
292 | `warning'. | |
293 | (hpread_read_array_type): Provide return value. | |
294 | (hpread_type_lookup): Avoid ambiguous `else'. Provide return | |
295 | value. | |
296 | * hppa-tdep.c (initialize_hp_cxx_exception_support): Remove | |
297 | trigraph. | |
298 | ||
99567b1b JB |
299 | 2001-05-11 Jim Blandy <[email protected]> |
300 | ||
301 | * mips-tdep.c (mips_store_return_value, | |
302 | mips_extract_return_value): Pass arguments to | |
303 | return_value_location in the proper order. | |
304 | ||
d3814881 AC |
305 | 2001-05-11 Andrew Cagney <[email protected]> |
306 | ||
307 | * Makefile.in (VERSION): Delete. Moved to file ``version.in''. | |
308 | (version.c): Depends on file ``version.in''. Extract version | |
309 | number from ``version.in'' file. | |
310 | (clean mostlyclean): Update. | |
311 | * version.in: New file. | |
5d6640b1 | 312 | * NEWS: Update. |
d3814881 | 313 | |
4d28f7a8 KB |
314 | 2001-05-11 Kevin Buettner <[email protected]> |
315 | ||
316 | * breakpoint.c (set_raw_breakpoint): Add new parameter | |
317 | representing the breakpoint's type. Adjust all callers. | |
318 | (create_longjmp_breakpoint, create_temp_exception_breakpoint) | |
319 | (create_thread_event_breakpoint): Don't test for zero return | |
320 | value from set_raw_breakpoint(). It can never be zero. | |
321 | (create_exception_catchpoint, watch_command_1): Move logic | |
322 | which calculates the breakpoint type prior to the call to | |
323 | set_raw_breakpoint(). | |
324 | ||
08b4f080 FN |
325 | 2001-05-11 Fernando Nasser <[email protected]> |
326 | ||
327 | * ser-unix.c (rate_to_code): Issue warning if baud rate is invalid. | |
328 | (hardwire_setbaudrate): Set errno to EINVAL and return with error | |
329 | if the conversion of the baud rate to code fails. | |
330 | ||
127431f9 AC |
331 | 2001-05-10 Andrew Cagney <[email protected]> |
332 | ||
333 | * ui-out.h (make_cleanup_ui_out_begin_end): Declare. | |
334 | * ui-out.c (struct ui_out_end_cleanup_data): Define. | |
335 | (do_cleanup_end): New function. Replace do_list_end. | |
336 | (make_cleanup_ui_out_end): New function. | |
337 | (make_cleanup_ui_out_begin_end): New function. | |
338 | (make_cleanup_ui_out_list_end): Use make_cleanup_ui_out_end. | |
339 | ||
5dbc5e5f EZ |
340 | 2001-05-10 Elena Zannoni <[email protected]> |
341 | ||
342 | * MAINTAINERS: Declare xcoffread.c open to all maintainers, | |
343 | and make Kevin Buettner ([email protected]) the reference person. | |
344 | ||
8e40d292 EZ |
345 | 2001-05-10 Elena Zannoni <[email protected]> |
346 | ||
347 | * proc-api.c (ioctl_with_trace): Fix uninitialized variable. | |
348 | ||
5a703563 FN |
349 | 2001-05-10 Fernando Nasser <[email protected]> |
350 | ||
351 | * MAINTAINERS: Add testsuite subdirectory co-maintainers. | |
352 | ||
6311b07d AC |
353 | Thu May 10 16:26:47 2001 Andrew Cagney <[email protected]> |
354 | ||
355 | * Makefile.in (mi-main.o): Compile with -Werror. | |
356 | ||
30559e10 MS |
357 | 2001-05-10 Michael Snyder <[email protected]> |
358 | ||
f78f6cf1 MS |
359 | * remote.c (remote_open_1): Call no_shared_libraries, so that |
360 | symbols for shared libraries can be reloaded per session. | |
361 | (remote_async_open_1): Ditto. | |
30559e10 MS |
362 | * remote.c (bin2hex, hex2bin): New functions. Factor out these |
363 | two conversions which are coded for repeatedly in this module. | |
364 | (remote_threads_extra_info, remote_wait, remote_async_wait, | |
365 | store_register_using_P, remote_store_registers, remote_write_bytes, | |
366 | remote_read_bytes, remote_rcmd): Use bin2hex and hex2bin instead | |
367 | of coding the conversions inline. | |
368 | (fromhex): Not exported, change from extern to static. | |
369 | ||
0a1d9791 AC |
370 | 2001-05-10 Andrew Cagney <[email protected]> |
371 | ||
372 | * arch-utils.c (initialize_current_architecture): Delete obsolete | |
373 | ``info architecture'' command. | |
374 | (info_architecture): Delete function. | |
375 | ||
ee055267 AC |
376 | 2001-05-10 Andrew Cagney <[email protected]> |
377 | ||
378 | * TODO (5.1, 5.2): Update. | |
379 | ||
85886af6 AC |
380 | 2001-05-09 Andrew Cagney <[email protected]> |
381 | ||
382 | * MAINTAINERS: Jim Ingham is no longer maintaining Arm related | |
383 | stuff. | |
30559e10 | 384 | |
ecb9ce7e KS |
385 | 2001-05-10 Keith Seitz <[email protected]> |
386 | ||
387 | * Makefile.in (SUBDIR_GDBTK_OBS): Add gdbtk-bp.o, gdbtk-register.o | |
388 | and gdbtk-stack.o. | |
389 | (SUBDIR_GDBTK_SRCS): Ditto for the sources. | |
390 | (gdbtk-bp.o): New rule. | |
391 | (gdbtk-register.o): New rule. | |
392 | (gdbtk-stack.o): New rule. | |
393 | (gdbtk-cmds.o): Update dependencies. | |
394 | (gdbtk.o): Ditto. | |
395 | (gdbtk-hooks.o): Ditto. | |
396 | (gdbtk-varobj.o): Ditto. | |
397 | ||
f7635dd9 FN |
398 | 2001-05-10 Fernando Nasser <[email protected]> |
399 | ||
400 | * varobj.c (c_number_of_children): Fix memory leak. Delete unwanted old | |
401 | variables, not just unregister them. | |
402 | ||
0755e6c1 FN |
403 | 2001-05-10 Fernando Nasser <[email protected]> |
404 | ||
405 | * varobj.c (c_number_of_children): Check for target type of void*, | |
406 | not the target type name. Allow dereferencing char*. | |
407 | ||
d7db6da9 FN |
408 | 2001-05-10 Fernando Nasser <[email protected]> |
409 | ||
410 | * symfile.c (symbol_file_add_main_1): New static function. | |
411 | Passes the flags arguments to symbol_file_add() and takes care | |
412 | of any necessary reinitializations. | |
413 | (symbol_file_command): Call symbol_file_add_main_1() instead of | |
414 | symbol_file_add(). | |
415 | (symbol_file_add_main): Ditto. | |
416 | ||
3d6e28e2 KB |
417 | 2001-05-09 Kevin Buettner <[email protected]> |
418 | ||
419 | * lin-lwp.c (lin_lwp_pid_to_str): Revert inadvertent format | |
420 | string change in 2001-05-03 changes. | |
421 | (lin_lwp_wait): Revert GET_LWP coercion introduced in 2001-05-03 | |
422 | changes. | |
423 | ||
01263b57 KB |
424 | 2001-05-09 Kevin Buettner <[email protected]> |
425 | ||
426 | * lin-lwp.c (lin_lwp_attach): Use PIDGET() to fetch the pid | |
427 | component from inferior_ptid. | |
428 | (lin_lwp_detach): Use pid_to_ptid() to convert from a pid to a | |
429 | ptid. | |
430 | ||
74a151fa EZ |
431 | 2001-05-09 Elena Zannoni <[email protected]> |
432 | ||
433 | * sh3-rom.c (_initialize_sh3_rom): Get rid of specific _WINDOWS | |
434 | conditional for help with connections through parallel ports, | |
435 | given that the actual code for downloading through a parallel port | |
436 | is not conditionalized. | |
437 | ||
438 | * sh-tdep.c: Remove WIN32_WCE conditional. The wince sh target is | |
439 | unmaintaned, and probably on its way to obsolescence. | |
440 | ||
d7a0d72c MK |
441 | 2001-05-09 Mark Kettenis <[email protected]> |
442 | ||
0d17c81d MK |
443 | * i386-tdep.c (i386_frame_saved_pc): New function. |
444 | * config/i386/tm-i386.h (FRAME_SAVED_PC): Redefine in terms of | |
445 | i386_frame_saved_pc. | |
446 | (i386_frame_saved_pc): New prototype. | |
447 | ||
d7a0d72c MK |
448 | * i386-tdep.c (i386_register_virtual_type): New function. |
449 | (i386_register_convertible): New function. | |
450 | * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE): Redefine in terms | |
451 | of i386_register_virtual_type. | |
452 | (REGISTER_CONVERTIBLE): Redefine in terms of | |
453 | i386_register_convertible. | |
454 | (i386_register_virtual_type, i386_register_convertible): New | |
455 | prototypes. | |
456 | ||
ad8fe2ce JB |
457 | 2001-05-08 Jim Blandy <[email protected]> |
458 | ||
33757489 JB |
459 | * Makefile.in (mn10300-tdep.o): New rule. |
460 | ||
461 | * Makefile.in (gdb_string_h): Define. Use it throughout. | |
462 | Some rules were already using this, even though it isn't defined. | |
463 | ||
c2c197ae JB |
464 | * Makefile.in (obstack_h, target_h): Define; these are already |
465 | used elsewhere, but have been expanding to the empty string. | |
466 | (memattr_h): Define; needed by target_h. | |
467 | ||
c064f384 JB |
468 | * mn10300-tdep.c (mn10300_extract_return_value): Mark this as |
469 | static. (This was accidentally omitted from the earlier patch.) | |
470 | ||
23436510 JB |
471 | * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): New function. |
472 | (mn10300_gdbarch_init): Register it as the architecture's | |
473 | dwarf2_reg_to_regnum method. | |
474 | ||
ae83b20d JB |
475 | Correct and expand handling of `movm' instruction, and register |
476 | saves in general. | |
477 | * config/mn10300/tm-mn10300.h (D0_REGNUM, A0_REGNUM, MDRQ_REGNUM, | |
478 | MCRH_REGNUM, MCRL_REGNUM, MCVF_REGNUM): New definitions. | |
479 | (enum movm_register_bits): New enum. | |
480 | * mn10300-tdep.c (set_movm_offsets): Use symbolic names for the | |
481 | bits, not hex literals. Handle the `other', `exreg0', and | |
482 | `exother' bits. Correct handling of `exreg1': it saves r4, r5, | |
483 | r6, and r7, not r2, r3, r4, and r5. | |
484 | (saved_regs_size): New function. | |
485 | (mn10300_frame_chain, mn10300_frame_saved_pc): Use it, instead | |
486 | of computing the same thing inline, incorrectly. | |
487 | ||
bf4b70a5 JB |
488 | * mn10300-tdep.c (mn10300_gdbarch_init): We do have a |
489 | dummy_breakpoint_offset; it's zero. | |
490 | ||
ee9f9641 JB |
491 | * mn10300-tdep.c (mn10300_pop_frame): Split the mn10300-specific |
492 | stuff out into mn10300_pop_frame_regular, and use | |
493 | generic_pop_current_frame. This lets us share code, and also | |
494 | makes this function's prototype match that expected by gdbarch. | |
495 | Make this function static. | |
496 | (mn10300_pop_frame_regular): New function. | |
497 | (mn10300_gdbarch_init): Register mn10300_pop_frame as the | |
498 | gdbarch's pop_frame method. | |
499 | * config/mn10300/tm-mn10300.h (POP_FRAME): Delete definition. | |
500 | (mn10300_pop_frame): Delete declaration. | |
501 | ||
2ac51b36 JB |
502 | * mn10300-tdep.c (mn10300_saved_pc_after_call, |
503 | mn10300_extract_return_value, | |
504 | mn10300_extract_struct_value_address, mn10300_store_return_value, | |
505 | mn10300_use_struct_convention, mn10300_breakpoint_from_pc, | |
506 | mn10300_frame_chain, mn10300_skip_prologue, | |
507 | mn10300_push_arguments, mn10300_push_return_address, | |
508 | mn10300_store_struct_return, mn10300_frame_saved_pc, | |
509 | mn10300_init_extra_frame_info, mn10300_frame_init_saved_regs): | |
510 | Make these functions static; they should only be visible to the | |
511 | outside world as gdbarch methods. | |
512 | ||
af4e72e9 JB |
513 | * config/mn10300/tm-mn10300.h (mn10300_find_callers_reg): Delete |
514 | unused declaration. | |
515 | ||
584f96a8 JB |
516 | * mn10300-tdep.c (mn10300_gdbarch_init): Put the gdbarch methods |
517 | in some rational order. | |
518 | ||
82d983b6 JB |
519 | * mn10300-tdep.c (mn10300_gdbarch_init): Rather than using |
520 | generic_pc_in_call_dummy, use pc_in_call_dummy_at_entry_point. | |
521 | ||
ad8fe2ce JB |
522 | Use gdbarch for most target parameters for the MN10300, rather |
523 | than the tm-*.h file. | |
524 | * config/mn10300/tm-mn10300.h (MAX_REGISTER_VIRTUAL_SIZE, | |
525 | REGISTER_BYTES, FP_REGNUM, BREAKPOINT_FROM_PC, | |
526 | FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK, INNER_THAN, | |
527 | SAVED_PC_AFTER_CALL, INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, | |
528 | FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC, | |
529 | EXTRACT_RETURN_VALUE, EXTRACT_STRUCT_VALUE_ADDRESS, | |
530 | STORE_RETURN_VALUE, STORE_STRUCT_RETURN, SKIP_PROLOGUE, | |
531 | FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, | |
532 | FRAME_NUM_ARGS, POP_FRAME, USE_GENERIC_DUMMY_FRAMES, CALL_DUMMY, | |
533 | CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET, | |
534 | CALL_DUMMY_LOCATION, FIX_CALL_DUMMY, CALL_DUMMY_ADDRESS, | |
535 | TARGET_READ_FP, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, | |
536 | SAVE_DUMMY_FRAME_TOS, PUSH_ARGUMENTS, PC_IN_CALL_DUMMY, | |
537 | REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER): | |
538 | Delete definitions. We register gdbarch methods for these now. | |
539 | (struct frame_info, struct type, struct value): Delete forward | |
540 | declarations of these types; they're no longer necessary, since we | |
541 | don't have function declarations here any more. | |
542 | * mn10300-tdep.c: #include "arch-utils.h", to get declarations for | |
543 | some default gdbarch methods. | |
544 | (mn10300_store_struct_return): Return void, as expected by | |
545 | gdbarch. | |
546 | (mn10300_init_extra_frame_info): Take initial `fromleaf' argument, | |
547 | as expected by gdbarch. | |
548 | (mn10300_frame_init_saved_regs): Provide dummy definition for | |
549 | this, as required by gdbarch. | |
550 | (mn10300_gdbarch_init): Add mn10300_call_dummy_words, as expected | |
551 | by gdbarch. Register gdbarch methods or values for all the stuff | |
552 | removed from tm-10300.h, listed above. | |
553 | ||
631ec795 AC |
554 | 2001-05-08 Andrew Cagney <[email protected]> |
555 | ||
556 | * cli-out.c (cli_begin, cli_end): Replace cli_list_begin and | |
557 | cli_list_end. | |
558 | (cli_ui_out_impl): Update. | |
559 | ||
560 | * ui-out.c (default_begin, default_end): Replace | |
561 | default_list_begin and default_list_end. | |
562 | (default_ui_out_impl): Update. | |
563 | (uo_begin, uo_end): Replace ou_list_begin and uo_list_end. | |
564 | (ui_out_begin, ui_out_end): Replace ui_out_list_begin and | |
565 | ui_out_list_end. | |
566 | (ui_out_list_begin, ui_out_list_end): New. Compatibility | |
567 | functions. | |
568 | (struct ui_out_level): Add field type. | |
569 | (push_level, pop_level): Update. Add type parameter. | |
570 | ||
571 | * ui-out.h (enum ui_out_type): Declare. | |
572 | (ui_out_begin, ui_out_end): Declare. | |
573 | (ui_out_begin_ftype, ui_out_end_ftype): Replace list_begin_ftype | |
574 | and list_end_ftype. | |
575 | (struct ui_out_impl): Update. | |
576 | ||
80f49b30 AC |
577 | 2001-05-07 Andrew Cagney <[email protected]> |
578 | ||
579 | * ui-out.h (list_begin_ftype, list_end_ftype): Rename argument | |
580 | ``list_flag'' to ``depth''. | |
581 | * ui-out.c (default_list_begin, default_list_end): Update. | |
582 | (uo_list_begin, uo_list_end): Update. | |
583 | (MAX_UI_OUT_LEVELS): Define. | |
584 | (struct ui_out_level): Define. | |
585 | (top-level): Include "gdb_assert.h". | |
586 | (struct ui_out): Add fields ``level'' and ``levels''. Delete | |
587 | fields ``list_flag'' and ``field_count''. | |
588 | (ui_out_new): Update. | |
589 | (verify_field_proper_position): Update. | |
590 | (current_level, push_level, pop_level): New functions. | |
591 | (ui_out_list_begin): Use push_level. | |
592 | (ui_out_list_end): Use pop_level. | |
593 | (ui_out_field_int): Use current_level. | |
594 | (ui_out_field_skip): Ditto. | |
595 | (ui_out_field_fmt): Ditto. | |
596 | ||
7aedc9f8 MS |
597 | 2001-05-08 Michael Snyder <[email protected]> |
598 | ||
599 | * language.c (longest_local_hex_string_custom): Strlen test is | |
600 | inverted -- reverse the sense of the test. | |
601 | ||
c6ec85d6 MK |
602 | 2001-05-08 Mark Kettenis <[email protected]> |
603 | ||
604 | * config/i386/tm-i386v.h (struct frame_info, struct | |
605 | frame_saved_regs): Remove declarations. | |
606 | (i386_frame_num_args): Remove prototype. | |
607 | ||
f938fa6a AC |
608 | 2001-05-07 Andrew Cagney <[email protected]> |
609 | ||
610 | * MAINTAINERS: I'm no longer actively maintaining the mn10300 | |
611 | target. | |
612 | ||
fb106663 AC |
613 | 2001-05-04 Andrew Cagney <[email protected]> |
614 | ||
615 | * main.c (captured_main): Delete #ifndef _WIN32 conditional for | |
616 | WinGDB. | |
617 | ||
ce696e05 KB |
618 | 2001-05-06 Kevin Buettner <[email protected]> |
619 | ||
620 | * inferior.h (save_inferior_ptid): Declare. | |
621 | * infrun.c (save_inferior_ptid, restore_inferior_ptid): Define. | |
622 | ||
623 | * hpux-thread.c (save_inferior_ptid, restore_inferior_ptid): | |
624 | Delete these functions. | |
625 | * lin-lwp.c (save_inferior_ptid, restore_inferior_ptid): Likewise. | |
626 | * lin-thread.c (save_inferior_ptid, restore_inferior_ptid): Likewise. | |
627 | * linux-thread.c (save_inferior_ptid, restore_inferior_ptid): | |
628 | Likewise. | |
629 | * proc-service.c (save_inferior_ptid, restore_inferior_ptid): | |
630 | Likewise. | |
631 | * sol-thread.c (save_inferior_ptid, restore_inferior_ptid): Likewise. | |
632 | * thread-db.c (save_inferior_ptid, restore_inferior_ptid): Likewise. | |
633 | ||
634 | * somsolib.c (reset_inferior_ptid): Delete. | |
635 | (som_solib_remove_inferior_hook): Use save_inferior_ptid() to | |
636 | build the cleanup struct. | |
637 | ||
638 | * breakpoint.c (reattach_breakpoints, detach_breakpoints): Use | |
639 | a cleanup to save/restore inferior_ptid. | |
640 | ||
c194fbe1 MK |
641 | 2001-05-06 Mark Kettenis <[email protected]> |
642 | ||
643 | Implement attach/detach for multi-threaded programs on Linux. | |
644 | * thread-db.c (keep_thread_db): Adjust comment. | |
645 | (deactivate_target): Removed. | |
646 | (thread_db_new_objfile): Don't call deactivate_target. Implement | |
647 | guts of deactivate_target inline instead. | |
648 | (attach_thread): Call ATTACH_LWP unconditionally if defined. | |
649 | (thread_db_attach): New function. | |
650 | (thread_db_detach): Don't call deactivate_target. Do necessary | |
651 | cleanup inline instead. Set inferior_ptid to LWP corresponding to | |
652 | the current user-level thread. | |
653 | (thread_db_kill): Set inferior_ptid to LWP corresponding to the | |
654 | current user-level thread. | |
655 | (thread_db_create_inferior): Deactivate target vector if | |
656 | KEEP_THREAD_DB is zero. | |
657 | (thread_db_mourn_inferior): Don't call deactivate_target. Do | |
658 | necessary cleanup inline instead. | |
659 | (init_thread_db_ops): Initialize to_attach field to | |
660 | thread_db_attach. | |
661 | * lin-lwp.c (lin_lwp_mourn_inferior): Remove prototype. | |
662 | (stop_wait_callback): Add prototype. | |
663 | (init_lwp_list): Add comment about when to re-initialize the LWP | |
664 | list. | |
665 | (lin_lwp_attach_lwp): Only call ptrace for cloned processes. | |
666 | Avoid adding publicates to the LWP list. Only mark an LWP as | |
667 | signalled if it doesn't correspond to a cloned process. | |
668 | (lin_lwp_attach): Add initial process to the LWP list. Make sure | |
669 | it's stopped and fake a SIGSTOP. | |
670 | (detach_callback): New function. | |
671 | (lin_lwp_detach): Implement. | |
672 | (lin_lwp_create_inferior): Don't re-initialize LWP list here. | |
673 | Call child_ops.to_create_inferior directly instead of via | |
674 | target_beneath local. | |
675 | (lin_lwp_mourn_inferior): Call child_ops.to_mourn_inferior | |
676 | directly instead of via target_beneath local. | |
677 | ||
a7fdf62f EZ |
678 | 2001-05-06 Eli Zaretskii <[email protected]> |
679 | ||
680 | * symtab.c (lookup_symtab_1, lookup_partial_symtab): Use basename | |
681 | instead of non-portable search for `/'. Use FILENAME_CMP instead | |
682 | of STREQ, to account for case-insensitive filesystems. | |
683 | (top-level): #include "filenames.h". | |
684 | ||
9f60f21b JB |
685 | 2001-05-05 Jim Blandy <[email protected]> |
686 | ||
644a1fe1 JB |
687 | * breakpoint.c (check_duplicates): Use the breakpoint's type, not |
688 | its address, to decide whether it's a watchpoint or not. Zero | |
689 | is a valid code address. | |
690 | (update_breakpoints_after_exec): Admonishing comments. | |
691 | * breakpoint.h (struct breakpoint): Doc fixes. | |
692 | ||
9f60f21b JB |
693 | * breakpoint.c (check_duplicates): Take a breakpoint object as an |
694 | argument, rather than an address and section. All callers changed. | |
695 | ||
39f77062 KB |
696 | 2001-05-03 Kevin Buettner <[email protected]> |
697 | ||
698 | * defs.h (ptid_t): New typedef. | |
699 | (pid_to_ptid, null_ptid, minus_one_ptid, ptid_equal): New macros. | |
700 | ||
701 | * a68v-nat.c, alphabsd-nat.c, arch-utils.c, arm-linux-nat.c, | |
702 | blockframe.c, breakpoint.c, breakpoint.h, | |
703 | config/i386/nm-i386sol2.h, config/i386/tm-i386sco5.h, | |
704 | config/ia64/nm-linux.h, config/m68k/nm-hp300bsd.h, | |
705 | config/mips/nm-irix4.h, config/mips/nm-irix5.h, | |
706 | config/pa/nm-hppah.h, config/pa/tm-hppa.h, | |
707 | config/rs6000/nm-rs6000.h, config/sparc/nm-sun4sol2.h, | |
708 | corelow.c, cxux-nat.c, d10v-tdep.c, dink32-rom.c, | |
709 | dve3900-rom.c, fork-child.c, frame.c, gnu-nat.c, go32-nat.c, | |
710 | hp300ux-nat.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c, | |
711 | hpux-thread.c, i386-linux-nat.c, i386aix-nat.c, i386b-nat.c, | |
712 | i386bsd-nat.c, i386gnu-nat.c, i386mach-nat.c, i386nbsd-nat.c, | |
713 | infcmd.c, inferior.h, inflow.c, infptrace.c, infrun.c, | |
714 | inftarg.c, infttrace.c, lin-lwp.c, lin-thread.c, | |
715 | linux-thread.c, lynx-nat.c, m3-nat.c, m32r-rom.c, | |
716 | m68knbsd-nat.c, m88k-nat.c, mac-nat.c, mips-nat.c, | |
717 | mon960-rom.c, monitor.c, ns32knbsd-nat.c, ocd.c, ppc-bdm.c, | |
718 | ppcnbsd-nat.c, proc-service.c, procfs.c, ptx4-nat.c, | |
719 | regcache.c, remote-adapt.c, remote-array.c, remote-bug.c, | |
720 | remote-e7000.c, remote-es.c, remote-mips.c, remote-mm.c, | |
721 | remote-nindy.c, remote-os9k.c, remote-rdi.c, remote-rdp.c, | |
722 | remote-sds.c, remote-sim.c, remote-st.c, remote-udi.c, | |
723 | remote-vx.c, remote.c, rs6000-nat.c, sol-thread.c, | |
724 | solib-aix5.c, solib-svr4.c, somsolib.c, sparc-nat.c, | |
725 | standalone.c, sun3-nat.c, sun386-nat.c, symm-nat.c, target.c, | |
726 | target.h, thread-db.c, thread.c, top.c, ultra3-nat.c, | |
727 | uw-thread.c, v850ice.c, win32-nat.c, wince.c, xcoffsolib.c | |
728 | (inferior_pid): Rename to inferior_ptid everywhere - even in | |
729 | comments and obsolete ports. In cases where this variable | |
730 | really is supposed to be used as a process id, use PIDGET() to | |
731 | extract the process id component from inferior_ptid. The | |
732 | other cases, either involving other variables whose types had | |
733 | to be changed or functions whose signatures had to changed | |
734 | are listed separately below. | |
735 | ||
736 | * arm-linux-nat.c (get_thread_id): Change type of argument | |
737 | representing a combined process/thread id from ``int'' to | |
738 | ``ptid_t''. Also change parameter name to ptid. | |
739 | * breakpoint.h, breakpoint.c (breakpoint_thread_match): Likewise. | |
740 | * corelow.c (core_file_thread_alive): Likewise. | |
741 | * d10v-tdep.c (d10v_read_pc, d10v_write_pc): Likewise. | |
742 | * defs.h (*target_wait_hook): Likewise. | |
743 | * gdbthread.h (thread_info, delete_thread, pid_to_thread_id) | |
744 | (find_thread_pid, save_infrun_state, load_infrun_state): Likewise. | |
745 | * gnu-nat.c (gnu_thread_alive, gnu_pid_to_str, gnu_wait) | |
746 | (gnu_resume): Likewise. | |
747 | * go32-nat.c (go32_wait, go32_resume): Likewise. | |
748 | * h8500-tdep.c (h8500_read_pc, h8500_write_pc): Likewise. | |
749 | * hppa-tdep.c (target_read_pc, target_write_pc): Likewise. | |
750 | * hppah-nat.c (child_pid_to_str, hppa_tid_to_str, | |
751 | (hppa_pid_or_tid_to_str, child_post_startup_inferior) | |
752 | (child_thread_alive): Likewise. | |
753 | * hpux-thread.c (hpux_thread_notice_signals, hpux_thread_alive) | |
754 | (hpux_pid_to_str, hpux_thread_wait, hpux_thread_resume): Likewise. | |
755 | * i386-linux-nat.c (child_resume): Likewise. | |
756 | * ia64-linux-nat.c (enable_watchpoints_in_psr, fetch_debug_register) | |
757 | (store_debug_register, fetch_debug_register_pair) | |
758 | (store_debug_register_pair, ia64_linux_insert_watchpoint) | |
759 | (ia64_linux_remove_watchpoint, ia64_linux_stopped_by_watchpoint): | |
760 | Likewise. | |
761 | * ia64-tdep.c (ia64_read_pc, ia64_write_pc): Likewise. | |
762 | * inferior.h (read_pc_pid, generic_target_read_pc, write_pc_pid) | |
763 | (generic_target_write_pc, ptrace_wait, child_resume) | |
764 | (get_last_target_status): Likewise. | |
765 | * infptrace.c (ptrace_wait, child_resume): Likewise. | |
766 | * inftarg.c (child_wait, child_post_wait, child_thread_live) | |
767 | (child_pid_to_str): Likewise. | |
768 | * infttrace.c (ptrace_wait, child_thread_alive, child_resume) | |
769 | (hppa_pid_or_tid_to_str, child_post_startup_inferior): Likewise. | |
770 | * lin-lwp.c (add_lwp, delete_lwp, find_lwp_pid, lin_lwp_attach_lwp) | |
771 | (lin_lwp_resume, lin_lwp_wait, lin_lwp_thread_alive) | |
772 | (lin_lwp_pid_to_str): Likewise. | |
773 | * lin-thread.c (thread_db_alive, thread_db_pid_to_str) | |
774 | (thread_db_resume, thread_db_wait): Likewise. | |
775 | * linux-thread.c (linuxthreads_thread_alive, linuxthreads_pid_to_str) | |
776 | (linuxthreads_resume, linuxthreads_wait): Likewise. | |
777 | * lynx-nat.c (child_wait, child_thread_alive, child_resume) | |
778 | (child_pid_to_str): Likewise. | |
779 | * m3-nat.c (mach_really_wait, m3_resume): Likewise. | |
780 | * mac-nat.c (child_wait, child_resume): Likewise. | |
781 | * mips-tdep.c (mips_read_pc): Likewise. | |
782 | * monitor.c (monitor_wait, monitor_resume): Likewise. | |
783 | * ocd.c, ocd.h (ocd_thread_alive, ocd_resume): Likewise. | |
784 | * ppc-bdm.c (bdm_ppc_wait): Likewise. | |
785 | * procfs.c (do_attach, procfs_wait, procfs_resume) | |
786 | (procfs_notice_signals, procfs_thread_alive, procfs_pid_to_str) | |
787 | (procfs_set_watchpoint, procfs_stopped_by_watchpoint) | |
788 | (procfs_find_LDT_entry): Likewise. | |
789 | * regcache.c (read_register_pid, read_signed_register_pid) | |
790 | (write_register_pid, generic_target_read_pc, read_pc_pid) | |
791 | (generic_target_write_pc, write_pc_pid): Likewise. | |
792 | * regcache.h (read_register_pid, read_signed_register_pid) | |
793 | (write_register_pid): Likewise. | |
794 | * remote-adapt.c (adapt_wait, adapt_resume): Likewise. | |
795 | * remote-array.c (array_wait, array_resume): Likewise. | |
796 | * remote-bug.c (bug_wait, bug_resume): Likewise. | |
797 | * remote-e7000.c (e7000_wait, e7000_resume): Likewise. | |
798 | * remote-eb.c (eb_wait, eb_resume): Likewise. | |
799 | * remote-es.c (es1800_wait, es1800_resume): Likewise. | |
800 | * remote-mips.c (mips_wait, mips_resume): Likewise. | |
801 | * remote-mm.c (mm_wait, mm_resume): Likewise. | |
802 | * remote-nindy.c (nindy_wait, nindy_resume): Likewise. | |
803 | * remote-os9k.c (rombug_wait, rombug_resume): Likewise. | |
804 | * remote-rdi.c (arm_rdi_wait, arm_rdi_resume): Likewise. | |
805 | * remote-rdp.c (remote_rdp_resume, remote_rdp_wait): Likewise. | |
806 | * remote-sds.c (sds_wait, sds_resume): Likewise. | |
807 | * remote-sim.c (gdbsim_wait, gdbsim_resume): Likewise. | |
808 | * remote-st.c (st2000_wait, st2000_resume): Likewise. | |
809 | * remote-udi.c (udi_wait, udi_resume): Likewise. | |
810 | * remote-vx.c (vx_wait, vx_resume): Likewise. | |
811 | * remote.c (remote_current_thread, remote_resume, remote_wait) | |
812 | (remote_async_resume, remote_async_wait, remote_cisco_wait) | |
813 | (remote_thread_alive): Likewise. | |
814 | * sol-thread.c (thread_to_lwp, lwp_to_thread, sol_thread_resume) | |
815 | (sol_thread_wait, sol_thread_notice_signals, sol_thread_alive) | |
816 | (solaris_pid_to_str): Likewise. | |
817 | * symm-nat.c (child_wait, child_resume): Likewise. | |
818 | * target.c (debug_to_resume, debug_to_wait, debug_to_post_wait) | |
819 | (debug_to_notice_signals, debug_to_thread_alive) | |
820 | (normal_target_post_startup_inferior, normal_pid_to_str) | |
821 | (debug_to_post_startup_inferior): Likewise. | |
822 | * target.h (to_resume, to_wait, to_post_wait) | |
823 | (to_post_startup_inferior, to_notice_signals, to_thread_alive) | |
824 | (to_pid_to_str [all in struct target_ops]): Likewise. | |
825 | (child_post_wait, child_thread_alive, normal_pid_to_str): Likewise. | |
826 | * thread-db.c (thread_from_lwp, lwp_from_thread, thread_db_wait) | |
827 | (attach_thread, detach_thread, thread_db_resume, check_event) | |
828 | (thread_db_post_startup_inferior, thread_db_thread_alive) | |
829 | (thread_db_pid_to_str): Likewise. | |
830 | * thread.c (add_thread, delete_thread, find_thread_pid) | |
831 | (pid_to_thread_id, in_thread_list, load_infrun_state) | |
832 | (save_infrun_state, switch_to_thread, restore_current_thread) | |
833 | (make_cleanup_restore_current_thread): Likewise. | |
834 | * top.c (target_wait_hook): Likewise. | |
835 | * uw-thread.c (dbgpid, thr_to_lwp, lwp_to_thr, add_thread_uw) | |
836 | (uw_thread_resume, libtrhead_stub, uw_thread_wait, uw_thread_alive) | |
837 | (uw_thread_pid_to_str): Likewise. | |
838 | * v850ice.c (v850ice_wait, v850ice_resume): Likewise. | |
839 | * win32-nat.c (child_wait, child_resume, win32_child_thread_alive) | |
840 | (cywin_pid_to_str): Likewise. | |
841 | * wince.c (child_wait, child_resume, win32_child_thread_alive): | |
842 | Likewise. | |
843 | * config/nm-linux.h (linuxthreads_pid_to_str): Likewise. | |
844 | * config/nm-lynx.h (child_wait, lynx_pid_to_str): Likewise. | |
845 | * config/alpha/nm-linux.h (lin_lwp_attach_lwp): Likewise. | |
846 | * config/arm/nm-linux.h (lin_lwp_attach_lwp): Likewise. | |
847 | * config/h8500/tm-h8500.h (h8500_read_pc, h8500_write_pc): Likewise. | |
848 | * config/i386/nm-i386sol2.h (procfs_stopped_by_watchpoint) | |
849 | (procfs_set_watchpoint): Likewise. | |
850 | * config/i386/nm-linux.h (lin_lwp_attach_lwp): Likewise. | |
851 | * config/i386/nm-ptx4.h (child_wait): Likewise. | |
852 | * config/i386/nm-symmetry.h (child_wait): Likewise. | |
853 | * config/i386/tm-cygwin.h (cygwin_pid_to_str): Likewise. | |
854 | * config/ia64/nm-linux.h (ia64_linux_stopped_by_watchpoint) | |
855 | (ia64_linux_insert_watchpoint, ia64_linux_remove_watchpoint) | |
856 | (lin_lwp_attach_lwp): Likewise. | |
857 | * config/mips/nm-irix4.h, config/mips/nm-irix5.h | |
858 | (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Likewise. | |
859 | * config/pa/nm-hppah.h (child_pid_to_str, hppa_tid_to_str) | |
860 | (hppa_pid_or_tid_to_str): Likewise. | |
861 | * config/pa/tm-hppa.h (target_read_pc, target_write_pc): Likewise. | |
862 | * config/powerpc/nm-linux.h (lin_lwp_attach_lwp): Likewise. | |
863 | * config/sparc/nm-sun4sol2.h (procfs_stopped_by_watchpoint) | |
864 | (procfs_set_watchpoint): Likewise. | |
865 | ||
866 | * gdbthread.h (thread_id_to_pid): Change return type which | |
867 | represents a combined process/thread id from ``int'' to | |
868 | ``ptid_t''. | |
869 | * gnu-nat.c (gnu_wait): Likewise. | |
870 | * go32-nat.c (go32_wait): Likewise. | |
871 | * hpux-thread.c (hpux_thread_wait): Likewise. | |
872 | * inferior.h (procfs_first_available): Likewise. | |
873 | * inftarg.c (child_wait): Likewise. | |
874 | * infttrace.c (ptrace_wait): Likewise. | |
875 | * lin-lwp.c (lin_lwp_wait): Likewise. | |
876 | * lin-thread.c (thread_db_wait): Likewise. | |
877 | * linux-thread.c (linuxthreads_wait): Likewise. | |
878 | * lynx-nat.c (child_wait): Likewise. | |
879 | * m3-nat.c (mach_really_wait): Likewise. | |
880 | * mac-nat.c (child_wait): Likewise. | |
881 | * monitor.c (monitor_wait): Likewise. | |
882 | * ppc-bdm.c (bdm_ppc_wait): Likewise. | |
883 | * procfs.c (do_attach, procfs_wait, procfs_first_available): Likewise. | |
884 | * remote-adapt.c (adapt_wait): Likewise. | |
885 | * remote-array.c (array_wait): Likewise. | |
886 | * remote-bug.c (bug_wait): Likewise. | |
887 | * remote-e7000.c (e7000_wait): Likewise. | |
888 | * remote-eb.c (eb_wait): Likewise. | |
889 | * remote-es.c (es1800_wait): Likewise. | |
890 | * remote-mips.c (mips_wait): Likewise. | |
891 | * remote-mm.c (mm_wait): Likewise. | |
892 | * remote-nindy.c (nindy_wait): Likewise. | |
893 | * remote-os9k (rombug_wait): Likewise. | |
894 | * remote-rdi.c (arm_rdi_wait): Likewise. | |
895 | * remote-rdp.c (remote_rdp_wait): Likewise. | |
896 | * remote-sds.c (sds_wait): Likewise. | |
897 | * remote-sim.c (gdbsim_wait): Likewise. | |
898 | * remote-st.c (st2000_wait): Likewise. | |
899 | * remote-udi.c (udi_wait): Likewise. | |
900 | * remote-vx.c (vx_wait): Likewise. | |
901 | * remote.c (remote_wait, remote_async_wait, remote_current_thread) | |
902 | (remote_cisco_wait): Likewise. | |
903 | * sol-thread.c (thread_to_lwp, lwp_to_thread, sol_thread_wait): | |
904 | Likewise. | |
905 | * symm-nat.c (child_wait): Likewise. | |
906 | * target.c (debug_to_wait): Likewise. | |
907 | * target.h (to_wait [in struct target_ops]): Likewise. | |
908 | * thread.c (thread_id_to_pid): Likewise. | |
909 | * thread-db.c (thread_from_lwp, lwp_from_thread, thread_db_wait): | |
910 | Likewise. | |
911 | * top.c (*target_wait_hook): Likewise. | |
912 | * uw-thread.c (lwp_to_thr, uw_thread_wait): Likewise. | |
913 | * v850ice.c (v850ice_wait): Likewise. | |
914 | * win32-nat.c (child_wait): Likewise. | |
915 | * wince.c (child_wait): Likewise. | |
916 | * config/nm-lynx.h (child_wait): Likewise. | |
917 | * config/i386/nm-ptx4.h (child_wait): Likewise. | |
918 | * config/i386/nm-symmetry.h (child_wait): Likewise. | |
919 | ||
920 | * arch-utils.c (generic_prepare_to_proceed): Rename wait_pid | |
921 | to wait_ptid and change its type from ``int'' to ``ptid_t''. | |
922 | * breakpoint.c (reattach_breakpoints, detach_breakpoints): Likewise, | |
923 | but rename saved_inferior_pid to saved_inferior_ptid. | |
924 | * d10v-tdep.c (d10v_read_pc, d10_write_pc): Likewise, but rename | |
925 | save_pid to save_ptid. | |
926 | * gdbthread.h (struct thread_info): Likewise, but rename pid to ptid. | |
927 | * hppah-nat.c (child_pid_to_exec): Likewise, but rename | |
928 | saved_inferior_pid to saved_inferior_ptid. | |
929 | * hpux-thread.c (main_ptid): Likewise, but rename from main_pid. | |
930 | * infrun.c (previous_inferior_pid [static global]): Likewise, | |
931 | but rename to previous_inferior_ptid. | |
932 | (resume): Likewise, but rename resume_pid to resume_ptid. | |
933 | (struct execution_control_state): Likewise, but rename | |
934 | pid to ptid, saved_inferior_pid to saved_inferior_ptid, | |
935 | and waiton_pid to waiton_ptid. | |
936 | (target_last_wait_pid): Likewise, but rename to | |
937 | target_last_wait_ptid. | |
938 | * infttrace.c (saved_real_pid): Likewise, but rename to | |
939 | saved_real_ptid. | |
940 | (child_pid_to_exec_file): Likewise, but rename saved_inferior_pid | |
941 | to saved_inferior_ptid. | |
942 | * lin-lwp.c (struct lwp_info): Likewise, but rename pid to ptid. | |
943 | (trap_ptid): Likewise, but renamed from trap_pid. | |
944 | * lin-thread.c (handle_new_thread): Likewise, but rename gdb_pid | |
945 | to gdb_ptid. | |
946 | * linux-thread.c (detach_thread): Likewise, but rename pid to ptid. | |
947 | (thread_db_wait): Likewise, but rename ret_pid to retptid. | |
948 | * procfs.c (procfs_wait): Likewise, for retval whose name | |
949 | doesn't change. Also, ``temp'' becomes two separate variables, | |
950 | one named temp_tid (an int) and the other temp_ptid. | |
951 | (procfs_notice_thread): Likewise (type change) for gdb_threadid | |
952 | whose name does not change. | |
953 | * regcache.c (registers_ptid): Likewise, but renamed from | |
954 | registers_pid. | |
955 | (read_register_pid, read_signed_register_pid, write_register_pid): | |
956 | Likewise, but rename save_pid to save_ptid. | |
957 | (read_pc_pid, write_pc_pid): Likewise, but rename saved_inferior_pid | |
958 | to saved_inferior_ptid. | |
959 | * remote.c (remote_newthread_step): Likewise, but rename pid to ptid. | |
960 | * sol-thread.c (struct ps_prochandle): Likewise. | |
961 | (sol_thread_resume): Likewise, for save_pid which becomes save_ptid. | |
962 | (sol_thread_wait): Likewise, for rtnval whose name does not | |
963 | change, and for save_pid which becomes save_ptid. | |
964 | (solaris_pid_to_str): Likewise for lwp whose name does not change. | |
965 | (sol_find_new_threads_callback): Likewise, for pid which becomes | |
966 | ptid. | |
967 | * target.h (target_resume, target_wait, target_post_wait) | |
968 | (target_post_startup_inferior, target_notice_signals) | |
969 | (target_thread_alive): Likewise. | |
970 | * thread.c (info_threads_command): Likewise, but rename | |
971 | current_pid to current_ptid. | |
972 | (struct current_thread_cleanup): Likewise, but rename field | |
973 | inferior_pid to inferior_ptid. | |
974 | * thread-db.c (find_new_threads_callback): Likewise, but rename | |
975 | pid to ptid. | |
976 | * uw-thread.c (thr_to_lwp): Likewise for lid whose name does not | |
977 | change. | |
978 | (lwp_to_tr): Likewise fo tid whose name remains unchanged. | |
979 | (thr_infpid, lwp_infpid, notice_thread, libthread_stub): Likewise, | |
980 | but rename pid to ptid. | |
981 | * config/alpha/nm-linux.h (ATTACH_LWP): Likewise. | |
982 | * config/arm/nm-linux.h (ATTACH_LWP): Likewise. | |
983 | * config/i386/nm-linux.h (ATTACH_LWP): Likewise. | |
984 | * config/ia64/nm-linux.h (ATTACH_LWP): Likewise. | |
985 | * config/pa/nm-hppah.h (target_tid_to_str): Likewise. | |
986 | * config/powerpc/nm-linux.h (ATTACH_LWP): Likewise. | |
987 | ||
988 | * arch-utils.c (generic_prepare_to_proceed): Test for the | |
989 | "zero" ptid by using ptid_equal() to test to see if variable | |
990 | in question is the same as null_ptid. This replaces a direct | |
991 | test against zero. | |
992 | * cxux-nat.c (add_shared_symbol_files): Likewise. | |
993 | * i386aix-nat.c, i386b-nat.c (i386_float_info): Likewise. | |
994 | * infcmd.c (run_command): Likewise. | |
995 | * inflow.c (kill_command): Likewise. | |
996 | * infttrace.c (call_ttrace): Likewise. | |
997 | * lin-lwp.c (lin_lwp_prepare_to_proceed): Likewise. | |
998 | * lin-thread.c (thread_db_kill): Likewise. | |
999 | * procfs.c (procfs_kill_inferior, procfs_mourn_inferior): Likewise. | |
1000 | * remote-es.c (es1800_kill): Likewise. | |
1001 | * sol-thread.c (sol_thread_create_inferior): Likewise. | |
1002 | * solib.c (locate_base): Likewise. | |
1003 | * target.c (nosupport_runtime): Likewise. | |
1004 | * thread-db.c (thread_db_wait): Likewise. | |
1005 | * top.c (quit_confirm, quit_force): Likewise. | |
1006 | * uw-thread (lwp_infpid, uw_thread_resume): Likewise. | |
1007 | ||
1008 | * infrun.c (handle_inferior_event, stop_stepping, normal_stop): | |
1009 | Use ptid_equal to compare value of process/thread ids instead of | |
1010 | ``=='' and ``!='' operators. | |
1011 | lin-lwp.c (delete_lwp, lin_lwp_prepare_to_proceed) | |
1012 | (stop_wait_callback, lin_lwp_wait): Likewise. | |
1013 | * procfs.c (procfs_wait): Likewise. | |
1014 | * regcache.c (read_register_bytes, read_register_gen) | |
1015 | (write_register_gen, read_register, read_register_pid) | |
1016 | (read_signed_register, read_signed_register_pid, write_register) | |
1017 | (write_register_pid, supply_register): Likewise. | |
1018 | * remote-vx.c (vx_resume): Likewise. | |
1019 | * sol-thread.c (sol_thread_wait): Likewise. | |
1020 | * symm-nat.c (kill_inferior): Likewise. | |
1021 | * thread.c (delete_thread, find_thread_pid, pid_to_thread_id) | |
1022 | (in_thread_list, info_threads_command, switch_to_thread) | |
1023 | (restore_current_thread): Likewise. | |
1024 | * uw-thread (libtread_stub): Likewise. | |
1025 | ||
1026 | * arm-linux-nat.c (GET_THREAD_ID): Change PID to PTID. | |
1027 | ||
1028 | * corelow.c (add_to_thread_list): Convert argument in add_thread() | |
1029 | call to a ptid_t. | |
1030 | * gnu-nat.c (inf_validate_procs): Likewise. | |
1031 | * linux-thread.c (stop_thread, update_stop_threads): Likewise. | |
1032 | * remote.c (record_currthread, remote_threads_info): Likewise. | |
1033 | * win32-nat.c (child_add_thread): Likewise. | |
1034 | ||
1035 | * hpux-thread.c (save_inferior_pid, restore_inferior_pid): Rename, | |
1036 | respectively, to save_inferior_ptid() and restore_inferior_ptid(). | |
1037 | Adjust implementations to operate on ``ptid_t'' instead of ``int''. | |
1038 | * lin-lwp.c (save_inferior_pid, restore_inferior_pid): Likewise. | |
1039 | * lin-thread.c (save_inferior_pid, restore_inferior_pid): Likewise. | |
1040 | * linux-thread.c (save_inferior_pid, restore_inferior_pid): Likewise. | |
1041 | * proc-service.c (save_inferior_pid, restore_inferior_pid): Likewise. | |
1042 | * sol-thread.c (save_inferior_pid, restore_inferior_pid): Likewise. | |
1043 | * thread-db.c (save_inferior_pid, restore_inferior_pid): Likewise. | |
1044 | ||
1045 | * infrun.c (RESUME_ALL): New macro representing the -1 ptid | |
1046 | to be passed to target_resume() when all threads should resume. | |
1047 | (resume): Set resume_ptid to RESUME_ALL rather than -1. | |
1048 | (handle_inferior_event): Invoke target_resume() with RESUME_ALL | |
1049 | instead of -1. | |
1050 | * irix5-nat.c (solib_create_inferior_hook): Convert -1 to | |
1051 | a ptid_t in target_resume() call. | |
1052 | * osfsolib.c (solib_create_inferior_hook): Likewise. | |
1053 | * solib-svr4.c (solib_create_inferior_hook): Likewise. | |
1054 | ||
1055 | * lin-lwp.c (PIDGET, PIDGET0): Rename original PIDGET macro to | |
1056 | PIDGET0. Define new PIDGET macro which uses PIDGET0, the only | |
1057 | difference being that the 0xffff pattern will be interpreted | |
1058 | as -1. | |
1059 | * lin-thread.c (PIDGET, PIDGET0): Likewise. | |
1060 | * thread-db.c (PIDGET, PIDGET0): Likewise. | |
1061 | * config/nm-linux.h (PIDGET, PIDGET0): Likewise. | |
1062 | * config/i386/tm-i386sol2.h (PIDGET, PIDGET0): Likewise. | |
1063 | * config/i386/tm-i386v42mp.h (PIDGET, PIDGET0): Likewise. | |
1064 | * config/sparc/tm-sun4sol2.h (PIDGET, PIDGET0): Likewise. | |
1065 | ||
1066 | * m3-nat.c (init_m3_ops): Fix typo; initialize to_wait field to | |
1067 | mach_really_wait rather than mach_really__wait. | |
1068 | * lin-thread.c (check_for_thread_event): Fix warning; make function | |
1069 | actually return a value. | |
1070 | ||
1071 | * gdbarch.sh (TARGET_READ_PC, TARGET_WRITE_PC): Change type of | |
1072 | ``pid'' arguments from ``int'' to ``ptid_t''. Also renamed | |
1073 | pid to ptid. | |
1074 | * gdbarch.h, gdbarch.c: Regenerated. | |
1075 | ||
31e28849 JL |
1076 | 2001-05-03 Jonathan Larmour <[email protected]> |
1077 | ||
1078 | * rdi-share/devsw.c: Include <time.h> for struct tm | |
1079 | ||
8d341142 EZ |
1080 | 2001-05-03 Eli Zaretskii <[email protected]> |
1081 | ||
1082 | * config/djgpp/fnchange.lst: Add mappings for the new | |
1083 | opcodes/openrisc-* files. | |
1084 | ||
9572d2b6 MS |
1085 | 2001-05-01 Michael Snyder <[email protected]> |
1086 | ||
9085700c | 1087 | * lin-lwp.c: Change printf to fprintf_unfiltered. |
9572d2b6 MS |
1088 | * Makefile.in: Add rules for thread-db.o, lin-lwp.o, proc-service.o. |
1089 | ||
977adac5 ND |
1090 | 2001-05-01 Nicholas Duffek <[email protected]> |
1091 | ||
1092 | * config/rs6000/tm-rs6000.h (IN_SOLIB_RETURN_TRAMPOLINE): Define. | |
1093 | (rs6000_in_solib_return_trampoline): Declare. | |
1094 | * rs6000-tdep.c (rs6000_in_solib_return_trampoline): New | |
1095 | function. | |
1096 | (rs6000_skip_trampoline_code): Skip bigtoc fixup code. | |
1097 | * xcoffread.c (read_xcoff_symtab): Perform the ISFCN function | |
1098 | check after the CSECT check rather than before it. Allocate | |
1099 | separate symtabs for CSECTs whose names begin with '@'. | |
1100 | (scan_xcoff_symtab): Don't ignore symbols beginning with '@'. | |
1101 | Activate the misc_func_recorded mechanism for whose names begin | |
1102 | with '@'. | |
1103 | ||
6d799331 C |
1104 | 2001-04-30 J.T. Conklin <[email protected]> |
1105 | ||
1106 | * ppcnbsd-nat.c (fetch_inferior_registers) | |
1107 | (store_inferior_registers, fetch_core_registers): Changed to use | |
1108 | fpreg[] instead of r_regs[] to access floating point registers. | |
1109 | ||
7f4dbe94 EZ |
1110 | 2001-04-30 Elena Zannoni <[email protected]> |
1111 | ||
1112 | * sh-tdep.c: Get rid of the function prototypes. | |
1113 | (sh_sh4_build_float_register_type): Move earlier in file. | |
1114 | (fv_reg_base_num): Ditto. | |
1115 | (dr_reg_base_num): Ditto. | |
1116 | ||
540af400 MS |
1117 | 2001-04-30 Michael Snyder <[email protected]> |
1118 | ||
1119 | * thread-db.c: Revert 2001-04-26 change for debugging output. | |
7ca673cd MS |
1120 | * lin-lwp.c: Ditto. |
1121 | * lin-lwp.c: Add set/show debug lin-lwp command. Use this | |
1122 | command to turn extra debugging output on / off. | |
540af400 | 1123 | |
f5a6fc05 EZ |
1124 | 2001-04-30 Eli Zaretskii <[email protected]> |
1125 | ||
1126 | * buildsym.c (start_subfile): Use FILENAME_CMP instead of STREQ. | |
1127 | (top-level): #include filenames.h. | |
1128 | ||
1129 | * dwarf2read.c (dwarf2_start_subfile): Use IS_ABSOLUTE_PATH and | |
1130 | FILENAME_CMP, to DTRT on non-Posix platforms. | |
1131 | (top-level): #include filenames.h. | |
1132 | ||
1133 | ||
502dcf4e AC |
1134 | 2001-04-27 Andrew Cagney <[email protected]> |
1135 | ||
1136 | * gdbtypes.c (check_stub_method): Always initialize ``p''. | |
1137 | ||
cc3f9cbb AC |
1138 | 2001-04-27 Andrew Cagney <[email protected]> |
1139 | ||
1140 | * configure.host: Delete romp host. | |
1141 | * TODO: Update. | |
1142 | ||
ed9c5cf2 AC |
1143 | 2001-04-27 Andrew Cagney <[email protected]> |
1144 | ||
1145 | * TODO: Updates to 5.1. No more targets to obsolete. | |
1146 | ||
d1a310e7 DH |
1147 | 2001-04-27 Don Howard <[email protected]> |
1148 | ||
128437e6 DH |
1149 | (Changes from Kevin Buettner, with minor update by Don Howard.) |
1150 | ||
1151 | * i387-nat.c (i387_supply_fxsave, i387_fill_fxsave, i387_tag): Fix | |
1152 | typos in which hexadecimal constants were really intended to be | |
1153 | binary constants. | |
1154 | (i387_tag): Swap logic regarding zero vs non-zero exponents. | |
d1a310e7 DH |
1155 | * MAINTAINERS (Misc): Added myself to the write-after-approval |
1156 | list. | |
1157 | ||
015a42b4 JB |
1158 | 2001-04-26 Jim Blandy <[email protected]> |
1159 | ||
1160 | (Changes from Daniel Berlin, with revisions by Jim Blandy.) | |
1161 | ||
1162 | Abstract out operations specific to particular C++ ABI's, and | |
1163 | invoke them through a function table. This removes the C++ ABI | |
1164 | dependencies scattered throughout the code, and allows us to | |
1165 | cleanly add support for new C++ ABI's. | |
1166 | * cp-abi.h, cp-abi.h, gnu-v2-abi.c, hpacc-abi.c: New files. | |
1167 | * c-typeprint.c, c-valprint.c, dbxread.c, eval.c, gdbtypes.c, | |
1168 | jv-typeprint.c, linespec.c, symtab.c, typeprint.c, valops.c: | |
1169 | #include "cp-abi.h". These files all use functions now declared | |
1170 | there. | |
1171 | * symtab.h (OPNAME_PREFIX_P, VTBL_PREFIX_P, DESTRUCTOR_PREFIX_P): | |
1172 | Deleted. These services are now provided by functions declared in | |
1173 | cp-abi.h. | |
1174 | * value.h (value_rtti_type, value_virtual_fn_field): Same. | |
1175 | * values.c (value_virtual_fn_field): Same, for this definition. | |
1176 | * valops.c (value_rtti_type): Same. | |
1177 | * c-typeprint.c (c_type_print_base): Use the functions from | |
1178 | "cp-abi.h", instead of the old macros, or hard-coded ABI-specific | |
1179 | tests. | |
1180 | * dbxread.c (record_minimal_symbol): Same. | |
1181 | * gdbtypes.c (get_destructor_fn_field, virtual_base_index, | |
1182 | virtual_base_index_skip_primaries): Same. | |
1183 | * jv-typeprint.c (java_type_print_base): Same. | |
1184 | * linespec.c (find_methods, decode_line_1): Same. | |
1185 | * symtab.c (gdb_mangle_name): Same. | |
1186 | * Makefile.in (SFILES): Add the new .c files mentioned above. | |
1187 | (cp_abi_h): New variable. | |
1188 | (COMMON_OBS): Add gnu-v2-abi.o, hpacc-abi.o, and cp-abi.o. | |
1189 | (cp-abi.o, gnu-v2-abi.o, hpacc-abi.o): New targets. | |
1190 | (c-typeprint.o, c-valprint.o, dbxread.o, eval.o, gdbtypes.o, | |
1191 | jv-typeprint.o, symtab.o, linespec.o, typeprint.o, valops.o): Add | |
1192 | dependency on $(cp_abi_h). | |
1193 | ||
f3fb8c85 MS |
1194 | 2001-04-26 Michael Snyder <[email protected]> |
1195 | ||
20b8570d MS |
1196 | * thread-db.c (_initialize_thread_db): Add set/show command |
1197 | "debug-linux-threads" for debugging output. | |
1198 | * lin-lwp.c (various): Use global "debug_linux_threads to | |
1199 | turn on extra debugging output. | |
4c8de859 | 1200 | * lin-lwp.c: Minor cleanups in comments. |
f3fb8c85 MS |
1201 | * target.c (normal_pid_to_str): Get rid of an ancient hack. |
1202 | * remote.c (remote_pid_to_str): New function for remote target. | |
1203 | ||
7f0b5c30 JB |
1204 | 2001-04-24 Jim Blandy <[email protected]> |
1205 | ||
1206 | * c-typeprint.c (c_type_print_cv_qualifier): Don't print `const' | |
1207 | qualifier on C++ references; all references are innately const. | |
1208 | ||
0af5533d MK |
1209 | 2001-04-20 Mark Kettenis <[email protected]> |
1210 | ||
1211 | * event-top.h: Fix formatting. | |
1212 | ||
d036b4d9 AC |
1213 | 2001-04-17 Andrew Cagney <[email protected]> |
1214 | ||
1215 | * source.c (openp): Obsolete #ifdef MPW code. | |
1216 | (open_source_file): Ditto. | |
1217 | * event-top.c (display_gdb_prompt): Ditto. | |
1218 | * utils.c (query): Ditto. | |
1219 | (init_page_info): Ditto. | |
1220 | (init_page_info): Delete #ifndef MPW. | |
1221 | * top.c (gdb_readline): Ditto. | |
1222 | * mac-xdep.c: Obsolete. | |
1223 | * mac-gdb.r: Obsolete. | |
1224 | * config/powerpc/xm-mpw.h: Obsolete. | |
1225 | * config/xm-mpw.h: Obsolete. | |
1226 | * mpw-make.sed: Obsolete. | |
1227 | * mpw-config.in: Obsolete. | |
1228 | * TODO: Update | |
1229 | * NEWS: Update | |
1230 | ||
539ffe0b MK |
1231 | 2001-04-19 Mark Kettenis <[email protected]> |
1232 | ||
1233 | * i386-tdep.c (i386_frameless_function_invocation): New function. | |
1234 | * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION): Redefine | |
1235 | in terms of i386_frameless_function_invocation. Adjust comment. | |
1236 | (i386_frameless_function_invocation): New prototype. | |
1237 | ||
67e1e03a MH |
1238 | 2001-04-18 Martin M. Hunt <[email protected]> |
1239 | ||
1240 | * top.c (gdb_init): Don't call cli_out_new() to | |
1241 | create global uiout if init_ui_hook is set. uiout will | |
1242 | have to be initialized there. | |
1243 | ||
fbec36e2 AC |
1244 | 2001-04-18 Andrew Cagney <[email protected]> |
1245 | ||
1246 | * arch-utils.c: Include "regcache.h". | |
1247 | ||
ed84f6c1 MK |
1248 | 2001-04-18 Mark Kettenis <[email protected]> |
1249 | ||
1250 | * i386-tdep.c (i386_saved_pc_after_call): New function. | |
1251 | * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Redefine in terms | |
1252 | of i386_saved_pc_after_call. | |
1253 | (i386_saved_pc_after_call): New prototype. | |
1254 | ||
c60a7562 MS |
1255 | 2001-04-17 Michael Snyder <[email protected]> |
1256 | ||
c9e030cf | 1257 | * i386-nat.c: Fix typo in comment. |
c60a7562 MS |
1258 | * solib.c (no_shared_libraries): New function. Discard all symbols |
1259 | from shared libraries. | |
1260 | (_initialize_solib): Add command "nosharedlibrary" as complement | |
1261 | to the command "sharedlibrary". Unloads symbols for all solibs. | |
1262 | ||
514e603d AC |
1263 | 2001-04-16 Andrew Cagney <[email protected]> |
1264 | ||
1265 | * configure.host (m68030-sony-*, m68*-isi-*, m68*-sony-*): | |
1266 | * configure.tgt (m68*-rom68k-*, m68*-*bug-*, m68*-monitor-*) | |
1267 | (m68*-est-*, m68*-sony-*, m68*-isi-*): | |
1268 | * Makefile.in (xm-news1000.h, tm-news.h, xm-news.h): Obsolete.. | |
1269 | * config/m68k/xm-news.h: Obsolete. | |
1270 | * config/m68k/tm-news.h: | |
1271 | * config/m68k/xm-news1000.h: Obsolete. | |
1272 | * config/m68k/news.mh: Obsolete. | |
1273 | * config/m68k/news.mt: Obsolete. | |
1274 | * config/m68k/nm-news.h: Obsolete. | |
1275 | * config/m68k/news1000.mh: Obsolete. | |
1276 | * news-xdep.c: Obsolete. | |
1277 | * Makefile.in (isi-xdep.o): Obsolete. | |
1278 | (ALLDEPFILES): Delete isi-xdep.c. | |
1279 | (tm-isi.h): Obsolete. | |
1280 | * m68k-tdep.c (altos_skip_prologue): Update comments. | |
1281 | (isi_skip_prologue): Obsolete. | |
1282 | * isi-xdep.c: Obsolete. | |
1283 | * config/m68k/xm-isi.h: Obsolete. | |
1284 | * config/m68k/isi.mh: Obsolete. | |
1285 | * config/m68k/tm-isi.h: Obsolete. | |
1286 | * config/m68k/isi.mt: Obsolete. | |
1287 | ||
1288 | * TODO: Update. | |
1289 | * NEWS: Update. | |
1290 | ||
6240bebf MS |
1291 | 2001-04-17 Michael Snyder <[email protected]> |
1292 | ||
1293 | * remote.c (remote_open_1): On opening the remote target, activate | |
1294 | the solib_create_inferior_hook, so that it can detect when the | |
1295 | target loads shared libraries. | |
1296 | (remote_async_open_1): Ditto. | |
1297 | ||
75ac9d7b MS |
1298 | 2001-04-17 Michael Snyder <[email protected]> |
1299 | ||
1300 | * breakpoint.c (print_one_breakpoint): Handle 64-bit addresses. | |
1301 | * tracepoint.c (tracepoints_info): Handle 64-bit addresses. | |
1302 | * testsuite/gdb.trace/deltrace.exp: Allow for 64-bit addresses. | |
1303 | * testsuite/gdb.trace/infotrace.exp: Ditto. | |
1304 | * testsuite/gdb.trace/passcount.exp: Ditto. | |
1305 | * testsuite/gdb.trace/while-stepping.exp: Ditto. | |
1306 | ||
b9569773 MS |
1307 | 2001-04-17 Michael Snyder <[email protected]> |
1308 | ||
1309 | * thread-db.c (check_thread_signals): When looping over all | |
1310 | signals, ignore signal zero. | |
1311 | (disable_thread_signals): Ditto. | |
1312 | ||
81490ea1 MS |
1313 | 2001-04-17 Eirik Fuller <[email protected]> |
1314 | ||
1315 | * thread.c (do_captured_thread_select): Allow the argument to the | |
1316 | thread command to be an expression rather than a literal integer. | |
1317 | ||
e5434c3d MK |
1318 | 2001-04-17 Mark Kettenis <[email protected]> |
1319 | ||
1320 | * i386-linux-tdep.c (i386_linux_saved_pc_after_call): Use | |
1321 | read_memory_unsigned_integer instead of read_memory_integer. | |
1322 | ||
00c7912d KB |
1323 | 2001-04-16 Kevin Buettner <[email protected]> |
1324 | ||
1325 | * solib-aix5.c (map_index_vs_section_name_okay): New function. | |
1326 | (aix5_relocate_main_executable): Don't use file offsets for | |
1327 | determining corresponding sections and map file entries. Call | |
1328 | map_index_vs_section_name_okay() to do this instead. | |
1329 | ||
4d1bcd09 KB |
1330 | 2001-04-16 Kevin Buettner <[email protected]> |
1331 | ||
1332 | * procfs.c (open_with_retry): New function. | |
1333 | (open_procinfo_files, load_syscalls, proc_iterate_over_mappings) | |
1334 | (proc_get_LDT_entry): Call open_with_retry() instead of open(). | |
1335 | ||
097e5c0b | 1336 | 2001-04-16 Kevin Buettner <[email protected]> |
1186f287 KB |
1337 | |
1338 | * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Adjust | |
1339 | comparison against TRAP_HWBKPT constant yet again to account | |
1340 | for the various values used by different kernel versions. | |
1341 | ||
9e0c176c DB |
1342 | 2001-04-16 Daniel Berlin <[email protected]> |
1343 | ||
1344 | * demangle.c (_initialize_demangler): Use xcalloc on the | |
1345 | demangling_style_names, and make it a null terminated array of | |
1346 | names, to avoid a crash. | |
1347 | ||
c833a37e MK |
1348 | 2001-04-16 Mark Kettenis <[email protected]> |
1349 | ||
1350 | * i386-tdep.c (i386_frame_chain): New function. | |
1351 | * config/i386/tm-i386.h (FRAME_CHAIN): Redefine in terms of | |
1352 | i386_frame_chain. | |
1353 | (i386_frame_chain): New prototype. | |
1354 | ||
46c6cdcf C |
1355 | 2001-04-14 J.T. Conklin <[email protected]> |
1356 | ||
1357 | * target.h (target_ops): Removed to_core_file_to_sym_file vector | |
1358 | function. | |
1359 | * corelow.c (core_ops): Updated for above change. | |
1360 | * gnu-nat.c (core_ops): Likewise. | |
1361 | * inftarg.c (child_ops): Likewise. | |
1362 | * monitor.c (monitor_ops): Likewise. | |
1363 | * ppc-bdm.c (bdm_ppc_ops): Likewise. | |
1364 | * remote-adapt.c (adapt_ops): Likewise. | |
1365 | * remote-bug.c (bug_ops): Likewise. | |
1366 | * remote-e7000.c (e7000_ops): Likewise. | |
1367 | * remote-eb.c (eb_ops): Likewise. | |
1368 | * remote-es.c (es1800_ops, es1800_child_ops): Likewise. | |
1369 | * remote-mm.c (mm_ops): Likewise. | |
1370 | * remote-nindy.c (nindy_ops): Likewise. | |
1371 | * remote-nrom.c (nrom_ops): Likewise. | |
1372 | * remote-os9k.c (rombug_ops): Likewise. | |
1373 | * remote-rdp.c (remote_rdp_ops): Likewise. | |
1374 | * remote-sim.c (gdbsim_ops): Likewise. | |
1375 | * remote-st.c (st2000_ops): Likewise. | |
1376 | * v850ice.c (v850ice_ops): Likewise. | |
1377 | * target.c (cleanup_target): Likewise | |
1378 | (update_current_target): Likewise. | |
1379 | (setup_target_debug): Likewise | |
1380 | (debug_to_core_file_to_sym_file): Removed. | |
1381 | ||
1382 | * corefile.c (core_file_command) [HPUXHPPA]: Removed code that | |
1383 | sets symbol file from information obtained from the core file. | |
1384 | * corelow.c (core_file_to_sym_file): Removed. | |
1385 | ||
d1566ff5 FN |
1386 | 2001-04-13 Fernando Nasser <[email protected]> |
1387 | ||
1388 | From Adam Mirowski <[email protected]> | |
1389 | Fixed Insight on Solaris. It was not possible to debug a process | |
1390 | because of EINTR "errors". | |
1391 | * procfs.c: (procfs_wait): if proc_wait_for_stop() fails | |
1392 | with EINTR, retry the call. | |
1393 | ||
6c98e688 KB |
1394 | 2001-04-12 Kevin Buettner <[email protected]> |
1395 | ||
1396 | * solib-aix5.c (enum maptype): Delete. | |
1397 | (struct lm_info): Add new member ``nmappings''. Make ``mapping'' | |
1398 | member a pointer instead of a statically sized array. | |
1399 | (build_so_list_from_mapfile): Dynamically allocate ``mapping'' | |
1400 | array. | |
1401 | (aix5_relocate_main_executable, aix5_relocate_section_addresses, | |
1402 | aix5_find_global_pointer): Search for correct mapping to use | |
1403 | based on file offset instead of knowledge of whether the section | |
1404 | is read-only or read/write. | |
1405 | (aix5_find_gate_addresses): Use the first mapping instead of | |
1406 | the (now defunct) MT_READONLY mapping. | |
1407 | ||
49282387 ND |
1408 | 2001-04-12 Nicholas Duffek <[email protected]> |
1409 | ||
1410 | * xcoffread.c (scan_xcoff_symtab): Ignore symbols beginning with | |
1411 | "@". | |
1412 | ||
7f6b83a5 KB |
1413 | 2001-04-12 Kevin Buettner <[email protected]> |
1414 | ||
1415 | * config/i386/fbsd.mh (NATDEPFILES): Add i386-nat.o. | |
1416 | ||
24f89b68 AC |
1417 | 2001-04-09 Andrew Cagney <[email protected]> |
1418 | ||
1419 | Obsolete i[3456]86-*-sunos* (aka Sun386) host and target. | |
1420 | * config/i386/sun386.mh: Obsolete. | |
1421 | * config/i386/sun386.mt: Obsolete. | |
1422 | * config/i386/xm-sun386.h: Obsolete. | |
1423 | * config/i386/tm-sun386.h: Obsolete. | |
1424 | * config/i386/nm-sun386.h: Obsolete. | |
1425 | * Makefile.in (ALLDEPFILES): Delete sun386-nat.c. | |
1426 | (sun386-nat.o): Target is obsolete. | |
1427 | * sun386-nat.c: Obsolete. | |
1428 | * configure.tgt (i[3456]86-*-sunos*): Obsolete. | |
1429 | * configure.host (i[3456]86-*-sunos*): Obsolete. | |
1430 | * NEWS: Update. | |
1431 | * TODO: Update. | |
1432 | ||
c114dcd5 C |
1433 | 2001-04-10 J.T. Conklin <[email protected]> |
1434 | ||
1435 | * maint.c: Fix typo in comment. | |
1436 | ||
6755f5ad KS |
1437 | 2001-04-09 Keith Seitz <[email protected]> |
1438 | ||
1439 | * MAINTAINERS: Swap with Syd Polk as a gdbtk maintainer. | |
1440 | ||
7700434b KB |
1441 | 2001-04-08 Kevin Buettner <[email protected]> |
1442 | ||
1443 | * fork-child.c (fork_inferior, clone_and_follow_inferior): | |
1444 | Document fact that apparent call to vfork() might actually be | |
1445 | a call to fork() instead. | |
1446 | * ser-pipe.c (pipe_open): Likewise. | |
1447 | ||
d493eb33 KB |
1448 | 2001-04-08 Kevin Buettner <[email protected]> |
1449 | ||
1450 | * printcmd.c (print_frame_args): Use a cleanup to invoke | |
1451 | ui_out_list_end() so that the list count nesting flag will | |
1452 | be decremented properly when an error occurs. | |
1453 | * stack.c (print_frame): Likewise. | |
1454 | ||
af471f3c C |
1455 | 2001-04-06 J.T. Conklin <[email protected]> |
1456 | ||
c839c4db C |
1457 | * dcache.c (dcache_write_line): Fixed bugs where cache line was |
1458 | not written to target correctly. | |
1459 | ||
af471f3c C |
1460 | * gdbserver/low-hppabsd.c (read_inferior_memory): Add explicit |
1461 | void return value; | |
1462 | * gdbserver/low-nbsd.c: Likewise. | |
1463 | * gdbserver/low-sparc.c: Likewise. | |
1464 | * gdbserver/low-sun3.c: Likewise. | |
1465 | ||
d8e275b4 GK |
1466 | 2001-04-06 Geoffrey Keating <[email protected]> |
1467 | ||
1468 | * config/rs6000/nm-rs6000.h (PTRACE_ATTACH): Don't define. | |
1469 | (PTRACE_DETACH): Don't define. | |
1470 | ||
e02bc4cc DS |
1471 | 2001-04-06 David Smith <[email protected]> |
1472 | ||
1473 | * arch-utils.c (default_prepare_to_proceed) | |
1474 | (generic_prepare_to_proceed): Added new functions. | |
1475 | * arch-utils.h: New function declarations for | |
1476 | default_prepare_to_proceed() and generic_prepare_to_proceed(). | |
1477 | * gdbarch.sh: Added PREPARE_TO_PROCEED. | |
1478 | * gdbarch.c: Regenerated. | |
1479 | * gdbarch.h: Regenerated. | |
1480 | * inferior.h: Added get_last_target_status() declaration. | |
1481 | * infrun.c (get_last_target_status): Added new function. | |
1482 | (handle_inferior_event): Saves last pid and waitstatus, which will | |
1483 | get returned by get_last_target_status(). | |
1484 | ||
1485 | * hppa-tdep.c (prepare_to_proceed): Added comment stating that | |
1486 | prepare_to_proceed() is potentially redundant since | |
1487 | default_prepare_to_proceed() has been added. | |
1488 | * linux-thread.c (prepare_to_proceed): Ditto. | |
1489 | * lin-lwp.c (prepare_to_proceed): Ditto. | |
1490 | * m3-nat.c (prepare_to_proceed): Ditto. | |
1491 | ||
1b2b2c16 AC |
1492 | 2001-04-05 Andrew Cagney <[email protected]> |
1493 | ||
1494 | Obsolete powerpcle-*-cygwin* and powerpcle-*-solaris* platforms | |
1495 | and powerpc-*-netware* target. | |
1496 | * configure.host (powerpcle-*-cygwin*, powerpcle-*-solaris*): | |
1497 | Obsolete. | |
1498 | * configure.tgt (powerpc-*-netware*, powerpcle-*-cygwin*) | |
1499 | (powerpcle-*-solaris*): Obsolete. | |
1500 | * config/powerpc/tm-cygwin.h: Obsolete. | |
1501 | * config/powerpc/cygwin.mt: Obsolete. | |
1502 | * config/powerpc/xm-cygwin.h: Obsolete. | |
1503 | * config/powerpc/cygwin.mh: Obsolete. | |
1504 | * config/powerpc/nm-solaris.h: Obsolete. | |
1505 | * config/powerpc/xm-solaris.h: Obsolete. | |
1506 | * config/powerpc/tm-solaris.h: Obsolete. | |
1507 | * config/powerpc/solaris.mt: Obsolete. | |
1508 | * config/powerpc/tm-ppc-nw.h: Obsolete. | |
1509 | * config/powerpc/ppc-nw.mt: Obsolete. | |
1510 | * TODO: Update. | |
1511 | * NEWS: Update. | |
1512 | ||
063fd668 FN |
1513 | 2001-04-06 Fernando Nasser <[email protected]> |
1514 | ||
1515 | * buildsym.c (record_line): Turn off unused addr bits. | |
1516 | ||
a250df2e FN |
1517 | 2001-04-06 Fernando Nasser <[email protected]> |
1518 | ||
1519 | From David Deephanphongs <[email protected]> | |
1520 | * inferior.h: Fix declarations of get_inferior_args and | |
1521 | set_inferior_args, which were missing the trailing 's'. | |
1522 | ||
1fcef334 JH |
1523 | 2001-04-05 Jeff Holcomb <[email protected]> |
1524 | ||
1525 | * monitor.c (monitor_supply_register): Only report an error if we | |
1526 | don't get a valid value. | |
1527 | ||
f032fb6e EZ |
1528 | 2001-04-05 Eli Zaretskii <[email protected]> |
1529 | ||
1530 | * README: Don't mention gdba.el. | |
1531 | ||
0191bed7 EZ |
1532 | 2001-04-05 Elena Zannoni <[email protected]> |
1533 | ||
1534 | From Jimmy Guo <[email protected]> | |
1535 | * top.c (init_main): set prompt if annotation_level>1, | |
1536 | this is necessary when annotation_level is set to 2 via | |
1537 | --annotate=2 command line option. | |
1538 | ||
4a1968f4 AC |
1539 | 2001-04-04 Andrew Cagney <[email protected]> |
1540 | ||
1541 | Obsolete a29k-*-* host and a29k-*-sym1* and a29k-*-kern* targets. | |
1542 | * configure.tgt (a29k-*-sym1*, a29k-*-kern*): Obsolete. | |
1543 | * configure.host (a29k-*-*): Obsolete. | |
1544 | * Makefile.in (ALLDEPFILES): Remove ultra3-nat.c and | |
1545 | ultra3-xdep.c. | |
1546 | (ultra3-nat.o, ultra3-xdep.o): Obsolete. | |
1547 | * config/a29k/tm-ultra3.h: Obsolete. | |
1548 | * config/a29k/ultra3.mt: Obsolete. | |
1549 | * config/a29k/ultra3.mh: Obsolete. | |
1550 | * config/a29k/nm-ultra3.h: Obsolete. | |
1551 | * config/a29k/xm-ultra3.h: Obsolete. | |
1552 | * ultra3-xdep.c: Obsolete. | |
1553 | * ultra3-nat.c: Obsolete. | |
1554 | * config/a29k/a29k-kern.mt: Obsolete. | |
1555 | * NEWS: Update. | |
1556 | * TODO: Update. | |
1557 | ||
608506ed CF |
1558 | Wed Apr 4 21:48:42 2001 Christopher Faylor <[email protected]> |
1559 | ||
1560 | * main.c: Remove windows.h use. | |
1561 | (gdbtk_test): Use PATH_MAX for home var calculation. | |
1562 | * remote-e7000.c (e7000_parse_device): Accomodate Cygwin as well as | |
1563 | Win32 in colon test. | |
1564 | * ser-tcp.c: Use modern __CYGWIN__ conditional. | |
1565 | * source.c (mod_path): Add __CYGWIN__ conditional to WIN32 test. | |
1566 | (openp): Ditto. | |
1567 | * symfile.c (symfile_bfd_open): Ditto. | |
608506ed | 1568 | |
6457bd47 MH |
1569 | 2001-04-04 Martin M. Hunt <[email protected]> |
1570 | ||
1571 | * main.c (captured_main): For GDBtk, don't use tui_fileopen(). | |
1572 | Handle all stream setup in gdbtk_init | |
1573 | ||
3df1b9b4 MK |
1574 | 2001-04-04 Mark Kettenis <[email protected]> |
1575 | ||
1576 | * i386-tdep.c (i386_extract_return_value): Don't return the return | |
1577 | value of a void function. | |
1578 | (i386_store_return_value): Likewise. | |
1579 | ||
76f4ea53 AC |
1580 | 2001-04-03 Andrew Cagney <[email protected]> |
1581 | ||
1582 | Obsolete w65-*-* target. | |
1583 | * configure.tgt (w65-*-*): Obsolete. | |
1584 | * config/w65/w65.mt: Obsolete. | |
1585 | * config/w65/tm-w65.h: Obsolete. | |
1586 | * w65-tdep.c: Obsolete. | |
1587 | * NEWS: Update. Fix TiC80 description. | |
1588 | * TODO: Update. | |
1589 | ||
52071915 AC |
1590 | 2001-04-03 Andrew Cagney <[email protected]> |
1591 | ||
1592 | Obsolete tic80-*-* target. | |
1593 | * configure.tgt (tic80-*-*): Obsolete. | |
1594 | * config/tic80/tic80.mt: Obsolete. | |
1595 | * config/tic80/tm-tic80.h: Obsolete. | |
1596 | * tic80-tdep.c: Obsolete. | |
1597 | * TODO: Update | |
1598 | * NEWS: Update. | |
1599 | ||
44eaed12 C |
1600 | 2001-04-02 J.T. Conklin <[email protected]> |
1601 | ||
ba79cc81 C |
1602 | * remote-mips.c (S_IROTH): Moved definition from here. |
1603 | * gdb_stat.h (S_IROTH): to here. | |
1604 | ||
44eaed12 C |
1605 | * remote.c (remote_protocol_e, remote_protocol_E): Define. |
1606 | (set_remote_protocol_e_packet_cmd) | |
1607 | (set_remote_protocol_E_packet_cmd) | |
1608 | (show_remote_protocol_e_packet_command) | |
1609 | (show_remote_protocol_E_packet_command): New functions. | |
1610 | (init_all_packet_configs): Initialize remote_protocol_e and | |
1611 | remote_protocol_E. | |
1612 | (remote_resume, remote_async_resume): Support e/E command | |
1613 | packets. | |
1614 | (show_remote_cmd): Show state of remote_protocol_e and | |
1615 | remote_protocol_E. | |
1616 | (_initialize_remote): Add "set remote step-over-range-packet" | |
1617 | and "set remote step-over-range-w-signal-packet" to CLI. | |
1618 | ||
bb19ff3b AC |
1619 | 2001-04-01 Andrew Cagney <[email protected]> |
1620 | ||
1621 | Obsolete ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv* and | |
1622 | ns32k-utek-*. | |
1623 | * Makefile.in (ALLDEPFILES): Delete umax-xdep.c and ns32km3-nat.c. | |
1624 | (umax-xdep.o, ns32km3-nat.o): Obsolete. | |
1625 | * configure.tgt (ns32k-*-mach3*, ns32k-utek-sysv*, ns32k-utek-*): | |
1626 | Obsolete. | |
1627 | * configure.host (ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv*): | |
1628 | Obsolete. | |
1629 | * config/ns32k/merlin.mh: Obsolete. | |
1630 | * config/ns32k/merlin.mt: Obsolete. | |
1631 | * config/ns32k/xm-merlin.h: Obsolete. | |
1632 | * config/ns32k/tm-merlin.h: Obsolete. | |
1633 | * config/ns32k/nm-umax.h: Obsolete. | |
1634 | * config/ns32k/umax.mh: Obsolete. | |
1635 | * config/ns32k/umax.mt: Obsolete. | |
1636 | * config/ns32k/xm-umax.h: Obsolete. | |
1637 | * umax-xdep.c: Obsolete. | |
1638 | * config/ns32k/ns32km3.mh: Obsolete. | |
1639 | * config/ns32k/ns32km3.mt: Obsolete. | |
1640 | * config/ns32k/tm-ns32km3.h: Obsolete. | |
1641 | * config/ns32k/xm-ns32km3.h: Obsolete. | |
1642 | * ns32km3-nat.c: Obsolete. | |
1643 | * ns32k-tdep.c (merlin_skip_prologue): Obsolete. | |
1644 | (merlin_frame_num_args): Ditto. | |
1645 | * NEWS: Update. | |
1646 | * TODO: Update. | |
1647 | ||
d6259d75 EZ |
1648 | 2001-04-02 Eli Zaretskii <[email protected]> |
1649 | ||
1650 | * config/djgpp/fnchange.lst: Tweak due to | |
1651 | expect/example/chesslib.c. | |
1652 | ||
971ff545 KB |
1653 | 2001-04-02 Kevin Buettner <[email protected]> |
1654 | ||
1655 | * m88k-tdep.c (examine_prologue): Change type of ``insn'' from | |
1656 | unsigned int to unsigned long. Also, fix format string. | |
1657 | (pop_frame): Fix PC_IN_CALL_DUMMY() call so that it doesn't | |
1658 | use an undeclared variable. Also, delete declaration and | |
1659 | initialization of ``fp'' because it is otherwise unused. | |
1660 | * remote-bug.c (sleep): Delete declaration. | |
1661 | (bug_store_register, bug_write_memory, bug_read_memory) | |
1662 | (bug_insert_breakpoint, bug_remove_breakpoint): Fix sprintf() | |
1663 | format statements and cast certain sprintf() arguments to | |
1664 | eliminate warnings. | |
1665 | (bug_load): Likewise for call to printf_filtered(). | |
1666 | * config/m88k/tm-m88k.h (FIX_CALL_DUMMY): Eliminate | |
1667 | assignment to ``pc''. The necessary assignment is done in | |
1668 | hand_function_call() after the invocation of FIX_CALL_DUMMY(). | |
1669 | ||
4e4f46a1 DB |
1670 | 2001-03-20 Daniel Berlin <[email protected]> |
1671 | ||
1672 | * symtab.c (completion_list_add_name): Remove duplicate string checks, | |
1673 | readline already does this, and it's much faster at it, too. | |
1674 | ||
ba8629a9 EZ |
1675 | 2001-04-01 Eli Zaretskii <[email protected]> |
1676 | ||
1677 | * go32-nat.c: Minor tweaks, to pacify the ari script. | |
1678 | ||
7bf0983e MK |
1679 | 2001-04-01 Mark Kettenis <[email protected]> |
1680 | ||
f7af9647 MK |
1681 | * i386-tdep.c (i386_extract_struct_value_address): New function. |
1682 | * config/i386/tm-i386.h (EXTRACT_STRUCT_VALUE_ADDRESS): Redefine | |
1683 | in terms of i386_extract_struct_value_address. | |
1684 | (i386_extract_struct_value_address): New prototype. | |
1685 | ||
7bf0983e MK |
1686 | * i386-linux-nat.c (i386_linux_dr_get): Change type of return |
1687 | value to `unsigned long'. Change type of `value' to `unsigned | |
1688 | long'. | |
1689 | (i386_linux_dr_set): Change type of second argument to `unsigned | |
1690 | long'. | |
1691 | (i386_linux_dr_set_control): Change type of first argument to | |
1692 | `unsigned long'. | |
1693 | (i386_linux_dr_get_status): Change type of return value to | |
1694 | unsigned long. | |
1695 | * config/i386/nm-linux.h (i386_linux_dr_set_control, | |
1696 | i386_linux_dr_get_status): Adjust prototypes accordingly. | |
1697 | ||
6e4862ff KB |
1698 | 2001-03-31 Kevin Buettner <[email protected]> |
1699 | ||
1700 | * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Change | |
1701 | TRAP_HWBKPT constant to match that in the kernel headers for | |
1702 | Linux/IA-64. | |
521f1f96 | 1703 | |
1e8d0a7b MK |
1704 | 2001-03-31 Mark Kettenis <[email protected]> |
1705 | ||
0afdd437 MK |
1706 | * i386bsd-nat.c: Include "gdb_assert.h". |
1707 | [HAVE_PT_GETDBREGS] (DBREG_DRX): Define if not | |
1708 | already defined. | |
1709 | [HAVE_PT_GETDBREGS] (i386bsd_dr_set, i386bsd_dr_set_control, | |
1710 | i386bsd_dr_set_addr, i386bsd_dr_reset_addr, | |
1711 | i386bsd_dr_get_status): New functions. | |
1712 | * config/i386/nm-fbsd.h [HAVE_PT_GETDBREGS] | |
1713 | (I386_USE_GENERIC_WATCHPOINTS): Define. | |
1714 | Include "i386/nm-i386.h". | |
1715 | (I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR, | |
1716 | I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros. | |
1717 | (i386bsd_dr_set_control, i386bsd_dr_set_addr, | |
1718 | i386bsd_dr_reset_addr, i386bsd_dr_get_status): New prototypes. | |
1719 | * acconfig.h (HAVE_PT_GETDBREGS): New configure macro. | |
1720 | * configure.in: Cleanup a few comments. Check for PT_GETDBREGS | |
1721 | ptrace request. | |
1722 | * config.in, configure: Regenerate. | |
1723 | ||
4bcc3944 MK |
1724 | * i386-nat.c (i386_insert_aligned_watchpoint): Set address |
1725 | register before enabling it by setting the control register. | |
1726 | (i386_remove_aligned_watchpoint): Reset address register after | |
1727 | disabling it by setting the control register. | |
1728 | ||
1e8d0a7b MK |
1729 | * i386-tdep.c (i386_extract_return_value): If the type of the |
1730 | return value is TYPE_STRUCT and the number of fields is one, call | |
1731 | ourselves with TYPE set tp the type of the first field. | |
1732 | (i386_store_return_value): Likewise. | |
1733 | This fixes a problem with returning structs consisting of a single | |
1734 | `float' or `double' on *BSD. | |
1735 | ||
95a85621 MK |
1736 | 2001-03-30 Mark Kettenis <[email protected]> |
1737 | ||
40564aca MK |
1738 | * lin-lwp.c (lin_lwp_resume): Don't mark LWP as not stopped until |
1739 | we're absolutely sure we're going to resume it. | |
1740 | ||
95a85621 MK |
1741 | * thread-db.c (check_event): Don't report an error if we encounter |
1742 | a thread creation event for a thread that's already in the thread | |
1743 | list, since that may legitemately happen. Instead only call | |
1744 | attach_thread if it's not already in the thread list. | |
1745 | ||
2e94c453 AC |
1746 | 2001-03-28 Andrew Cagney <[email protected]> |
1747 | ||
1748 | * config/pa/xm-hppah.h (malloc): Really delete declaration | |
1749 | (MALLOC_INCOMPATIBLE): Really delete macro. | |
1750 | * cli/cli-cmds.c (apropos_command): Use xcalloc. | |
1751 | ||
93d56215 AC |
1752 | 2001-03-28 Andrew Cagney <[email protected]> |
1753 | ||
1754 | * configure.in (build_warnings): Add -Wuninitialized. | |
1755 | * configure: Regenerate. | |
1756 | ||
1757 | * v850-tdep.c (v850_scan_prologue): Initialize ``insn2''. | |
1758 | * sparc-tdep.c (sparc64_push_arguments): Add default case to | |
1759 | switch. | |
1760 | * sh-tdep.c (sh_do_fp_register): Replace ``?:'' printf format | |
1761 | expression with if statement. | |
1762 | * mn10200-tdep.c (mn10200_analyze_prologue): Initialize | |
1763 | ``stack_size''. | |
1764 | * mips-tdep.c (show_mipsfpu_command): Add default case to switch. | |
1765 | (mips_dump_tdep): Fix setting of ef_mips_arch. | |
1766 | * mcore-tdep.c (mcore_analyze_prologue): Initialize ``fp_regnum''. | |
1767 | * dsrec.c (make_srec): Always initialize ``binbuf''. | |
1768 | * monitor.c (monitor_read_memory_single): Do not pass an | |
1769 | uninitialized buffer to monitor_error. Make ``i'' more local. | |
1770 | ||
381bab78 AC |
1771 | 2001-03-28 Andrew Cagney <[email protected]> |
1772 | ||
1773 | * MAINTAINERS: Change ns32k target to ,-Werror. | |
1774 | ||
1775 | * ns32k-tdep.c: Include "gdbcore.h" | |
1776 | (flip_bytes): Change first argument to void*. Add forward | |
1777 | declaration. | |
1778 | (sign_extend): Add declaration. | |
1779 | (merlin_frame_num_args): Add final else clause to if-else chain. | |
1780 | (umax_frame_num_args): Ditto. | |
1781 | * config/ns32k/tm-umax.h (ns32k_localcount): Declare. | |
1782 | (flip_bytes): Ditto. | |
1783 | ||
b9511b9a MK |
1784 | 2001-03-28 Mark Kettenis <[email protected]> |
1785 | ||
b05f2432 MK |
1786 | * i386-linux-tdep.c (FRAMELESS_SIGNAL): Moved here from |
1787 | config/i386/nm-linux.h (including comment). | |
1788 | (i386_linux_frame_chain): New function implementing guts of the | |
1789 | former FRAME_CHAIN macro, but using read_memory_unsigned_integer | |
1790 | instead of read_memory_integer. | |
1791 | (i386_linux_frame_saved_pc): Removed doc pointing to | |
1792 | i386/tm-linux.h for an explanation of FRAMELESS_SIGNAL since that | |
1793 | now lives in this file. | |
1794 | * config/i386/tm-linux.h (FRAMELESS_SIGNAL): Moved to | |
1795 | i386-linux-tdep.c (including comment). | |
1796 | (FRAME_CHAIN): Redefined in terms of i386_linux_frame_chain. | |
1797 | (i386_linux_frame_chain): New prototype. | |
1798 | ||
0eebe06a MK |
1799 | * gdbserver/low-linux.c [I386_GNULINUX_TARGET]: Cleanup code and |
1800 | make it work again. | |
1801 | (NUM_FREGS): Redefine to 0. | |
1802 | (NUM_REGS): Redefine as NUM_GREGS. | |
1803 | (i386_register_byte, i386_register_raw_size): Update from | |
1804 | i386-tdep.c. Add comment about their origin. | |
1805 | (regmap, register_u_addr): Take these from i386-linux-nat.c. | |
1806 | (i386_register_u_addr): Removed. | |
1807 | ||
b9511b9a MK |
1808 | * i386-linux-nat.c (i386_linux_dr_get): Return 0 if ptrace call |
1809 | fails instead of calling perror_with_name. This should fix | |
1810 | debugging remote i386 targets with a native Linux/x86 GDB. Add | |
1811 | FIXME for this hack. | |
1812 | ||
3172dc30 C |
1813 | 2001-03-19 J.T. Conklin <[email protected]> |
1814 | ||
1815 | * arch-utils.c (#include "gdbthread.h"): Removed. | |
1816 | (#include "symfile.h"): Removed. | |
1817 | (XMALLOC): Removed unused macro. | |
1818 | * breakpoint.c (tbreak_command): Removed local declaration. | |
1819 | (awatch_command, do_enable_breakpoint, set_breakpoint_count): | |
1820 | Remove duplicate declarations. | |
1821 | (bpstat_should_step, bpstat_have_active_hw_watchpoints) | |
1822 | (remove_solib_event_breakpoints): Fix indentation botch. | |
1823 | * c-typeprint.c (#include "command.h"): Removed. | |
1824 | (#include "gdbcmd.h"): Removed. | |
1825 | * ch-exp.c (ch_terminal_match_float_literal, parse_expr) | |
1826 | (parse_primval, parse_untyped_expr, parse_opt_untyped_expr): | |
1827 | Removed duplicate declarations. | |
1828 | * ch-typeprint.c (#include "command.h"): Removed. | |
1829 | (#include "gdbcmd.h"): Removed. | |
1830 | * corefile.c (#include "frame.h"): Removed | |
1831 | (#include "symfile.h"): Removed. | |
1832 | (#include "language.h"): Removed. | |
1833 | * dbxread.c (#include "command.h"): Removed. | |
1834 | * environ.c (#include "gdbcore.h"): Removed. | |
1835 | * event-loop.c (#include "top.h"): Removed. | |
1836 | * f-typeprint.c (#include "command.h"): Removed. | |
1837 | (#include "gdbcmd.h"): Removed. | |
1838 | (#include "language.h"): Removed. | |
1839 | (#include "typeprint.h"): Removed. | |
1840 | (#include "frame.h"): Removed. | |
1841 | * gdbtypes.h (print_type_scalar): Removed declaration. | |
1842 | * infcmd.c (#include "completer.h"): Removed. | |
1843 | * language.c (#include "frame.h"): Removed. | |
1844 | * m2-typeprint.c (#include "command.h"): Removed. | |
1845 | (#include "gdbcmd.h"): Removed. | |
1846 | (#include "language.h"): Removed. | |
1847 | * m2-valprint.c (#include "valprint.h"): Removed. | |
1848 | * p-typeprint.c (#include "command.h"): Removed. | |
1849 | (#include "gdbcmd.h"): Removed. | |
1850 | * p-valprint.c (#include "typeprint.h"): Removed. | |
1851 | * parse.c (#include "linespec.h"): Removed. | |
1852 | * regcache.c (#include "frame.h"): Removed. | |
1853 | * remote.c (#include "frame.h"): Removed. | |
1854 | (getpkt_sane): Make static. | |
1855 | * source.c (#include "completer.h"): Removed. | |
1856 | * stack.c (#include "symfile.h"): Removed. | |
1857 | (#include "objfiles.h"): Removed. | |
1858 | * symfile.c (#include "completer.h"): Removed. | |
1859 | * tracepoint.c (#include "completer.h"): Removed. | |
1860 | * values.c (#include "frame.h"): Removed. | |
1861 | * varobj.c (#include "valprint.h"): Removed. | |
1862 | * wrapper.c (#include "frame.h"): Removed. | |
1863 | ||
1864 | * memattr.c (create_mem_region): Removed unused variable. | |
1865 | * remote-nrom.c: Removed spurious semicolon after init_nrom_ops. | |
1866 | ||
397b41ad NC |
1867 | 2001-03-27 Nick Clifton <[email protected]> |
1868 | ||
1869 | * remote-rdp.c (rdp_set_command_line): Add missing double quote. | |
1870 | ||
ed817e68 KB |
1871 | 2001-03-27 Kevin Buettner <[email protected]> |
1872 | ||
1873 | * solib-aix5.c (build_so_lib_from_mapfile): Use xfree() instead | |
1874 | of free(). | |
1875 | ||
b75e0a6b EZ |
1876 | 2001-03-27 Eli Zaretskii <[email protected]> |
1877 | ||
1878 | * TODO (Cleanups): Remove the item about converting docs to GFDL. | |
1879 | ||
2fc3ac7e KB |
1880 | 2001-03-26 Kevin Buettner <[email protected]> |
1881 | ||
1882 | * ia64-tdep.c (slotN_contents, replace_slotN_contents): Change | |
1883 | type of ``bundle'' from unsigned char * to char *. | |
1884 | (ia64_get_saved_register): Use alloca() to allocate register | |
1885 | buffers. | |
1886 | ||
224d8953 KB |
1887 | * solib-aix5.c (build_so_lib_from_mapfile): Fix xasprintf() usage. |
1888 | ||
37de36c6 KB |
1889 | 2001-03-26 Kevin Buettner <[email protected]> |
1890 | ||
1891 | * proc-utils.h (procfs_ctl_t): New typedef. | |
1892 | * proc-api.c (write_with_trace): Change type of ``opcode'' from | |
1893 | long to procfs_ctl_t. Don't assume that the target has defined | |
1894 | BREAKPOINT. Handle case in which PCRESET is the same as PCUNSET. | |
1895 | * proc-events.c (sys/syscall.h, sys/fault.h): Include conditionally. | |
1896 | * procfs.c (sys/fault.h, sys/syscall.h): Include conditionally. | |
1897 | (gdb_sigset_t, gdb_sigaction_t, gdb_siginfo_t, gdb_premptysysset) | |
1898 | (gdb_praddsysset, gdb_prdelsysset, gdb_pr_issyssetmember): | |
1899 | Conditionally define as appropriate for AIX/non-AIX systems. Use | |
1900 | these defines/typedefs as appropriate elsewhere in file. | |
1901 | (struct procinfo): Change type of saved_sigset and saved_sighold | |
1902 | from sigset_t to gdb_sigset_t. Make saved_exitset and | |
1903 | saved_entryset pointer variables. Add two new fields, num_syscalls | |
1904 | and syscall_names. | |
1905 | (DYNAMIC_SYSCALLS): Define when HAVE_PRSYSENT_T is defined. | |
1906 | (sysset_t_size, sysset_t_alloc): New functions. | |
1907 | (load_syscalls, free_syscalls, find_syscall): New functions for | |
1908 | platforms which define DYNAMIC_SYSCALLS. | |
1909 | (create_procinfo): Call load_syscalls. | |
1910 | (destroy_one_procinfo): Call free_syscalls. | |
1911 | (GDBRESET): Don't define twice. | |
1912 | (proc_modify_flag): Change type of operation code array `arg' | |
1913 | from long to procfs_ctl_t. | |
1914 | (proc_stop_process, proc_wait_for_stop, proc_run_process) | |
1915 | (proc_set_traced_signals, proc_set_traced_faults) | |
1916 | (proc_set_traced_sysentry, proc_set_traced_sysexit) | |
1917 | (proc_set_held_signals, proc_clear_current_fault) | |
1918 | (proc_set_current_signal, proc_clear_current_signal, proc_set_gregs) | |
1919 | (proc_set_fpregs, proc_kill, proc_set_watchpoint): Likewise for `cmd'. | |
1920 | (proc_set_traced_sysentry): Dynamically allocate variable sized | |
1921 | struct gdb_proc_ctl_pcsentry. Also, free it at function exit. | |
1922 | (proc_set_traced_sysexit): Dynamically allocate variable | |
1923 | sized struct gdb_proc_ctl_pcsexit. Also, free it at | |
1924 | function exit. | |
1925 | (proc_get_traced_sysentry, proc_get_traced_sysexit): Add new code | |
1926 | for reading the sysset_t struct on AIX5. | |
1927 | (procfs_debug_inferior): Don't assume that SYS_exit will be | |
1928 | defined. Add new code for finding certain syscalls on AIX5. | |
1929 | (syscall_is_lwp_exit, syscall_is_exit, syscall_is_exec) | |
1930 | (syscall_is_lwp_create): New functions. | |
1931 | (procfs_wait): Restructured code which checks for certain | |
1932 | system calls to use the new syscall_is_... functions. | |
1933 | (procfs_notice_signals): Account for the fact that saved_entryset | |
1934 | and saved_exitset in struct procinfo are now pointers. | |
1935 | ||
25d53da1 KB |
1936 | 2001-03-26 Kevin Buettner <[email protected]> |
1937 | ||
1938 | * symtab.c (find_pc_sect_line): Revise method used for finding | |
1939 | the ending pc. | |
1940 | ||
50e27f84 MK |
1941 | 2001-03-26 Mark Kettenis <[email protected]> |
1942 | ||
1943 | * i386-linux-tdep.c (i386_linux_sigtramp_saved_pc, | |
1944 | i386_linux_sigtramp_saved_sp): Make static. | |
1945 | (i386_linux_frame_saved_pc): New function based on the old | |
1946 | FRAME_SAVED_PC macro, but use read_memory_unsigned_integer instead | |
1947 | of read_memory_integer. | |
1948 | * config/i386/tm-linux.h (sigtramp_saved_pc): Remove definition. | |
1949 | (i386_linux_sigtramp_saved_pc): Remove prototype. | |
1950 | (FRAME_SAVED_PC): Redefine in terms of i386_linux_frame_saved_pc. | |
1951 | (i386_linux_frame_saved_pc): New prototype. | |
1952 | ||
1a5cef06 AC |
1953 | 2001-03-26 Andrew Cagney <[email protected]> |
1954 | ||
1955 | * MAINTAINERS: Document m88k as a ``Known problem in 5.1''. | |
1956 | * TODO (GDB 5.1 - Cleanups): Update. | |
1957 | ||
af802127 AC |
1958 | 2001-03-26 Andrew Cagney <[email protected]> |
1959 | ||
1960 | * fork-child.c (clone_and_follow_inferior): Delete #ifdef | |
1961 | HAVE_VFORK. | |
1962 | ||
22f8ba57 MK |
1963 | 2001-03-26 Mark Kettenis <[email protected]> |
1964 | ||
5b31405b MK |
1965 | * config/i386/tm-symmetry.h (PUSH_ARGUMENTS): #undef. |
1966 | ||
22f8ba57 MK |
1967 | * i386-tdep.c (i386_push_arguments, i386_store_struct_return): New |
1968 | functions. | |
1969 | * config/i386/tm-i386.h (PUSH_ARGUMENTS): New macro. | |
1970 | (STORE_STRUCT_RETURN): Redefine in terms of | |
1971 | i386_store_struct_return. | |
1972 | (i386_push_arguments, i386_store_struct_return): New prototypes. | |
1973 | * config/i386/tm-i386v.h (STORE_STRUCT_RETURN): Remove. It's | |
1974 | definition was identical to the definition in "i386/tm-i386.h" so | |
1975 | the new definition should suffice too. | |
1976 | ||
49baf819 | 1977 | 2001-03-26 Eli Zaretskii <[email protected]> |
4d277981 | 1978 | |
b78a4f26 EZ |
1979 | * event-loop.c (toplevel) [!HAVE_POLL] [NO_FD_SET]: Remove unused |
1980 | definitions for SELECT, NBBY, FD_SETSIZE, NFDBITS, and MASK_SIZE. | |
1981 | ||
4d277981 EZ |
1982 | * config/djgpp/djconfig.sh: Add copyright notice. |
1983 | ||
1984 | * ser-go32.c (rawclock): Remove prototype; include time.h instead. | |
1985 | (ISR, dos_hookirq, isr_t): Convert K&R definition to ANSI C. | |
1986 | (top level) <string.h>: Include gdb_string.h instead. | |
1987 | (dos_noop, dos_raw, dos_noflush_set_tty_state) | |
1988 | (dos_print_tty_state, dos_info): Remove ATTRIBUTE_UNUSED. | |
1989 | ||
1990 | * go32-nat.c (go32_create_inferior): Move the declaration of | |
1991 | `environ' to here from the top level. | |
1992 | (top level) <_initialize_go32_nat>: Remove redundant prototype. | |
1993 | <gdb_string.h>: Include it instead of string.h. | |
1994 | (store_register): Call register_buffer instead of accessing | |
1995 | registers[] directly. | |
1996 | (redir_cmdline_delete, redir_cmdline_parse, redir_to_debugger) | |
1997 | (redir_to_debugger, redir_debug_init) [__DJGPP_MINOR__ < 3]: Put | |
1998 | the function names at the start of the line. | |
1999 | (go32_set_dr): Throw internal_error if the argument is not a valid | |
2000 | debug register number. | |
2001 | (go32_open, go32_close, go32_attach, go32_detach, go32_resume) | |
2002 | (go32_wait, go32_xfer_memory, go32_files_info) | |
2003 | (go32_terminal_info): Remove ATTRIBUTE_UNUSED. | |
2004 | ||
8f3ee2ae JB |
2005 | 2001-03-25 Jim Blandy <[email protected]> |
2006 | ||
2007 | * mips-tdep.c (mips_gdbarch_init): Tweak indentation. | |
2008 | ||
6ec4c4bd EZ |
2009 | 2001-03-25 Elena Zannoni <[email protected]> |
2010 | ||
2011 | From Andrew Cagney <[email protected]> | |
2012 | ||
2013 | * coffread.c: Include "gdb_assert.h". | |
2014 | (coff_symtab_read): Cast the integer s_sclass to a long before | |
2015 | casting it to a pointer. | |
2016 | ||
b9179dbc EZ |
2017 | 2001-03-25 Elena Zannoni <[email protected]> |
2018 | ||
2019 | From Andrew Cagney <[email protected]> | |
2020 | ||
2021 | * coffread.c (coff_symtab_read): Initialize | |
2022 | ``fcn_first_line_addr''. Check that the ``.bf'' always preceeds | |
2023 | the ``.ef'' info. | |
2024 | * dbxread.c (find_text_range): Initialize ``start'' and ``end''. | |
2025 | ||
64c4637f AC |
2026 | 2001-03-23 Andrew Cagney <[email protected]> |
2027 | ||
2028 | * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Down grade to | |
2029 | GDB_MULTI_ARCH_PARTIAL from two. SOFTWARE_SINGLE_STEP is not | |
2030 | multi-arch. | |
2031 | ||
2032 | * gdbarch.sh (SOFTWARE_SINGLE_STEP): Add. | |
2033 | * gdbarch.h, gdbarch.c: Re-generate. | |
2034 | ||
2035 | * target.h (SOFTWARE_SINGLE_STEP_P) | |
2036 | (SOFTWARE_SINGLE_STEP): Delete macro definitions. | |
2037 | ||
61a0eb5b AC |
2038 | 2001-03-23 Andrew Cagney <[email protected]> |
2039 | ||
2040 | * gdbarch.sh (gdbarch_register_read, gdbarch_register_write): Add. | |
2041 | * gdbarch.h, gdbarch.c: Regenerate. | |
2042 | ||
2043 | * regcache.h (regcache_read, regcache_write): Declare. | |
2044 | (registers, register_valid, register_buffer): Add note that these | |
2045 | interfaces are deprecated. | |
2046 | ||
2047 | * regcache.c: Include "gdb_assert.h". | |
2048 | (legacy_write_register_gen): Rename write_register_gen. | |
2049 | (legacy_read_register_gen): Rename read_register_gen. | |
2050 | (regcache_read, regcache_write): New function. | |
2051 | (read_register_gen, write_register_gen): New function. | |
2052 | (write_register): Simplify. Use write_register_gen. | |
2053 | (read_register): Ditto using read_register_gen. | |
2054 | (read_signed_register): Ditto. | |
2055 | (read_register_bytes): Ditto!!!! | |
2056 | (supply_register): Add note that CLEANUP_REGISTER_VALUE is being | |
2057 | replaced by gdbarch_register_read. | |
2058 | ||
2059 | * TODO (GDB 5.2 - Cleanups): Add list of gdbarch methods to | |
2060 | deprecate. | |
2061 | ||
c2bd2ed9 JB |
2062 | 2001-03-23 Jim Blandy <[email protected]> |
2063 | ||
f34754ee JB |
2064 | Fix from Dan Berlin: |
2065 | ||
c2bd2ed9 JB |
2066 | * stabsread.c (read_cpp_abbrev): Properly construct the names of |
2067 | virtual function table pointer fields. | |
2068 | ||
c0e61796 AC |
2069 | 2001-03-19 Andrew Cagney <[email protected]> |
2070 | ||
2071 | * defs.h (xfree, mcalloc, mmalloc, mrealloc, mfree, xmmalloc, | |
2072 | xmrealloc): Move existing declarations to the one place and | |
2073 | re-order to be consistent. | |
2074 | (xmcalloc, xmfree): Declare. | |
2075 | (xmmalloc, xmrealoc): Assume ISO-C - use size_t and void* in | |
2076 | declaration. | |
2077 | ||
2078 | * utils.c (size_t): Delete #ifdef defining size_t. | |
2079 | (mmalloc, mrealloc, mcalloc, mfree): Re-order. | |
2080 | (mmalloc, mrealloc, mcalloc): Document as only calls in GDB | |
2081 | corresponding malloc, realloc, calloc. | |
2082 | (mfree): Call free directly. | |
2083 | (xmmalloc, xmrealloc): Clean up. Assume ISO-C. | |
2084 | (xmcalloc, xmfree): New functions. Copy old xcalloc and xfree | |
2085 | function bodies to here. | |
2086 | (xcalloc, xfree): Call xmcalloc and xmfree respectfully. | |
2087 | ||
c65ecaf3 AC |
2088 | 2001-03-23 Andrew Cagney <[email protected]> |
2089 | ||
2090 | * fork-child.c (fork_inferior): Make ``argv'', ``exec_file'' and | |
2091 | ``shell_file'' static locals. | |
2092 | ||
2093 | * jv-lang.c (java_link_class_type): Initialize ``field'' and | |
2094 | ``method''. | |
2095 | ||
2096 | * jv-valprint.c (java_value_print): Initialize ``next_element''. | |
2097 | ||
207e433e MK |
2098 | 2001-03-23 Mark Kettenis <[email protected]> |
2099 | ||
2100 | * config/i386/nm-i386.h: Fix formatting and change reference to | |
2101 | i386-tdep.c to i386-nat.c. | |
2102 | ||
6c5cfe5b DS |
2103 | 2001-03-23 David Smith <[email protected]> |
2104 | ||
2105 | * configure.in: Corrected spelling errors. | |
2106 | * configure: Regenerated. | |
2107 | ||
5300940c AC |
2108 | 2001-03-22 Andrew Cagney <[email protected]> |
2109 | ||
2110 | * TODO (GDB 5.1 - Cleanups): Add more targets to obsolete. | |
2111 | ||
17e78a56 AC |
2112 | 2001-03-22 Andrew Cagney <[email protected]> |
2113 | ||
2114 | * Makefile.in (NTSSTART): Delete. | |
2115 | (NTSOBS): Delete. | |
2116 | (kdb): Delete target. | |
2117 | * kdb-start.c, stuff.c: Mark as obsolete. | |
2118 | * NEWS: Update. | |
2119 | ||
41899c04 AC |
2120 | 2001-03-22 Andrew Cagney <[email protected]> |
2121 | ||
2122 | * config/pa/xm-hppah.h (HPPA_COMPILER_BUG): Delete. GDB only | |
2123 | compiles using an ISO-C compiler. | |
2124 | (MALLOC_INCOMPATIBLE): Ditto. | |
2125 | * linespec.c (decode_line_1): Delete hack to work around | |
2126 | HPPA_COMPILER_BUG. | |
2127 | ||
88665544 AC |
2128 | 2001-03-22 Andrew Cagney <[email protected]> |
2129 | ||
2130 | * exec.c (xfer_memory): Always initialize section. | |
2131 | * infrun.c (normal_stop): Always initialize source_flag. | |
2132 | ||
a2061976 AC |
2133 | 2001-03-22 Andrew Cagney <[email protected]> |
2134 | ||
2135 | * TODO (Remote Protocol Support): Review. Add notes about ``!'', | |
2136 | non-use of a continue address and typical use of ``q'' packet. | |
2137 | ||
e24d4c64 EZ |
2138 | 2001-03-22 Eli Zaretskii <[email protected]> |
2139 | ||
2140 | Make DJGPP use the new unified support for hardware | |
2141 | breakpoints and watchpoints on x86 targets: | |
2142 | ||
2143 | * config/i386/nm-go32.h <top level>: Don't include nm-i386v.h, | |
2144 | include nm-i386.h instead. | |
2145 | (TARGET_HAS_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT) | |
2146 | (TARGET_CAN_USE_HARDWARE_WATCHPOINT, STOPPED_BY_WATCHPOINT) | |
2147 | (TARGET_REGION_OK_FOR_HW_WATCHPOINT, DECR_PC_AFTER_HW_BREAK) | |
2148 | (target_stopped_data_address, target_insert_watchpoint) | |
2149 | (target_remove_watchpoint, target_insert_hw_breakpoint) | |
2150 | (target_remove_hw_breakpoint): Don't define. | |
2151 | (I386_USE_GENERIC_WATCHPOINTS, I386_DR_LOW_SET_CONTROL) | |
2152 | (I386_DR_LOW_SET_ADDR, I386_DR_LOW_RESET_ADDR) | |
2153 | (I386_DR_LOW_GET_STATUS): Define to call appropriate go32_* | |
2154 | functions from go32-nat.c. | |
2155 | ||
2156 | * config/i386/go32.mh (NATDEPFILES): Add i386-nat.o. | |
2157 | ||
2158 | * go32-nat.c <top level>: Remove prototypes for watchpoint- | |
2159 | related functions. Remove definitions of watchpoint-related | |
2160 | macros. | |
2161 | (go32_mourn_inferior): Call i386_cleanup_dregs instead of the | |
2162 | private cleanup_dregs function. | |
2163 | (cleanup_dregs, go32_insert_watchpoint) | |
2164 | (go32_insert_aligned_watchpoint, go32_handle_nonaligned_watchpoint) | |
2165 | (go32_remove_watchpoint, go32_remove_aligned_watchpoint) | |
2166 | (go32_region_ok_for_watchpoint, go32_stopped_by_watchpoint) | |
2167 | (go32_remove_hw_breakpoint, go32_insert_hw_breakpoint): Remove. | |
2168 | (go32_set_dr, go32_set_dr7, go32_get_dr6): New functions. | |
2169 | ||
c26e1c2b KB |
2170 | 2001-03-21 Kevin Buettner <[email protected]> |
2171 | ||
2172 | * ia64-tdep.c (fetch_instruction): Warn about slot numbers greater | |
2173 | than two instead of generating an error. | |
2174 | ||
272ba48f JB |
2175 | 2001-03-21 Jim Blandy <[email protected]> |
2176 | ||
2177 | * cp-valprint.c: Reformat to bring into line with GNU coding | |
2178 | standards. | |
2179 | ||
84346e11 MK |
2180 | 2001-03-21 Mark Kettenis <[email protected]> |
2181 | ||
2182 | Make Linux use the new unified support for hardware breakpoints | |
2183 | and watchpoints on x86 targets. | |
2184 | * i386-linux-nat.c: Doc fixes. Include "gdb_assert.h". | |
2185 | [HAVE_SYS_DEBUGREG_H]: Include <sys/debugreg.h>. | |
2186 | (DR_FIRSTADDR, DR_LASTADDR, DR_STATUS, DR_CONTROL): Define to | |
2187 | appropriate value if not already defined. | |
2188 | (register_u_addr): New function. | |
2189 | (kernel_u_size): New function. | |
2190 | (i386_linux_dr_get, i386_linux_dr_set): New functions. | |
2191 | (i386_linux_dr_set_control, i386_linux_dr_set_addr, | |
2192 | i386_linux_reset_addr, i386_linux_dr_get_status): New functions. | |
2193 | * config/i386/nm-linux.h: Don't include "nm-i386v.h". | |
2194 | (I386_USE_GENERIC_WATCHPOINTS): Define and include "nm-i386.h". | |
2195 | (TARGET_HAS_HARDWARE_WATCHPOINTS, | |
2196 | TARGET_CAN_USE_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT, | |
2197 | STOPPED_BY_WATCHPOINT, target_insert_watchpoint, | |
2198 | target_remove_watchpoint): Remove macros. | |
2199 | (i386_stopped_by_watchpoint, i386_insert_watchpoint, | |
2200 | i386_remove_watchpoint): Remove prototypes. | |
2201 | (register_u_addr): New prototype. | |
2202 | (REGISTER_U_ADDR): Define in terms of register_u_addr. | |
2203 | (i386_linux_dr_set_control, i386_linux_dr_set_addr, | |
2204 | i386_linux_reset_addr, i386_linux_dr_get_status): New prototypes. | |
2205 | (I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR, | |
2206 | I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros. | |
2207 | * config/i386/linux.mh (NATDEPFILES): Replace i386v-nat.o with | |
2208 | i386-nat.o. | |
2209 | ||
13b57657 JB |
2210 | 2001-03-21 Jim Blandy <[email protected]> |
2211 | ||
f34754ee JB |
2212 | Fix from Dan Berlin: |
2213 | ||
13b57657 JB |
2214 | * linespec.c (find_methods): Whitespace differences aren't |
2215 | significant in *un*mangled method names. Use strcmp_iw to compare | |
f34754ee | 2216 | them, not STREQ. |
13b57657 | 2217 | |
eee30e78 AC |
2218 | 2001-03-21 Andrew Cagney <[email protected]> |
2219 | ||
2220 | * gdbarch.sh: Allow a non- multi-arch target to override a | |
2221 | predicate. | |
2222 | * gdbarch.h: Regenerate. | |
2223 | ||
b77be6cf AC |
2224 | 2001-03-21 Andrew Cagney <[email protected]> |
2225 | ||
2226 | * gdbarch.sh: Avoid use of ``!''. | |
2227 | ||
379d08a1 AC |
2228 | 2001-03-20 Andrew Cagney <[email protected]> |
2229 | ||
2230 | * target.h (enum target_signal): Move definition from here. | |
2231 | * defs.h (enum target_signal): To here. | |
2232 | ||
2233 | * config/arc/tm-arc.h (arc_software_single_step): Change type of | |
2234 | first parameter to enum target_signal. | |
2235 | * config/rs6000/tm-rs6000.h (rs6000_software_single_step): Ditto. | |
2236 | * config/sparc/tm-sparc.h (sparc_software_single_step): Ditto. | |
2237 | * rs6000-tdep.c (rs6000_software_single_step): Update. | |
2238 | ||
64485362 AC |
2239 | 2001-03-20 Andrew Cagney <[email protected]> |
2240 | ||
2241 | * frame.h (SIZEOF_FRAME_SAVED_REGS): Report an error if macro | |
2242 | already defined. | |
2243 | ||
2244 | From 2000-08-25 Stephane Carrez <[email protected]>: | |
2245 | * stabsread.c (define_symbol): A parameter ('R'), a local ('r'), | |
2246 | or a reference ('a') can be in a pseudo register. | |
2247 | * infcmd.c (do_registers_info): Must take into account the pseudo | |
2248 | registers to print their value. | |
2249 | (registers_info): Likewise. | |
2250 | * stack.c (frame_info): Likewise. | |
2251 | * frame.h (SIZEOF_FRAME_SAVED_REGS): Save the pseudo registers. | |
2252 | ||
52b98211 EZ |
2253 | 2001-03-21 Eli Zaretskii <[email protected]> |
2254 | ||
2255 | Unified support for hardware breakpoints and watchpoints on | |
2256 | x86 targets: | |
2257 | ||
2258 | * config/i386/nm-i386.h: New file. | |
2259 | ||
2260 | * config/i386/nm-i386.h: (i386_cleanup_dregs) | |
2261 | (i386_insert_watchpoint, i386_remove_watchpoint) | |
2262 | (i386_region_ok_for_watchpoint, i386_stopped_by_hwbp) | |
2263 | (i386_stopped_data_address, i386_insert_hw_breakpoint) | |
2264 | (i386_remove_hw_breakpoint): Declare prototypes. | |
2265 | [I386_USE_GENERIC_WATCHPOINTS] (TARGET_CAN_USE_HARDWARE_WATCHPOINT): | |
2266 | Define if not already defined. | |
2267 | (TARGET_REGION_OK_FOR_HW_WATCHPOINT, HAVE_CONTINUABLE_WATCHPOINT) | |
2268 | (STOPPED_BY_WATCHPOINT, target_stopped_data_address) | |
2269 | (target_insert_watchpoint, target_remove_watchpoint) | |
2270 | (target_insert_hw_breakpoint, target_remove_hw_breakpoint): Define | |
2271 | to call the appropriate i386_* functions. | |
2272 | ||
2273 | * i386-nat.c: New file. | |
2274 | ||
2275 | * i386-nat.c (I386_DR_CONTROL_MASK, I386_DR_LOCAL_ENABLE) | |
2276 | (I386_DR_GLOBAL_ENABLE, I386_DR_DISABLE, I386_DR_SET_RW_LEN) | |
2277 | (I386_DR_GET_RW_LEN, I386_DR_WATCH_HIT): New macros. | |
2278 | (dr_mirror, dr_status_mirror, dr_control_mirror, dr_ref_count) | |
2279 | (maint_show_dr): New variables. | |
2280 | (i386_cleanup_dregs, i386_show_dr, i386_length_and_rw_bits) | |
2281 | (i386_insert_aligned_watchpoint, i386_remove_aligned_watchpoint) | |
2282 | (i386_handle_nonaligned_watchpoint, i386_insert_watchpoint) | |
2283 | (i386_remove_watchpoint, i386_region_ok_for_watchpoint) | |
2284 | (i386_stopped_data_address, i386_stopped_by_hwbp) | |
2285 | (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): New | |
2286 | functions. | |
2287 | (_initialize_i386_nat): New function. | |
2288 | [I386_USE_GENERIC_WATCHPOINTS]: Add new maint command | |
2289 | `show-debug-regs', sets maint_show_dr to non-zero value and | |
2290 | activates debugging print-outs in functions which insert, remove, | |
2291 | and test watchpoints and hardware breakpoints. | |
2292 | ||
2293 | * Makefile.in (i386-nat.o): New target. | |
2294 | (ALLDEPFILES): Add i386-nat.o. | |
2295 | ||
28e9e0f0 MK |
2296 | 2001-03-21 Mark Kettenis <[email protected]> |
2297 | ||
2298 | * i386-tdep.c: Add back _initialize_i386_tdep prototype with | |
2299 | appropriate comment. | |
2300 | ||
e40eccb4 KB |
2301 | 2001-03-20 Kevin Buettner <[email protected]> |
2302 | ||
2303 | * config/alpha/alpha-linux.mh (NATDEPFILES): Use proc-service.o, | |
2304 | thread-db.o, and lin-lwp.o for thread support instead of | |
2305 | linux-thread.o and lin-thread.o. | |
2306 | * config/alpha/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS) | |
2307 | (ATTACH_LWP): Define to use the following lin-lwp.c functions... | |
2308 | (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals) | |
2309 | (lin_lwp_attach_lwp): Declare. | |
2310 | ||
bea7bb93 JB |
2311 | 2001-03-20 Jim Blandy <[email protected]> |
2312 | ||
f34754ee JB |
2313 | Fix from Dan Berlin: |
2314 | ||
bea7bb93 JB |
2315 | * Makefile.in: Clean up dependencies on ../include/demangle.h. |
2316 | (demangle_h): New variable. | |
2317 | (jv-typeprint.o, jv-valprint.o, linespec.o): Use it. | |
2318 | ||
b0ed3589 AC |
2319 | 2001-03-20 Andrew Cagney <[email protected]> |
2320 | ||
2321 | * target.h (SOFTWARE_SINGLE_STEP_P): Add empty parameter list. | |
2322 | * breakpoint.c (bpstat_stop_status): Update. | |
2323 | * infrun.c (handle_inferior_event): Ditto. | |
2324 | * mips-tdep.c (mips_dump_tdep): Ditto. | |
2325 | * infrun.c (resume): Ditto. | |
2326 | * infptrace.c (child_resume): Ditto. | |
2327 | * config/mips/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto. | |
2328 | * config/sh/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto. | |
2329 | * config/sparc/tm-sparc.h (SOFTWARE_SINGLE_STEP_P): Ditto. | |
2330 | * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP_P): Ditto. | |
2331 | * config/arm/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto. | |
2332 | * config/arc/tm-arc.h (SOFTWARE_SINGLE_STEP_P): Ditto. | |
2333 | * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto. | |
2334 | ||
df087c62 AC |
2335 | 2001-03-20 Andrew Cagney <[email protected]> |
2336 | ||
2337 | * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Replace abort | |
2338 | with internal_error. | |
2339 | ||
8bd1f2c6 JB |
2340 | 2001-03-20 Jim Blandy <[email protected]> |
2341 | ||
f34754ee JB |
2342 | Fix from Dan Berlin: |
2343 | ||
8bd1f2c6 JB |
2344 | * linespec.c (find_methods): Just call CHECK_TYPEDEF on t, rather |
2345 | than asking for sym_class's type; that's circuitous. Remove | |
2346 | sym_class, since the last use of it is gone. | |
2347 | ||
c97fe386 EZ |
2348 | 2001-03-20 Eli Zaretskii <[email protected]> |
2349 | ||
2350 | * breakpoint.c (print_it_typical) <bp_access_watchpoint> [UI_OUT]: | |
2351 | Correct the order of calls to ui_out_field_string and | |
2352 | ui_out_list_begin when bs->old_val is NULL. | |
2353 | ||
486363b6 KB |
2354 | 2001-03-19 Kevin Buettner <[email protected]> |
2355 | ||
2356 | * configure.in (AC_CHECK_HEADERS): Check for existence of nlist.h. | |
2357 | * configure: Regenerate. | |
2358 | * config.in: Regenerate. | |
2359 | * solib-legacy.c (nlist.h): Include if HAVE_NLIST_H is defined. | |
2360 | ||
087bb2e2 KB |
2361 | 2001-03-19 Kevin Buettner <[email protected]> |
2362 | ||
2363 | * config/i386/i386v42mp.mh (NATDEPFILES): List all files on | |
2364 | same line to avoid problems with Unixware 7's make when building | |
2365 | a cross debugger. | |
2366 | ||
3c37485b AC |
2367 | 2001-03-19 Andrew Cagney <[email protected]> |
2368 | ||
2369 | * defs.h (malloc): Move declaration from here. | |
2370 | * utils.c (malloc): To here. | |
2371 | * config/pa/xm-hppah.h (malloc): Delete declaration. | |
2372 | ||
2373 | * gnu-nat.c (make_proc): Use xmalloc instead of malloc. | |
2374 | * hp-psymtab-read.c (hpread_call_pxdb): Ditto. | |
2375 | (hpread_quick_traverse): Ditto. | |
2376 | * infttrace.c (create_thread_info): Ditto. | |
2377 | (kill_inferior): Ditto. | |
2378 | * gnu-nat.c (make_inf): Ditto, and don't check return value. | |
2379 | * procfs.c (proc_update_threads): Ditto. | |
2380 | * valprint.c (print_decimal_chars): Ditto. | |
2381 | * gdbtypes.c (cfront_mangle_name): Use xasprintf instead of | |
2382 | malloc and sprintf. | |
2383 | * remote-rdp.c (rdp_set_command_line): Ditto. | |
2384 | ||
0e52036f AC |
2385 | 2001-03-19 Andrew Cagney <[email protected]> |
2386 | ||
2387 | * defs.h (realloc): Move declaration from here. | |
2388 | * utils.c (realloc): To here. | |
2389 | * config/pa/xm-hppah.h (realloc): Delete declaration. | |
2390 | * lin-thread.c (insert_thread): Use xrealloc instead of realloc. | |
2391 | * symfile.c (add_filename_language): Ditto. | |
2392 | * event-loop.c (create_file_handler): Ditto. | |
2393 | ||
81b8eb80 AC |
2394 | 2001-03-19 Andrew Cagney <[email protected]> |
2395 | ||
2396 | * defs.h (free): Move declaration from here. | |
2397 | * utils.c (free): To here. | |
2398 | (xfree): Document as the only call to free(). | |
2399 | * config/pa/xm-hppah.h (free): Delete declaration. | |
2400 | ||
8cca004a KB |
2401 | 2001-03-19 Kevin Buettner <[email protected]> |
2402 | ||
2403 | * config/ia64/linux.mh (NATDEPFILES): Add proc-service.o to | |
2404 | this list. | |
2405 | ||
cf4eee44 AC |
2406 | 2001-03-19 Andrew Cagney <[email protected]> |
2407 | ||
2408 | * eval.c (evaluate_subexp): Remove #ifdef __STDC__ and ``inline''. | |
2409 | * config/mips/xm-mips.h (offsetof): Define when !GNUC not !STDC. | |
2410 | * cli/cli-cmds.c (init_cli_cmds): Remove #ifdef __STDC__ | |
2411 | ||
1c5b31ef AC |
2412 | 2001-03-19 Andrew Cagney <[email protected]> |
2413 | ||
2414 | * TODO: List known problems with TUI. | |
2415 | ||
3a0c66d4 AC |
2416 | 2001-03-19 Andrew Cagney <[email protected]> |
2417 | ||
2418 | * MAINTAINERS: Jimmy Guo stepped down as a maintiner (TUI, | |
2419 | gdb.hp). | |
2420 | ||
ce359b09 AC |
2421 | 2001-03-19 Andrew Cagney <[email protected]> |
2422 | ||
2423 | * remote.c (remote_cisco_section_offsets): Do not cast result from | |
2424 | bfd_get_section_name. | |
2425 | (compare_sections_command): Ditto. | |
2426 | (remote_cisco_section_offsets): Make ``p'' a const pointer. | |
2427 | (compare_sections_command): Ditto for ``sectname''. | |
2428 | ||
0b3f98d3 AC |
2429 | 2001-03-19 Andrew Cagney <[email protected]> |
2430 | ||
2431 | From Mon Nov 20 13:59:29 2000 Andrew Cagney <[email protected]>: | |
2432 | * valops.c (hand_function_call): Simplify computation of the | |
2433 | address of the pushed argument. | |
2434 | ||
7451d027 AC |
2435 | 2001-03-17 Andrew Cagney <[email protected]> |
2436 | ||
2437 | * p-exp.y (parse_number): Avoid shift overflow when ``long''. | |
2438 | Code copied from c-exp.y. | |
2439 | ||
fb70ab0c KB |
2440 | 2001-03-18 Kevin Buettner <[email protected]> |
2441 | ||
2442 | * acconfig.h (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS) | |
2443 | (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS) | |
2444 | (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New configure macros. | |
2445 | * configure.in (HAVE_STRUCT_LINK_MAP32): Move this test out | |
2446 | of the Solaris procfs testing section. Instead, group with... | |
2447 | (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS) | |
2448 | (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS) | |
2449 | (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New <link.h> tests. | |
2450 | * configure: Regenerate. | |
2451 | * config.in: Regenerate. | |
2452 | ||
2453 | * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Use | |
2454 | new configure macros to choose which (if any) code to | |
2455 | compile in. Added code to explicitly handle *BSD systems; | |
2456 | these systems were previously handled only through macro | |
2457 | redefinition. Also, due to the way the autoconf tests are set | |
2458 | up, this function will no longer return a non-zero value when | |
2459 | GDB is configured as a cross debugger. I.e, cross debuggers | |
2460 | will no longer be able to "accidentally" get the host system's | |
2461 | link map offsets. | |
2462 | ||
8aa16b78 KB |
2463 | 2001-03-18 Kevin Buettner <[email protected]> |
2464 | ||
2465 | * config/i386/nbsd.mh (NATDEPFILES): List all files on the same | |
2466 | line to avoid build problem on NetBSD 1.4. | |
2467 | ||
559e75c0 MC |
2468 | 2001-03-17 Michael Chastain <[email protected]> |
2469 | ||
2470 | * win32-nat.c (child_attach): check args for NULL before passing | |
2471 | to strtoul. This fixes PR gdb/43. | |
2472 | ||
fc338970 MK |
2473 | 2001-03-17 Mark Kettenis <[email protected]> |
2474 | ||
7daede3b MK |
2475 | * i387-nat.h: Doc Fix. |
2476 | ||
fc338970 MK |
2477 | * i386-tdep.c: Fix formatting. |
2478 | (i386_get_frame_setup, i386_follow_jump, codestream_read, | |
2479 | codestream_seek, codestream_fill, skip_trampoline_code, | |
2480 | gdb_print_insn_i386, _initialize_i386_tdep): Remove redundant | |
2481 | prototypoes. | |
2482 | ||
e3c6d36d MK |
2483 | 2001-03-17 Mark Kettenis <[email protected]> |
2484 | ||
2485 | * config/i386/tm-linux.h (TARGET_ANALYZE_FLOATING): Remove. It's | |
2486 | no longer used. Also remove associated FIXME. | |
2487 | ||
4a5c6a1d AC |
2488 | 2001-03-16 Andrew Cagney <[email protected]> |
2489 | ||
2490 | * gdbarch.sh: Add classes ``m'' and ``M'' for pure multi-arch. Do | |
2491 | not generate macro wrappers for multi-arch functions or | |
2492 | predicates. | |
2493 | (class_is_info_p, class_is_predicate_p): Update. | |
2494 | (class_is_function_p, class_is_variable_p): Ditto. | |
2495 | (class_is_multiarch_p): New class function. | |
2496 | ||
7256e1a5 C |
2497 | 2001-03-16 J.T. Conklin <[email protected]> |
2498 | ||
2499 | * config/h8300/tm-h8300.h (FRAME_ARGS_ADDRESS): Changed to use | |
2500 | h8300_frame_args_address from frame_args_address. | |
2501 | (FRAME_LOCALS_ADDRESS): Changed to use h8300_frame_locals_address | |
2502 | from frame_locals_address. | |
2503 | (PRINT_REGISTER_HOOK): Changed to use h8300_print_register_hook | |
2504 | from print_register_hook. | |
2505 | (h8300_frame_args_address): Declare. | |
2506 | (h8300_frame_find_saved_regs): Declare. | |
2507 | (h8300_frame_locals_address): Declare. | |
2508 | (h8300_frame_saved_pc): Declare. | |
2509 | (h8300_pop_frame): Declare. | |
2510 | (h8300_print_register_hook): Declare. | |
2511 | * h8300-tdep.c (h8300_frame_find_saved_regs): Removed declaration. | |
2512 | (h8300_frame_args_address): Renamed from frame_args_address. | |
2513 | (h8300_frame_locals_address): Renamed from frame_locals_address. | |
2514 | (h8300_pop_frame): Renamed from pop_frame. | |
2515 | (h8300_print_register_hook): Renamed from print_register_hook. | |
2516 | ||
435b259c KB |
2517 | 2001-03-16 Kevin Buettner <[email protected]> |
2518 | ||
2519 | * solib-svr4.c (bfd_lookup_symbol): Change type of | |
2520 | ``storage_needed'' from unsigned int to long in order to | |
2521 | match return type of bfd_get_symtab_upper_bound() and | |
2522 | bfd_get_dynamic_symtab_upper_bound(). | |
2523 | * solib-aix5.c (bfd_lookup_symbol): Likewise. Also, eliminate | |
2524 | REASONABLE_LIMIT hack which had been added to work around this | |
2525 | problem. | |
2526 | ||
80117be2 KB |
2527 | 2001-03-15 Kevin Buettner <[email protected]> |
2528 | ||
2529 | * solib-aix5.c (bfd_lookup_symbol, build_so_list_from_mapfile) | |
2530 | (aix5_relocate_main_executable, aix5_clear_solib): Replace calls | |
2531 | to free() with calls to xfree(). | |
2532 | (bfd_lookup_symbol): Eliminate use of PTR. | |
2533 | (build_so_list_from_mapfile): Use xasprintf() instead of sprintf(). | |
2534 | ||
77cd5909 MH |
2535 | 2001-03-15 Martin Hunt <[email protected]> |
2536 | ||
2537 | * linespec.c (decode_line_1): Remove trailing quote | |
2538 | when parsing double quotes. | |
2539 | ||
f7f5a202 KB |
2540 | 2001-03-15 Kevin Buettner <[email protected]> |
2541 | ||
2542 | * uw-thread.c (read_thr_debug, read_map, read_lwp, thread_iter) | |
2543 | (libthread_stub, libthread_init): Pass NULL for the mem_attrib | |
2544 | argument in the to_xfer_memory calls. | |
2545 | ||
0d35ddba AC |
2546 | 2001-03-15 Andrew Cagney <[email protected]> |
2547 | ||
2548 | * MAINTAINERS: Fix typo - w65 not w64. Still doesn't build. | |
2549 | * TODO (GDB 5.1 - Cleanups): Add status of targets being obsoleted. | |
2550 | ||
043780a1 AC |
2551 | 2001-03-15 Andrew Cagney <[email protected]> |
2552 | ||
2553 | * wince.c (child_xfer_memory): Add attrib parameter. | |
2554 | * symm-nat.c (child_xfer_memory): Ditto. | |
2555 | * mac-nat.c (child_xfer_memory): Ditto. | |
2556 | * infttrace.c (child_xfer_memory): Ditto. | |
2557 | * procfs.c (procfs_xfer_memory): Ditto. | |
2558 | * lin-thread.c (thread_db_xfer_memory): Ditto. | |
2559 | * gnu-nat.c (gnu_xfer_memory): Ditto. | |
2560 | ||
9b9c068d AC |
2561 | 2001-03-14 Andrew Cagney <[email protected]> |
2562 | ||
2563 | * NEWS: Mention that Harris/CXUX m88k is obsolete. | |
2564 | ||
f88e2c52 AC |
2565 | 2001-03-13 Andrew Cagney <[email protected]> |
2566 | ||
2567 | * config/mips/tm-mips.h: Include "regcache.h" for macros refering | |
2568 | to regcache functions. | |
2569 | * config/m68k/tm-m68k.h: Ditto. | |
2570 | * config/i386/tm-i386v.h: Ditto. | |
2571 | * config/mcore/tm-mcore.h: Ditto. | |
2572 | * config/m88k/tm-m88k.h: Ditto. | |
2573 | * config/m68k/tm-news.h: Ditto. | |
2574 | * config/m68k/tm-linux.h: Ditto. | |
2575 | * config/m68k/tm-delta68.h: Ditto. | |
2576 | * config/m68k/nm-sun3.h: Ditto. | |
2577 | * config/m32r/tm-m32r.h: Ditto. | |
2578 | * config/i386/tm-symmetry.h: Ditto. | |
2579 | * config/i386/tm-sun386.h: Ditto. | |
2580 | * config/i386/tm-i386.h: Ditto. | |
2581 | * config/i386/nm-symmetry.h: Ditto. | |
2582 | * config/i386/nm-sun386.h: Ditto. | |
2583 | * config/i386/nm-ptx4.h: Ditto. | |
2584 | * config/i386/nm-i386mach.h: Ditto. | |
2585 | * config/h8500/tm-h8500.h: Ditto. | |
2586 | * config/h8300/tm-h8300.h: Ditto. | |
2587 | * config/fr30/tm-fr30.h: Ditto. | |
2588 | * config/d30v/tm-d30v.h: Ditto. | |
2589 | * config/arm/tm-arm.h: Ditto. | |
2590 | * config/arc/tm-arc.h: Ditto. | |
2591 | * config/alpha/tm-alpha.h: Ditto. | |
2592 | * config/a29k/tm-vx29k.h: Ditto. | |
2593 | * config/a29k/tm-a29k.h: Ditto. | |
2594 | * config/w65/tm-w65.h: Ditto. | |
2595 | * config/vax/tm-vax.h: Ditto. | |
2596 | * config/v850/tm-v850.h: Ditto. | |
2597 | * config/tic80/tm-tic80.h: Ditto. | |
2598 | * config/sparc/tm-sparclite.h: Ditto. | |
2599 | * config/sparc/tm-sparclet.h: Ditto. | |
2600 | * config/sparc/tm-sparc.h: Ditto. | |
2601 | * config/sparc/nm-sun4sol2.h: Ditto. | |
2602 | * config/sparc/nm-sun4os4.h: Ditto. | |
2603 | * config/sparc/nm-nbsd.h: Ditto. | |
2604 | * config/powerpc/nm-solaris.h: Ditto. | |
2605 | * config/pa/tm-hppao.h: Ditto. | |
2606 | * config/pa/tm-hppa.h: Ditto. | |
2607 | * config/pa/nm-hppab.h: Ditto. | |
2608 | * config/ns32k/tm-umax.h: Ditto. | |
2609 | * config/ns32k/tm-merlin.h: Ditto. | |
2610 | * config/nm-m3.h: Ditto. | |
2611 | * config/nm-gnu.h: Ditto. | |
2612 | ||
0981ead9 AC |
2613 | 2001-03-14 Andrew Cagney <[email protected]> |
2614 | ||
2615 | * MAINTAINERS: Update list of targets. Mark arm-* and v850-elf as | |
2616 | broken. Mark sh-*, ia64-linux and ns32k-netbsd as buildable. | |
2617 | Specify an m88k target. Include sample GAWK script to generate | |
2618 | target list. Delete non-existant romp target. | |
2619 | * TODO (GDB 5.1 - Cleanups): Update. | |
2620 | ||
91c1720e KS |
2621 | 2001-03-14 Keith Seitz <[email protected]> |
2622 | ||
2623 | * linespec.c (decode_line_1): Skip argptr over a leading | |
2624 | double quote. Prevents alloc of 0 bytes and memcpy of -1 bytes. | |
2625 | ||
3cc122b3 KB |
2626 | 2001-03-14 Kevin Buettner <[email protected]> |
2627 | ||
2628 | * config/djgpp/fnchange.lst (ia64-aix-nat.c): Add entry. | |
2629 | ||
5bb367b1 AC |
2630 | 2001-03-13 Andrew Cagney <[email protected]> |
2631 | ||
2632 | * ui-out.h: Remove #if __STDC__, assume an ISO-C compiler. | |
2633 | * m3-nat.c: Ditto. | |
2634 | * p-lang.h: Ditto. | |
2635 | * printcmd.c (printf_command): Ditto. | |
2636 | * ch-exp.c (match_integer_literal): Ditto. | |
2637 | * scm-tags.h: Ditto. | |
2638 | * ser-go32.c: Ditto. | |
2639 | * hppa-tdep.c (unwind_command): Ditto. | |
2640 | * defs.h (volatile): Delete macro definition. Assume __STDC__. | |
2641 | * remote-adapt.c (volatile): Ditto. | |
2642 | * remote-eb.c (volatile): Ditto. | |
2643 | * remote-mm.c (volatile): Ditto. | |
2644 | * defs.h (alloca): Assume __STDC__, declare returning void *. | |
2645 | ||
a728f042 AC |
2646 | 2001-03-08 Andrew Cagney <[email protected]> |
2647 | ||
2648 | * inferior.h (ARCH_NUM_REGS): Delete definition. | |
2649 | * stack.c (frame_info): Use NUM_REGS, not ARCH_NUM_REGS. | |
2650 | * regcache.c (registers_changed): Ditto. | |
2651 | (registers_fetched): Ditto. | |
2652 | * infptrace.c (fetch_inferior_registers): Ditto. | |
2653 | (store_inferior_registers): Ditto. | |
2654 | * infcmd.c (do_registers_info): Ditto. | |
2655 | (registers_info): Ditto. | |
2656 | * i386-linux-nat.c (old_fetch_inferior_registers): Ditto. | |
2657 | (old_store_inferior_registers): Ditto. | |
2658 | * gdbserver/low-linux.c (register_addr): Ditto. | |
2659 | * gdbserver/low-hppabsd.c (register_addr): Ditto. | |
2660 | * core-aout.c: Don't include "inferior.h". | |
2661 | (fetch_core_registers): Use NUM_REGS not ARCH_NUM_REGS. | |
2662 | (register_addr): Ditto. | |
2663 | ||
f48ff60a FN |
2664 | 2001-03-13 Fernando Nasser <[email protected]> |
2665 | ||
2666 | From Steven Johnson <[email protected]> | |
2667 | * cli/cli-script.c (define_command): Fix setting of post hooks. | |
2668 | ||
305d65ca MK |
2669 | 2001-03-13 Mark Kettenis <[email protected]> |
2670 | ||
2671 | * i386-linux-tdep.c: Fix formatting and clarify comments. | |
2672 | (i386_linux_svr4_fetch_link_map_offsets): Use NULL instead of 0 | |
2673 | where appropriate. | |
2674 | ||
bf62e5b4 AC |
2675 | 2001-03-12 Andrew Cagney <[email protected]> |
2676 | ||
2677 | * gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>. | |
2678 | (proc_update_sc): Use gdb_assert instead of assert. | |
2679 | (proc_abort): Ditto. | |
2680 | (inf_set_step_thread): Ditto. | |
2681 | (gnu_wait): Ditto. | |
2682 | (S_exception_raise_request): Ditto. | |
2683 | (gnu_terminal_init_inferior): Ditto. | |
2684 | ||
21479ded KB |
2685 | 2001-03-09 Kevin Buettner <[email protected]> |
2686 | ||
2687 | * Makefile.in (solib-svr4.o): Depend on solib-svr4.c, not solib.c. | |
2688 | (solib-legacy.o): New makefile target. | |
2689 | * solib-legacy.c: New file. | |
2690 | * solib-svr4.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete. | |
2691 | (default_svr4_fetch_link_map_offsets): Delete. | |
2692 | (set_solib_svr4_fetch_link_map_offsets): Declare. | |
2693 | (legacy_svr4_fetch_link_map_offsets_hook): Declare. | |
2694 | * solib-svr4.c (elf/common.h): Include. | |
2695 | (link.h): Only include for SunOS shared library support. | |
2696 | (_SYSCALL32): Don't define. | |
2697 | (SVR4_FETCH_LINK_MAP_OFFSETS): Define. | |
2698 | (default_svr4_fetch_link_map_offsets): Made static; added forward | |
2699 | declaration. | |
2700 | (fetch_link_map_offsets): New static global. | |
2701 | (legacy_svr4_fetch_link_map_offsets_hook): New global variable. | |
2702 | (default_svr4_fetch_link_map_offsets): Rewritten. The guts | |
2703 | of what used to be in this function now reside in | |
2704 | legacy_svr4_fetch_link_map_offsets() in solib-legacy.c. | |
2705 | (open_symbol_file_object): Fix declaration in SunOS section | |
2706 | of the code. | |
2707 | (set_solib_svr4_fetch_link_map_offsets): New extern function. | |
2708 | (init_fetch_link_map_offsets): New static function. | |
2709 | (_initialize_svr4_solib): Put static global fetch_link_map_offsets | |
2710 | under multiarch control. | |
2711 | ||
2712 | * config/alpha/alpha-linux.mt (TDEPFILES): Add solib-legacy.o to | |
2713 | list. | |
2714 | * config/alpha/fbsd.mh (NATDEPFILES): Likewise. | |
2715 | * config/arm/linux.mt (TDEPFILES): Likewise. | |
2716 | * config/i386/fbsd.mh (NATDEPFILES): Likewise. | |
2717 | * config/i386/i386dgux.mh (NATDEPFILES): Likewise. | |
2718 | * config/i386/i386gnu.mh (NATDEPFILES): Likewise. | |
2719 | * config/i386/i386sco5.mh (NATDEPFILES): Likewise. | |
2720 | * config/i386/i386sol2.mt (TDEPFILES): Likewise. | |
2721 | * config/i386/i386v4.mh (NATDEPFILES): Likewise. | |
2722 | * config/i386/i386v42mp.mh (NATDEPFILES): Likewise. | |
2723 | * config/i386/linux.mt (TDEPFILES): Likewise. | |
2724 | * config/i386/nbsd.mh (NATDEPFILES): Likewise. | |
2725 | * config/i386/nbsdelf.mh (NATDEPFILES): Likewise. | |
2726 | * config/i386/ncr3000.mt (TDEPFILES): Likewise. | |
2727 | * config/i386/ptx4.mh (XDEPFILES): Likewise. | |
2728 | * config/i386/sun386.mt (TDEPFILES): Likewise. | |
2729 | * config/ia64/linux.mt (TDEPFILES): Likewise. | |
2730 | * config/m68k/linux.mt (TDEPFILES): Likewise. | |
2731 | * config/m68k/m68kv4.mh (NATDEPFILES): Likewise. | |
2732 | * config/m68k/nbsd.mh (NATDEPFILES): Likewise. | |
2733 | * config/m68k/sun2os4.mt (TDEPFILES): Likewise. | |
2734 | * config/m68k/sun3os4.mt (TDEPFILES): Likewise. | |
2735 | * config/m88k/delta88v4.mh (NATDEPFILES): Likewise. | |
2736 | * config/mips/mipsv4.mh (NATDEPFILES): Likewise. | |
2737 | * config/ns32k/nbsd.mh (NATDEPFILES): Likewise. | |
2738 | * config/powerpc/linux.mt (TDEPFILES): Likewise. | |
2739 | * config/powerpc/nbsd.mh (NATDEPFILES): Likewise. | |
2740 | * config/powerpc/solaris.mh (NATDEPFILES): Likewise. | |
2741 | * config/sh/linux.mt (TDEPFILES): Likewise. | |
2742 | * config/sparc/linux.mt (TDEPFILES): Likewise. | |
2743 | * config/sparc/nbsd.mh (NATDEPFILES): Likewise. | |
2744 | * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise. | |
2745 | * config/sparc/sp64linux.mt (TDEPFILES): Likewise. | |
2746 | * config/sparc/sun4os4.mt (TDEPFILES): Likewise. | |
2747 | * config/sparc/sun4sol2.mh (NATDEPFILES): Likewise. | |
2748 | ||
d7fa9de0 KB |
2749 | 2001-03-09 Kevin Buettner <[email protected]> |
2750 | ||
2751 | * utils.c (xmrealloc, xcalloc): Return NULL for zero-sized requests. | |
2752 | ||
f8241bd1 AC |
2753 | 2001-03-09 Andrew Cagney <[email protected]> |
2754 | ||
2755 | * MAINTAINERS (Write After Approval): Update Philip Blundell. | |
2756 | ||
e6b4b0c2 KS |
2757 | 2001-03-09 Keith Seitz <[email protected]> |
2758 | ||
2759 | * MAINTAINERS: Add myself to write after approval list. | |
2760 | ||
96836138 MK |
2761 | 2001-03-09 Mark Kettenis <[email protected]> |
2762 | ||
2763 | * i387-tdep.c (print_i387_status_word): Fix printing of Stack | |
2764 | fault flag. It is bit 6 of the x87 FPU status word, not bit 7. | |
2765 | ||
1b594327 AC |
2766 | 2001-03-08 Andrew Cagney <[email protected]> |
2767 | ||
2768 | * configure.host (m88*-harris-cxux*): Mark as obsolete. | |
2769 | * configure.tgt: Ditto. | |
2770 | * config/m88k/xm-cxux.h: Ditto. | |
2771 | * config/m88k/tm-cxux.h: Ditto. | |
2772 | * config/m88k/nm-cxux.h: Ditto. | |
2773 | * config/m88k/cxux.mt: Ditto. | |
2774 | * config/m88k/cxux.mh: Ditto. | |
2775 | ||
4a32a1e4 AC |
2776 | 2001-03-08 Andrew Cagney <[email protected]> |
2777 | ||
2778 | * Makefile.in: Delete rules for obsolete files. | |
2779 | ||
ec9a3449 DT |
2780 | Thu Mar 8 15:43:40 2001 David Taylor <[email protected]> |
2781 | ||
2782 | * stack.c (parse_frame_specification): For one argument case, | |
2783 | handle the situation where the argument is an integer, not an | |
2784 | address -- arguably the most common case. This matters on | |
2785 | targets where pointers and addresses are different. | |
2786 | ||
a50c34dc AC |
2787 | 2001-03-08 Andrew Cagney <[email protected]> |
2788 | ||
2789 | * TODO: Revise 5.1 list. Delete PARAMS task. Add coding standard | |
2790 | review. Clarify GNU/LINUX/sparc. Move other tasks to 5.2 or | |
2791 | general. | |
2792 | ||
cfc046cf AC |
2793 | 2001-03-07 Andrew Cagney <[email protected]> |
2794 | ||
2795 | * TODO (GDB 5.1 Known Problems): Document problem of building GDB | |
2796 | with SID on Solaris 8. | |
2797 | ||
39424bef MK |
2798 | 2001-03-07 Mark Kettenis <[email protected]> |
2799 | ||
2800 | * defs.h: Provide prototypes for floatformat_is_negative, | |
2801 | floatformat_is_nan and floatformat_mantissa. | |
2802 | * utils.c: Include "gdb_assert.h". | |
2803 | (floatformat_is_negative): New function. | |
2804 | (floatformat_is_nan): New function. | |
2805 | (floatformat_mantissa): New function. | |
2806 | * valprint.c: Include "floatformat.h". | |
2807 | (print_floating): Get rid of the Linux-specific | |
2808 | TARGET_ANALYZE_FLOATING macro and rewrite NaN detection with the | |
2809 | help these new functions. Print NaN's in a format conforming to | |
2810 | ISO C99. | |
2811 | ||
7a1bd56a EZ |
2812 | 2001-03-07 Eli Zaretskii <[email protected]> |
2813 | ||
2814 | * top.c (init_main): Make `set history file name' complete on file | |
2815 | names. | |
2816 | ||
5565b556 C |
2817 | 2001-03-06 J.T. Conklin <[email protected]> |
2818 | ||
21a12a30 C |
2819 | * Makefile.in (LINTFLAGS): Update to contain all of the macros |
2820 | which define include paths used when compiling. | |
2821 | ||
2822 | * util.c (savestring, msavestring): Change type of length argument. | |
2823 | * defs.h (savestring, msavestring): Update to match. | |
2824 | ||
5565b556 C |
2825 | * symtab.h (decode_line_1): Removed declaration. |
2826 | ||
2827 | * symfile.c (#include <assert.h>): Removed. | |
2828 | ||
2829 | * arch-utils.c (#include <ctype.h>): Removed. | |
2830 | * c-typeprint.c: Likewise. | |
2831 | * dbxread.c: Likewise. | |
2832 | * gdbtypes.c: Likewise. | |
2833 | * target.c: Likewise. | |
2834 | * os9kread.c: Likewise. | |
2835 | ||
2836 | * c-valprint.c (#include "demangle.h"): Removed. | |
2837 | * ch-typeprint.c: Likewise. | |
2838 | * eval.c: Likewise. | |
2839 | * f-typeprint.c: Likewise. | |
2840 | * f-valprint.c: Likewise. | |
2841 | * m2-typeprint.c: Likewise. | |
2842 | * typeprint.c: Likewise. | |
2843 | * p-typeprint.c: Likewise. | |
2844 | * valarith.c: Likewise. | |
2845 | * valprint.c: Likewise. | |
2846 | ||
2847 | * m2-typeprint.c (#include "gdb_string.h"): Removed. | |
2848 | * nlmread.c: Likewise. | |
2849 | ||
2850 | * mdebugread.c (#include "gdb-stabs.h"): Removed. | |
2851 | * minsyms.c: Likewise. | |
2852 | * mipsread.c: Likewise. | |
2853 | * nlmread.c: Likewise. | |
2854 | ||
2855 | * m2-typeprint.c (#include "obstack.h"): Removed. | |
2856 | * m2-valprint.c: Likewise. | |
2857 | ||
2858 | * event-loop.c (#include <setjmp.h>): Removed. | |
2859 | ||
e8be95ae SS |
2860 | 2001-03-06 Stan Shebs <[email protected]> |
2861 | ||
2862 | * MAINTAINERS: Remove self from specific maintenance domains | |
2863 | (macos, gdbserver, documentation, testsuite). | |
2864 | ||
b6ba6518 KB |
2865 | 2001-03-06 Kevin Buettner <[email protected]> |
2866 | ||
2867 | * 29k-share/udi/udip2soc.c, Makefile.in, a29k-tdep.c, | |
2868 | a68v-nat.c, abug-rom.c, aclocal.m4, alpha-nat.c, alpha-tdep.c, | |
2869 | annotate.c, annotate.h, arc-tdep.c, arch-utils.c, | |
2870 | arch-utils.h, arm-tdep.c, ax-gdb.c, ax-gdb.h, ax-general.c, | |
2871 | ax.h, bcache.c, bcache.h, blockframe.c, breakpoint.c, | |
2872 | breakpoint.h, buildsym.c, buildsym.h, c-exp.y, c-lang.c, | |
2873 | c-lang.h, c-typeprint.c, c-valprint.c, call-cmds.h, ch-exp.c, | |
2874 | ch-lang.c, ch-lang.h, ch-typeprint.c, ch-valprint.c, | |
2875 | cli/cli-cmds.h, cli/cli-decode.c, cli/cli-decode.h, | |
2876 | cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.h, | |
2877 | cli/cli-utils.h, cli-out.c, cli-out.h, coff-solib.c, | |
2878 | coff-solib.h, coffread.c, command.h, complaints.c, | |
2879 | complaints.h, completer.c, completer.h, | |
2880 | config/a29k/nm-ultra3.h, config/a29k/tm-a29k.h, | |
2881 | config/a29k/tm-ultra3.h, config/a29k/tm-vx29k.h, | |
2882 | config/a29k/xm-ultra3.h, config/alpha/nm-fbsd.h, | |
2883 | config/alpha/nm-linux.h, config/alpha/nm-osf.h, | |
2884 | config/alpha/nm-osf2.h, config/alpha/nm-osf3.h, | |
2885 | config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h, | |
2886 | config/alpha/xm-alphalinux.h, config/alpha/xm-alphaosf.h, | |
2887 | config/alpha/xm-fbsd.h, config/arc/tm-arc.h, | |
2888 | config/arm/nm-linux.h, config/arm/tm-arm.h, | |
2889 | config/arm/tm-embed.h, config/d10v/tm-d10v.h, | |
2890 | config/d30v/tm-d30v.h, config/fr30/tm-fr30.h, | |
2891 | config/h8300/tm-h8300.h, config/h8500/tm-h8500.h, | |
2892 | config/i386/nm-fbsd.h, config/i386/nm-gnu.h, | |
2893 | config/i386/nm-i386bsd.h, config/i386/nm-i386mach.h, | |
2894 | config/i386/nm-i386sco.h, config/i386/nm-i386sol2.h, | |
2895 | config/i386/nm-i386v.h, config/i386/nm-i386v4.h, | |
2896 | config/i386/nm-i386v42mp.h, config/i386/nm-linux.h, | |
2897 | config/i386/nm-nbsd.h, config/i386/nm-nbsdelf.h, | |
2898 | config/i386/nm-ptx4.h, config/i386/nm-sun386.h, | |
2899 | config/i386/nm-symmetry.h, config/i386/tm-cygwin.h, | |
2900 | config/i386/tm-fbsd.h, config/i386/tm-i386.h, | |
2901 | config/i386/tm-i386aix.h, config/i386/tm-i386bsd.h, | |
2902 | config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h, | |
2903 | config/i386/tm-i386m3.h, config/i386/tm-i386mk.h, | |
2904 | config/i386/tm-i386nw.h, config/i386/tm-i386os9k.h, | |
2905 | config/i386/tm-i386sco5.h, config/i386/tm-i386sol2.h, | |
2906 | config/i386/tm-i386v.h, config/i386/tm-i386v4.h, | |
2907 | config/i386/tm-i386v42mp.h, config/i386/tm-linux.h, | |
2908 | config/i386/tm-nbsd.h, config/i386/tm-ptx.h, | |
2909 | config/i386/tm-ptx4.h, config/i386/tm-sun386.h, | |
2910 | config/i386/tm-symmetry.h, config/i386/tm-vxworks.h, | |
2911 | config/i386/xm-fbsd.h, config/i386/xm-i386bsd.h, | |
2912 | config/i386/xm-i386gnu.h, config/i386/xm-i386m3.h, | |
2913 | config/i386/xm-i386mach.h, config/i386/xm-i386mk.h, | |
2914 | config/i386/xm-i386sco.h, config/i386/xm-i386v4.h, | |
2915 | config/i386/xm-linux.h, config/i386/xm-nbsd.h, | |
2916 | config/i386/xm-ptx.h, config/i386/xm-ptx4.h, | |
2917 | config/i386/xm-sun386.h, config/i386/xm-symmetry.h, | |
2918 | config/i960/tm-i960.h, config/i960/tm-mon960.h, | |
2919 | config/i960/tm-nindy960.h, config/i960/tm-vx960.h, | |
2920 | config/ia64/nm-aix.h, config/ia64/nm-linux.h, | |
2921 | config/ia64/tm-aix.h, config/ia64/tm-ia64.h, | |
2922 | config/ia64/tm-linux.h, config/ia64/xm-aix.h, | |
2923 | config/ia64/xm-linux.h, config/m68k/nm-apollo68b.h, | |
2924 | config/m68k/nm-delta68.h, config/m68k/nm-dpx2.h, | |
2925 | config/m68k/nm-hp300bsd.h, config/m68k/nm-hp300hpux.h, | |
2926 | config/m68k/nm-linux.h, config/m68k/nm-sun3.h, | |
2927 | config/m68k/tm-apollo68b.h, config/m68k/tm-cisco.h, | |
2928 | config/m68k/tm-dpx2.h, config/m68k/tm-es1800.h, | |
2929 | config/m68k/tm-hp300bsd.h, config/m68k/tm-hp300hpux.h, | |
2930 | config/m68k/tm-isi.h, config/m68k/tm-linux.h, | |
2931 | config/m68k/tm-m68k.h, config/m68k/tm-m68kv4.h, | |
2932 | config/m68k/tm-mac.h, config/m68k/tm-monitor.h, | |
2933 | config/m68k/tm-nbsd.h, config/m68k/tm-news.h, | |
2934 | config/m68k/tm-os68k.h, config/m68k/tm-sun3.h, | |
2935 | config/m68k/tm-vx68.h, config/m68k/xm-3b1.h, | |
2936 | config/m68k/xm-apollo68b.h, config/m68k/xm-dpx2.h, | |
2937 | config/m68k/xm-hp300bsd.h, config/m68k/xm-hp300hpux.h, | |
2938 | config/m68k/xm-linux.h, config/m68k/xm-m68kv4.h, | |
2939 | config/m68k/xm-mpw.h, config/m68k/xm-news.h, | |
2940 | config/m68k/xm-sun2.h, config/m68k/xm-sun3.h, | |
2941 | config/m68k/xm-sun3os4.h, config/m88k/nm-delta88v4.h, | |
2942 | config/m88k/tm-delta88.h, config/m88k/tm-delta88v4.h, | |
2943 | config/m88k/tm-m88k.h, config/m88k/xm-cxux.h, | |
2944 | config/m88k/xm-delta88.h, config/m88k/xm-delta88v4.h, | |
2945 | config/m88k/xm-dgux.h, config/mcore/tm-mcore.h, | |
2946 | config/mips/nm-irix3.h, config/mips/nm-irix4.h, | |
2947 | config/mips/nm-irix5.h, config/mips/nm-mips.h, | |
2948 | config/mips/nm-news-mips.h, config/mips/tm-bigmips.h, | |
2949 | config/mips/tm-embed.h, config/mips/tm-embed64.h, | |
2950 | config/mips/tm-embedl.h, config/mips/tm-embedl64.h, | |
2951 | config/mips/tm-irix3.h, config/mips/tm-irix5.h, | |
2952 | config/mips/tm-mips.h, config/mips/tm-mips64.h, | |
2953 | config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h, | |
2954 | config/mips/tm-tx39.h, config/mips/tm-tx39l.h, | |
2955 | config/mips/tm-vr4100.h, config/mips/tm-vr4300.h, | |
2956 | config/mips/tm-vr4300el.h, config/mips/tm-vr4xxx.h, | |
2957 | config/mips/tm-vr4xxxel.h, config/mips/tm-vr5000.h, | |
2958 | config/mips/tm-vr5000el.h, config/mips/xm-irix3.h, | |
2959 | config/mips/xm-irix4.h, config/mips/xm-irix5.h, | |
2960 | config/mips/xm-mips.h, config/mips/xm-mipsm3.h, | |
2961 | config/mips/xm-mipsv4.h, config/mips/xm-news-mips.h, | |
2962 | config/mips/xm-riscos.h, config/mn10200/tm-mn10200.h, | |
2963 | config/mn10300/tm-mn10300.h, config/nm-gnu.h, | |
2964 | config/nm-linux.h, config/nm-lynx.h, config/nm-m3.h, | |
2965 | config/nm-sysv4.h, config/none/nm-none.h, | |
2966 | config/none/tm-none.h, config/none/xm-none.h, | |
2967 | config/ns32k/nm-nbsd.h, config/ns32k/nm-umax.h, | |
2968 | config/ns32k/tm-merlin.h, config/ns32k/tm-nbsd.h, | |
2969 | config/ns32k/tm-ns32km3.h, config/ns32k/tm-umax.h, | |
2970 | config/ns32k/xm-merlin.h, config/ns32k/xm-ns32km3.h, | |
2971 | config/pa/nm-hppab.h, config/pa/nm-hppah.h, | |
2972 | config/pa/nm-hppao.h, config/pa/tm-hppa.h, | |
2973 | config/pa/tm-hppa64.h, config/pa/tm-hppah.h, | |
2974 | config/pa/xm-hppab.h, config/pa/xm-hppah.h, | |
2975 | config/powerpc/nm-aix.h, config/powerpc/nm-linux.h, | |
2976 | config/powerpc/nm-macos.h, config/powerpc/nm-nbsd.h, | |
2977 | config/powerpc/tm-cygwin.h, config/powerpc/tm-linux.h, | |
2978 | config/powerpc/tm-macos.h, config/powerpc/tm-ppc-aix.h, | |
2979 | config/powerpc/tm-ppc-eabi.h, config/powerpc/tm-ppc-nw.h, | |
2980 | config/powerpc/tm-ppcle-eabi.h, config/powerpc/tm-solaris.h, | |
2981 | config/powerpc/xm-aix.h, config/powerpc/xm-linux.h, | |
2982 | config/powerpc/xm-mpw.h, config/rs6000/nm-rs6000.h, | |
2983 | config/rs6000/tm-rs6000.h, config/rs6000/tm-rs6000ly.h, | |
2984 | config/rs6000/xm-aix4.h, config/rs6000/xm-rs6000.h, | |
2985 | config/sh/tm-linux.h, config/sh/tm-sh.h, config/sh/tm-wince.h, | |
2986 | config/sparc/nm-linux.h, config/sparc/nm-nbsd.h, | |
2987 | config/sparc/nm-nbsdelf.h, config/sparc/nm-sparclynx.h, | |
2988 | config/sparc/nm-sun4os4.h, config/sparc/nm-sun4sol2.h, | |
2989 | config/sparc/tm-linux.h, config/sparc/tm-sp64.h, | |
2990 | config/sparc/tm-sp64sim.h, config/sparc/tm-sparc.h, | |
2991 | config/sparc/tm-sparclet.h, config/sparc/tm-sparclite.h, | |
2992 | config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h, | |
2993 | config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h, | |
2994 | config/sparc/xm-sun4os4.h, config/sparc/xm-sun4sol2.h, | |
2995 | config/tic80/tm-tic80.h, config/tm-linux.h, config/tm-lynx.h, | |
2996 | config/tm-sysv4.h, config/v850/tm-v850.h, config/vax/tm-vax.h, | |
2997 | config/w65/tm-w65.h, config/xm-aix4.h, config/xm-lynx.h, | |
2998 | config/xm-mpw.h, config/xm-nbsd.h, config/xm-sysv4.h, | |
2999 | config/z8k/tm-z8k.h, configure.in, core-aout.c, core-regset.c, | |
3000 | core-sol2.c, corefile.c, corelow.c, cp-valprint.c, | |
3001 | cpu32bug-rom.c, cxux-nat.c, d10v-tdep.c, d30v-tdep.c, | |
3002 | dbug-rom.c, dbxread.c, dcache.c, dcache.h, defs.h, | |
3003 | delta68-nat.c, demangle.c, dink32-rom.c, dpx2-nat.c, dsrec.c, | |
3004 | dstread.c, dve3900-rom.c, dwarf2read.c, dwarfread.c, | |
3005 | elfread.c, environ.c, environ.h, eval.c, event-loop.c, | |
3006 | event-loop.h, event-top.c, exec.c, expprint.c, f-exp.y, | |
3007 | f-lang.c, f-lang.h, f-typeprint.c, f-valprint.c, findvar.c, | |
3008 | fork-child.c, fr30-tdep.c, frame.c, frame.h, gdb-events.c, | |
3009 | gdb-events.h, gdb-events.sh, gdb-stabs.h, gdb.1, gdb_string.h, | |
3010 | gdb_thread_db.h, gdbcmd.h, gdbcore.h, gdbserver/Makefile.in, | |
3011 | gdbserver/gdbreplay.c, gdbserver/gdbserver.1, | |
3012 | gdbserver/low-hppabsd.c, gdbserver/low-linux.c, | |
3013 | gdbserver/low-lynx.c, gdbserver/low-nbsd.c, | |
3014 | gdbserver/low-sim.c, gdbserver/low-sparc.c, | |
3015 | gdbserver/low-sun3.c, gdbserver/remote-utils.c, | |
3016 | gdbserver/server.c, gdbserver/server.h, gdbserver/utils.c, | |
3017 | gdbthread.h, gdbtypes.c, gdbtypes.h, gnu-nat.c, gnu-nat.h, | |
3018 | gnu-regex.c, gnu-regex.h, h8300-tdep.c, h8500-tdep.c, | |
3019 | hp-psymtab-read.c, hp-symtab-read.c, hp300ux-nat.c, | |
3020 | hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c, hpread.c, | |
3021 | hpread.h, hpux-thread.c, i386-tdep.c, i386aix-nat.c, | |
3022 | i386b-nat.c, i386gnu-nat.c, i386ly-tdep.c, i386m3-nat.c, | |
3023 | i386mach-nat.c, i386nbsd-nat.c, i386nbsd-tdep.c, i386v-nat.c, | |
3024 | i386v4-nat.c, i387-tdep.c, i960-tdep.c, infcmd.c, inferior.h, | |
3025 | inflow.c, infptrace.c, infrun.c, inftarg.c, infttrace.c, | |
3026 | irix4-nat.c, irix5-nat.c, isi-xdep.c, jv-exp.y, jv-lang.c, | |
3027 | jv-lang.h, jv-typeprint.c, jv-valprint.c, kdb-start.c, | |
3028 | kod-cisco.c, kod.c, language.c, language.h, lin-thread.c, | |
3029 | linespec.c, linespec.h, linux-thread.c, lynx-nat.c, m2-exp.y, | |
3030 | m2-lang.c, m2-lang.h, m2-typeprint.c, m2-valprint.c, m3-nat.c, | |
3031 | m32r-rom.c, m32r-tdep.c, m68k-tdep.c, m68klinux-nat.c, | |
3032 | m68knbsd-nat.c, m88k-nat.c, m88k-tdep.c, mac-nat.c, | |
3033 | mac-xdep.c, main.c, maint.c, mcore-rom.c, mcore-tdep.c, | |
3034 | mdebugread.c, mem-break.c, minimon.h, minsyms.c, mips-nat.c, | |
3035 | mips-tdep.c, mipsm3-nat.c, mipsread.c, mipsv4-nat.c, | |
3036 | mn10200-tdep.c, mn10300-tdep.c, mon960-rom.c, monitor.c, | |
3037 | monitor.h, news-xdep.c, nindy-share/env.h, nindy-tdep.c, | |
3038 | nlm/Makefile.in, nlmread.c, ns32k-tdep.c, ns32km3-nat.c, | |
3039 | ns32knbsd-nat.c, objfiles.c, objfiles.h, ocd.c, ocd.h, | |
3040 | op50-rom.c, os9kread.c, osfsolib.c, p-exp.y, pa64solib.c, | |
3041 | pa64solib.h, parse.c, parser-defs.h, partial-stab.h, | |
3042 | ppc-bdm.c, ppc-linux-nat.c, ppc-linux-tdep.c, ppcbug-rom.c, | |
3043 | ppcnbsd-nat.c, printcmd.c, proc-api.c, proc-events.c, | |
3044 | proc-flags.c, proc-utils.h, proc-why.c, procfs.c, ptx4-nat.c, | |
3045 | rdi-share/Makefile.in, rdi-share/aclocal.m4, regcache.c, | |
3046 | regcache.h, remote-adapt.c, remote-array.c, remote-bug.c, | |
3047 | remote-e7000.c, remote-eb.c, remote-es.c, remote-est.c, | |
3048 | remote-hms.c, remote-mips.c, remote-mm.c, remote-nindy.c, | |
3049 | remote-nrom.c, remote-os9k.c, remote-rdi.c, remote-rdp.c, | |
3050 | remote-sds.c, remote-sim.c, remote-st.c, remote-udi.c, | |
3051 | remote-utils.c, remote-utils.h, remote-vx.c, remote.c, | |
3052 | remote.h, reply_mig_hack.awk, rom68k-rom.c, rs6000-nat.c, | |
3053 | rs6000-tdep.c, scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h, | |
3054 | scm-valprint.c, ser-e7kpc.c, ser-mac.c, ser-ocd.c, ser-pipe.c, | |
3055 | ser-tcp.c, ser-unix.c, serial.c, serial.h, sh-tdep.c, | |
3056 | sh3-rom.c, sol-thread.c, solib-aix5.c, solib-svr4.c, solib.c, | |
3057 | solib.h, solist.h, somread.c, somsolib.c, somsolib.h, | |
3058 | source.c, sparc-nat.c, sparc-tdep.c, sparcl-tdep.c, | |
3059 | sparclet-rom.c, srec.h, stabsread.c, stabsread.h, stack.c, | |
3060 | standalone.c, stop-gdb.c, stuff.c, sun3-nat.c, sun386-nat.c, | |
3061 | symfile.c, symfile.h, symm-nat.c, symm-tdep.c, symmisc.c, | |
3062 | symtab.c, symtab.h, target.c, target.h, terminal.h, thread.c, | |
3063 | tic80-tdep.c, top.c, top.h, tracepoint.c, tracepoint.h, | |
3064 | typeprint.c, ui-file.c, ui-file.h, ui-out.h, ultra3-nat.c, | |
3065 | ultra3-xdep.c, umax-xdep.c, utils.c, v850-tdep.c, v850ice.c, | |
3066 | valarith.c, valops.c, valprint.c, value.h, values.c, varobj.h, | |
3067 | vax-tdep.c, version.h, vx-share/vxWorks.h, vx-share/xdr_ld.c, | |
3068 | vx-share/xdr_ptrace.c, vx-share/xdr_ptrace.h, | |
3069 | vx-share/xdr_rdb.c, w65-tdep.c, w89k-rom.c, win32-nat.c, | |
3070 | wrapper.c, wrapper.h, xcoffread.c, xcoffsolib.c, xcoffsolib.h, | |
3071 | xmodem.c, xmodem.h, z8k-tdep.c: Update/correct copyright | |
3072 | notices. | |
3073 | ||
596c9d4b KB |
3074 | 2001-03-05 Kevin Buettner <[email protected]> |
3075 | ||
3076 | * acconfig.h (HAVE_PRSYSENT_T, HAVE_PR_SIGSET_T, | |
3077 | HAVE_PR_SIGACTION64_T, HAVE_PR_SIGINFO64_T): New configure | |
3078 | macros. | |
3079 | * configure.in (prsysent_t, pr_sigset_t, pr_sigaction64_t, | |
3080 | pr_siginfo64_t): Test for these typedefs in <sys/procfs.h>. | |
3081 | (sys/fault.h, sys/select.h): Test for presence of these | |
3082 | header files. | |
3083 | (ia64-*-aix*): Define NEW_PROC_API for this host. | |
3084 | * configure: Regenerate. | |
3085 | * config.in: Regenerate. | |
3086 | ||
3087 | * configure.host (ia64-*-aix*): New host. | |
3088 | * configure.tgt (ia64-*-aix*): New target. | |
8a5c92d3 | 3089 | |
eccbb20d AC |
3090 | 2001-03-05 Andrew Cagney <[email protected]> |
3091 | ||
3092 | * TODO (GDB 5.1 Known Problems): Document z8k as broken. | |
3093 | ||
9ff2efe5 CF |
3094 | Mon Mar 5 11:56:09 2001 Christopher Faylor <[email protected]> |
3095 | ||
3096 | * wince.c: Change realloc to xrealloc throughout. | |
61e2d1f3 | 3097 | (handle_load_dll): Use void * rather than PTR in argument. |
9ff2efe5 | 3098 | |
58841d58 AC |
3099 | 2001-03-04 Andrew Cagney <[email protected]> |
3100 | ||
3101 | * ocd.h (ocd_xfer_memory): Add ``attrib'' parameter. | |
3102 | * ocd.c (ocd_xfer_memory): Ditto. | |
3103 | * ser-ocd.c (ocd_setstopbits): New function. Add to ocd_ops. | |
3104 | * MAINTAINERS: Document powerpc-eabi and powerpcle-eabi as | |
3105 | buildable with ,-Werror. | |
3106 | ||
3107 | * Makefile.in (symfile_h): Define. | |
3108 | (mcore-tdep.o): Add $(symfile_h), $(gdbcore_h) and $(inferior_h). | |
3109 | * mcore-tdep.c: Include "symfile.h", "gdbcore.h" and "inferior.h". | |
3110 | * MAINTAINERS: Document mcore-elf and mcore-pe as buildable with | |
3111 | ,-Werror. | |
3112 | ||
3113 | * dsrec.c (make_srec): Fix internal_error fmt arg. | |
3114 | * MAINTAINERS: Document i960-coff as buildable with ,-Werror. | |
3115 | ||
3cad1ac9 KB |
3116 | 2001-03-03 Kevin Buettner <[email protected]> |
3117 | ||
3118 | * solib-aix5.c (aix5_relocate_main_executable): Don't use ANOFFSET | |
3119 | as an lvalue. | |
3120 | ||
b9fa2e73 AC |
3121 | 2001-03-02 Andrew Cagney <[email protected]> |
3122 | ||
130c39e6 AC |
3123 | * MAINTAINERS (paper trail): Update. |
3124 | ||
b9fa2e73 AC |
3125 | * CONTRIBUTE: Update note on ``Fix PR gdb/4706'' convention. |
3126 | ||
c53efe6e AC |
3127 | 2001-03-02 Andrew Cagney <[email protected]> |
3128 | ||
3129 | From 2001-03-01 Tom Rix <[email protected]>: | |
3130 | * mn10200-tdep.c (mn10200_frame_chain): Pass 0 for ``pc'' | |
3131 | parameter to mn10200_analyze_prologue. | |
3132 | ||
3133 | * config/mn10200/tm-mn10200.h: Include "regcache.h". | |
3134 | * MAINTAINERS: Document that mn10200-elf target is buildable. | |
3135 | ||
52b5c2eb KB |
3136 | 2001-03-02 Kevin Buettner <[email protected]> |
3137 | ||
3138 | * config/ia64/xm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): Move defines | |
3139 | from here... | |
3140 | * config/ia64/nm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): ...to here. | |
3141 | (MONTEREY): Don't define. | |
3142 | (AIX5): Define. | |
3143 | ||
2edb46b1 MH |
3144 | 2001-03-02 Matt Hiller <[email protected]> |
3145 | ||
3146 | * config/mn10300/tm-mn10300.h (E0_REGNUM): Correct to 15. | |
3147 | ||
92c71a3e KB |
3148 | 2001-03-02 Kevin Buettner <[email protected]> |
3149 | ||
82a2886f | 3150 | * sparc-nat.c (sparc-nat.c): Don't include self. |
92c71a3e | 3151 | |
e2a4c6c1 C |
3152 | 2001-03-01 J.T. Conklin <[email protected]> |
3153 | ||
3a644c8d C |
3154 | * defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__ |
3155 | if __CYGWIN32__ is set from here. | |
3156 | * config/i386/xm-cygwin.h: To here. | |
3157 | * config/powerpc/xm-cygwin.h: To here. | |
3158 | ||
e2a4c6c1 C |
3159 | * i386-stub.c (handle_exception): Use 'T' response packet. |
3160 | ||
4b33390a MS |
3161 | 2001-03-01 Michael Snyder <[email protected]> |
3162 | ||
3163 | * m32r-tdep.c: Fix cut and paste error in comment. | |
3164 | ||
3165 | 2001-02-28 Michael Snyder <[email protected]> | |
3166 | ||
3167 | * symtab.c (print_msymbol_info): Print addresses by portable method | |
3168 | longest_local_hex_string_custom. Allow for 64-bit addresses. | |
3169 | ||
ba41d549 C |
3170 | 2001-03-01 J.T. Conklin <[email protected]> |
3171 | ||
3172 | * gdbtypes.h (builtin_type_f_integer): Removed duplicate declaration. | |
3173 | (MAX_OF_TYPE): Wrap macro definition in parenthesis. | |
3174 | (MIN_OF_TYPE): Likewise. | |
3175 | ||
3176 | * memattr.h (mem_access_mode): Removed extraneous trailing comma. | |
3177 | ||
088d891f AC |
3178 | 2001-03-01 Andrew Cagney <[email protected]> |
3179 | ||
3180 | * Makefile.in (os9kread.o): Do not compile with WERROR_CFLAGS. | |
3181 | * os9kread.c (os9k_process_one_symbol): Add assert to detect | |
3182 | ``loses if sizeof (char *) > sizeof (int)''. | |
3183 | ||
38266776 AC |
3184 | 2001-03-01 Andrew Cagney <[email protected]> |
3185 | ||
3186 | * gdb_assert.h: Document pragmatics behind gdb_assert's case. | |
3187 | ||
2ad43c4f AC |
3188 | 2001-03-01 Andrew Cagney <[email protected]> |
3189 | ||
3190 | * Makefile.in (gdbtk-cmds.o): Add $(regcache_h) to dependency | |
3191 | lists. | |
3192 | (mi-main.o): Ditto. | |
3193 | ||
367e21d8 AC |
3194 | 2001-03-01 Andrew Cagney <[email protected]> |
3195 | ||
3196 | * Makefile.in (regcache_h): Define. Add $(regcache_h) to | |
3197 | dependency lists. | |
3198 | ||
d85310f7 MS |
3199 | 2001-02-28 Michael Snyder <[email protected]> |
3200 | ||
c0d8fd9a MS |
3201 | * printcmd.c (print_address_numeric): Update comments to refer |
3202 | to sizeof addr, not sizeof pointer. | |
3203 | (x_command): Remove needless whitespace (shorten long line). | |
3204 | ||
d85310f7 MS |
3205 | * breakpoint.c (print_one_breakpoint): Formatting clean-up. |
3206 | (read_memory_nobpt): Ditto. | |
3207 | (ep_is_catchpoint): Ditto. | |
3208 | (ep_is_shlib_catchpoint): Ditto. | |
3209 | (ep_is_exception_catchpoint): Ditto. | |
3210 | (describe_other_breakpoints): Ditto. | |
3211 | ||
97900206 AC |
3212 | Wed Feb 28 20:37:36 2001 Andrew Cagney <[email protected]> |
3213 | ||
3214 | * regcache.h (register_valid): Fix comment documenting valid | |
3215 | states. | |
3216 | ||
4e052eda AC |
3217 | Tue Feb 27 23:56:23 2001 Andrew Cagney <[email protected]> |
3218 | ||
3219 | From Steven Johnson: | |
3220 | * regcache.h: New file. | |
3221 | ||
3222 | * value.h (read_register_bytes, read_register_gen) | |
3223 | (write_register_gen, write_register_bytes) | |
3224 | (read_register, read_register_pid) | |
3225 | (read_signed_register, read_signed_register_pid) | |
3226 | (write_register, write_register_pid) | |
3227 | (register_cached, set_register_cached) | |
3228 | (register_changed, register_buffer) | |
3229 | (registers_changed, supply_register): Move declaration from here. | |
3230 | * regcache.h: To here. | |
3231 | * gdbcore.h (registers_fetched): Ditto. | |
3232 | * inferior.h (registers, registers_valid): Ditto. | |
3233 | ||
3234 | * regcache.c (generic_target_read_pc, read_pc_pid, read_pc, | |
3235 | generic_target_write_pc, write_pc_pid, write_pc, | |
3236 | generic_target_read_sp, read_sp, generic_target_write_sp, | |
3237 | write_sp, generic_target_read_fp, read_fp, | |
3238 | generic_target_write_fp, write_fp): Add note that these functions | |
3239 | will be moved from this file. | |
3240 | ||
3241 | * a29k-tdep.c: Include "regcache.h". | |
3242 | * a68v-nat.c: Ditto. | |
3243 | * abug-rom.c: Ditto. | |
3244 | * alpha-nat.c: Ditto. | |
3245 | * alpha-tdep.c: Ditto. | |
3246 | * alphabsd-nat.c: Ditto. | |
3247 | * arc-tdep.c: Ditto. | |
3248 | * arm-linux-nat.c: Ditto. | |
3249 | * arm-linux-tdep.c: Ditto. | |
3250 | * arm-tdep.c: Ditto. | |
3251 | * blockframe.c: Ditto. | |
3252 | * core-aout.c: Ditto. | |
3253 | * core-sol2.c: Ditto. | |
3254 | * corelow.c: Ditto. | |
3255 | * cpu32bug-rom.c: Ditto. | |
3256 | * cxux-nat.c: Ditto. | |
3257 | * d10v-tdep.c: Ditto. | |
3258 | * d30v-tdep.c: Ditto. | |
3259 | * dbug-rom.c: Ditto. | |
3260 | * dink32-rom.c: Ditto. | |
3261 | * dve3900-rom.c: Ditto. | |
3262 | * findvar.c: Ditto. | |
3263 | * fr30-tdep.c: Ditto. | |
3264 | * frame.c: Ditto. | |
3265 | * go32-nat.c: Ditto. | |
3266 | * h8300-tdep.c: Ditto. | |
3267 | * h8500-tdep.c: Ditto. | |
3268 | * hp300ux-nat.c: Ditto. | |
3269 | * hppa-tdep.c: Ditto. | |
3270 | * hppab-nat.c: Ditto. | |
3271 | * hppah-nat.c: Ditto. | |
3272 | * hppam3-nat.c: Ditto. | |
3273 | * hpux-thread.c: Ditto. | |
3274 | * i386-linux-nat.c: Ditto. | |
3275 | * i386-linux-tdep.c: Ditto. | |
3276 | * i386-tdep.c: Ditto. | |
3277 | * i386aix-nat.c: Ditto. | |
3278 | * i386b-nat.c: Ditto. | |
3279 | * i386bsd-nat.c: Ditto. | |
3280 | * i386gnu-nat.c: Ditto. | |
3281 | * i386ly-tdep.c: Ditto. | |
3282 | * i386m3-nat.c: Ditto. | |
3283 | * i386mach-nat.c: Ditto. | |
3284 | * i386nbsd-nat.c: Ditto. | |
3285 | * i386v4-nat.c: Ditto. | |
3286 | * i387-nat.c: Ditto. | |
3287 | * i387-tdep.c: Ditto. | |
3288 | * i960-tdep.c: Ditto. | |
3289 | * ia64-aix-nat.c: Ditto. | |
3290 | * ia64-linux-nat.c: Ditto. | |
3291 | * ia64-tdep.c: Ditto. | |
3292 | * infptrace.c: Ditto. | |
3293 | * infrun.c: Ditto. | |
3294 | * irix4-nat.c: Ditto. | |
3295 | * irix5-nat.c: Ditto. | |
3296 | * lin-lwp.c: Ditto. | |
3297 | * lin-thread.c: Ditto. | |
3298 | * lynx-nat.c: Ditto. | |
3299 | * m3-nat.c: Ditto. | |
3300 | * m32r-rom.c: Ditto. | |
3301 | * m32r-tdep.c: Ditto. | |
3302 | * m68hc11-tdep.c: Ditto. | |
3303 | * m68k-tdep.c: Ditto. | |
3304 | * m68klinux-nat.c: Ditto. | |
3305 | * m68knbsd-nat.c: Ditto. | |
3306 | * m68knbsd-tdep.c: Ditto. | |
3307 | * m88k-nat.c: Ditto. | |
3308 | * m88k-tdep.c: Ditto. | |
3309 | * mac-nat.c: Ditto. | |
3310 | * mcore-rom.c: Ditto. | |
3311 | * mcore-tdep.c: Ditto. | |
3312 | * mi/mi-main.c: Ditto. | |
3313 | * mips-nat.c: Ditto. | |
3314 | * mips-tdep.c: Ditto. | |
3315 | * mipsm3-nat.c: Ditto. | |
3316 | * mipsv4-nat.c: Ditto. | |
3317 | * mn10200-tdep.c: Ditto. | |
3318 | * mn10300-tdep.c: Ditto. | |
3319 | * monitor.c: Ditto. | |
3320 | * ns32km3-nat.c: Ditto. | |
3321 | * ns32knbsd-nat.c: Ditto. | |
3322 | * ocd.c: Ditto. | |
3323 | * pa64solib.c: Ditto. | |
3324 | * ppc-bdm.c: Ditto. | |
3325 | * ppc-linux-nat.c: Ditto. | |
3326 | * ppc-linux-tdep.c: Ditto. | |
3327 | * ppcbug-rom.c: Ditto. | |
3328 | * ppcnbsd-nat.c: Ditto. | |
3329 | * ptx4-nat.c: Ditto. | |
3330 | * regcache.c: Ditto. | |
3331 | * remote-adapt.c: Ditto. | |
3332 | * remote-array.c: Ditto. | |
3333 | * remote-bug.c: Ditto. | |
3334 | * remote-e7000.c: Ditto. | |
3335 | * remote-eb.c: Ditto. | |
3336 | * remote-es.c: Ditto. | |
3337 | * remote-est.c: Ditto. | |
3338 | * remote-hms.c: Ditto. | |
3339 | * remote-mips.c: Ditto. | |
3340 | * remote-mm.c: Ditto. | |
3341 | * remote-nindy.c: Ditto. | |
3342 | * remote-os9k.c: Ditto. | |
3343 | * remote-rdi.c: Ditto. | |
3344 | * remote-rdp.c: Ditto. | |
3345 | * remote-sds.c: Ditto. | |
3346 | * remote-sim.c: Ditto. | |
3347 | * remote-st.c: Ditto. | |
3348 | * remote-udi.c: Ditto. | |
3349 | * remote-utils.c: Ditto. | |
3350 | * remote-vx.c: Ditto. | |
3351 | * remote-vx29k.c: Ditto. | |
3352 | * remote-vx68.c: Ditto. | |
3353 | * remote-vx960.c: Ditto. | |
3354 | * remote-vxmips.c: Ditto. | |
3355 | * remote-vxsparc.c: Ditto. | |
3356 | * remote.c: Ditto. | |
3357 | * rom68k-rom.c: Ditto. | |
3358 | * rs6000-nat.c: Ditto. | |
3359 | * rs6000-tdep.c: Ditto. | |
3360 | * sh-tdep.c: Ditto. | |
3361 | * sh3-rom.c: Ditto. | |
3362 | * sol-thread.c: Ditto. | |
3363 | * solib-svr4.c: Ditto. | |
3364 | * somsolib.c: Ditto. | |
3365 | * sparc-nat.c: Ditto. | |
3366 | * sparc-tdep.c: Ditto. | |
3367 | * sparcl-tdep.c: Ditto. | |
3368 | * sparclet-rom.c: Ditto. | |
3369 | * sun3-nat.c: Ditto. | |
3370 | * sun386-nat.c: Ditto. | |
3371 | * symm-nat.c: Ditto. | |
3372 | * target.c: Ditto. | |
3373 | * thread-db.c: Ditto. | |
3374 | * thread.c: Ditto. | |
3375 | * tic80-tdep.c: Ditto. | |
3376 | * tracepoint.c: Ditto. | |
3377 | * ultra3-nat.c: Ditto. | |
3378 | * umax-xdep.c: Ditto. | |
3379 | * uw-thread.c: Ditto. | |
3380 | * v850-tdep.c: Ditto. | |
3381 | * v850ice.c: Ditto. | |
3382 | * valops.c: Ditto. | |
3383 | * w65-tdep.c: Ditto. | |
3384 | * w89k-rom.c: Ditto. | |
3385 | * win32-nat.c: Ditto. | |
3386 | * wince.c: Ditto. | |
3387 | * z8k-tdep.c: Ditto. | |
3388 | ||
07d48ebc MH |
3389 | 2001-02-28 Matt Hiller <[email protected]> |
3390 | ||
3391 | * MAINTAINERS: Add Matt Hiller to Write After Approval list. | |
3392 | ||
2edb46b1 MH |
3393 | 2001-02-27 Matt Hiller <[email protected]> |
3394 | ||
3395 | * mn10300-tdep.c (mn10300_stab_reg_to_regnum): New function. | |
3396 | (mn10300_gdbarch_init): Set appropriate elements of gdbarch to | |
3397 | mn10300_stab_reg_to_regnum. | |
3398 | ||
993f3aa5 DT |
3399 | Tue Feb 27 16:56:13 2001 David Taylor <[email protected]> |
3400 | ||
3401 | * symtab.c (search_symbols): Fix off by one error in test for | |
3402 | error. | |
3403 | ||
86168def AC |
3404 | 2001-02-23 Andrew Cagney <[email protected]> |
3405 | ||
3406 | * config/sparc/sp64linux.mt: New file. | |
3407 | * configure.tgt: Recognize sparc64-*-linux* as a sp64linux target. | |
3408 | * configure.host: Recognize sparc64-*-linux* as a linux host. | |
3409 | ||
3410 | From 2000-03-17 Jakub Jelinek <[email protected]>: | |
3411 | * config/sparc/tm-sp64linux.h: New file. | |
3412 | ||
e1e9e218 KB |
3413 | 2001-02-24 Kevin Buettner <[email protected]> |
3414 | ||
3415 | * buildsym.c (push_subfile, pop_subfile): Replace call to abort() | |
3416 | with call to internal_error(). | |
3417 | * dbxread.c (process_one_symbol): Likewise. | |
3418 | * exec.c (build_section_table, xfer_memory): Likewise. | |
3419 | * h8500-tdep.c (h8500_register_size, h8500_register_virtual_type): | |
3420 | Likewise. | |
3421 | * hpread.c (hpread_type_translate, hpread_read_array_type) | |
3422 | (hpread_type_lookup): Likewise. | |
3423 | * i386-tdep.c (gdb_print_insn_i386): Likewise. | |
3424 | * i960-tdep.c (mem): Likewise | |
3425 | * inflow.c (set_sigio_trap, clear_sigio_trap): Likewise. | |
3426 | * infptrace.c (child_resume): Likewise. | |
3427 | * infttrace.c (_initialize_infttrace): Likewise. | |
3428 | * language.c (binop_result_type, add_language): Likewise. | |
3429 | * lynx-nat.c (store_inferior_registers): Likewise. | |
3430 | * m3-nat.c (port_chain_insert, m3_trace_me): Likewise. | |
3431 | * mdebugread.c (parse_partial_symbols): Likewise. | |
3432 | * monitor.c (monitor_printf_noecho, monitor_printf) | |
3433 | (monitor_dump_regs): Likewise. | |
3434 | * ocd.c (stu_put_packet): Likewise. | |
3435 | * printcmd.c (decode_format, print_scalar_formatted): Likewise. | |
3436 | * remote-bug.c (bug_open): Likewise. | |
3437 | * remote-e7000.c (fetch_regs_from_dump, e7000_wait): Likewise. | |
3438 | * remote-es.c (es1800_read_bytes): Likewise. | |
3439 | * remote-mips.c (common_breakpoint): Likewise. | |
3440 | * remote-rdp.c (send_rdp): Likewise. | |
3441 | * remote-sds.c (putmessage): Likewise. | |
3442 | * sparc-nat.c (fetch_inferior_registers, store_inferior_registers): | |
3443 | Likewise. | |
3444 | * sparcl-tdep.c (sparclite_download): Likewise. | |
3445 | * symtab.c (lookup_partial_symbol): Likewise. | |
3446 | * target.c (push_target, pop_target, initialize_targets): Likewise. | |
3447 | * utils.c (internal_verror, malloc_botch, wrap_here, decimal2str): | |
3448 | Likewise. | |
3449 | * valprint.c (print_decimal, print_longest, print_longest) | |
3450 | (strcat_longest): Likewise. | |
3451 | * w65-tdep.c (init_frame_pc, w65_push_dummy_frame): Likewise. | |
3452 | * xmodem.c (xmodem_send_packet): Likewise. | |
3453 | * z8k-tdep.c (init_frame_pc, z8k_push_dummy_frame): Likewise. | |
3454 | * config/h8500/tm-h8500.h (STORE_STRUCT_RETURN): Likewise. | |
3455 | * config/mn10200/tm-mn10200.h (EXTRACT_RETURN_VALUE) | |
3456 | (STORE_RETURN_VALUE): Likewise. | |
3457 | * config/ns32k/nm-umax.h (REGISTER_U_ADDR): Likewise. | |
3458 | * config/ns32k/xm-merlin.h (REGISTER_U_ADDR): Likewise. | |
3459 | * config/z8k/tm-z8k.h (STORE_STRUCT_RETURN, STORE_RETURN_VALUE): | |
3460 | Likewise. | |
3461 | ||
17fceda3 AC |
3462 | 2001-02-23 Andrew Cagney <[email protected]> |
3463 | ||
2126d5fb AC |
3464 | * CONTRIBUTE: Document how to cite a problem report. |
3465 | * TODO: Note need to replace CONTRIBUTE with generated file. | |
3466 | ||
17fceda3 AC |
3467 | * CONTRIBUTE: Mention that patches do not need to include the |
3468 | generated files gdbarch.h and gdbarch.c. | |
3469 | ||
60edd51d AC |
3470 | 2001-02-21 Andrew Cagney <[email protected]> |
3471 | ||
3472 | * value.h (get_saved_register): Move from here. | |
3473 | * frame.h: To here. | |
3474 | ||
d7fa2ae2 KB |
3475 | 2001-02-21 Kevin Buettner <[email protected]> |
3476 | ||
3477 | * solib.h (in_svr4_dynsym_resolve_code): Delete declaration. | |
3478 | (in_solib_dynsym_resolve_code): Add declaration. | |
3479 | (IN_SOLIB_DYNSYM_RESOLVE_CODE): Changed define to invoke | |
3480 | in_solib_dynsym_resolve_code() rather than | |
3481 | in_svr4_dynsym_resolve_code(). Also, removed the ifdefs | |
3482 | which caused this macro to only be defined when | |
3483 | SVR4_SHARED_LIBS is defined. | |
3484 | * solib.c (in_solib_dynsym_resolve_code): New function. | |
3485 | * solist.h (struct target_so_ops): Add new member | |
3486 | in_dynsym_resolve_code. | |
3487 | * solib-aix5.c (aix5_in_dynsym_resolve_code): Renamed from | |
3488 | in_svr4_dynsym_resolve_code. Also, made static. | |
3489 | (_initialize_aix5_solib): Initialize in_dynsym_resolve_code | |
3490 | member in aix5_so_ops. | |
3491 | * solib-svr4.c (svr4_in_dynsym_resolve_code): Renamed from | |
3492 | in_svr4_dynsym_resolve_code. Also, added second version | |
3493 | of this function which will be used when SVR4_SHARED_LIBS | |
3494 | is not defined. | |
3495 | (_initialize_svr4_solib): Initialize in_dynsym_resolve_code | |
3496 | member in svr4_so_ops. | |
3497 | ||
3498 | * ia64-aix-nat.c, ia64-aix-tdep.c, config/ia64/aix.mh, | |
3499 | config/ia64/aix.mt, config/ia64/nm-aix.h, config/ia64/tm-aix.h, | |
3500 | config/ia64/xm-aix.h: New files. | |
3501 | * ia64-tdep.c (_initialize_ia64_tdep): Remove declaration. | |
3502 | (ia64_aix_sigcontext_register_address): New declaration. | |
aacc1edd | 3503 | (ia64_gdbarch_init): Provide for initialization of |
d7fa2ae2 KB |
3504 | sigcontext_register_address member of struct tdep when |
3505 | on target is detected to be running AIX. | |
3506 | * config/ia64/linux.mt (TDEPFILES): Add ia64-aix-tdep.o to | |
3507 | this list. | |
3508 | ||
fbad0893 KB |
3509 | 2001-02-20 Kevin Buettner <[email protected]> |
3510 | ||
3511 | * ia64-tdep.c (ia64_frameless_function_invocation): Implement. | |
3512 | * config/ia64/linux.mh (NATDEPFILES): Use thread-db.o and lin-lwp.o | |
3513 | for thread support instead of linux-thread.o and lin-thread.o. | |
3514 | * config/ia64/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS, | |
3515 | ATTACH_LWP): Define to use the following lin-lwp.c functions... | |
3516 | (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals, | |
3517 | lin_lwp_attach_lwp): Declare. | |
3518 | ||
1adad886 AC |
3519 | 2001-02-20 Andrew Cagney <[email protected]> |
3520 | ||
3521 | * mips-tdep.c (do_fp_register_row, do_fp_register_row): Fix printf | |
3522 | formatting. | |
3523 | ||
0579d647 KB |
3524 | 2001-02-20 Kevin Buettner <[email protected]> |
3525 | ||
3526 | * solib-aix5.c (solib-svr4.h): Remove include. | |
3527 | (solib_break_names): Delete names which aren't actually | |
3528 | used by AIX5. | |
3529 | (bkpt_names): Remove. | |
3530 | (aix5_relocate_main_executable, bfd_lookup_symbol): Replace calls | |
3531 | to STREQ() with equivalent calls to strcmp(). | |
3532 | (in_svr4_dynsym_resolve_code, enable_break, bfd_lookup_symbol, | |
3533 | aix5_solib_create_inferior_hook): Revise comments. | |
3534 | (enable_break): Remove old ``bkpt_names'' code. | |
3535 | ||
d65fe839 AC |
3536 | 2001-02-19 Andrew Cagney <[email protected]> |
3537 | ||
3538 | * Makefile.in (SFILES): Add frame.c . | |
3539 | (COMMON_OBS): Add frame.o . | |
3540 | (frame.o): New target. | |
3541 | ||
3542 | * frame.c (find_saved_register): | |
3543 | (default_get_saved_register): | |
3544 | (get_saved_register): | |
3545 | (read_relative_register_raw_bytes_for_frame): | |
3546 | (read_relative_register_raw_bytes): Moved to here. | |
3547 | * regcache.c: From here. | |
3548 | ||
60cf7a85 KB |
3549 | 2001-02-20 Kevin Buettner <[email protected]> |
3550 | ||
3551 | * solib-aix5.c: New file. | |
3552 | ||
291b7e04 MH |
3553 | 2001-02-20 Martin M. Hunt <[email protected]> |
3554 | ||
a43ad351 MH |
3555 | * solib.c (info_sharedlibrary_command): Don't assume pointers |
3556 | are the same size of long, call longest_local_hex_string_custom(). | |
3557 | ||
58bc91c9 MH |
3558 | * solib-svr4.c (LM_ADDR): LM_ADDR is a signed offset, so |
3559 | extract_signed_integer() should be called instead of | |
3560 | extract_address(). | |
3561 | ||
3562 | 2001-02-20 Martin M. Hunt <[email protected]> | |
3563 | ||
291b7e04 MH |
3564 | * MAINTAINERS: Add Martin Hunt to Write After Approval list. |
3565 | ||
d02ee681 AC |
3566 | 2001-02-19 Andrew Cagney <[email protected]> |
3567 | ||
3568 | Frm 2001-02-09 Jim Kingdon <[email protected]>: | |
3569 | * mips-tdep.c (mips_register_raw_size): If FP_REGISTER_DOUBLE, | |
3570 | then floating point registers are 8 bytes. | |
3571 | ||
a858089e MS |
3572 | 2001-02-19 Michael Snyder <[email protected]> |
3573 | ||
3574 | * parse.c (write_exp_msymbol): Make the type CORE_ADDR, to | |
3575 | accomodate 64-bit addresses. | |
3576 | ||
23cc649f EZ |
3577 | 2001-02-19 Elena Zannoni <[email protected]> |
3578 | ||
3579 | From Peter Schauer <[email protected]> | |
3580 | * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux, not | |
3581 | lookup_symbol, when trying to find a symbol with a mangled name, | |
3582 | to avoid infinite recursion. | |
3583 | ||
0db23c95 AC |
3584 | 2001-02-18 Andrew Cagney <[email protected]> |
3585 | ||
3586 | * TODO (5.2): Mention G++ 3.0 ABI. General cleanups. | |
3587 | ||
911413e6 JL |
3588 | 2001-02-19 Jonathan Larmour <[email protected]> |
3589 | ||
3590 | * arm-tdep.c (check_prologue_cache): Fix off by 1 error. | |
3591 | (save_prologue_cache): Ditto. | |
3592 | ||
8d1de4b7 EZ |
3593 | 2001-02-19 Elena Zannoni <[email protected]> |
3594 | ||
3595 | From: [email protected]: | |
3596 | * partial-stab.h (switch): Check that pst is not null | |
3597 | before dereferencing it. | |
3598 | ||
3017564a EZ |
3599 | 2001-02-19 Elena Zannoni <[email protected]> |
3600 | ||
3601 | From Andrew Cagney <[email protected]>: | |
3602 | * symfile.c (add_symbol_file_command): Always initialize | |
3603 | my_cleanup using a NULL cleanup. | |
3604 | ||
fa58ee11 EZ |
3605 | 2001-02-19 Eli Zaretskii <[email protected]> |
3606 | ||
3607 | * demangle.c (demangling_style_names): New variable. | |
3608 | (_initialize_demangler): Fill demangling_style_names with the | |
3609 | names of known demangling styles from libiberty_demanglers[]. Use | |
3610 | add_set_enum_cmd instead of add_set_cmd, to get completion on | |
3611 | demangling style names. | |
3612 | ||
3613 | * proc-api.c (_initialize_proc_api): Make `procfs-file' use | |
3614 | file-name completion. | |
3615 | ||
3616 | * remote-rdi.c (_initialize_remote_rdi): Ditto for `rdilogfile'. | |
3617 | ||
3618 | * solib.c (_initialize_solib): Ditto for `solib-search-path' and | |
3619 | `solib-absolute-prefix'. | |
3620 | ||
3621 | * tracepoint.c (_initialize_tracepoint): Ditto for | |
3622 | `save-tracepoints'. | |
3623 | ||
3624 | * win32-nat.c (_initialize_inftarg): Ditto for `dll-symbols'. | |
3625 | ||
3626 | * cli/cli-cmds.c (init_cli_cmds): Make `shell' and `make' use | |
3627 | file-name completion. | |
3628 | ||
3629 | * infcmd.c (_initialize_infcmd): Make the following commands use | |
3630 | the file-name completer: `tty', `args', `path', `paths', and | |
3631 | `run'. | |
3632 | ||
7830cf6f EZ |
3633 | 2001-02-18 Eli Zaretskii <[email protected]> |
3634 | ||
89dea5aa EZ |
3635 | * go32-nat.c: Include i387-nat.h. |
3636 | (fetch_register): New function, uses some of the guts of | |
3637 | go32_fetch_registers and calls i387_supply_register. | |
3638 | (go32_fetch_registers): Most of the code moved into | |
3639 | fetch_register. Use i387_supply_fsave. | |
3640 | (store_register): Use i387_fill_fsave instead of custom code. | |
3641 | (go32_store_registers): Use i387_fill_fsave. | |
3642 | ||
3643 | * Makefile.in (go32-nat.o): Depend on i387-nat.h. | |
3644 | ||
3645 | * config/i386/go32.mh (NATDEPFILES): Add i387-nat.o. | |
3646 | ||
7830cf6f EZ |
3647 | * completer.c (gdb_completer_file_name_break_characters): Remove |
3648 | slash from file-name break characters. | |
3649 | [__MSDOS__]: Special definition for DOS/Windows file names. | |
3650 | (line_completion_function): When completing on file names, bump | |
3651 | `p' to the first file-name constituent character of `word', before | |
3652 | invoking the completer. | |
3653 | ||
f31e928c MK |
3654 | 2001-02-17 Mark Kettenis <[email protected]> |
3655 | ||
3656 | * i387-nat.c: Include "i387-nat.h". Use regnum instead of regno | |
3657 | consistently for parameter names. Fix comments accordingly. | |
3658 | (i387_supply_register): New function. | |
3659 | (i387_supply_fsave): Implement using i387_supply_register. | |
3660 | * i387-nat.h: Use regnum instead of regno consistently for | |
3661 | parameter names. Fix comments accordingly. | |
3662 | (i387_supply_register): New prototype. | |
3663 | ||
d696208f MS |
3664 | 2001-02-16 Michael Snyder <[email protected]> |
3665 | ||
3666 | * remote.c (build_remote_gdbarch_data): Use new TARGET_ADDR_BIT | |
3667 | instead of TARGET_PTR_BIT (to support Harvard architectures). | |
3668 | ||
971429b4 AC |
3669 | 2001-02-16 Andrew Cagney <[email protected]> |
3670 | ||
3671 | From 2001-02-11 Paul Hilfinger <[email protected]> | |
3672 | * hpux-thread.c (hpux_thread_xfer_memory): Add mem_attrib | |
3673 | argument to parameter list and to call in order to conform to | |
3674 | to_xfer_memory field of struct target_ops. | |
3675 | ||
9ca0e47c MC |
3676 | 2001-02-12 Michael Chastain <[email protected]> |
3677 | ||
da7dd56f | 3678 | * somsolib.c (som_solib_add_solib_objfile): Do not use |
9ca0e47c MC |
3679 | section relocation feature of syms_from_objfile. Do my own |
3680 | section relocation, offsetting each section of the som by | |
3681 | either text_addr - text_link_addr or data_start. | |
3682 | ||
7d65bd2d AC |
3683 | 2001-02-16 Andrew Cagney <[email protected]> |
3684 | ||
3685 | * TODO (5.1): Move ``Hardware watchpint problems'' out of 5.1. | |
3686 | ||
e33e9692 AC |
3687 | 2001-02-16 Andrew Cagney <[email protected]> |
3688 | ||
3689 | * MAINTAINERS (paper trail): Update. | |
3690 | ||
17dee195 MK |
3691 | 2001-02-16 Mark Kettenis <[email protected]> |
3692 | ||
3693 | * target.h (target_fetch_registers): Fix comment. | |
3694 | ||
0f6e1ba6 AC |
3695 | 2001-02-15 Andrew Cagney <[email protected]> |
3696 | ||
3697 | * f-exp.y: Include <ctype.h>. | |
3698 | (parse_number): Ensure that ``i'' is always initialized. | |
3699 | ||
9a069618 JK |
3700 | 2001-02-14 Jim Kingdon <[email protected]> |
3701 | ||
3702 | * MAINTAINERS: Add myself to paper trail section. | |
3703 | ||
fc24370e MS |
3704 | 2001-02-14 Michael Sokolov <[email protected]> |
3705 | ||
3706 | * configure.in (AC_CHECK_HEADERS): Add sys/file.h. | |
3707 | * configure, config.in: Regenerate. | |
3708 | * corelow.c: Include <sys/file.h> if present. | |
3709 | ||
4b69c284 AC |
3710 | 2001-02-14 Andrew Cagney <[email protected]> |
3711 | ||
3712 | * inflow.c (terminal_ours_1): Initialize ``osigtou''. Only | |
3713 | declare when have SIGTTOU. | |
3714 | ||
7904f322 EZ |
3715 | 2001-02-14 Eli Zaretskii <[email protected]> |
3716 | ||
3717 | * config/djgpp/fnchange.lst: Add entries for gdb/gdbtk/*/ChangeLog-*. | |
3718 | ||
9e798668 JK |
3719 | 2001-02-12 Jim Kingdon <[email protected]> |
3720 | ||
3721 | * MAINTAINERS: Update my email address. | |
3722 | ||
65d5a54a EZ |
3723 | 2001-02-11 Eli Zaretskii <[email protected]> |
3724 | ||
3725 | * NEWS: Document that "info symbol" works with COFF debug info and | |
3726 | its variants. | |
3727 | ||
3728 | * minsyms.c (lookup_minimal_symbol_by_pc_section): Don't skip | |
3729 | symbols whose SYMBOL_BFD_SECTION is NULL. | |
3730 | ||
0cff82d9 | 3731 | 2001-02-10 Peter Schauer <[email protected]> |
a8079a9b PS |
3732 | |
3733 | Get rid of AIX specific PC_LOAD_SEGMENT, replace with PC_SOLIB. | |
3734 | * xcoffsolib.c (xcoff_solib_address): Renamed from | |
3735 | pc_load_segment_name. Return NULL if address is not in a shared | |
3736 | library. Cleanup shared library name construction, using xasprintf. | |
3737 | Format shared library member names consistent with format in exec.c. | |
3738 | (solib_info): Format shared library member names consistent with | |
3739 | format in exec.c. | |
3740 | * config/rs6000/nm-rs6000.h: Replace PC_LOAD_SEGMENT with PC_SOLIB, | |
3741 | using xcoff_solib_address for PC_SOLIB definition. | |
3742 | * stack.c (print_frame): Remove PC_LOAD_SEGMENT code, no longer | |
3743 | needed. | |
3744 | ||
0cff82d9 | 3745 | 2001-02-10 Peter Schauer <[email protected]> |
4b2e4867 PS |
3746 | |
3747 | * mipsread.c (read_alphacoff_dynamic_symtab): Replace alloca calls | |
3748 | with xmalloc calls and cleanups. | |
3749 | ||
0cff82d9 | 3750 | 2001-02-10 Peter Schauer <[email protected]> |
d737ece6 PS |
3751 | |
3752 | * rs6000-nat.c (child_xfer_memory): Add missing parameter | |
3753 | 'struct mem_attrib *' required by 2001-01-23 change. | |
3754 | ||
c5bb1243 JK |
3755 | 2001-02-08 Jim Kingdon <[email protected]> |
3756 | ||
3757 | Updates to "make TAGS": | |
3758 | * Makefile.in (ALLDEPFILES): Remove altos-xdep.c arm-convert.s | |
3759 | arm-xdep.c convex-tdep.c convex-xdep.c pyr-tdep.c pyr-xdep.c | |
3760 | tahoe-tdep.c. | |
3761 | (TAGFILES_NO_SRCDIR): Add $(SUBDIR_CLI_SRCS). | |
3762 | ||
c799ae7b EZ |
3763 | 2001-02-08 Eli Zaretskii <[email protected]> |
3764 | ||
3765 | * config/djgpp/fnchange.lst: Remove extraneous "too many dots". | |
3766 | ||
12685e01 AC |
3767 | Wed Feb 7 22:39:26 2001 Andrew Cagney <[email protected]> |
3768 | ||
3769 | From Dean Luick <[email protected]>: | |
3770 | * defs.h (continuation): Remove unused global variable. | |
3771 | ||
7fcca85b AC |
3772 | Wed Feb 7 22:28:31 2001 Andrew Cagney <[email protected]> |
3773 | ||
3774 | * configure.tgt: Remove references to convex, pyramid, altos and | |
3775 | tahoe. | |
3776 | * configure.host: Ditto. | |
3777 | * MAINTAINERS: Ditto. | |
3778 | * NEWS: Update. | |
3779 | ||
3780 | * tahoe-tdep.c: Delete obsolete file. | |
3781 | * pyr-xdep.c: Ditto. | |
3782 | * pyr-tdep.c: Ditto. | |
3783 | * convex-tdep.c: Ditto. | |
3784 | * convex-xdep.c: Ditto. | |
3785 | * config/tahoe/xm-tahoe.h: Ditto. | |
3786 | * config/tahoe/tm-tahoe.h: Ditto. | |
3787 | * config/tahoe/tahoe.mt: Ditto. | |
3788 | * config/tahoe/tahoe.mh: Ditto. | |
3789 | * config/pyr/xm-pyr.h: Ditto. | |
3790 | * config/pyr/tm-pyr.h: Ditto. | |
3791 | * config/pyr/pyramid.mt: Ditto. | |
3792 | * config/pyr/pyramid.mh: Ditto. | |
3793 | * config/m68k/xm-altos.h: Ditto. | |
3794 | * config/m68k/tm-altos.h: Ditto. | |
3795 | * config/m68k/altos.mt: Ditto. | |
3796 | * config/m68k/altos.mh: Ditto. | |
3797 | * config/convex/xm-convex.h: Ditto. | |
3798 | * config/convex/tm-convex.h: Ditto. | |
3799 | * config/convex/convex.mt: Ditto. | |
3800 | * config/convex/convex.mh: Ditto. | |
3801 | * config/convex/Convex.notes: Ditto. | |
3802 | * config/arm/xm-arm.h: Ditto. | |
3803 | * config/arm/nm-arm.h: Ditto. | |
3804 | * config/arm/arm.mt: Ditto. | |
3805 | * config/arm/arm.mh: Ditto. | |
3806 | * arm-convert.s: Ditto. | |
3807 | * arm-xdep.c: Ditto. | |
3808 | * altos-xdep.c: Ditto. | |
3809 | ||
8e65ff28 AC |
3810 | Wed Feb 7 19:41:21 2001 Andrew Cagney <[email protected]> |
3811 | ||
3812 | * defs.h (internal_error, internal_verror): Add __FILE__ and | |
3813 | __LINE__ parameter. | |
3814 | * utils.c (internal_error, internal_verror): Update. | |
3815 | ||
3816 | * v850-tdep.c: Update calls to internal_error. | |
3817 | * utils.c: Ditto. | |
3818 | * ui-out.c: Ditto. | |
3819 | * ui-file.c: Ditto. | |
3820 | * target.h: Ditto. | |
3821 | * symtab.h: Ditto. | |
3822 | * symm-nat.c: Ditto. | |
3823 | * sparc-tdep.c: Ditto. | |
3824 | * source.c: Ditto. | |
3825 | * serial.c: Ditto. | |
3826 | * rs6000-tdep.c: Ditto. | |
3827 | * rs6000-nat.c: Ditto. | |
3828 | * remote.c: Ditto. | |
3829 | * remote-vx.c: Ditto. | |
3830 | * remote-sim.c: Ditto. | |
3831 | * remote-mips.c: Ditto. | |
3832 | * regcache.c: Ditto. | |
3833 | * objfiles.h: Ditto. | |
3834 | * objfiles.c: Ditto. | |
3835 | * mn10300-tdep.c: Ditto. | |
3836 | * mips-tdep.c: Ditto. | |
3837 | * maint.c: Ditto. | |
3838 | * m68k-tdep.c: Ditto. | |
3839 | * m3-nat.c: Ditto. | |
3840 | * language.c: Ditto. | |
3841 | * infptrace.c: Ditto. | |
3842 | * inferior.h: Ditto. | |
3843 | * infcmd.c: Ditto. | |
3844 | * ia64-tdep.c: Ditto. | |
3845 | * i386-tdep.c: Ditto. | |
3846 | * i386-linux-nat.c: Ditto. | |
3847 | * hppah-nat.c: Ditto. | |
3848 | * go32-nat.c: Ditto. | |
3849 | * findvar.c: Ditto. | |
3850 | * f-lang.c: Ditto. | |
3851 | * elfread.c: Ditto. | |
3852 | * event-loop.c: Ditto. | |
3853 | * dwarf2read.c: Ditto. | |
3854 | * dsrec.c: Ditto. | |
3855 | * d30v-tdep.c: Ditto. | |
3856 | * d10v-tdep.c: Ditto. | |
3857 | * cli/cli-setshow.c: Ditto. | |
3858 | * cli/cli-script.c: Ditto. | |
3859 | * ch-exp.c: Ditto. | |
3860 | * breakpoint.c: Ditto. | |
3861 | * ax-gdb.c: Ditto. | |
3862 | * arch-utils.c: Ditto. | |
3863 | * a29k-tdep.c: Ditto. | |
3864 | * gdb_assert.h: Ditto. | |
3865 | * gdbarch.sh: Ditto. | |
3866 | * gdbarch.h, gdbarch.c: Re-generate. | |
3867 | ||
72290732 AC |
3868 | 2001-02-07 Andrew Cagney <[email protected]> |
3869 | ||
3870 | From Mark Kettenis <[email protected]>: | |
3871 | * event-top.h [!STOP_SIGNAL]: #include <signal.h>. | |
3872 | ||
a6da1910 AC |
3873 | 2001-02-07 Andrew Cagney <[email protected]> |
3874 | ||
3875 | * remote-sim.c (dump_mem): Cleanup printf format argument. | |
3876 | * MAINTAINERS: Update, mn10300-elf now builds. | |
3877 | ||
153f9905 MK |
3878 | 2001-02-07 Mark Kettenis <[email protected]> |
3879 | ||
3880 | * event-top.c: Remove duplicate #include <signal.h>. | |
3881 | ||
f042532c AC |
3882 | 2001-02-06 Andrew Cagney <[email protected]> |
3883 | ||
3884 | * sol-thread.c (restore_inferior_pid): Save the PID in a freshly | |
3885 | allocated buffer. | |
3886 | (save_inferior_pid): Restore the PID from that tempoary | |
3887 | buffer. Delete the buffer. | |
3888 | * utils.c (make_cleanup_close, do_close_cleanup): Ditto for FD. | |
3889 | ||
58cfabe6 AC |
3890 | 2001-02-06 Andrew Cagney <[email protected]> |
3891 | ||
3892 | * MAINTAINERS: Add ``The Obvious Fix Rule''. | |
3893 | ||
ea8a41b8 AC |
3894 | 2001-02-06 Andrew Cagney <[email protected]> |
3895 | ||
3896 | * MAINTAINERS: Add Michael Snyder to Solaris/SPARC list. | |
3897 | ||
95160752 AC |
3898 | 2001-02-06 Andrew Cagney <[email protected]> |
3899 | ||
3900 | * gdbarch.sh: Include "gdb_assert.h". | |
3901 | (struct gdbarch): Change ``nr_data'' to unsigned. | |
3902 | (alloc_gdbarch_data, free_gdbarch_data): New functions. | |
3903 | (gdbarch_free): Free the data-pointer vector. Use xfree to delete | |
3904 | architecture vector. | |
3905 | (struct gdbarch_data, struct gdbarch_data_registration): Move init | |
3906 | method to gdbarch_data. Add free method, make index unsigned. | |
3907 | (struct gdbarch_data_registry): Make nr unsigned. | |
3908 | (register_gdbarch_data): Add free parameter. Store in | |
3909 | gdbarch_data. | |
3910 | (init_gdbarch_data): Use set_gdbarch_data. | |
3911 | (set_gdbarch_data): New function. | |
3912 | ||
3913 | * gdbarch.h, gdbarch.c: Re-generate. | |
3914 | ||
64122a8b MS |
3915 | 2001-02-06 Michael Sokolov <[email protected]> |
3916 | ||
3917 | * ser-unix.c (hardware_print_tty_state) [HAVE_SGTTY]: Call | |
3918 | fprintf_filtered with correct arguments. | |
3919 | ||
e6cbd02a MS |
3920 | 2001-02-06 Michael Snyder <[email protected]> |
3921 | Submitted by Paul Hilfinger ([email protected]) | |
3922 | and Andrei Petrov ([email protected]). | |
3923 | * findvar.c: Buffers of size MAX_REGISTER_RAW_SIZE or REGISTER_BYTES | |
3924 | must be allocated dynamically, since these are no longer constants. | |
3925 | * infcmd.c: Ditto. | |
3926 | * regcache.c: Ditto. | |
3927 | * remote.c: Ditto. | |
3928 | * sol-thread.c: Ditto. | |
3929 | * valops.c: Ditto. | |
3930 | * config/sparc/sun4sol2.mh (MH_CFLAGS): Add -I/usr/include/v9, as a | |
3931 | work-around for a missing Sun header file in solaris for sparc64. | |
3932 | ||
713f0374 PB |
3933 | 2001-02-04 Philip Blundell <[email protected]> |
3934 | ||
3935 | * config/arm/linux.mh (NATDEPFILES): Add proc-service.o, | |
3936 | thread-db.o, lin-lwp.o; remove lin-thread.o, linux-thread.o. | |
3937 | * config/arm/nm-linux.h (PREPARE_TO_PROCEED, ATTACH_LWP, | |
3938 | GET_THREAD_SIGNALS): Define. | |
3939 | * arm-linux-nat.c (fill_gregset): Correct type of argument. | |
3940 | (supply_gregset): Likewise. | |
3941 | (fill_fpregset): Likewise. | |
3942 | (supply_fpregset): Likewise. | |
3943 | ||
4603e466 DT |
3944 | Tue Feb 6 11:58:57 2001 David Taylor <[email protected]> |
3945 | ||
3946 | * valops.c (value_cast): If casting a scalar to a pointer, do not | |
3947 | issue a message about truncation unless it exceeds the length of | |
3948 | an address, not the length of a pointer. This is because what the | |
3949 | user gives us is an address, not a pointer, and we will ultimately | |
3950 | convert it (via ADDRESS_TO_POINTER) to a pointer, not truncate it | |
3951 | to a pointer. This allows things like "print *(int *)0x01000234" | |
3952 | to work without generating a misleading message on a target having | |
3953 | two byte pointers and four byte addresses. | |
3954 | ||
554cb486 CF |
3955 | 2001-02-05 Christopher Faylor <[email protected]> |
3956 | ||
3957 | * win32-nat.c: Change PTR to void * throughout. | |
3958 | ||
042be3a9 C |
3959 | 2001-02-05 J.T. Conklin <[email protected]> |
3960 | ||
3961 | * signals.h: Removed. | |
3962 | * event-top.c (#include <signal.h>): Changed from signals.h. | |
3963 | * inflow.c: Likewise. | |
3964 | * mac-xdep.c: Likewise. | |
3965 | * ser-pipe.c: Likewise. | |
3966 | * ser-tcp.c: Likewise. | |
3967 | * standalone.c: Likewise. | |
3968 | * top.c: Likewise. | |
3969 | * utils.c: Likewise. | |
3970 | * Makefile.in: Removed signals.h from dependencies. | |
3971 | ||
a4acd088 CF |
3972 | 2001-02-05 Christopher Faylor <[email protected]> |
3973 | ||
3974 | Change suggested by Dean Luick <[email protected]> | |
3975 | * inferior.h (step_over_calls_kind): Remove trailing comma from | |
3976 | last enum element. | |
3977 | (step_over_calls): Declare as extern rather than global. | |
3978 | ||
3116c80a EZ |
3979 | 2001-02-05 Elena Zannoni <[email protected]> |
3980 | ||
3981 | * sh-tdep.c: Update copyright. | |
3982 | (sh_extract_return_value): Rewrite. | |
3983 | (sh3e_sh4_extract_return_value): New function. | |
3984 | (sh_gdbarch_init): Initialize gdbarch_extract-return_value to new | |
3985 | version of the function for sh3e and sh4 CPUs. | |
3986 | ||
240be855 MC |
3987 | 2001-02-05 Michael Chastain <[email protected]> |
3988 | ||
3989 | * hppah-nat.c (child_xfer_memory): Add parameter 'struct mem_attrib *' | |
3990 | to conform with interface change. | |
3991 | ||
a17b5c4e EZ |
3992 | 2001-02-04 Eli Zaretskii <[email protected]> |
3993 | ||
32fe0950 EZ |
3994 | * config/djgpp/fnchange.lst: Tweak to make consistent with the |
3995 | new files. | |
3996 | ||
619cbaf7 EZ |
3997 | * config/djgpp/djconfig.sh: Use explicit absolute file name when |
3998 | invoking `find'. | |
3999 | ||
cd42d3a8 EZ |
4000 | * ser-go32.c (dos_write) [UART_FIFO_WORKS]: Use outportsb only if |
4001 | UART_FIFO_WORKS is defined. Otherwise use outportb. | |
4002 | From Francisco Pastor <[email protected]> | |
4003 | ||
a17b5c4e EZ |
4004 | * go32-nat.c (go32_xfer_memory): Make the argument list consistent |
4005 | with target.h's `to_xfer_memory' member. | |
4006 | ||
86ddecc5 C |
4007 | 2001-02-02 J.T. Conklin <[email protected]> |
4008 | ||
4009 | * ppc-bdm.c (#include <signal.h>): Removed. | |
4010 | * remote-array.c: Likewise. | |
4011 | * remote-bug.c: Likewise. | |
4012 | * remote-e7000.c: Likewise. | |
4013 | * remote-mips.c: Likewise. | |
4014 | * remote-os9k.c: Likewise. | |
4015 | * remote-st.c: Likewise. | |
4016 | * remote-udi.c: Likewise. | |
4017 | * remote-vx29k.c: Likewise. | |
4018 | * remote-vx68.c: Likewise. | |
4019 | * remote-vx960.c: Likewise. | |
4020 | * remote-vxmips.c: Likewise. | |
4021 | * remote-vxsparc.c: Likewise. | |
4022 | ||
338d7c5c JM |
4023 | 2001-02-02 John Moore <[email protected]> |
4024 | ||
4025 | * remote-utils.h (sr_set_device): Changed free() to xfree() where | |
4026 | appropriate. Also changed Copyright to include 2001. | |
4027 | * symtab.h (obstack_chunk_free, SYMBOL_INIT_DEMANGLED_NAME): Likewise. | |
4028 | * value.h (value_free): Likewise. | |
4029 | * gdbarch.sh (gdbarch_free): Likewise. | |
4030 | * gdbarch.c, gdbarch.h: Regenerated. | |
4031 | ||
2b5436af JM |
4032 | 2001-02-02 John Moore <[email protected]> |
4033 | ||
4034 | * cli/cli-cmds.c (apropos_command): Changed occurance of free() to | |
338d7c5c | 4035 | xfree(). Also changed Copyright to include 2001. |
2b5436af | 4036 | |
82467003 C |
4037 | 2001-02-02 J.T. Conklin <[email protected]> |
4038 | ||
4039 | * monitor.c (#include "gdb_wait.h"): Removed. | |
4040 | * ocd.c: Likewise. | |
4041 | * ppc-bdm.c: Likewise. | |
4042 | * remote-adapt.c: Likewise. | |
4043 | * remote-array.c: Likewise. | |
4044 | * remote-bug.c: Likewise. | |
4045 | * remote-e7000.c: Likewise. | |
4046 | * remote-eb.c: Likewise. | |
4047 | * remote-es.c: Likewise. | |
4048 | * remote-mips.c: Likewise. | |
4049 | * remote-mm.c: Likewise. | |
4050 | * remote-nindy.c: Likewise. | |
4051 | * remote-os9k.c: Likewise. | |
4052 | * remote-rdi.c: Likewise. | |
4053 | * remote-rdp.c: Likewise. | |
4054 | * remote-sds.c: Likewise. | |
4055 | * remote-sim.c: Likewise. | |
4056 | * remote-st.c: Likewise. | |
4057 | * remote-udi.c: Likewise. | |
4058 | * remote-vx.c: Likewise. | |
4059 | * remote-vx29k.c: Likewise. | |
4060 | * remote-vx68.c: Likewise. | |
4061 | * remote-vx960.c: Likewise. | |
4062 | * remote-vxmips.c: Likewise. | |
4063 | * remote-vxsparc.c: Likewise. | |
4064 | * remote.c: Likewise. | |
4065 | * ser-pipe.c: Likewise. | |
4066 | * ser-unix.c: Likewise. | |
4067 | * Makefile.in: Updated dependencies. | |
4068 | ||
27b82ed2 DS |
4069 | 2001-01-31 David Smith <[email protected]> |
4070 | ||
4071 | * event-loop.c: Change inclusion of string.h to gdb_string.h and | |
4072 | updated the copyright notice. | |
4073 | * ser-pipe.c: Ditto. | |
4074 | * mi/mi-cmds.c: Ditto. | |
4075 | * mi/mi-console.c: Ditto. | |
4076 | * mi/mi-getopt.c: Ditto. | |
4077 | * mi/mi-parse.c: Ditto. | |
4078 | ||
ab9cc815 DS |
4079 | 2001-01-31 David Smith <[email protected]> |
4080 | ||
4081 | * MAINTAINERS: Add David Smith to Write After Approval list. | |
4082 | ||
d1f4cff8 AC |
4083 | Tue Jan 30 15:43:08 2001 Andrew Cagney <[email protected]> |
4084 | ||
4085 | * cli/cli-utils.c (putchar_filtered): Move function from here. | |
4086 | * utils.c (putchar_filtered): To here. | |
4087 | * cli/cli-utils.h (putchar_filtered): Move declaration from here. | |
4088 | * defs.h (putchar_filtered): To here. | |
4089 | ||
74c1b268 AC |
4090 | Tue Jan 30 17:27:11 2001 Andrew Cagney <[email protected]> |
4091 | ||
4092 | * configure.in (AC_CHECK_FUNCS): Replace vfork test with | |
4093 | AC_FUNC_VFORK macro. | |
4094 | * config.in, configure: Re-generate. | |
4095 | ||
4096 | * gdb_vfork.h: New file. | |
4097 | * ser-pipe.c (pipe_open): Update. Include "gdb_vfork.h". | |
4098 | * fork-child.c (fork_inferior): Ditto. | |
4099 | ||
4fcf66da AC |
4100 | Tue Jan 30 17:09:07 2001 Andrew Cagney <[email protected]> |
4101 | ||
4102 | * defs.h (strsave): Delete declaration. | |
4103 | * utils.c (strsave): Delete definition. | |
4104 | * TODO (strsave): Update | |
4105 | ||
4106 | * mac-xdep.c (tilde_expand): Replace strsave with xstrdup. | |
4107 | * sparcl-tdep.c (sparclite_open): Ditto. | |
4108 | * mips-tdep.c (mips_set_processor_type_command): Ditto. | |
4109 | (_initialize_mips_tdep): Ditto. | |
4110 | * solib.c (solib_open): Ditto. | |
4111 | * symfile.c (add_filename_language): Ditto. | |
4112 | (set_ext_lang_command): Ditto. | |
4113 | * source.c (init_source_path): Ditto. | |
4114 | (mod_path): Ditto. | |
4115 | * sh3-rom.c (sh3_open): Ditto. | |
4116 | (sh3e_open): Ditto. | |
4117 | * serial.c (serial_open): Ditto. | |
4118 | * remote-mips.c (common_open): Ditto. | |
4119 | * monitor.c (monitor_open): Ditto. | |
4120 | * m32r-rom.c (m32r_upload_command): Ditto. | |
4121 | * infcmd.c (path_command): Ditto. | |
4122 | * f-exp.y (parse_number): Ditto. | |
4123 | * breakpoint.c (create_longjmp_breakpoint): Ditto. | |
4124 | (create_thread_event_breakpoint): Ditto. | |
4125 | * arc-tdep.c (arc_set_cpu_type_command): Ditto. | |
4126 | (_initialize_arc_tdep): Ditto. | |
4127 | ||
e191e0ab AC |
4128 | Tue Jan 30 15:14:26 2001 Andrew Cagney <cagney@skil> |
4129 | ||
4130 | * cli/cli-script.c (define_command): Check for a bad hook value in | |
4131 | switch statement. | |
4132 | ||
10214f55 C |
4133 | 2001-01-30 J.T. Conklin <[email protected]> |
4134 | ||
4135 | * configure/sh/embed.mt: New file. | |
4136 | * configure/sh/linux.mt: New file. | |
4137 | * configure/sh/sh.mt: Removed. | |
4138 | * configure.tgt (sh-*-hms,sh-*-coff*,sh-*-elf*,sh-*-linux): New targets. | |
4139 | (sh-*-*): Removed. | |
4140 | ||
c9049fc9 MC |
4141 | 2001-01-29 Michael Chastain <[email protected]> |
4142 | ||
4143 | * symtab.c (block_lookup_symbol): Use 'namespace' parameter in | |
4144 | symbol comparisons in binary search. | |
4145 | ||
0cff82d9 | 4146 | 2001-01-27 Christopher Faylor <[email protected]> |
aea02b6b CF |
4147 | |
4148 | * win32-nat.c (child_xfer_memory): Add missing argument required by | |
4149 | 2001-01-23 change. | |
4150 | ||
e6e0bfab MK |
4151 | 2001-01-27 Mark Kettenis <[email protected]> |
4152 | ||
4153 | * ui-out.c (do_list_end): New function. | |
4154 | (make_cleanup_ui_out_list_end): New function. | |
4155 | * ui-out.h: Provide prototype for make_cleanup_ui_out_list_end. | |
4156 | * stack.c (print_frame) [UI_OUT]: Call | |
4157 | make_cleanup_ui_out_list_end to make sure we mark the end of the | |
4158 | list if we do a non-local exit. At the end of the function, | |
4159 | instead of calling ui_out_list_end directly, let do_cleanups | |
4160 | handle it. | |
4161 | ||
1adeb98a FN |
4162 | 2001-01-26 Fernando Nasser <[email protected]> |
4163 | ||
4164 | Fix double parsing of filenames passed as command line arguments | |
4165 | to GDB (causes weird handling of escape characters). | |
4166 | Also, remove dependencies on the CLI from libgdb. | |
4167 | * call-cmds.h: Remove declaration of exec_file_command(). | |
4168 | * gdbcore.h: Remove declaration of exec_file_command(). | |
4169 | Add declarations for exec_open() and exec_file_clear(). | |
4170 | * symfile.h: Add declarations for symbol_file_add_main() and | |
4171 | symbol_file_clear(). | |
4172 | * exec.c (exec_open): New function. Implements to_open for exec | |
4173 | targets. | |
4174 | (exec_file_clear): New function. Makes GDB forget about a previously | |
4175 | specified executable file. | |
4176 | (exec_file_attach): Move parsing of arguments from here ... | |
4177 | (exec_file_command): ... to here. | |
4178 | (init_exec_ops): Use exec_open(), not exec_file_command() to | |
4179 | implement to_open for exec targets. | |
4180 | * symfile.c (symbol_file_add_main): New function. Call symbol_file_add() | |
4181 | with default values. Used when the file name has already been parsed. | |
4182 | (symbol_file_clear): New function. Makes GDB forget about previously | |
4183 | read symbols. | |
4184 | (symbol_file_command): Call the above function instead of inline code. | |
4185 | * main.c: Include "symfile.h" and "gdbcore.h" instead of the deprecated | |
4186 | "call-cmds.h". | |
4187 | (captured_main): Call exec_file_attach() and symbol_file_add_main() | |
4188 | instead of exec_file_command() and symbol_file_command(). | |
4189 | (captured_main): Add comment. | |
4190 | * corefile.c: Include "symfile.h". | |
4191 | (core_file_command): Call symbol_file_add_main() instead of | |
4192 | symbol_file_command(). | |
4193 | (reopen_exec_file): Call exec_open() instead of exec_file_command(). | |
4194 | * infcmd.c: Include "symfile.h". | |
4195 | (attach_command): Call symbol_file_add_main() instead of | |
4196 | symbol_file_command(). | |
4197 | * infrun.c: Remove comment about the inclusion of "symfile.h", | |
4198 | not any longer appropriate. | |
4199 | (follow_exec): Call symbol_file_add_main() instead of | |
4200 | symbol_file_command(). | |
4201 | * remote-es.c: Include "symfile.h". | |
4202 | (es1800_load): Call symbol_file_add_main() instead of | |
4203 | symbol_file_command(). | |
4204 | * remote-vx.c: Remove comment about the inclusion of "symfile.h", | |
4205 | not any longer appropriate. | |
4206 | (vx-wait): Call symbol_file_add_main() instead of | |
4207 | symbol_file_command(). | |
4208 | * solib-svr4.c (open_symbol_file_object): Call symbol_file_add_main() | |
4209 | instead of symbol_file_command(). | |
4210 | * v850ice.c (ice_file): Call exec_open(), exec_file_attach() and | |
4211 | symbol_file_add_main() instead of exec_file_command() and | |
4212 | symbol_file_command(). | |
4213 | * Makefile.in: Update dependencies. | |
4214 | ||
5b616ba1 JH |
4215 | 2001-01-26 Jeff Holcomb <[email protected]> |
4216 | ||
4217 | * remote-udi.c (udi_open): Change strdup to xstrdup. | |
4218 | * thread.c (thread_apply_all_command): Change strdup to xstrdup. | |
4219 | Update copyright message. | |
4220 | * varobj.c (delete_variable_1): Likewise. | |
4221 | ||
4222 | * gdb_string.h: Remove declaration of strdup. Update copyright | |
4223 | message. | |
4224 | * config/xm-mpw.h: Likewise. | |
4225 | * config/i386/xm-i386mach.h: Likewise. | |
4226 | * config/m68k/xm-apollo68b.h: Likewise. | |
4227 | * config/m68k/xm-hp300bsd.h: Likewise. | |
4228 | * config/rs6000/xm-rs6000.h: Likewise. | |
4229 | * config/vax/xm-vaxult.h: Remove declaration of strdup. | |
4230 | * config/vax/xm-vaxult2.h: Likewise. | |
4231 | ||
b91d87cf JH |
4232 | 2001-01-26 Jeff Holcomb <[email protected]> |
4233 | ||
4234 | * MAINTAINERS: Add Jeff Holcomb to Write After Approval list. | |
4235 | ||
873406a6 C |
4236 | 2001-01-25 J.T. Conklin <[email protected]> |
4237 | ||
4238 | * target.c (target_xfer_memory_partial): Return -1 on failure due | |
4239 | to invalid access mode attribute. | |
4240 | ||
0613c401 CF |
4241 | 2001-01-25 Christopher Faylor <[email protected]> |
4242 | ||
4243 | * win32-nat.c (_initialize_core_win32): Prototype correctly. | |
4244 | ||
efd59e3f MK |
4245 | 2001-01-25 Mark Kettenis <[email protected]> |
4246 | ||
4247 | * config/alpha/tm-fbsd.h: Update copyright. | |
4248 | (USE_STRUCT_CONVENTION): Define in terms of | |
4249 | alphabsd_use_struct_convention. | |
4250 | * config/alpha/fbsd.mt (TDEPFILES): Add alphafbsd-tdep.c. | |
4251 | * alphafbsd-tdep.c: New file. | |
4252 | ||
388e1ff2 FN |
4253 | 2001-01-24 Fernando Nasser <[email protected]> |
4254 | ||
4255 | * top.c (print_gdb_version): Update Copyright year. | |
4256 | ||
f4d650ec C |
4257 | 2001-01-24 J.T. Conklin <[email protected]> |
4258 | ||
4259 | * dcache.c (dcache_write_line): Fix typo. | |
4260 | ||
4261 | * memattr.c (delete_mem_region): Replace free() with xfree(). | |
4262 | (mem_number): Add explicit type. | |
4263 | ||
4264 | * sol-thread.c (sol_thread_xfer_memory): Add attrib argument. | |
4265 | (rw_common): Likewise. | |
4266 | ||
07091751 FN |
4267 | 2001-01-24 Fernando Nasser <[email protected]> |
4268 | ||
4269 | * infcmd.c (get_inferior_args, set_inferior_args): Accessor functions | |
4270 | for the inferior program arguments. | |
4271 | (run_command, run_no_args_command, init_infcmd)): Use accessor | |
4272 | functions to set the inferior program arguments. | |
4273 | * inferior.h: Add definitions to the accessor functions above. | |
4274 | ||
090c42a4 JB |
4275 | 2001-01-23 Jim Blandy <[email protected]> |
4276 | ||
4277 | * dwarf2read.c (read_tag_const_type, read_tag_volatile_type): | |
4278 | Implement these correctly, using make_cv_type. | |
4279 | ||
f29d9b6d | 4280 | 2001-01-23 J.T. Conklin <[email protected]> |
29e57380 C |
4281 | |
4282 | * exec.c (xfer_memory): Add attrib argument. | |
4283 | * infptrace.c (child_xfer_memory): Likewise. | |
e5da8f38 | 4284 | * lin-lwp.c (lin_lwp_xfer_memory): Likewise. |
29e57380 C |
4285 | * monitor.c (monitor_xfer_memory): Likewise. |
4286 | * remote-adapt.c (adapt_xfer_inferior_memory): Likewise. | |
4287 | * remote-array.c (array_xfer_memory): Likewise. | |
4288 | * remote-bug.c (bug_xfer_memory): Likewise. | |
4289 | * remote-e7000.c (e7000_xfer_inferior_memory): Likewise. | |
4290 | * remote-eb.c (eb_xfer_inferior_memory): Likewise. | |
4291 | * remote-es.c (es1800_xfer_inferior_memory): Likewise. | |
4292 | * remote-mips.c (mips_xfer_memory): Likewise. | |
4293 | * remote-mm.c (mm_xfer_inferior_memory): Likewise. | |
4294 | * remote-nindy.c (nindy_xfer_inferior_memory): Likewise. | |
4295 | * remote-os9k.c (rombug_xfer_inferior_memory): Likewise. | |
4296 | * remote-rdi.c (arm_rdi_xfer_memory): Likewise. | |
4297 | * remote-rdp.c (remote_rdp_xfer_inferior_memory): Likewise. | |
4298 | * remote-sds.c (sds_xfer_memory): Likewise. | |
4299 | * remote-sim.c (gdbsim_xfer_inferior_memory): Likewise. | |
4300 | * remote-st.c (st2000_xfer_inferior_memory): Likewise. | |
4301 | * remote-udi.c (udi_xfer_inferior_memory): Likewise. | |
4302 | * remote-vx.c (vx_xfer_memory): Likewise. | |
4303 | * remote.c (remote_xfer_memory): Likewise. | |
4304 | * target.c (debug_to_xfer_memory, do_xfer_memory): Likewise. | |
4305 | * target.h (child_xfer_memory, do_xfer_memory, xfer_memory): Likewise. | |
e5da8f38 | 4306 | * thread-db.c (thread_db_xfer_memory): Likewise. |
29e57380 C |
4307 | |
4308 | * target.h (#include "memattr.h"): Added. | |
4309 | (target_ops.to_xfer_memory): Add attrib argument. | |
4310 | ||
4311 | * wince.c (_initialize_inftarg): Removed call to set_dcache_state. | |
4312 | * dcache.h (set_dcache_state): Removed declaration. | |
4313 | * dcache.c (set_dcache_state): Removed definition | |
4314 | ||
4315 | * dcache.c: Update module comment, as dcache is now enabled and | |
4316 | disabled with memory region attributes instead of by the global | |
4317 | variable "remotecache". Add comment describing the interaction | |
4318 | between dcache and memory region attributes. | |
4319 | (dcache_xfer_memory): Add comment describing benefits of moving | |
4320 | cache writeback to a higher level. | |
4321 | (dcache_struct): Removed cache_has_stuff field. This was used to | |
4322 | record whether the cache had been accessed in order to invalidate | |
4323 | it when it was disabled. However, this is not needed because the | |
4324 | cache is write through and the code that enables, disables, and | |
4325 | deletes memory regions invalidate the cache. Add comment which | |
4326 | suggests that we could be more selective and only invalidate those | |
4327 | cache lines containing data from those memory regions. | |
4328 | (dcache_invalidate): Updated. | |
4329 | (dcache_xfer_memory): Updated. | |
f29d9b6d | 4330 | |
29e57380 C |
4331 | (dcache_alloc): Don't abort() if dcache_enabled_p is clear. |
4332 | (dcache_xfer_memory): Removed code that called do_xfer_memory() to | |
4333 | perform a uncached transfer if dcache_enabled_p was clear. This | |
4334 | function is now only called if caching is enabled for the memory | |
4335 | region. | |
4336 | (dcache_info): Always print cache info. | |
4337 | ||
4338 | * target.c (do_xfer_memory): Add attrib argument. | |
4339 | (target_xfer_memory, target_xfer_memory_partial): Break transfer | |
4340 | into chunks defined by memory regions, pass region attributes to | |
4341 | do_xfer_memory(). | |
4342 | * dcache.c (dcache_read_line, dcache_write_line): Likewise. | |
4343 | ||
4344 | * Makefile.in (SFILES): Add memattr.c. | |
4345 | (COMMON_OBS): Add memattr.o. | |
4346 | (dcache.o): Add target.h to dependencies. | |
4347 | * memattr.c: New file. | |
4348 | * memattr.h: Likewise. | |
4349 | ||
f29d9b6d C |
4350 | * config/m32r/m32r.mt (GDBSERVER_LIBS): Added ../../intl/libintl.a. |
4351 | * config/mips/vr5000.mt (GDBSERVER_LIBS): Likewise. | |
4352 | * config/tic80/tic80.mt (GDBSERVER_LIBS): Likewise. | |
4353 | * gdbserver/low-sim.c (#include "defs.h"): Removed. | |
4354 | (mygeneric_load): Rename from generic_load. | |
4355 | ||
4356 | * gdbserver/low-hppabsd.c (#include "server.h"): Added. | |
4357 | (#include "defs.h"): Removed. | |
4358 | (inferior_pid, perror_with_name): Remove declarations. | |
4359 | * gdbserver/low-linux.c: Likewise. | |
4360 | * gdbserver/low-nbsd.c: Likewise. | |
4361 | * gdbserver/low-sparc.c: Likewise. | |
4362 | * gdbserver/low-sun3.c: Likewise. | |
4363 | ||
4364 | * i386-stub.c: Re-indent. | |
4365 | * m68k-stub.c: Re-indent. | |
4366 | ||
58d5518e ND |
4367 | 2001-01-22 Nicholas Duffek <[email protected]> |
4368 | ||
4369 | * gdbarch.sh (PARM_BOUNDARY): Define. | |
4370 | * gdbarch.c: Regenerate. | |
4371 | * gdbarch.h: Regenerate. | |
4372 | ||
f6427ade C |
4373 | 2001-01-22 J.T. Conklin <[email protected]> |
4374 | ||
4375 | * ns32k-tdep.c: #include "frame.h" | |
4376 | * config/ns32k/tm-umax.h (FRAME_FIND_SAVED_REGS): Restore. It | |
4377 | appears to have been inadvertantly removed sometime in May 1999. | |
4378 | ||
4379 | * Revert 2000-11-09 changes where shared library objects were | |
4380 | moved from NATDEPFILES to TDEPFILES on NetBSD targets. While | |
4381 | we'd like to be able to debug dynamically linked executables, | |
4382 | this makes it impossible to build a cross debugger on a many | |
4383 | hosts. | |
4384 | ||
4385 | * config/i386/nbsd.mt: Remove solib.o, solib-svr4.o from TDEPFILES. | |
4386 | * config/i386/nbsdelf.mt: Likewise. | |
4387 | * config/m68k/nbsd.mt: Likewise. | |
4388 | * config/ns32k/nbsd.mt: Likewise. | |
4389 | * config/powerpc/nbsd.mt: Likewise. | |
4390 | * config/sparc/nbsd.mt: Likewise. | |
4391 | * config/sparc/nbsdelf.mt: Likewise. | |
4392 | * config/i386/nbsd.mh: Add solib.o, solib-svr4.o to NATDEPFILES. | |
4393 | * config/i386/nbsdelf.mh: Likewise. | |
4394 | * config/m68k/nbsd.mh: Likewise. | |
4395 | * config/ns32k/nbsd.mh: Likewise. | |
4396 | * config/powerpc/nbsd.mh: Likewise. | |
4397 | * config/sparc/nbsd.mh: Likewise. | |
4398 | ||
8052a17a JM |
4399 | 2001-01-19 Jason Merrill <[email protected]> |
4400 | ||
4401 | * dbxread.c (read_ofile_symtab): Stay with AUTO_DEMANGLING for G++. | |
4402 | (process_one_symbol): Likewise. | |
4403 | * dwarfread.c (handle_producer): Likewise. | |
4404 | ||
21a6f6bb AC |
4405 | Thu Jan 18 12:08:57 2001 Andrew Cagney <[email protected]> |
4406 | ||
4407 | * configure.in (build_warnings): Disable -Wuninitialized until GDB | |
4408 | compiles with -Wuninitialized,-Werror. | |
4409 | * configure: Regenerate. | |
4410 | ||
4411 | * MAINTAINERS: Add list of buildable targets. | |
4412 | ||
494b7ec9 AC |
4413 | Thu Jan 18 12:48:04 2001 Andrew Cagney <[email protected]> |
4414 | ||
4415 | * defs.h (STRCMP): Delete macro. | |
4416 | ||
4417 | * objfiles.c (objfile_relocate): Replace STRCMP with call to | |
4418 | strcmp. | |
4419 | * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto. | |
4420 | * symfile.c (compare_symbols): Ditto. | |
4421 | * standalone.c (open): Ditto. | |
4422 | * remote-es.c (verify_break): Ditto. | |
4423 | * cli/cli-decode.c (add_cmd, add_show_from_set): Ditto. | |
4424 | ||
4425 | * symfile.c (compare_psymbols): Delete comment refering to STRCMP. | |
4426 | ||
8038e1e2 AC |
4427 | Thu Jan 18 12:25:06 2001 Andrew Cagney <[email protected]> |
4428 | ||
4429 | * varobj.c (FREEIF): Delete macro. | |
4430 | (varobj_set_value, free_variable): Replace FREEIF with ``xfree'' | |
4431 | call. | |
4432 | ||
ea8d0b28 NC |
4433 | 2001-01-18 Nick Clifton <[email protected]> |
4434 | ||
4435 | * arc-tdep.c (arc_cpu_type_table): Add new arc core numbers. | |
4436 | (arc_print_insn): No bfd available, so pass NULL to | |
4437 | arc_get_disassembler. | |
4438 | ||
5dbd9048 JB |
4439 | 2001-01-09 James Ingham <[email protected]> |
4440 | ||
4441 | * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux to lookup | |
4442 | a mangled symbol rather than recursing into lookup_symbol, since | |
4443 | this will just re-unmangle the name & call lookup_symbol_aux - | |
4444 | leading to an infinite recursion. | |
4445 | ||
28ae27b1 MK |
4446 | 2001-01-18 Mark Kettenis <[email protected]> |
4447 | ||
4448 | * infcmd.c (print_return_value): Restore another space lost by | |
4449 | switch to UIOUT. ``$NN='' should be ``$NN =''. | |
4450 | ||
6ab3a9c9 AC |
4451 | Fri Jan 19 02:31:40 2001 Andrew Cagney <[email protected]> |
4452 | ||
4453 | * target.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT) | |
4454 | * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Wrap macro | |
4455 | definition in parenthesis. | |
4456 | ||
ad6525fc AC |
4457 | Fri Jan 19 02:13:40 2001 Andrew Cagney <[email protected]> |
4458 | ||
4459 | From 2000-10-27 Mark Salter <[email protected]>: | |
4460 | * remote.c (remote_remove_hw_breakpoint): Add 'len' field to Z | |
4461 | packet. | |
4462 | (remote_insert_hw_breakpoint): Ditto. | |
4463 | ||
6259c7e2 C |
4464 | 2001-01-17 J.T. Conklin <[email protected]> |
4465 | ||
4466 | * config/m68k/tm-nbsd.h (USE_STRUCT_CONVENTION): Define. | |
9c95b27f | 4467 | (BPT_VECTOR, REMOTE_BPT_VECTOR): Change to 0xf. |
6259c7e2 C |
4468 | * config/m68k/nbsd.mt (TDEPFILES): Add m68knbsd-tdep.o. |
4469 | * m68knbsd-tdep.c: New file. | |
4470 | ||
4471 | * i386nbsd-tdep.c: Remove #if 0'd out #includes. | |
4472 | ||
4473 | * m68knbsd-nat.c: #include gdbcore.h. | |
4474 | ||
abdcb2a5 AC |
4475 | Wed Jan 17 09:41:58 2001 Andrew Cagney <[email protected]> |
4476 | ||
4477 | * MAINTAINERS: Add J.T. Conklin to Blanket Write Privs. | |
4478 | ||
e7a8479f MS |
4479 | 2001-01-16 Michael Snyder <[email protected]> |
4480 | ||
aaeb7efa MS |
4481 | * procfs.c (procfs_stopped_by_watchpoint): Don't die if process |
4482 | goes away -- just return false (ie. not stopped by watchpoint). | |
e7a8479f MS |
4483 | * source.c (openp): Fix typo in comment. |
4484 | ||
7036d6ce ND |
4485 | 2001-01-12 Nicholas Duffek <[email protected]> |
4486 | ||
4487 | * blockframe.c (generic_get_saved_register): Spelling fix. | |
4488 | * frame.h (FRAME_FP): Spelling fix. | |
4489 | ||
9549d9c1 AC |
4490 | Fri Jan 12 18:29:46 2001 Andrew Cagney <[email protected]> |
4491 | ||
4492 | * infcmd.c (print_return_value): Restore space lost by switch to | |
4493 | UIOUT. ``$NN='' should be ``$NN =''. | |
4494 | ||
7302a204 ND |
4495 | 2001-01-08 Nicholas Duffek <[email protected]> |
4496 | ||
4497 | * regcache.c (set_register_cached, register_buffer, | |
4498 | real_register, pseudo_register fetch_register, store_register): | |
4499 | New functions. | |
4500 | (register_changed, read_relative_register_raw_bytes_for_frame, | |
4501 | registers_changed, registers_fetched, read_register_bytes, | |
4502 | read_register_gen, write_register_gen, read_register, | |
4503 | read_signed_register, write_register, supply_register): Replace | |
4504 | register_valid[] with register_cached() and | |
4505 | set_register_cached(). | |
4506 | (read_register_bytes, read_register_gen, write_register_gen, | |
4507 | read_register, read_signed_register, write_register, | |
4508 | supply_register): Replace registers[] with register_buffer(). | |
4509 | (read_register_bytes, read_register_gen, read_register, | |
4510 | read_signed_register): Call fetch_register(). | |
4511 | (write_register_gen, write_register): Call real_register() and | |
4512 | store_register(). | |
4513 | (write_register_bytes): Call store_register(). | |
4514 | * value.h (set_register_cached, register_buffer): Prototype. | |
4515 | * remote.c (remote_fetch_registers): Allocate regs[] with a | |
4516 | run-time size. Replace register_valid[] with | |
4517 | set_register_cached(). | |
4518 | (store_register_using_P, remote_store_registers): Replace | |
4519 | registers[] with register_buffer(). | |
4520 | ||
5ebd2499 ND |
4521 | 2001-01-08 Nicholas Duffek <[email protected]> |
4522 | ||
4523 | * regcache.c: Change "write-back" comment to "write-through". | |
4524 | Change "regno" to "regnum". | |
4525 | (read_register, read_signed_register): Remove "raw" from return | |
4526 | value description. | |
4527 | (supply_register): Spelling fix. | |
4528 | * value.h: Change "regno" to "regnum". | |
4529 | ||
1302fd5e FN |
4530 | 2001-01-08 Fernando Nasser <[email protected]> |
4531 | ||
4532 | * Makefile.in (install-gdbtk): Add .itcl files to the list of files | |
4533 | to be installed. | |
4534 | ||
9dcb560c MS |
4535 | 2001-01-04 Michael Snyder <[email protected]> |
4536 | ||
4537 | * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment. | |
4538 | ||
0e2fb98e ND |
4539 | 2001-01-04 Nicholas Duffek <[email protected]> |
4540 | ||
4541 | * valops.c (VALUE_SUBSTRING_START): Delete. | |
4542 | ||
12cf3f1b ND |
4543 | 2001-01-04 Nicholas Duffek <[email protected]> |
4544 | ||
4545 | * Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o. | |
4546 | (SUBDIR_CLI_SRCS): Add cli/cli-utils.c. | |
4547 | (cli_utils_h): New variable. | |
4548 | (cli/cli-utils.o): New rule. | |
4549 | * cli/cli-utils.c: New file. | |
4550 | * cli/cli-utils.h: New file. | |
4551 | ||
cc533b9d ND |
4552 | 2001-01-04 Nicholas Duffek <[email protected]> |
4553 | ||
4554 | * config/i386/tm-i386.h (REGISTER_CONVERT_TO_VIRTUAL, | |
4555 | REGISTER_CONVERT_TO_RAW): Delete trailing semicolon. | |
4556 | ||
ad2a4d09 C |
4557 | 2001-01-03 J.T. Conklin <[email protected]> |
4558 | ||
4559 | * alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in | |
4560 | comment. | |
4561 | ||
8140e7ac MS |
4562 | 2001-01-02 Michael Snyder <[email protected]> |
4563 | ||
3116c80a EZ |
4564 | * sh-tdep.c (sh_default_store_return_value): Allow for small return type. |
4565 | (sh3e_sh4_store_return_value): Call sh_default_store_return_value for | |
d19b71be | 4566 | non-float types. |
779e876b | 4567 | * sparc-tdep.c (sparc_frame_chain): Fix typo in comment. |
72e22353 MS |
4568 | Update copyright notice. |
4569 | ||
15f33b66 | 4570 | For older changes see ChangeLog-2000 |
c906108c SS |
4571 | \f |
4572 | Local Variables: | |
4573 | mode: change-log | |
4574 | left-margin: 8 | |
4575 | fill-column: 74 | |
4576 | version-control: never | |
4577 | End: |