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