]>
Commit | Line | Data |
---|---|---|
c170fb60 AC |
1 | 2003-01-16 Andrew Cagney <[email protected]> |
2 | ||
3 | * frame.h (frame_id_unwind_ftype): Change type so that the frame's | |
4 | ID back using a parameter. | |
5 | * frame.c (frame_id_unwind): Update call. | |
6 | (frame_saved_regs_id_unwind): Update. | |
7 | * dummy-frame.c (dummy_frame_id_unwind): Update function. | |
8 | * dummy-frame.h (struct frame_id): Add opaque declaration. | |
9 | (dummy_frame_id_unwind): Update declaration. | |
10 | ||
867f3898 AC |
11 | 2003-01-15 Andrew Cagney <[email protected]> |
12 | ||
13 | * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK. | |
14 | ||
40622be8 | 15 | 2003-01-15 Stephen P. Smith <[email protected]> |
de3a8c23 | 16 | |
40622be8 | 17 | * MAINTAINERS (Stephen P. Smith): Updated email address. |
de3a8c23 | 18 | |
ae66c1fc EZ |
19 | 2003-01-14 Elena Zannoni <[email protected]> |
20 | ||
21 | * breakpoint.c (until_break_command): Add new argument. Use it to | |
22 | decide whether to stop only at the current frame or not. | |
23 | * breakpoint.h (until_break_command): Update prototype. | |
24 | * infcmd.c (until_command): Add new argument to until_break_command | |
25 | call. | |
26 | (advance_command): New function. | |
27 | (_initialize_infcmd): Update help string for 'until' command. | |
28 | Add new 'advance' command. | |
29 | ||
a04257e6 DC |
30 | 2003-01-14 David Carlton <[email protected]> |
31 | ||
32 | * linespec.c (decode_line_1): Normalize comments. | |
33 | (set_flags): Ditto. | |
34 | (locate_first_half): Ditto. | |
35 | (decode_compound): Ditto. | |
36 | (symtab_from_filename): Ditto. | |
37 | (decode_all_digits): Ditto. | |
38 | (decode_dollar): Ditto. | |
39 | (find_methods): Ditto. | |
40 | (find_toplevel_char): Ditto. | |
41 | ||
1bac305b AC |
42 | 2003-01-13 Andrew Cagney <[email protected]> |
43 | ||
44 | * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright. | |
45 | * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright. | |
46 | * elfread.c, eval.c, expprint.c, expression.h: Update copyright. | |
47 | * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright. | |
48 | * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright. | |
49 | * language.c, language.h, m32r-tdep.c: Update copyright. | |
50 | * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright. | |
51 | * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright. | |
52 | * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright. | |
53 | * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright. | |
54 | * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright. | |
55 | * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright. | |
56 | ||
25caa7a8 EZ |
57 | 2003-01-13 Elena Zannoni <[email protected]> |
58 | ||
59 | * stabsread.h (process_later, resolve_cfront_continuation): | |
60 | Obsolete. | |
61 | Update copyright years. | |
62 | * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront. | |
63 | Update copyright year. | |
64 | * dbxread.c(struct cont_elem): Obsolete. | |
65 | (process_later, process_now): Obsolete functions. | |
66 | (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support. | |
67 | Update copyright year. | |
68 | * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros. | |
69 | (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions. | |
70 | * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront. | |
71 | (parse_partial_symbols): Obsolete cfront support. | |
72 | * stabsread.c | |
73 | (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete | |
74 | macros. | |
75 | (get_substring, get_cfront_method_physname, msg_unknown_complaint, | |
76 | read_cfront_baseclasses, read_cfront_member_functions, | |
77 | resolve_cfront_continuation,read_cfront_static_fields, | |
78 | copy_cfront_struct_fields): Obsolete functions. | |
79 | (define_symbol, read_one_struct_field): Obsolete cfront support. | |
80 | * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support. | |
81 | Update Copyright year. | |
82 | ||
7789c6f5 EZ |
83 | 2003-01-13 Elena Zannoni <[email protected]> |
84 | ||
85 | * stack.c (print_frame_info, print_stack_frame_base_stub, | |
86 | print_stack_frame_base, show_and_print_stack_frame_stub, | |
87 | show_and_print_stack_frame, print_only_stack_frame_stub, | |
88 | print_only_stack_frame): Delete functions. | |
89 | (print_stack_frame_stub): Call print_frame_info instead of | |
90 | print_frame_info_base. | |
91 | (print_frame_info_base): Rename to print_frame_info. | |
92 | (backtrace_command_1): Call print_frame_info, instead of | |
93 | print_frame_info_base. | |
94 | (current_frame_command): Call print_stack_frame, instead of | |
95 | print_only_stack_frame. | |
96 | (frame_command): Call print_stack_frame, instead of | |
97 | show_and_print_stack_frame. | |
98 | (up_command): Ditto. | |
99 | (down_command): Ditto. | |
100 | * frame.h (print_only_stack_frame): Delete prototype. | |
101 | * infrun.c (normal_stop): Call print_stack_frame, instead of | |
102 | show_and_print_stack_frame. | |
103 | * thread.c (info_threads_command): Call print_stack_frame, instead | |
104 | of print_only_stack_frame. | |
105 | ||
3f5a3016 AC |
106 | 2003-01-13 Andrew Cagney <[email protected]> |
107 | ||
d99ba314 AC |
108 | * README (Graphical interface to GDB): Update URL. Point at |
109 | gdb/links/. | |
110 | ||
3f5a3016 AC |
111 | * gdb_indent.sh: Update to version 2.2.9. Warn when not exact |
112 | version match. | |
113 | ||
083ae935 DJ |
114 | 2003-01-13 Daniel Jacobowitz <[email protected]> |
115 | ||
116 | * symtab.c (find_pc_sect_line): Don't consider end-of-function | |
117 | lines. | |
118 | ||
5365276c DJ |
119 | 2003-01-13 Daniel Jacobowitz <[email protected]> |
120 | ||
121 | * thread-db.c (attach_thread): Prototype. | |
122 | (struct private_thread_info): Remove lwpid. Add thread handle (th), | |
123 | thread information (ti), and valid flags (th_valid, ti_valid). | |
124 | (attach_thread): Move target_pid_to_str call to after the thread | |
125 | is added to GDB's list. Initialize the cache. | |
126 | (thread_get_info_callback, thread_db_map_id2thr) | |
127 | (thread_db_get_info): New functions. | |
128 | (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers) | |
129 | (thread_db_store_registers, thread_db_thread_alive) | |
130 | (thread_db_get_thread_local_address): Use them. | |
131 | (thread_db_pid_to_str): Likewise. Return "Missing" instead | |
132 | of calling error() for threads in unknown state. | |
133 | ||
134 | (clear_lwpid_callback): New function. | |
135 | (thread_db_resume): Use it to clear the cache. | |
136 | ||
9fc30b6b DJ |
137 | 2003-01-13 Daniel Jacobowitz <[email protected]> |
138 | ||
139 | * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove. | |
140 | (resume_callback): Remove dead code. | |
141 | ||
8f871025 AC |
142 | 2003-01-13 Andrew Cagney <[email protected]> |
143 | ||
144 | * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with | |
145 | predicate. | |
146 | * gdbarch.h, gdbarch.c: Regenerate. | |
147 | * stack.c (frame_info): Only initialize the saved registers when | |
148 | FRAME_INIT_SAVED_REGS_P. | |
149 | * frame.c (frame_saved_regs_register_unwind): Assert | |
150 | FRAME_INIT_SAVED_REGS_P. | |
151 | (deprecated_generic_get_saved_register): Ditto. | |
152 | ||
3f565f1e DJ |
153 | 2003-01-13 Daniel Jacobowitz <[email protected]> |
154 | ||
155 | * source.c (openp): Squelch warning about "filename". | |
156 | ||
072b1022 DJ |
157 | 2003-01-13 Daniel Jacobowitz <[email protected]> |
158 | ||
159 | * source.c (openp): If the file does not exist don't necessarily | |
160 | search the path. | |
161 | ||
973ccf8b DJ |
162 | 2003-01-13 Daniel Jacobowitz <[email protected]> |
163 | ||
164 | Fix PR gdb/872. | |
165 | * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN. | |
166 | (integer_types_same_name_p): New function. | |
167 | (rank_one_type): Use it. | |
168 | * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN. | |
169 | ||
030292b7 DJ |
170 | 2003-01-13 Daniel Jacobowitz <[email protected]> |
171 | ||
172 | * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New | |
173 | variables. | |
174 | (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE). | |
175 | * configure.in: Add --with-sysroot. | |
176 | * configure: Regenerated. | |
177 | * main.c (gdb_sysroot): New variable. | |
178 | (captured_main): Initialize gdb_sysroot. | |
179 | * defs.h (gdb_sysroot): New extern declaration. | |
180 | * solib.c (_initialize_solib): Initialize solib_absolute_prefix. | |
181 | ||
afb5d334 MC |
182 | 2003-01-12 Michael Chastain <[email protected]> |
183 | ||
184 | * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002. | |
185 | ||
751ceeb4 MC |
186 | 2003-01-12 Michael Chastain <[email protected]> |
187 | ||
188 | * top.c (print_gdb_version): Bump copyright year to 2003. | |
189 | ||
94cd26f8 DC |
190 | 2003-01-12 David Carlton <[email protected]> |
191 | ||
192 | * linespec.c (symtab_from_filename): Rename variable 's' to | |
193 | 'file_symtab'. | |
194 | ||
1ce79225 AC |
195 | 2003-01-12 Andrew Cagney <[email protected]> |
196 | ||
197 | * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a | |
198 | dummy frame. | |
199 | (d10v_frame_saved_pc, d10v_frame_chain): Ditto. | |
200 | ||
fa1fd571 AC |
201 | 2003-01-12 Andrew Cagney <[email protected]> |
202 | ||
203 | * d10v-tdep.c: Include "gdb_assert.h". | |
204 | (d10v_store_return_value): Rewrite to match current interface. | |
205 | (d10v_extract_struct_value_address): Ditto. | |
206 | (d10v_extract_return_value): Ditto. | |
207 | (d10v_gdbarch_init): Set store_restore_value, | |
208 | extract_struct_value_address and extract_return_value. | |
209 | ||
68b8d23e JB |
210 | 2003-01-12 J. Brobecker <[email protected]> |
211 | ||
212 | * hpread.c (set_namestring): New procedure replacing the | |
213 | SET_NAMESTRING macro. | |
214 | (hpread_build_psymtabs): Replace calls to SET_NAMESTRING | |
215 | by calls to set_namestring. | |
216 | ||
217 | 2003-01-11 J. Brobecker <[email protected]> | |
1fb309ea JB |
218 | |
219 | * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix | |
220 | a compilation warning. | |
221 | (hpread_process_one_debug_symbol): Likewise. | |
222 | ||
88d262ca DC |
223 | 2003-01-10 David Carlton <[email protected]> |
224 | ||
225 | * linespec.c (decode_line_1): Rename variable 's' to | |
226 | 'file_symtab'. | |
227 | (decode_all_digits): Rename argument 's' to 'file_symtab'. | |
228 | (decode_dollar): Ditto. | |
229 | (decode_variable): Ditto. | |
230 | (symbol_found): Ditto. | |
231 | ||
86669319 MC |
232 | 2003-01-09 Michael Chastain <[email protected]> |
233 | ||
234 | * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++. | |
235 | ||
616a9dc4 CV |
236 | 2003-01-07 Corinna Vinschen <[email protected]> |
237 | ||
238 | * win32-nat.c (set_process_privilege): New function. | |
239 | (child_attach): Call set_process_privilege() to enable the | |
240 | SE_DEBUG_NAME user privilege if available in process token. | |
241 | ||
3269bcfa JB |
242 | 2003-01-10 J. Brobecker <[email protected]> |
243 | ||
244 | * hpread.c (hpread_process_one_debug_symbol): Fix a small | |
245 | compilation error in the previous revision. | |
246 | ||
2b0ee454 DC |
247 | 2003-01-09 David Carlton <[email protected]> |
248 | ||
249 | * linespec.c: Update copyright. | |
250 | ||
b3ba1b44 DJ |
251 | 2003-01-09 Daniel Jacobowitz <[email protected]> |
252 | ||
253 | * lin-lwp.c (child_wait): Ignore exit statuses for processes other | |
254 | than inferior_ptid. | |
255 | (lin_lwp_wait): Ignore exit statuses for unknown LWPs. | |
256 | ||
4ef3f3be AC |
257 | 2003-01-09 Andrew Cagney <[email protected]> |
258 | ||
479ab5a0 AC |
259 | * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc. |
260 | Update comments. | |
261 | * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc. | |
262 | (frame_saved_regs_zalloc): Update. | |
263 | (frame_saved_regs_register_unwind): Update. | |
264 | (create_new_frame): Update. | |
265 | (get_prev_frame): Update. | |
266 | (frame_extra_info_zalloc): Update. | |
267 | (deprecated_get_frame_saved_regs): Update. | |
268 | * dwarf2cfi.c (cfi_init_extra_frame_info): Update. | |
269 | * cris-tdep.c: Update comment. | |
270 | ||
bde58177 AC |
271 | * somsolib.h: Fix function indentation. |
272 | * disasm.c, buildsym.c, buildsym.h: Eliminate PTR. | |
273 | * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ. | |
274 | * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ. | |
275 | * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ. | |
276 | * somsolib.c, inftarg.c: Remove assignment in if conditional. | |
277 | ||
4ef3f3be AC |
278 | * infrun.c (follow_fork): Use ISO C definition. |
279 | * expprint.c (print_subexp): Use xfree instead of free. | |
280 | * charset.c: Include "gdb_string.h" instead of <string.h>. | |
281 | (register_iconv_charsets): Use ISO C definition. | |
282 | (host_charset, target_charset): Ditto. | |
283 | * Makefile.in (charset.o): Update dependencies. | |
284 | (mi-cmd-env.o): Update dependencies. | |
285 | ||
1c615f7a AC |
286 | 2003-01-08 Andrew Cagney <[email protected]> |
287 | ||
288 | * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use | |
289 | get_frame_base. | |
290 | ||
c9a1dc08 AC |
291 | 2003-01-08 Andrew Cagney <[email protected]> |
292 | ||
293 | * gdb_mbuild.sh: Add --keep option. When specified, keep the | |
294 | build directories. Save edited gdb output in Mbuild.log. If a | |
295 | build fails, remove any final GDB executable. | |
296 | ||
dbad9d94 AC |
297 | 2003-01-08 Andrew Cagney <[email protected]> |
298 | ||
299 | * gdb_mbuild.sh: Edit the output of `maint print architecture' | |
300 | replacing hex constants with function names and stripping leading | |
301 | file name directory prefixes. | |
302 | ||
8d357cca AC |
303 | 2003-01-08 Andrew Cagney <[email protected]> |
304 | ||
305 | * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and | |
306 | get_frame_base. | |
307 | ||
bca02a8a DC |
308 | 2003-01-08 David Carlton <[email protected]> |
309 | ||
310 | * linespec.c (decode_line_1): Move code into decode_variable. | |
311 | (decode_variable): New function. | |
312 | ||
7f8ab3a0 AC |
313 | 2003-01-08 Andrew Cagney <[email protected]> |
314 | ||
315 | * mn10300-tdep.c (analyze_dummy_frame): Fix typo. | |
316 | ||
7b5849cc AC |
317 | 2003-01-08 Andrew Cagney <[email protected]> |
318 | ||
319 | * cris-tdep.c (cris_frame_init_saved_regs): Use | |
320 | get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a | |
321 | saved_regs buffer. | |
322 | * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto. | |
323 | (sh64_nofp_frame_init_saved_regs): Ditto. | |
324 | (sh_fp_frame_init_saved_regs): Ditto. | |
325 | * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack. | |
326 | * mips-tdep.c (mips_init_extra_frame_info): Ditto. | |
327 | * mcore-tdep.c (analyze_dummy_frame): Ditto. | |
328 | * mn10300-tdep.c (analyze_dummy_frame): Ditto. | |
329 | ||
72a5efb3 DJ |
330 | 2003-01-08 Daniel Jacobowitz <[email protected]> |
331 | ||
332 | * minsyms.c (lookup_minimal_symbol): Update comment. | |
333 | (lookup_minimal_symbol_text): Update comment. Use the hash table. | |
334 | (lookup_minimal_symbol_solib_trampoline): Likewise. | |
335 | ||
11c02a10 AC |
336 | 2003-01-08 Andrew Cagney <[email protected]> |
337 | ||
aab3ea25 AC |
338 | * d10v-tdep.c (d10v_init_extra_frame_info): Use |
339 | frame_relative_level. | |
340 | ||
da50a4b7 AC |
341 | * alpha-tdep.c: Use get_frame_extra_info. |
342 | * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto. | |
343 | * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto. | |
344 | * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto. | |
345 | * sparc-tdep.c, xstormy16-tdep.c: Ditto. | |
346 | ||
11c02a10 AC |
347 | * alpha-tdep.c: Use get_next_frame. |
348 | * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto. | |
349 | * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto. | |
350 | * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto. | |
351 | * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto. | |
352 | * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto. | |
353 | * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto. | |
354 | * xstormy16-tdep.c: Ditto. | |
355 | ||
1e2330ba AC |
356 | 2003-01-07 Andrew Cagney <[email protected]> |
357 | ||
358 | * alpha-tdep.c: Use get_frame_base. | |
359 | * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto. | |
360 | * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto. | |
361 | * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto. | |
362 | * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto. | |
363 | * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto. | |
364 | * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto. | |
365 | * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto. | |
366 | * config/sparc/tm-sparc.h: Ditto. | |
367 | ||
2d75187b AC |
368 | 2003-01-07 Andrew Cagney <[email protected]> |
369 | ||
370 | * frame.c (deprecated_get_frame_context): New function. | |
371 | (deprecated_set_frame_context): New function. | |
372 | * frame.h (deprecated_get_frame_context): Declare. | |
373 | (deprecated_set_frame_context): Declare. | |
374 | * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context. | |
375 | (cfi_init_extra_frame_info): Use deprecated_set_frame_context. | |
376 | ||
483d36b2 AC |
377 | 2003-01-07 Andrew Cagney <[email protected]> |
378 | ||
379 | * frame.c (deprecated_set_frame_next_hack): New function. | |
380 | (deprecated_set_frame_prev_hack): New function. | |
381 | * frame.h (deprecated_set_frame_next_hack): Declare. | |
382 | (deprecated_set_frame_prev_hack): Declare. | |
383 | * mcore-tdep.c (analyze_dummy_frame): Use | |
384 | deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack. | |
385 | * mn10300-tdep.c (analyze_dummy_frame): Ditto. | |
386 | ||
14e91ac5 DC |
387 | 2003-01-07 David Carlton <[email protected]> |
388 | ||
389 | * linespec.c (decode_line_1): Move code into decode_dollar. | |
390 | (decode_dollar): New function. | |
391 | ||
b0c6b05c AC |
392 | 2003-01-07 Andrew Cagney <[email protected]> |
393 | ||
394 | * arm-tdep.c (arm_init_extra_frame_info): Use | |
395 | deprecated_update_frame_base_hack. | |
396 | * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto. | |
397 | * mn10300-tdep.c (analyze_dummy_frame): Ditto. | |
398 | (fix_frame_pointer): Ditto. | |
399 | (mn10300_analyze_prologue): Ditto. | |
400 | ||
a00a19e9 AC |
401 | 2003-01-07 Andrew Cagney <[email protected]> |
402 | ||
403 | * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate | |
404 | extra_info using frame_extra_info_zalloc. | |
405 | * sparc-tdep.c (sparc_init_extra_frame_info): Ditto. | |
406 | * sh-tdep.c (sh_init_extra_frame_info): Ditto. | |
407 | (sh64_init_extra_frame_info): Ditto. | |
408 | * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto. | |
409 | * s390-tdep.c (s390_init_extra_frame_info): Ditto. | |
410 | * mips-tdep.c (mips_init_extra_frame_info): Ditto. | |
411 | * mcore-tdep.c (mcore_init_extra_frame_info): Ditto. | |
412 | * frv-tdep.c (frv_init_extra_frame_info): Ditto. | |
413 | * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto. | |
414 | * ia64-tdep.c (ia64_init_extra_frame_info): Ditto. | |
415 | * h8300-tdep.c (h8300_init_extra_frame_info): Ditto. | |
416 | * d10v-tdep.c (d10v_init_extra_frame_info): Ditto. | |
417 | * cris-tdep.c (cris_init_extra_frame_info): Ditto. | |
418 | * arm-tdep.c (arm_init_extra_frame_info): Ditto. | |
419 | * alpha-tdep.c (alpha_init_extra_frame_info): Ditto. | |
420 | ||
421 | * mn10300-tdep.c (analyze_dummy_frame): Use | |
422 | deprecated_set_frame_extra_info_hack. | |
423 | * mcore-tdep.c (analyze_dummy_frame): Ditto. | |
424 | ||
1fb4c65b JB |
425 | 2003-01-07 J. Brobecker <[email protected]> |
426 | ||
427 | * mdebugread.c (parse_symbol): Skip stProc entries which storage | |
428 | class is not scText. These do not define "real" procedures. | |
429 | (parse_partial_symbols): Likewise. | |
430 | ||
9fe7d6bf MS |
431 | 2003-01-06 Michael Snyder <[email protected]> |
432 | ||
433 | * lin-lwp.c: Added or elaborated on "debug lin-lwp" info. | |
434 | ||
f6c609c4 AC |
435 | 2003-01-06 Andrew Cagney <[email protected]> |
436 | ||
437 | * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare. | |
438 | * frame.c (deprecated_frame_xmalloc_with_cleanup): New function. | |
439 | * arm-tdep.c (arm_frame_chain): Allocate caller_fi using | |
440 | deprecated_frame_xmalloc_with_cleanup. | |
441 | * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using | |
442 | deprecated_frame_xmalloc. | |
443 | * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy. | |
444 | * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame. | |
445 | ||
d995ff4b AC |
446 | 2003-01-06 Andrew Cagney <[email protected]> |
447 | ||
84dc46cb AC |
448 | * x86-64-linux-tdep.c: Include "osabi.h". |
449 | * Makefile.in (x86-64-linux-tdep.o): Update dependencies. | |
450 | ||
d995ff4b AC |
451 | * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach. |
452 | ||
66140c26 AC |
453 | 2003-01-06 Andrew Cagney <[email protected]> |
454 | ||
455 | * MAINTAINERS (Target Instruction Set Architectures): Update | |
456 | arm-elf. Can be built with -Werror, has been multiarched. | |
457 | ||
458 | * value.h (unpack_long): Make buffer parameter constant. | |
459 | (unpack_double, unpack_pointer, unpack_field_as_long): Ditto. | |
460 | * scm-lang.h (scm_parse): Ditto. | |
461 | * defs.h (extract_typed_address, extract_address): Ditto. | |
462 | (extract_long_unsigned_integer): Ditto. | |
463 | * inferior.h (unsigned_pointer_to_address): Ditto. | |
464 | (signed_pointer_to_address): Ditto. | |
465 | * gdbarch.sh (POINTER_TO_ADDRESS): Ditto. | |
466 | * gdbarch.h, gdbarch.c: Regenerate. | |
467 | * findvar.c (extract_long_unsigned_integer): Update. | |
468 | (extract_address): Update. | |
469 | (extract_typed_address): Update. | |
470 | (unsigned_pointer_to_address): Update. | |
471 | * values.c (unpack_long): Update. | |
472 | (unpack_double): Update. | |
473 | (unpack_pointer): Update. | |
474 | (unpack_field_as_long): Update. | |
475 | * d10v-tdep.c (d10v_pointer_to_address): Update. | |
476 | * avr-tdep.c (avr_pointer_to_address): Update. | |
477 | * scm-lang.c (scm_unpack): Update. | |
478 | * findvar.c (signed_pointer_to_address): Update. | |
479 | ||
b089b3da ML |
480 | 2003-01-06 Michal Ludvig <[email protected]> |
481 | ||
482 | * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore | |
483 | since it is in i386-tdep.c. | |
484 | ||
aff87235 JB |
485 | 2003-01-06 J. Brobecker <[email protected]> |
486 | ||
487 | * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation | |
488 | failure introduced in the previous change. | |
489 | ||
34f5e845 MC |
490 | 2003-01-05 Michael Chastain <[email protected]> |
491 | ||
492 | * README: Remove references to deleted remote-*.c files: | |
493 | remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c, | |
494 | remote-nrom.c, remote-os9k.c, remote-udi.c. | |
495 | ||
28bcfd30 MK |
496 | 2003-01-05 Mark Kettenis <[email protected]> |
497 | ||
498 | * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64. | |
499 | * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about | |
500 | i386_get_longjmp_target. | |
501 | ||
15a5b3ee AC |
502 | 2003-01-05 Andrew Cagney <[email protected]> |
503 | ||
504 | * arm-tdep.c (prologue_cache): Change to a pointer. | |
505 | (_initialize_arm_tdep): Allocate prologue_cache. | |
506 | (check_prologue_cache): Update. | |
507 | (save_prologue_cache): Update. | |
508 | (arm_gdbarch_init): Update. | |
509 | ||
c263362b DJ |
510 | 2003-01-04 Daniel Jacobowitz <[email protected]> |
511 | ||
512 | * stabsread.c (update_method_name_from_physname): Call complaint() | |
513 | instead of error. | |
514 | ||
51603483 DJ |
515 | 2003-01-04 Daniel Jacobowitz <[email protected]> |
516 | ||
517 | * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test. | |
518 | * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests. | |
519 | * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test. | |
520 | ||
521 | * blockframe.c: Include "gdbcmd.h" and "command.h". | |
522 | (backtrace_below_main): New variable. | |
523 | (file_frame_chain_valid, func_frame_chain_valid) | |
524 | (nonnull_frame_chain_valid, generic_file_frame_chain_valid) | |
525 | (generic_func_frame_chain_valid): Remove functions. | |
526 | (frame_chain_valid, do_flush_frames_sfunc): New functions. | |
527 | (_initialize_blockframe): New function. | |
528 | * Makefile.in (blockframe.o): Update dependencies. | |
529 | * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME | |
530 | comment. Call frame_chain_valid (). | |
531 | * frame.h: Remove old prototypes. Add prototype for | |
532 | frame_chain_valid and update comments to match. | |
533 | * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function. | |
534 | Remove old comment. | |
535 | * gdbarch.h: Regenerated. | |
536 | * gdbarch.c: Regenerated. | |
537 | ||
538 | * alpha-tdep.c (alpha_gdbarch_init): Don't call | |
539 | set_gdbarch_frame_chain_valid. | |
540 | * avr-tdep.c (avr_gdbarch_init): Likewise. | |
541 | * cris-tdep.c (cris_gdbarch_init): Likewise. | |
542 | * frv-tdep.c (frv_gdbarch_init): Likewise. | |
543 | * h8300-tdep.c (h8300_gdbarch_init): Likewise. | |
544 | * i386-tdep.c (i386_svr4_init_abi): Likewise. | |
545 | (i386_nw_init_abi): Likewise. | |
546 | (i386_gdbarch_init): Likewise. | |
547 | * ia64-tdep.c (ia64_gdbarch_init): Likewise. | |
548 | * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise. | |
549 | * m68k-tdep.c (m68k_gdbarch_init): Likewise. | |
550 | * mcore-tdep.c (mcore_gdbarch_init): Likewise. | |
551 | * mips-tdep.c (mips_gdbarch_init): Likewise. | |
552 | * mn10300-tdep.c (mn10300_gdbarch_init): Likewise. | |
553 | * ns32k-tdep.c (ns32k_gdbarch_init): Likewise. | |
554 | * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise. | |
555 | * rs6000-tdep.c (rs6000_gdbarch_init): Likewise. | |
556 | * s390-tdep.c (s390_gdbarch_init): Likewise. | |
557 | * sh-tdep.c (sh_gdbarch_init): Likewise. | |
558 | * sparc-tdep.c (sparc_gdbarch_init): Likewise. | |
559 | * v850-tdep.c (v850_gdbarch_init): Likewise. | |
560 | * vax-tdep.c (vax_gdbarch_init): Likewise. | |
561 | * x86-64-tdep.c (x86_64_init_abi): Likewise. | |
562 | ||
563 | * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define. | |
564 | * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise. | |
565 | * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise. | |
566 | * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise. | |
567 | * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise. | |
568 | * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise. | |
569 | * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise. | |
570 | * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise. | |
571 | ||
b00a8037 DJ |
572 | 2002-01-04 Daniel Jacobowitz <[email protected]> |
573 | ||
574 | * Makefile.in (acconfig_h): Remove incorrect macro. | |
575 | (config_h): Define. | |
576 | (osabi.o): Update dependencies. | |
577 | * configure.tgt: Set gdb_osabi based on target triplet. | |
578 | * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi. | |
579 | * configure: Regenerated. | |
580 | * config.in: Regenerated. | |
581 | * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h". | |
582 | (GDB_OSABI_DEFAULT): Define if not already defined. | |
583 | (user_osabi_state, user_selected_osabi, gdb_osabi_available_names) | |
584 | (set_osabi_string): New variables. | |
585 | (gdbarch_register_osabi): Add new OS ABI to | |
586 | gdb_osabi_available_names. | |
587 | (gdbarch_lookup_osabi): Honor specified and default OS ABIs. | |
588 | (set_osabi, show_osabi): New functions. | |
589 | (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands. | |
590 | ||
4be87837 DJ |
591 | 2003-01-04 Daniel Jacobowitz <[email protected]> |
592 | ||
593 | * arch-utils.c (gdbarch_info_init): Set osabi to | |
594 | GDB_OSABI_UNINITIALIZED. | |
595 | * gdbarch.sh: Add osabi to struct gdbarch and to struct | |
596 | gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi | |
597 | in gdbarch_list_lookup_by_info and in gdbarch_update_p. | |
598 | * gdbarch.c: Regenerated. | |
599 | * gdbarch.h: Regenerated. | |
600 | * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if | |
601 | there's no BFD. | |
602 | (gdbarch_init_osabi): Remove osabi argument; use info.osabi. | |
603 | * osabi.h (enum gdb_osabi): Move to defs.h. | |
604 | (gdbarch_init_osabi): Update prototype. | |
605 | * defs.h (enum gdb_osabi): Moved here. | |
606 | * Makefile.in: Update dependencies. | |
607 | ||
608 | * alpha-tdep.h: Don't include "osabi.h". | |
609 | (struct gdbarch_tdep): Remove osabi member. | |
610 | * alpha-tdep.c: Include "osabi.h". | |
611 | (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't | |
612 | iterate over arches. Update call to gdbarch_init_osabi. | |
613 | (alpha_dump_tdep): Don't dump osabi. | |
614 | * alpha-linux-tdep.c: Include "osabi.h". | |
615 | * alpha-osf1-tdep.c: Include "osabi.h". | |
616 | * alphafbsd-tdep.c: Include "osabi.h". | |
617 | * alphanbsd-tdep.c: Include "osabi.h". | |
618 | ||
619 | * arm-tdep.h: Don't include "osabi.h". | |
620 | (struct gdbarch_tdep): Remove osabi member. | |
621 | * arm-tdep.c: Include "osabi.h". | |
622 | (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't | |
623 | iterate over arches. Update call to gdbarch_init_osabi. | |
624 | (arm_dump_tdep): Don't dump osabi. | |
625 | * arm-linux-tdep.c: Include "osabi.h". | |
626 | * armnbsd-tdep.c: Include "osabi.h". | |
627 | ||
628 | * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi. | |
629 | Update call to gdbarch_init_osabi. | |
630 | ||
631 | * i386-tdep.h: Don't include "osabi.h". | |
632 | (struct gdbarch_tdep): Remove osabi member. | |
633 | * i386-tdep.c: Include "osabi.h". | |
634 | (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't | |
635 | iterate over arches. Update call to gdbarch_init_osabi. | |
636 | (i386_dump_tdep): Don't dump osabi. | |
637 | * i386-linux-tdep.c: Include "osabi.h". | |
638 | * i386-sol2-tdep.c: Include "osabi.h". | |
639 | * i386bsd-tdep.c: Include "osabi.h". | |
640 | * i386gnu-tdep.c: Include "osabi.h". | |
641 | * i386ly-tdep.c: Include "osabi.h". | |
642 | * i386nbsd-tdep.c: Include "osabi.h". | |
643 | * i386obsd-tdep.c: Include "osabi.h". | |
644 | ||
645 | * mips-tdep.c (struct gdbarch_tdep): Remove osabi member. | |
646 | (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't | |
647 | check osabi when iterating over arches. Update call to | |
648 | gdbarch_init_osabi. | |
649 | (mips_dump_tdep): Don't dump osabi. | |
650 | ||
651 | * ns32k-tdep.h: Don't include "osabi.h". | |
652 | (struct gdbarch_tdep): Remove. | |
653 | * ns32k-tdep.c (ns32k_gdbarch_init): Don't call | |
654 | gdbarch_lookup_osabi. Don't iterate over arches. Don't | |
655 | allocate tdep. Update call to gdbarch_init_osabi. | |
656 | (ns32k_dump_tdep): Remove. | |
657 | (_initialize_ns32k_tdep): Update call to gdbarch_register. | |
658 | * ns32knbsd-tdep.c: Include "osabi.h". | |
659 | ||
660 | * ppc-tdep.h: Don't include "osabi.h". | |
661 | (struct gdbarch_tdep): Remove osabi member. | |
662 | * rs6000-tdep.c: Include "osabi.h". | |
663 | (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check | |
664 | osabi when iterating over arches. Update call to | |
665 | gdbarch_init_osabi. | |
666 | (rs6000_dump_tdep): Don't dump osabi. | |
667 | * ppc-linux-tdep.c: Include "osabi.h". | |
668 | * ppcnbsd-tdep.c: Include "osabi.h". | |
669 | ||
670 | * sh-tdep.h: Don't include "osabi.h". | |
671 | (struct gdbarch_tdep): Remove osabi member. | |
672 | * sh-tdep.c: Include "osabi.h". | |
673 | (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't | |
674 | iterate over arches. Update call to gdbarch_init_osabi. | |
675 | (sh_dump_tdep): Don't dump osabi. | |
676 | * shnbsd-tdep.c: Include "osabi.h". | |
677 | ||
678 | * sparc-tdep.c: Include "osabi.h". | |
679 | (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't | |
680 | iterate over arches. Update call to gdbarch_init_osabi. | |
681 | (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the | |
682 | tdep structure. | |
683 | ||
684 | * vax-tdep.h: Don't include "osabi.h". | |
685 | (struct gdbarch_tdep): Remove. | |
686 | * vax-tdep.c: Include "osabi.h". | |
687 | (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't | |
688 | iterate over arches. Don't allocate tdep. Update call | |
689 | to gdbarch_init_osabi. | |
690 | (vax_dump_tdep): Remove. | |
691 | (_initialize_vax_tdep): Update call to gdbarch_register. | |
692 | ||
a881cf8e DJ |
693 | 2003-01-04 Daniel Jacobowitz <[email protected]> |
694 | ||
695 | * breakpoint.c (insert_breakpoints): Skip disabled breakpoints | |
696 | entirely. | |
697 | (breakpoint_re_set_one): Don't fetch the value for a disabled | |
698 | watchpoint. | |
699 | ||
1e698235 DJ |
700 | 2003-01-04 Daniel Jacobowitz <[email protected]> |
701 | ||
702 | * buildsym.h (processing_hp_compilation): Remove obsolete variable. | |
703 | * gdbarch.sh Remove include of "value.h" in gdbarch.h. | |
704 | (COERCE_FLOAT_TO_DOUBLE): Remove. | |
705 | * gdbarch.c: Regenerate. | |
706 | * gdbarch.h: Regenerate. | |
707 | * Makefile.in: Remove value_h from gdbarch_h. | |
708 | * valops.c (coerce_float_to_double): New variable. | |
709 | (default_coerce_float_to_double): Remove. | |
710 | (standard_coerce_float_to_double): Remove. | |
711 | (value_arg_coerce): Use coerce_float_to_double. | |
712 | (_initialize_valops): Add "set coerce-float-to-double". | |
713 | * value.h (default_coerce_float_to_double): Remove prototype. | |
714 | (standard_coerce_float_to_double): Remove prototype. | |
715 | ||
716 | * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as | |
717 | prototyped. | |
718 | * mdebugread.c (parse_symbol): Likewise. | |
719 | * stabsread.c (define_symbol): Mark all functions as prototyped. | |
720 | ||
721 | * hppa-tdep.c (hppa_coerce_float_to_double): Remove. | |
722 | * alpha-tdep.c (alpha_gdbarch_init): Remove call to | |
723 | set_gdbarch_coerce_float_to_double. | |
724 | * arm-tdep.c (arm_gdbarch_init): Likewise. | |
725 | * frv-tdep.c (frv_gdbarch_init): Likewise. | |
726 | * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out). | |
727 | * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise. | |
728 | * mips-tdep.c (mips_gdbarch_init): Likewise. | |
729 | (mips_coerce_float_to_double): Remove. | |
730 | * rs6000-tdep.c (rs6000_gdbarch_init): Likewise. | |
731 | (rs6000_coerce_float_to_double): Remove. | |
732 | * s390-tdep.c (s390_gdbarch_init): Likewise. | |
733 | * sh-tdep.c (sh_gdbarch_init): Likewise. | |
734 | (sh_coerce_float_to_double): Remove. | |
735 | * sparc-tdep.c (sparc_gdbarch_init): Likewise. | |
736 | (sparc_coerce_float_to_double): Remove. | |
737 | * v850-tdep.c (v850_gdbarch_init): Likewise. | |
738 | * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise. | |
739 | * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove. | |
740 | * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove. | |
741 | (hppa_coerce_float_to_double): Remove prototype. | |
742 | * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove. | |
743 | ||
f436a26a DJ |
744 | 2003-01-04 Daniel Jacobowitz <[email protected]> |
745 | ||
746 | * regformats/reg-m68k.dat: Remove fpcode and fpflags. | |
747 | ||
248f8055 DJ |
748 | 2003-01-04 Daniel Jacobowitz <[email protected]> |
749 | ||
750 | Suggested by Stewart Brown <[email protected]>: | |
751 | * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show | |
752 | in recursive calls. Handle TYPE_CODE_TYPEDEF. | |
753 | (c_type_print_varspec_suffix): Likewise. | |
754 | ||
72cfdc76 MK |
755 | 2003-01-04 Mark Kettenis <[email protected]> |
756 | ||
bfd260bb MK |
757 | * configure.in: Don't set and AC_SUBST SUBDIRS. |
758 | * configure: Regenerated. | |
759 | ||
72cfdc76 MK |
760 | * configure.in: Remove code dealing with shared libraries. |
761 | * Makefile.in: Remove HLDFLAGS and HLDENV. | |
762 | * configure: Regenerated. | |
763 | ||
c8b8a898 AC |
764 | 2003-01-04 Andrew Cagney <[email protected]> |
765 | ||
766 | * frame.c (deprecated_frame_xmalloc): New function. | |
767 | (deprecated_set_frame_saved_regs_hack): New function. | |
768 | (deprecated_set_frame_extra_info_hack): New function. | |
769 | * frame.h (deprecated_frame_xmalloc): Declare. | |
770 | (deprecated_set_frame_saved_regs_hack): Declare. | |
771 | (deprecated_set_frame_extra_info_hack): Declare. | |
772 | ||
14abd0fb MK |
773 | 2003-01-04 Mark Kettenis <[email protected]> |
774 | ||
8ee53726 MK |
775 | * configure.in: Move code that provides the --enable-gdbtk option |
776 | right after the code that handles the --enable-tui option, and | |
777 | polish it somewhat. | |
778 | * configure: Regenerated. | |
779 | ||
14abd0fb MK |
780 | * configure.in: Call AC_GNU_SOURCE. Check for pread64 using |
781 | AC_CHECK_FUNCS and remove the old check for pread64. | |
782 | * acinclude.m4 (AC_GNU_SOURCE): New macro. | |
783 | * acconfig.h (_GNU_SOURCE): Add. | |
784 | (HAVE_PREAD64): Remove. | |
785 | * configure, aclocal.m4, config.in: Regenerated. | |
786 | ||
b2fb4676 AC |
787 | 2003-01-03 Andrew Cagney <[email protected]> |
788 | ||
789 | * alpha-tdep.c: Use get_frame_saved_regs. | |
790 | * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto. | |
791 | * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto. | |
792 | * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto. | |
793 | * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto. | |
794 | * vax-tdep.c, xstormy16-tdep.c: Ditto. | |
795 | ||
8dcde887 MK |
796 | 2003-01-03 Mark Kettenis <[email protected]> |
797 | ||
798 | * configure.in: Remove all use of the SUBDIRS variable; add | |
799 | directories using the AC_CONFIG_SUBDIRS macro instead. Polish | |
800 | code providing the --enable-multi-ice option, and move it right in | |
801 | front of the code that checks whether gdbserver is supported. | |
802 | Polish that too. | |
803 | * configure: Regenerated. | |
804 | * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of | |
805 | @SUBDIRS@. | |
806 | ||
8ccd593b AC |
807 | 2003-01-03 Andrew Cagney <[email protected]> |
808 | ||
809 | * alpha-tdep.c: Use deprecated_update_frame_base_hack. | |
810 | * avr-tdep.c, cris-tdep.c: Ditto. | |
811 | * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto. | |
812 | * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto. | |
813 | ||
91151a06 MK |
814 | 2003-01-03 Mark Kettenis <[email protected]> |
815 | ||
816 | * configure.in: Remove --enable-netrom option. | |
817 | * configure: Regenerated. | |
818 | ||
8fe84d01 MK |
819 | 2003-01-03 Mark Kettenis <[email protected]> |
820 | ||
821 | * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward | |
822 | declaration for `struct re_pattern_buffer' instead. | |
823 | * Makefile.in (cli_decode_h): Remove $(gdb_regex_h). | |
824 | ||
f0394be6 JB |
825 | 2003-01-03 J. Brobecker <[email protected]> |
826 | ||
827 | * mdebugread.c (parse_symbol): Count until the stEnd matching | |
828 | the structure name. | |
829 | ||
27e9bf90 MK |
830 | 2003-01-02 Mark Kettenis <[email protected]> |
831 | ||
93d331ba MK |
832 | * configure.in: Remove --with-cpu option. |
833 | subscripts. Remove evil changequotes here. | |
834 | * acconfig.h (TARGET_CPU_DEFAULT): Remove. | |
835 | * config.in, configure: Regenerated. | |
836 | ||
27e9bf90 MK |
837 | * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove. |
838 | * configure.in: Cleanup section that sources GDB and BFD configure | |
839 | subscripts. Remove evil changequotes here. | |
840 | * config.in, configure: Regenerated. | |
841 | ||
50abf9e5 AC |
842 | 2003-01-02 Andrew Cagney <[email protected]> |
843 | ||
844 | * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack | |
845 | frame accessor methods. | |
846 | * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto. | |
847 | * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto. | |
848 | * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto. | |
849 | * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto. | |
850 | * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto. | |
851 | * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto. | |
852 | * z8k-tdep.c: Ditto. | |
853 | ||
287c1a40 MK |
854 | 2003-01-02 Mark Kettenis <[email protected]> |
855 | ||
f5dbc56d MK |
856 | * configure.in: Remove UI_OUT configuration code. |
857 | * ada-lang.c: Update assuming UI_OUT is always true. | |
858 | * Makefile.in (UIOUT_CFLAGS): Remove. | |
859 | * configure: Regenerated. | |
860 | * TODO: Remove blurb about elimination of -DUI_OUT. | |
861 | ||
627af7ea MK |
862 | * configure.in: Move code that provides the --enable-gdbcli, |
863 | --enable-gdbmi options right before the code that handles the | |
864 | --enable-tui option. Polish a bit. | |
865 | * configure: Regenerated. | |
866 | ||
06825bd1 MK |
867 | * configure.in: Rewrite check for GNU regex and the |
868 | --without-included regex option, and move it into the "Checks for | |
869 | library functions" section. This makes us use the system regex | |
870 | again by default on systems with version 2 of the GNU C library. | |
871 | This was apparently broken. | |
872 | * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define. | |
873 | * acconfig.h (USE_INCLUDED_REGEX): Remove. | |
874 | * config.in, configure: Regenerated. | |
875 | ||
287c1a40 MK |
876 | * configure.in: Move code that provides the --enable-tui option |
877 | before the "Checks for libraries" section. Polish the code | |
878 | somewhat and set need_curses to yes if we build the TUI. Rewrite | |
879 | code that looks for a library providing termcap functionality to | |
880 | match more closely what's done in the Readline library, and move | |
881 | it into to the "Checks for libraries" section. | |
882 | * configure: Regenerated. | |
883 | * Makefile.in (TERMCAP): Remove variable. | |
884 | * config/i386/go32.mh (TERMCAP): Remove variable. | |
885 | ||
684e56bf AC |
886 | 2003-01-02 Andrew Cagney <[email protected]> |
887 | ||
888 | * MAINTAINERS: Mention gdb_mbuild.sh. | |
889 | * gdb_mbuild.sh: Rewrite. | |
890 | ||
e1ea1d75 MK |
891 | 2003-01-02 Mark Kettenis <[email protected]> |
892 | ||
893 | * configure.in: Fix typo in last change. | |
894 | * config.in, configure: Regenerated. | |
895 | ||
1b831c93 AC |
896 | 2003-01-02 Andrew Cagney <[email protected]> |
897 | ||
898 | * valarith.c (value_binop): Delete obsolete code and comments. | |
899 | * configure.host: Ditto. | |
900 | * buildsym.h (make_blockvector): Ditto. | |
901 | * buildsym.c (make_blockvector): Ditto. | |
902 | * defs.h (enum language): Ditto. | |
903 | (chill_demangle): Ditto. | |
904 | * elfread.c (elf_symtab_read): Ditto. | |
905 | * dwarfread.c (CHILL_PRODUCER): Ditto. | |
906 | (set_cu_language): Ditto. | |
907 | (handle_producer): Ditto. | |
908 | * expprint.c (print_subexp): Ditto. | |
909 | * gdbtypes.c (chill_varying_type): Ditto. | |
910 | * gdbtypes.h (builtin_type_chill_bool): Ditto. | |
911 | (builtin_type_chill_char, builtin_type_chill_long): Ditto. | |
912 | (builtin_type_chill_ulong, builtin_type_chill_real): Ditto. | |
913 | (chill_varying_type): Ditto. | |
914 | * language.h (_LANG_chill): Ditto. | |
915 | * language.c (binop_result_type, integral_type): Ditto. | |
916 | (character_type, string_type, structured_type): Ditto. | |
917 | (lang_bool_type, binop_type_check): Ditto. | |
918 | * stabsread.h (os9k_stabs): Ditto. | |
919 | * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto. | |
920 | (define_symbol, read_type, read_struct_fields): Ditto. | |
921 | (read_array_type, read_enum_type, read_huge_number): Ditto. | |
922 | (read_range_type, start_stabs): Ditto. | |
923 | * symfile.c (init_filename_language_table): Ditto. | |
924 | (add_psymbol_with_dem_name_to_list): Ditto. | |
925 | * symtab.c (symbol_init_language_specific): Ditto. | |
926 | (symbol_init_demangled_name, symbol_demangled_name): Ditto. | |
927 | * symtab.h (struct general_symbol_info): Ditto. | |
928 | (SYMBOL_CHILL_DEMANGLED_NAME): Ditto. | |
929 | * typeprint.c (typedef_print): Ditto. | |
930 | * utils.c (fprintf_symbol_filtered): Ditto. | |
931 | * valops.c (value_cast, search_struct_field, value_slice): Delete | |
932 | obsolete code. | |
933 | (varying_to_slice): Delete function. | |
934 | * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents. | |
935 | (varying_to_slice): Delete declaration. | |
936 | * MAINTAINERS: Update. | |
937 | ||
8bb2c122 MK |
938 | 2003-01-02 Mark Kettenis <[email protected]> |
939 | ||
97bf5e38 MK |
940 | * configure.in: Reorganize "Checks for library functions section" |
941 | a bit. Remove check for `btowc' and `isascii' functions. | |
942 | * configure: Regenerated. | |
943 | ||
5ee754fc MK |
944 | * acconfig.h (_MSE_INT_H): Remove. |
945 | * configure.in: Create "Checks for header files" section, and move | |
946 | appropriate tests there. Don't check for objlist.h, wchar.h, | |
947 | wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h> | |
948 | misdetection fix. Also add "Checks for types", "Checks for | |
949 | compiler characteristics" and "Checks for library functions" | |
950 | sections. | |
951 | * config.in, configure: Regenerated. | |
952 | ||
8bb2c122 MK |
953 | * configure.in: Create "Checks for programs" section, and move |
954 | appropriate tests there. | |
955 | ||
9a156167 MK |
956 | 2003-01-01 Mark Kettenis <[email protected]> |
957 | ||
958 | * configure.in: Create "Checks for libraries" section, and move | |
959 | appropriate tests there. Cleanup check for wctype in libw. Use | |
960 | AC_SEARCH_LIBS to see whether we need libsocket. | |
961 | * configure: Regenerated. | |
962 | ||
a80e2bcb | 963 | For older changes see ChangeLog-2002 |
c906108c SS |
964 | \f |
965 | Local Variables: | |
966 | mode: change-log | |
967 | left-margin: 8 | |
968 | fill-column: 74 | |
969 | version-control: never | |
970 | End: |