2009-12-23 Stan Shebs <stan@codesourcery.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2009-12-23 Stan Shebs <stan@codesourcery.com>
2
3 * ax-gdb.h (gen_trace_for_var): Declare.
4 * ax-gdb.c (gen_trace_for_var): New function.
5 * dwarf2loc.c (dwarf_expr_frame_base_1): New function, split from...
6 (dwarf_expr_frame_base): ...here.
7 (dwarf2_tracepoint_var_ref): Add computed location case.
8 * tracepoint.c (collect_symbol): Add scope arg and LOC_COMPUTED
9 case.
10 (add_local_symbols): Update call to collect_symbol.
11 (encode_actions): Ditto.
12
13 2009-12-23 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
14
15 PR gdb/11110
16 * tracepoint.h (deprecated_trace_find_hook)
17 (deprecated_trace_start_stop_hook): Declare extern.
18 * tracepoint.c (deprecated_trace_find_hook)
19 (deprecated_trace_start_stop_hook): Define.
20
21 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
22
23 * breakpoint.c (bpstat_stop_status): Iterate using ALL_BREAKPOINTS and
24 the B->LOC list. Remove gdb_assert on B. Change bp_hardware_watchpoint
25 continue to break. Remove variable update_locations. Remove HIT_COUNT
26 increment protection by an ENABLE_STATE check. Inline the delayed
27 update_global_location_list call.
28
29 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
30
31 * breakpoint.c (bpstat_stop_status): Check BL->SHLIB_DISABLED.
32 (print_breakpoint_location): New comment. Check LOC->SHLIB_DISABLED.
33 Check LOC validity before printing it. Use LOC instead of B->LOC.
34 Swap the if conditionals order.
35
36 2009-12-23 Tom Tromey <tromey@redhat.com>
37
38 * Makefile.in (SFILES): Add exceptions.c.
39
40 2009-12-22 Joel Brobecker <brobecker@adacore.com>
41
42 GDB 7.0.1 released.
43
44 2009-12-22 Hui Zhu <teawater@gmail.com>
45
46 * record.c (record_message): Change argument.
47 (record_message_wrapper): New function.
48 (do_record_message): Change it name to
49 "record_message_wrapper_safe".
50 Let it call "record_message_wrapper".
51 (record_resume_error): Deleted.
52 (record_resume): Call "record_message".
53 (record_wait): Deleted record_resume_error.
54 Call "record_message_wrapper_safe".
55 Set status when do_record_message need stop the inferior.
56
57 2009-12-21 Doug Evans <dje@google.com>
58
59 * linux-nat.c (kill_lwp): Minor cleanup, move definition of
60 tkill_failed into ifdef HAVE_TKILL_SYSCALL. Move setting of errno
61 there too. Delete unnecessary resetting of errno after syscall.
62 Minor comment changes to match gdbserver/linux-low.c:kill_lwp.
63
64 2009-12-21 Alan Modra <amodra@gmail.com>
65
66 * MAINTAINERS: Update my email address.
67
68 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
69
70 * mi/mi-main.c (mi_cmd_gdb_exit): Flush raw_stdout.
71
72 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
73
74 PR gdb/10884
75
76 * value.c (value_primitive_field): Call check_typedef
77 on the type.
78
79 2009-12-21 Joel Brobecker <brobecker@adacore.com>
80
81 * COPYING: Update to GPL version 3.
82
83 2009-12-20 Michael Snyder <msnyder@vmware.com>
84
85 * amd64-tdep.c (amd64_epilogue_frame_cache): Fix buf size.
86
87 2009-12-20 Joel Brobecker <brobecker@adacore.com>
88
89 * darwin-nat-info.c, solib-spu.c, spu-multiarch.c,
90 regformats/regdat.sh, features/Makefile: Update copyright header.
91
92 2009-12-19 Maciej W. Rozycki <macro@codesourcery.com>
93
94 * arm-linux-tdep.c (ARM_OABI_SYSCALL_RESTART_SYSCALL): New macro.
95 (ARM_LDR_PC_SP_12): Likewise.
96 (arm_linux_restart_syscall_init): New function.
97 (arm_linux_restart_syscall_tramp_frame): New variable.
98 (arm_linux_init_abi): Install the
99 arm_linux_restart_syscall_tramp_frame unwinder.
100
101 2009-12-18 Doug Evans <dje@google.com>
102
103 * gdb_proc_service.h (psaddr_t): Fix type.
104 * linux-thread-db.c (thread_db_info.td_thr_tls_get_addr_p): Fix
105 signature to match glibc.
106 (thread_db_get_thread_local_address): Use psaddr_t for type of
107 address to match parameter of td_thr_tls_get_addr_p.
108 Cast through psaddr_t instead of (void*) to match parameter of
109 td_thr_tls_get_addr_p.
110
111 2009-12-17 Stan Shebs <stan@codesourcery.com>
112
113 * breakpoint.c (bpstat_check_location): Check for tracepoints.
114
115 2009-12-16 Michael Snyder <msnyder@vmware.com>
116
117 * i386-tdep.c (i386_process_record): Reformat comments.
118
119 2009-12-15 Gaius Mulley <gaius@glam.ac.uk>
120
121 * dwarf2read.c (read_subroutine_type): Add the subroutine
122 type to the die immediately to allow a parameter type to be
123 the same subroutine type.
124
125 2009-12-15 Tristan Gingold <gingold@adacore.com>
126
127 * machoread.c (macho_symfile_read): Set section size of dsym bfd
128 from main bfd.
129
130 2009-12-15 Tristan Gingold <gingold@adacore.com>
131
132 * machoread.c (macho_check_dsym): Read uuid directly from load command
133 instead of from a fake section.
134
135 2009-12-15 Tristan Gingold <gingold@adacore.com>
136
137 * machoread.c (macho_symtab_read): Add comments. Always set
138 first_offset.
139
140 2009-12-14 Tristan Gingold <gingold@adacore.com>
141
142 * symfile.h (find_separate_debug_file_by_buildid): Remove prototype.
143 (bfd_open_maybe_remote): New prototype.
144 * symfile.c (bfd_open_maybe_remote): New function.
145 (separate_debug_file_exists, reread_symbols): Use it.
146 (struct build_id, build_id_bfd_get, build_id_verify)
147 (build_id_to_debug_filename)
148 (find_separate_debug_file_by_buildid): Move these ...
149 * elfread.c (struct build_id)
150 (build_id_bfd_get, build_id_verify, build_id_to_debug_filename)
151 (find_separate_debug_file_by_buildid): ... here.
152
153 2009-12-13 Paul N. Hilfinger <hilfinger@adacore.com>
154
155 * dwarf2read.c (struct attribute): Increase sizes of unsnd and snd
156 fields to allow larger integer sizes.
157 (read_subrange_type): Increase size of bound values.
158 Add logic to determine signedness based on base-type size, signedness.
159 (read_attribute_value): Change format for bad byte size in message.
160 (read_8_bytes): Increase size of result type.
161 (dump_die_shallow): Change format for value.
162 (dwarf2_get_attr_constant_value): Increase size of return type.
163 Correct comment.
164 * gdbtypes.c (create_range_type): Change API to increase size of
165 bounds. struct field -> union field.
166 Always take signedness from base type.
167 (check_typedef): Use new API for TYPE_LOW_BOUND, TYPE_HIGH_BOUND.
168 (recursive_dump_type, copy_type_recursive): Adjust to new
169 representation of range types.
170 * gdbtypes.h (fields_or_bounds): New union containing struct field and
171 new struct range_bounds, used for range types.
172 (TYPE_RANGE_DATA): New macro to access range_bounds member.
173 (TYPE_LOW_BOUND, TYPE_HIGH_BOUND): Represent with new TYPE_RANGE_DATA.
174 (TYPE_LOW_BOUND_UNDEFINED, TYPE_HIGH_BOUND_UNDEFINED): New macros,
175 taking over the job of TYPE_FIELD_ARTIFICIAL for range bounds.
176 (SET_TYPE_LOW_BOUND, SET_TYPE_HIGH_BOUND, SET_TYPE_LOW_BOUND_DEFINED)
177 (SET_TYPE_HIGH_BOUND_DEFINED): New macros.
178 (TYPE_FIELDS, TYPE_BASECLASS, TYPE_BASECLASS_NAME, TYPE_FIELD)
179 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED)
180 (TYPE_ARRAY_LOWER_BOUND_IS_UNDEFINED, TYPE_ARRAY_UPPER_BOUND_VALUE)
181 (TYPE_ARRAY_LOWER_BOUND_VALUE): Adjust to new representation.
182 (create_range_type): Adjust API.
183 * ada-lang.c (ada_modulus): Use new extended bound values.
184 (discrete_type_low_bound): Rename to...
185 (ada_discrete_type_low_bound): ... and make external.
186 (discrete_type_high_bound): Rename to...
187 (ada_discrete_type_high_bound): ... and make external.
188 (ada_value_slice_from_ptr, ada_array_bound_from_type)
189 (ada_evaluate_subexp, to_fixed_range_type):
190 Use ada_discrete_type_low_bound, ada_discrete_type_high_bound.
191 * ada-typeprint.c (print_range): Use ada_discrete_type_low_bound,
192 ada_discrete_type_high_bound. Don't look at field count, which
193 is no longer meaningful. Print bounds whenever argument is a range
194 or enumeration.
195 * ada-lang.h (ada_discrete_type_low_bound,ada_discrete_type_high_bound):
196 Declare.
197 * varobj.c (c_describe_child): Adjust to render larger values.
198 * mdebugread.c (parse_type): Use proper abstractions for range types:
199 TYPE_RANGE_DATA, SET_TYPE_LOW_BOUND_DEFINED,
200 SET_TYPE_HIGH_BOUND_DEFINED.
201 * p-typeprint.c (pascal_type_print_varspec_prefix): Use larger format
202 for bounds.
203
204 2009-12-11 Michael Snyder <msnyder@vmware.com>
205
206 * main.c (captured_main): Indentation.
207
208 2009-12-10 Michael Snyder <msnyder@vmware.com>
209
210 * i386-tdep.c (i386_record_lea_modrm_addr): Indent goto label.
211 (i386_process_record): Indent goto label. Use prefix opcode
212 constants from include/opcode/i386.h in switch statement.
213
214 2009-12-10 Chris Moller <cmoller@redhat.com>
215
216 PR gdb/9399
217 * valops.c (value_cast_structs): Added test to return NULL if no
218 casting needed.
219
220 2009-12-10 Oza Pawandeep <paawan1982@yahoo.com>
221
222 * i386-tdep.c: Support for floating point recording.
223 Records and Replay the i386 floating point registers,
224 of i387 FPU.
225 (i386_record_floats): New function.
226 (i386_process_record): Implement FP insns.
227
228 2009-12-03 Tristan Gingold <gingold@adacore.com>
229
230 * machoread.c (macho_symfile_read): Use symbol_file_add_separate
231 to add dsym files.
232
233 2009-12-09 Tristan Gingold <gingold@adacore.com>
234
235 * symfile.h (symbol_file_add_separate): New prototype.
236 (find_separate_debug_file_by_buildid): Ditto.
237 (find_separate_debug_file_by_debuglink): Ditto.
238 * symfile.c (reread_separate_symbols): Remove.
239 (find_separate_debug_file): Split into ...
240 (find_separate_debug_file_by_buildid): ... this and ...
241 (find_separate_debug_file_by_debuglink): ... this.
242 (symbol_file_add_with_addrs_or_offsets): Do not save orig_addrs.
243 Remove separate debug file handling.
244 (symbol_file_add_separate): New function.
245 (reread_symbols): Do not considere separate debug files, but free
246 them while handling their parent. Reindent.
247 * coffread.c (coff_symfile_read): Handle separate object file.
248 * elfread.c (elf_symfile_read): Ditto.
249
250 2009-12-09 Joel Brobecker <brobecker@adacore.com>
251
252 * acinclude.m4: Update comment.
253
254 2009-12-09 Joel Brobecker <brobecker@adacore.com>
255
256 * acinclude.m4: Link against in-tree libiconv by adding
257 libiconv.a to the LIBS instead of using -liconv.
258 * configure: Regenerate.
259
260 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
261
262 PR python/10804
263
264 * python/py-type.c (typy_range): New Function.
265
266 2009-12-07 Doug Evans <dje@google.com>
267
268 * charset.c: Include environ.h.
269 (ignore_line_p): New function.
270 (find_charset_names): Handle older versions of iconv that print
271 human-readable output even if stdout is not a tty.
272
273 2009-12-07 Kevin Buettner <kevinb@redhat.com>
274
275 * configure.tgt: Add rx-*-elf target.
276 * rx-tdep.c: New target.
277 * NEWS: Announce Renesas RX support.
278
279 2009-12-07 Tristan Gingold <gingold@adacore.com>
280
281 * symfile.h (struct sym_fns): Adjust comment on sym_read.
282 * symfile.c (syms_from_objfile): Pass all symfile flags to sym_read.
283 * dbxread.c (dbx_symfile_read): Rename mainline to symfile_flags,
284 adjust header comment.
285 * elfread.c (elf_symfile_read): Ditto.
286 * somread.c (som_symfile_read): Ditto.
287 * xcoffread.c (xcoff_initial_scan): Ditto.
288 * coffread.c (coff_symfile_read): Rename mainline to symfile_flags.
289 * machoread.c (macho_symfile_read): Ditto.
290 * mipsread.c (mipscoff_symfile_read): Ditto.
291
292 2009-12-07 Tristan Gingold <gingold@adacore.com>
293
294 * dbxread.c (dbx_symfile_read): No need to test mainline to call
295 init_psymbol_list.
296 * xcoffread.c (xcoff_initial_scan): Ditto;
297 * coffread.c (coff_symfile_read): Remove call to init_psymbol_list.
298 * elfread.c (elf_symfile_read): Ditto.
299 * machoread.c (macho_symfile_read): Ditto.
300
301 2009-12-04 Daniel Jacobowitz <dan@codesourcery.com>
302
303 * valops.c (value_struct_elt_for_reference): Do not rely on
304 field order.
305
306 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
307
308 * python/py-type.c (convert_field): New attribute "is_base_class".
309
310 2009-12-03 Tom Tromey <tromey@redhat.com>
311
312 * python/python.c (gdbpy_parse_and_eval): New function.
313 (GdbMethods): Add "parse_and_eval".
314
315 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
316
317 * linux-thread-db.c (find_new_threads_once): Change errp and err types
318 to td_err_e.
319 (thread_db_find_new_threads_2): Change err type to td_err_e.
320
321 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
322
323 PR gdb/11022
324
325 * breakpoint.c (invalidate_bp_value_on_memory_change):
326 New function.
327 (_initialize_breakpoint): Add it as memory change observer.
328
329 2009-12-03 Tristan Gingold <gingold@adacore.com>
330
331 * machoread.c (macho_sym_fns): Set sym_segment routine.
332
333 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
334
335 * ada-lang.c (ada_value_assign): Use observer_notify_memory_changed.
336 * valops.c (value_assign): Likewise.
337 * defs.h (deprecated_memory_changed_hook): Remove.
338 * top.c (deprecated_memory_changed_hook): Likewise.
339 * interps.c (clear_interpreter_hooks): Adjust.
340
341 2009-12-02 Tristan Gingold <gingold@adacore.com>
342
343 * symfile.h (dwarf2_build_psymtabs): Remove mainline parameter in
344 prototype.
345 * dwarf2read.c (dwarf2_build_psymtabs): Remove mainline paramter in
346 definition, simplify code assuming it is always 0.
347 * coffread.c (coff_symfile_read): Adjust call.
348 * elfread.c (elf_symfile_read): Ditto.
349 * machoread.c (macho_symfile_read): Explicitely calls
350 init_psymbol_list if mainline is set.
351
352 2009-12-02 Tristan Gingold <gingold@adacore.com>
353
354 * dwarf2read.c (dwarf2_build_psymtabs_easy): Remove mainline parameter.
355 (dwarf2_build_psymtabs_hard): Ditto.
356 (dwarf2_build_psymtabs): Ajust calls.
357 * stabsread.h (elfstab_build_psymtabs): Remove mainline parameter on
358 the prototype.
359 (coffstab_build_psymtabs): Ditto.
360 (stabsect_build_psymtabs): Ditto.
361 * dbxread.c (coffstab_build_psymtabs): Remove mainline parameter on
362 the definition.
363 (elfstab_build_psymtabs): Ditto.
364 (stabsect_build_psymtabs): Ditto.
365 * coffread.c (coff_symfile_read): Adjust call.
366 * elfread.c (elf_symfile_read): Ditto.
367 * somread.c (som_symfile_read): Ditto.
368
369 2009-12-02 Tristan Gingold <gingold@adacore.com>
370
371 * charset.c (_initialize_charset): Set a default value to
372 auto_host_charset_name if empty.
373
374 2009-12-01 Joseph Myers <joseph@codesourcery.com>
375
376 * gcore.c: Include solib.h.
377 (gcore_create_callback): Call solib_keep_data_in_core when
378 considering not saving memory in core file.
379 * solib-svr4.c (svr4_keep_data_in_core): New.
380 (_initialize_svr4_solib): Initialize
381 svr4_so_ops.keep_data_in_core.
382 * solib.c (solib_keep_data_in_core): New.
383 * solib.h (solib_keep_data_in_core): Declare.
384 * solist.h (struct target_so_ops): Add keep_data_in_core.
385
386 2009-11-30 Joseph Myers <joseph@codesourcery.com>
387
388 * configure: Regenerate.
389
390 2009-11-28 Vladimir Prus <vladimir@codesourcery.com>
391
392 * target.c (target_terminal_inferior): Use target_can_async_p, not
393 target_is_async_p.
394
395 2009-11-27 Ulrich Weigand <uweigand@de.ibm.com>
396
397 * s390-nat.c (s390_can_use_hw_breakpoint): Only support breakpoints
398 of type bp_hardware_watchpoint.
399
400 2009-11-27 Joel Brobecker <brobecker@adacore.com>
401
402 * ada-lang.c: Apply some corrections to the previous comment addition.
403
404 2009-11-26 Joel Brobecker <brobecker@adacore.com>
405
406 * ada-lang.c: Update the comment explaining how to evaluate
407 Ada expressions.
408
409 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
410
411 PR gdb/8704
412
413 * breakpoint.c (find_condition_and_thread): Correct task error message.
414 * c-exp.y (yylex): Stop before "thread N", "task N", or abbreviations
415 of those.
416
417 2009-11-24 Joel Brobecker <brobecker@adacore.com>
418
419 * acinclude.m4: Include ../config/zlib.m4.
420 * configure.ac: Use AM_ZLIB to check for zlib support.
421 * configure: Regenerate.
422
423 2009-11-24 Joel Brobecker <brobecker@adacore.com>
424
425 * breakpoint.c (expand_line_sal_maybe): Adjust adjust the SAL
426 past the function prologue in the case where we were given only
427 one SAL.
428
429 2009-11-24 Pedro Alves <pedro@codesourcery.com>
430
431 * record.c (init_record_ops, init_record_core_ops): Actually
432 install record_stopped_data_address.
433
434 2009-11-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
435
436 * dwarf2read.c [HAVE_MMAP] (MAP_FAILED): Define if missing.
437
438 2009-11-23 Tom Tromey <tromey@redhat.com>
439
440 * dwarf2read.c (find_partial_die): Don't reassign to 'back_to'.
441
442 2009-11-23 Michael Snyder <msnyder@vmware.com>
443
444 * NEWS: Mention hw watchpoint fix for process record.
445
446 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
447
448 * cli/cli-cmds.c (disassemble_command): Split on comma.
449 (init_cli_cmds): Update help.
450 * NEWS: Mention incompatible change to 'disassemble'.
451
452 2009-11-22 Pedro Alves <pedro@codesourcery.com>
453
454 Make hardware breakpoints work for process repord.
455
456 * record.c (record_wait): Only adjust PC on software breakpoints
457 hits.
458
459 2009-11-22 Pedro Alves <pedro@codesourcery.com>
460 Michael Snyder <msnyder@vmware.com>
461
462 Make hardware watchpoints work for process record.
463
464 * breakpoint.c (hardware_watchpoint_inserted_in_range): New.
465 * breakpoint.h (hardware_watchpoint_inserted_in_range): Declare.
466 * record.c (record_beneath_to_stopped_by_watchpoint)
467 (record_beneath_to_stopped_data_address, record_hw_watchpoint):
468 New globals.
469 (record_exec_insn): Check for watchpoint hits.
470 (tmp_to_stopped_by_watchpoint, tmp_to_stopped_data_address): New
471 globals.
472 (record_open): Set tmp_to_stopped_by_watchpoint,
473 tmp_to_stopped_data_address,
474 record_beneath_to_stopped_by_watchpoint and
475 record_beneath_to_stopped_data_address.
476 (record_wait): Report watchpoint hits to the core. Update and
477 extend comments.
478 (record_stopped_by_watchpoint): New.
479 (record_stopped_data_address): New.
480 (init_record_ops): Install them.
481 (init_record_core_ops): Ditto.
482
483 2009-11-21 Pedro Alves <pedro@codesourcery.com>
484
485 * breakpoint.c (update_watchpoint): Skip creating locations and
486 reading the selected frame if there's no execution.
487 (bpstat_stop_status): Use is_hardware_watchpoint. If not
488 stopping, update watchpoints and the global location list, instead
489 of removing and inserting all breakpoints.
490 (breakpoint_address_is_meaningful): Hardware watchpoints also have
491 a meaningful target address.
492 (watchpoint_locations_match): New.
493 (breakpoint_locations_match): New.
494 (watch_command_1): Create the watchpoint breakpoint without any
495 location initially. Use update_watchpoint to create the
496 watchpoint locations.
497 (update_global_location_list): Use breakpoint_locations_match, so
498 watchpoint locations are handled too. Also detect duplicate
499 watchpoint locations.
500
501 2009-11-21 Pedro Alves <pedro@codesourcery.com>
502
503 * breakpoint.h (struct breakpoint) <watchpoint_thread>: New field.
504 * breakpoint.c (watchpoint_in_thread_scope): New.
505 (update_watchpoint): Skip if the local watchpoint's thread doesn't
506 match the current thread, or if the current thread is running.
507 (watchpoint_check): Ditto.
508 (watch_command_1): Set the watchpoint's watchpoint_thread field.
509
510 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
511
512 * breakpoint.c (bp_location_compare): Change parameter a to ap and b to
513 bp. New variables a and b.
514 (bp_location_compare_for_qsort): Remove.
515 (update_global_location_list): Use now bp_location_compare.
516
517 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
518
519 Fix repeated rwatch output.
520 * amd64-linux-nat.c (amd64_linux_dr_set, amd64_linux_dr_set_control)
521 (amd64_linux_dr_set_addr, amd64_linux_dr_reset_addr)
522 (amd64_linux_dr_get_status): New comments.
523 (amd64_linux_dr_unset_status): New function.
524 (_initialize_amd64_linux_nat): Install it.
525 * i386-linux-nat.c (i386_linux_dr_get, i386_linux_dr_set)
526 (i386_linux_dr_set_control, i386_linux_dr_set_addr)
527 (i386_linux_dr_reset_addr, i386_linux_dr_get_status): New comments.
528 (i386_linux_dr_unset_status): New function.
529 (_initialize_i386_linux_nat): Install it.
530 * i386-nat.c (I386_DR_WATCH_MASK): New macro.
531 (I386_DR_WATCH_HIT): Use I386_DR_WATCH_MASK.
532 (i386_insert_aligned_watchpoint): Call i386_dr_low.unset_status.
533 * i386-nat.h (struct i386_dr_low_type): Extend comments for
534 set_control, set_addr, reset_addr and get_status. New unset_status.
535 * breakpoint.c (update_watchpoint): Extend the comment.
536
537 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
538 Pedro Alves <pedro@codesourcery.com>
539
540 Fix reordered watchpoints triggered in other threads during all-stop.
541
542 * linux-nat.c (resume_callback, linux_nat_resume): Clear
543 stopped_by_watchpoint.
544 (save_sigtrap, linux_nat_stopped_by_watchpoint)
545 (linux_nat_stopped_data_address): New.
546 (stop_wait_callback, linux_nat_filter_event): Call save_sigtrap.
547 (linux_nat_add_target): Install linux_nat_stopped_by_watchpoint
548 and linux_nat_stopped_data_address.
549 * linux-nat.h (struct lwp_info): New fields stopped_by_watchpoint,
550 stopped_data_address_p and stopped_data_address.
551
552 2009-11-20 Michael Snyder <msnyder@vmware.com>
553
554 * target.h (struct target_ops): New methods to_get_bookmark
555 and to_goto_bookmark.
556 (target_get_bookmark): New macro.
557 (target_goto_bookmark): New macro.
558 * target.c (dummy_get_bookmark): New function, default implementation.
559 (dummy_goto_bookmark): New function, default implementation.
560 (update_current_target): Inherit new methods.
561 * record.c (record_get_bookmark): New function.
562 (record_goto_bookmark): New function.
563 (init_record_ops): Set to_get_bookmark and to_goto_bookmark methods.
564 * reverse.c (struct bookmark): New type.
565 (save_bookmark_command): New function (command).
566 (delete_bookmark_command): New function (command).
567 (goto_bookmark_command): New function (command).
568 (bookmarks_info): New function (command).
569 (_initialize_reverse): Add new bookmark commands.
570 * command.h (enum command_class): Add class_bookmark.
571 * NEWS: Mention bookmark commands.
572
573 2009-11-20 Pedro Alves <pedro@codesourcery.com>
574
575 * breakpoint.c (update_global_location_list): Fix duplicate
576 locations detection.
577
578 2009-11-20 Pedro Alves <pedro@codesourcery.com>
579
580 * infrun.c (handle_inferior_event): Hardware hatchpoint traps are
581 never random signals.
582 * breakpoint.c (update_global_location_list): Always delete
583 immediately delete hardware watchpoint locations and other
584 locations whose target address isn't meaningful. Update comment
585 explaining the hazard of moribund locations.
586
587 2009-11-19 Joel Brobecker <brobecker@adacore.com>
588
589 * ada-lang.c (discrete_type_p): TYPE_CODE_BOOL is also a discrete type.
590
591 2009-11-19 Joel Brobecker <brobecker@adacore.com>
592
593 * completer.c (complete_line_internal): Make sure the command
594 completer is not NULL before calling it.
595
596 2009-11-19 Jerome Guitton <guitton@adacore.com>
597
598 * ada-lang.c (packed_array_type): Rename to...
599 (constrained_packed_array_type): ...and update comment.
600 (decode_packed_array, decode_constrained_packed_array): Ditto.
601 (decode_packed_array_type, decode_constrained_packed_array_type):
602 Ditto.
603 (ada_is_constrained_packed_array_type): New function.
604 (ada_is_unconstrained_packed_array_type): New function.
605 (decode_packed_array_bitsize): New function, extracted from
606 decode_packed_array_type.
607 (ada_type_of_array): Add support for unconstrained packed arrays.
608 (ada_coerce_to_simple_array_ptr, ada_coerce_to_simple_array)
609 (ada_array_bound_from_type, ada_array_bound, ada_array_length)
610 (ada_prefer_type, to_fixed_array_type, ada_evaluate_subexp): Resync.
611 * ada-lang.h (ada_is_packed_array_type,
612 ada_is_constrained_packed_array_type): Renaming.
613 * ada-valprint.c (ada_val_print_1): Resync.
614 * ada-typeprint.c (print_array_type, ada_print_type): Resync.
615
616 2009-11-19 Joel Brobecker <brobecker@adacore.com>
617
618 Wrong function used to perform address addition/subtraction.
619 * ada-lang.c (ada_type_match): Stop making TYPE_CODE_VOID
620 a wildcard matching any type. For types that we don't already
621 handle specifically, make sure that both types have the same code.
622
623 2009-11-19 Joel Brobecker <brobecker@adacore.com>
624
625 * ada-lang.c (ada_decode): Add handling of "TB" suffixes for
626 task bodies.
627
628 2009-11-19 Joel Brobecker <brobecker@adacore.com>
629
630 * ada-lang.c (ada_remove_Xbn_suffix): New function.
631 (find_old_style_renaming_symbol): Add handling for function suffixes
632 present in the name of various procedures.
633 Do not overwrite the function symbol's name.
634
635 2009-11-19 Pedro Alves <pedro@codesourcery.com>
636
637 * breakpoint.c (breakpoint_address_bits): Visit all locations'
638 gdbarchs, not the breakpoint's gdbarch.
639
640 2009-11-18 Vladimir Prus <vladimir@codesourcery.com>
641
642 * cli/cli-script.c (process_next_line): Recognize 'end'
643 even when the line has leading space and we're not parsing
644 commands.
645
646 2009-11-18 Tom Tromey <tromey@redhat.com>
647
648 * symtab.c (symbol_set_names): Correctly set 'name' on symbol when
649 lookup name differs.
650
651 2009-11-18 Tristan Gingold <gingold@adacore.com>
652
653 * machoread.c (macho_oso_symfile): Fix typo. Add comments.
654
655 2009-11-17 Jan Kratochvil <jan.kratochvil@redhat.com>
656
657 * dbxread.c (set_namestring): Remove cast to unsigned. Check N_STRX
658 overflow.
659
660 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
661
662 * features/m68k-core.xml: New file.
663
664 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
665
666 * regformats/reg-cf.dat: New file.
667
668 2009-11-17 Daniel Jacobowitz <dan@codesourcery.com>
669
670 * m68k-tdep.c (m68k_register_name): Check fpregs_present.
671 (m68k_gdbarch_init): Remove a duplicate of set_gdbarch_fp0_regnum.
672
673 2009-11-17 Jan Kratochvil <jan.kratochvil@redhat.com>
674
675 Fix wrong debug output with `set debug infrun 1'.
676 * gdb/infrun.c (handle_inferior_event <debug_infrun>): New variable
677 old_chain. Temporarily switch INFERIOR_PTID.
678 * target.h (target_stopped_by_watchpoint): Extend the comment.
679 (target_stopped_data_address): New comment.
680
681 2009-11-16 Tom Tromey <tromey@redhat.com>
682
683 * xcoffread.c (scan_xcoff_symtab): Update.
684 * symfile.h (add_psymbol_to_list): Update prototype.
685 * symfile.c (add_psymbol_to_bcache): Add copy_name argument.
686 (add_psymbol_to_list): Likewise.
687 * stabsread.c (define_symbol): Update.
688 * mdebugread.c (parse_partial_symbols): Update.
689 (handle_psymbol_enumerators): Update.
690 (new_symbol): Update.
691 * dbxread.c (read_dbx_symtab): Update.
692 * coffread.c (process_coff_symbol): Update.
693 * symtab.h (prim_record_minimal_symbol_full): Declare.
694 (SYMBOL_SET_NAMES): Add copy_name argument.
695 * symtab.c (struct demangled_name_entry): New struct.
696 (hash_demangled_name_entry): New function.
697 (eq_demangled_name_entry): Likewise.
698 (create_demangled_names_hash): Use new functions.
699 (symbol_set_names): Use struct demangled_name_entry. Add
700 copy_name argument.
701 * minsyms.c (prim_record_minimal_symbol_full): New function.
702 (prim_record_minimal_symbol_and_info): Use it.
703 * elfread.c (record_minimal_symbol): Add name_len and copy_name
704 arguments. Call prim_record_minimal_symbol_full.
705 (elf_symtab_read): Add copy_names argument.
706 (elf_symfile_read): Update calls to elf_symtab_read.
707 * dwarf2read.c (add_partial_symbol): Don't copy symbol names.
708 (load_partial_dies): Likewise.
709 (new_symbol): Likewise.
710 * cp-namespace.c (check_one_possible_namespace_symbol): Don't save
711 name on the obstack. Update call to SYMBOL_SET_NAMES.
712
713 2009-11-15 Pedro Alves <pedro@codesourcery.com>
714
715 * infrun.c (handle_inferior_event): When handling a fork or vfork
716 event, check if the bpstat causes a stop, instead of if it
717 explains the signal.
718 * breakpoint.c (bpstat_causes_stop): New.
719 * breakpoint.h (bpstat_causes_stop): Declare.
720
721 2009-11-15 Pedro Alves <pedro@codesourcery.com>
722
723 * breakpoint.c (should_be_inserted): Don't insert breakpoints if
724 the pspace doesn't allow breakpoints.
725 (insert_breakpoint_locations): Remove waiting_for_vfork_done
726 special case. Expect watchpoints that shouldn't be inserted, to
727 not be inserted.
728 * progspace.h (struct program_space) <breakpoints_not_allowed>:
729 New field.
730 * infrun.c (handle_inferior_event): Clear it.
731 * linux-nat.c (linux_child_follow_fork): Set it.
732
733 2009-11-13 Doug Evans <dje@google.com>
734
735 * dcache.c (dcache_hit, dcache_read_line): Tweak comments.
736 (dcache_peek_byte, dcache_init, dcache_xfer_memory): Ditto.
737 * target.c (memory_xfer_partial): Tweak comments.
738 (target_xfer_partial, target_write_memory): Add comment.
739 (target_read_partial): Remove note from 2003-10-21.
740 (target_read, target_write): Add comments.
741
742 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
743
744 * inline-frame.c (find_inline_frame_state): Check for changed PC
745 here...
746 (inline_frame_sniffer): ... not here.
747
748 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
749
750 * ui-file.c (stdio_file_read): Call gdb_select before read.
751
752 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
753
754 * mips-tdep.c (mips_insn16_frame_this_id): Mark the outermost
755 frame.
756 (mips_insn32_frame_this_id): Likewise.
757
758 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
759
760 * elfread.c (elf_symtab_read): Only mark a minimal symbol as
761 special if it actually exists. Merge the checks for this
762 conditions.
763
764 2009-11-13 Kazu Hirata <kazu@codesourcery.com>
765 Maxim Kuvyrkov <maxim@codesourcery.com>
766
767 * remote-fileio.c (remote_fileio_request): Send Ctrl-C if it is
768 pending.
769 * remote-fileio.h: Update the prototype for remote_fileio_request.
770 * remote.c (struct remote_state): Add ctrlc_pending_p.
771 (remote_open_1): Clear ctrlc_pending_p.
772 (remote_stop_as): Set ctrlc_pending_p to 1.
773 (remote_wait_as): Pass ctrlc_pending_p to remote_fileio_request.
774
775 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
776
777 * arm-tdep.c (arm_skip_stub): Recognize RealView veneer functions.
778
779 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
780
781 * breakpoint.c (update_watchpoint): Only fiddle with frames for
782 local watchpoints.
783
784 2009-11-13 Pedro Alves <pedro@codesourcery.com>
785
786 * infrun.c (handle_inferior_event): Set stop_print_frame on
787 TARGET_WAITKIND_LOADED events, if stopping on solib-events.
788
789 2009-11-13 Doug Evans <dje@google.com>
790
791 * dcache.c (dcache_block): Replace member newer with next,prev.
792 (dcache_struct): Delete member newest.
793 (block_func): New typedef.
794 (append_block, remove_block, for_each_block): New functions.
795 (invalidate_block, free_block): New functions.
796 (dcache_invalidate): Update
797 (dcache_invalidate_line, dcache_alloc): Update to use new list
798 accessors.
799 (dcache_free): Ditto. Fix memory leak.
800
801 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
802
803 * python/py-prettyprint.c (print_string_repr): Suppress
804 address printing
805
806 2009-11-13 Tristan Gingold <gingold@adacore.com>
807
808 * avr-tdep.c (avr_push_dummy_call): Fix endianness issue and avoid
809 overlap between returned structure and return address/parameters.
810
811 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
812
813 * remote-fileio.c (remote_fileio_func_read): Limit console
814 reads to 16K.
815
816 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
817 Paul Brook <paul@codesourcery.com>
818
819 * c-typeprint.c (c_type_print_base): Skip artificial fields.
820 Use get_vptr_fieldno to skip the vtable pointer.
821 * dwarf2read.c (dwarf2_add_field): Set FIELD_ARTIFICIAL on artificial
822 fields.
823 (dwarf2_add_member_fn): Complain about virtual member functions
824 without DW_AT_vtable_elem_location and force TYPE_CPLUS_DYNAMIC.
825 * gdbtypes.c (get_vptr_fieldno): Update comment.
826 * gdbtypes.h (struct cplus_struct_type): Add is_dynamic.
827 (TYPE_CPLUS_DYNAMIC): New macro.
828 * gnu-v3-abi.c (gnuv3_dynamic_class): New.
829 (gnuv3_get_vtable): Rewrite to use gnuv3_dynamic_class. Move higher.
830 (gnuv3_rtti_type, gnuv3_get_virtual_fn, gnuv3_baseclass_offset): Use
831 gnuv3_get_vtable.
832 * varobj.c (cplus_class_num_children, cplus_describe_child): Skip
833 artificial fields. Use get_vptr_fieldno to skip the vtable pointer.
834
835 2009-11-12 Paul Brook <paul@codesourcery.com>
836 Daniel Jacobowitz <dan@codesourcery.com>
837
838 * dwarf2read.c (dwarf2_add_member_fn): Calculate virtual function
839 offset for classes without DW_AT_containing_type.
840
841 2009-11-12 Paul Brook <paul@codesourcery.com>
842 Daniel Jacobowitz <dan@codesourcery.com>
843
844 * dwarf2read.c (struct field_info): Add baseclasses.
845 (dwarf2_add_field): Add base classes to a separate list.
846 (dwarf2_attach_fields_to_type): Merge base classes and fields.
847
848 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
849
850 * dwarf2read.c (process_psymtab_comp_unit): Initialize per_cu backlink
851 at the same time as the forward link.
852 (load_partial_comp_unit): Initialize per_cu links before calling
853 init_cu_die_reader.
854
855 2009-11-11 Paul Pluzhnikov <ppluzhnikov@google.com>
856
857 PR gdb/10838
858 * linux-thread-db.c (thread_db_info): New member.
859 (disable_thread_event_reporting): Call td_ta_clear_event.
860
861 2009-11-11 Keith Seitz <keiths@redhat.com>
862
863 * linespec.c (lookup_prefix_sym): Lookup the symbol
864 in both STRUCT_DOMAIN and VAR_DOMAIN.
865
866 2009-11-11 Michael Snyder <msnyder@vmware.com>
867
868 * darwin-nat-info.c: Update copyright.
869 * dbxread.c: Ditto.
870 * gdbarch.sh: Ditto.
871 * gdbarch.c: Ditto.
872 * gdbarch.h: Ditto.
873 * inline-frame.c: Ditto.
874 * inline-frame.h: Ditto.
875 * s390-nat.c: Ditto.
876
877 2009-11-11 Michael Snyder <msnyder@vmware.com>
878
879 * findvar.c (top level): Fix and add comments.
880
881 2009-11-10 Keith Seitz <keiths@redhat.com>
882
883 * c-exp.y (operator_stoken): New function.
884 (OPERATOR): New token.
885 (NEW): New token.
886 (DELETE): New token.
887 (operator): New rule.
888 (name): Add operator.
889 (ident_tokens): Add "new", "delete", and "operator".
890 * gdbtypes.c (rank_one_type): Don't complain about
891 void pointer conversion badness if both types are
892 void pointers.
893
894 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
895
896 * symfile.c (separate_debug_file_exists): Change parameter parent_name
897 to parent_objfile. New variables parent_stat and abfd_stat. Call
898 strcmp and then bfd_stat functions to verify if NAME matches.
899 (find_separate_debug_file): Update the passed parameter at caller.
900
901 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
902
903 * objfiles.c (objfile_relocate): Update also the field psymtabs_addrmap.
904
905 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
906
907 * configure.ac: Call ACX_LARGEFILE.
908 * aclocal.m4: Call m4_include for ../config/largefile.m4 and
909 ../config/plugins.m4.
910 * configure: Regenerate.
911 * config.in: Regenerate.
912
913 2009-11-10 Keith Seitz <keiths@redhat.com>
914
915 * c-exp.y: Add new rule for resolving method overloads.
916 * eval.c (make_params): New function.
917 (free_param_types): New function.
918 (evaluate_subexp_standard): Pass expect_type to value_aggregate_elt.
919 Handle case TYPE_INSTANCE.
920 (evaluate_subexp_for_address): Pass expect_type to value_aggregate_elt.
921 * expression.h (enum exp_opcode): Add TYPE_INSTANCE.
922 (compare_parameters): Add declaration.
923 * parse.c (operator_length_standard): Add TYPE_INSTANCE.
924 * valops.c (value_aggregate_elt): Add new expect_type parameter.
925 Pass expect_type to value_struct_elt_for_reference.
926 (value_struct_elt_for_reference): Add expect_type parameter and use
927 compare_parameters.
928 Check for overload matches with and without artificial parameters.
929 Skip artificial methods.
930 (compare_parameters): New function.
931 * value.h (value_aggregate_elt): Add new expect_type parameter.
932
933 2009-11-10 Joseph Myers <joseph@codesourcery.com>
934
935 * solib-svr4.c (enable_break): Call
936 gdbarch_convert_from_func_ptr_addr on results of looking up
937 fallback symbol names.
938
939 2009-11-10 Daniel Gutson <dgutson@codesourcery.com>
940
941 * procfs.c (procfs_do_thread_registers): Added a call to fetch
942 register values before saving them in the core file
943 through the gcore command.
944 (procfs_corefile_thread_callback): Removed the backup of
945 inferior_ptid before calling procfs_do_thread_registers since
946 the function already saves and restores it before returning.
947
948 2009-11-10 Michael Snyder <msnyder@vmware.com>
949
950 * dcache.c (dcache_invalidate_line): Remove block from used list
951 when adding it to freed list.
952
953 2009-11-10 Michael Snyder <msnyder@vmware.com>
954
955 * dcache.c: Fix typo, shorten long lines in comment.
956
957 2009-11-10 Tristan Gingold <gingold@adacore.com>
958
959 * avr-tdep.c: Add AVR_PSEUDO_PC_REGNUM and AVR_NUM_PSEUDO_REGS.
960 (struct gdbarch_tdep): Add void_type, func_void_type and pc_type
961 fields.
962 (avr_register_name): Add "pc" name, renames "PC" to "PC2".
963 (avr_register_type): Handle AVR_PSEUDO_PC_REGNUM.
964 (avr_write_pc): Fix indentation.
965 (avr_pseudo_register_read): New function.
966 (avr_pseudo_register_write): New function.
967 (avr_frame_prev_register): Handle AVR_PSEUDO_PC_REGNUM.
968 (avr_gdbarch_init): Create types for pc. Register pseudo regs.
969
970 2009-11-10 Tristan Gingold <gingold@adacore.com>
971
972 * avr-tdep.c (avr_integer_to_address): New function.
973 (avr_gdbarch_init): Set integer_to_address.
974
975 2009-11-10 Tristan Gingold <gingold@adacore.com>
976
977 * avr-tdep.c (avr_skip_prologue): First try to skip prologue
978 using skip_prologue_using_sal.
979
980 2009-11-10 Tristan Gingold <gingold@adacore.com>
981
982 * avr-tdep.c (avr_extract_return_value): Remove.
983 (avr_return_value): Mostly rewritten. Fix handling for structures.
984 (avr_push_dummy_call): Handle struct_return.
985
986 2009-11-10 Tristan Gingold <gingold@adacore.com>
987
988 * avr-tdep.c (avr_scan_prologue): Decode instructions used for
989 small stack allocation.
990 Adjust code for prologue that don't write SP.
991
992 2009-11-10 Tristan Gingold <gingold@adacore.com>
993
994 * avr-tdep.c (avr_make_saddr): Return 0 for NULL.
995
996 2009-11-10 Tristan Gingold <gingold@adacore.com>
997
998 * avr-tdep.c (avr_dwarf_reg_to_regnum): New function.
999 (avr_gdbarch_init): Call set_gdbarch_dwarf2_reg_to_regnum.
1000
1001 2009-11-09 Sebastien Granjoux <seb.sfo@free.fr>
1002
1003 PR mi/9583:
1004 * symtab.c (find_line_symtab, append_exact_match_to_sals)
1005 (expand_line_sal): Use full filename when setting breakpoints if
1006 available
1007
1008 2009-11-09 Cary Coutant <ccoutant@google.com>
1009
1010 * dwarf2read.c (read_import_statement): Don't clobber original cu.
1011
1012 2009-11-09 Tom Tromey <tromey@redhat.com>
1013
1014 * python/python.c (execute_gdb_command): Copy the argument text.
1015
1016 2009-11-06 Vladimir Prus <vladimir@codesourcery.com>
1017
1018 * m68k-tdep.c (m68k_convert_register_p): Correct
1019 messup.
1020
1021 2009-11-06 Vladimir Prus <vladimir@codesourcery.com>
1022
1023 * m68k-tdep.c (m68k_convert_register_p): Compare with
1024 the actual type of fp registers, not one of the possible
1025 values.
1026
1027 2009-11-06 Vladimir Prus <vladimir@codesourcery.com>
1028
1029 Prevent program output from mix with "^running".
1030
1031 gdb/
1032 * mi/mi-interp.c (mi_on_resume): Output token
1033 and "^running" together, so that nothing else gets
1034 in between.
1035
1036 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
1037
1038 * dwarf2read.c (struct dwarf2_cu): Remove ranges_offset and
1039 has_ranges_offset.
1040 (struct partial_die_info): Remove language, has_stmt_list, dirname,
1041 and line_offset.
1042 (dwarf2_build_include_psymtabs): Take a die_info. Handle a missing
1043 line table.
1044 (dwarf2_get_pc_bounds): Take PST argument. Pass it
1045 to dwarf2_ranges_read. Update all callers.
1046 (init_cu_die_reader): Move earlier.
1047 (dwarf2_find_base_address): New function.
1048 (process_psymtab_comp_unit): Rewrite to use a full DIE for the
1049 compilation unit. Use dwarf2_get_pc_bounds and
1050 dwarf2_find_base_address.
1051 (load_comp_unit): Rewrite to use a full DIE for the compilation unit.
1052 (process_full_comp_unit): Use dwarf2_find_base_address.
1053 (read_partial_die): Remove support for attributes only used
1054 in the compilation unit DIE.
1055 * symfile.c (allocate_psymtab): Make FILENAME const.
1056 (start_psymtab_common): Likewise.
1057 * symfile.h (allocate_psymtab, start_psymtab_common): Update
1058 prototypes.
1059
1060 2009-11-05 Tom Tromey <tromey@redhat.com>
1061
1062 * symmisc.c (print_symbol_bcache_statistics): Print filename cache
1063 statistics.
1064 (print_objfile_statistics): Likewise.
1065 * symfile.c (reread_symbols): Initialize filename_cache.
1066 (allocate_symtab): Cache the file name.
1067 (allocate_psymtab): Likewise.
1068 * solib-sunos.c (allocate_rt_common_objfile): Initialize
1069 filename_cache.
1070 * objfiles.h (struct objfile) <filename_cache>: New field.
1071 * objfiles.c (allocate_objfile): Initialize filename_cache.
1072 (free_objfile): Free filename_cache.
1073
1074 2009-11-05 Tom Tromey <tromey@redhat.com>
1075
1076 * symfile.c (add_psymbol_to_bcache): Make 'psymbol' static again.
1077 Zero the 'value' field.
1078
1079 2009-11-05 Doug Evans <dje@google.com>
1080
1081 * amd64-tdep.c (amd64_init_frame_cache): Enhance comment describing
1082 saved_regs.
1083
1084 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
1085
1086 * top.c (execute_command): Select a frame before checking the current
1087 language. Only output a message if verbose.
1088
1089 2009-11-05 Tom Tromey <tromey@redhat.com>
1090
1091 * symtab.h (SYMBOL_SET_LINKAGE_NAME): Update comment.
1092 * symfile.c (allocate_symtab): Don't use obsavestring on a
1093 constant string.
1094 * stabsread.c (define_symbol): Don't use obsavestring on a
1095 constant string.
1096 * mdebugread.c (parse_type): Don't use obsavestring on a constant
1097 string.
1098 (new_symtab): Likewise.
1099 * elfread.c (elf_symtab_read): Don't use obsavestring on a
1100 constant string.
1101
1102 2009-11-04 Tom Tromey <tromey@redhat.com>
1103
1104 * symfile.c (add_psymbol_to_bcache): Don't copy name. Make
1105 'psymbol' non-static.
1106
1107 2009-11-03 Paul Pluzhnikov <ppluzhnikov@google.com>
1108
1109 * linux-thread-db.c (disable_thread_event_reporting): Adjust.
1110
1111 2009-11-03 Joel Brobecker <brobecker@adacore.com>
1112
1113 * MAINTAINERS (Responsible Maintainers): Add Tristan Gingold as
1114 maintainer of the avr target.
1115
1116 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
1117
1118 * elfread.c (elf_symfile_segments): Do not warn about
1119 uninitialized sections outside of load segments.
1120
1121 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1122
1123 * symfile.c (build_id_to_debug_filename): New variable debugdir. Move
1124 variables size, s and data into a new inner block. Change xmalloc for
1125 alloca, use direct BUILDID->SIZE there now. Loop for the
1126 DEBUG_FILE_DIRECTORY components.
1127 (find_separate_debug_file): New variable debugdir and debugdir_end.
1128 Loop for the DEBUG_FILE_DIRECTORY components.
1129 (_initialize_symfile): For "debug-file-directory" use plural and note
1130 one can use multiple components now.
1131
1132 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1133
1134 * symfile.c (find_separate_debug_file): Initialize dir, debugfile and
1135 canon_name to NULL. Change alloca to xmalloc, newly call xfree for it.
1136 New label cleanup_return_debugfile, jump to it from the failure paths.
1137
1138 2009-11-02 Andrew Cagney <cagney@gnu.org>
1139
1140 * symfile.c (separate_debug_file_exists): When the CRCs mismatch
1141 print a warning.
1142 (find_separate_debug_file): Pass in the objfile's name.
1143
1144 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1145
1146 Remove INVALID_ENTRY_POINT.
1147 * frame.c (inside_entry_func): New variable entry_point. Return 0 if
1148 the entry point is not known.
1149 * solib-irix.c (enable_break): Likewise.
1150 * objfiles.c (init_entry_point_info): Stop using INVALID_ENTRY_POINT.
1151 Initialize EI.ENTRY_POINT_P.
1152 (entry_point_address): Rename to ...
1153 (entry_point_address_query): ... a new function. Use EI.ENTRY_POINT_P.
1154 (entry_point_address): New function.
1155 (objfile_relocate): Use EI.ENTRY_POINT_P.
1156 * objfiles.h (struct entry_info): Simplify entry_point comment. New
1157 field entry_point_p.
1158 (INVALID_ENTRY_POINT): Remove.
1159 (entry_point_address_query): New prototype.
1160 * solib-frv.c (enable_break): Check for NULL SYMFILE_OBJFILE and its
1161 EI.ENTRY_POINT_P. Return 0 if ".interp" is not found.
1162
1163 2009-11-01 Michael Snyder <msnyder@vmware.com>
1164
1165 * NEWS (New Commands): Mention record save/restore.
1166
1167 2009-10-31 Michael Snyder <msnyder@vmware.com>
1168
1169 * breakpoint.c (bpstat_stop_status): Fix broken comment.
1170
1171 2009-10-31 Pedro Alves <pedro@codesourcery.com>
1172
1173 * record.c (record_restore, cmd_record_save): Debug output goes to
1174 gdb_stdlog.
1175
1176 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1177
1178 * breakpoint.c (catch_syscall_split_args): Remove unecessary warning
1179 displayed when the user provided a syscall name and there is no
1180 XML support.
1181 * xml-syscall.c: Renamed `_sysinfo' to `sysinfo'.
1182 (set_xml_syscall_file_name): Remove syscall_warn_user.
1183 (xml_init_syscalls_info): Remove warning.
1184 (init_sysinfo): Update warnings.
1185
1186 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
1187
1188 Fix breakpoint commands in MI.
1189
1190 * mi/mi-main.c (mi_execute_command): Run bpstat_do_actions.
1191 * mi/mi-cmd-break.c (mi_cmd_break_commands): Pass 1 to
1192 read_command_line_1 to actually parse composite commands.
1193
1194 2009-10-29 Sandra Loosemore <sandra@codesourcery.com>
1195
1196 PR gdb/10783
1197
1198 * target.c (simple_search_memory): Correct read_addr initialization
1199 in loop for searching subsequent chunks.
1200
1201 2009-10-28 Daniel Jacobowitz <dan@codesourcery.com>
1202
1203 Reported by Antti Hatala <ahatala@nvidia.com>.
1204
1205 * arm-tdep.c (thumb_get_next_pc): Limit check to IT instructions
1206 correctly.
1207
1208 2009-10-28 Pedro Alves <pedro@codesourcery.com>
1209
1210 * dwarf2-frame.c (dwarf2_build_frame_info): Discard --gc-section
1211 leftover FDEs.
1212
1213 2009-10-28 Pedro Alves <pedro@codesourcery.com>
1214
1215 * infrun.c (keep_going): Wrap with resume_cleanups.
1216
1217 2009-10-27 Paul Pluzhnikov <ppluzhnikov@google.com>
1218
1219 * MAINTAINERS: Add self to "modify-after-approval" maintainers.
1220
1221 2009-10-27 Paul Pluzhnikov <ppluzhnikov@google.com>
1222
1223 PR gdb/10757
1224 * linux-thread-db.c (attach_thread): Return success/failure
1225 indicator.
1226 (thread_db_find_new_threads_silently): Retry until no new threads.
1227 (struct callback_data): New.
1228 (find_new_threads_callback): Count new threads, stop iteration
1229 on error.
1230 (find_new_threads_once): New function.
1231 (thread_db_find_new_threads_2): Rename from
1232 thread_db_find_new_threads_1 and adjust.
1233 (thread_db_find_new_threads_1): New function.
1234
1235 2009-10-26 Michael Eager <eager@eagercon.com>
1236
1237 * MAINTAINERS: Add self to "modify-after-approval" maintainers.
1238
1239 2009-10-26 Michael Snyder <msnyder@vmware.com>
1240 Hui Zhu <teawater@gmail.com>
1241
1242 * Makefile.in (SFILES): Add gcore.c.
1243 (COMMON_OBS): Add gcore.o.
1244 * config/alpha/alpha-linux.mh (NATDEPFILES): Delete gcore.o.
1245 * config/alpha/fbsd.mh (NATDEPFILES): Ditto.
1246 * config/arm/linux.mh (NATDEPFILES): Ditto.
1247 * config/i386/fbsd.mh (NATDEPFILES): Ditto.
1248 * config/i386/fbsd64.mh (NATDEPFILES): Ditto.
1249 * config/i386/i386sol2.mh (NATDEPFILES): Ditto.
1250 * config/i386/linux.mh (NATDEPFILES): Ditto.
1251 * config/i386/linux64.mh (NATDEPFILES): Ditto.
1252 * config/i386/sol2-64.mh (NATDEPFILES): Ditto.
1253 * config/ia64/linux.mh (NATDEPFILES): Ditto.
1254 * config/m32r/linux.mh (NATDEPFILES): Ditto.
1255 * config/m68k/linux.mh (NATDEPFILES): Ditto.
1256 * config/mips/linux.mh (NATDEPFILES): Ditto.
1257 * config/pa/linux.mh (NATDEPFILES): Ditto.
1258 * config/powerpc/linux.mh (NATDEPFILES): Ditto.
1259 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Ditto.
1260 * config/s390/s390.mh (NATDEPFILES): Ditto.
1261 * config/sparc/fbsd.mh (NATDEPFILES): Ditto.
1262 * config/sparc/linux.mh (NATDEPFILES): Ditto.
1263 * config/sparc/linux64.mh (NATDEPFILES): Ditto.
1264 * config/sparc/sol2.mh (NATDEPFILES): Ditto.
1265 * config/xtensa/linux.mh (NATDEPFILES): Ditto.
1266 * target.c (dummy_find_memory_regions): Change output.
1267 (dummy_make_corefile_notes): Ditto.
1268
1269 2009-10-26 Tristan Gingold <gingold@adacore.com>
1270
1271 * charset.c (_initialize_charset): Set a default value to
1272 auto_host_charset_name if empty.
1273
1274 2009-10-26 Tristan Gingold <gingold@adacore.com>
1275
1276 * avr-tdep.c (avr_push_dummy_call): Handle avr6 architecture.
1277 Fix the returned value. Fix style.
1278
1279 2009-10-26 Joel Brobecker <brobecker@adacore.com>
1280
1281 * MAINTAINERS (Responsible Maintainers): Add info about the microblaze
1282 targets. Add Michael Eager as the maintainer for this target.
1283
1284 2009-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1285
1286 Performance optimize large bp_location count.
1287 * breakpoint.c (ALL_BP_LOCATIONS_SAFE): Remove.
1288 (ALL_BP_LOCATIONS): New parameter BP_TMP. Use now bp_location and
1289 bp_location_count.
1290 (bp_location_chain): Remove variable.
1291 (bp_location, bp_location_count)
1292 (bp_location_placed_address_before_address_max)
1293 (bp_location_shadow_len_after_address_max): New variables.
1294 (moribund_locations, update_watchpoint): Update the bp_location
1295 variable name.
1296 (breakpoint_restore_shadows): Extend the comment. Move the variable
1297 b to local blocks. Move the variables bp_addr, bp_size and bptoffset
1298 to a local block. New variables bc_l, bc_r and bc. New binary search
1299 for the left range boundary. New break on reaching the right range
1300 boundary. Move shadow existence conditionals to ...
1301 (bp_location_has_shadow): ... a new function.
1302 (insert_breakpoint_locations): Replace the temp variable by bp_tmp.
1303 Use now ALL_BP_LOCATIONS instead of ALL_BP_LOCATIONS_SAFE.
1304 (remove_breakpoints, remove_hw_watchpoints, reattach_breakpoints)
1305 (detach_breakpoints): New variable bp_tmp. Update the ALL_BP_LOCATIONS
1306 calling convention.
1307 (update_breakpoints_after_exec): New variable bplocp_tmp. Update the
1308 ALL_BP_LOCATIONS calling convention.
1309 (breakpoint_here_p, software_breakpoint_inserted_here_p)
1310 (breakpoint_thread_match): New variable bptp_tmp. Drop the const
1311 attribute of bpt. Update the ALL_BP_LOCATIONS calling convention.
1312 (regular_breakpoint_inserted_here_p): Likewise. Update the bp_location
1313 variable name.
1314 (mark_breakpoints_out, breakpoint_init_inferior): New variable
1315 bptp_tmp. Update the ALL_BP_LOCATIONS calling convention.
1316 (bpstat_stop_status): New variables blp_tmp and update_locations. Drop
1317 the const attribute of bl. Update the ALL_BP_LOCATIONS calling
1318 convention. Protect HIT_COUNT increment by an ENABLE_STATE check.
1319 Delay the update_global_location_list call using update_locations.
1320 (set_default_breakpoint): Drop the check_duplicates name from comment.
1321 (disable_breakpoints_in_shlibs, disable_breakpoints_in_unloaded_shlib):
1322 New variable locp_tmp. Update the ALL_BP_LOCATIONS calling convention.
1323 (bp_location_compare, bp_location_compare_for_qsort)
1324 (bp_location_target_extensions_update): New functions.
1325 (check_duplicates, check_duplicates_for): Remove, moving their code ...
1326 (update_global_location_list): ... into this existing function. Remove
1327 variables next, loc2, old_locations, ret and ix. New variables locp,
1328 loc_first, old_location, old_locp and old_location_count. Stop using
1329 global_next, create now the array bp_location, sort it by
1330 bp_location_compare_for_qsort and call
1331 bp_location_target_extensions_update. Change quadratic iteration by
1332 loc2 into an in-sync scanning by locp and loc2p. Rename former loc
1333 usage as old_loc.
1334 (do_vec_free): Remove.
1335 (breakpoint_program_space_exit): Update the ALL_BP_LOCATIONS calling
1336 convention.
1337 (remove_breakpoints_pid): New variable b_tmp. Update the
1338 ALL_BP_LOCATIONS calling convention.
1339 * breakpoint.h (struct bp_location <global_next>): Remove.
1340
1341 2009-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1342
1343 * mep-tdep.c: Update include for the new location cgen/bitset.h.
1344
1345 2009-10-23 Tom Tromey <tromey@redhat.com>
1346
1347 * blockframe.c (_initialize_blockframe): Remove declaration.
1348
1349 2009-10-23 Doug Evans <dje@google.com>
1350
1351 * record.c (record_core_xfer_partial): Pass correct offset to
1352 record_beneath_to_xfer_partial.
1353
1354 2009-10-23 Michael Snyder <msnyder@vmware.com>
1355
1356 * record.c (top level): Don't include byteswap.h.
1357 (netorder64): Use store_unsigned_integer instead of bswap_64.
1358 (netorder32): Use store_unsigned_integer instead of bswap_32.
1359 (netorder16): Use store_unsigned_integer instead of bswap_16.
1360
1361 2009-10-23 Michael Snyder <msnyder@vmware.com>
1362
1363 * record.c (netorder64): Use BFD_ENDIAN_LITTLE not LITTLE_ENDIAN.
1364 (netorder32): Ditto.
1365 (netorder16): Ditto.
1366
1367 2009-10-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1368
1369 * objfiles.c (allocate_objfile): Use xzalloc.
1370
1371 2009-10-23 Hui Zhu <teawater@gmail.com>
1372
1373 * record.c (record_restore): Use phex_nz.
1374
1375 2009-10-23 Tristan Gingold <gingold@adacore.com>
1376
1377 * frame.c (frame_unwind_pc): Fix typo: remove duplicate 0x.
1378
1379 2009-10-23 Tristan Gingold <gingold@adacore.com>
1380
1381 * objfiles.c (allocate_objfile): Remove useless test. Move
1382 declaration of last_one to the block that uses it.
1383
1384 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
1385
1386 * record.c (record_restore, cmd_record_save): Fix warnings.
1387
1388 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
1389
1390 * disasm.h (DISASSEMBLY_OMIT_FNAME) New define.
1391 (gdb_disassembly): Correct parameter name.
1392 * disasm.c (dump_insns): Adjust.
1393 (gdb_disassembly): Fix indentation.
1394 * cli/cli-cmds.c (disassemble_command): Adjust.
1395
1396 2009-10-22 Michael Snyder <msnyder@vmware.com>
1397
1398 * infrun.c (keep_going): If insert_breakpoints fails,
1399 print the reason.
1400
1401 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
1402
1403 PR gdb/10819
1404 * dwarf2-frame.c (find_cie): Don't call bsearch on empty cie_table.
1405 * objfiles.c (find_pc_section): Likewise.
1406 (update_section_map): Don't allocate empty table.
1407
1408 2009-10-22 Hui Zhu <teawater@gmail.com>
1409 Michael Snyder <msnyder@vmware.com>
1410
1411 * record.c (RECORD_FILE_MAGIC): New constant.
1412 (record_arch_list_cleanups): Renamed from record_message_cleanups.
1413 (bfdcore_read): New function.
1414 (netorder64): New function.
1415 (netorder32): New function.
1416 (netorder16): New function.
1417 (record_restore): New function. Restore a saved record log.
1418 (bfdcore_write): New function.
1419 (cmd_record_restore): New function.
1420 (cmd_record_save): New function. Save a record log to a file.
1421 (_initialize_record): Set up commands for save and restore.
1422
1423 2009-10-22 Michael Snyder <msnyder@vmware.com>
1424
1425 * gcore.h: New file.
1426 * gcore.c (create_gcore_bfd): New function.
1427 (write_gcore_file): New function.
1428 (call_target_sbrk): New function. Abstracted from gcore_command.
1429 (gcore_command): Call call_target_sbrk.
1430
1431 2009-10-22 Hui Zhu <teawater@gmail.com>
1432 Michael Snyder <msnyder@vmware.com>
1433
1434 * record.c (record_core_ops): New ops target vector.
1435 (record_core_open_1): New function. Open core target.
1436 (record_open_1): New function. Open normal process record.
1437 (record_open): Call one of the above.
1438 (record_close): Allow for both core and normal targets.
1439 (record_core_resume): New function.
1440 (record_core_kill): New function.
1441 (record_core_fetch_registers): New function.
1442 (record_core_prepare_to_store): New function.
1443 (record_core_store_registers): New function.
1444 (record_core_xfer_partial): New function.
1445 (record_core_insert_breakpoint): New function.
1446 (record_core_remove_breakpoint): New function.
1447 (record_core_has_execution): New function.
1448 (init_record_core_ops): New function.
1449 (_initialize_record): Call init_record_core_ops, add_target.
1450
1451 2009-10-22 Tristan Gingold <gingold@adacore.com>
1452
1453 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
1454 amd64_supply_fxsave for amd64. Fix the offset.
1455 (i386_darwin_store_inferior_registers): Use amd64_collect_fxsave
1456 for amd64.
1457
1458 2009-10-21 Maxim Grigoriev <maxim2405@gmail.com>
1459
1460 * xtensa-tdep.c (XTENSA_ISA_BADPC): New.
1461 (xtensa_scan_prologue): Replace read_memory with target_read_memory.
1462 (call0_analyze_prologue): Use XTENSA_ISA_BADPC instead of "0".
1463 (call0_frame_cache): Check error conditions on call0_analyze_prologue.
1464
1465 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
1466
1467 * defs.h (pc_prefix): New prototype.
1468 * disasm.c (dump_insns): Mark current instruction.
1469 * printcmd.c (do_examine): Likewise.
1470 (pc_prefix): New function.
1471 * stack.c (print_frame_info): Disassemble entire current line.
1472
1473 2009-10-21 Michael Snyder <msnyder@vmware.com>
1474
1475 Elaborate "info record".
1476 * record.c (struct record_end_entry): New field 'insn_num'.
1477 (record_insn_count): New variable.
1478 (record_open): Initialize record_insn_count.
1479 (info_record_command): Display contents of record log as
1480 lowest, current, and highest instruction counts.
1481 (show_record_insn_number): Delete.
1482 (_initialize_record): Remove add_cmd show_record_insn_number.
1483
1484 2009-10-21 Andrew Stubbs <ams@codesourcery.com>
1485 Joel Brobecker <brobecker@adacore.com>
1486
1487 * Makefile.in (HFILES_NO_SRCDIR): Remove shnbsd-tdep.h
1488 * configure.tgt (sh*-*-linux*): Add corelow.o to gdb_target_obs.
1489 * sh-linux-tdep.c: Include sh-tdep.h.
1490 (REGSx16): New macro.
1491 (gregs_table, fpregs_table): New variables.
1492 (sh_linux_init_abi): Set core_gregmap and fpregmap.
1493 * sh-tdep.c: Include regset.h.
1494 (sh_corefile_supply_regset): New function.
1495 (sh_corefile_collect_regset): New function.
1496 (sh_corefile_gregset, sh_corefile_fpregset): New variables.
1497 (sh_regset_from_core_section): New function.
1498 (sh_gdbarch_init): Set up tdep value.
1499 Call set_gdbarch_regset_from_core_section.
1500 * sh-tdep.h (PC_REGNUM): New enum value.
1501 (struct sh_corefile_regs): New type.
1502 (sh_corefile_gregset): Export variable.
1503 (sh_corefile_supply_regset): New prototype.
1504 (sh_corefile_collect_regset): New prototype.
1505 * shnbsd-tdep.c: Remove include of regcache.h, gdb_assert.h and
1506 shnbsd-tdep.h.
1507 (regmap): Use new definition using struct sh_corefile_regs.
1508 (shnbsd_supply_gregset, shnbsd_collect_gregset): Delete.
1509 (shnbsd_gregset): Delete.
1510 (shnbsd_regset_from_core_section): Delete.
1511 (shnbsd_supply_reg, shnbsd_fill_reg): Use new regset interface.
1512 (shnbsd_init_abi): Set core_gregmap.
1513 (shnbsd_supply_reg): Delete.
1514 (shnbsd_fill_reg): Delete.
1515 (SHNBSD_SIZEOF_GREGS): Move ...
1516 * shnbsd-nat.c (SHNBSD_SIZEOF_GREGS): ... to here.
1517 Remove include of shnbsd-tdep.h.
1518 (shnbsd_fetch_inferior_registers): Replace shnbsd_supply_reg call
1519 with sh_corefile_supply_regset.
1520 (shnbsd_store_inferior_registers): Replace shnbsd_fill_reg call with
1521 sh_corefile_collect_regset.
1522 * shnbsd-tdep.h: Delete file.
1523
1524 2009-10-21 Pierre Muller <muller@ics.u-strasbg.fr>
1525
1526 * rs6000-nat.c (exec_one_dummy_insn): Add missing new ASPACE parameter
1527 to depreacted_insert_raw_breakpoint function call.
1528 * procfs.c (insert_dbx_link_bpt_in_file): Likewise.
1529
1530 2009-10-20 Michael Snyder <msnyder@vmware.com>
1531
1532 * record.c: Add some top-level comments for general explanation.
1533
1534 2009-10-20 Hui Zhu <teawater@gmail.com>
1535 Michael Snyder <msnyder@vmware.com>
1536
1537 * record.c (record_exec_insn): New function. Emulate one
1538 instruction, forward or backward. Abstracted from record_wait.
1539 (record_wait) Call record_exec_insn.
1540
1541 2009-10-20 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
1542
1543 * infrun.c (handle_inferior_event): Add pspace field to sal
1544 for reverse execution cases.
1545
1546 2009-10-20 Ken Werner <ken@linux.vnet.ibm.com>
1547
1548 * go32-nat.c (go32_create_inferior): Use inferior_appeared, not
1549 inferior_appeared_silent.
1550 * remote-sim.c (gdbsim_create_inferior): Ditto.
1551
1552 2009-10-20 Pedro Alves <pedro@codesourcery.com>
1553
1554 * darwin-nat.c (cancel_breakpoint): Pass the regcache's address
1555 space to breakpoint_inserted_here_p.
1556
1557 2009-10-20 Pedro Alves <pedro@codesourcery.com>
1558
1559 * linux-nat.c (linux_nat_thread_address_space): New.
1560 (linux_nat_add_target): Install it.
1561 * progspace.c (address_space_num): New.
1562 * progspace.h (address_space_num): Declare.
1563 * target.c (target_thread_address_space): Really query the target.
1564 * target.h (struct target_ops) <to_thread_address_space>: New
1565 field.
1566
1567 2009-10-19 Joel Brobecker <brobecker@adacore.com>
1568
1569 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Add comment.
1570
1571 2009-10-19 Pedro Alves <pedro@codesourcery.com>
1572 Stan Shebs <stan@codesourcery.com>
1573
1574 Add base multi-executable/process support to GDB.
1575
1576 * Makefile.in (SFILES): Add progspace.c.
1577 (COMMON_OBS): Add progspace.o.
1578 * progspace.h: New.
1579 * progspace.c: New.
1580
1581 * breakpoint.h (struct bp_target_info) <placed_address_space>: New
1582 field.
1583 (struct bp_location) <pspace>: New field.
1584 (struct breakpoint) <pspace>: New field.
1585 (bpstat_stop_status, breakpoint_here_p)
1586 (moribund_breakpoint_here_p, breakpoint_inserted_here_p)
1587 (regular_breakpoint_inserted_here_p)
1588 (software_breakpoint_inserted_here_p, breakpoint_thread_match)
1589 (set_default_breakpoint): Adjust prototypes.
1590 (remove_breakpoints_pid, breakpoint_program_space_exit): Declare.
1591 (insert_single_step_breakpoint, deprecated_insert_raw_breakpoint):
1592 Adjust prototypes.
1593 * breakpoint.c (executing_startup): Delete.
1594 (default_breakpoint_sspace): New.
1595 (breakpoint_restore_shadows): Skip if the address space doesn't
1596 match.
1597 (update_watchpoint): Record the frame's program space in the
1598 breakpoint location.
1599 (insert_bp_location): Record the address space in target_info.
1600 Adjust to pass the symbol space to solib_name_from_address.
1601 (breakpoint_program_space_exit): New.
1602 (insert_breakpoint_locations): Switch the symbol space and thread
1603 when inserting breakpoints. Don't insert breakpoints in a vfork
1604 parent waiting for vfork done if we're not attached to the vfork
1605 child.
1606 (remove_breakpoints_pid): New.
1607 (reattach_breakpoints): Switch to a thread of PID. Ignore
1608 breakpoints of other symbol spaces.
1609 (create_internal_breakpoint): Store the symbol space in the sal.
1610 (create_longjmp_master_breakpoint): Iterate over all symbol
1611 spaces.
1612 (update_breakpoints_after_exec): Ignore breakpoints for other
1613 symbol spaces.
1614 (remove_breakpoint): Rename to ...
1615 (remove_breakpoint_1): ... this. Pass the breakpoints symbol
1616 space to solib_name_from_address.
1617 (remove_breakpoint): New.
1618 (mark_breakpoints_out): Ignore breakpoints from other symbol
1619 spaces.
1620 (breakpoint_init_inferior): Ditto.
1621 (breakpoint_here_p): Add an address space argument and adjust to
1622 use breakpoint_address_match.
1623 (moribund_breakpoint_here_p): Ditto.
1624 (regular_breakpoint_inserted_here_p): Ditto.
1625 (breakpoint_inserted_here_p): Ditto.
1626 (software_breakpoint_inserted_here_p): Ditto.
1627 (breakpoint_thread_match): Ditto.
1628 (bpstat_check_location): Ditto.
1629 (bpstat_stop_status): Ditto.
1630 (print_breakpoint_location): If there's a location to print,
1631 switch the current symbol space.
1632 (print_one_breakpoint_location): Add `allflag' argument.
1633 (print_one_breakpoint): Ditto. Adjust.
1634 (do_captured_breakpoint_query): Adjust.
1635 (breakpoint_1): Adjust.
1636 (breakpoint_has_pc): Also match the symbol space.
1637 (describe_other_breakpoints): Add a symbol space argument and
1638 adjust.
1639 (set_default_breakpoint): Add a symbol space argument. Set
1640 default_breakpoint_sspace.
1641 (breakpoint_address_match): New.
1642 (check_duplicates_for): Add an address space argument, and adjust.
1643 (set_raw_breakpoint): Record the symbol space in the location and
1644 in the breakpoint.
1645 (set_longjmp_breakpoint): Skip longjmp master breakpoints from
1646 other symbol spaces.
1647 (remove_thread_event_breakpoints, remove_solib_event_breakpoints)
1648 (disable_breakpoints_in_shlibs): Skip breakpoints from other
1649 symbol spaces.
1650 (disable_breakpoints_in_unloaded_shlib): Match symbol spaces.
1651 (create_catchpoint): Set the symbol space in the sal.
1652 (disable_breakpoints_before_startup): Skip breakpoints from other
1653 symbol spaces. Set executing_startup in the current symbol space.
1654 (enable_breakpoints_after_startup): Clear executing_startup in the
1655 current symbol space. Skip breakpoints from other symbol spaces.
1656 (clone_momentary_breakpoint): Also copy the symbol space.
1657 (add_location_to_breakpoint): Set the location's symbol space.
1658 (bp_loc_is_permanent): Switch thread and symbol space.
1659 (create_breakpoint): Adjust.
1660 (expand_line_sal_maybe): Expand comment to mention symbol spaces.
1661 Switch thread and symbol space when reading memory.
1662 (parse_breakpoint_sals): Set the symbol space in the sal.
1663 (break_command_really): Ditto.
1664 (skip_prologue_sal): Switch and space.
1665 (resolve_sal_pc): Ditto.
1666 (watch_command_1): Record the symbol space in the sal.
1667 (create_ada_exception_breakpoint): Adjust.
1668 (clear_command): Adjust. Match symbol spaces.
1669 (update_global_location_list): Use breakpoint_address_match.
1670 (breakpoint_re_set_one): Switch thread and space.
1671 (breakpoint_re_set): Save symbol space.
1672 (breakpoint_re_set_thread): Also reset the symbol space.
1673 (deprecated_insert_raw_breakpoint): Add an address space argument.
1674 Adjust.
1675 (insert_single_step_breakpoint): Ditto.
1676 (single_step_breakpoint_inserted_here_p): Ditto.
1677 (clear_syscall_counts): New.
1678 (_initialize_breakpoint): Install it as inferior_exit observer.
1679
1680 * exec.h: Include "progspace.h".
1681 (exec_bfd, exec_bfd_mtime): New defines.
1682 (exec_close): Declare.
1683 * exec.c: Include "gdbthread.h" and "progspace.h".
1684 (exec_bfd, exec_bfd_mtime, current_target_sections_1): Delete.
1685 (using_exec_ops): New.
1686 (exec_close_1): Rename to exec_close, and make public.
1687 (exec_close): Rename to exec_close_1, and adjust all callers. Add
1688 description. Remove target sections and close executables from
1689 all program spaces.
1690 (exec_file_attach): Add comment.
1691 (add_target_sections): Check on `using_exec_ops' to check if the
1692 target should be pushed.
1693 (remove_target_sections): Only unpush the target if there are no
1694 more target sections in any symbol space.
1695 * gdbcore.h: Include "exec.h".
1696 (exec_bfd, exec_bfd_mtime): Remove declarations.
1697
1698 * frame.h (get_frame_program_space, get_frame_address_space)
1699 (frame_unwind_program_space): Declare.
1700 * frame.c (struct frame_info) <pspace, aspace>: New fields.
1701 (create_sentinel_frame): Add program space argument. Set the
1702 pspace and aspace fields of the frame object.
1703 (get_current_frame, create_new_frame): Adjust.
1704 (get_frame_program_space): New.
1705 (frame_unwind_program_space): New.
1706 (get_frame_address_space): New.
1707 * stack.c (print_frame_info): Adjust.
1708 (print_frame): Use the frame's program space.
1709
1710 * gdbthread.h (any_live_thread_of_process): Declare.
1711 * thread.c (any_live_thread_of_process): New.
1712 (switch_to_thread): Switch the program space as well.
1713 (restore_selected_frame): Don't warn if trying to restore frame
1714 level 0.
1715
1716 * inferior.h: Include "progspace.h".
1717 (detach_fork): Declare.
1718 (struct inferior) <removable, aspace, pspace>
1719 <vfork_parent, vfork_child, pending_detach>
1720 <waiting_for_vfork_done>: New fields.
1721 <terminal_info>: Remove field.
1722 <data, num_data>: New fields.
1723 (register_inferior_data, register_inferior_data_with_cleanup)
1724 (clear_inferior_data, set_inferior_data, inferior_data): Declare.
1725 (exit_inferior, exit_inferior_silent, exit_inferior_num_silent)
1726 (inferior_appeared): Declare.
1727 (find_inferior_pid): Typo.
1728 (find_inferior_id, find_inferior_for_program_space): Declare.
1729 (set_current_inferior, save_current_inferior, prune_inferiors)
1730 (number_of_inferiors): Declare.
1731 (inferior_list): Declare.
1732 * inferior.c: Include "gdbcore.h" and "symfile.h".
1733 (inferior_list): Make public.
1734 (delete_inferior_1): Always delete thread silently.
1735 (find_inferior_id): Make public.
1736 (current_inferior_): New.
1737 (current_inferior): Use it.
1738 (set_current_inferior): New.
1739 (restore_inferior): New.
1740 (save_current_inferior): New.
1741 (free_inferior): Free the per-inferior data.
1742 (add_inferior_silent): Allocate per-inferior data.
1743 Call inferior_appeared.
1744 (delete_threads_of_inferior): New.
1745 (delete_inferior_1): Adjust interface to take an inferior pointer.
1746 (delete_inferior): Adjust.
1747 (delete_inferior_silent): Adjust.
1748 (exit_inferior_1): New.
1749 (exit_inferior): New.
1750 (exit_inferior_silent): New.
1751 (exit_inferior_num_silent): New.
1752 (detach_inferior): Adjust.
1753 (inferior_appeared): New.
1754 (discard_all_inferiors): Adjust.
1755 (find_inferior_id): Make public. Assert pid is not zero.
1756 (find_inferior_for_program_space): New.
1757 (have_inferiors): Check if we have any inferior with pid not zero.
1758 (have_live_inferiors): Go over all pushed targets looking for
1759 process_stratum.
1760 (prune_inferiors): New.
1761 (number_of_inferiors): New.
1762 (print_inferior): Add executable column. Print vfork parent/child
1763 relationships.
1764 (inferior_command): Adjust to cope with not running inferiors.
1765 (remove_inferior_command): New.
1766 (add_inferior_command): New.
1767 (clone_inferior_command): New.
1768 (struct inferior_data): New.
1769 (struct inferior_data_registration): New.
1770 (struct inferior_data_registry): New.
1771 (inferior_data_registry): New.
1772 (register_inferior_data_with_cleanup): New.
1773 (register_inferior_data): New.
1774 (inferior_alloc_data): New.
1775 (inferior_free_data): New.
1776 (clear_inferior_data): New.
1777 (set_inferior_data): New.
1778 (inferior_data): New.
1779 (initialize_inferiors): New.
1780 (_initialize_inferiors): Register "add-inferior",
1781 "remove-inferior" and "clone-inferior" commands.
1782
1783 * objfiles.h: Include "progspace.h".
1784 (struct objfile) <pspace>: New field.
1785 (symfile_objfile, object_files): Don't declare.
1786 (ALL_PSPACE_OBJFILES): New.
1787 (ALL_PSPACE_OBJFILES_SAFE): New.
1788 (ALL_OBJFILES, ALL_OBJFILES_SAFE): Adjust.
1789 (ALL_PSPACE_SYMTABS): New.
1790 (ALL_PRIMARY_SYMTABS): Adjust.
1791 (ALL_PSPACE_PRIMARY_SYMTABS): New.
1792 (ALL_PSYMTABS): Adjust.
1793 (ALL_PSPACE_PSYMTABS): New.
1794 * objfiles.c (object_files, symfile_objfile): Delete.
1795 (struct objfile_sspace_info): New.
1796 (objfiles_pspace_data): New.
1797 (objfiles_pspace_data_cleanup): New.
1798 (get_objfile_pspace_data): New.
1799 (objfiles_changed_p): Delete.
1800 (allocate_objfile): Set the objfile's program space. Adjust to
1801 reference objfiles_changed_p in pspace data.
1802 (free_objfile): Adjust to reference objfiles_changed_p in pspace
1803 data.
1804 (objfile_relocate): Ditto.
1805 (update_section_map): Add pspace argument. Adjust to iterate over
1806 objfiles in the passed in pspace.
1807 (find_pc_section): Delete sections and num_sections statics.
1808 Adjust to refer to program space's objfiles_changed_p. Adjust to
1809 refer to sections and num_sections store in the objfile's pspace
1810 data.
1811 (objfiles_changed): Adjust to reference objfiles_changed_p in
1812 pspace data.
1813 (_initialize_objfiles): New.
1814 * linespec.c (decode_all_digits, decode_dollar): Set the sal's
1815 program space.
1816 * source.c (current_source_pspace): New.
1817 (get_current_source_symtab_and_line): Set the sal's program space.
1818 (set_current_source_symtab_and_line): Set current_source_pspace.
1819 (select_source_symtab): Ditto. Use ALL_OBJFILES.
1820 (forget_cached_source_info): Iterate over all program spaces.
1821 * symfile.c (clear_symtab_users): Adjust.
1822 * symmisc.c (print_symbol_bcache_statistics): Iterate over all
1823 program spaces.
1824 (print_objfile_statistics): Ditto.
1825 (maintenance_print_msymbols): Ditto.
1826 (maintenance_print_objfiles): Ditto.
1827 (maintenance_info_symtabs): Ditto.
1828 (maintenance_info_psymtabs): Ditto.
1829 * symtab.h (SYMTAB_PSPACE): New.
1830 (struct symtab_and_line) <pspace>: New field.
1831 * symtab.c (init_sal): Clear the sal's program space.
1832 (find_pc_sect_symtab): Set the sal's program space. Switch thread
1833 and space.
1834 (append_expanded_sal): Add program space argument. Iterate over
1835 all program spaces.
1836 (expand_line_sal): Iterate over all program spaces. Switch
1837 program space.
1838
1839 * target.h (enum target_waitkind) <TARGET_WAITKIND_VFORK_DONE>: New.
1840 (struct target_ops) <to_thread_address_space>: New field.
1841 (target_thread_address_space): Define.
1842 * target.c (target_detach): Only remove breakpoints from the
1843 inferior we're detaching.
1844 (target_thread_address_space): New.
1845
1846 * defs.h (initialize_progspace): Declare.
1847 * top.c (gdb_init): Call it.
1848
1849 * solist.h (struct so_list) <sspace>: New field.
1850 * solib.h (struct program_space): Forward declare.
1851 (solib_name_from_address): Adjust prototype.
1852 * solib.c (so_list_head): Replace with a macro referencing the
1853 program space.
1854 (update_solib_list): Set the so's program space.
1855 (solib_name_from_address): Add a program space argument and adjust.
1856
1857 * solib-svr4.c (struct svr4_info) <pid>: Delete field.
1858 <interp_text_sect_low, interp_text_sect_high, interp_plt_sect_low>
1859 <interp_plt_sect_high>: New fields.
1860 (svr4_info_p, svr4_info): Delete.
1861 (solib_svr4_sspace_data): New.
1862 (get_svr4_info): Rewrite.
1863 (svr4_sspace_data_cleanup): New.
1864 (open_symbol_file_object): Adjust.
1865 (svr4_default_sos): Adjust.
1866 (svr4_fetch_objfile_link_map): Adjust.
1867 (interp_text_sect_low, interp_text_sect_high, interp_plt_sect_low)
1868 (interp_plt_sect_high): Delete.
1869 (svr4_in_dynsym_resolve_code): Adjust.
1870 (enable_break): Adjust.
1871 (svr4_clear_solib): Revert bit that removed the svr4_info here,
1872 and reinstate clearing debug_base, debug_loader_offset_p,
1873 debug_loader_offset and debug_loader_name.
1874 (_initialize_svr4_solib): Register solib_svr4_pspace_data. Don't
1875 install an inferior_exit observer anymore.
1876
1877 * printcmd.c (struct display) <pspace>: New field.
1878 (display_command): Set the display's sspace.
1879 (do_one_display): Match the display's sspace.
1880 (display_uses_solib_p): Ditto.
1881
1882 * linux-fork.c (detach_fork): Moved to infrun.c.
1883 (_initialize_linux_fork): Moved "detach-on-fork" command to
1884 infrun.c.
1885 * infrun.c (detach_fork): Moved from linux-fork.c.
1886 (proceed_after_vfork_done): New.
1887 (handle_vfork_child_exec_or_exit): New.
1888 (follow_exec_mode_replace, follow_exec_mode_keep)
1889 (follow_exec_mode_names, follow_exec_mode_string)
1890 (show_follow_exec_mode_string): New.
1891 (follow_exec): New. Reinstate the mark_breakpoints_out call.
1892 Remove shared libraries before attaching new executable. If user
1893 wants to keep the inferior, keep it.
1894 (displaced_step_fixup): Adjust to pass an address space to the
1895 breakpoints module.
1896 (resume): Ditto.
1897 (clear_proceed_status): In all-stop mode, always clear the proceed
1898 status of all threads.
1899 (prepare_to_proceed): Adjust to pass an address space to the
1900 breakpoints module.
1901 (proceed): Ditto.
1902 (adjust_pc_after_break): Ditto.
1903 (handle_inferior_event): When handling a process exit, switch the
1904 program space to the inferior's that had exited. Call
1905 handle_vfork_child_exec_or_exit. Adjust to pass an address space
1906 to the breakpoints module. In non-stop mode, when following a
1907 fork and detach-fork is off, also resume the other branch. Handle
1908 TARGET_WAITKIND_VFORK_DONE. Set the program space in sals.
1909 (normal_stop): Prune inferiors.
1910 (_initialize_infrun): Install the new "follow-exec-mode" command.
1911 "detach-on-fork" moved here.
1912
1913 * regcache.h (get_regcache_aspace): Declare.
1914 * regcache.c (struct regcache) <aspace>: New field.
1915 (regcache_xmalloc): Clear the aspace.
1916 (get_regcache_aspace): New.
1917 (regcache_cpy): Copy the aspace field.
1918 (regcache_cpy_no_passthrough): Ditto.
1919 (get_thread_regcache): Fetch the thread's address space from the
1920 target, and store it in the regcache.
1921
1922 * infcall.c (call_function_by_hand): Set the sal's pspace.
1923
1924 * arch-utils.c (default_has_shared_address_space): New.
1925 * arch-utils.h (default_has_shared_address_space): Declare.
1926
1927 * gdbarch.sh (has_shared_address_space): New.
1928 * gdbarch.h, gdbarch.c: Regenerate.
1929
1930 * linux-tdep.c: Include auxv.h, target.h, elf/common.h.
1931 (linux_has_shared_address_space): New.
1932 (_initialize_linux_tdep): Declare.
1933
1934 * arm-tdep.c (arm_software_single_step): Pass the frame's address
1935 space to insert_single_step_breakpoint.
1936 * arm-linux-tdep.c (arm_linux_software_single_step): Pass the
1937 frame's pspace to breakpoint functions.
1938 * cris-tdep.c (crisv32_single_step_through_delay): Ditto.
1939 (cris_software_single_step): Ditto.
1940 * mips-tdep.c (deal_with_atomic_sequence): Add frame argument.
1941 Pass the frame's pspace to breakpoint functions.
1942 (mips_software_single_step): Adjust.
1943 (mips_single_step_through_delay): Adjust.
1944 * rs6000-aix-tdep.c (rs6000_software_single_step): Adjust.
1945 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Adjust.
1946 * solib-irix.c (enable_break): Adjust to pass the current frame's
1947 address space to breakpoint functions.
1948 * sparc-tdep.c (sparc_software_single_step): Ditto.
1949 * spu-tdep.c (spu_software_single_step): Ditto.
1950 * alpha-tdep.c (alpha_software_single_step): Ditto.
1951 * record.c (record_wait): Adjust to pass an address space to the
1952 breakpoints module.
1953
1954 * fork-child.c (fork_inferior): Set the new inferior's program and
1955 address spaces.
1956 * inf-ptrace.c (inf_ptrace_follow_fork): Copy the parent's program
1957 and address spaces.
1958 (inf_ptrace_attach): Set the inferior's program and address spaces.
1959 * linux-nat.c: Include "solib.h".
1960 (linux_child_follow_fork): Manage parent and child's program and
1961 address spaces. Clone the parent's program space if necessary.
1962 Don't wait for the vfork to be done here. Refuse to resume if
1963 following the vfork parent while leaving the child stopped.
1964 (resume_callback): Don't resume a vfork parent.
1965 (linux_nat_resume): Also check for pending events in the
1966 lp->waitstatus field.
1967 (linux_handle_extended_wait): Report TARGET_WAITKIND_VFORK_DONE
1968 events to the core.
1969 (stop_wait_callback): Don't wait for SIGSTOP on vfork parents.
1970 (cancel_breakpoint): Adjust.
1971 * linux-thread-db.c (thread_db_wait): Don't remove thread event
1972 breakpoints here.
1973 (thread_db_mourn_inferior): Don't mark breakpoints out here.
1974 Remove thread event breakpoints after mourning.
1975 * corelow.c: Include progspace.h.
1976 (core_open): Set the inferior's program and address spaces.
1977 * remote.c (remote_add_inferior): Set the new inferior's program
1978 and address spaces.
1979 (remote_start_remote): Update address spaces.
1980 (extended_remote_create_inferior_1): Don't init the thread list if
1981 we already debugging other inferiors.
1982 * darwin-nat.c (darwin_attach): Set the new inferior's program and
1983 address spaces.
1984 * gnu-nat.c (gnu_attach): Ditto.
1985 * go32-nat.c (go32_create_inferior): Ditto.
1986 * inf-ttrace.c (inf_ttrace_follow_fork, inf_ttrace_attach): Ditto.
1987 * monitor.c (monitor_open): Ditto.
1988 * nto-procfs.c (procfs_attach, procfs_create_inferior): Ditto.
1989 * procfs.c (do_attach): Ditto.
1990 * windows-nat.c (do_initial_windows_stuff): Ditto.
1991
1992 * inflow.c (inferior_process_group)
1993 (terminal_init_inferior_with_pgrp, terminal_inferior,
1994 (terminal_ours_1, inflow_inferior_exit, copy_terminal_info)
1995 (child_terminal_info, new_tty_postfork, set_sigint_trap): Adjust
1996 to use per-inferior data instead of inferior->terminal_info.
1997 (inflow_inferior_data): New.
1998 (inflow_new_inferior): Delete.
1999 (inflow_inferior_data_cleanup): New.
2000 (get_inflow_inferior_data): New.
2001
2002 * mi/mi-interp.c (mi_new_inferior): Rename to...
2003 (mi_inferior_appeared): ... this.
2004 (mi_interpreter_init): Adjust.
2005
2006 * tui/tui-disasm.c: Include "progspace.h".
2007 (tui_set_disassem_content): Pass an address space to
2008 breakpoint_here_p.
2009
2010 * NEWS: Mention multi-program debugging support. Mention new
2011 commands "add-inferior", "clone-inferior", "remove-inferior",
2012 "maint info program-spaces", and new option "set
2013 follow-exec-mode".
2014
2015 2009-10-19 Don Lee <don.lee@sunplusct.com>
2016
2017 * score-tdep.c: Delete dead codes.
2018
2019 2009-10-15 Michael Snyder <msnyder@vmware.com>
2020
2021 * record.c (struct record_reg_entry): Replace ptr with union
2022 of ptr and buf.
2023 (struct record_mem_entry): Ditto.
2024 (record_reg_alloc): Don't alloc ptr if reg will fit into buf.
2025 (record_mem_alloc): Ditto.
2026 (record_reg_release): Don't free ptr if reg was stored in buf.
2027 (record_mem_release): Ditto.
2028 (record_get_loc): New function. Return a pointer to where the
2029 value (mem or reg) is to be stored.
2030 (record_arch_list_add_reg): Call record_get_loc instead of using ptr.
2031 (record_arch_list_add_mem): Ditto.
2032 (record_wait): Ditto.
2033
2034 2009-10-16 Michael Eager <eager@eagercon.com>
2035
2036 * microblaze-linux-tdep.c:
2037 microblaze_linux_memory_remove_breakpoint(): Add gdbarch to param,
2038 replace frame_pc_unwind with get_frame_address_in_block.
2039 * microblaze-tdep.c: Remove MICROBLAZE_REGISTER_SIZE.
2040 * microblaze-tdep.h: Add MICROBLAZE_REGISTER_SIZE.
2041
2042 2008-10-15 Steven G. Kargl <kargl@gcc.gnu.org> (tiny patch)
2043
2044 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Conditionally compile in
2045 support for pcb->pcb_{fs,ds,es,gs} on FreeBSD older than 8.0.
2046
2047 2009-10-15 Michael Eager <eager@eagercon.com>
2048
2049 * config/djgpp/fnchange.lst: Add translations for cpu-microblaze.c,
2050 elf32-microblaze.c, microblaze-rom.c, microblaze-linux-tdep.c,
2051 microblaze-tdep.h, microblaze-tdep.c, microblaze-opc.h,
2052 microblaze-opcm.h, microblaze-dis.c, microblaze-dis.h, sim/microblaze,
2053 microblaze.h, and microblaze.isa.
2054 * configure.tgt: Add targets microblaze*-linux-*, microblaze*-xilinx-*.
2055 * Makefile.in: Build microblaze-tdep.o, microblaze-linux-tdep.o.
2056 HFILES_NO_SRCDIR: Add microblaze-tdep.h.
2057 * microblaze-linux-tdep.c: New.
2058 * microblaze-tdep.c: New.
2059 * microblaze-tdep.h: New.
2060 * NEWS: Announce Xilinx MicroBlaze support.
2061
2062 2009-10-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2063
2064 PR gdb/10757
2065 * linux-nat.c (linux_nat_post_attach_wait): Adjust assert.
2066 (lin_lwp_attach_lwp, linux_nat_attach): Handle disappearing LWP.
2067
2068 2009-10-15 Michael Snyder <msnyder@vmware.com>
2069
2070 * record.c (record_insn_max_num): Make unsigned.
2071 (_initialize_record): Use uinteger instead of zinteger for
2072 set command, so that it will report "unlimited" for zero.
2073
2074 2009-10-15 Michael Snyder <msnyder@vmware.com>
2075
2076 * record.c (record_reg_alloc): New function.
2077 (record_reg_release): New function.
2078 (record_mem_alloc): New function.
2079 (record_mem_release): New function.
2080 (record_end_alloc): New function.
2081 (record_end_release): New function.
2082 (record_entry_release): New function.
2083 (record_list_release): Simplify, call record_entry_release.
2084 (record_list_release_next): Rename to record_list_release_following.
2085 Simplify and call record_entry_release.
2086 (record_list_release_first): Simplify, comment, and use
2087 record_entry_release.
2088 (record_arch_list_add_reg): Simplify, call record_reg_alloc.
2089 (record_arch_list_add_mem): Simplify, call record_mem_alloc.
2090 (record_arch_list_add_end): Simplify, call record_end_alloc.
2091
2092 2009-10-14 Michael Snyder <msnyder@vmware.com>
2093
2094 * record.c (record_list_release_first): Do not decrement
2095 record_insn_num.
2096 (set_insn_num_max): Remove printf.
2097 Decrement record_insn_num in the loop.
2098
2099 2009-10-14 Cary Coutant <ccoutant@google.com>
2100
2101 * dwarf2read.c (read_import_statement): Call follow_die_ref_or_sig.
2102
2103 2009-10-14 Keith Seitz <keiths@redhat.com>
2104
2105 * dwarf2read.c (dwarf2_const_value): Fix order of arguments to
2106 store_unsigned_integer.
2107
2108 2009-10-14 Pedro Alves <pedro@codesourcery.com>
2109
2110 * configure.ac (build_warnings): Add -Wunused-value.
2111 * configure: Regenerate.
2112
2113 2009-10-14 Tristan Gingold <gingold@adacore.com>
2114
2115 * solib-darwin.c: Remove trailing whitespaces.
2116 (darwin_dyld_version_ok): Fix typo.
2117
2118 2009-10-14 Andrew Stubbs <ams@codesourcery.com>
2119
2120 * sh-tdep.c (sh_gdbarch_init): Add show_regs settings for
2121 bfd_mach_sh3_nommu, bfd_mach_sh2a_nofpu_or_sh3_nommu,
2122 bfd_mach_sh2a_or_sh3e, bfd_mach_sh2a_or_sh4, bfd_mach_sh4_nommu_nofpu,
2123 and bfd_mach_sh2a_nofpu_or_sh4_nommu_nofpu.
2124 Move bfd_mach_sh2a_or_sh4 to use the same configuration as
2125 bfd_mach_sh4.
2126
2127 2009-10-13 Daniel Jacobowitz <dan@codesourcery.com>
2128
2129 * arm-tdep.c (arm_push_dummy_call): Set the low bit of LR for
2130 a Thumb entry point.
2131 (thumb_get_next_pc): Handle Thumb-2 and ARM v6 instructions. Refuse
2132 to single step into IT blocks.
2133
2134 2009-10-13 Pedro Alves <pedro@codesourcery.com>
2135
2136 * infcall.c (call_function_by_hand): Formatting.
2137
2138 2009-10-13 Tristan Gingold <gingold@adacore.com>
2139
2140 * solib-darwin.c: Add an empty line after comment for functions.
2141 (struct gdb_dyld_all_image_infos): Improve comment.
2142 (DYLD_VERSION): Removed and replaced by ...
2143 (DYLD_VERSION_MAX, DYLD_VERSION_MIN): ... New macros.
2144 (darwin_dyld_version_ok): New function.
2145 (darwin_load_image_infos): Call darwin_dyld_version_ok.
2146 (darwin_current_sos): Ditto.
2147 (darwin_solib_create_inferior_hook): Ditto.
2148
2149 2009-10-13 Tristan Gingold <gingold@adacore.com>
2150
2151 * machoread.c: Add an empty line after comment for functions.
2152 (oso_el_compare_name): New function.
2153 (macho_add_oso_symfile): New function.
2154 (macho_oso_symfile): Use macho_add_oso_symfile. Sort the oso
2155 and optimize accesses to libraries.
2156
2157 2009-10-13 Tristan Gingold <gingold@adacore.com>
2158
2159 * objfiles.c (objfile_has_symbols): New function.
2160 * objfiles.h (objfile_has_symbols): Add prototype.
2161 * symfile.c (symbol_file_add_with_addrs_or_offsets): Call
2162 objfile_has_symbols.
2163 (reread_symbols): Ditto.
2164
2165 2009-10-12 Jiang Jilin <freephp@gmail.com>
2166
2167 * i386-tdep.c (i386_process_record): Add xgetbv/xsetbv
2168 instructions support.
2169
2170 2009-10-11 Pedro Alves <pedro@codesourcery.com>
2171
2172 * procfs.c (procfs_make_note_section): Go back to only outputing
2173 an NT_PSTATUS note when UNIXWARE is defined.
2174
2175 2009-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2176
2177 * features/xinclude.dtd: Correct EMPTY typo.
2178
2179 2009-10-10 Michael Snyder <msnyder@vmware.com>
2180
2181 * i386-tdep.c (i386_process_record): Or-equals, not not-equals.
2182
2183 2009-10-10 Pedro Alves <pedro@codesourcery.com>
2184
2185 * mi/mi-cmd-stack.c (list_args_or_locals): Use internal_error.
2186 Put "break" statements on their own line.
2187
2188 2009-10-09 Pedro Alves <pedro@codesourcery.com>
2189
2190 * linux-nat.c (linux_nat_wait_1): Bail out, if TARGET_WNOHANG and
2191 we found no event while waiting for a specific LWP.
2192 * infrun.c (handle_inferior_event): Handle TARGET_WAITKIND_IGNORE
2193 before anything else.
2194
2195 2009-10-09 Pedro Alves <pedro@codesourcery.com>
2196
2197 * procfs.c (procfs_make_note_section): Always output a NT_PSTATUS
2198 note when NEW_PROC_API is defined.
2199
2200 2009-10-09 Pedro Alves <pedro@codesourcery.com>
2201
2202 * corelow.c (core_has_fake_pid): New.
2203 (core_close): Clear it.
2204 (add_to_thread_list): Fake a pid if one is not found on a Solaris
2205 core. Add the inferior here. Always add the thread, don't use
2206 thread_change_ptid.
2207 (core_open): Don't add the main thread or the inferior here unless
2208 we find that the core had no .reg/NN sections.
2209 (get_core_register_section): Handle Solaris cores with fake pids.
2210
2211 * corelow.c (add_to_thread_list): Fix typo.
2212
2213 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
2214
2215 PR gdb/10457
2216 * elfread.c (elf_symtab_read): Don't use alloca in a loop.
2217
2218 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2219
2220 * i386-nat.c (i386_stopped_by_hwbp): Remove.
2221
2222 2009-10-07 Joel Brobecker <brobecker@adacore.com>
2223
2224 * NEWS: Update following the GDB 7.0 release.
2225
2226 2009-10-07 Pierre Muller <muller@ics.u-strasbg.fr>
2227
2228 ARI fix: OP eol rule.
2229 * doublest.c (floatformat_from_length): Avoid operator at end of line.
2230 * dwarf2-frame.c (dwarf2_build_frame_info): Idem.
2231 * dwarf2read.c (read_array_order, dwarf_decode_macros): Idem.
2232 * eval.c (evaluate_subexp_standard): Idem.
2233 * event-loop.c (create_timer, handle_timer_event): Idem.
2234 * expprint.c (print_subexp_standard): Idem.
2235 * f-exp.y (variable): Idem.
2236 * f-typeprint.c (f_print_type): Idem.
2237
2238 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
2239
2240 ARI fix: OP eol rule.
2241 * blockframe.c (find_pc_partial_function): Avoid operator at end of
2242 line.
2243 * buildsym.c (find_symbol_in_list): Idem.
2244 (start_subfile, patch_subfile_names): Idem.
2245 * c-exp.y (variable, yylex): Idem.
2246 * c-typeprint.c (c_print_type, c_type_print_base): Idem.
2247 * c-valprint.c (c_val_print): Idem.
2248 * coffread.c (patch_opaque_types, process_coff_symbol): Idem.
2249 * corelow.c (core_open): Idem.
2250 * cris-tdep.c (move_reg_to_mem_movem_op): Idem.
2251 * cli/cli-decode.c (help_cmd_list, find_command_name_length): Idem.
2252
2253 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
2254
2255 ARI fix: OP eol rule.
2256 * ada-exp.y (block_lookup): Avoid operator at end of line.
2257 * aix-thread.c (pd_enable): Idem.
2258 * alpha-tdep.c (alpha_next_pc): Idem.
2259 * arm-tdep.c (arm_skip_prologue, arm_scan_prologue): Idem.
2260 (condition_true, coff_sym_is_thumb): Idem.
2261
2262 2009-10-06 Joel Brobecker <brobecker@adacore.com>
2263
2264 GDB 7.0 released.
2265
2266 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
2267
2268 ARI fix: "%p" rule.
2269 * target.c (debug_to_thread_architecture): Replace %p by %s using
2270 host_address_to_string function.
2271
2272 2009-10-06 Tristan Gingold <gingold@adacore.com>
2273
2274 * darwin-nat.c: Add __TEXT __info_plist content.
2275 (darwin_attach_pid): Update error message.
2276
2277 2009-10-06 Joel Brobecker <brobecker@adacore.com>
2278
2279 * MAINTAINERS: Add Tristan Gingold as Maintainer of the Darwin port.
2280
2281 2009-10-06 Joel Brobecker <brobecker@adacore.com>
2282
2283 * MAINTAINERS: Add Jan Kratochvil as Maintainer of the ia64 target.
2284
2285 2009-10-05 Pedro Alves <pedro@codesourcery.com>
2286
2287 Revert:
2288 2009-10-04 Pedro Alves <pedro@codesourcery.com>
2289 * gdbinit.in: Set data-directory to @srcdir@.
2290
2291 2009-10-04 Pedro Alves <pedro@codesourcery.com>
2292
2293 * NEWS: Mention non-stop mode.
2294
2295 2009-10-04 Pedro Alves <pedro@codesourcery.com>
2296
2297 * gdbinit.in: Set data-directory to @srcdir@.
2298
2299 2009-10-02 Pedro Alves <pedro@codesourcery.com>
2300
2301 * linux-nat.c (TRAP_IS_SYSCALL, TRAP_REMOVE_SYSCALL_FLAG): Delete.
2302 (SYSCALL_SIGTRAP): New.
2303 (status_to_str): Adjust.
2304 (get_pending_status): Pending events in lp->waitstatus don't map
2305 to any signal. Simplify.
2306 (linux_handle_syscall_trap): New.
2307 (linux_handle_extended_wait): When handling PTRACE_EVENT_CLONE
2308 events, use linux_ops->to_resume instead of direct ptrace with
2309 PTRACE_CONT. Remove all TRAP_IS_SYSCALL handling.
2310 (wait_lwp): Handle syscall traps with linux_handle_syscall_trap,
2311 and clear the sysgood bit.
2312 (status_callback): Make it clearer and add comments.
2313 (cancel_breakpoints_callback): Ignore if LP has waitstatus set.
2314 (linux_nat_filter_event): Handle syscall traps with
2315 linux_handle_syscall_trap, and clear the sysgood bit. Move the
2316 check for storing siginfo to after handling extended statuses and
2317 syscall traps. Store status in the lwp object.
2318 (linux_wait_1): Don't swap the pending status out of the lwp
2319 object until after deciding we found an lwp with an interesting
2320 event. Requeue a new pending signal if we find one while getting
2321 rid or a pending SIGSTOP we sent ourselves. Don't clear the
2322 sysgood bit here.
2323
2324 * infrun.c (deal_with_syscall_event): Rename to ...
2325 (handle_syscall_event): ... this. Always context switch and set
2326 stop_pc, even if not catching the syscall. If not catching the
2327 syscall, always resume with keep_going.
2328 (handle_inferior_event): Adjust.
2329
2330 2009-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2331
2332 Fix compatibility of --with-system-readline and readline-6.0+.
2333 * configure.ac <--with-system-readline> (for readline_echoing_p): New
2334 test.
2335 * config.in: Regenerate.
2336 * configure: Regenerate.
2337
2338 2009-10-01 Joel Brobecker <brobecker@adacore.com>
2339
2340 * MAINTAINERS: Move Don Lee to the correct section (Write After
2341 Approval).
2342
2343 2009-10-01 Phil Muldoon <pmuldoon@redhat.com>
2344
2345 * infcall.c (call_function_by_hand): Add a new cleanup branch for
2346 std::terminate breakpoints.
2347
2348 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2349
2350 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): New variable buf.
2351 Check first the descriptor memory is readable.
2352
2353 2009-09-29 Tom Tromey <tromey@redhat.com>
2354
2355 * python/py-value.c (valpy_string): NULL-terminate 'keywords'.
2356
2357 2009-09-29 Ulrich Weigand <uweigand@de.ibm.com>
2358
2359 * s390-tdep.c (s390_displaced_step_fixup): Use type ULONGEST
2360 instead of CORE_ADDR for "amode".
2361
2362 2009-09-29 Joel Brobecker <brobecker@adacore.com>
2363
2364 * ia64-tdep.c: Update the comments on how we insert/remove
2365 breakpoints for L-X instructions.
2366 (ia64_memory_insert_breakpoint, ia64_memory_remove_breakpoint):
2367 Update the comments inside these functions.
2368
2369 2009-09-28 Ulrich Weigand <uweigand@de.ibm.com>
2370
2371 * gdbarch.sh (displaced_step_hw_singlestep): New callback.
2372 * gdbarch.c, gdbarch.h: Regenerate.
2373 * arch-utils.c (default_displaced_step_hw_singlestep): New function.
2374 * arch-utils.h (default_displaced_step_hw_singlestep): Add prototype.
2375
2376 * ppc-linux-tdep.c (ppc_displaced_step_hw_singlestep): New function.
2377 (rs6000_gdbarch_init): Install it.
2378
2379 * infrun.c (displaced_step_fixup): Use new callback to determine
2380 whether to "step" or "continue" displaced copy.
2381 (resume): Likewise. Do not call maybe_software_singlestep
2382 for displaced stepping.
2383 (maybe_software_singlestep): Do not handle displaced stepping.
2384
2385 2009-09-28 Ulrich Weigand <uweigand@de.ibm.com>
2386
2387 * eval.c (evaluate_subexp_standard) [OP_OBJC_MSGCALL]: Support
2388 platforms that use function descriptors. Prefer to use function
2389 pointer types instead of function types.
2390 * linespec.c (decode_objc): Support function descriptors. Fully
2391 initialize SAL result.
2392 * objc-lang.c (find_methods): Support function descriptors.
2393 Do not require function symbol to point to text section.
2394
2395 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): When calling
2396 via a function pointer, use the descriptor it points to.
2397
2398 2009-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2399
2400 Fix ia64 breakpoints in the L-X slot.
2401 * ia64-tdep.c (ia64_memory_insert_breakpoint): Extend the comment.
2402 New variable shadow_slotnum, use it appropriately instead of slotnum.
2403 Move shadow_len initialization before SLOTNUM adjustment, cover now the
2404 whole remaining bundle. Error now on breakpoints requested for the
2405 slot 2 of L-X bundles. Better sanity check the requested slot 1 of L-X
2406 bundles.
2407 (ia64_memory_remove_breakpoint): New variable shadow_slotnum, use it
2408 appropriately instead of slotnum. Warn now on breakpoints requested
2409 for the slot 2 of L-X bundles. Better sanity check the requested slot
2410 1 of L-X bundles. Update the assertio check of PLACED_SIZE.
2411 (ia64_breakpoint_from_pc): New variable shadow_slotnum, use it
2412 appropriately instead of slotnum. Move *lenptr initialization before
2413 SLOTNUM adjustment, cover now the whole remaining bundle. Error now
2414 on breakpoints requested for the slot 2 of L-X bundles. Better sanity
2415 check the requested slot 1 of L-X bundles. Simplify the returned
2416 expression.
2417
2418 2009-09-28 Joel Brobecker <brobecker@adacore.com>
2419
2420 * ia64-tdep.c (ia64_memory_insert_breakpoint): Check the slotnum
2421 and the type of instruction before deciding which slot to save
2422 in the breakpoint shadown contents.
2423
2424 2009-09-28 Doug Evans <dje@google.com>
2425
2426 * linux-nat.c (status_to_str): Handle TRAP_IS_SYSCALL.
2427 (TRAP_REMOVE_SYSCALL_FLAG): New macro.
2428 (linux_nat_wait_1): Mask off is-syscall bit in wait status for
2429 TRAP_IS_SYSCALL before passing value to caller.
2430
2431 2009-09-28 Ulrich Weigand <uweigand@de.ibm.com>
2432
2433 * valops.c (value_assign): Respect parent offset when
2434 assigning to a bitfield.
2435
2436 2009-09-28 Hui Zhu <teawater@gmail.com>
2437
2438 * i386-tdep.c (i386_process_record): Remove "0x" that
2439 don't need.
2440
2441 2009-09-27 Ulrich Weigand <uweigand@de.ibm.com>
2442
2443 * s390-tdep.c (op_bctr, op_bctgr, op_bct, op1_bctg, op2_bctg,
2444 op_bxh, op1_bxhg, op2_bxhg, op_bxle, op1_bxleg, op2_bxleg,
2445 op1_brct, op2_brct, op1_brctg, op2_brctg, op_brxh, op1_brxhg,
2446 op2_brxhg, op_brxle, op1_brxlg, op2_brxlg): New enum values.
2447 (is_rsi, is_rie): New insn format decoder routines.
2448 (s390_displaced_step_fixup): New function.
2449 (s390_gdbarch_init): Install displaced stepping routines.
2450
2451 2009-09-27 Ulrich Weigand <uweigand@de.ibm.com>
2452
2453 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*):
2454 Add linux-tdep.o to gdb_target_obs.
2455 (s390*-*-*): Likewise.
2456
2457 2009-09-27 Don Lee <don.lee@sunplusct.com>
2458
2459 * score-tdep.c: Comment out some simulator dependent codes.
2460 * score-tdep.h: Delete some simulator dependent macro definitions.
2461
2462 2009-09-27 Hui Zhu <teawater@gmail.com>
2463
2464 * record.c (record_open): Change "query" to "error".
2465 (cmd_record_stop): Change "query" to "printf_unfiltered".
2466
2467 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2468
2469 * i386-nat.c (i386_stopped_data_address): Also check that
2470 hitted watch register is not vacant.
2471
2472 2009-09-25 Tom Tromey <tromey@redhat.com>
2473
2474 PR python/10664:
2475 * language.h (struct language_defn) <la_get_string>: Add
2476 'char_type' argument.
2477 (LA_GET_STRING): Likewise.
2478 (default_get_string, c_get_string): Update.
2479 * language.c (default_get_string): Add 'char_type' argument.
2480 * c-valprint.c (c_textual_element_type): Rename from
2481 textual_element_type. No longer static. Update callers.
2482 * c-lang.h (c_textual_element_type): Declare.
2483 * c-lang.c (c_get_string): Add 'char_type' argument.
2484
2485 2009-09-25 Tom Tromey <tromey@redhat.com>
2486
2487 * charset.c (iconv_open): Use UTF-16 and UTF-32, not UCS-2 and
2488 UCS-4.
2489 (iconv): Rename 'ucs_flag'.
2490 (GDB_DEFAULT_TARGET_WIDE_CHARSET): Use UTF-32.
2491 * c-lang.c (charset_for_string_type): Use UTF-16 and UTF-32, not
2492 UCS-2 and UCS-4.
2493 (convert_ucn): Use UTF-32.
2494
2495 2009-09-25 Nick Roberts <nickrob@snap.net.nz>
2496
2497 * mi/gdb-mi.el: Remove file.
2498
2499 2009-09-23 Joel Brobecker <brobecker@adacore.com>
2500
2501 * record.c (record_open, record_store_registers, record_xfer_partial):
2502 Replace calls to nquery by calls to query.
2503
2504 2009-09-23 John Wright <john.wright@hp.com>
2505
2506 PR gdb/10684:
2507 * event-top.c (command_line_handler): Terminate linebuffer before
2508 xstrdup.
2509
2510 2009-09-22 Joel Brobecker <brobecker@adacore.com>
2511
2512 * solib.c (solib_bfd_open): Relax a bit the compatibility check.
2513
2514 2009-09-22 Daniel Jacobowitz <dan@codesourcery.com>
2515
2516 * source.c (forget_cached_source_info): Clear last_source_visited.
2517 (init_last_source_visited): Delete.
2518 (directory_command): Do not clear last_source_visited. Call
2519 forget_cached_source_info only if required.
2520 (unset_substitute_path_command, set_substitute_path_command): Call
2521 forget_cached_source_info.
2522 * mi/mi-cmd-env.c (mi_cmd_env_dir): Do not call
2523 init_last_source_visited.
2524 * defs.h (init_last_source_visited): Delete declaration.
2525
2526 2009-09-22 Tom Tromey <tromey@redhat.com>
2527
2528 PR gdb/10583:
2529 * python/py-value.c (valpy_int): Use PyLong_FromLongLong.
2530 (valpy_long): Likewise.
2531
2532 2009-09-22 Tom Tromey <tromey@redhat.com>
2533
2534 PR python/10680:
2535 * eval.c (evaluate_subexp_standard) <do_call_it>: Handle internal
2536 functions in EVAL_AVOID_SIDE_EFFECTS case.
2537
2538 2009-09-22 Jie Zhang <jie.zhang@analog.com>
2539
2540 * MAINTAINERS: Add myself under Write After Approval.
2541
2542 2009-09-22 Pierre Muller <muller@ics.u-strasbg.fr>
2543
2544 * windows-nat.c (ctrl_c_handler): Also handle CTRL_BREAK_EVENT.
2545
2546 2009-09-18 Keith Seitz <keiths@redhat.com>
2547
2548 * cp-support.h (cp_validate_operator): Declare new function.
2549 * cp-support.c (cp_validate_operator): New function.
2550 * linespec.c (decode_compound): For C++ check for a valid operator.
2551
2552 2009-09-21 Keith Seitz <keiths@redhat.com>
2553
2554 * c-exp.y (qualified_name): Call CHECK_TYPEDEF before deciding
2555 that a type is not an aggregate type.
2556
2557 2009-09-21 Jason Orendorff <jason.orendorff@gmail.com>
2558
2559 PR python/10666:
2560 * python/py-function.c (fnpy_init): Use xstrdup.
2561
2562 2009-09-21 Jie Zhang <jie.zhang@analog.com>
2563
2564 * doc/gdb.texinfo: Escape "{" and "}".
2565
2566 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
2567
2568 PR python/10633
2569
2570 * c-lang.c (c_printstr): Do not loop past options->print_max when
2571 iterating with wchar_iterate.
2572
2573 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
2574
2575 * python/py-value.c (valpy_getitem): Test value before allowing
2576 subscript operation.
2577
2578 2009-09-21 Hui Zhu <teawater@gmail.com>
2579 Michael Snyder <msnyder@vmware.com>
2580
2581 * amd64-linux-tdep.c (amd64_all_but_ip_registers_record): New
2582 function.
2583 (amd64_linux_syscall_record): Call
2584 amd64_all_but_ip_registers_record if syscall is
2585 sys_rt_sigreturn.
2586 (AMD64_LINUX_redzone, AMD64_LINUX_xstate,
2587 AMD64_LINUX_frame_size): New macros.
2588 (amd64_linux_record_signal): New function.
2589 (amd64_linux_init_abi): Call set_gdbarch_process_record_signal.
2590
2591 2009-09-21 Hui Zhu <teawater@gmail.com>
2592 Michael Snyder <msnyder@vmware.com>
2593
2594 * i386-linux-tdep.c (i386_all_but_ip_registers_record): New
2595 function.
2596 (i386_linux_intx80_sysenter_record): Call
2597 i386_all_but_ip_registers_record if syscall is sys_sigreturn
2598 or sys_rt_sigreturn.
2599 (I386_LINUX_xstate, I386_LINUX_frame_size): New macros.
2600 (i386_linux_record_signal): New function.
2601 (i386_linux_init_abi): Call set_gdbarch_process_record_signal.
2602
2603 2009-09-21 Hui Zhu <teawater@gmail.com>
2604 Michael Snyder <msnyder@vmware.com>
2605
2606 * record.c (record_end_entry): New struct.
2607 (record_type): Add end.
2608 (record_arch_list_add_end): Set rec->u.end.sigval to
2609 TARGET_SIGNAL_0.
2610 (record_message_args): New struct.
2611 (record_message): Call gdbarch_process_record_signal.
2612 (do_record_message): Add argument "signal".
2613 (record_resume): Ditto.
2614 (record_wait): Ditto. Check record_list->u.end.sigval
2615 in replay mode.
2616
2617 2009-09-21 Hui Zhu <teawater@gmail.com>
2618 Michael Snyder <msnyder@vmware.com>
2619
2620 * gdbarch.sh (process_record_signal): New interface.
2621
2622 2009-09-19 Matt Rice <ratmice@gmail.com> (tiny change)
2623
2624 Checked in by Joel Brobecker <brobecker@gnat.com>
2625 * varobj.c (varobj_update): Initialize children_changed.
2626
2627 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
2628
2629 * mi/mi-cmd-stack.c (list_args_or_locals): Workaround
2630 gcc warning.
2631
2632 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
2633
2634 * mi/mi-cmds.h (mi_cmd_stack_list_variables): Declare.
2635 * mi/mi-cmds.c (mi_cmds): Register -stack-list-variables.
2636 * mi/mi-cmd-stack.c (enum what_to_list): New.
2637 (list_args_or_locals): Accept what_to_list parameter.
2638 Use 'variables' as output name of all are requested.
2639 (mi_cmd_stack_list_variables): New.
2640 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args): Adjust.
2641
2642 2009-09-19 Eli Zaretskii <eliz@gnu.org>
2643
2644 * config/djgpp/fnchange.lst: Add missing edits.
2645
2646 2009-09-18 Maxim Grigoriev <maxim2405@gmail.com>
2647
2648 * xtensa-tdep.c (call0_analyze_prologue): Replace INT_MAX by UNIT_MAX.
2649
2650 2009-09-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2651
2652 * objfiles.c (free_objfile): Clear SYMFILE_OBJFILE if it is OBJFILE.
2653 * rs6000-nat.c (vmap_ldinfo): Only assertion check SYMFILE_OBJFILE now.
2654 * symfile.c (syms_from_objfile, symbol_file_clear): Likewise.
2655
2656 2009-09-18 Ulrich Weigand <uweigand@de.ibm.com>
2657
2658 * rs6000-tdep.c (rs6000_builtin_type_vec128): Add v2_double
2659 union member.
2660
2661 2009-09-17 Joel Brobecker <brobecker@adacore.com>
2662
2663 Fix a build failure on pa-hpux:
2664 * gdb_ptrace.h (PT_SYSCALL): Define here if not already defined.
2665 * inf-ttrace.c (inf_ttrace_wait): Fix compilation failure
2666 introduced after field syscall_id inside struct target_waitstatus
2667 has been renamed into syscall_number.
2668
2669 2009-09-16 H.J. Lu <hongjiu.lu@intel.com>
2670
2671 PR gdb/10649
2672 * Makefile.in (GDB_DATADIR_PATH): Renamed to ...
2673 (GDB_DATADIR): This.
2674 (xml-syscall-install): Updated.
2675
2676 2009-09-16 Joel Brobecker <brobecker@adacore.com>
2677
2678 GDB 7.0 branch created (branch timestamp: 2009-09-16 19:00 UTC)
2679 * version.in: Bump version to 7.0.50.20090916-cvs.
2680
2681 2009-09-15 Tom Tromey <tromey@redhat.com>
2682
2683 * varobj.h (varobj_update_result_t) <new>: New field.
2684 (varobj_get_child_range, varobj_set_child_range): Declare.
2685 (varobj_list_children): Update.
2686 (varobj_enable_pretty_printing, varobj_has_more)
2687 (varobj_pretty_printed_p): Declare.
2688 * varobj.c (pretty_printing): New global.
2689 (varobj_enable_pretty_printing): New function.
2690 (struct varobj_root) <from, to, constructor, child_iter,
2691 saved_item>: New fields.
2692 (varobj_create): Don't call install_default_visualizer.
2693 (instantiate_pretty_printer): Don't use value_copy.
2694 (varobj_has_more): New function.
2695 (restrict_range): New function.
2696 (install_dynamic_child): Likewise.
2697 (dynamic_varobj_has_child_method): Likewise.
2698 (update_dynamic_varobj_children): Remove 'new_and_unchanged'
2699 argument; add 'new', 'unchanged', 'from', and 'to' arguments.
2700 Rewrite.
2701 (varobj_get_num_children): Call update_dynamic_varobj_children.
2702 (varobj_list_children): Add 'from' and 'to' arguments. Ignore
2703 result of update_dynamic_varobj_children. Don't call
2704 install_default_visualizer. Restrict result range.
2705 (varobj_add_child): Don't call install_default_visualizer.
2706 (varobj_pretty_printed_p): New function.
2707 (install_visualizer): Rewrite. Move earlier in file.
2708 (install_default_visualizer): Likewise.
2709 (construct_visualizer): New function.
2710 (install_new_value_visualizer): Likewise.
2711 (install_new_value): Don't call release_value. Special case
2712 pretty-printed objects. Use value_incref. Rearrange "changed"
2713 logic.
2714 (varobj_get_child_range): New function.
2715 (varobj_set_child_range): Likewise.
2716 (varobj_set_visualizer): Rewrite.
2717 (varobj_update): Rewrite pretty-printing logic.
2718 (new_variable): Initialize new fields.
2719 (free_variable): Destroy new fields.
2720 (value_of_root): Copy 'from' and 'to'.
2721 (my_value_of_variable): Handle pretty-printers.
2722 (value_get_print_value): Rework pretty-printing logic.
2723 (cplus_describe_child): Don't use release_value.
2724 * mi/mi-cmds.h (mi_cmd_enable_pretty_printing)
2725 (mi_cmd_var_set_update_range): Declare.
2726 * mi/mi-cmds.c (mi_cmds): Add enable-pretty-printing and
2727 var-set-update-range.
2728 * mi/mi-cmd-var.c (print_varobj): Update. Emit "dynamic"
2729 attribute.
2730 (mi_cmd_var_create): Emit "has_more" attribute.
2731 (mi_cmd_var_set_format): Plug memory leak.
2732 (mi_print_value_p): Replace 'type' argument with 'var'. Handle
2733 pretty-printed varobjs.
2734 (mi_cmd_var_list_children): Accept 'from' and 'to' arguments.
2735 Emit "has_more" attribute.
2736 (mi_cmd_var_evaluate_expression): Plug memory leak.
2737 (mi_cmd_var_assign): Likewise.
2738 (varobj_update_one): Likewise. Emit "dynamic", "has_more", and
2739 "new_children" attributes.
2740 (mi_cmd_enable_pretty_printing): New function.
2741 (mi_cmd_var_set_update_range): Likewise.
2742
2743 2009-09-15 Doug Evans <dje@google.com>
2744
2745 * dwarf2expr.h (dwarf_value_location): Add more comments describing
2746 enum values.
2747 (struct dwarf_stack_value): New struct.
2748 (struct dwarf_expr_context): Change type of `stack' from CORE_ADDR*
2749 to struct dwarf_stack_value*.
2750 (struct dwarf_expr_piece): Move `v.value' into its own struct, v.expr,
2751 all uses updated. Add v.expr.in_stack_memory.
2752 (dwarf_expr_push): Update declaration.
2753 (dwarf_expr_fetch_in_stack_memory): Declare.
2754 * dwarf2expr.c (dwarf_expr_grow_stack): Update calculation of
2755 size of stack value.
2756 (dwarf_expr_push): New arg in_stack_memory, all callers updated.
2757 (dwarf_expr_fetch_in_stack_memory): New function.
2758 (add_piece): Set in_stack_memory for non-literal values.
2759 (execute_stack_op): Allow ops to specify whether the value is on the
2760 program's stack.
2761 (execute_stack_op, case DW_OP_fbreg): Mark value as in stack memory.
2762 (execute_stack_op, case DW_OP_call_frame_cfa): Ditto.
2763 (execute_stack_op, case DW_OP_dup): Copy in_stack_memory flag.
2764 (execute_stack_op, cases DW_OP_pick, DW_OP_over): Ditto.
2765 (execute_stack_op, cases DW_OP_swap, DW_OP_rot): Update type of
2766 dwarf stack value.
2767 * dwarf2loc.c (read_pieced_value): Call read_stack for values known
2768 to be on the program's stack.
2769 (dwarf2_evaluate_loc_desc, case DWARF_VALUE_MEMORY): Call
2770 set_value_stack only for objects known to be in stack memory.
2771 * dwarf2-frame.c (execute_stack_op): New arg initial_in_stack_memory,
2772 all callers updated.
2773
2774 * target.c (memory_xfer_partial): Pass correct length to dcache_update.
2775
2776 2009-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2777
2778 Fix gcc-4.5 HEAD warnings for enum ada_operator.
2779 * Makefile.in (HFILES_NO_SRCDIR): Add ada-operator.inc.
2780 * ada-lang.h (enum ada_operator): Move it to ...
2781 * ada-operator.inc: ... a new file.
2782 * expression.h (enum exp_opcode): Include ada-operator.inc.
2783 New element OP_UNUSED_LAST. Update comment for OP_EXTENDED0.
2784
2785 Fix gcc-4.5 HEAD warnings for GDB_FORM_cached_string.
2786 * dwarf2read.c (GDB_FORM_cached_string)
2787 (dwarf_form_name <GDB_FORM_cached_string>): Remove.
2788 (struct attribute <dwarf_form>): Reduce the bit width.
2789 (struct attribute <string_is_canonical>, DW_STRING_IS_CANONICAL): New.
2790 (read_attribute_value <DW_FORM_string>)
2791 (read_attribute_value <DW_FORM_strp>): Initialize
2792 DW_STRING_IS_CANONICAL.
2793 (dwarf2_name, dump_die_shallow <DW_FORM_string>)
2794 (dump_die_shallow <DW_FORM_strp>): Update the code using former
2795 GDB_FORM_cached_string.
2796
2797 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2798
2799 * amd64-linux-tdep.c: Include xml-syscall.h header, define the XML
2800 syscall name for the architecture.
2801 (amd64_linux_get_syscall_number): New function.
2802 (amd64_linux_init_abi): Register the correct functions for syscall
2803 catchpoint; set the correct syscall file name.
2804 * breakpoint.c: New include: xml-syscall.h.
2805 (set_raw_breakpoint_without_location): Setting the parameters
2806 for the catch syscall feature.
2807 (insert_catch_syscall): New.
2808 (remove_catch_syscall): New.
2809 (breakpoint_hit_catch_syscall): New.
2810 (print_it_catch_syscall): New.
2811 (print_one_catch_syscall): New.
2812 (print_mention_catch_syscall): New.
2813 (catch_syscall_breakpoint_ops): New.
2814 (syscall_catchpoint_p): New.
2815 (create_catchpoint_without_mention): New.
2816 (create_catchpoint): Modified in order to use
2817 create_catchpoint_without_mention.
2818 (create_syscall_event_catchpoint): New.
2819 (clean_up_filters): New.
2820 (catch_syscall_split_args): New.
2821 (catch_syscall_command_1): New.
2822 (delete_breakpoint): Add cleanup for catch syscall.
2823 (is_syscall_catchpoint_enabled): New.
2824 (catch_syscall_enabled): New.
2825 (catching_syscall_number): New.
2826 (catch_syscall_completer): New completer function.
2827 (add_catch_command): Add the completer function for catchpoints.
2828 * breakpoint.h (syscalls_to_be_caught): New vector.
2829 (catch_syscall_enabled): New.
2830 (catching_syscall_number): New.
2831 * gdbarch.c: Regenerated.
2832 * gdbarch.h: Regenerated.
2833 * gdbarch.sh: Add syscall catchpoint functions and structures.
2834 (get_syscall_number): New.
2835 (UNKNOWN_SYSCALL): New definition.
2836 * i386-linux-nat.c (i386_linux_resume): Select the proper request
2837 to be made for ptrace() considering if we are catching syscalls
2838 or not.
2839 * i386-linux-tdep.c: Include xml-syscall.h header, define the XML
2840 syscall name for the architecture.
2841 (i386_linux_get_syscall_number): New.
2842 (i386_linux_init_abi): Register the correct functions for syscall
2843 catchpoint; set the correct syscall file name.
2844 * inf-child.c (inf_child_set_syscall_catchpoint): New.
2845 (inf_child_target): Assign default values to target_ops.
2846 * inf-ptrace.c (inf_ptrace_resume): Select the proper request
2847 to be made for ptrace() considering if we are catching syscalls
2848 or not.
2849 * inferior.h (struct inferior): Included new variables
2850 any_syscall_count, syscalls_counts and total_syscalls_count,
2851 used to keep track of requested syscall catchpoints.
2852 * infrun.c (resume): Add syscall catchpoint.
2853 (deal_with_syscall_event): New.
2854 (handle_inferior_event): Add syscall entry/return events.
2855 (inferior_has_called_syscall): New.
2856 * linux-nat.c: Define some helpful variables to track wether we have
2857 support for the needed ptrace option.
2858 (linux_test_for_tracesysgood): New.
2859 (linux_supports_tracesysgood): New.
2860 (linux_enable_tracesysgood): New.
2861 (linux_enable_event_reporting): Save the current used ptrace
2862 options.
2863 (linux_child_post_attach): Calling linux_enable_tracesysgood.
2864 (linux_child_post_startup_inferior): Likewise.
2865 (linux_child_set_syscall_catchpoint): New function.
2866 (linux_handle_extended_wait): Handle the case which the inferior stops
2867 because it has called or returned from a syscall.
2868 (linux_target_install_ops): Install the necessary functions to handle
2869 syscall catchpoints.
2870 * linux-nat.h (struct lwp_info): Include syscall_state into the
2871 structure, which indicates if we are in a syscall entry or return.
2872 * ppc-linux-tdep.c: Include xml-syscall.h header, define the XML
2873 syscall filename for the arch.
2874 (ppc_linux_get_syscall_number): New.
2875 (ppc_linux_init_abi): Register the correct functions for syscall
2876 catchpoint; setting the correct name for the XML syscall file.
2877 * target.c (update_current_target): Update/copy functions related to
2878 syscall catchpoint.
2879 (target_waitstatus_to_string): Add syscall catchpoint entry/return
2880 events.
2881 * target.h (struct target_waitstatus): Add syscall number.
2882 (struct syscall): New struct to hold information about syscalls
2883 in the system.
2884 (struct target_ops): Add ops for syscall catchpoint.
2885 (inferior_has_called_syscall): New.
2886 (target_set_syscall_catchpoint): New.
2887 * xml-support.c (xml_fetch_content_from_file): New function,
2888 transferred from xml-tdesc.c.
2889 * xml-support.h (xml_fetch_content_from_file): New.
2890 * xml-tdesc.c (fetch_xml_from_file): Function removed;
2891 transferred to xml-support.c.
2892 (file_read_description_xml): Updated to use the new
2893 xml_fetch_content_from_file function.
2894 * syscalls/gdb-syscalls.dtd: New definition file for syscall's XML
2895 support.
2896 * syscalls/amd64-linux.xml: New file containing information about
2897 syscalls for GNU/Linux systems that use amd64 architecture.
2898 * syscalls/i386-linux.xml: New file containing information about
2899 syscalls for GNU/Linux systems that use i386 architecture.
2900 * syscalls/ppc-linux.xml: New file containing information about
2901 syscalls for GNU/Linux systems that use PPC architecture.
2902 * syscalls/ppc64-linux.xml: New file containing information about
2903 syscalls for GNU/Linux systems that use PPC64 architecture.
2904 * xml-syscall.c: New file containing functions for manipulating
2905 syscall's XML files.
2906 * xml-syscall.h: New file, exporting the functions above mentioned.
2907 * Makefile.in: Support for relocatable GDB datadir and XML
2908 syscall.
2909 * NEWS: Added information about the catch syscall feature.
2910
2911 2009-09-14 Doug Evans <dje@google.com>
2912
2913 * target.c (memory_xfer_partial): Only update dcache after we know
2914 the write succeeded.
2915
2916 2009-09-14 Paul Pluzhnikov <ppluzhnikov@google.com>
2917
2918 *minsyms.c (lookup_minimal_symbol_by_pc_section_1): Assert non-NULL
2919 section.
2920 (lookup_minimal_symbol_by_pc_section): Check for NULL section.
2921 (lookup_minimal_symbol_by_pc): Adjust.
2922
2923 2009-09-14 Paul Pluzhnikov <ppluzhnikov@google.com>
2924
2925 * objfiles.c (qsort_cmp): Remove asserts.
2926 (insert_section_p, filter_debuginfo_sections): New function.
2927 (filter_overlapping_sections): Likewise.
2928 (update_section_map): Adjust.
2929
2930 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
2931
2932 * frame.c (get_frame_id): Default to outer_frame_id if the this_id
2933 method does not supply an ID. Assert that the result is not
2934 null_frame_id.
2935 (outer_frame_id): New.
2936 (frame_id_p): Accept outer_frame_id.
2937 (frame_id_eq): Allow outer_frame_id to be equal to itself.
2938 (frame_find_by_id): Revert previous local workarounds.
2939 (get_prev_frame_1): Adjust end-of-stack check to test outer_frame_id.
2940 * frame.h (null_frame_id, frame_id_p): Update comments.
2941 (outer_frame_id): Declare.
2942 * infrun.c (handle_inferior_event): Do not treat all steps from the
2943 outermost frame as subroutine calls.
2944
2945 * libunwind-frame.c (libunwind_frame_this_id): Do not clear THIS_ID.
2946 * hppa-tdep.c (hppa_stub_frame_this_id): Likewise.
2947 * ia64-tdep.c (ia64_frame_this_id): Likewise.
2948 (ia64_libunwind_frame_this_id, ia64_libunwind_sigtramp_frame_this_id):
2949 Use outer_frame_id instead of null_frame_id.
2950 * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Use outer_frame_id.
2951 * i386obsd-tdep.c (i386obsd_trapframe_cache): Likewise.
2952 * inline-frame.c (inline_frame_this_id): Refuse outer_frame_id.
2953 * thread.c (restore_selected_frame): Update comment and remove
2954 frame_id_p check.
2955
2956 2009-09-11 Doug Evans <dje@google.com>
2957
2958 * dwarf2expr.c (execute_stack_op, case DW_OP_piece): Delete unused
2959 local addr_or_regnum.
2960
2961 * objfiles.c (struct objfile_data): Delete member cleanup and replace
2962 with save, free.
2963 (register_objfile_data_with_cleanup): Delete arg cleanup and replace
2964 with save, free. All callers updated.
2965 (clear_objfile_data): Replace cleanup loop with separate save and
2966 free loops.
2967 * objfiles.h (register_objfile_data_with_cleanup): Update.
2968 * arm-tdep.c (arm_objfile_data_free): Renamed from
2969 arm_objfile_data_cleanup, all callers updated.
2970 * dwarf2read.c (dwarf2_per_objfile_free): Renamed from
2971 dwarf2_per_objfile_cleanup, all callers updated.
2972 * python/py-objfile.c (py_free_objfile): Renamed from clean_up_objfile,
2973 all callers updated.
2974 * python/py-type.c (save_objfile_types): Renamed from
2975 clean_up_objfile_types, all callers updated.
2976
2977 2009-09-11 Tom Tromey <tromey@redhat.com>
2978
2979 * dwarf2loc.c (struct piece_closure) <arch>: New field.
2980 (dwarf2_evaluate_loc_desc): Update.
2981 (dwarf2_loc_desc_needs_frame): Likewise.
2982 (allocate_piece_closure): Initialize new field.
2983 (read_pieced_value): Update.
2984 (write_pieced_value): Update.
2985 (copy_pieced_value_closure): Update.
2986 * dwarf2expr.h (enum dwarf_value_location): New.
2987 (struct dwarf_expr_context) <in_reg>: Remove.
2988 <location, len, data>: New fields.
2989 (struct dwarf_expr_piece) <in_reg, value>: Remove.
2990 <location, v>: New fields.
2991 * dwarf2expr.c (add_piece): Remove in_reg, value arguments.
2992 Update.
2993 (require_composition): New function.
2994 (execute_stack_op): Update.
2995 <DW_OP_implicit_value, DW_OP_stack_value>: New cases.
2996 <DW_OP_reg0>: Set location, not in_reg.
2997 <DW_OP_regx>: Likewise. Use require_composition.
2998 <DW_OP_fbreg>: Update.
2999 <DW_OP_piece>: Likewise.
3000 * dwarf2-frame.c (execute_stack_op): Update.
3001
3002 2009-09-10 Anthony Green <green@moxielogic.com>
3003
3004 * moxie-tdep.c (moxie_analyze_prologue): Recognize new prologue
3005 sequences.
3006
3007 2009-09-10 Michael Snyder <msnyder@vmware.com>
3008
3009 * remote.c (PACKET_bc, PACKET_bs): New enums.
3010 (remote_protocol_features): Add ReverseStep, ReverseContinue.
3011 (remote_resume): Check for reverse capability.
3012 (_initialize_remote): Add packet config for "bs" and "bc" packets.
3013 * NEWS (new options): Mention set/show for "bs" and "bc" packets.
3014
3015 2009-09-10 Joel Brobecker <brobecker@adacore.com>
3016
3017 * top.c (interactive_mode): New static variable.
3018 (show_interactive_mode): New function.
3019 (input_from_terminal_p): If interactive_mode is not auto, then
3020 use that rather than checking the stdin settings.
3021 (init_main): Add "set/show interactive-mode" command.
3022 * NEWS: Add entry for new "set/show interactive-mode" command.
3023
3024 2009-09-10 Joel Brobecker <brobecker@adacore.com>
3025
3026 * configure.ac: Fix the names of the python source and object files
3027 following the renaming done in an earlier change.
3028 * configure: Regenerate.
3029
3030 2009-09-08 Joel Brobecker <brobecker@adacore.com>
3031
3032 Fix a build failure on AIX.
3033 * rs6000-nat.c (vmap_exec): Rewrite using target_get_section_table
3034 instead of relying on the to_sections/to_section_end target_ops
3035 field, since the latter have been removed in a previous patch.
3036
3037 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
3038
3039 * Makefile.in (py-cmd.o): Renamed from python-cmd.o. Updated
3040 references.
3041 (py-frame.o): Renamed from python-frame.o. Updated references.
3042 (py-function.o): Renamed from python-function.o. Updated references.
3043 (py-objfile.o): Renamed from python-objfile.o. Updated references.
3044 (py-prettyprint.o): Renamed from python-prettyprint.o. Updated
3045 references.
3046 (py-type.o): Renamed from python-type.o. Updated references.
3047 (py-utils.o): Renamed from python-utils.o. Updated references.
3048 (py-value.o): Renamed from python-value.o. Updated references.
3049 * py-cmd.c: Renamed from python-cmd.c.
3050 * py-frame.c: Renamed from python-frame.c.
3051 * py-function.c: Renamed from python-function.c.
3052 * py-objfile.c: Renamed from python-objfile.c.
3053 * py-prettyprint.c: Renamed from python-prettyprint.c.
3054 * py-type.c: Renamed from python-type.c.
3055 * py-utils.c: Renamed from python-utils.c.
3056 * py-value.c: Renamed from python-value.c.
3057
3058 2009-09-08 Joel Brobecker <brobecker@adacore.com>
3059
3060 Avoid quadratic behavior when computing the value of a register.
3061 * frame.c (frame_stash): New static constant.
3062 (frame_stash_add, frame_stash_find, frame_stash_invalidate):
3063 New functions.
3064 (get_frame_id): Minor reformatting. Add the frame to the frame stash.
3065 (frame_find_by_id): Search the frame stash first before walking all
3066 frames starting from te current_frame.
3067 (reinit_frame_stash): Add call to frame_stash_invalidate ();
3068
3069 2009-09-08 Joel Brobecker <brobecker@adacore.com>
3070
3071 * block.c (contained_in): Return zero for nested functions.
3072 * blockframe.c (block_innermost_frame): Delete unreferenced local
3073 variable.
3074
3075 2009-09-08 Doug Evans <dje@google.com>
3076
3077 * target.c (initialize_targets): Fix thinko in stack_cache_enabled_p.
3078
3079 2009-09-08 Michael Snyder <msnyder@vmware.com>
3080
3081 * amd64-linux-tdep.h (enum amd64_syscall): New enum consts,
3082 to replace literal consts used in amd64-linux-tdep.c
3083 * linux-record.h (enum gdb_syscall): New enum consts, to replace
3084 literal consts used in amd64-linux-tdep.c and linux-record.c.
3085 * amd64-linux-tdep.c (amd64_canonicalize_syscall): New function,
3086 translate from native amd64 Linux syscall id to internal gdb id.
3087 (amd64_linux_syscall_record): Switch statement abstracted out
3088 and replaced with a call to amd64_canonicalize_syscall.
3089 * linux-record.c (record_linux_system_call): Replace literal
3090 consts with enum consts.
3091 * i386-linux-tdep.c (i386_canonicalize_syscall): New function,
3092 trivially translate from native i386 Linux syscalls to gdb syscalls.
3093 (i386_linux_intx80_sysenter_record):
3094
3095 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3096
3097 * gdb/Makefile.in (check//%): Parse 'config.status --version'
3098 output to recreate the configuration from the testsuite directory,
3099 rather than running 'config.status --recheck' from a different
3100 build directory. Let configure do the recursion rather than
3101 doing it manually.
3102
3103 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3104
3105 * ia64-tdep.c (ia64_memory_remove_breakpoint): Call do_cleanups
3106 before a return.
3107
3108 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3109
3110 * ia64-tdep.c (ia64_memory_insert_breakpoint)
3111 (ia64_memory_remove_breakpoint): Return immediately if any of memory
3112 reads fail. Do not combine the VAL values.
3113
3114 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3115
3116 Fix ia64 shadowing of breakpoints in multiple slots of a single bundle.
3117 * ia64-tdep.c (ia64_memory_insert_breakpoint): New call
3118 of make_show_memory_breakpoints_cleanup with parameter 0. Move the
3119 reading of SHADOW_CONTENTS to this memory state point of code. Update
3120 comment for the memory re-read.
3121
3122 2009-09-07 Michael Snyder <msnyder@vmware.com>
3123
3124 * record.c: Minor comment and white space fix-ups.
3125
3126 2009-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3127
3128 * m68k-tdep.c (m68k_gdbarch_init): Allocate TDEP as cleared.
3129 * sparc-tdep.c (sparc32_gdbarch_init): Allocate TDEP as cleared.
3130 Remove explicit clearing of TDEP fields.
3131
3132 2009-09-06 Hui Zhu <teawater@gmail.com>
3133
3134 * i386-tdep.c (i386_record_check_override): Deleted.
3135 (i386_record_lea_modrm): Ditto.
3136 (i386_process_record): Ditto.
3137
3138 2009-09-05 Eli Zaretskii <eliz@gnu.org>
3139
3140 * config/djgpp/djconfig.sh: Fix for Autoconf 2.64.
3141 * config/djgpp/config.sed: Fix for Autoconf 2.64.
3142
3143 2009-09-05 Hui Zhu <teawater@gmail.com>
3144
3145 * i386-tdep.c (i386_record_s): Add orig_addr.
3146 (i386_record_check_override): New function.
3147 (i386_record_lea_modrm): Call i386_record_check_override.
3148 (i386_process_record): Ditto.
3149
3150 2009-09-03 Nathan Froyd <froydnj@codesourcery.com>
3151
3152 * dwarf2loc.c (struct piece_closure): New.
3153 (allocate_piece_closure): New function.
3154 (read_pieced_value): New function.
3155 (write_pieced_value): New function.
3156 (copy_pieced_value_closure): New function.
3157 (free_pieced_value_closure): New function.
3158 (pieced_value_funcs): Define.
3159 (dwarf2_evaluate_loc_desc): Return a computed value for a variable
3160 described with pieces.
3161
3162 2009-09-03 Pierre Muller <muller@ics.u-strasbg.fr>
3163 Richard Earnshaw <rearnsha@arm.com>
3164
3165 * arm-tdep.c (displaced_write_reg): Replace call to abort by call
3166 to internal_error.
3167
3168 2009-09-02 Tom Tromey <tromey@redhat.com>
3169
3170 * frame.h (frame_unwinder_is): Declare.
3171 * frame.c (frame_unwinder_is): New function.
3172 * dwarf2loc.c: Include dwarf2-frame.h.
3173 (dwarf_expr_frame_cfa): New function.
3174 (dwarf2_evaluate_loc_desc): Use it.
3175 (needs_frame_frame_cfa): New function.
3176 (dwarf2_loc_desc_needs_frame): Use it.
3177 * dwarf2expr.h (struct dwarf_expr_context) <get_frame_cfa>: New
3178 field.
3179 * dwarf2expr.c (execute_stack_op) <DW_OP_call_frame_cfa>: New
3180 case.
3181 * dwarf2-frame.h (dwarf2_frame_cfa): Declare.
3182 * dwarf2-frame.c (no_get_frame_cfa): New function.
3183 (execute_stack_op): Use it.
3184 (dwarf2_frame_cfa): New function.
3185
3186 2009-09-02 Hui Zhu <teawater@gmail.com>
3187
3188 * record.c (record_resume): Change "signal" to "siggnal".
3189
3190 2009-09-01 Hui Zhu <teawater@gmail.com>
3191
3192 * record.c (record_resume): Change "siggnal" to "signal".
3193
3194 2009-09-01 Hui Zhu <teawater@gmail.com>
3195
3196 * record.c (record_resume_siggnal): Deleted.
3197 (record_resume): Ditto.
3198 (record_wait): Change record_resume_siggnal to
3199 TARGET_SIGNAL_0.
3200
3201 2009-08-31 Jacob Potter <jdpotter@google.com>
3202 Doug Evans <dje@google.com>
3203
3204 Implement TARGET_OBJECT_STACK_MEMORY.
3205 * NEWS: Add note on new "set stack-cache" option.
3206 * corefile.c (read_stack): New function.
3207 * dcache.c (dcache_struct): New member ptid.
3208 (dcache_enable_p): Mark as obsolete.
3209 (show_dcache_enabled_p): Flag option as deprecated.
3210 (dcache_invalidate): Update ptid.
3211 (dcache_invalidate_line): New function.
3212 (dcache_read_line): No longer check cacheable attribute, stack
3213 accesses get cached despite attribute.
3214 (dcache_init): Set ptid.
3215 (dcache_xfer_memory): Flush cache if from different ptid than before.
3216 Update cache after write.
3217 (dcache_update): New function.
3218 (dcache_info): Report ptid.
3219 (_initialize_dcache): Update text for `remotecache' to indicate it
3220 is obsolete.
3221 * dcache.h (dcache_update): Declare.
3222 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Mark values on stack with
3223 set_value_stack.
3224 * frame-unwind.c (frame_unwind_got_memory): Ditto.
3225 * gdbcore.h (read_stack): Declare.
3226 * memattr.c (mem_enable_command): Call target_dcache_invalidate
3227 instead of dcache_invalidate.
3228 (mem_disable_command, mem_delete_command): Ditto.
3229 * target.c (stack_cache_enabled_p_1): New static global.
3230 (stack_cache_enabled_p): New static global.
3231 (set_stack_cache_enabled_p): New function.
3232 (show_stack_cache_enabled_p): New function.
3233 (target_dcache): Make static.
3234 (target_dcache_invalidate): New function.
3235 (target_load, target_resume): Call target_dcache_invalidate
3236 instead of dcache_invalidate.
3237 (memory_xfer_partial): New arg object, all callers updated.
3238 Check for existing inferior before calling dcache routines.
3239 When writing non-TARGET_OBJECT_STACK_MEMORY, notify dcache.
3240 (target_xfer_partial): Call memory_xfer_partial for
3241 TARGET_OBJECT_STACK_MEMORY.
3242 (target_read_stack): New function.
3243 (initialize_targets): Install new option `stack-cache'.
3244 * target.h: Remove #include of dcache.h.
3245 (enum target_object): New value TARGET_OBJECT_STACK_MEMORY.
3246 (target_dcache): Delete.
3247 (target_dcache_invalidate): Declare.
3248 (target_read_stack): Declare.
3249 * top.c (prepare_execute_command): New function.
3250 (execute_command): Call prepare_execute_command
3251 instead of free_all_values.
3252 * top.h (prepare_execute_command): Declare.
3253 * valops.c (get_value_at): New function.
3254 (value_at): Guts moved to get_value_at.
3255 (value_at_lazy): Similarly.
3256 (value_fetch_lazy): Call read_stack for stack values.
3257 * value.c (struct value): New member `stack'.
3258 (value_stack, set_value_stack): New functions.
3259 * value.h (value_stack, set_value_stack): Declare.
3260 * mi/mi-main.c (mi_cmd_execute): Call prepare_execute_command
3261 instead of free_all_values.
3262
3263 2009-08-29 Hui Zhu <teawater@gmail.com>
3264
3265 * i386-tdep.c (i386_process_record): Fix the error of string
3266 ops instructions's handler.
3267
3268 2009-08-28 Doug Evans <dje@google.com>
3269
3270 * top.c (execute_command): Remove redundant comment.
3271
3272 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
3273
3274 PR gdb/10565
3275
3276 * value.c (value_primitive_field): Do not save value_offset for
3277 bitfields.
3278 (unpack_bits_as_long): Do not read an entire ULONGEST.
3279
3280 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3281
3282 Support constant DW_AT_data_member_location by GCC PR debug/40659.
3283 * dwarf2read.c
3284 (dwarf2_add_field <DW_TAG_member> <DW_AT_data_member_location>):
3285 Initialize BYTE_OFFSET to 0 by default. Explicitly check if
3286 attr_form_is_block.
3287 (dwarf2_add_field <DW_TAG_inheritance> <DW_AT_data_member_location>)
3288 (read_common_block <DW_AT_data_member_location>): New variable
3289 byte_offset. Fix crash on non-DW_BLOCK ATTR values.
3290
3291 2009-08-28 Hui Zhu <teawater@gmail.com>
3292
3293 * record.c (record_list_release_next): Change the first
3294 record_reg to record_end.
3295
3296 2009-08-27 Doug Evans <dje@google.com>
3297
3298 * value.c (free_all_values): Tweak comment.
3299
3300 * NEWS: Add note on "info sharedlibrary".
3301 Remove note on "set print symbol-loading".
3302 * main.c (captured_main): Pass !batch for from_tty when calling
3303 symbol_file_add_main.
3304 * objfiles.h (objfile_has_partial_symbols): Declare.
3305 (objfile_has_full_symbols): Declare.
3306 * objfiles.c (objfile_has_partial_symbols): New function.
3307 (have_partial_symbols): Use it.
3308 (objfile_has_full_symbols): New function.
3309 (have_full_symbols): Use it.
3310 * solib.c: Include interps.h.
3311 (solib_read_symbols): Back out patch of 2008-07-10.
3312 Add test for info_verbose for symbol loading messages for
3313 consistency with symfile.c.
3314 (info_sharedlibrary_command): Handle optional parameter of regex of
3315 libraries to list. Inform user of libraries without debugging info.
3316 Rewrite to use ui_out routines to format output.
3317 * symfile.c (print_symbol_loading): Delete.
3318 (symbol_file_add_with_addrs_or_offsets): Back out patch of 2008-07-10.
3319 Print "no debugging symbols found" only if from_tty || info_verbose;
3320 and only check file being loaded, not all files.
3321 (reread_symbols): Test file being loaded for whether it has symbols,
3322 not all files.
3323 (__initialize_symfile): Delete `set print symbol-loading'.
3324 * symfile.h (print_symbol_loading): Delete.
3325
3326 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3327
3328 * varobj.c (varobj_create): Error if the specified frame was not found
3329 and it is needed.
3330
3331 2009-08-26 Michael Snyder <msnyder@vmware.com>
3332
3333 * i386-tdep.c (i386_process_record): Break out of prefix loop
3334 if not amd64. Otherwise inc/dec instructions are lost.
3335
3336 2009-08-25 Keith Seitz <keiths@redhat.com>
3337
3338 * c-exp.y (yylex): Add cxx_only check for tokentab2 and tokentab3
3339 searches.
3340 (tokentab3): Add cxx_only for DOT_STAR.
3341
3342 2009-08-25 Pedro Alves <pedro@codesourcery.com>
3343
3344 * inferior.c (print_inferior): Align columns left. Remove header
3345 for the the "current" column. Rename column "Id" to "Num".
3346 Rename column "PID" to "Description". Print if there's no selected
3347 inferior.
3348
3349 2009-08-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3350
3351 Fix ia64 start crash when GDB built with -lmcheck.
3352 * ia64-tdep.c (ia64_gdbarch_init): Allocate TDEP as cleared. Remove
3353 specific clearing of TDEP SIGCONTEXT_REGISTER_ADDRESS and
3354 PC_IN_SIGTRAMP.
3355
3356 2009-08-24 Keith Seitz <keiths@redhat.com>
3357
3358 * c-exp.y (tokentab3): Add new token, ARROW_STAR. Changed all users.
3359 (tokentab2): Add new token, DOT_STAR. Changed all users.
3360
3361 2009-08-24 Keith Seitz <keiths@redhat.com>
3362
3363 * symtab.c (default_make_symbol_completion_list): Keep
3364 ':', too, so that we can limit searches in namespaces
3365 and classes.
3366
3367 2009-08-24 Tom Tromey <tromey@redhat.com>
3368
3369 * python/python-value.c (valpy_richcompare): Don't return from
3370 inside a TRY_CATCH.
3371
3372 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3373
3374 * CONTRIBUTE: Bump documented Autoconf version.
3375 * configure.ac: Do not substitute datarootdir, htmldir,
3376 pdfdir, docdir. Do not process --with-datarootdir,
3377 --with-htmldir, --with-pdfdir, --with-docdir.
3378 * configure: Regenerate.
3379
3380 * aclocal.m4: Regenerate.
3381 * config.in: Likewise.
3382 * configure: Likewise.
3383 * gnulib/Makefile.in: Likewise.
3384
3385 * configure.ac: Use AC_USE_SYSTEM_EXTENSIONS instead of
3386 AC_GNU_SOURCE, AC_AIX, AC_ISC_POSIX.
3387
3388 2009-08-21 Paul Pluzhnikov <ppluzhnikov@google.com>
3389
3390 * objfiles.h (gdb_bfd_ref): New prototype.
3391 * objfiles.c (gdb_bfd_ref): New function.
3392 (allocate_objfile): Call it.
3393 (gdb_bfd_unref): Adjust assertion.
3394 * solib.c (solib_map_sections): Add reference.
3395 (symbol_add_stub): Don't add reference here.
3396 * symfile.c (reread_symbols): Add reference.
3397
3398 2009-08-21 Ken Werner <ken@linux.vnet.ibm.com>
3399 Doug Evans <dje@google.com>
3400
3401 * jit.c (jit_event_handler): Use paddress to print target addresses.
3402 Wrap printf string in _().
3403
3404 2009-08-21 Doug Evans <dje@google.com>
3405
3406 * jit.c (jit_read_descriptor): New arg gdbarch, all callers updated.
3407 (jit_read_code_entry, jit_register_code): Ditto.
3408 (jit_event_handler): Ditto.
3409 (jit_inferior_init): Renamed from previous jit_inferior_created_hook.
3410 (jit_inferior_created_hook, jit_breakpoint_re_set): New functions.
3411 (jit_inferior_created_observer): Renamed from
3412 jit_inferior_created_hook1, all callers updated.
3413 * jit.h (jit_breakpoint_re_set): Declare.
3414 (jit_event_handler): Update prototype.
3415 * breakpoint.c (breakpoint_re_set): Call jit_breakpoint_re_set instead
3416 of jit_inferior_created_hook.
3417
3418 2009-08-21 Hui Zhu <teawater@gmail.com>
3419
3420 * record.c (record_wait): Change the argument of
3421 record_beneath_to_wait to options.
3422
3423 2009-08-20 Jacob Potter <jdpotter@google.com>
3424
3425 Replace dcache with splay tree.
3426 Remove partially implemented writeback support.
3427 * dcache.c: Include splay-tree.h.
3428 (LINE_SIZE_POWER): Change from 5 to 6.
3429 (DCACHE_SIZE): Change from 64 to 4096.
3430 (ENTRY_INVALID, ENTRY_VALID, ENTRY_DIRTY): Delete.
3431 (state_chars): Delete.
3432 (struct dcache_block): Clean up; remove state and anydirty fields.
3433 (struct dcache_struct): Redefine as a splay tree and linked list.
3434 (last_cache): Make static.
3435 (dcache_invalidate, dcache_hit): Rewrite for new cache structure.
3436 (dcache_read_line, dcache_alloc): Rewrite for new cache structure.
3437 (dcache_write_line): Delete.
3438 (dcache_writeback): Delete.
3439 (dcache_peek_byte): Clean up; remove "invalid" state check.
3440 (dcache_poke_byte): Rewrite for new cache structure; clarify comment.
3441 (dcache_splay_tree_compare): New function.
3442 (dcache_init, dcache_free): Rewrite for new cache structure.
3443 (dcache_xfer_memory): Rewrite for new write-through cache structure.
3444 (dcache_print_line): New function.
3445 (dcache_info): Rewrite for new cache structure.
3446 (_initialize_dcache): Update "info dcache" help text.
3447 * dcache.h (dcache_xfer_memory): Update declaration.
3448 * target.c (memory_xfer_partial): Update calls to dcache_xfer_memory.
3449
3450 2009-08-19 Reid Kleckner <reid@kleckner.net>
3451
3452 Add interface for JIT code generation.
3453 * NEWS: Announce JIT interface.
3454 * Makefile.in (SFILES): Add jit.c.
3455 (HFILES_NO_SRCDIR): Add jit.h.
3456 (COMMON_OBS): Add jit.o.
3457 * jit.c: New file.
3458 * jit.h: New file.
3459 * breakpoint.h (enum bptype): Add bp_jit_event to enum.
3460 * breakpoint.c:
3461 (update_breakpoints_after_exec): Delete jit breakpoints after exec.
3462 (bpstat_what): Update event table for bp_jit_event.
3463 (print_it_typical): Added case for bp_jit_event.
3464 (print_one_breakpoint_location): Added case for bp_jit_event.
3465 (allocate_bp_location): Added case for bp_jit_event.
3466 (mention): Added case for bp_jit_event.
3467 (delete_command): Added case for bp_jit_event.
3468 (breakpoint_re_set_one): Added case for bp_jit_event.
3469 (breakpoint_re_set): Added call to jit_inferior_created_hook.
3470 (create_jit_event_breakpoint): New.
3471 * infrun.c (handle_inferior_event): Add handler for jit event.
3472 (follow_exec): Add call to jit_inferior_created_hook.
3473
3474 2009-08-19 Ulrich Weigand <uweigand@de.ibm.com>
3475
3476 * value.c (enum internalvar_kind): Replace INTERNALVAR_SCALAR by
3477 INTERNALVAR_INTEGER and INTERNALVAR_POINTER.
3478 (union internalvar_data): Replace "scalar" member by "integer"
3479 and "pointer".
3480 (value_of_internalvar): Handle INTERNALVAR_INTEGER and
3481 INTERNALVAR_POINTER instead of INTERNALVAR_SCALAR.
3482 (get_internalvar_integer): Likewise.
3483 (set_internalvar): Likewise.
3484 (set_internalvar_integer): Likewise.
3485 (preserve_one_internalvar): Likewise.
3486 (value_from_pointer): Handle typedef'd pointer types.
3487
3488 2009-08-18 Tom Tromey <tromey@redhat.com>
3489
3490 * utils.c (add_internal_problem_command): Free set_doc and
3491 show_doc.
3492 * remote.c (add_packet_config_cmd): Free set_doc and show_doc.
3493 * language.c (add_language): Free language_set_doc.
3494
3495 2009-08-18 Tom Tromey <tromey@redhat.com>
3496
3497 * Makefile.in (ALL_TARGET_OBS): Remove prologue-value.o, solib.o.
3498
3499 2009-08-17 Ulrich Weigand <uweigand@de.ibm.com>
3500
3501 * symfile.c (reread_symbols): Call objfiles_changed *before*
3502 calling clear_symtab_users.
3503
3504 2009-08-17 Michael Snyder <msnyder@vmware.com>
3505
3506 * amd64-tdep.c: Add a frame unwinder for function epilogues.
3507 (amd64_in_function_epilogue_p): New function.
3508 (amd64_epilogue_frame_sniffer): New function.
3509 (amd64_epilogue_frame_cache): New function.
3510 (amd64_epilogue_frame_this_id): New function.
3511 (amd64_epilogue_frame_unwind): New struct frame_unwind.
3512 (amd64_init_abi): Hook the new unwinder.
3513
3514 * amd64-linux-tdep.c (amd64_linux_init_abi): Set gdbarch to use
3515 SVR4 method for skip_trampoline_code.
3516
3517 2009-08-17 Pedro Alves <pedro@codesourcery.com>>
3518
3519 * objfiles.c (objfile_relocate): Relocate the entry point before
3520 relocating the section offsets. Flush the section map before
3521 resetting breakpoints.
3522
3523 2009-08-14 Doug Evans <dje@google.com>
3524
3525 * symfile.c (find_separate_debug_file): Remove double free of
3526 canon_name.
3527
3528 2009-08-14 Pedro Alves <pedro@codesourcery.com>
3529
3530 * top.c (any_thread_of): Delete.
3531 (kill_or_detach): Use any_thread_of_process.
3532 * top.c (print_inferior_quit_action): New.
3533 (quit_confirm): Rewrite to print info about all inferiors.
3534 * target.c (dispose_inferior): New.
3535 (target_preopen): Use it.
3536
3537 2009-08-14 Pedro Alves <pedro@codesourcery.com>
3538
3539 * ui-file.h (ui_file_xstrdup): Mention that the length argument
3540 may be NULL.
3541 * ui-file.c (ui_file_xstrdup): Don't dereference LENGTH if it is
3542 NULL.
3543 * aix-thread.c (aix_thread_extra_thread_info): Pass NULL as length
3544 parameter to ui_file_xstrdup.
3545 * arm-tdep.c (_initialize_arm_tdep): Ditto.
3546 * infrun.c (print_target_wait_results): Ditto.
3547 * language.c (add_language): Ditto.
3548 * linespec.c (cplusplus_error): Ditto.
3549 * remote.c (escape_buffer): Ditto.
3550 * typeprint.c (type_to_string): Ditto.
3551 * utils.c (error_stream): Ditto.
3552 * varobj.c (value_get_print_value): Ditto.
3553 * xtensa-tdep.c (xtensa_verify_config): Replace `dummy' local with
3554 `length' local. Pass it to ui_file_xstrdup, and avoid an strlen
3555 call.
3556 * gdbarch.sh (verify_gdbarch): Ditto.
3557 * gdbarch.c: Regenerate.
3558 * cli/cli-setshow.c (do_setshow_command): Pass NULL as length
3559 parameter to ui_file_xstrdup.
3560 * python/python-frame.c (frapy_str): Ditto.
3561 * python/python-type.c (typy_str): Use the length local instead of
3562 calling strlen.
3563 * python/python-value.c (valpy_str): Pass NULL as length parameter
3564 to ui_file_xstrdup.
3565
3566 2009-08-13 Doug Evans <dje@google.com>
3567
3568 * utils.c (gnu_debuglink_crc32): Store crc32_table as unsigned int
3569 instead of unsigned long.
3570
3571 2009-08-13 Tom Tromey <tromey@redhat.com>
3572
3573 * varobj.c (update_dynamic_varobj_children): Don't use
3574 value_copy.
3575 * value.h: (preserve_one_value): Declare.
3576 (value_prepend_to_list, value_remove_from_list): Remove.
3577 * value.c (preserve_one_value): No longer static.
3578 (preserve_values): Call preserve_python_values.
3579 (value_prepend_to_list): Remove.
3580 (value_remove_from_list): Remove.
3581 * python/python.h (values_in_python): Don't declare.
3582 (preserve_python_values): Declare.
3583 * python/python-value.c (values_in_python): Change type. Move
3584 lower. Now static.
3585 (struct value_object): Add struct tag.
3586 <next, prev>: New fields.
3587 (valpy_dealloc): Update.
3588 (note_value): New function.
3589 (valpy_new): Use value_incref, note_value.
3590 (preserve_python_values): New function.
3591 (valpy_positive): Don't use value_copy.
3592 (value_to_value_object): Use value_incref, note_value.
3593 (convert_value_from_python): Update comment.
3594
3595 2009-08-13 Pedro Alves <pedro@codesourcery.com>
3596
3597 * remote.c (remote_pid_to_str): If printing a process id and we
3598 don't know what the remote pid could be, output "Remote target";
3599 otherwise, use normal_pid_to_str.
3600
3601 2009-08-13 Tom Tromey <tromey@redhat.com>
3602
3603 * language.h (longest_raw_hex_string): Remove unused declaration.
3604
3605 2009-08-13 Pedro Alves <pedro@codesourcery.com>
3606
3607 PR gdb/8869:
3608
3609 * language.c (language, type, range, case_sensitive): Make const.
3610 (show_language_command): Don't call deprecated_show_value_hack.
3611 Special case "auto".
3612 (set_language_command): An unrecognized language is now an
3613 internal error instead of a user error. Don't call set_lang_str.
3614 (show_type_command): Don't call deprecated_show_value_hack.
3615 Special case "auto". Use warning.
3616 (set_type_command): An unrecognized type is now an internal error
3617 instead of a user error. Output type check mismatch with language
3618 here. Don't call set_type_str.
3619 (show_range_command): Don't call deprecated_show_value_hack.
3620 Special case "auto". Use warning.
3621 (set_range_command): An unrecognized range check is now an
3622 internal error instead of a warning. Output range check mismatch
3623 with language here. Don't call set_range_str.
3624 (show_case_command): Don't call deprecated_show_value_hack.
3625 Special case "auto". Use warning.
3626 (set_case_command): Don't call set_case_str. An unrecognized case
3627 check is now an internal error instead of a warning. Output range
3628 check mismatch with language here. Don't call set_case_str.
3629 (set_type_range_case): Don't call set_type_str, set_range_str or
3630 set_case_str here.
3631 (set_lang_str, set_type_str, set_range_str, set_case_str): Delete.
3632 (add_language): Install or reinstall the "set language" command
3633 here, and make it an enum command. Build the enumeration and the
3634 help string from the current list of known languages.
3635 (_initialize_language): Don't install "set language" here. Make
3636 "set check type", "set check range" and "set case-sensitive" enum
3637 commands. Register the "auto" "local" and "unknown" languages in
3638 that order.
3639
3640 2009-08-13 Pedro Alves <pedro@codesourcery.com>
3641
3642 Revert 2009-08-07 changes for PR gdb/8869:
3643
3644 * language.c (set_language_command): Strip whitespace.
3645 (set_type_command): Likewise.
3646 (set_range_command): Likewise.
3647
3648 * language.c (language_completer): New function.
3649 (range_or_type_completer): New function.
3650 (case_completer): New function.
3651 (_initialize_language): Set completers.
3652 * cli/cli-decode.c (add_setshow_string_cmd): Return the "set"
3653 command.
3654 (add_setshow_string_noescape_cmd): Likewise.
3655 (add_setshow_integer_cmd): Likewise.
3656 (add_setshow_uinteger_cmd): Likewise.
3657 (add_setshow_zinteger_cmd): Likewise.
3658 (add_setshow_zuinteger_cmd): Likewise.
3659 * command.h (add_setshow_string_cmd,
3660 add_setshow_string_noescape_cmd, add_setshow_uinteger_cmd,
3661 add_setshow_zinteger_cmd, add_setshow_zuinteger_cmd): Update.
3662
3663 2009-08-12 Michael Snyder <msnyder@vmware.com>
3664
3665 * remote.c (remote_add_inferior): Remove unused local.
3666 (remote_add_thread): Ditto.
3667 (read_ptid): Ditto.
3668 (remote_current_thread): Ditto.
3669 (remote_stop_ns): Ditto.
3670 (remote_parse_stop_reply): Ditto.
3671 (remote_get_pending_stop_replies): Ditto.
3672 (remote_wait_ns): Ditto.
3673 (remote_wait_as): Ditto.
3674 (send_g_packet): Ditto.
3675 (remote_fetch_registers): Ditto.
3676 (store_register_using_P): Ditto.
3677 (remote_store_registers): Ditto.
3678 (remote_remove_breakpoint): Ditto.
3679 (remote_write_qxfer): Ditto.
3680 (remote_read_qxfer): Ditto.
3681
3682 2009-08-11 Tom Tromey <tromey@redhat.com>
3683
3684 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Make a cleanup.
3685 (dwarf2_loc_desc_needs_frame): Likewise.
3686 * dwarf2expr.h (make_cleanup_free_dwarf_expr_context): Declare.
3687 * dwarf2expr.c (free_dwarf_expr_context_cleanup): New function.
3688 (make_cleanup_free_dwarf_expr_context): Likewise.
3689 * dwarf2-frame.c (execute_stack_op): Make a cleanup.
3690
3691 2009-08-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3692
3693 * objfiles.c (gdb_bfd_unref): Use the bfd_usrdata accessor.
3694 * solib.c (symbol_add_stub): Likewise.
3695 * symfile.c (symfile_bfd_open): Assert BFD_USRDATA is NULL.
3696
3697 2009-08-10 Paul Pluzhnikov <ppluzhnikov@google.com>
3698
3699 * objfiles.c (qsort_cmp): Remove assert.
3700 (preferred_obj_section): New function.
3701 (update_section_map): Filter duplicates.
3702
3703 2009-08-10 Tristan Gingold <gingold@adacore.com>
3704
3705 * solib-darwin.c (find_program_interpreter): Simplify the code by
3706 looking up for the load_dylinker command instead of reading the
3707 corresponding (but deprecated) section.
3708 (darwin_solib_create_inferior_hook): Adjust: do not free the
3709 interpreter path.
3710
3711 2009-08-10 Tristan Gingold <gingold@adacore.com>
3712
3713 * i386-darwin-tdep.c (i386_m128_p): New function.
3714 (i386_darwin_arg_type_alignment): Ditto.
3715 (i386_darwin_push_dummy_call): Ditto.
3716 (i386_darwin_init_abi): Define Darwin specific push_dummy_call.
3717 Adjust long_double size. Adjust pc offset in setjump buffer.
3718
3719 2009-08-10 Hui Zhu <teawater@gmail.com>
3720
3721 Add Linux AMD64 process record support.
3722
3723 * amd64-linux-tdep.c (amd64_linux_record_tdep): New variable.
3724 This struct has the argument for the function
3725 "record_linux_system_call".
3726 (amd64_linux_syscall_record): New function. Parse the
3727 system call instruction and call function
3728 "record_linux_system_call" to record execute log.
3729 (i386_linux_init_abi): Initialize "amd64_linux_record_tdep".
3730 Set "amd64_linux_syscall_record" to "i386_syscall_record".
3731
3732 2009-08-10 Hui Zhu <teawater@gmail.com>
3733
3734 Add process record Linux system call 64 bits support.
3735
3736 * linux-record.h (linux_record_tdep): Add size_pointer,
3737 size_size_t, size_iovec and arg6. Change the values of
3738 size_int, size_long and size_ulong to
3739 gdbarch_int_bit (gdbarch) / TARGET_CHAR_BIT,
3740 gdbarch_long_bit (gdbarch) / TARGET_CHAR_BIT,
3741 gdbarch_long_bit (gdbarch) / TARGET_CHAR_BIT.
3742 * i386-linux-tdep.c (i386_linux_init_abi): Ditto.
3743 (i386_linux_intx80_sysenter_record): Add a check for system
3744 call number.
3745 * linux-record.c (record_linux_system_call): Make this
3746 function support 64 bits.
3747
3748 2009-08-10 Hui Zhu <teawater@gmail.com>
3749
3750 Add AMD64 process record instruction set support.
3751
3752 * i386-tdep.h (gdbarch_tdep): Add record_regmap for registers
3753 because the AMD64's registers order in GDB is not same with
3754 I386 instructions.
3755 Add i386_syscall_record to be the syscall function handle
3756 interface.
3757 (record_i386_regnum): Number for record_regmap.
3758 * i386-tdep.c (OT_QUAD): For 64 bits.
3759 (i386_record_s): Add rex_x, rex_b, rip_offset and
3760 popl_esp_hack for AMD64 instruction set. And regmap for
3761 record_regmap.
3762 (i386_record_lea_modrm_addr): Support AMD64 instruction set
3763 64 bits lea.
3764 (i386_record_lea_modrm): Ditto.
3765 (i386_record_push): New function. Record the execution log
3766 of push.
3767 (I386_RECORD_ARCH_LIST_ADD_REG): New macro to record the
3768 register.
3769 (i386_process_record): Support AMD64 instruction set.
3770 * amd64-tdep.c (amd64_record_regmap): For record_regmap.
3771 (amd64_init_abi): Set amd64_record_regmap to record_regmap.
3772
3773 2009-08-08 Pedro Alves <pedro@codesourcery.com>
3774
3775 * bfd-target.c (struct target_bfd_data): New.
3776 (target_bfd_xfer_partial): Adjust to get at the section table from
3777 the new structure.
3778 (target_bfd_get_section_table): Ditto.
3779 (target_bfd_xclose): Ditto. Get the bfd pointer from the
3780 target_bfd_data structure, from the section table.
3781 (target_bfd_reopen): Store a struct target_bfd_data in the
3782 target_ops to_data field, instead of a target_section_table.
3783
3784 2009-08-08 Aleksandar Ristovski <aristovski@qnx.com>
3785 Hui Zhu <teawater@gmail.com>
3786
3787 * record.c (record_store_registers): Remove unused variable.
3788
3789 2009-08-07 Tom Tromey <tromey@redhat.com>
3790
3791 * language.c (set_language_command): Strip whitespace.
3792 (set_type_command): Likewise.
3793 (set_range_command): Likewise.
3794
3795 2009-08-07 Tom Tromey <tromey@redhat.com>
3796
3797 PR gdb/8869:
3798 * language.c (language_completer): New function.
3799 (range_or_type_completer): New function.
3800 (case_completer): New function.
3801 (_initialize_language): Set completers.
3802 * cli/cli-decode.c (add_setshow_string_cmd): Return the "set"
3803 command.
3804 (add_setshow_string_noescape_cmd): Likewise.
3805 (add_setshow_integer_cmd): Likewise.
3806 (add_setshow_uinteger_cmd): Likewise.
3807 (add_setshow_zinteger_cmd): Likewise.
3808 (add_setshow_zuinteger_cmd): Likewise.
3809 * command.h (add_setshow_string_cmd,
3810 add_setshow_string_noescape_cmd, add_setshow_uinteger_cmd,
3811 add_setshow_zinteger_cmd, add_setshow_zuinteger_cmd): Update.
3812
3813 2009-08-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3814
3815 gold/10400
3816 * dwarf2-frame.c (qsort_fde_cmp): Use stable sort.
3817
3818 2009-08-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3819
3820 * dwarf2-frame.c (struct dwarf2_cie): Remove 'next'.
3821 (struct dwarf2_cie_table): New.
3822 (struct dwarf2_fde): Remove 'next'.
3823 (struct dwarf2_fde_table): New.
3824 (struct comp_unit): Remove 'cie'.
3825 (bsearch_cie_cmp, bsearch_fde_cmp): New function.
3826 (find_cie, dwarf2_frame_find_fde): Use bsearch.
3827 (add_cie, add_fde): Use array instead of linked list.
3828 (decode_frame_entry, decode_frame_entry_1): New parameters.
3829 (qsort_fde_cmp): New function.
3830 (dwarf2_build_frame_info): Adjust.
3831
3832 2009-08-06 Don Lee <don.lee@sunplusct.com>
3833
3834 * score-tdep.c: Support a new Sunplus CT S+core variant, S+core 3.
3835 * score-tdep.h: Ditto.
3836 * NEWS: Ditto.
3837 * configure.tgt: Test do we have a simulator.
3838 * MAINTAINERS: Add myself under target score
3839
3840 2009-08-06 Nick Roberts <nickrob@snap.net.nz>
3841
3842 * utils.c (defaulted_query): Don't ask for confirmation if server
3843 prefix is used.
3844
3845 2009-08-05 Tom Tromey <tromey@redhat.com>
3846
3847 * spu-tdep.h (SPUADDR_SPU): Cast result to int.
3848
3849 2009-08-04 Paul Pluzhnikov <ppluzhnikov@google.com>
3850
3851 * objfiles.h (OBJF_KEEPBFD): Delete.
3852 (gdb_bfd_unref): New prototype.
3853 * objfiles.c (gdb_bfd_unref): New function.
3854 (free_objfile): Call gdb_bfd_unref.
3855 * solib.c (free_so): Likewise.
3856 (symbol_add_stub): Set refcount.
3857
3858 2009-08-04 Hui Zhu <teawater@gmail.com>
3859 Michael Snyder <msnyder@vmware.com>
3860
3861 * record.c (record_mem_entry): New field 'mem_entry_not_accessible'.
3862 (record_arch_list_add_mem): Initialize 'mem_entry_not_accessible'.
3863 (record_wait): Set 'mem_entry_not_accessible' flag if target
3864 memory not readable. Don't try to change target memory if
3865 'mem_entry_not_accessible' is set.
3866
3867 2009-08-03 Richard Guenther <rguenther@suse.de>
3868 Jan Kratochvil <jan.kratochvil@redhat.com>
3869
3870 Fix memory corruption on reread of file through a symbolic link.
3871 * symfile.c (find_separate_debug_file): Initialize CANON_NAME earlier.
3872 Allocate DEBUGFILE with length based on CANON_NAME. Free CANON_NAME on
3873 all the return paths.
3874
3875 2009-08-03 Jim Ingham <jingham@apple.com>
3876 Vladimir Prus <vladimir@codesourcery.com>
3877
3878 Implement -break-commands
3879
3880 * breakpoint.c (get_breakpoint, breakpoint_set_commands): New.
3881 (commands_command): Use breakpoint_set_commands.
3882 * breakpoint.h (get_breakpoint, breakpoint_set_commands): Declare.
3883
3884 * mi/mi-cmds.h (mi_cmd_break_commands): New.
3885 * mi/mi-cmds.c: Register -break-commands.
3886 * mi/mi-cmd-break.c (mi_cmd_break_commands, mi_read_next_line)
3887 (mi_command_line_array, mi_command_line_array_cnt)
3888 (mi_command_line_array_ptr): New.
3889
3890 2009-08-03 Jim Ingham <jingham@apple.com>
3891 Vladimir Prus <vladimir@codesourcery.com>
3892
3893 Refactor reading of commands
3894
3895 * defs.h (read_command_lines_1): Declare.
3896 * cli/cli-script.c (read_next_line): Only return string,
3897 do not process.
3898 (process_next_line): New, extracted from read_next_line.
3899 (recurse_read_control_structure): Take a function pointer to the
3900 read function.
3901 (get_command_line) Pass the read_next_line as reader function
3902 into recurse_read_control_structure.
3903 (read_command_lines_1): New, extracted from...
3904 (read_command_lines): ...here.
3905
3906 2009-07-31 Kazu Hirata <kazu@codesourcery.com>
3907
3908 * procfs.c (proc_set_current_signal): Populate mysinfo before
3909 copying it to arg.
3910 (proc_clear_current_signal): Likewise.
3911 (proc_set_watchpoint): Populate pwatch before copying it to arg.
3912
3913 2009-07-31 Michael Snyder <msnyder@vmware.com>
3914
3915 * remote.c (store_register_using_P): Call putpkt and getpkt
3916 directly instead of calling remote_send.
3917 (store_registers_using_G): Ditto.
3918 (fetch_register_using_p): Ditto.
3919
3920 * remote.c (store_register_using_P): Make error msg more verbose.
3921 (store_registers_using_G): Ditto.
3922 (fetch_register_using_p): Ditto.
3923
3924 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3925
3926 * spu-tdep.c: Include "infcall.h".
3927 (spu_address_class_type_flags): New function.
3928 (spu_address_class_type_flags_to_name): Likewise.
3929 (spu_address_class_name_to_type_flags): Likewise.
3930 (spu_pointer_to_address): Handle __ea pointers.
3931 (spu_auto_flush_cache_p): New static variable.
3932 (spu_objfile_from_frame): New function.
3933 (flush_ea_cache, spu_attach_normal_stop): Likewise.
3934 (show_spu_auto_flush_cache): Likewise.
3935 (spu_gdbarch_init): Install address class handlers.
3936 (_initialize_spu_tdep): Attach to normal_stop observer.
3937 Install "set spu auto-flush-cache" / "show spu auto-flush-cache"
3938 commands.
3939
3940 * NEWS: Mention "set/show spu auto-flush-cache" commands.
3941
3942 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3943
3944 * spu-tdep.c: Include "block.h".
3945 (setspucmdlist, showspucmdlist): New static variables.
3946 (spu_stop_on_load_p): Likewise.
3947 (spu_catch_start): New function.
3948 (show_spu_command, set_spu_command): New functions.
3949 (show_spu_stop_on_load): Likewise.
3950 (_initialize_spu_tdep): Attach spu_catch_start to new_objfile observer.
3951 Install "set spu" / "show spu" prefix command handler.
3952 Install "set spu stop-on-load" / "show spu stop-on-load" command.
3953
3954 * NEWS: Mention "set/show spu stop-on-load" commands.
3955
3956 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3957
3958 * ppc-linux-tdep.c: Include "solib.h", "solist.h", "exceptions.h",
3959 "arch-utils.h", and "spu-tdep.h".
3960 (spu_context_objfile, spe_context_lm_addr, spe_context_offset):
3961 New static variables.
3962 (spe_context_cache_ptid, spe_context_cache_address): Likewise.
3963 (ppc_linux_spe_context_lookup): New function.
3964 (ppc_linux_spe_context_inferior_created): Likewise.
3965 (ppc_linux_spe_context_solib_loaded): Likewise.
3966 (ppc_linux_spe_context_solib_unloaded): Likewise.
3967 (ppc_linux_spe_context): Likewise.
3968 (struct ppu2spu_cache, struct ppu2spu_data): New data types.
3969 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register,
3970 ppu2spu_unwind_register, ppu2spu_sniffer,
3971 ppu2spu_dealloc_cache): New functions.
3972 (ppu2spu_unwind): New static variable.
3973 (ppc_linux_init_abi): Install cross-architecture unwinder.
3974 (_initialize_ppc_linux_tdep): Attach to observers.
3975
3976 * spu-tdep.c (struct spu2ppu_cache): New data type.
3977 (spu2ppu_prev_arch, spu2ppu_this_id, spu2ppu_prev_register,
3978 spu2ppu_sniffer, spu2ppu_dealloc_cache): New functions.
3979 (spu2ppu_unwind): New static variable.
3980 (spu_gdbarch_init): Install cross-architecture unwinder.
3981
3982 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3983
3984 * target.h (enum strata): New value arch_stratum.
3985 * target.c (target_require_runnable): Skip arch_stratum targets.
3986
3987 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
3988 solib-spu.o and spu-multiarch.o to gdb_target_obs.
3989 * Makefile.in (ALL_TARGET_OBS): Add solib-spu.o and spu-multiarch.o.
3990 (ALLDEPFILES): Add solib-spu.c and spu-multiarch.c.
3991
3992 * solib-spu.c: New file.
3993 * solib-spu.h: New file.
3994 * spu-multiarch.c: New file.
3995
3996 * spu-tdep.h (SPUADDR, SPUADDR_SPU, SPUADDR_ADDR): New macros.
3997
3998 * spu-tdep.c (struct gdbarch_tdep): New member id.
3999 (spu_gdbarch_id): New function.
4000 (spu_lslr): New function.
4001
4002 (spu_address_to_pointer): New function.
4003 (spu_pointer_to_address): Support SPU ID address encoding. Use
4004 spu_gdbarch_id and spu_lslr.
4005 (spu_integer_to_address): Likewise.
4006 (spu_frame_unwind_cache): Update for encoded addresses.
4007 (spu_unwind_pc, spu_unwind_sp): Likewise.
4008 (spu_read_pc, spu_write_pc): Likewise.
4009 (spu_push_dummy_call): Likewise.
4010 (spu_software_single_step): Likewise.
4011 (spu_get_longjmp_target): Likewise.
4012 (spu_overlay_update_osect): Likewise.
4013
4014 (spu_dis_asm_print_address): New function.
4015 (gdb_print_insn_spu): Likewise.
4016
4017 (spu_gdbarch_init): Store SPU ID in tdep structure.
4018 Install spu_address_to_pointer and gdb_print_insn_spu.
4019
4020 * ppc-linux-tdep.c: Include "observer.h", "auxv.h", "elf/common.h"
4021 and "solib-spu.h".
4022 (ppc_linux_entry_point_addr): New static variable.
4023 (ppc_linux_inferior_created): New function.
4024 (ppc_linux_displaced_step_location): Likewise.
4025 (ppc_linux_init_abi): Enable Cell/B.E. support if supported
4026 by the target.
4027 (_initialize_ppc_linux_tdep): Attach to inferior_created observer.
4028
4029 * NEWS: Mention multi-architecture and Cell/B.E. debugging
4030 capabilities.
4031
4032 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4033
4034 * linux-nat.c: Include <sys/vfs.h>.
4035 (SPUFS_MAGIC): Define.
4036 (spu_enumerate_spu_ids): New function.
4037 (linux_proc_xfer_spu): New function.
4038 (linux_xfer_partial): Handle TARGET_OBJECT_SPU.
4039
4040 (iterate_over_spus): New function.
4041 (struct linux_spu_corefile_data): New data type.
4042 (linux_spu_corefile_callback): New function.
4043 (linux_spu_make_corefile_notes): New function.
4044 (linux_nat_make_corefile_notes): Call it.
4045
4046 * corelow.c (struct spuid_list): New data type.
4047 (add_to_spuid_list): New function.
4048 (core_xfer_partial): Handle TARGET_OBJECT_SPU.
4049
4050 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4051
4052 * features/Makefile: Allow sub-platform specific expedite settings.
4053 (WHICH): Add rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
4054 (rs6000/powerpc-cell32l-expedite): Define.
4055 (rs6000/powerpc-cell64l-expedite): Likewise.
4056 * features/rs6000/powerpc-cell32l.xml: New file.
4057 * features/rs6000/powerpc-cell64l.xml: New file.
4058 * features/rs6000/powerpc-cell32l.c: New generated file.
4059 * features/rs6000/powerpc-cell64l.c: New generated file.
4060
4061 * regformats/rs6000/powerpc-cell32l.dat: New generated file.
4062 * regformats/rs6000/powerpc-cell64l.dat: New generated file.
4063
4064 * config/djgpp/fnchange.lst: Add mappings for new files.
4065
4066 * ppc-linux-tdep.h (tdesc_powerpc_cell32l): Add prototype.
4067 (tdesc_powerpc_cell64l): Likewise.
4068 * ppc-linux-tdep.c: Include "features/rs6000/powerpc-cell32l.c"
4069 and "features/rs6000/powerpc-cell64l.c".
4070 (_initialize_ppc_linux_tdep): Initialize target descriptions.
4071 (ppc_linux_spu_section): New function.
4072 (ppc_linux_core_read_description): Detect Cell/B.E. core files.
4073 * ppc-linux-nat.c (PPC_FEATURE_CELL): Define.
4074 (ppc_linux_read_description): Detect Cell/B.E. architecture.
4075
4076 * rs6000-tdep.c (rs6000_gdbarch_init): Do not trust BFD wordsize
4077 if exec file is not PowerPC architecture.
4078
4079 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4080
4081 * features/gdb-target.dtd (target): Accept optional
4082 <compatible> elements.
4083 (compatible): Define element.
4084
4085 * target-descriptions.h (tdesc_compatible_p): New.
4086 (tdesc_add_compatible): New.
4087 * target-descriptions.c (arch_p): New VEC_P type.
4088 (struct target_desc): New member compatible.
4089 (free_target_description): Handle it.
4090 (maint_print_c_tdesc_cmd): Likewise.
4091 (tdesc_compatible_p): New function.
4092 (tdesc_add_compatible): New function.
4093
4094 * xml-tdesc.c (tdesc_end_compatible): New function.
4095 (target_children): Handle <compatible> element.
4096
4097 * arch-utils.c (choose_architecture_for_target): Accept target
4098 description instead of BFD architecture as input. Query target
4099 description for compatible architectures.
4100 (gdbarch_info_fill): Update call.
4101
4102 * NEWS: Mention <compatible> element of target descriptions.
4103
4104 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4105
4106 * breakpoint.c (remove_breakpoints): If removing one breakpoint
4107 location fails, still continue to remove other locations.
4108 (remove_hw_watchpoints): Likewise.
4109 (detach_breakpoints): Likewise.
4110
4111 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4112
4113 * breakpoint.h (enum enable_state): Add bp_startup_disabled.
4114 (disable_breakpoints_before_startup): Add prototype.
4115 (enable_breakpoints_after_startup): Likewise.
4116
4117 * breakpoint.c (executing_startup): New static variable.
4118 (describe_other_breakpoints): Handle bp_startup_disabled.
4119 (check_duplicates_for): Likewise.
4120 (disable_breakpoints_before_startup): New function.
4121 (enable_breakpoints_after_startup): New function.
4122 (create_breakpoint): Mark new breakpoints as bp_startup_disabled
4123 if executing_startup flag is true.
4124 (break_command_really): Likewise.
4125 (breakpoint_re_set_one): Skip bp_startup_disabled breakpoints.
4126
4127 2009-07-31 Julian Brown <julian@codesourcery.com>
4128
4129 * arm-linux-tdep.c (arch-utils.h, inferior.h, gdbthread.h, symfile.h):
4130 Include files.
4131 (arm_linux_cleanup_svc, arm_linux_copy_svc): New.
4132 (cleanup_kernel_helper_return, arm_catch_kernel_helper_return): New.
4133 (arm_linux_displaced_step_copy_insn): New.
4134 (arm_linux_init_abi): Initialise displaced stepping callbacks.
4135 * arm-tdep.c (DISPLACED_STEPPING_ARCH_VERSION): New macro.
4136 (ARM_NOP): New.
4137 (displaced_read_reg, displaced_in_arm_mode, branch_write_pc)
4138 (bx_write_pc, load_write_pc, alu_write_pc, displaced_write_reg)
4139 (insn_references_pc, copy_unmodified, cleanup_preload, copy_preload)
4140 (copy_preload_reg, cleanup_copro_load_store, copy_copro_load_store)
4141 (cleanup_branch, copy_b_bl_blx, copy_bx_blx_reg, cleanup_alu_imm)
4142 (copy_alu_imm, cleanup_alu_reg, copy_alu_reg)
4143 (cleanup_alu_shifted_reg, copy_alu_shifted_reg, cleanup_load)
4144 (cleanup_store, copy_extra_ld_st, copy_ldr_str_ldrb_strb)
4145 (cleanup_block_load_all, cleanup_block_store_pc)
4146 (cleanup_block_load_pc, copy_block_xfer, cleanup_svc, copy_svc)
4147 (copy_undef, copy_unpred): New.
4148 (decode_misc_memhint_neon, decode_unconditional)
4149 (decode_miscellaneous, decode_dp_misc, decode_ld_st_word_ubyte)
4150 (decode_media, decode_b_bl_ldmstm, decode_ext_reg_ld_st)
4151 (decode_svc_copro, arm_process_displaced_insn)
4152 (arm_displaced_init_closure, arm_displaced_step_copy_insn)
4153 (arm_displaced_step_fixup): New.
4154 (arm_gdbarch_init): Initialise max insn length field.
4155 * arm-tdep.h (DISPLACED_TEMPS, DISPLACED_MODIFIED_INSNS): New
4156 macros.
4157 (displaced_step_closure, pc_write_style): New.
4158 (arm_displaced_init_closure, displaced_read_reg)
4159 (arm_process_displaced_insn, arm_displaced_init_closure)
4160 (displaced_read_reg, displaced_write_reg, arm_displaced_step_copy_insn)
4161 (arm_displaced_step_fixup): Add prototypes.
4162
4163 2009-07-31 Pedro Alves <pedro@codesourcery.com>
4164 Julian Brown <julian@codesourcery.com>
4165
4166 * infrun.c (displaced_step_fixup): If this is a software
4167 single-stepping arch, don't tell the target to single-step.
4168 (maybe_software_singlestep): Return 0 if we're using displaced
4169 stepping.
4170 (resume): If this is a software single-stepping arch, and
4171 displaced-stepping is enabled, use it for all single-step
4172 requests.
4173
4174 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4175
4176 * Makefile.in (ACLOCAL, ACLOCAL_AMFLAGS, aclocal_m4_deps)
4177 (AUTOCONF, configure_deps, AUTOHEADER): New variables.
4178 ($(srcdir)/aclocal.m4, $(srcdir)/configure, $(srcdir)/config.in)
4179 (am--refresh): New rules.
4180 (stamp-h, config.status): List config.in and configure including
4181 $(srcdir)/ prefix.
4182 * aclocal.m4: Regenerate.
4183 * configure: Regenerate.
4184
4185 2009-07-30 Thomas Schwinge <tschwinge@gnu.org>
4186
4187 * gnu-nat.c (add_task_commands) <stopped>: Register the correct
4188 callback function.
4189
4190 2009-07-30 H.J. Lu <hongjiu.lu@intel.com>
4191
4192 * ia64-tdep.c (ia64_access_reg): Correct paddress.
4193
4194 2009-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4195
4196 Replace public function varobj_list by all_root_varobjs iterator.
4197 * mi/mi-cmd-var.c (struct mi_cmd_var_update, mi_cmd_var_update_iter):
4198 New.
4199 (mi_cmd_var_update): Replace the varobj_list call by all_root_varobjs.
4200 Remove the variables rootlist, cr. New variable data.
4201 * varobj.c (rootcount, varobj_list): Remove.
4202 (install_variable, uninstall_variable): Remove the rootcount updates.
4203 (all_root_varobjs): New function.
4204 (varobj_invalidate): Use the all_root_varobjs call. Move the code to...
4205 (varobj_invalidate_iter): ... a new function.
4206 * varobj.h (varobj_list): Remove the prototype.
4207 (all_root_varobjs): New prototype.
4208
4209 2009-07-29 Paul Pluzhnikov <ppluzhnikov@google.com>
4210
4211 PR gdb/6817
4212 * dbxread.c (read_dbx_symtab): Reduce stack use.
4213
4214 2009-07-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4215
4216 Fix gcc-4.5 HEAD warnings.
4217 * cp-name-parser.y (%union <typed_val_int>, %token GLOBAL)
4218 (GLOBAL_CONSTRUCTORS, GLOBAL_DESTRUCTORS, demangler_special <GLOBAL>):
4219 Remove.
4220 (yylex <"global constructors keyed to ">)
4221 (yylex <"global destructors keyed to ">): Base it on DEMANGLER_SPECIAL.
4222 (cp_comp_to_string): Remove variables str, prefix and buf. Remove the
4223 GLOBAL_DESTRUCTORS and GLOBAL_CONSTRUCTORS handling.
4224 (cp_print): Remove the GLOBAL_DESTRUCTORS and GLOBAL_CONSTRUCTORS
4225 handling.
4226
4227 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4228
4229 * NEWS: Mention ARM VFP support.
4230 * target-descriptions.c (tdesc_register_type): Make public.
4231 (tdesc_unnumbered_register): New function.
4232 (tdesc_register_reggroup_p): Allow missing
4233 pseudo_register_reggroup_p.
4234 * target-descriptions.h (tdesc_register_type): Declare.
4235 (tdesc_unnumbered_register): Declare.
4236 * arm-tdep.c (arm_neon_quad_read, arm_neon_quad_write): New functions.
4237 (arm_push_dummy_call): Use arm_neon_quad_write.
4238 (arm_neon_double_type, arm_neon_quad_type): New functions.
4239 (arm_register_type): Handle VFP and NEON registers. Override the
4240 types of double-precision registers for NEON. Disable FPA registers
4241 if they are not present.
4242 (arm_dwarf_reg_to_regnum): Add current VFP and NEON register numbers.
4243 (arm_return_value): Use arm_neon_quad_write and arm_neon_quad_read.
4244 (arm_register_name): Handle VFP single and NEON quad registers.
4245 (arm_pseudo_read, arm_pseudo_write): New functions.
4246 (arm_gdbarch_init): Check for VFP and NEON in the target description.
4247 Assign numbers to double-precision registers. Register VFP and NEON
4248 pseudo registers. Remove a shadowed "i" variable.
4249 * arm-tdep.h (enum gdb_regnum): Add ARM_D0_REGNUM and
4250 ARM_D31_REGNUM.
4251 (struct gdbarch_tdep): Add have_neon_pseudos, have_neon,
4252 have_vfp_registers, have_vfp_pseudos, neon_double_type,
4253 and neon_quad_type.
4254
4255 * features/Makefile: Make expedite settings only architecture
4256 specific.
4257 (WHICH): Add new ARM descriptions.
4258 * features/arm-with-neon.xml, features/arm-with-vfpv2.c,
4259 features/arm-with-vfpv3.c, features/arm-vfpv2.xml,
4260 features/arm-vfpv3.xml, features/arm-with-vfpv2.xml,
4261 features/arm-with-vfpv3.xml, features/arm-with-neon.c: New files.
4262 * regformats/arm-with-neon.dat, regformats/arm-with-vfpv2.dat,
4263 regformats/arm-with-vfpv3.dat: Generate.
4264
4265 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4266
4267 * infrun.c (handle_inferior_event): Clear trap_expected after
4268 stepping past a single-step breakpoint.
4269
4270 2009-07-28 Joseph Myers <joseph@codesourcery.com>
4271
4272 * arm-tdep.c (enum arm_vfp_cprc_base_type,
4273 arm_vfp_cprc_unit_length, arm_vfp_cprc_reg_char,
4274 arm_vfp_cprc_sub_candidate, arm_vfp_call_candidate,
4275 arm_vfp_abi_for_function): New.
4276 (arm_push_dummy_call): Handle VFP ABI.
4277 (arm_extract_return_value, arm_store_return_value): Handle
4278 ARM_FLOAT_VFP case.
4279 (arm_return_value): Handle VFP ABI.
4280 (arm_gdbarch_init): Default fp_model based on Tag_ABI_VFP_args for
4281 EABI binaries.
4282
4283 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4284
4285 * arch-utils.c (displaced_step_at_entry_point): Do not call
4286 gdbarch_convert_from_func_ptr_addr.
4287 * cris-tdep.c: Remove outdated comment.
4288 * infcall.c (call_function_by_hand): Do not call
4289 gdbarch_convert_from_func_ptr_addr after entry_point_address.
4290 * objfiles.c (entry_point_address): Call both
4291 gdbarch_convert_from_func_ptr_addr and
4292 gdbarch_addr_bits_remove.
4293
4294 2009-07-28 Aleksandar Ristovski <aristovski@qnx.com>
4295
4296 * nto-tdep.c (nto_thread_state_str): New array.
4297 (nto_extra_thread_info): New function definition.
4298 * nto-tdep.h (gdbthread.h): New include.
4299 (private_thread_info): New struct.
4300 (nto_extra_thread_info): New declaration.
4301 * nto-procfs.c (procfs_thread_alive): Properly check if
4302 thread is still alive.
4303 (update_thread_private_data_name, update_thread_private_data): New
4304 function definition.
4305 (procfs_find_new_threads): Fetch thread private data.
4306 (init_procfs_ops): Register to_extra_thread_info.
4307
4308 2009-07-25 Pedro Alves <pedro@codesourcery.com>
4309
4310 * stack.c (backtrace_command_1): Remove dead check of NULL current
4311 frame.
4312
4313 2009-07-23 Keith Seitz <keiths@redhat.com>
4314
4315 * source.c (forward_search_command): Don't fclose the stream,
4316 just run the cleanups.
4317 (reverse_search_command): Likewise.
4318
4319 2009-07-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4320
4321 * symtab.c (search_symbols): Add QUIT.
4322
4323 2009-07-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4324
4325 * symfile.c (symbol_file_add_with_addrs_or_offsets): Call observer.
4326
4327 2009-07-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4328
4329 * objfiles.h (objfiles_changed): New prototype.
4330 * objfiles.c (objfiles_updated_p): Rename to objfiles_changed_p.
4331 (allocate_objfile, free_objfile): Must rebuild section map.
4332 (objfile_relocate): Likewise.
4333 (update_section_map, find_pc_section): Adjust.
4334 (set_objfiles_updated_on_exe_change): Remove.
4335 (set_objfiles_updated_on_solib_activity): Remove.
4336 (_initialize_objfiles): Remove.
4337 (objfiles_changed): New function.
4338 * symfile.c (reread_symbols): Call objfiles_changed.
4339
4340 2009-07-22 Hui Zhu <teawater@gmail.com>
4341
4342 * record.c (record_xfer_partial): Call error When nquery
4343 return "n".
4344
4345 2009-07-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4346
4347 * objfiles.c (objfiles_updated_p): New variable.
4348 (qsort_cmp, bsearch_cmp, update_section_map): New function.
4349 (find_pc_section): Use bsearch.
4350 (set_objfiles_updated_on_exe_change): New function.
4351 (set_objfiles_updated_on_solib_activity): New function.
4352 (_initialize_objfiles): New function.
4353
4354 2009-07-21 Michael Eager <eager@eagercon.com>
4355
4356 * features/rs6000/powerpc-405.xml: New.
4357 * rs6000-tdep.c: Add include & initialize for
4358 powerpc-405.c, add 405 to variants.
4359 * features/rs6000/powerpc-405.c: Generate.
4360
4361 2009-07-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4362
4363 * utils.c (internal_vproblem): Always print failure message.
4364
4365 2009-07-21 Daniel Jacobowitz <dan@codesourcery.com>
4366 Vladimir Prus <vladimir@codesourcery.com>
4367
4368 * valops.c (value_fetch_lazy): Handle bitfields explicitly.
4369 (value_assign): Remove unnecessary FIXME. Honor the container
4370 type of bitfields if possible.
4371 * value.c (struct value): Add parent field.
4372 (value_parent): New function.
4373 (value_free): Free the parent also.
4374 (value_copy): Copy the parent also.
4375 (value_primitive_field): Do not read the contents of a lazy
4376 value to create a child bitfield value. Set bitpos and offset
4377 according to the container type if possible.
4378 (unpack_bits_as_long): Rename from unpack_field_as_long. Take
4379 field_type, bitpos, and bitsize instead of type and fieldno.
4380 (unpack_field_as_long): Use unpack_bits_as_long.
4381 * value.h (value_parent, unpack_bits_as_long): New prototypes.
4382
4383 2009-07-21 Daniel Jacobowitz <dan@codesourcery.com>
4384
4385 * value.c (struct value): Add reference_count field.
4386 (allocate_value_lazy): Initialize reference_count.
4387 (value_incref): New function.
4388 (value_free): Check the reference count.
4389 * value.h (value_incref): New prototype.
4390
4391 2009-07-20 Marc Khouzam <marc.khouzam@ericsson.com>
4392
4393 * utils.c (defaulted_query): Update comment and remove dead code.
4394
4395 2009-07-20 Doug Evans <dje@google.com>
4396
4397 Add support for "comdat types" from DWARF4.
4398 * dwarf2read.c (dwarf2_per_objfile): New member types,
4399 signatured_types.
4400 (TYPES_SECTION): New macro.
4401 (dwarf2_per_cu_data): Change size of length field from 30 bits
4402 to 29 bits. New member from_debug_types.
4403 (signatured_type): New struct.
4404 (struct attribute): New union member signatured_type.
4405 (DW_SIGNATURED_TYPE): New macro.
4406 (dwarf2_attr_no_follow): New function.
4407 (read_type_unit_scope): New function.
4408 (follow_die_ref_or_sig, follow_die_sig): New functions.
4409 (dwarf2_locate_sectoins): Handle .debug_types.
4410 (dwarf2_build_psymtabs): Read .debug_types.
4411 (read_type_comp_unit_head): New function.
4412 (hash_type_signature, eq_type_signature): New functions.
4413 (create_debug_types_hash_table): New function.
4414 (lookup_signatured_type): New function.
4415 (process_psymtab_comp_unit): Handle type units too.
4416 (process_type_comp_unit, build_type_psymtabs): New functions.
4417 (dwarf2_build_psymtabs_hard): Call build_type_psymtabs.
4418 (load_partial_comp_unit): Assert not called for a type unit.
4419 (skip_one_die): Handle DW_FORM_sig8.
4420 (queue_comp_unit): Don't call load_full_comp_unit here, or
4421 update read_in_chain.
4422 (psymtab_to_symtab_1): Call read_signatured_type_at_offset for
4423 type units, or load_full_comp_unit for comp units after
4424 queue_comp_unit returns.
4425 (load_full_comp_unit): Assert not called for type units.
4426 (load_full_comp_unit): Update read_in_chain here.
4427 (process_die): Handle DW_TAG_type_unit.
4428 (read_structure_type): Look for signatured types.
4429 (read_enumeration_type): Ditto.
4430 (init_cu_die_reader): Handle .debug_types.
4431 (read_comp_unit): Assert hash not computed yet.
4432 (read_die_and_children): Expand debugging printf to handle .debug_types.
4433 (read_partial_die): Handle DW_TAG_type_unit:
4434 (find_patial_die): Handle .debug_types.
4435 (read_attribute_value): Handle DW_FORM_sig8.
4436 (die_type): Call follow_die_ref_or_sig instead of follow_die_ref.
4437 (die_containing_type): Ditto.
4438 (dwarf_tag_name): Handle DW_TAG_type_unit.
4439 (dwarf_attr_name): Handle DW_AT_signature.
4440 (dwarf_form_name): Handle DW_FORM_sec_offset, DW_FORM_exprloc,
4441 DW_FORM_flag_present, DW_FORM_sig8.
4442 (dump_die_shallow): Handlel DW_FORM_sig8.
4443 (maybe_queue_comp_unit): Change return type to int from void.
4444 All callers updated.
4445 (follow_die_ref): Handle .debug_types.
4446 (lookup_signatured_type_at_offset): New function.
4447 (read_signatured_type_at_offset): New function.
4448 (read_signatured_type): New function.
4449
4450 2009-07-20 Ulrich Weigand <uweigand@de.ibm.com>
4451
4452 * arch-utils.c (gdbarch_info_fill): Only reference GDB_OSABI_DEFAULT
4453 if the macro is defined.
4454
4455 2009-07-20 Pedro Alves <pedro@codesourcery.com>
4456
4457 * features/gdb-target.dtd (target): Accept an optional 'osabi'
4458 element.
4459 (osabi): Define element.
4460 * features/mips-linux.xml (target): Add an osabi subelement set to
4461 GNU/Linux.
4462 * regformats/regdat.sh (xmlarch, xmlosabi): New variables. Don't
4463 write the architecture into $xmltarget. Store it in $xmlarch.
4464 Handle the 'osabi' type. Handle outputting the osabi element of
4465 the target description.
4466 * regformats/reg-x86-64-linux.dat (osabi): Set to GNU/Linux.
4467 * regformats/reg-i386-linux.dat (osabi): Set to GNU/Linux.
4468
4469 * target-descriptions.h (tdesc_osabi, set_tdesc_osabi): Declare.
4470 * target-descriptions.c (struct target_desc) <osabi>: New field.
4471 (tdesc_osabi): New function.
4472 (set_tdesc_osabi): New function.
4473 * xml-tdesc.c: Include osabi.h.
4474 (tdesc_end_osabi): New.
4475 (target_children): Parse "osabi" elements.
4476 * arch-utils.c (gdbarch_info_fill): Try to get the osabi from the
4477 target description if the user didn't override it or it is not
4478 extractable from the bfd. If that still fails, fallback to the
4479 configured in default.
4480 * osabi.h (osabi_from_tdesc_string): Declare.
4481 * osabi.c (osabi_from_tdesc_string): New.
4482 (gdbarch_lookup_osabi): Return GDB_OSABI_UNKNOWN instead of
4483 GDB_OSABI_DEFAULT.
4484
4485 * NEWS: Mention that target descriptions can now describe the
4486 target OS ABI.
4487
4488 2009-07-20 Mike Frysinger <vapier@gentoo.org>
4489
4490 * configure.ac (AC_CHECK_FUNCS): Check for pipe.
4491 * config.in, configure: Regenerate.
4492 * tui/tui-io.c (TUI_USE_PIPE_FOR_READLINE): Define if HAVE_PIPE.
4493
4494 2009-07-20 Pedro Alves <pedro@codesourcery.com>
4495
4496 * gnu-nat.c: Include "inf-child.h".
4497 (gnu_mourn_inferior): Use the passed in target_ops
4498 instead of the gnu_ops global.
4499 (gnu_create_inferior): Inline `attach_to_child', use the passed in
4500 target_ops instead of the gnu_ops global.
4501 (gnu_can_run): Delete.
4502 (gnu_attach): Use the passed in target_ops instead of the gnu_ops
4503 global.
4504 (gnu_detach): Ditto.
4505 (gnu_prepare_to_store, gnu_open): Delete.
4506 (gnu_store_registers, gnu_fetch_registers): Delete declarations.
4507 (gnu_ops): Delete.
4508 (init_gnu_ops): Delete.
4509 (gnu_target): New.
4510 (_initialize_gnu_nat): Don't call init_gnu_ops or add_target here.
4511 * gnu-nat.h (gnu_target): Declare.
4512 * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Make
4513 static.
4514 (_initialize_i386gnu_nat): New.
4515
4516 2009-07-20 Ulrich Weigand <uweigand@de.ibm.com>
4517
4518 * dwarf2loc.c (find_location_expression): Retrieve beginning and
4519 ending address offsets in location list entries as integers,
4520 not as addresses.
4521
4522 2009-07-20 Ulrich Weigand <uweigand@de.ibm.com>
4523
4524 * infrun.c (wait_for_inferior): Invalidate registers and overlay
4525 cache every time before calling target_wait.
4526 (handle_inferior_event): Make static. Always reset waiton_ptid.
4527 Never call registers_changed.
4528 (prepare_to_wait): Do not invaliate registers or overlay cache
4529 (moved to wait_for_inferior). Do not reset waiton_ptid (moved
4530 to handle_inferior_event).
4531 (fetch_inferior_event): Remove check for always-true condition.
4532
4533 2009-07-20 Thomas Schwinge <tschwinge@gnu.org>
4534
4535 * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Adjust to
4536 2009-02-23 target_ops changes.
4537
4538 2009-07-18 Michael Snyder <msnyder@vmware.com>
4539
4540 * infrun.c (handle_inferior_event): Remove an execution_direction
4541 check in the "check for subroutine calls" test, and add some
4542 additional handling for reverse-stepping through shared libraries.
4543
4544 2009-07-18 Anthony Green <green@moxielogic.com>
4545
4546 * moxie-tdep.c (moxie_analyze_prologue): Take gdbarch as last
4547 parameter instead of frame_info.
4548 (moxie_frame_cache): Call moxie_analyze_prologue with different
4549 args.
4550
4551 2009-07-17 Ulrich Weigand <uweigand@de.ibm.com>
4552
4553 * solib.c (solib_bfd_open): Do not call ops->bfd_open.
4554 (solib_map_sections): Call ops->bfd_open instead of solib_bfd_open.
4555 * solib-frv.c (_initialize_frv_solib): Initialize bfd_open member.
4556 * solib-irix.c (_initialize_irix_solib): Likewise.
4557 * solib-null.c (_initialize_null_solib): Likewise.
4558 * solib-osf.c (_initialize_osf_solib): Likewise.
4559 * solib-pa64.c (_initialize_pa64_solib): Likewise.
4560 * solib-som.c (_initialize_som_solib): Likewise.
4561 * solib-sunos.c (_initialize_sunos_solib): Likewise.
4562 * solib-svr4.c (_initialize_svr4_solib): Likewise.
4563 * solib-target.c (_initialize_solib_target): Likewise.
4564
4565 2009-07-17 Ulrich Weigand <uweigand@de.ibm.com>
4566
4567 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Respect mixed_mode flag.
4568
4569 2009-07-16 Doug Evans <dje@google.com>
4570
4571 * linux-thread.db.c (try_thread_db_load_1): Tweak comment.
4572
4573 2007-07-16 Paul Pluzhnikov <ppluzhnikov@google.com>
4574
4575 * linux-thread-db.c (thread_db_find_new_threads_silently):
4576 New function.
4577 (try_thread_db_load_1): Call it.
4578
4579 2009-07-15 Doug Evans <dje@google.com>
4580
4581 Code reorg in preparation for adding comdat types support.
4582 * dwarf2read.c (struct die_reader_specs): New struct.
4583 (locate_pdi_sibling): New arg buffer. All callers updated.
4584 (load_partial_dies, read_partial_die): Ditto.
4585 (read_8_bytes): Change return type to ULONGEST.
4586 (read_comp_unit): Delete arg abfd. All callers updated.
4587 (read_die_and_children_1): Delete args abfd, cu. New arg reader.
4588 All callers updated.
4589 (read_die_and_children, read_die_and_siblings): Ditto.
4590 (read_full_die): Ditto. Move closer to callers.
4591 (skip_one_die): New arg buffer. All callers updated.
4592 (load_full_comp_unit): Change return type to void. All callers
4593 updated.
4594 (partial_read_comp_unit_head): New args buffer, buffer_size.
4595 All callers updated.
4596 (process_psymtab_comp_unit): New function, split out from
4597 dwarf2_build_psymtabs_hard.
4598 (dwarf2_build_psymtabs_hard): Call it.
4599 (load_partial_comp_unit): Renamed from load_comp_unit.
4600 All callers updated.
4601 (skip_children): New arg buffer. All callers updated.
4602 (init_cu_die_reader): New function.
4603 (is_ref_attr): New function.
4604 (dwarf2_get_ref_die_offset): Call it.
4605 (alloc_one_comp_unit): New function.
4606
4607 2009-07-14 Stan Shebs <stan@codesourcery.com>
4608
4609 * MAINTAINERS (Global Maintainers): Add Doug Evans.
4610
4611 2009-07-14 Stan Shebs <stan@codesourcery.com>
4612
4613 Conditional tracepoints.
4614 * ax-gdb.h (gen_eval_for_expr): Declare.
4615 * ax-gdb.c (gen_expr): Generate bytecodes for BINOP_EQUAL
4616 and other comparisons.
4617 (gen_eval_for_expr): New function.
4618 (agent_eval_command): New maintenance command.
4619 (_initialize_ax_gdb): Define the command.
4620 * remote.c (struct remote_state): New field cond_tracepoints.
4621 (PACKET_ConditionalTracepoints): New packet config type.
4622 (remote_cond_tracepoint_feature): New function.
4623 (remote_protocol_features): Add ConditionalTracepoints.
4624 (remote_supports_cond_tracepoints): New function.
4625 (_initialize_remote): Add ConditionalTracepoints.
4626 * tracepoint.c (download_tracepoint): Add conditional.
4627 * NEWS: Mention conditional tracepoints.
4628
4629 2009-07-14 Ulrich Weigand <uweigand@de.ibm.com>
4630
4631 * objfiles.c (objfile_relocate): Do not relocate the same
4632 BLOCKVECTOR_MAP address map multiple times.
4633
4634 2009-07-14 Ulrich Weigand <uweigand@de.ibm.com>
4635
4636 * remote.c (process_stop_reply): Access expedited target registers
4637 in target_gdbarch.
4638
4639 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4640
4641 Fix memory access from signed 32bit inferior registers on 64bit GDB.
4642 * linux-nat.c (linux_xfer_partial <TARGET_OBJECT_MEMORY>): New variable
4643 addr_bit. Mask OFFSET by the ADDR_BIT width.
4644
4645 2009-07-13 Anthony Green <green@moxielogic.com>
4646
4647 * moxie-tdep.c (moxie_gdbarch_init): Call
4648 set_gdbarch_process_record.
4649 (moxie_process_record): New.
4650 (moxie_process_readu): New.
4651
4652 2009-07-12 Michael Snyder <msnyder@vmware.com>
4653
4654 * i386-tdep.c: Add a frame unwinder for function epilogues.
4655 (i386_in_function_epilogue_p): New function.
4656 (i386_epilogue_frame_sniffer): New function.
4657 (i386_epilogue_frame_cache): New function.
4658 (i386_epilogue_frame_this_id): New function.
4659 (i386_epilogue_frame_unwind): New struct frame_unwind.
4660 (i386_gdbarch_init): Hook the new unwinder.
4661
4662 2009-07-11 Hui Zhu <teawater@gmail.com>
4663
4664 * cli/cli-cmds.c (disassemble_command): Add a new modifier /r
4665 to "disassemble" command to print the raw instructions in hex as
4666 well as in symbolic form.
4667 (init_cli_cmds): Ditto.
4668 (print_disassembly): Change "mixed" to "flags" to translate
4669 the behavior of disassemble.
4670 (disassemble_current_function): Ditto.
4671 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Ditto.
4672 * stack.c (gdb_disassembly_stub): Ditto.
4673 * disasm.c (do_mixed_source_and_assembly): Ditto.
4674 (do_mixed_source_and_assembly): Ditto.
4675 (do_assembly_only): Ditto.
4676 (gdb_disassembly): Ditto.
4677 (dump_insns): print the raw instructions in hex as well as in
4678 symbolic form if DISASSEMBLY_RAW_INSN and flags is true.
4679 * disasm.h (DISASSEMBLY_SOURCE): Include source code with the
4680 assembly if it and flags is true.
4681 (DISASSEMBLY_RAW_INSN): Include the raw instructions in hex with
4682 the assembly if it and flags is true.
4683 (gdb_disassembly): Update extern.
4684 * NEWS: Document disassemble/r support.
4685
4686 2009-07-10 Tom Tromey <tromey@redhat.com>
4687
4688 * dwarf2-frame.c: Include dwarf2.h, not elf/dwarf2.h.
4689 * dwarf2expr.c: Likewise.
4690 * dwarf2loc.c: Likewise.
4691 * dwarf2read.c: Likewise.
4692 * sh-tdep.c: Likewise.
4693 * xtensa-tdep.c: Likewise.
4694
4695 2009-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4696
4697 Tidy up the code.
4698 * mi/mi-cmd-var.c (mi_cmd_var_update): Remove variable nv. Move
4699 variables var, rootlist and cr to their local sub-block. Move the
4700 make_cleanup_ui_out_tuple_begin_end, make_cleanup_ui_out_list_begin_end
4701 and do_cleanups calls to the common base block. Remove the zero NV
4702 check.
4703
4704 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4705
4706 * python/python-internal.h (apply_varobj_pretty_printer): Update
4707 definition.
4708 (python_string_to_target_python_string): Add definition.
4709 * python/python-utils.c (unicode_to_encoded_python_string)
4710 (unicode_to_target_python_string)
4711 (python_string_to_target_python_string): New Functions.
4712 * python/python-prettyprint.c (pretty_print_one_value): Likewise.
4713 (print_string_repr): Refactor to logic to account for PyObject
4714 returned strings.
4715 (apply_varobj_pretty_printer): Likewise.
4716 * python/python-value.c (valpy_string): Parse length keyword. Use
4717 length keyword in LA_GET_STRING.
4718 * varobj.c (value_get_print_value): Refactor logic to account for
4719 PyObject returned strings.
4720 * c-lang.c (c_get_string): If the length parameter is specified,
4721 use that. Return value in characters. Update comments.
4722 * language.h: Update c_get_string prototype comments.
4723
4724 2009-07-09 Doug Evans <dje@google.com>
4725
4726 * i386-tdep.c (i386_displaced_step_fixup): Fix order of arguments
4727 to read_memory_unsigned_integer.
4728
4729 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4730
4731 Report error on inaccessible memory.
4732 * cli/cli-dump.c: Include gdbcore.h.
4733 (dump_memory_to_file): Call read_memory instead of target_read_memory.
4734
4735 2009-07-09 Hui Zhu <teawater@gmail.com>
4736
4737 * solib.c (solib_bfd_open): Output a warning if solib's
4738 architecture is not compatible with inferior's architecture.
4739
4740 2009-07-09 Ulrich Weigand <uweigand@de.ibm.com>
4741 Jan Kratochvil <jan.kratochvil@redhat.com>
4742
4743 * target.h (struct target_ops <to_thread_architecture>): Describe it.
4744 (target_thread_architecture): Refer to to_thread_architecture.
4745
4746 2009-07-08 Pierre Muller <muller@ics.u-strasbg.fr>
4747
4748 * cli/cli-cmds.c (init_cli_cmds): Add "inf" alias for "info" command.
4749
4750 2009-07-07 Ulrich Weigand <uweigand@de.ibm.com>
4751
4752 * tui/tui-stack.c (tui_make_status_line): Display PC as ?? if unknown.
4753
4754 2009-07-07 Pierre Muller <muller@ics.u-strasbg.fr>
4755
4756 * breakpoint.c (set_raw_breakpoint): Remove static modifier.
4757
4758 2009-07-07 Tom Tromey <tromey@redhat.com>
4759
4760 * c-lang.c (convert_octal): Only allow 3 octal digits.
4761 (print_wchar): Prefer 3-digit octal form. Fall back to hex if
4762 needed.
4763 * c-exp.y (c_parse_escape): Only allow 3 octal digits.
4764
4765 2009-07-07 Paul Pluzhnikov <ppluzhnikov@google.com>
4766
4767 * python/python-value.c (valpy_getitem): Remove incorrect assert.
4768
4769 2009-07-07 Paul Pluzhnikov <ppluzhnikov@google.com>
4770
4771 * python/python-value.c (valpy_getitem): Don't return from TRY_CATCH.
4772
4773 2009-07-07 Sami Wagiaalla <swagiaal@redhat.com>
4774
4775 * cp-support.h (struct using_direct): Rename members inner and
4776 outer to import_src, and import_dest respectively.
4777 * cp-namespace.c (cp_add_using_directive): Update.
4778 (cp_add_using): Update.
4779 (cp_copy_usings): Update.
4780 (cp_lookup_symbol_namespace): Update.
4781 (cp_scan_for_anonymous_namespaces): Update.
4782 * cp-support.c (make_symbol_overload_list_using): Update.
4783 * cp-support.h (cp_add_using_directive, cp_add_using): Rename
4784 arguments from inner and outer to src and dest respectively.
4785 * cp-namespace.c (cp_add_using_directive): Ditto.
4786 (cp_add_using): Ditto.
4787
4788 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4789
4790 * mi/mi-cmd-var.c (mi_cmd_var_update): Replace a while loop by for loop.
4791 * varobj.c (varobj_invalidate): Replace a while loop by for loop.
4792
4793 2009-07-07 Vladimir Prus <vladimir@codesourcery.com>
4794
4795 Fix hang in floating varobjs.
4796
4797 * varobj.c (varobj_invalidate): Advance to next
4798 element when processing floating varobj.
4799
4800 2009-07-07 Vladimir Prus <vladimir@codesourcery.com>
4801
4802 * varobj.c: Remove unnecessary include.
4803
4804 2009-07-07 Tristan Gingold <gingold@adacore.com>
4805
4806 * config/i386/darwin.mh (NATDEPFILES): Remove excServer.o.
4807 Remove excServer.c target. Remove _all target.
4808 * darwin.defs: Removed.
4809
4810 2009-07-06 Aleksandar Ristovski <aristovski@qnx.com>
4811
4812 * configure.tgt (i[34567]86-*-nto*): Add build_gdbserver=yes.
4813
4814 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4815
4816 * source.c (find_and_open_source): Remove the `objfile' parameter.
4817 Update the function comment.
4818 (open_source_file, symtab_to_fullname, psymtab_to_fullname): Update the
4819 find_and_open_source callers.
4820
4821 2009-07-05 Pedro Alves <pedro@codesourcery.com>
4822
4823 * coff-pe-read.c (read_pe_exported_syms): Recognize
4824 "pe-arm-wince-little" and "pei-arm-wince-little" bfd targets as PE
4825 targets.
4826
4827 2009-07-05 Pedro Alves <pedro@codesourcery.com>
4828
4829 * arm-wince-tdep.c (arm_wince_skip_main_prologue): New.
4830 (arm_wince_init_abi): Register it as gdbarch_skip_main_prologue
4831 callback.
4832
4833 2009-06-29 Tristan Gingold <gingold@adacore.com>
4834
4835 * i386-darwin-tdep.c (amd64_darwin_thread_state_reg_offset)
4836 (amd64_darwin_thread_state_num_regs)
4837 (amd64_darwin_sigcontext_addr, x86_darwin_init_abi_64): Moved to
4838 amd64-darwin-tdep.c
4839 (_initialize_i386_darwin_tdep): Remove 64 bits parts.
4840 (darwin_dwarf_signal_frame_p): Make public.
4841 * amd64-darwin-tdep.c: New file with most chunks from
4842 i386-darwin-tdep.c
4843 * i386-darwin-tdep.h: Add a prototype for darwin_dwarf_signal_frame_p.
4844 (amd64_darwin_thread_state_reg_offset)
4845 (amd64_darwin_thread_state_num_regs): Moved to amd64-darwin-tdep.h
4846 * amd64-darwin-tdep.h: New file.
4847 * i386-darwin-nat.c: Only includes amd64-nat.h and amd64-darwin-tdep.h
4848 if BFD64 is defined.
4849 (i386_darwin_fetch_inferior_registers): Add #ifdef BFD64/#endif around
4850 64 bits parts.
4851 (i386_darwin_store_inferior_registers): Ditto.
4852 (darwin_set_sstep): Ditto.
4853 (darwin_complete_target): Ditto.
4854 (amd64_darwin_sstep_at_sigreturn): Ditto.
4855 * configure.tgt: Create a separate entry for x86_64-*-darwin.
4856 Add 64 bits support for i386-*-darwin if --enable-64-bit-bfd.
4857 * Makefile.in (ALLDEPFILES): Add amd64-darwin-tdep.c, darwin-nat.c,
4858 i386-darwin-tdep.c i386-darwin-nat.c
4859 (ALL_64_TARGET_OBS): Add amd64-darwin-tdep.o
4860
4861 2009-07-02 Pedro Alves <pedro@codesourcery.com>
4862
4863 * linux-fork.c (forks_exist_p): Drop unnecessary extern.
4864 (add_fork, linux_fork_killall, linux_fork_mourn_inferior)
4865 (linux_fork_detach): Ditto.
4866 (delete_fork_command): Rename to ...
4867 (delete_checkpoint_command): ... this.
4868 (detach_fork_command): Rename to ...
4869 (detach_checkpoint_command): ... this.
4870 (info_forks_command): Rename to ...
4871 (info_checkpoints_command): ... this.
4872 (_initialize_linux_fork): Remove stale comments. Adjust.
4873
4874 2009-07-02 Pedro Alves <pedro@codesourcery.com>
4875
4876 * linux-nat.c (linux_child_follow_fork): If we're staying attached
4877 to the child process, enable event reporting on it. Don't handle
4878 checkpoints here. Instead, add the child fork to the lwp thread
4879 and inferior lists without clobbering the previous inferior. Let
4880 the thread_db layer learn about a new child process, even if
4881 following the parent.
4882 (linux_nat_switch_fork): Delete lwps of the current inferior only,
4883 instead of clearing the whole list. Use thread_change_ptid to
4884 give the core the illusion the new checkpoint is still the same
4885 inferior. Clear the register cache.
4886 (linux_handle_extended_wait): Handle checkpoints here.
4887 (linux_multi_process): Turn on.
4888 * linux-fork.c (struct fork_info) <pc>: Remove field.
4889 (init_fork_list): Do not delete the checkpoint from the inferior
4890 list (it is not there).
4891 (fork_load_infrun_state): Don't switch inferior_ptid here. Pass
4892 the new checkpoint's ptid to linux_nat_switch_fork.
4893 (fork_save_infrun_state): Make static. Don't stop the pc field of
4894 fork_info, it's gone.
4895 (linux_fork_mourn_inferior): Don't delete the checkpoint from the
4896 inferior list, it's not there.
4897 (linux_fork_detach): Ditto.
4898 (delete_fork_command): Replace mention of fork/checkpoint by
4899 checkpoint only.
4900 (detach_fork_command): Likewise. Don't delete the checkpoint from
4901 the inferior list.
4902 (info_forks_command): Adjust.
4903 (restore_detach_fork): Delete.
4904 (checkpointing_pid): New.
4905 (linux_fork_checkpointing_p): New.
4906 (save_detach_fork): Delete.
4907 (checkpoint_command): Delete temp_detach_fork. Don't remove
4908 breakpoints, that's a nop. Store the pid of the process we're
4909 checkpointing, and use make_cleanup_restore_integer to restore it.
4910 Don't reinsert breakpoints here.
4911 (process_command, fork_command): Delete.
4912 (restart_command): Update comments to only mention checkpoints,
4913 not forks.
4914 (_initialize_linux_fork): Delete "fork", "process", "info forks"
4915 commands.
4916 * linux-fork.h (fork_save_infrun_state, fork_list): Delete
4917 declarations.
4918 (linux_fork_checkpointing_p): Declare.
4919 * cli/cli-cmds.c (killlist): New.
4920 * cli/cli-cmds.h (killlist): Declare.
4921 * gdbcmd.h (killlist): Declare.
4922 * inferior.c: Include "gdbthread.h".
4923 (detach_inferior_command, kill_inferior_command)
4924 (inferior_command): New.
4925 (info_inferiors_command): Allow specifying a specific inferior id.
4926 (_initialize_inferiors): Register "inferior", "kill inferior" and
4927 "detach inferior" commands.
4928 * infcmd.c (_initialize_infcmd): Make "kill" a prefix command.
4929 * gdbthread.h (any_thread_of_process): Declare.
4930 * thread.c (any_thread_of_process): New.
4931
4932 * NEWS: Mention multi-inferior debugging. Mention 'info
4933 inferiors', 'inferior', 'detach inferior' and 'kill inferior' as
4934 new commands.
4935 (Removed commands): New section, mentioning that 'info forks',
4936 'fork', 'process', 'delete fork' and 'detach fork' are now gone.
4937
4938 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4939
4940 * gdbarch.sh (current_gdbarch): Remove global variable.
4941 (find_arch_by_info): Remove, inline into ...
4942 (gdbarch_find_by_info): ... this. Remove current_gdbarch swapping.
4943 (deprecated_current_gdbarch_select_hack): Rename to ...
4944 (deprecated_target_gdbarch_select_hack): ... this. Do not set
4945 or access current_gdbarch.
4946 * gdbarch.c, gdbarch.h: Regenerate.
4947
4948 * arch-utils.c (gdbarch_update_p): Update call.
4949 (set_gdbarch_from_file): Likewise.
4950
4951 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4952
4953 * defs.h (extract_signed_integer, extract_unsigned_integer,
4954 extract_long_unsigned_integer, store_signed_integer,
4955 store_unsigned_integer): Add BYTE_ORDER parameter.
4956 * findvar.c (extract_signed_integer, extract_unsigned_integer,
4957 extract_long_unsigned_integer, store_signed_integer,
4958 store_unsigned_integer): Add BYTE_ORDER parameter. Use it
4959 instead of current_gdbarch.
4960
4961 * gdbcore.h (read_memory_integer, safe_read_memory_integer,
4962 read_memory_unsigned_integer, write_memory_signed_integer,
4963 write_memory_unsigned_integer): Add BYTE_ORDER parameter.
4964 * corefile.c (struct captured_read_memory_integer_arguments): Add
4965 BYTE_ORDER member.
4966 (safe_read_memory_integer): Add BYTE_ORDER parameter. Store it into
4967 struct captured_read_memory_integer_arguments.
4968 (do_captured_read_memory_integer): Pass it to read_memory_integer.
4969 (read_memory_integer): Add BYTE_ORDER parameter. Pass it to
4970 extract_signed_integer.
4971 (read_memory_unsigned_integer): Add BYTE_ORDER parameter. Pass it to
4972 extract_unsigned_integer.
4973 (write_memory_signed_integer): Add BYTE_ORDER parameter. Pass it
4974 to store_signed_integer.
4975 (write_memory_unsigned_integer): Add BYTE_ORDER parameter. Pass it
4976 to store_unsigned_integer.
4977
4978 * target.h (get_target_memory_unsigned): Add BYTE_ORDER parameter.
4979 * target.c (get_target_memory_unsigned): Add BYTE_ORDER parameter.
4980 Pass it to extract_unsigned_integer.
4981
4982
4983 Update calls to extract_signed_integer, extract_unsigned_integer,
4984 extract_long_unsigned_integer, store_signed_integer,
4985 store_unsigned_integer, read_memory_integer,
4986 read_memory_unsigned_integer, safe_read_memory_integer,
4987 write_memory_signed_integer, write_memory_unsigned_integer, and
4988 get_target_memory_unsigned to pass byte order:
4989 * ada-lang.c (ada_value_binop): Update.
4990 * ada-valprint.c (char_at): Update.
4991 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Update.
4992 * alpha-tdep.c (alpha_lds, alpha_sts, alpha_push_dummy_call,
4993 alpha_extract_return_value, alpha_read_insn,
4994 alpha_get_longjmp_target): Update.
4995 * amd64-linux-tdep.c (amd64_linux_sigcontext_addr): Update.
4996 * amd64obsd-tdep.c (amd64obsd_supply_uthread,
4997 amd64obsd_collect_uthread, amd64obsd_trapframe_cache): Update.
4998 * amd64-tdep.c (amd64_push_dummy_call, amd64_analyze_prologue,
4999 amd64_frame_cache, amd64_sigtramp_frame_cache, fixup_riprel,
5000 amd64_displaced_step_fixup): Update.
5001 * arm-linux-tdep.c (arm_linux_sigreturn_init,
5002 arm_linux_rt_sigreturn_init, arm_linux_supply_gregset): Update.
5003 * arm-tdep.c (thumb_analyze_prologue, arm_skip_prologue,
5004 arm_scan_prologue, arm_push_dummy_call, thumb_get_next_pc,
5005 arm_get_next_pc, arm_extract_return_value, arm_store_return_value,
5006 arm_return_value): Update.
5007 * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
5008 * auxv.c (default_auxv_parse): Update.
5009 * avr-tdep.c (avr_address_to_pointer, avr_pointer_to_address,
5010 avr_scan_prologue, avr_extract_return_value,
5011 avr_frame_prev_register, avr_push_dummy_call): Update.
5012 * bsd-uthread.c (bsd_uthread_check_magic, bsd_uthread_lookup_offset,
5013 bsd_uthread_wait, bsd_uthread_thread_alive,
5014 bsd_uthread_extra_thread_info): Update.
5015 * c-lang.c (c_printstr, print_wchar): Update.
5016 * cp-valprint.c (cp_print_class_member): Update.
5017 * cris-tdep.c (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache,
5018 cris_push_dummy_call, cris_scan_prologue, cris_store_return_value,
5019 cris_extract_return_value, find_step_target, dip_prefix,
5020 sixteen_bit_offset_branch_op, none_reg_mode_jump_op,
5021 move_mem_to_reg_movem_op, get_data_from_address): Update.
5022 * dwarf2expr.c (dwarf2_read_address, execute_stack_op): Update.
5023 * dwarf2-frame.c (execute_cfa_program): Update.
5024 * dwarf2loc.c (find_location_expression): Update.
5025 * dwarf2read.c (dwarf2_const_value): Update.
5026 * expprint.c (print_subexp_standard): Update.
5027 * findvar.c (unsigned_pointer_to_address, signed_pointer_to_address,
5028 unsigned_address_to_pointer, address_to_signed_pointer,
5029 read_var_value): Update.
5030 * frame.c (frame_unwind_register_signed,
5031 frame_unwind_register_unsigned, get_frame_memory_signed,
5032 get_frame_memory_unsigned): Update.
5033 * frame-unwind.c (frame_unwind_got_constant): Update.
5034 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp,
5035 frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
5036 Update.
5037 * frv-tdep.c (frv_analyze_prologue, frv_skip_main_prologue,
5038 frv_extract_return_value, find_func_descr,
5039 frv_convert_from_func_ptr_addr, frv_push_dummy_call): Update.
5040 * f-valprint.c (f_val_print): Update.
5041 * gnu-v3-abi.c (gnuv3_decode_method_ptr, gnuv3_make_method_ptr):
5042 Update.
5043 * h8300-tdep.c (h8300_is_argument_spill, h8300_analyze_prologue,
5044 h8300_push_dummy_call, h8300_extract_return_value,
5045 h8300h_extract_return_value, h8300_store_return_value,
5046 h8300h_store_return_value): Update.
5047 * hppabsd-tdep.c (hppabsd_find_global_pointer): Update.
5048 * hppa-hpux-nat.c (hppa_hpux_fetch_register, hppa_hpux_store_register):
5049 Update.
5050 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline,
5051 hppa64_hpux_in_solib_call_trampoline,
5052 hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code,
5053 hppa_hpux_sigtramp_frame_unwind_cache,
5054 hppa_hpux_sigtramp_unwind_sniffer, hppa32_hpux_find_global_pointer,
5055 hppa64_hpux_find_global_pointer, hppa_hpux_search_pattern,
5056 hppa32_hpux_search_dummy_call_sequence,
5057 hppa64_hpux_search_dummy_call_sequence, hppa_hpux_supply_save_state,
5058 hppa_hpux_unwind_adjust_stub): Update.
5059 * hppa-linux-tdep.c (insns_match_pattern,
5060 hppa_linux_find_global_pointer): Update.
5061 * hppa-tdep.c (hppa_in_function_epilogue_p, hppa32_push_dummy_call,
5062 hppa64_convert_code_addr_to_fptr, hppa64_push_dummy_call,
5063 skip_prologue_hard_way, hppa_frame_cache, hppa_fallback_frame_cache,
5064 hppa_pseudo_register_read, hppa_frame_prev_register_helper,
5065 hppa_match_insns): Update.
5066 * hpux-thread.c (hpux_thread_fetch_registers): Update.
5067 * i386-tdep.c (i386bsd_sigcontext_addr): Update.
5068 * i386-cygwin-tdep.c (core_process_module_section): Update.
5069 * i386-darwin-nat.c (i386_darwin_sstep_at_sigreturn,
5070 amd64_darwin_sstep_at_sigreturn): Update.
5071 * i386-darwin-tdep.c (i386_darwin_sigcontext_addr,
5072 amd64_darwin_sigcontext_addr): Likewise.
5073 * i386-linux-nat.c (i386_linux_sigcontext_addr): Update.
5074 * i386nbsd-tdep.c (i386nbsd_sigtramp_cache_init): Update.
5075 * i386-nto-tdep.c (i386nto_sigcontext_addr): Update.
5076 * i386obsd-nat.c (i386obsd_supply_pcb): Update.
5077 * i386obsd-tdep.c (i386obsd_supply_uthread, i386obsd_collect_uthread,
5078 i386obsd_trapframe_cache): Update.
5079 * i386-tdep.c (i386_displaced_step_fixup, i386_follow_jump,
5080 i386_analyze_frame_setup, i386_analyze_prologue,
5081 i386_skip_main_prologue, i386_frame_cache, i386_sigtramp_frame_cache,
5082 i386_get_longjmp_target, i386_push_dummy_call,
5083 i386_pe_skip_trampoline_code, i386_svr4_sigcontext_addr,
5084 i386_fetch_pointer_argument): Update.
5085 * i387-tdep.c (i387_supply_fsave): Update.
5086 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Update.
5087 * ia64-tdep.c (ia64_pseudo_register_read, ia64_pseudo_register_write,
5088 examine_prologue, ia64_frame_cache, ia64_frame_prev_register,
5089 ia64_sigtramp_frame_cache, ia64_sigtramp_frame_prev_register,
5090 ia64_access_reg, ia64_access_rse_reg, ia64_libunwind_frame_this_id,
5091 ia64_libunwind_frame_prev_register,
5092 ia64_libunwind_sigtramp_frame_this_id,
5093 ia64_libunwind_sigtramp_frame_prev_register, ia64_find_global_pointer,
5094 find_extant_func_descr, find_func_descr,
5095 ia64_convert_from_func_ptr_addr, ia64_push_dummy_call, ia64_dummy_id,
5096 ia64_unwind_pc): Update.
5097 * iq2000-tdep.c (iq2000_pointer_to_address, iq2000_address_to_pointer,
5098 iq2000_scan_prologue, iq2000_extract_return_value,
5099 iq2000_push_dummy_call): Update.
5100 * irix5nat.c (fill_gregset): Update.
5101 * jv-lang.c (evaluate_subexp_java): Update.
5102 * jv-valprint.c (java_value_print): Update.
5103 * lm32-tdep.c (lm32_analyze_prologue, lm32_push_dummy_call,
5104 lm32_extract_return_value, lm32_store_return_value): Update.
5105 * m32c-tdep.c (m32c_push_dummy_call, m32c_return_value,
5106 m32c_skip_trampoline_code, m32c_m16c_address_to_pointer,
5107 m32c_m16c_pointer_to_address): Update.
5108 * m32r-tdep.c (m32r_store_return_value, decode_prologue,
5109 m32r_skip_prologue, m32r_push_dummy_call, m32r_extract_return_value):
5110 Update.
5111 * m68hc11-tdep.c (m68hc11_pseudo_register_read,
5112 m68hc11_pseudo_register_write, m68hc11_analyze_instruction,
5113 m68hc11_push_dummy_call): Update.
5114 * m68linux-tdep.c (m68k_linux_pc_in_sigtramp,
5115 m68k_linux_get_sigtramp_info, m68k_linux_sigtramp_frame_cache):
5116 Update.
5117 * m68k-tdep.c (m68k_push_dummy_call, m68k_analyze_frame_setup,
5118 m68k_analyze_register_saves, m68k_analyze_prologue, m68k_frame_cache,
5119 m68k_get_longjmp_target): Update.
5120 * m88k-tdep.c (m88k_fetch_instruction): Update.
5121 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_csr_write,
5122 mep_pseudo_cr32_write, mep_get_insn, mep_push_dummy_call): Update.
5123 * mi/mi-main.c (mi_cmd_data_write_memory): Update.
5124 * mips-linux-tdep.c (mips_linux_get_longjmp_target, supply_32bit_reg,
5125 mips64_linux_get_longjmp_target, mips64_fill_gregset,
5126 mips64_fill_fpregset, mips_linux_in_dynsym_stub): Update.
5127 * mipsnbdsd-tdep.c (mipsnbsd_get_longjmp_target): Update.
5128 * mips-tdep.c (mips_fetch_instruction, fetch_mips_16,
5129 mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call,
5130 mips_o32_push_dummy_call, mips_o64_push_dummy_call,
5131 mips_single_step_through_delay, mips_skip_pic_trampoline_code,
5132 mips_integer_to_address): Update.
5133 * mn10300-tdep.c (mn10300_analyze_prologue, mn10300_push_dummy_call):
5134 Update.
5135 * monitor.c (monitor_supply_register, monitor_write_memory,
5136 monitor_read_memory_single): Update.
5137 * moxie-tdep.c (moxie_store_return_value, moxie_extract_return_value,
5138 moxie_analyze_prologue): Update.
5139 * mt-tdep.c (mt_return_value, mt_skip_prologue, mt_select_coprocessor,
5140 mt_pseudo_register_read, mt_pseudo_register_write, mt_registers_info,
5141 mt_push_dummy_call): Update.
5142 * objc-lang.c (read_objc_method, read_objc_methlist_nmethods,
5143 read_objc_methlist_method, read_objc_object, read_objc_super,
5144 read_objc_class, find_implementation_from_class): Update.
5145 * ppc64-linux-tdep.c (ppc64_desc_entry_point,
5146 ppc64_linux_convert_from_func_ptr_addr, ppc_linux_sigtramp_cache):
5147 Update.
5148 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_sniffer,
5149 ppcobsd_sigtramp_frame_cache): Update.
5150 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
5151 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
5152 ppc64_sysv_abi_return_value): Update.
5153 * ppc-linux-nat.c (ppc_linux_auxv_parse): Update.
5154 * procfs.c (procfs_auxv_parse): Update.
5155 * p-valprint.c (pascal_val_print): Update.
5156 * regcache.c (regcache_raw_read_signed, regcache_raw_read_unsigned,
5157 regcache_raw_write_signed, regcache_raw_write_unsigned,
5158 regcache_cooked_read_signed, regcache_cooked_read_unsigned,
5159 regcache_cooked_write_signed, regcache_cooked_write_unsigned): Update.
5160 * remote-m32r-sdi.c (m32r_fetch_register): Update.
5161 * remote-mips.c (mips_wait, mips_fetch_registers, mips_xfer_memory):
5162 Update.
5163 * rs6000-aix-tdep.c (rs6000_push_dummy_call, rs6000_return_value,
5164 rs6000_convert_from_func_ptr_addr, branch_dest,
5165 rs6000_software_single_step): Update.
5166 * rs6000-tdep.c (rs6000_in_function_epilogue_p,
5167 ppc_displaced_step_fixup, ppc_deal_with_atomic_sequence,
5168 bl_to_blrl_insn_p, rs6000_fetch_instruction, skip_prologue,
5169 rs6000_skip_main_prologue, rs6000_skip_trampoline_code,
5170 rs6000_frame_cache): Update.
5171 * s390-tdep.c (s390_pseudo_register_read, s390_pseudo_register_write,
5172 s390x_pseudo_register_read, s390x_pseudo_register_write, s390_load,
5173 s390_backchain_frame_unwind_cache, s390_sigtramp_frame_unwind_cache,
5174 extend_simple_arg, s390_push_dummy_call, s390_return_value): Update.
5175 * scm-exp.c (scm_lreadr): Update.
5176 * scm-lang.c (scm_get_field, scm_unpack): Update.
5177 * scm-valprint.c (scm_val_print): Update.
5178 * score-tdep.c (score_breakpoint_from_pc, score_push_dummy_call,
5179 score_fetch_inst): Update.
5180 * sh64-tdep.c (look_for_args_moves, sh64_skip_prologue_hard_way,
5181 sh64_analyze_prologue, sh64_push_dummy_call, sh64_extract_return_value,
5182 sh64_pseudo_register_read, sh64_pseudo_register_write,
5183 sh64_frame_prev_register): Update:
5184 * sh-tdep.c (sh_analyze_prologue, sh_push_dummy_call_fpu,
5185 sh_push_dummy_call_nofpu, sh_extract_return_value_nofpu,
5186 sh_store_return_value_nofpu, sh_in_function_epilogue_p): Update.
5187 * solib-darwin.c (darwin_load_image_infos): Update.
5188 * solib-frv.c (fetch_loadmap, lm_base, frv_current_sos, enable_break2,
5189 find_canonical_descriptor_in_load_object): Update.
5190 * solib-irix.c (extract_mips_address, fetch_lm_info, irix_current_sos,
5191 irix_open_symbol_file_object): Update.
5192 * solib-som.c (som_solib_create_inferior_hook, link_map_start,
5193 som_current_sos, som_open_symbol_file_object): Update.
5194 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS, LM_ADDR, LM_NEXT, LM_NAME):
5195 Update.
5196 * solib-svr4.c (read_program_header, scan_dyntag_auxv,
5197 solib_svr4_r_ldsomap): Update.
5198 * sparc64-linux-tdep.c (sparc64_linux_step_trap): Update.
5199 * sparc64obsd-tdep.c (sparc64obsd_supply_uthread,
5200 sparc64obsd_collect_uthread): Update.
5201 * sparc64-tdep.c (sparc64_pseudo_register_read,
5202 sparc64_pseudo_register_write, sparc64_supply_gregset,
5203 sparc64_collect_gregset): Update.
5204 * sparc-linux-tdep.c (sparc32_linux_step_trap): Update.
5205 * sparcobsd-tdep.c (sparc32obsd_supply_uthread,
5206 sparc32obsd_collect_uthread): Update.
5207 * sparc-tdep.c (sparc_fetch_wcookie, sparc32_push_dummy_code,
5208 sparc32_store_arguments, sparc32_return_value, sparc_supply_rwindow,
5209 sparc_collect_rwindow): Update.
5210 * spu-linux-nat.c (parse_spufs_run): Update.
5211 * spu-tdep.c (spu_pseudo_register_read_spu,
5212 spu_pseudo_register_write_spu, spu_pointer_to_address,
5213 spu_analyze_prologue, spu_in_function_epilogue_p,
5214 spu_frame_unwind_cache, spu_push_dummy_call, spu_software_single_step,
5215 spu_get_longjmp_target, spu_get_overlay_table, spu_overlay_update_osect,
5216 info_spu_signal_command, info_spu_mailbox_list, info_spu_dma_cmdlist,
5217 info_spu_dma_command, info_spu_proxydma_command): Update.
5218 * stack.c (print_frame_nameless_args, frame_info): Update.
5219 * symfile.c (read_target_long_array, simple_read_overlay_table,
5220 simple_read_overlay_region_table): Update.
5221 * target.c (debug_print_register): Update.
5222 * tramp-frame.c (tramp_frame_start): Update.
5223 * v850-tdep.c (v850_analyze_prologue, v850_push_dummy_call,
5224 v850_extract_return_value, v850_store_return_value,
5225 * valarith.c (value_binop, value_bit_index): Update.
5226 * valops.c (value_cast): Update.
5227 * valprint.c (val_print_type_code_int, val_print_string,
5228 read_string): Update.
5229 * value.c (unpack_long, unpack_double, unpack_field_as_long,
5230 modify_field, pack_long): Update.
5231 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call,
5232 vax_skip_prologue): Update.
5233 * xstormy16-tdep.c (xstormy16_push_dummy_call,
5234 xstormy16_analyze_prologue, xstormy16_in_function_epilogue_p,
5235 xstormy16_resolve_jmp_table_entry, xstormy16_find_jmp_table_entry,
5236 xstormy16_pointer_to_address, xstormy16_address_to_pointer): Update.
5237 * xtensa-tdep.c (extract_call_winsize, xtensa_pseudo_register_read,
5238 xtensa_pseudo_register_write, xtensa_frame_cache,
5239 xtensa_push_dummy_call, call0_track_op, call0_frame_cache): Update.
5240
5241
5242 * dfp.h (decimal_to_string, decimal_from_string, decimal_from_integral,
5243 decimal_from_floating, decimal_to_doublest, decimal_is_zero): Add
5244 BYTE_ORDER parameter.
5245 (decimal_binop): Add BYTE_ORDER_X, BYTE_ORDER_Y, and BYTE_ORDER_RESULT
5246 parameters.
5247 (decimal_compare): Add BYTE_ORDER_X and BYTE_ORDER_Y parameters.
5248 (decimal_convert): Add BYTE_ORDER_FROM and BYTE_ORDER_TO parameters.
5249 * dfp.c (match_endianness): Add BYTE_ORDER parameter. Use it
5250 instead of current_gdbarch.
5251 (decimal_to_string, decimal_from_integral, decimal_from_floating,
5252 decimal_to_doublest, decimal_is_zero): Add BYTE_ORDER parameter.
5253 Pass it to match_endianness.
5254 (decimal_binop): Add BYTE_ORDER_X, BYTE_ORDER_Y, and BYTE_ORDER_RESULT
5255 parameters. Pass them to match_endianness.
5256 (decimal_compare): Add BYTE_ORDER_X and BYTE_ORDER_Y parameters.
5257 Pass them to match_endianness.
5258 (decimal_convert): Add BYTE_ORDER_FROM and BYTE_ORDER_TO parameters.
5259 Pass them to match_endianness.
5260 * valarith.c (value_args_as_decimal): Add BYTE_ORDER_X and
5261 BYTE_ORDER_Y output parameters.
5262 (value_binop): Update call to value_args_as_decimal.
5263
5264 Update calls to decimal_to_string, decimal_from_string,
5265 decimal_from_integral, decimal_from_floating, decimal_to_doublest,
5266 decimal_is_zero, decimal_binop, decimal_compare and decimal_convert
5267 to pass/receive byte order:
5268 * c-exp.y (parse_number): Update.
5269 * printcmd.c (printf_command): Update.
5270 * valarith.c (value_args_as_decimal, value_binop, value_logical_not,
5271 value_equal, value_less): Update.
5272 * valops.c (value_cast, value_one): Update.
5273 * valprint.c (print_decimal_floating): Update.
5274 * value.c (unpack_long, unpack_double): Update.
5275 * python/python-value.c (valpy_nonzero): Update.
5276
5277
5278 * ada-valprint.c (char_at): Add BYTE_ORDER parameter.
5279 (printstr): Update calls to char_at.
5280 (ada_val_print_array): Likewise.
5281 * valprint.c (read_string): Add BYTE_ORDER parameter.
5282 (val_print_string): Update call to read_string.
5283 * c-lang.c (c_get_string): Likewise.
5284 * charset.h (target_wide_charset): Add BYTE_ORDER parameter.
5285 * charset.c (target_wide_charset): Add BYTE_ORDER parameter.
5286 Use it instead of current_gdbarch.
5287 * printcmd.c (printf_command): Update calls to target_wide_charset.
5288 * c-lang.c (charset_for_string_type): Add BYTE_ORDER parameter.
5289 Pass to target_wide_charset. Use it instead of current_gdbarch.
5290 (classify_type): Add BYTE_ORDER parameter. Pass to
5291 charset_for_string_type. Allow NULL encoding pointer.
5292 (print_wchar): Add BYTE_ORDER parameter.
5293 (c_emit_char): Update calls to classify_type and print_wchar.
5294 (c_printchar, c_printstr): Likewise.
5295
5296
5297 * gdbarch.sh (in_solib_return_trampoline): Convert to type "m".
5298 * gdbarch.c, gdbarch.h: Regenerate.
5299 * arch-utils.h (generic_in_solib_return_trampoline): Add GDBARCH
5300 parameter.
5301 * arch-utils.c (generic_in_solib_return_trampoline): Likewise.
5302 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Likewise.
5303 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Likewise.
5304 (rs6000_skip_trampoline_code): Update call.
5305
5306 * alpha-tdep.h (struct gdbarch_tdep): Add GDBARCH parameter to
5307 dynamic_sigtramp_offset and pc_in_sigtramp callbacks.
5308 (alpha_read_insn): Add GDBARCH parameter.
5309 * alpha-tdep.c (alpha_lds, alpha_sts): Add GDBARCH parameter.
5310 (alpha_register_to_value): Pass architecture to alpha_sts.
5311 (alpha_extract_return_value): Likewise.
5312 (alpha_value_to_register): Pass architecture to alpha_lds.
5313 (alpha_store_return_value): Likewise.
5314 (alpha_read_insn): Add GDBARCH parameter.
5315 (alpha_skip_prologue): Pass architecture to alpha_read_insn.
5316 (alpha_heuristic_proc_start): Likewise.
5317 (alpha_heuristic_frame_unwind_cache): Likewise.
5318 (alpha_next_pc): Likewise.
5319 (alpha_sigtramp_frame_this_id): Pass architecture to
5320 tdep->dynamic_sigtramp_offset callback.
5321 (alpha_sigtramp_frame_sniffer): Pass architecture to
5322 tdep->pc_in_sigtramp callback.
5323 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): Add GDBARCH parameter.
5324 (alphafbsd_sigtramp_offset): Likewise.
5325 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): Add GDBARCH
5326 parameter. Pass to alpha_read_insn.
5327 (alpha_linux_sigtramp_offset): Add GDBARCH parameter. Pass to
5328 alpha_linux_sigtramp_offset_1.
5329 (alpha_linux_pc_in_sigtramp): Add GDBARCH parameter. Pass to
5330 alpha_linux_sigtramp_offset.
5331 (alpha_linux_sigcontext_addr): Pass architecture to alpha_read_insn
5332 and alpha_linux_sigtramp_offset.
5333 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Add GDBARCH parameter.
5334 (alphanbsd_pc_in_sigtramp): Add GDBARCH parameter. Pass to
5335 alphanbsd_sigtramp_offset.
5336 * alphaobsd-tdep.c (alphaobsd_sigtramp_offset): Add GDBARCH parameter.
5337 (alphaobsd_pc_in_sigtramp): Add GDBARCH parameter. Pass to
5338 alpha_read_insn.
5339 (alphaobsd_sigcontext_addr): Pass architecture to
5340 alphaobsd_sigtramp_offset.
5341 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): Add GDBARCH
5342 parameter.
5343
5344 * amd64-tdep.c (amd64_analyze_prologue): Add GDBARCH parameter.
5345 (amd64_skip_prologue): Pass architecture to amd64_analyze_prologue.
5346 (amd64_frame_cache): Likewise.
5347
5348 * arm-tdep.c (SWAP_SHORT, SWAP_INT): Remove.
5349 (thumb_analyze_prologue, arm_skip_prologue, arm_scan_prologue,
5350 thumb_get_next_pc, arm_get_next_pc): Do not use SWAP_ macros.
5351 * arm-wince-tdep.c: Include "frame.h".
5352
5353 * avr-tdep.c (EXTRACT_INSN): Remove.
5354 (avr_scan_prologue): Add GDBARCH argument, inline EXTRACT_INSN.
5355 (avr_skip_prologue): Pass architecture to avr_scan_prologue.
5356 (avr_frame_unwind_cache): Likewise.
5357
5358 * cris-tdep.c (struct instruction_environment): Add BYTE_ORDER member.
5359 (find_step_target): Initialize it.
5360 (get_data_from_address): Add BYTE_ORDER parameter.
5361 (bdap_prefix): Pass byte order to get_data_from_address.
5362 (handle_prefix_assign_mode_for_aritm_op): Likewise.
5363 (three_operand_add_sub_cmp_and_or_op): Likewise.
5364 (handle_inc_and_index_mode_for_aritm_op): Likewise.
5365
5366 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Add GDBARCH parameter.
5367 (frv_linux_sigcontext_reg_addr): Pass architecture to
5368 frv_linux_pc_in_sigtramp.
5369 (frv_linux_sigtramp_frame_sniffer): Likewise.
5370
5371 * h8300-tdep.c (h8300_is_argument_spill): Add GDBARCH parameter.
5372 (h8300_analyze_prologue): Add GDBARCH parameter. Pass to
5373 h8300_is_argument_spill.
5374 (h8300_frame_cache, h8300_skip_prologue): Pass architecture
5375 to h8300_analyze_prologue.
5376
5377 * hppa-tdep.h (struct gdbarch_tdep): Add GDBARCH parameter to
5378 in_solib_call_trampoline callback.
5379 (hppa_in_solib_call_trampoline): Add GDBARCH parameter.
5380 * hppa-tdep.c (hppa64_convert_code_addr_to_fptr): Add GDBARCH
5381 parameter.
5382 (hppa64_push_dummy_call): Pass architecture to
5383 hppa64_convert_code_addr_to_fptr.
5384 (hppa_match_insns): Add GDBARCH parameter.
5385 (hppa_match_insns_relaxed): Add GDBARCH parameter. Pass to
5386 hppa_match_insns.
5387 (hppa_skip_trampoline_code): Pass architecture to hppa_match_insns.
5388 (hppa_in_solib_call_trampoline): Add GDBARCH parameter. Pass to
5389 hppa_match_insns_relaxed.
5390 (hppa_stub_unwind_sniffer): Pass architecture to
5391 tdep->in_solib_call_trampoline callback.
5392 * hppa-hpux-tdep.c (hppa_hpux_search_pattern): Add GDBARCH parameter.
5393 (hppa32_hpux_search_dummy_call_sequence): Pass architecture to
5394 hppa_hpux_search_pattern.
5395 * hppa-linux-tdep.c (insns_match_pattern): Add GDBARCH parameter.
5396 (hppa_linux_sigtramp_find_sigcontext): Add GDBARCH parameter.
5397 Pass to insns_match_pattern.
5398 (hppa_linux_sigtramp_frame_unwind_cache): Pass architecture to
5399 hppa_linux_sigtramp_find_sigcontext.
5400 (hppa_linux_sigtramp_frame_sniffer): Likewise.
5401 (hppa32_hpux_in_solib_call_trampoline): Add GDBARCH parameter.
5402 (hppa64_hpux_in_solib_call_trampoline): Likewise.
5403
5404 * i386-tdep.c (i386_follow_jump): Add GDBARCH parameter.
5405 (i386_analyze_frame_setup): Add GDBARCH parameter.
5406 (i386_analyze_prologue): Add GDBARCH parameter. Pass to
5407 i386_follow_jump and i386_analyze_frame_setup.
5408 (i386_skip_prologue): Pass architecture to i386_analyze_prologue
5409 and i386_follow_jump.
5410 (i386_frame_cache): Pass architecture to i386_analyze_prologue.
5411 (i386_pe_skip_trampoline_code): Add FRAME parameter.
5412 * i386-tdep.h (i386_pe_skip_trampoline_code): Add FRAME parameter.
5413 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): Pass
5414 frame to i386_pe_skip_trampoline_code.
5415
5416 * ia64-tdep.h (struct gdbarch_tdep): Add GDBARCH parameter
5417 to sigcontext_register_address callback.
5418 * ia64-tdep.c (ia64_find_global_pointer): Add GDBARCH parameter.
5419 (ia64_find_unwind_table): Pass architecture to
5420 ia64_find_global_pointer.
5421 (find_extant_func_descr): Add GDBARCH parameter.
5422 (find_func_descr): Pass architecture to find_extant_func_descr
5423 and ia64_find_global_pointer.
5424 (ia64_sigtramp_frame_init_saved_regs): Pass architecture to
5425 tdep->sigcontext_register_address callback.
5426 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Add
5427 GDBARCH parameter.
5428
5429 * iq2000-tdep.c (iq2000_scan_prologue): Add GDBARCH parameter.
5430 (iq2000_frame_cache): Pass architecture to iq2000_scan_prologue.
5431
5432 * lm32-tdep.c (lm32_analyze_prologue): Add GDBARCH parameter.
5433 (lm32_skip_prologue, lm32_frame_cache): Pass architecture to
5434 lm32_analyze_prologue.
5435
5436 * m32r-tdep.c (decode_prologue): Add GDBARCH parameter.
5437 (m32r_skip_prologue): Pass architecture to decode_prologue.
5438
5439 * m68hc11-tdep.c (m68hc11_analyze_instruction): Add GDBARCH parameter.
5440 (m68hc11_scan_prologue): Pass architecture to
5441 m68hc11_analyze_instruction.
5442
5443 * m68k-tdep.c (m68k_analyze_frame_setup): Add GDBARCH parameter.
5444 (m68k_analyze_prologue): Pass architecture to
5445 m68k_analyze_frame_setup.
5446
5447 * m88k-tdep.c (m88k_fetch_instruction): Add BYTE_ORDER parameter.
5448 (m88k_analyze_prologue): Add GDBARCH parameter. Pass byte order
5449 to m88k_fetch_instruction.
5450 (m88k_skip_prologue): Pass architecture to m88k_analyze_prologue.
5451 (m88k_frame_cache): Likewise.
5452
5453 * mep-tdep.c (mep_get_insn): Add GDBARCH parameter.
5454 (mep_analyze_prologue): Pass architecture to mep_get_insn.
5455
5456 * mips-tdep.c (mips_fetch_instruction): Add GDBARCH parameter.
5457 (mips32_next_pc): Pass architecture to mips_fetch_instruction.
5458 (deal_with_atomic_sequence): Likewise.
5459 (unpack_mips16): Add GDBARCH parameter, pass to mips_fetch_instruction.
5460 (mips16_scan_prologue): Likewise.
5461 (mips32_scan_prologue): Likewise.
5462 (mips16_in_function_epilogue_p): Likewise.
5463 (mips32_in_function_epilogue_p): Likewise.
5464 (mips_about_to_return): Likewise.
5465 (mips_insn16_frame_cache): Pass architecture to mips16_scan_prologue.
5466 (mips_insn32_frame_cache): Pass architecture to mips32_scan_prologue.
5467 (mips_skip_prologue): Pass architecture to mips16_scan_prologue
5468 and mips32_scan_prologue.
5469 (mips_in_function_epilogue_p): Pass architecture to
5470 mips16_in_function_epilogue_p and
5471 mips32_in_function_epilogue_p.
5472 (heuristic_proc_start): Pass architecture to mips_fetch_instruction
5473 and mips_about_to_return.
5474 (mips_skip_mips16_trampoline_code): Pass architecture to
5475 mips_fetch_instruction.
5476 (fetch_mips_16): Add GDBARCH parameter.
5477 (mips16_next_pc): Pass architecture to fetch_mips_16.
5478 (extended_mips16_next_pc): Pass architecture to unpack_mips16 and
5479 fetch_mips_16.
5480
5481 * objc-lang.c (read_objc_method, read_objc_methlist_nmethods,
5482 read_objc_methlist_method, read_objc_object, read_objc_super,
5483 read_objc_class): Add GDBARCH parameter.
5484 (find_implementation_from_class): Add GDBARCH parameter, pass
5485 to read_objc_class, read_objc_methlist_nmethods, and
5486 read_objc_methlist_method.
5487 (find_implementation): Add GDBARCH parameter, pass to
5488 read_objc_object and find_implementation_from_class.
5489 (resolve_msgsend, resolve_msgsend_stret): Pass architecture
5490 to find_implementation.
5491 (resolve_msgsend_super, resolve_msgsend_super_stret): Pass
5492 architecture to read_objc_super and find_implementation_from_class.
5493
5494 * ppc64-linux-tdep.c (ppc64_desc_entry_point): Add GDBARCH parameter.
5495 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target,
5496 ppc64_standard_linkage3_target): Pass architecture to
5497 ppc64_desc_entry_point.
5498 * rs6000-tdep.c (bl_to_blrl_insn_p): Add BYTE_ORDER parameter.
5499 (skip_prologue): Pass byte order to bl_to_blrl_insn_p.
5500 (rs6000_fetch_instruction): Add GDBARCH parameter.
5501 (rs6000_skip_stack_check): Add GDBARCH parameter, pass to
5502 rs6000_fetch_instruction.
5503 (skip_prologue): Pass architecture to rs6000_fetch_instruction.
5504
5505 * remote-mips.c (mips_store_word): Return old_contents as host
5506 integer value instead of target bytes.
5507
5508 * s390-tdep.c (struct s390_prologue_data): Add BYTE_ORDER member.
5509 (s390_analyze_prologue): Initialize it.
5510 (extend_simple_arg): Add GDBARCH parameter.
5511 (s390_push_dummy_call): Pass architecture to extend_simple_arg.
5512
5513 * scm-lang.c (scm_get_field): Add BYTE_ORDER parameter.
5514 * scm-lang.h (scm_get_field): Add BYTE_ORDER parameter.
5515 (SCM_CAR, SCM_CDR): Pass SCM_BYTE_ORDER to scm_get_field.
5516 * scm-valprint.c (scm_scmval_print): Likewise.
5517 (scm_scmlist_print, scm_ipruk, scm_scmval_print): Define
5518 SCM_BYTE_ORDER.
5519
5520 * sh64-tdep.c (look_for_args_moves): Add GDBARCH parameter.
5521 (sh64_skip_prologue_hard_way): Add GDBARCH parameter, pass to
5522 look_for_args_moves.
5523 (sh64_skip_prologue): Pass architecture to
5524 sh64_skip_prologue_hard_way.
5525 * sh-tdep.c (sh_analyze_prologue): Add GDBARCH parameter.
5526 (sh_skip_prologue): Pass architecture to sh_analyze_prologue.
5527 (sh_frame_cache): Likewise.
5528
5529 * solib-irix.c (extract_mips_address): Add GDBARCH parameter.
5530 (fetch_lm_info, irix_current_sos, irix_open_symbol_file_object):
5531 Pass architecture to extract_mips_address.
5532
5533 * sparc-tdep.h (sparc_fetch_wcookie): Add GDBARCH parameter.
5534 * sparc-tdep.c (sparc_fetch_wcookie): Add GDBARCH parameter.
5535 (sparc_supply_rwindow, sparc_collect_rwindow): Pass architecture
5536 to sparc_fetch_wcookie.
5537 (sparc32_frame_prev_register): Likewise.
5538 * sparc64-tdep.c (sparc64_frame_prev_register): Likewise.
5539 * sparc32nbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Likewise.
5540 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): Likewise.
5541
5542 * spu-tdep.c (spu_analyze_prologue): Add GDBARCH parameter.
5543 (spu_skip_prologue): Pass architecture to spu_analyze_prologue.
5544 (spu_virtual_frame_pointer): Likewise.
5545 (spu_frame_unwind_cache): Likewise.
5546 (info_spu_mailbox_list): Add BYTE_ORER parameter.
5547 (info_spu_mailbox_command): Pass byte order to info_spu_mailbox_list.
5548 (info_spu_dma_cmdlist): Add BYTE_ORER parameter.
5549 (info_spu_dma_command, info_spu_proxydma_command): Pass byte order
5550 to info_spu_dma_cmdlist.
5551
5552 * symfile.c (read_target_long_array): Add GDBARCH parameter.
5553 (simple_read_overlay_table, simple_read_overlay_region_table,
5554 simple_overlay_update_1): Pass architecture to read_target_long_array.
5555
5556 * v850-tdep.c (v850_analyze_prologue): Add GDBARCH parameter.
5557 (v850_frame_cache): Pass architecture to v850_analyze_prologue.
5558
5559 * xstormy16-tdep.c (xstormy16_analyze_prologue): Add GDBARCH
5560 parameter.
5561 (xstormy16_skip_prologue, xstormy16_frame_cache): Pass architecture
5562 to xstormy16_analyze_prologue.
5563 (xstormy16_resolve_jmp_table_entry): Add GDBARCH parameter.
5564 (xstormy16_find_jmp_table_entry): Likewise.
5565 (xstormy16_skip_trampoline_code): Pass architecture to
5566 xstormy16_resolve_jmp_table_entry.
5567 (xstormy16_pointer_to_address): Likewise.
5568 (xstormy16_address_to_pointer): Pass architecture to
5569 xstormy16_find_jmp_table_entry.
5570
5571 * xtensa-tdep.c (call0_track_op): Add GDBARCH parameter.
5572 (call0_analyze_prologue): Add GDBARCH parameter, pass to
5573 call0_track_op.
5574 (call0_frame_cache): Pass architecture to call0_analyze_prologue.
5575 (xtensa_skip_prologue): Likewise.
5576
5577 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5578
5579 * defs.h (strlen_paddr, paddr, paddr_nz): Remove.
5580 (paddress): Add GDBARCH parameter.
5581 * utils.c (strlen_paddr, paddr, paddr_nz): Remove.
5582 (paddress): Add GDBARCH parameter, use it instead of current_gdbarch.
5583 * ui-out.h (ui_out_field_core_addr): Add GDBARCH parameter.
5584 * ui-out.c (ui_out_field_core_addr): Add GDBARCH parameter,
5585 use it instead of current_gdbarch.
5586
5587 Update calls to ui_out_field_core_addr to pass architecture:
5588 * ada-lang.c (print_one_exception): Update.
5589 * breakpoint.c (print_one_breakpoint_location,
5590 print_one_exception_catchpoint): Update.
5591 * disasm.c (dump_insns): Update.
5592 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
5593 * mi/mi-main.c (mi_cmd_data_read_memory): Update.
5594 * mi/mi-symbol-cmds.c: Include "objfiles.h".
5595 (mi_cmd_symbol_list_lines): Update.
5596 * stack.c (print_frame_info, print_frame): Update.
5597
5598 Update callers of paddress to pass architecture:
5599 * ada-tasks.c (info_task): Update.
5600 * ada-valprint.c (ada_val_print_1): Update.
5601 * annotate.c (annotate_source, annotate_frame_begin): Update.
5602 * breakpoint.c (insert_bp_location, describe_other_breakpoints,
5603 mention): Update.
5604 * cli/cli-cmds.c (edit_command, list_command, print_disassembly):
5605 Update.
5606 * corefile.c (memory_error): Update.
5607 * c-valprint.c (print_function_pointer_address, c_val_print): Update.
5608 * disasm.c (dis_asm_print_address): Update.
5609 * exec.c (print_section_info): Update.
5610 * f-valprint.c (f_val_print): Update.
5611 * infcmd.c: Include "arch-utils.h".
5612 (jump_command, program_info): Update.
5613 * linux-fork.c: Include "arch-utils.h".
5614 (info_forks_command): Update.
5615 * m2-valprint.c (print_function_pointer_address,
5616 print_unpacked_pointer, print_variable_at_address,
5617 m2_val_print): Update.
5618 * m32r-rom.c (m32r_load_section, m32r_load, m32r_upload_command):
5619 Update.
5620 * printcmd.c (print_address, print_address_demangle, address_info):
5621 Update.
5622 * p-valprint.c (pascal_val_print): Update.
5623 * source.c: Include "arch-utils.h".
5624 (line_info): Update.
5625 * stack.c (frame_info, print_block_frame_labels): Update.
5626 * symfile.c (add_symbol_file_command, list_overlays_command): Update.
5627 * symmisc.c (dump_msymbols, dump_psymtab, dump_symtab_1,
5628 print_symbol, print_partial_symbols, maintenance_info_psymtabs,
5629 maintenance_check_symtabs): Update.
5630 * symtab.c (find_pc_sect_symtab): Update.
5631 * target.c (deprecated_debug_xfer_memory): Update.
5632 * tracepoint.c (scope_info): Update.
5633 * tui/tui-stack.c (tui_make_status_line): Update.
5634 * valprint.c (val_print_string): Update.
5635
5636 Update callers of paddr_nz to use paddress instead (keeping
5637 user-visible output identical):
5638 * alpha-tdep.c (alpha_heuristic_proc_start): Update.
5639 * amd64-tdep.c (fixup_riprel, amd64_displaced_step_copy_insn,
5640 amd64_displaced_step_fixup): Update.
5641 * arch-utils.c (simple_displaced_step_copy_insn): Update.
5642 * auxv.c (fprint_target_auxv): Update.
5643 * breakpoint.c (insert_single_step_breakpoint): Update.
5644 * buildsym.c (finish_block): Update.
5645 * cli/cli-dump.c (restore_section_callback): Update.
5646 * fbsd-nat.c (fbsd_find_memory_regions): Update.
5647 * frame.c (frame_unwind_register_value): Update.
5648 * gcore.c (gcore_create_callback): Update.
5649 * hppa-tdep.c (hppa_frame_cache, hppa_skip_trampoline_code): Update.
5650 * i386-tdep.c (i386_displaced_step_fixup, i386_record_modrm,
5651 i386_record_lea_modrm_addr, i386_record_lea_modrm,
5652 i386_process_record): Update.
5653 * ia64-tdep.c (ia64_frame_this_id, ia64_sigtramp_frame_this_id,
5654 ia64_libunwind_frame_this_id, ia64_libunwind_sigtramp_frame_this_id,
5655 ia64_dummy_id, ia64_access_reg, ia64_access_rse_reg): Update.
5656 * infrun.c (displaced_step_prepare, displaced_step_fixup,
5657 handle_inferior_event, insert_step_resume_breakpoint_at_sal,
5658 insert_longjmp_resume_breakpoint): Update.
5659 * linux-nat.c (linux_nat_find_memory_regions): Update.
5660 * linux-record.c (record_linux_system_call): Update.
5661 * mips-tdep.c (heuristic_proc_start, mips_eabi_push_dummy_call,
5662 mips_n32n64_push_dummy_call, mips_o32_push_dummy_call,
5663 mips_o64_push_dummy_call): Update.
5664 * monitor.c (monitor_error, monitor_remove_breakpoint): Update.
5665 * record.c (record_arch_list_add_mem, record_wait,
5666 record_xfer_partial): Update.
5667 * remote-mips.c (mips_fetch_word, mips_check_lsi_error,
5668 mips_common_breakpoint): Update.
5669 * remote-sim.c (gdbsim_xfer_inferior_memory): Update.
5670 * rs6000-tdep.c (ppc_displaced_step_fixup): Update.
5671 * solib-som.c (som_current_sos): Update.
5672 * symfile.c (load_progress, generic_load): Update.
5673 * symfile-mem.c (add_vsyscall_page): Update.
5674 * valops.c (value_fetch_lazy): Update.
5675 * windows-tdep.c (windows_xfer_shared_library): Update.
5676
5677 Update callers of paddr_nz to use paddress instead (changing
5678 user-visible output to make it more correct):
5679 * dwarf2loc.c (locexpr_describe_location): Update.
5680 * ia64-tdep.c (ia64_memory_insert_breakpoint,
5681 ia64_memory_remove_breakpoint): Update.
5682 * jv-valprint.c (java_value_print): Update.
5683 * m32c-tdep.c (m32c_m16c_address_to_pointer): Update.
5684 * monitor.c (monitor_read_memory): Update.
5685
5686 Update callers of paddr to use paddress instead (changing
5687 user-visible output to make it more correct):
5688 * arm-tdep.c (arm_push_dummy_call): Update.
5689 * breakpoint.c (insert_bp_location, create_thread_event_breakpoint,
5690 create_breakpoint): Update.
5691 * darwin-nat-info.c (darwin_debug_regions): Update.
5692 * dcache.c (dcache_info): Update.
5693 * dsrec.c (load_srec, make_srec): Update.
5694 * dwarf2-frame.c (dwarf2_restore_rule, execute_cfa_program,
5695 dwarf2_frame_cache): Update.
5696 * gcore.c (gcore_copy_callback): Update.
5697 * gnu-nat.c (gnu_xfer_memory): Update.
5698 * mips-linux-nat.c (mips_show_dr): Update.
5699 * monitor.c (monitor_write_memory, monitor_insert_breakpoint,
5700 monitor_remove_breakpoint): Update.
5701 * remote.c (compare_sections_command): Update.
5702 * remote-m32r-sdi.c (m32r_xfer_memory, m32r_insert_breakpoint,
5703 m32r_remove_breakpoint, m32r_insert_watchpoint,
5704 m32r_remove_watchpoint): Update.
5705 * sol-thread.c (info_cb): Update.
5706 * symfile.c (load_progress): Update.
5707
5708 Update callers of paddress or paddr_nz to use hex_string instead
5709 (changes output of internal/error/debug messages only):
5710 * dwarf2read.c (dump_die_shallow): Update.
5711 * frame.c (fprint_field, fprint_frame, frame_pc_unwind,
5712 get_frame_func, create_new_frame): Update.
5713 * hppa-tdep.c (find_unwind_entry, unwind_command): Update.
5714 * ia64-tdep.c (get_kernel_table, ia64_find_proc_info_x,
5715 ia64_get_dyn_info_list): Update.
5716 * maint.c (maintenance_translate_address): Update.
5717 * mi/mi-cmd-var.c (mi_cmd_var_create): Update.
5718 * target.c (target_flash_erase): Update.
5719
5720 Update callers of paddr/paddr_nz to use phex/phex_nz instead,
5721 using an appropriate address size. Remove use of strlen_paddr.
5722 * exec.c (exec_files_info): Update.
5723 * i386-nat.c (i386_show_dr): Update.
5724 * remote.c (remote_flash_erase): Update.
5725 * m32r-rom.c (m32r_load_section): Update.
5726 * monitor.c (monitor_vsprintf, monitor_store_register): Update.
5727 * remote.c (remote_check_symbols, remote_search_memory): Update.
5728 * remote-mips.c (mips_request, mips_common_breakpoint): Update.
5729 * scm-valprint.c (scm_ipruk, scm_scmval_print): Update.
5730 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Update.
5731 * sh-tdep.c (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs,
5732 sh2a_show_regs, sh2a_nofpu_show_regs, sh3e_show_regs,
5733 sh3_dsp_show_regs, sh4_show_regs, sh4_nofpu_show_regs,
5734 sh_dsp_show_regs): Update.
5735 * xcoffsolib.c (sharedlibrary_command): Update.
5736
5737
5738 * maint.c (maint_print_section_info): Add ADDR_SIZE parameter.
5739 Use hex_string_custom instead of paddr.
5740 (print_bfd_section_info): Pass address size.
5741 (print_objfile_section_info): Likewise.
5742
5743 * annotate.h (annotate_source): Add GDBARCH parameter.
5744 (annotate_frame_begin): Likewise.
5745 * annotate.c (annotate_source): Add GDBARCH parameter.
5746 (annotate_frame_begin): Likewise.
5747 * source.c (identify_source_line): Update call to annotate_source.
5748 * stack.c (print_frame_info, print_frame): Update call to
5749 annotate_frame_begin.
5750
5751 * breakpoint.c (describe_other_breakpoints): Add GDBARCH parameter.
5752 (create_breakpoint, create_ada_exception_breakpoint): Update call.
5753
5754 * stack.c (print_block_frame_labels): Add GDBARCH parameter.
5755 (print_frame_label_vars): Update call.
5756
5757 * symmisc.c (print_partial_symbols): Add GDBARCH parameter.
5758 (dump_psymtab): Update call to print_partial_symbols.
5759 (struct print_symbol_args): Add GDBARCH member.
5760 (dump_symtab_1): Set print_symbol_args architecture member.
5761 (print_symbol): Use it.
5762
5763 * windows-tdep.h (windows_xfer_shared_library): Add GDBARCH
5764 parameter.
5765 * windows-tdep.c (windows_xfer_shared_library): Likewise.
5766 * i386-cygwin-tdep.c (struct cpms_data): Add GDBARCH member.
5767 (core_process_module_section): Pass architecture from cpms_data to
5768 windows_xfer_shared_library.
5769 (windows_core_xfer_shared_libraries): Initialize cmps_data
5770 architecture member.
5771 * windows-nat.c (windows_xfer_shared_libraries): Pass architecture
5772 to windows_xfer_shared_library.
5773
5774 * defs.h (print_address): Add GDBARCH parameter.
5775 * printcmd.c (print_address): Add GDBARCH parameter.
5776 (print_scalar_formatted, do_examine): Update call.
5777 * findcmd.c (find_command): Update call.
5778 * tracepoint.c: Include "arch-utils.h".
5779 (trace_find_line_command): Update call.
5780 * tui/tui-disasm.c (tui_disassemble): Update call.
5781
5782 * value.h (print_address_demangle): Add GDBARCH parameter.
5783 * printcmd.c (print_address_demangle): Add GDBARCH parameter.
5784 * c-valprint.c (print_function_pointer_address, c_val_print):
5785 Update call.
5786 * f-valprint.c (f_val_print): Update call.
5787 * gnu-v3-abi.c (gnuv3_print_method_ptr): Update call.
5788 * jv-valprint.c (java_val_print): Update call.
5789 * m2-valprint.c (print_function_pointer_address, m2_val_print):
5790 Update call.
5791 * p-valprint.c (pascal_val_print): Update call.
5792
5793 * disasm.c (gdb_disassemble_info): Install architecture into
5794 di.application_data field.
5795
5796 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5797
5798 * disasm.h (gdb_disassembly): Add GDBARCH parameter.
5799 (gdb_print_insn): Likewise.
5800 * disasm.c (dump_insns): Add GDBARCH parameter. Use it instead
5801 of current_gdbarch.
5802 (do_mixed_source_and_assembly): Add GDBARCH parameter. Pass to
5803 dump_insns.
5804 (do_assembly_only): Likewise.
5805 (gdb_disassembly): Add GDBARCH parameter. Use it instead of
5806 current_gdbarch. Pass to subroutines.
5807 (gdb_print_insn): Add GDBARCH parameter. Use it instead of
5808 current_gdbarch.
5809
5810 * stack.c (struct gdb_disassembly_stub_args): Add GDBARCH member.
5811 (gdb_disassembly_stub): Pass architecture to gdb_disassembly.
5812 (do_gdb_disassembly): Add GDBARCH argument. Store into args.
5813 (print_frame_info): Pass architecture to do_gdb_disassembly.
5814
5815 * printcmd.c (print_formatted): Pass architecture to gdb_print_insn.
5816
5817 * mi/mi-cmd-disas.c: Include "arch-utils.h"
5818 (mi_cmd_disassemble): Pass architecture to gdb_disassembly.
5819
5820 * cli/cli-cmds.c: Include "arch-utils.h".
5821 (print_disassembly): Add GDBARCH parameter. Pass to gdb_disassembly
5822 and tui_show_assembly.
5823 (disassemble_current_function): Pass architecture to
5824 tui_get_low_disassembly_address and print_disassembly.
5825 (disassemble_command): Pass architecture to
5826 tui_get_low_disassembly_address and print_disassembly.
5827
5828 * tui/tui.c (tui_show_assembly): Add GDBARCH parameter. Pass to
5829 tui_update_source_windows_with_addr.
5830
5831 * tui/tui-data.h (struct tui_locator_element): Add GDBARCH member.
5832 (struct tui_source_info): Likewise.
5833 * tui/tui-data.c (tui_clear_win_detail): Clear source_info.gdbarch.
5834
5835 * tui/tui-disasm.c (tui_disassemble): Add GDBARCH parameter.
5836 Pass to gdb_print_insn.
5837 (tui_find_disassembly_address): Add GDBARCH parameter. Pass to
5838 tui_disassemble.
5839 (tui_set_disassem_content): Add GDBARCH parameter. Install into
5840 source_info.gdbarch. Pass to tui_disassemble.
5841 (tui_show_disassem): Add GDBARCH parameter. Pass to
5842 tui_update_source_window.
5843 (tui_show_disassem_and_update_source): Add GDBARCH parameter. Pass to
5844 tui_show_disassem and tui_update_source_window.
5845
5846 (tui_get_begin_asm_address): Return locator architecture in addition
5847 to locator PC value.
5848
5849 (tui_get_low_disassembly_address): Add GDBARCH parameter. Pass to
5850 tui_get_low_disassembly_address.
5851
5852 (tui_vertical_disassem_scroll): Pass architecture to subroutines.
5853
5854 * tui/tui-disasm.h (tui_set_disassem_content): Add GDBARCH parameter.
5855 (tui_show_disassem): Likewise.
5856 (tui_show_disassem_and_update_source): Likewise.
5857 (tui_get_begin_asm_address): Return architecture and PC value.
5858
5859 * tui/tui.h (tui_get_low_disassembly_address): Add GDBARCH parameter.
5860 (tui_show_assembly): Add GDBARCH parameter.
5861
5862 * tui/tui-layout.c (extract_display_start_addr): Return current window
5863 architecture in addition to current PC value.
5864
5865 (tui_set_layout): Update calls to tui_get_low_disassembly_address and
5866 extract_display_start_addr. Pass architecture to
5867 tui_update_source_windows_with_addr.
5868
5869 * tui/tui-source.c: Include "objfiles.h".
5870 (tui_set_source_content): Initialize window architecture.
5871 (tui_show_symtab_source): Add GDBARCH parameter. Pass to
5872 tui_update_source_window_as_is
5873
5874 * tui/tui-source.h (tui_show_symtab_source): Add GDBARCH parameter.
5875
5876 * tui/tui-stack.c (tui_set_locator_info): Add GDBARCH parameter.
5877 Install locator architecture.
5878 (tui_set_locator_filename): Update call.
5879 (tui_show_frame_info): Pass architecture to tui_set_locator_info
5880 and subroutines.
5881
5882 * tui/tui-win.c (make_visible_with_new_height): Pass architecture
5883 to tui_update_source_window.
5884
5885 * tui/tui-winsource.c: Include "objfiles.h".
5886 (tui_display_main): Update call to tui_get_begin_asm_address.
5887 Pass architecture to tui_update_source_windows_with_addr.
5888 (tui_update_source_window): Add GDBARCH parameter. Pass to
5889 tui_update_source_window_as_is.
5890 (tui_update_source_window_as_is): Add GDBARCH parameter.
5891 Pass to tui_set_disassem_content.
5892 (tui_update_source_windows_with_addr): Add GDBARCH parameter.
5893 Pass to subroutines.
5894 (tui_update_source_windows_with_line): Pass objfile architecture
5895 to subroutines.
5896 (tui_horizontal_source_scroll): Pass architecture to
5897 tui_update_source_window_as_is.
5898
5899 * tui/tui-winsource.h (tui_update_source_window): Add GDBARCH
5900 parameter.
5901 (tui_update_source_window_as_is): Likewise.
5902 (tui_update_source_windows_with_addr): Likewise.
5903
5904 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5905
5906 * breakpoint.h (struct breakpoint): New member GDBARCH.
5907 * breakpoint.c: Include "arch-utils.h".
5908 (set_raw_breakpoint_without_location): Add GDBARCH parameter.
5909 Use it to set breakpoint architecture.
5910 (set_raw_breakpoint): Add GDBARCH parameter.
5911 (create_internal_breakpoint): Likewise.
5912 (create_catchpoint): Likewise.
5913 (create_fork_vfork_event_catchpoint): Likewise.
5914 (create_breakpoint): Likewise.
5915 (create_breakpoints): Likewise.
5916 (break_command_really): Likewise.
5917 (create_ada_exception_breakpoint): Likewise.
5918 Update local callers to pass architecture:
5919 (create_internal_breakpoint): Update.
5920 (create_overlay_event_breakpoint): Update.
5921 (create_longjmp_master_breakpoint): Update.
5922 (create_thread_event_breakpoint): Update.
5923 (create_solib_event_breakpoint): Update.
5924 (create_catchpoint): Update.
5925 (create_fork_vfork_event_catchpoint): Update.
5926 (set_momentary_breakpoint): Update.
5927 (clone_momentary_breakpoint): Update.
5928 (create_breakpoint): Update.
5929 (create_breakpoints): Update.
5930 (break_command_really): Update.
5931 (break_command_1): Update.
5932 (set_breakpoint): Update.
5933 (watch_command_1): Update.
5934 (catch_fork_command_1): Update.
5935 (catch_exec_commnd_1): Update.
5936 (handle_gnu_v3_exceptions): Update.
5937 (create_ada_exception_breakpoint): Update.
5938 (catch_ada_exception_command): Update.
5939 (catch_assert_command): Update.
5940 (trace_command): Update.
5941
5942 * breakpoint.h (struct bp_location): New member GDBARCH.
5943 * breakpoint.c (get_sal_arch): New function.
5944 (set_raw_breakpoint): Set location architecture.
5945 (add_location_to_breakpoint): Likewise.
5946 (clone_momentary_breakpoint): Likewise.
5947 (watch_command_1): Likewise.
5948 (update_watchpoint): Likewise.
5949 (bp_loc_is_permanent): Use location architecture instead of
5950 current_gdbarch.
5951 (adjust_breakpoint_address): Add GDBARCH parameter; use it
5952 instead of current_gdbarch.
5953 Update callers of adjust_breakpoint_address to pass
5954 breakpoint location architecture:
5955 (set_raw_breakpoint): Update.
5956 (watch_command_1): Update.
5957
5958 * tracepoint.c: (collect_symbol): Add GDBARCH parameter, use instead
5959 of current_gdbarch.
5960 (add_local_symbols): Add GDBARCH parameter. Pass to collect_symbol.
5961 (encode_actions): Pass tracepoint architecture to add_local_symbols
5962 (encode_actions): Use tracepoint architecture instead of
5963 current_gdbarch. Pass it to add_local_symbols and collect_symbol.
5964
5965 * breakpoint.h (struct breakpoint_ops): Replace last_addr parameter
5966 of print_one callback with last_loc.
5967 * breakpoint.c (print_one_breakpoint_location): Replace last_addr
5968 parameter with last_loc.
5969 (print_one_breakpoint): Likewise.
5970 (do_captured_breakpoint_query): Update call.
5971 (breakpoint_1): Pass last_loc instead of last_addr to
5972 print_one_breakpoint. Pass last location architecture instead of
5973 current_gdbarch to set_next_address.
5974 Update all implementations of the print_one callback:
5975 * breakpoint.c (print_one_catch_fork): Update.
5976 (print_one_catch_vfork): Update.
5977 (print_one_catch_exec): Update.
5978 (print_one_exception_catchpoint): Update.
5979 * ada-lang.c (print_one_exception): Update.
5980 (print_one_catch_exception): Update.
5981 (print_one_catch_exception_unhandled): Update.
5982 (print_one_catch_assert): Update.
5983
5984 * breakpoint.c (print_one_breakpoint_location): Add PRINT_ADDRESS_BITS
5985 parameter. Use it instead of gdbarch_addr_bit (current_gdbarch).
5986 (print_one_breakpoint): Add PRINT_ADDRESS_BITS parameter and pass it
5987 to print_one_breakpoint_location.
5988 (breakpoint_address_bits): New function.
5989 (do_captured_breakpoint_query): Compute number of address bits to print
5990 and pass it to print_one_breakpoint.
5991 (breakpoint_1): Likewise. Use it instead of current_gdbarch.
5992
5993 * breakpoint.h (create_thread_event_breakpoint): Add GDBARCH.
5994 * breakpoint.c (create_thread_event_breakpoint): Likewise.
5995 Update callers to create_thread_event_breakpoint:
5996 * aix-thread.c (pd_enable): Update.
5997 * linux-thread-db.c (enable_thread_event): Update.
5998
5999 * breakpoint.h (create_solib_event_breakpoint): Add GDBARCH.
6000 * breakpoint.c (create_solib_event_breakpoint): Likewise.
6001 Update callers to create_solib_event_breakpoint:
6002 * solib-frv.c (enable_break, enable_break2): Update.
6003 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
6004 * solib-som.c (som_solib_create_inferior_hook): Update.
6005 * solib-darwin.c (darwin_solib_create_inferior_hook): Update.
6006 * solib-svr4.c (enable_break): Update.
6007
6008 * breakpoint.h (insert_single_step_breakpoint): Add GDBARCH.
6009 * breakpoint.c (insert_single_step_breakpoint): Likewise.
6010 Update callers to insert_single_step_breakpoint:
6011 * alpha-tdep.c (alpha_software_single_step): Update.
6012 * arm-linux-tdep.c (arm_linux_software_single_step): Update.
6013 * arm-tdep.c (arm_software_single_step): Update.
6014 * cris-tdep.c (cris_software_single_step): Update.
6015 * rs6000-aix-tdep.c (rs6000_software_single_step): Update.
6016 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Update.
6017 * sparc-tdep.c (sparc_software_single_step): Update.
6018 * spu-tdep.c (spu_software_single_step): Update.
6019 * mips-tdep.c (deal_with_atomic_sequence): Add GDBARCH parameter.
6020 Pass it to insert_single_step_breakpoint.
6021 (mips_software_single_step): Pass architecture to
6022 deal_with_atomic_sequence and insert_single_step_breakpoint.
6023
6024 * breakpoint.h (deprecated_insert_raw_breakpoint): Add GDBARCH.
6025 (deprecated_remove_raw_breakpoint): Likewise.
6026 * breakpoint.c (deprecated_insert_raw_breakpoint): Add GDBARCH.
6027 (deprecated_remove_raw_breakpoint): Likewise.
6028 Update callers to deprecated_insert_raw_breakpoint and
6029 deprecated_remove_raw_breakpoint:
6030 * breakpoint.c (single_step_gdbarch): New static variable.
6031 (insert_single_step_breakpoint): Pass GDBARCH parameter to
6032 deprecated_insert_raw_breakpoint. Store it in single_step_gdbarch.
6033 (remove_single_step_breakpoints): Pass architecture stored in
6034 single_step_gdbarch to deprecated_remove_raw_breakpoint.
6035 * rs6000-nat.c (exec_one_dummy_insn): Update.
6036 * solib-irix.c (enable_break, disable_break): Update.
6037 * procfs.c (procfs_mourn_inferior): Update.
6038 (remove_dbx_link_breakpoint): Update.
6039
6040 * breakpoint.h (set_breakpoint): Add GDBARCH parameter.
6041 (set_momentary_breakpoint, set_momentary_breakpoint_at_pc): Likewise.
6042 * breakpoint.c (set_breakpoint): Add GDBARCH parameter.
6043 (set_momentary_breakpoint, set_momentary_breakpoint_at_pc): Likewise.
6044 Update callers to set_breakpoint, set_momentary_breakpoint and
6045 set_momentary_breakpoint_at_pc:
6046 * breakpoint.c (set_momentary_breakpoint_at_pc): Update.
6047 (until_break_command): Update.
6048 * infcall.c (call_function_by_hand): Update.
6049 * infcmd.c (finish_backward, finish_forward): Update.
6050 * infrun.c (insert_step_resume_breakpoint_at_sal): Add GDBARCH
6051 parameter. Pass it to set_momentary_breakpoint.
6052 (insert_longjmp_resume_breakpoint): Add GDBARCH parameter.
6053 Pass it to set_momentary_breakpoint_at_pc.
6054 (handle_inferior_event): Update.
6055 (insert_step_resume_breakpoint_at_frame): Update.
6056 (insert_step_resume_breakpoint_at_caller): Update..
6057 * mi/mi-cmd-break.c: Include "arch-utils.h".
6058 (mi_cmd_break_insert): Update.
6059
6060 * target.h (struct target_ops): Add GDBARCH parameter to
6061 to_insert_breakpoint, to_remove_breakpoint, to_insert_hw_breakpoint,
6062 and to_remove_hw_breakpoint members.
6063 (target_insert_breakpoint, target_remove_breakpoint,
6064 target_insert_hw_breakpoint, target_remove_hw_breakpoint): Add GDBARCH
6065 parameter, pass to target routine.
6066 (memory_remove_breakpoint, memory_insert_breakpoint): Add GDBARCH
6067 parameter.
6068 * target.c (debug_to_insert_breakpoint, debug_to_remove_breakpoint,
6069 debug_to_insert_hw_breakpoint, debug_to_remove_hw_breakpoint): Add
6070 GDBARCH parameter, pass to target routine.
6071 (update_current_target): Update function signature.
6072 * breakpoint.c (insert_bp_location, remove_breakpoint,
6073 deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint):
6074 Pass architecture to target_ routines.
6075 Update all implementations of the target breakpoint routines to take
6076 GDBARCH parameter and use it instead of GDBARCH as appropriate:
6077 * corelow.c (ignore): Update.
6078 * exec.c (ignore): Update.
6079 * mem-break.c (memory_insert_breakpoint): Update.
6080 (memory_remove_breakpoint): Update.
6081 * monitor.c (monitor_insert_breakpoint): Update.
6082 (monitor_remove_breakpoint): Update.
6083 * record.c (record_insert_breakpoint): Update.
6084 (record_beneath_to_insert_breakpoint): Update.
6085 (record_remove_breakpoint): Update.
6086 (record_beneath_to_remove_breakpoint): Update.
6087 * remote.c (remote_insert_breakpoint): Update.
6088 (remote_remove_breakpoint): Update.
6089 (remote_insert_hw_breakpoint): Update.
6090 (remote_remove_hw_breakpoint): Update.
6091 * remote-m32r-sdi.c (m32r_insert_breakpoint): Update.
6092 (m32r_remove_breakpoint): Update.
6093 * remote-mips.c (mips_insert_breakpoint): Update.
6094 (mips_remove_breakpoint): Update.
6095 * i386-nat.c (i386_insert_hw_breakpoint): Update.
6096 (i386_remove_hw_breakpoint): Update.
6097 * nto-procfs.c (procfs_insert_breakpoint): Update.
6098 (procfs_remove_breakpoint): Update.
6099 (procfs_insert_hw_breakpoint): Update.
6100 (procfs_remove_hw_breakpoint): Update.
6101
6102 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6103
6104 * frame.h (frame_unwind_arch): New.
6105 (frame_unwind_caller_arch): Likewise.
6106 * frame-unwind.h (frame_prev_arch_ftype): New type.
6107 (struct frame_unwind): New member prev_arch.
6108 * frame.c (struct frame_info): New member prev_arch.
6109 (frame_unwind_arch): New function.
6110 (frame_unwind_caller_arch): Likewise..
6111 (get_frame_arch): Reimplement in terms of frame_unwind_arch.
6112 * sentinel-frame.c (sentinel_frame_prev_arch): New function.
6113 (sentinel_frame_unwinder): Install it.
6114
6115 * frame.c (frame_pc_unwind): Use frame_unwind_arch instead
6116 of get_frame_arch.
6117 (frame_unwind_register_value): Likewise.
6118 (frame_unwind_register_signed): Likewise.
6119 (frame_unwind_register_unsigned): Likewise.
6120 * frame-unwind.c (frame_unwind_got_optimized): Likewise.
6121 (frame_unwind_got_register): Likewise.
6122 (frame_unwind_got_constant): Likewise.
6123 (frame_unwind_got_bytes): Likewise.
6124 (frame_unwind_got_address): Likewise.
6125
6126 * frame.h (enum frame_type): New value ARCH_FRAME.
6127 * frame.c (fprint_frame_type): Handle ARCH_FRAME.
6128 * stack.c (print_frame_info): Likewise.
6129
6130 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6131
6132 * target.h (struct target_ops): New member to_thread_architecture.
6133 (target_thread_architecture): New macro.
6134 * target.c (update_current_target): Inherit to_thread_architecture.
6135 (default_thread_architecture): New function.
6136 (debug_to_thread_architecture): New function.
6137 (setup_target_debug): Handle to_thread_architecture.
6138
6139 * regcache.h (get_thread_arch_regcache): New.
6140 * regcache.c (struct regcache_list): New data type.
6141 (current_regcache): Hold regcache list instead of single regcache.
6142 (current_thread_ptid, current_thread_arch): New static variables.
6143 (get_thread_arch_regcache): New function.
6144 (get_thread_regcache): Use it. Call target_thread_architecture.
6145 (regcache_thread_ptid_changed): Update to current_regcache changes.
6146 (registers_changed): Likewise. Reset current_thread_arch and
6147 current_thread_ptid.
6148
6149 * remote.c (remote_wait): Access target registers in target_gdbarch.
6150 * linux-nat.c (linux_nat_do_thread_registers): Likewise.
6151 * proc-service.c (ps_lgetregs, ps_lsetregs): Likewise.
6152 (ps_lgetfpregs, ps_lsetfpregs): Likewise.
6153 * sol-thread.c (ps_lgetregs, ps_lsetregs): Likewise.
6154 (ps_lgetfpregs, ps_lsetfpregs): Likewise.
6155 * solib-svr4.c (enable_break): Likewise.
6156 (svr4_relocate_main_executable): Likewise.
6157
6158 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6159
6160 * python/python-internal.h (struct language_defn): Declare.
6161 (python_gdbarch, python_language): Likewise.
6162 (ensure_python_env): Add prototype.
6163 (make_cleanup_py_restore_gil): Remove prototype.
6164
6165 * python/python.c: Include "arch-utils.h", "value.h" and "language.h".
6166 (python_gdbarch, python_language): New global variables.
6167 (struct python_env): New data type.
6168 (ensure_python_env, restore_python_env): New functions.
6169 (eval_python_from_control_command): Call ensure_python_env to
6170 install current architecture and language.
6171 (python_command, gdbpy_new_objfile): Likewise.
6172 * python/python-cmd.c: Include "arch-utils.h" and "language.h".
6173 (cmdpy_destroyer, cmdpy_function, cmdpy_completer): Call
6174 ensure_python_env.
6175 * python/python-type.c (clean_up_objfile_types): Likewise.
6176 * python/python-objfile.c: Include "language.h".
6177 (clean_up_objfile): Call ensure_python_env.
6178 * python/python-prettyprint.c (apply_val_pretty_printer): Likewise.
6179 (apply_varobj_pretty_printer): Do not call PyGILState_Ensure.
6180 * varobj.c (varobj_ensure_python_env): New helper function.
6181 (varobj_get_display_hint, update_dynamic_varobj_children,
6182 install_default_visualizer, varobj_set_visualizer, free_variable,
6183 value_get_print_value): Call it.
6184 (value_get_print_value): Add varobj argument instead of pretty
6185 printer argument. Update all callers.
6186
6187 * python/python-utils.c (py_gil_restore, make_cleanup_py_restore_gil):
6188 Remove.
6189
6190 * value.h (internal_function_fn): Add GDBARCH and LANGUAGE argument.
6191 (call_internal_function): Likewise.
6192 * value.c (call_internal_function): Likewise. Pass to handler.
6193 * eval.c (evaluate_subexp_standard): Update call.
6194 * python/python-function.c: Include "language.h".
6195 (fnpy_call): Add GDBARCH and LANGAUAGE arguments and call
6196 make_cleanup_python_env.
6197
6198 * python/python-value.c (builtin_type_pyint, builtin_type_pyfloat,
6199 builtin_type_pylong, builtin_type_pybool, builtin_type_pychar,
6200 valpy_str): Use python_gdbarch and python_language instead of
6201 current_gdbarch and current_language.
6202 * python/python-type.c (typy_lookup_typename): Likewise.
6203
6204 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6205
6206 * arch-utils.c (selected_byte_order): Return target_byte_order_user.
6207 (show_endian): Use target_byte_order_user if specified; otherwise
6208 use get_current_arch () instead of current_gdbarch.
6209 (show_architecture): Use set_architecture_string if specified;
6210 otherwise use get_current_arch () instead of current_gdbarch.
6211 (get_current_arch): New function.
6212 * arch-utils.h (get_current_arch): Add prototype.
6213
6214 * osabi.c (show_osabi): Use get_current_arch () instead of
6215 current_gdbarch.
6216
6217 * findcmd.c: Include "arch-utils.h".
6218 (parse_find_args): Add BIG_P argument. Use it instead of byte order
6219 of current_gdbarch.
6220 (find_command): Use get_current_arch () instead of current_gdbarch.
6221 Pass byte order to parse_find_args.
6222
6223 * maint.c: Include "arch-utils.h".
6224 (maintenance_print_architecture): Use get_current_arch () instead
6225 of current_gdbarch.
6226
6227 * reggroups.c: Include "arch-utils.h".
6228 (maintenance_print_reggroups): Use get_current_arch () instead
6229 of current_gdbarch.
6230
6231 * symfile.c: Include "arch-utils.h".
6232 (overlay_load_command): Use get_current_arch () instead of
6233 current_gdbarch.
6234
6235 * value.c: Include "arch-utils.h".
6236 (show_convenience): Use get_current_arch () instead of
6237 current_gdbarch.
6238
6239 * tui/tui-regs.c: Include "arch-utils.h".
6240 (tui_reg_next_command): Use get_current_arch () instead of
6241 current_gdbarch.
6242
6243 * mi/mi-main.c: Include "arch-utils.h".
6244 (mi_cmd_data_read_memory): Use get_current_arch () instead of
6245 current_gdbarch.
6246
6247 * parse.c: Include "arch-utils.h".
6248 (parse_exp_in_context): Use get_current_arch () instead of
6249 current_gdbarch.
6250
6251 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6252
6253 * gdbtypes.c (make_pointer_type, make_reference_type,
6254 smash_to_memberptr_type, lookup_array_range_type, check_stub_method):
6255 Use type architecture instead of current_gdbarch.
6256
6257 * gdbtypes.h (address_space_name_to_int, address_space_int_to_name):
6258 Add GDBARCH paramter.
6259 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name):
6260 Add GDBARCH parameter. Use it instead of current_gdbarch.
6261 * c-typeprint.c (c_type_print_modifier): Update call.
6262 * parse.c (push_type_address_space): Likewise.
6263
6264 * findvar.c (extract_typed_address, store_typed_address): Use type
6265 architecture instead of current_gdbarch.
6266
6267 * value.c (value_as_address, unpack_field_as_long): Use type architecture
6268 instead of current_gdbarch.
6269
6270 * doublest.c (floatformat_from_length): Add GDBARCH argument. Use it
6271 instead of current_gdbarch.
6272 (floatformat_from_type): Pass type architecture.
6273
6274 * infcall.c (find_function_addr): Use type architecture instead
6275 of current_gdbarch.
6276
6277 * valarith.c (value_bitstring_subscript, value_x_binop, value_neg,
6278 value_bit_index): Use type architecture instead of current_gdbarch.
6279 * valops.c (value_cast, value_slice): Likewise.
6280
6281 * value.h (modify_field): Add TYPE argument.
6282 * value.c (modify_field): Add TYPE argument. Use type architecture
6283 instead of current_gdbarch.
6284 (set_internalvar_component): Likewise.
6285 * eval.c (evaluate_struct_tuple): Update call.
6286 * valops.c (value_assign): Likewise.
6287 * ada-lang.c (modify_general_field): Likewise. Add TYPE argument.
6288 (make_array_descriptor): Update calls.
6289 (move_bits): Add BITS_BIG_ENDIAN_P argument. Use it instead of
6290 current_gdbarch.
6291 (ada_value_assign, value_assign_to_component): Update calls.
6292 (decode_packed_array, ada_value_primitive_packed_val, ada_value_assign,
6293 value_assign_to_component): Use type arch instead of current_gdbarch.
6294
6295 * printcmd.c (float_type_from_length): Remove GDBARCH argument,
6296 use type architecture instead.
6297 (print_scalar_formatted, printf_command): Update calls. Use type
6298 architecture instead of current_gdbarch.
6299 * valprint.c (val_print_type_code_int): Use type architecture
6300 instead of current_gdbarch.
6301 * varobj.c (value_get_print_value): Likewise.
6302 * python/python-prettyprint.c (print_string_repr): Add GDBARCH
6303 argument. Use it instead of current_gdbarch.
6304 (apply_val_pretty_printer): Update call.
6305
6306 * ada-valprint.c (ada_val_print_1): Use type architecture instead
6307 of current_gdbarch.
6308 * c-valprint.c (print_function_pointer_address): Add GDBARCH argument.
6309 Use it instead of current_gdbarch.
6310 (c_val_print): Update calls passing type architecture.
6311 * f-valprint.c (f_val_print): Use type architecture instead of
6312 current_gdbarch.
6313 * jv-valprint (java_value_print): Likewise.
6314 * m2-valprint.c (print_function_pointer_address): Add GDBARCH argument.
6315 Use it instead of current_gdbarch.
6316 (print_unpacked_pointer): Update calls passing type architecture.
6317 * scm-valprint.c (scm_scmval_print): Use type architecture instead of
6318 current_gdbarch.
6319
6320 * gnu-v3-abi.c (get_class_arch): Remove.
6321 (gnuv3_rtti_type): Use get_type_arch instead of get_class_arch. Remove
6322 special-case check for Java classes.
6323 (gnuv3_virtual_fn_field, gnuv3_baseclass_offset, gnuv3_print_method_ptr,
6324 gnuv3_method_ptr_size, gnuv3_make_method_ptr, gnuv3_method_ptr_to_value):
6325 Use get_type_arch instead of get_class_arch.
6326
6327 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6328
6329 * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros.
6330 (TYPE_OBJFILE, TYPE_ALLOC, TYPE_ZALLOC): Reimplement.
6331 (alloc_type_arch): Add prototype.
6332 (alloc_type_copy): Likewise.
6333 (get_type_arch): Likewise.
6334 (arch_type): Likewise.
6335 (arch_integer_type): Likewise.
6336 (arch_character_type): Likewise.
6337 (arch_boolean_type): Likewise.
6338 (init_float_type): Remove, replace by ...
6339 (arch_float_type): ... this.
6340 (init_complex_type): Remove, replace by ...
6341 (arch_complex_type): ... this.
6342 (init_flags_type): Remove, replace by ...
6343 (arch_flags_type): ... this.
6344 (init_composite_type): Remove, replace by ...
6345 (arch_composite_type): ... this.
6346
6347 * gdbtypes.c (alloc_type): No longer support NULL objfile.
6348 (init_type): Likewise.
6349 (alloc_type_arch): New function.
6350 (alloc_type_copy): New function.
6351 (get_type_arch): New function.
6352
6353 (smash_type): Preserve type ownership information.
6354 (make_pointer_type, make_reference_type, make_function_type,
6355 smash_to_memberptr_type, smash_to_method_type): No longer
6356 preserve OBJFILE across smash_type calls.
6357 (make_pointer_type, make_reference_type, make_function_type,
6358 lookup_memberptr_type, lookup_methodptr_type, allocate_stub_method,
6359 create_range_type, create_array_type, create_set_type, copy_type):
6360 Use alloc_type_copy when allocating types.
6361 (check_typedef): Use alloc_type_arch.
6362 (copy_type_recursive): Likewise. Preserve type ownership data
6363 after copying type.
6364 (recursive_dump_type): Dump type ownership data.
6365 (alloc_type_instance): Update type ownership check.
6366 (copy_type, copy_type_recursive): Likewise.
6367
6368 (arch_type): New function.
6369 (arch_integer_type): Likewise.
6370 (arch_character_type): Likewise.
6371 (arch_boolean_type): Likewise.
6372 (init_float_type): Remove, replace by ...
6373 (arch_float_type): ... this.
6374 (init_complex_type): Remove, replace by ...
6375 (arch_complex_type): ... this.
6376 (init_flags_type): Remove, replace by ...
6377 (arch_flags_type): ... this.
6378 (append_flags_type_flag): Move down.
6379 (init_composite_type): Remove, replace by ...
6380 (arch_composite_type): ... this.
6381 (append_composite_type_field_aligned,
6382 append_composite_type_field): Move down.
6383
6384 * gdbarch.c (gdbtypes_post_init): Allocate all types
6385 using per-architecture routines.
6386 * ada-lang.c (ada_language_arch_info): Likewise.
6387 * f-lang.c (build_fortran_types): Likewise.
6388 * jv-lang.c (build_java_types): Likewise.
6389 * m2-lang.c (build_m2_types): Likewise.
6390 * scm-lang.c (build_scm_types): Likewise.
6391
6392 * ada-lang.c (ada_type_of_array): Use alloc_type_copy.
6393 (packed_array_type): Likewise.
6394 (ada_template_to_fixed_record_type_1): Likewise.
6395 (template_to_static_fixed_type): Likewise.
6396 (to_record_with_fixed_variant_part): Likewise.
6397 (to_fixed_variant_branch_type): Likewise.
6398 (to_fixed_array_type): Likewise.
6399 (to_fixed_range_type): Likewise.
6400 (empty_record): Use type instead of objfile argument.
6401 Use alloc_type_copy.
6402 (to_fixed_variant_branch_type): Update call to empty_record.
6403 * jv-lang.c (type_from_class): Use alloc_type_arch.
6404
6405 * arm-tdep.c (arm_ext_type): Allocate per-architecture type.
6406 * i386-tdep.c (i386_eflags_type, i386_mxcsr_type, i387_ext_type,
6407 i386_mmx_type, i386_sse_type): Likewise.
6408 * ia64-tdep.c (ia64_ext_type): Likewise.
6409 * m32c-tdep.c (make_types): Likewise.
6410 * m68k-tdep.c (m68k_ps_type, m68881_ext_type): Likewise.
6411 * rs6000-tdep.c (rs6000_builtin_type_vec64,
6412 rs6000_builtin_type_vec128): Likewise.
6413 * sparc-tdep.c (sparc_psr_type, sparc_fsr_type): Likewise.
6414 * sparc64-tdep.c (sparc64_pstate_type, sparc64_fsr_type,
6415 sparc64_fprs_type): Likewise.
6416 * spu-tdep.c (spu_builtin_type_vec128): Likewise.
6417 * xtensa-tdep.c (xtensa_register_type): Likewise.
6418 * linux-tdep.c (linux_get_siginfo_type): Likewise.
6419 * target-descriptions.c (tdesc_gdb_type): Likewise.
6420 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
6421
6422 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6423
6424 * i386-tdep.h (struct gdbarch_tdep): Add i386_eflags_type and
6425 i386_mxcsr_type members.
6426 (i386_eflags_type): Make into function.
6427 (i386_mxcsr_type): Likewise.
6428 * i386-tdep.c (i386_eflags_type): Make into function.
6429 (i386_mxcsr_type): Likewise.
6430 (i386_register_type): Update uses.
6431 (i386_init_types): Remove.
6432 (_initialize_i386_tdep): Do not call it.
6433 * amd64-tdep.c (amd64_register_type): Update uses.
6434
6435 * m68k-tdep.h (struct gdbarch_tdep): Add m68k_ps_type member.
6436 * m68k-tdep.c (m68k_ps_type): Make into function.
6437 (m68k_register_type): Update use.
6438 (m68k_init_types): Remove.
6439 (_initialize_m68k_tdep): Do not call it.
6440
6441 * sparc-tdep.h (struct gdbarch_tdep): Add sparc_psr_type,
6442 sparc_fsr_type, sparc64_pstate_type, sparc64_fsr_type, and
6443 sparc64_fprs_type members.
6444 * sparc-tdep.c (sparc_psr_type): Make into function.
6445 (sparc_fsr_type): Likewise.
6446 (sparc32_register_type): Update uses.
6447 (sparc_init_types): Remove.
6448 (_initialize_sparc_tdep): Do not call it.
6449 * sparc64-tdep.c (sparc64_pstate_type): Make into function.
6450 (sparc64_fsr_type): Likewise.
6451 (sparc64_fprs_type): Likewise.
6452 (sparc64_register_type): Update uses.
6453 (sparc64_init_types): Remove.
6454 (_initialize_sparc64_tdep): Likewise.
6455
6456 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6457
6458 * gdbtypes.h (builtin_type_ieee_single, builtin_type_ieee_double,
6459 builtin_type_i387_ext, builtin_type_m68881_ext, builtin_type_arm_ext,
6460 builtin_type_ia64_spill, builtin_type_ia64_quad): Remove.
6461 (init_float_type, init_complex_type): Add prototypes.
6462 * gdbtypes.c (builtin_type_ieee_single, builtin_type_ieee_double,
6463 builtin_type_i387_ext, builtin_type_m68881_ext, builtin_type_arm_ext,
6464 builtin_type_ia64_spill, builtin_type_ia64_quad): Remove.
6465 (_initialize_gdbtypes): Do not initialize them.
6466 (build_flt): Rename to ...
6467 (init_float_type): ... this. Make global.
6468 (build_complex): Rename to ...
6469 (init_complex_type): ... this. Make global. Remove BIT argument.
6470 (gdbtypes_post_init): Update calls.
6471
6472 * ada-lang.c (ada_language_arch_info): Use init_float_type.
6473 * jv-lang.c (build_java_types): Likewise.
6474 * m2-lang.c (build_m2_types): Likewise.
6475 * f-lang.c (build_fortran_types): Use init_float_type and
6476 init_complex_type.
6477
6478 * target-descriptions.c (tdesc_gdb_type): Call init_float_type instead
6479 of using builtin_type_ieee_single, builtin_type_ieee_double, or
6480 builtin_type_arm_ext.
6481
6482 * ia64-tdep.h (struct gdbarch_tdep): Add ia64_ext_type member.
6483 * ia64-tdep.c (builtin_type_ia64_ext): Remove.
6484 (_initialize_ia64_tdep): Do not initialize it.
6485 (floatformat_valid, floatformat_ia64_ext, floatformats_ia64_ext):
6486 Move up.
6487 (ia64_ext_type): New function.
6488 (ia64_register_reggroup_p, ia64_convert_register_p,
6489 ia64_register_to_value, ia64_value_to_register,
6490 ia64_extract_return_value, ia64_store_return_value): Use ia64_ext_type
6491 instead of builtin_type_ia64_ext.
6492
6493 * i386-tdep.h (struct gdbarch_tdep): Add i387_ext_type member.
6494 (i387_ext_type): Add prototype.
6495 * i386-tdep.c (i387_ext_type): New function.
6496 (i386_extract_return_value, i386_store_return_value,
6497 i386_register_type): Use it instead of builtin_type_i387_ext.
6498 * amd64-tdep.c (amd64_register_type): Likewise.
6499 * i387-tdep.c (print_i387_value, i387_register_to_value,
6500 i387_value_to_register): Likewise.
6501 (print_i387_value, print_i387_ext): Add GDBARCH argument.
6502 (print_i387_ext, i387_print_float_info): Pass to subroutines.
6503
6504 * m68k-tdep.h (struct gdbarch_tdep): Add m68881_ext_type member.
6505 * m68k-tdep.c (m68881_ext_type): New function.
6506 (m68k_register_type, m68k_convert_register_p): Use it instead
6507 of builtin_type_m68881_ext.
6508
6509 * arm-tdep.h (struct gdbarch_tdep): Add arm_ext_type member.
6510 * arm-tdep.c (arm_ext_type): New function.
6511 (arm_register_type): Use it instead of builtin_type_arm_ext.
6512
6513 * alpha-tdep.c (alpha_register_type): Use builtin types
6514 instead of builtin_type_ieee_double.
6515
6516 * mips-tdep.c (mips_float_register_type, mips_double_register_type):
6517 Remove.
6518 (mips_register_type): Use builtin types instead of
6519 builtin_type_ieee_single and builtin_type_ieee_double.
6520 (mips_print_fp_register): Use builtin types instead of
6521 mips_float_register_type and mips_double_register_type.
6522
6523 * hppa-tdep.c (hppa32_register_type, hppa64_register_type):
6524 Use builtin types instead of builtin_type_ieee_single and
6525 builtin_type_ieee_double.
6526
6527 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6528
6529 * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8,
6530 builtin_type_int16, builtin_type_uint16, builtin_type_int32,
6531 builtin_type_uint32, builtin_type_int64, builtin_type_uint64,
6532 builtin_type_int128, builtin_type_uint128): Remove.
6533 (struct builtin_type): New members builtin_int0, builtin_int8,
6534 builtin_uint8, builtin_int16, builtin_uint16, builtin_int32,
6535 builtin_uint32, builtin_int64, builtin_uint64, builtin_int128,
6536 and builtin_uint128.
6537 * gdbtypes.c (builtin_type_int0, builtin_type_int8, builtin_type_uint8,
6538 builtin_type_int16, builtin_type_uint16, builtin_type_int32,
6539 builtin_type_uint32, builtin_type_int64, builtin_type_uint64,
6540 builtin_type_int128, builtin_type_uint128): Remove.
6541 (_initialize_gdbtypes): Do not initialize them.
6542 (gdbtypes_post_init): Initialize fixed-size integer types.
6543
6544 * dwarf2expr.c (unsigned_address_type, signed_address_type): Add
6545 GDBARCH argument. Return platform-specific type.
6546 (dwarf2_read_address, execute_stack_op): Update calls.
6547
6548 * target-descriptions.c (tdesc_gdb_type): Use platform-specific types
6549 instead of global builtin_int_... variables.
6550 * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
6551 * printcmd.c (do_examine): Likewise.
6552 * jv-exp.y (parse_number): Likewise.
6553
6554 * alpha-tdep.c (alpha_register_type, alpha_push_dummy_call,
6555 alpha_store_return_value): Likewise.
6556 * amd64-linux-tdep.c (amd64_linux_register_type): Likewise.
6557 * amd64-tdep.c (amd64_register_type): Likewise.
6558 * arm-tdep.c (arm_register_type): Likewise.
6559 * avr-tdep.c (avr_register_type): Likewise.
6560 * cris-tdep.c (cris_register_type, crisv32_register_type): Likewise.
6561 * frv-tdep.c (frv_register_type): Likewise.
6562 * h8300-tdep.c h8300_register_type): Likewise.
6563 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_register_type,
6564 hppa64_register_type): Likewise.
6565 * i386-tdep.c (i386_mmx_type, i386_sse_type): Likewise.
6566 * iq2000-tdep.c (iq2000_register_type): Likewise.
6567 * lm32-tdep.c (lm32_register_type, lm32_push_dummy_call): Likewise.
6568 * m32r-tdep.c (m32r_register_type): Likewise.
6569 * m68hc11-tdep.c (m68hc11_register_type, m68hc11_pseudo_register_read,
6570 m68hc11_pseudo_register_write): Likewise.
6571 * m68k-tdep.c (m68k_register_type): Likewise.
6572 * m88k-tdep.c (m88k_register_type, m88k_store_arguments): Likewise.
6573 * mep-tdep.c (mep_register_type): Likewise.
6574 * mips-tdep.c (mips_register_type, mips_pseudo_register_type,
6575 mips_print_fp_register): Likewise.
6576 * moxie-tdep.c (moxie_register_type): Likewise.
6577 * mt-tdep.c (mt_copro_register_type, mt_register_type): Likewise.
6578 * rs6000-tdep.c (rs6000_builtin_type_vec64,
6579 rs6000_builtin_type_vec128): Likewise.
6580 * score-tdep.c (score_register_type): Likewise.
6581 * sparc-tdep.c (sparc32_register_type, sparc32_store_arguments):
6582 Likewise.
6583 * sparc64-tdep.c (sparc64_register_type, sparc64_store_arguments):
6584 Likewise.
6585 * spu-tdep.c (spu_builtin_type_vec128, spu_register_type): Likewise.
6586 * v850-tdep.c (v850_register_type): Likewise.
6587 * xstormy16-tdep.c (xstormy16_register_type): Likewise.
6588 * xtensa-tdep.c (xtensa_register_type): Likewise.
6589
6590 * mt-tdep.c (struct gdbarch_tdep): New data structure.
6591 (mt_gdbarch_init): Alloc TDEP structures.
6592 (mt_register_type): Cache coprocessor type in TDEP instead of
6593 static global variable.
6594
6595 * xtensa-tdep.h (struct gdbarch_tdep): Add type_entries member.
6596 * xtensa-tdep.c (type_entries): Remove.
6597 (xtensa_register_type): Cache fixed-size types in TDEP instead
6598 of in global variable.
6599
6600 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6601
6602 * gdbtypes.h (builtin_type_true_char): Remove.
6603 (builtin_type_true_unsigned_char): Likewise.
6604 (struct builtin_type): Add builtin_true_char and
6605 builtin_true_unsigned_char members.
6606 * gdbtypes.c (builtin_type_true_char): Remove.
6607 (builtin_type_true_unsigned_char): Likewise.
6608 (_initialize_gdbtypes): Do not initialize them.
6609 (gdbtypes_post_init): Initialize builtin_true_char and
6610 builtin_true_unsigned_char members of builtin_type.
6611
6612 * printcmd.c (print_scalar_formatted): Use builtin_type
6613 members instead of builtin_type_true_char and
6614 builtin_type_true_unsigned_char.
6615 * ada-valprint.c (ada_val_print_1): Likewise.
6616
6617 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6618
6619 * gdbtypes.h (builtin_type_void): Remove.
6620 * gdbtypes.c (builtin_type_void): Remove.
6621 (_initialize_gdbtypes): Do not initialize it.
6622
6623 (safe_parse_type): Add GDBARCH argument. Use it to construct
6624 void return type.
6625 (check_stub_method): Update call.
6626
6627 * infcall.c (call_function_by_hand): Use platform-specific type
6628 instead of builtin_type_void.
6629 * valops.c (value_cast): Use input void type instead of
6630 builtin_type_void.
6631
6632 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6633
6634 * ada-lang.c (assign_component): Use platform-specific integer type
6635 instead of builtin_type_int32 type.
6636 (ada_evaluate_subexp) [OP_ATR_SIZE]: Likewise.
6637
6638 * ax-gdb.c (gen_expr) [UNOP_NEG]: Use platform-specific integer type
6639 instead of builtin_type_int8 type.
6640 * valarith.c (value_x_unop): Likewise.
6641 * python/python-value.c (valpy_absolute): Avoid reference to
6642 builtin_type_int8 type.
6643
6644 * eval.c (evaluate_subexp_standard): Use platform-specific integer
6645 type instead of builtin_type_int8 as EVAL_SKIP return value type.
6646 * ada-lang.c (ada_evaluate_subexp): Likewise.
6647 * jv-lang.c (evaluate_subexp_java): Likewise.
6648 * m2-lang.c (evaluate_subexp_modula2): Likewise.
6649 * scm-lang.c (evaluate_exp): Likewise.
6650
6651 * value.h (value_bitstring): Add INDEX_TYPE argument.
6652 * valops.c (value_bitstring): Add INDEX_TYPE argument, use it instead
6653 of builtin_type_int32 as base range type.
6654 * eval.c (evaluate_subexp_standard): Update value_bitstring call.
6655
6656 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6657
6658 * gdbtypes.c (lookup_array_range_type): Add prototype.
6659 (lookup_string_range_type): Likewise.
6660 * gdbtypes.c (lookup_array_range_type): New function.
6661 (lookup_string_range_type): Likewise.
6662
6663 * ax-gdb.c (gen_repeat): Use lookup_array_range_type.
6664 * parse.c (follow_types): Likewise.
6665 * jv-lang.c (java_array_type): Likewise.
6666 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
6667 * mt-tdep.c (mt_register_type): Likewise.
6668 * sh-tdep.c (sh_sh4_build_float_register_type): Likewise.
6669 * sh64-tdep.c (sh64_build_float_register_type): Likewise.
6670 * value.c (allocate_repeat_value): Likewise.
6671 * valops.c (value_array, value_cstring): Likewise.
6672 * valops.c (value_string): Use lookup_string_range_type.
6673
6674 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6675
6676 * m2-typeprint.c (m2_print_bounds, m2_is_long_set_of_type): Remove
6677 redundant check for NULL TYPE_TARGET_TYPE.
6678 * m2-valprint.c (m2_print_long_set): Likewise.
6679 * p-valprint.c (pascal_type_print_base): Likewise.
6680
6681 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6682
6683 * printcmd.c (next_gdbarch): New static variable.
6684 (set_next_address, do_examine, x_command): Set it.
6685 (decode_format): Use 'a' size to indicate width of an address.
6686 (do_examine): Add GDBARCH argument. Handle 'a' size.
6687 (x_command): Pass architecture to do_examine.
6688 Error if called without argument the first time.
6689 (do_one_display): Pass architecture to do_examine.
6690
6691 (examine_i_type, examine_b_type, examine_h_type, examine_w_type,
6692 examine_g_type): Remove.
6693 (_initialize_printcmd): Do not initialize them.
6694 (do_examine): Use builin_type_int... instead of examine_..._type.
6695
6696 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6697
6698 * gdbtypes.h (struct builtin_type): Add internal_fn member.
6699 * gdbtypes.c (gdbtypes_post_init): Initialize it.
6700 * value.c (internal_fn_type): Remove.
6701 (_initialize_values): Do not initialize it.
6702
6703 * value.c (struct internalvar): Add enum internalvar_kind type and
6704 kind member. Restructure union internalvar_data type. Remove type,
6705 canonical, and make_value members.
6706 (init_if_undefined_command): Update for data structure changes.
6707 (create_internalvar): Likewise.
6708 (create_internalvar_type_lazy): Likewise.
6709 (get_internalvar_integer): Likewise.
6710 (get_internalvar_function): Likewise.
6711 (set_internalvar_component): Likewise.
6712 (set_internalvar): Likewise.
6713 (set_internalvar_integer): Likewise.
6714 (set_internalvar_function): Likewise.
6715 (clear_internalvar): Likewise.
6716 (add_internal_function): Likewise.
6717 (preserve_one_internalvar): New function.
6718 (preserve_values): Call it.
6719
6720 * value.h (value_of_internalvar): Add GDBARCH parameter.
6721 (internalvar_make_value): Likewise.
6722 * value.c (value_of_internalvar): Add GDBARCH parameter. Pass it to
6723 make_value callback. Use it to generate per-architecture result value
6724 types for internal variables with no pre-defined type. Update for data
6725 structure changes.
6726 (show_convenience): Pass architecture to value_of_internalvar.
6727 * eval.c (evaluate_subexp_standard): Likewise.
6728 * infrun.c (siginfo_make_value): Add GDBARCH parameter. Use it
6729 instead of current frame architecture. Return per-architecture type.
6730
6731 * value.h (set_internalvar_string): Add prototype.
6732 * value.c (set_internalvar_string): New function.
6733 * tracepoint.c (set_traceframe_context): Use it.
6734
6735 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6736
6737 * jv-lang.h (java_int_type, java_byte_type, java_short_type,
6738 java_long_type, java_boolean_type, java_char_type, java_float_type,
6739 java_double_type, java_void_type): Remove.
6740 (struct builtin_java_type): New data type.
6741 (builtin_java_type): Add prototype.
6742 (java_primitive_type): Add GDBARCH argument.
6743 (java_primitive_type_from_name): Likewise.
6744 (type_from_class): Likewise.
6745
6746 * jv-lang.c (java_int_type, java_byte_type, java_short_type,
6747 java_long_type, java_boolean_type, java_char_type, java_float_type,
6748 java_double_type, java_void_type): Remove.
6749
6750 (build_java_types, builtin_java_type): New functions.
6751 (java_type_data): New static variable.
6752 (_initialize_java_language): Initialize it. No longer initialize
6753 global types.
6754 (java_language_arch_info): Use per-architecture types.
6755
6756 (java_primitive_type): Add GDBARCH argument. Return per-architecture
6757 type instead of refering to global variable.
6758 (java_primitive_type_from_name): Add GDBARCH argument.
6759 (java_primitive_type_name): New function.
6760 (java_demangled_signature_length): Use it instead of
6761 java_primitive_type_from_name.
6762 (java_demangled_signature_copy): Likewise.
6763
6764 (type_from_class): Add GDBARCH argument. Pass to java_link_class_type,
6765 java_primitive_type, and recursive type_from_class call.
6766 (java_link_class_type): Add GDBARCH argument. Pass to type_from_class
6767 calls. Use per-architecture types instead of global types.
6768
6769 * jv-exp.y (parse_java_type): New define.
6770 Use per-architecture types instead of global types througout.
6771
6772 * jv-valprint.c (java_value_print): Pass architecture to
6773 type_from_class and java_primitive_type_from_name. Use per-
6774 architecture types instead of global types.
6775
6776 2009-07-01 Doug Evans <dje@google.com>
6777
6778 * NEWS: Mention biarch amd64-linux gdbserver and hardware watchpoint
6779 support for i386-linux, amd64-linux, and i386-win32 builds of
6780 gdbserver.
6781
6782 2009-07-01 Nick Roberts <nickrob@snap.net.nz>
6783
6784 * Makefile.in (HFILES_NO_SRCDIR): Remove entries for deleted files.
6785
6786 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6787
6788 * Makefile.in (TARGET_FLAGS_TO_PASS): Include also FORCE_PARALLEL.
6789 (check//%): Construct FORCE_PARALLEL for the sub-make. Extend the
6790 comment for it.
6791
6792 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
6793
6794 gdb/10275
6795 * dwarf2-frame.c (dwarf2_frame_state): Move cfa_offset, cfa_reg,
6796 cfa_how and cfa_exp into regs and adjust users.
6797
6798 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
6799
6800 * dwarf2read.c (inherit_abstract_dies): Work around GCC PR 40573.
6801
6802 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
6803
6804 * mi/mi-cmd-stack.c (parse_print_values): New.
6805 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args): Use the above.
6806
6807 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
6808
6809 * varobj.c (varobj_get_type): Use type_to_string.
6810
6811 2009-06-29 Pedro Alves <pedro@codesourcery.com>
6812
6813 * infrun.c (handle_inferior_event): Context switch to the new
6814 thread when resuming for a new_thread_event.
6815
6816 2009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
6817
6818 * ada-lang.h (ada_convert_actual): Add GDBARCH argument.
6819 * ada-lang.c (convert_actual): Remove stale prototype.
6820 (ensure_lval, make_array_descriptor, ada_convert_actual):
6821 Add GDBARCH argument and pass through to subroutine calls.
6822 (ensure_lval): Use GDBARCH instead of current_gdbarch.
6823 * infcall.c (value_arg_coerce): Update ada_convert_actual call.
6824
6825 2009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
6826
6827 * ada-lang.c (resolve): Use per-architecture void type instead
6828 of platform-independent one.
6829 (ada_evaluate_subexp) [STRUCTOP_STRUCT]: Likewise.
6830 (ada_resolve_function): Reimplement fallback logic to avoid
6831 explicit reference to builtin_type_void.
6832
6833 2009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
6834
6835 * ada-valprint.c (ada_print_scalar): Accept NULL type argument
6836 to indicate scalar should be printed as default integer.
6837 (print_optional_low_bound): Pass NULL to ada_print_scalar to
6838 indicate default integer output.
6839 * ada-typeprint.c (print_range, print_range_bound): Likewise.
6840 (print_choices): Likewise. Thus, accept NULL as val_type.
6841 * ada-lang.c (ada_variant_discrim_type): Return NULL when failed
6842 to look up controlling discriminant name.
6843
6844 2009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
6845
6846 * ada-lang.c (to_fixed_range_type): Add ORIG_TYPE argument.
6847 Fall back to orig_type as index type if symbol lookup fails.
6848 Allocate result types from ORIG_TYPE's objfile.
6849 (ada_array_bound_from_type, to_fixed_array_type,
6850 ada_evaluate_subexp): Pass original index type to
6851 to_fixed_range_type. Do not pass objfile.
6852
6853 * ada-typeprint.c (print_range_type_named): Add ORIG_TYPE argument.
6854 Fall back to orig_type as index type if symbol lookup fails.
6855 (print_array_type, ada_print_type): Pass original index type
6856 to print_range_type_named.
6857
6858 2009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
6859
6860 * ada-lang.c (ada_index_type): Update comment.
6861
6862 2009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
6863
6864 * ada-lang.c (ada_index_type): Make static. Add NAME argument.
6865 Throw error on invalid input arguments. Return NULL if unable
6866 to determine index type.
6867
6868 (ada_array_bound_from_type): Remove TYPEP argument.
6869 (ada_array_bound): Make static. Return LONGEST instead of value.
6870 Update for ada_array_bound_from_type change.
6871 (ada_array_length): Return LONGEST instead of value.
6872 Update for ada_array_bound_from_type change.
6873 (make_array_descriptor): Update for ada_array_bound change.
6874
6875 (ada_evaluate_subexp) [OP_ATR_RANGE, OP_ATR_FIRST, OP_ATR_LAST,
6876 OP_ATR_LENGTH]: Update for ada_array_bound_from_type,
6877 ada_array_bound, ada_array_length, ada_index_type changes.
6878 Always use ada_index_type to compute result type; fall back
6879 to architecture-specific integer type if ada_index_type fails.
6880
6881 * ada-lang.h (ada_index_type): Remove prototype.
6882 (ada_array_bound): Likewise.
6883
6884 2009-06-29 Pedro Alves <pedro@codesourcery.com>
6885
6886 * dbxread.c (read_dbx_symtab): Clear has_line_numbers when ending
6887 a psymtab.
6888
6889 2009-06-29 Tom Tromey <tromey@redhat.com>
6890
6891 * README: Mention parallel check.
6892
6893 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
6894
6895 * dwarf2read.c (read_import_statement): Properly set import location
6896 and destination.
6897 * cp-support.h (cp_add_using, cp_add_using_directive): Now take char*
6898 inner, char* outer arguments. Updated callers.
6899
6900 2009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
6901
6902 * value.h (value_subscript, value_subscripted_rvalue,
6903 value_bitstring_subscript, value_ptradd): Use LONGEST instead
6904 of value as type of the index argument.
6905 (value_ptrsub): Remove.
6906 * valarith.c (value_subscript, value_subscripted_rvalue,
6907 value_bitstring_subscript, value_ptradd): Use LONGEST instead
6908 of value as type of the index argument.
6909 (value_ptrsub): Remove.
6910
6911 * wrapper.h (gdb_value_subscript): Use LONGEST instead of
6912 value as type of the index argument.
6913 * wrapper.c (gdb_value_subscript): Likewise.
6914
6915 Update calls to gdb_value_subscript, value_subscript,
6916 value_subscripted_rvalue, value_bitstring_subscript and
6917 value_ptradd to use LONGEST instead of value as index
6918 argument type. Use value_ptradd instead of value_ptrsub.
6919 * ada-lang.c (ada_value_subscript, ada_value_ptr_subscript,
6920 ada_tag_name_2): Update.
6921 * ada-tasks.c (read_atcb): Update.
6922 * eval.c (evaluate_subexp_standard): Update.
6923 * valarith.c (value_subscript): Update.
6924 * gnu-v2-abi.c (gnuv2_virtual_fn_field): Update.
6925 * gnu-v3-abi.c (gnuv3_get_virtual_fn, gnuv3_baseclass_offset,
6926 gnuv3_method_ptr_to_value): Update.
6927 * jv-lang.c (evaluate_subexp_java): Update.
6928 * m2-lang.c (evaluate_subexp_modula2): Update.
6929 * python/python-value.c (valpy_getitem, valpy_binop): Update.
6930 * wrapper.c (gdb_value_subscript): Update.
6931 * varobj.c (c_describe_child): Update.
6932
6933 2009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
6934
6935 * gdbtypes.h (make_function_type): Remove OBJFILE parameter.
6936 * gdbtypes.c (make_function_type): Remove OBJFILE parameter.
6937 (lookup_function_type): Update call.
6938 * stabsread.c (read_type): Likewise.
6939 * dwarf2read.c (read_subroutine_type): Use lookup_function_type
6940 instead of make_function_type.
6941 * jv-lang.c (type_from_class): Likewise. Do not allocate types
6942 on the fake "dynamics" obstack.
6943
6944 2009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
6945
6946 * gdbtypes.h (struct builtin_type): Remove builtin_core_addr,
6947 nodebug_text_symbol, nodebug_data_symbol, nodebug_unknown_symbol,
6948 and nodebug_tls_symbol members.
6949 (struct objfile_type): New data structure.
6950 (objfile_type): Add prototype.
6951 * gdbtypes.c (gdbtypes_post_init): Remove initialization code
6952 for types no longer in struct builtin_type.
6953 (objfile_type_data): New static variable.
6954 (_initialize_gdbtypes): Initialize it.
6955 (objfile_type): New function.
6956
6957 * gdbtypes.h (builtin_type_error): Remove.
6958 * gdbtypes.c (build_complex): Do not use builtin_type_error.
6959 * symtab.c (builtin_type_error): Remove.
6960 (_initialize_symtab): Remove initialization.
6961
6962 * stabsread.c (dbx_lookup_type, define_symbol, error_type,
6963 rs6000_builtin_type, read_range_type): Use per-objfile types
6964 instead of global or per-architecture builtin types.
6965 * coffread.c (decode_type): Likewise.
6966 * dwarf2read.c (read_array_type, read_tag_string_type,
6967 new_symbol, die_type): Likewise.
6968 * mdebugread.c (parse_symbol, basic_type, upgrade_type,
6969 parse_procedure, psymtab_to_symtab_1): Likewise.
6970 * xcoffread.c (process_xcoff_symbol): Likewise.
6971 * parse.c (write_exp_msymbol): Likewise.
6972
6973 * stabsread.c (rs6000_builtin_type_data): New static variable.
6974 (_initialize_stabsread): Initialize it.
6975 (rs6000_builtin_type): Add OBJFILE argument. Allocate builtin
6976 types per-objfile instead of globally.
6977
6978 * stabsread.c (dbx_lookup_type): Add OBJFILE argument. Use it
6979 instead of current_objfile; pass it to rs6000_builtin_type.
6980 (dbx_alloc_type, read_type, read_range_type): Update calls.
6981 (cleanup_undefined_types_noname): Add OBJFILE argument and
6982 pass it to dbx_lookup_type.
6983 (cleanup_undefined_types): Add OBJFILE argument and pass it
6984 to cleanup_undefined_types_noname.
6985 * stabsread.h (cleanup_undefined_types): Add OBJFILE argument.
6986 * buildsym.c (end_symtab): Update call.
6987
6988 2009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
6989
6990 * darwin-nat-info.c (darwin_debug_regions_recurse): Use
6991 target_gdbarch instead of current_gdbarch.
6992
6993 2009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
6994
6995 * Makefile.in (ALL_64_TARGET_OBS): Add amd64-windows-tdep.o.
6996 (ALL_TARGET_OBS): Add moxie-tdep.o, i386-darwin-tdep.o, and
6997 solib-darwin.o.
6998
6999 * configure.tgt: Add comment.
7000
7001 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
7002
7003 * mi/mi-cmds.c (mi_cmds): Remove unimplemented entries.
7004
7005 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
7006 Jan Kratochvil <jan.kratochvil@redhat.com>
7007
7008 * NEWS: Document inlined function support.
7009 * Makefile.in (SFILES): Add inline-frame.c.
7010 (COMMON_OBS): Add inline-frame.o.
7011 * block.c (contained_in): Rewrite to use lexical nesting.
7012 (block_linkage_function): Skip inlined function blocks.
7013 (block_inlined_p): New.
7014 * block.h (struct block): Update comment.
7015 (block_inlined_p): New prototype.
7016 * blockframe.c (get_frame_block): Handle inlined functions.
7017 (get_frame_function): Do not use block_linkage_function.
7018 (block_innermost_frame): Use get_frame_block and contained_in.
7019 * breakpoint.c (watchpoint_check): Remove extra reinit_frame_cache.
7020 Skip over inlined functions. Simplify epilogue check.
7021 (bpstat_check_breakpoint_conditions): Use get_stack_frame_id.
7022 Update comments.
7023 (set_momentary_breakpoint): Only accept non-inlined frames.
7024 (watch_command_1): Use frame_unwind_caller_pc and
7025 frame_unwind_caller_id instead of get_prev_frame.
7026 (until_break_command): Likewise. Use get_stack_frame_id.
7027 * buildsym.c (end_symtab): Set SYMBOL_SYMTAB for block functions.
7028 * dwarf2loc.c (dwarf_expr_frame_base): Use block_linkage_function.
7029 * dwarf2read.c (process_die): Handle DW_TAG_inlined_subroutine.
7030 (read_func_scope, new_symbol): Likewise. Handle arguments specially
7031 for inlined functions without call site information.
7032 (inherit_abstract_dies): Allow tag mismatch for inlined subroutines.
7033 (die_specification): Treat DW_AT_abstract_origin as a specification.
7034 (read_type_die): Handle DW_TAG_inlined_subroutine.
7035 * frame-unwind.c (frame_unwind_init): Add inline_frame_unwind.
7036 * frame.c (fprint_frame_id): Print inline depth.
7037 (fprint_frame_type): Handle INLINE_FRAME and SENTINEL_FRAME.
7038 (skip_inlined_frames, get_stack_frame_id): New.
7039 (frame_unwind_caller_id): Use skip_inlined_frames.
7040 (frame_id_inlined_p): New.
7041 (frame_id_eq): Make the logic match the comments. Add inline_depth
7042 check.
7043 (frame_id_inner): Handle inlined functions.
7044 (frame_unwind_pc): New function, copied from frame_unwind_caller_pc.
7045 (frame_unwind_caller_pc): Use skip_inlined_frames and frame_unwind_pc.
7046 (get_prev_frame_1): Check for inline frames. Split out frame
7047 allocation to get_prev_frame_raw.
7048 (get_prev_frame_raw): New function.
7049 (get_prev_frame): Handle inline frames.
7050 (get_frame_pc): Use frame_unwind_pc.
7051 (get_frame_address_in_block): Skip inlined frames on both sides.
7052 (pc_notcurrent): Delete.
7053 (find_frame_sal): Rewrite to handle inline call sites. Use
7054 get_frame_address_in_block.
7055 (deprecated_update_frame_pc_hack): Make static.
7056 * frame.h: Update comments.
7057 (struct frame_id): Add inline_depth.
7058 (enum frame_type): Add INLINE_FRAME.
7059 (frame_id_inlined_p, get_stack_frame_id): New prototypes.
7060 * gdbthread.h (struct thread_info): Add step_stack_frame_id field.
7061 * infcmd.c (set_step_frame): New function.
7062 (step_once): Use set_step_frame. Handle inlined functions.
7063 (until_next_command): Use set_step_frame.
7064 (finish_backward), finish_forward): Use get_stack_frame_id.
7065 (finish_command): Support inlined functions.
7066 * inferior.h (set_step_info): New prototype.
7067 * infrun.c (RESUME_ALL): Use minus_one_ptid.
7068 (clear_proceed_status): Clear step_stack_frame_id.
7069 (init_wait_for_inferior): Call clear_inline_frame_state.
7070 (init_execution_control_state): Make static.
7071 (set_step_info): New function.
7072 (init_thread_stepping_state): Do not set the symtab or line here.
7073 (stepped_in_from): New function.
7074 (handle_inferior_event): Handle inlined functions. Use set_step_info.
7075 (insert_step_resume_breakpoint_at_frame): Use get_stack_frame_id.
7076 (struct inferior_status): Add step_stack_frame_id.
7077 (save_inferior_status, restore_inferior_status): Save and restore
7078 step_stack_frame_id.
7079 * inline-frame.c, inline-frame.h: New files.
7080 * minsyms.c (prim_record_minimal_symbol_and_info): Use XCALLOC.
7081 * regcache.c (regcache_write_pc): Call reinit_frame_cache.
7082 * s390-tdep.c (s390_prologue_frame_unwind_cache): Handle INLINE_FRAME.
7083 * stack.c (frame_show_address): New.
7084 (print_frame_info, print_frame): Use it.
7085 (find_frame_funname): Use get_frame_function. Handle inlined blocks.
7086 (frame_info): Mark inlined functions.
7087 (backtrace_command_1): Use get_current_user_frame.
7088 (print_frame_local_vars, print_frame_label_vars): Update comments.
7089 (return_command): Refuse inlined functions.
7090 * symtab.c (lookup_symbol_aux_local): Stop at inlined function
7091 boundaries.
7092 (find_function_start_sal): Avoid inlined functions.
7093 (completion_list_add_fields): New function.
7094 (default_make_symbol_completion_list): Use it. Use block_static_block
7095 and block_global_block. Check for inlined functions.
7096 (skip_prologue_using_sal): Avoid line number comparison across
7097 inlining.
7098 * symtab.h (struct symbol): Add is_inlined.
7099 (SYMBOL_INLINED): New.
7100 * target.c (target_resume): Call clear_inline_frame_state.
7101 * valops.c (value_of_variable): Check block_inlined_p.
7102
7103 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
7104
7105 * frame.c (frame_unwind_id): Renamed to ...
7106 (frame_unwind_caller_id): ... this. All callers updated.
7107 (frame_pc_unwind): Renamed to ...
7108 (frame_unwind_caller_pc): ... this. All callers updated.
7109 * frame.h: Document frame_unwind_caller_WHAT functions.
7110 (frame_unwind_id): Renamed to ...
7111 (frame_unwind_caller_id): ... this.
7112 (frame_pc_unwind): Renamed to ...
7113 (frame_unwind_caller_pc): ... this.
7114 * hppa-tdep.c (hppa_find_unwind_entry_in_block): Correct comment.
7115 * stack.c (parse_frame_specification_1): Do not rely on
7116 frame_unwind_id.
7117
7118 2009-06-27 Michael Snyder <msnyder@vmware.com>
7119
7120 * infrun.c (handle_inferior_event): Improve handling of
7121 reverse-stepping into and over shared library functions.
7122
7123 2009-06-25 Karen Osmond <karen.osmond@gmail.com>
7124
7125 * linespec.c (find_method): Add new not_found_ptr parameter to
7126 bring in line with symtab_from_filename, decode_variable.
7127 (decode_compound): Likewise. Also propagate not_found_ptr to
7128 find_method.
7129 (decode_line_1): Propagate not_found_ptr to decode_compound.
7130 (cplusplus_error): Now throws NOT_FOUND_ERROR.
7131
7132 2009-06-25 Karen Osmond <karen.osmond@gmail.com>
7133
7134 * MAINTAINERS (Write After Approval): Add self.
7135
7136 2009-06-23 Ulrich Weigand <uweigand@de.ibm.com>
7137
7138 * valops.c (value_one): Reimplement broken decimal-float case.
7139
7140 2009-06-23 Ulrich Weigand <uweigand@de.ibm.com>
7141
7142 * eval.c (evaluate_subexp_standard): Use expression architecture
7143 instead of current_gdbarch.
7144
7145 * infrun.c (handle_inferior_event): Avoid unncessary reference
7146 to current_gdbarch and get_current_frame ().
7147
7148 2009-06-23 Ulrich Weigand <uweigand@de.ibm.com>
7149
7150 * breakpoint.h (set_longjmp_breakpoint): Add THREAD argument.
7151 (enum bptype): Add bp_longjmp_master.
7152
7153 * breakpoint.c (create_longjmp_master_breakpoint): New function.
7154 (update_breakpoints_after_exec): Handle bp_longjmp_master
7155 breakpoints. Call create_longjmp_master_breakpoint.
7156 (print_it_typical, bpstat_stop_status, bpstat_what,
7157 print_one_breakpoint_location, allocate_bp_location, mention,
7158 delete_command, breakpoint_re_set_one): Handle bp_longjmp_master.
7159 (breakpoint_re_set): Call create_longjmp_master_breakpoint.
7160 (create_longjmp_breakpoint): Delete.
7161 (set_longjmp_breakpoint): Add THREAD argument. Reimplement
7162 to install momentary clones of bp_longjmp_master breakpoints.
7163
7164 * infcmd.c (step_1): Pass thread to set_longjmp_breakpoint.
7165
7166 2009-06-23 Cary Coutant <ccoutant@google.com>
7167
7168 * dwarf2read.c (dwarf_decode_lines): Ignore rows where is_stmt is 0.
7169 Set basic_block to 0 after a special opcode.
7170
7171 2009-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7172
7173 Fix a regression by the mmap patch from 2009-06-16.
7174 * symfile.c (reread_symbols): Move sym_finish and clear_objfile_data
7175 calls before deleting the OBJFILE obstack. Extend the comment.
7176
7177 2009-06-23 Ulrich Weigand <uweigand@de.ibm.com>
7178
7179 * jv-lang.h (JAVA_OBJECT_SIZE): Remove.
7180 (get_java_object_header_size): Add GDBARCH parameter.
7181 * jv-lang.c (get_java_object_header_size): Add GDBARCH parameter.
7182 Use it instead of current_gdbarch.
7183 (evaluate_subexp_java): Replace JAVA_OBJECT_SIZE with call to
7184 get_java_object_header_size.
7185 * jv-valprint.c (java_value_print): Likewise.
7186
7187 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
7188
7189 * dwarf2read.c (process_die): Handle import statements
7190 (DW_TAG_imported_declaration, case DW_TAG_imported_module)
7191 (read_import_statement): New.
7192 (read_func_scope): Update using_directives to point to current context
7193 (read_lexical_block_scope): Ditto.
7194 * cp-support.h: Added prototype for cp_add_using.
7195 * cp-namespace.c: Removed local context_stack.
7196 (cp_initialize_namespace): Deleted.
7197 (cp_finalize_namespace): Deleted.
7198 (cp_add_using_directive): Use using_directives instead of using_list.
7199 (cp_add_using): No longer static.
7200 * buildsym.h: Created global using_direct variable.
7201 Created using_direct variable in context_stack.
7202 * buildsym.c (finish_block): Set using directives for the block under
7203 construction.
7204 (start_symtab): Removed call to cp_initialize_namespace().
7205 (end_symtab): Removed call to cp_finalize_namespace().
7206 (push_context): Save and reset using_directives.
7207 * block.c (block_using): Return using directives for given
7208 block instead of static block.
7209
7210 2009-06-23 Ulrich Weigand <uweigand@de.ibm.com>
7211
7212 * target-descriptions.h (struct type): Do not declare.
7213 (struct tdesc_type): Declare.
7214 (tdesc_named_type): Change return type to struct tdesc_type *.
7215 (tdesc_record_type): Remove.
7216 (tdesc_create_vector): Add prototype.
7217 (tdesc_create_union): Likewise.
7218 (tdesc_add_field): Likewise.
7219
7220 * target-descriptions.c (struct tdesc_reg): Replace gdb_type
7221 member by tdesc_type member.
7222 (struct tdesc_type_field, tdesc_type_field): Add type and vector def.
7223 (struct tdesc_type, tdesc_type_p): Likewise.
7224 (struct tdesc_arch_reg, tdesc_arch_reg): Likewise.
7225 (struct tdesc_feature): Change type of "types" to VEC(tdesc_type_p).
7226 (struct tdesc_arch_data): Replace registers member by arch_regs.
7227
7228 (tdesc_predefined_types): Change to array of pre-defined
7229 struct tdesc_type structures. Add "code_ptr" and "data_ptr".
7230 (tdesc_named_type): Return struct tdesc_type * instead of GDB type.
7231 (tdesc_gdb_type): New function.
7232
7233 (target_find_description): Update for data structure changes.
7234 (tdesc_data_cleanup): Likewise.
7235 (tdesc_numbered_register): Likewise.
7236 (tdesc_use_registers): Likewise.
7237 (tdesc_create_reg): Likewise.
7238
7239 (tdesc_find_arch_register): New function.
7240 (tdesc_find_register): Use it.
7241 (tdesc_register_type): Use tdesc_gdb_type to generate GDB type from
7242 tdesc_type on demand; cache generated types in tdesc_arch_reg.
7243
7244 (tdesc_free_type): New function.
7245 (tdesc_free_feature): Call it.
7246
7247 (tdesc_create_vector): New function.
7248 (tdesc_create_union): Likewise.
7249 (tdesc_add_field): Likewise.
7250 (tdesc_record_type): Remove.
7251
7252 (tdesc_type_id): Remove.
7253 (maint_print_c_tdesc_cmd): Update for data structure changes. Update
7254 generated code to create tdesc_type structures instead of GDB types.
7255
7256 * xml-tdesc.c: Do not include "gdbtypes.h".
7257 (struct tdesc_parsing_data): Change type of current_union to
7258 struct tdesc_type *.
7259 (tdesc_start_reg): Do not special-case "code_ptr" or "data_ptr".
7260 (tdesc_start_union): Call tdesc_create_union.
7261 (tdesc_start_field): Call tdesc_add_field.
7262 (tdesc_start_vector): Call tdesc_create_vector.
7263 (tdesc_end_union): Remove.
7264 (feature_children): Remove reference to tdesc_end_union.
7265
7266 * features/arm-with-iwmmxt.c: Regenerate.
7267 * features/mips-linux.c: Regenerate.
7268 * features/mips64-linux.c: Regenerate.
7269 * features/rs6000/powerpc-32.c: Regenerate.
7270 * features/rs6000/powerpc-32l.c: Regenerate.
7271 * features/rs6000/powerpc-403.c: Regenerate.
7272 * features/rs6000/powerpc-403gc.c: Regenerate.
7273 * features/rs6000/powerpc-505.c: Regenerate.
7274 * features/rs6000/powerpc-601.c: Regenerate.
7275 * features/rs6000/powerpc-602.c: Regenerate.
7276 * features/rs6000/powerpc-603.c: Regenerate.
7277 * features/rs6000/powerpc-604.c: Regenerate.
7278 * features/rs6000/powerpc-64.c: Regenerate.
7279 * features/rs6000/powerpc-64l.c: Regenerate.
7280 * features/rs6000/powerpc-7400.c: Regenerate.
7281 * features/rs6000/powerpc-750.c: Regenerate.
7282 * features/rs6000/powerpc-860.c: Regenerate.
7283 * features/rs6000/powerpc-altivec32.c: Regenerate.
7284 * features/rs6000/powerpc-altivec32l.c: Regenerate.
7285 * features/rs6000/powerpc-altivec64.c: Regenerate.
7286 * features/rs6000/powerpc-altivec64l.c: Regenerate.
7287 * features/rs6000/powerpc-e500.c: Regenerate.
7288 * features/rs6000/powerpc-e500l.c: Regenerate.
7289 * features/rs6000/powerpc-isa205-32l.c: Regenerate.
7290 * features/rs6000/powerpc-isa205-64l.c: Regenerate.
7291 * features/rs6000/powerpc-isa205-altivec32l.c: Regenerate.
7292 * features/rs6000/powerpc-isa205-altivec64l.c: Regenerate.
7293 * features/rs6000/powerpc-isa205-vsx32l.c: Regenerate.
7294 * features/rs6000/powerpc-isa205-vsx64l.c: Regenerate.
7295 * features/rs6000/powerpc-vsx32.c: Regenerate.
7296 * features/rs6000/powerpc-vsx32l.c: Regenerate.
7297 * features/rs6000/powerpc-vsx64.c: Regenerate.
7298 * features/rs6000/powerpc-vsx64l.c: Regenerate.
7299 * features/rs6000/rs6000.c: Regenerate.
7300
7301 2009-06-23 Joel Brobecker <brobecker@adacore.com>
7302
7303 * ada-lang.c (decode_packed_array): If the value is a pointer to
7304 an array, then use value_ind to dereference it, not ada_value_ind.
7305 (ada_template_to_fixed_record_type_1): Handle the case where a
7306 dynamic field is an aligner type.
7307 (to_fixed_array_type): Add handling for packed array types.
7308 (ada_get_base_type): Do not follow the XVS type if the type is
7309 an aligner type.
7310 (ada_evaluate_subexp): Split a few statements up for clarity
7311 and debuggability.
7312 <OP_FUNCALL>: Add handling of the case of a packed array that
7313 has already been fixed.
7314
7315 2009-06-23 Joel Brobecker <brobecker@adacore.com>
7316
7317 * ada-lang.c (evaluate_subexp): Delete. Use the version from eval.c.
7318 (evaluate_subexp_type): Reimplement using evaluate_subexp.
7319 * value.h (evaluate_subexp): Add declaration.
7320 * eval.c (evaluate_subexp): Make non-static.
7321 * objc-lang.c (print_object_command): Use evaluate_subexp.
7322
7323 2009-06-23 Paul Pluzhnikov <ppluzhnikov@google.com>
7324
7325 Revert 2009-05-14 breakpoint commit (no longer needed).
7326 * breakpoint.h (breakpoint_re_set_objfile): Remove
7327 * breakpoint.c (breakpoint_re_set_objfile): Likewise
7328 (create_overlay_event_breakpoint): Remove objfile parameter,
7329 iterate over all objfiles.
7330 * objfiles.c (objfile_relocate): Update.
7331 * symfile.c (new_symfile_objfile): Likewise.
7332
7333 2009-06-23 Tom Tromey <tromey@redhat.com>
7334
7335 PR gdb/10309:
7336 * c-lang.c (classify_type): Iterate over typedefs.
7337 * c-valprint.c (textual_element_type): Iterate over typedefs.
7338
7339 2009-06-22 Tristan Gingold <gingold@adacore.com>
7340
7341 * darwin-nat.c (darwin_xfer_partial): Use host_address_to_string
7342 instead of "%p".
7343
7344 2009-06-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7345
7346 PR gdb/9988:
7347 * buildsym.c (block_compar): New function.
7348 (end_symtab): Replace the bubble sort by a qsort based code.
7349
7350 2009-06-22 Sami Wagiaalla <swagiaal@redhat.com>
7351
7352 * MAINTAINERS (Write After Approval): Add self.
7353
7354 2009-06-22 Ulrich Weigand <uweigand@de.ibm.com>
7355
7356 * spu-tdep.c (spu_get_longjmp_target): New function.
7357 (spu_gdbarch_init): Install it.
7358
7359 2009-06-22 H.J. Lu <hongjiu.lu@intel.com>
7360
7361 PR server/10306
7362 * remote.c (getpkt_or_notif_sane_1): Initialize val to -1.
7363
7364 2009-06-21 Michael Snyder <msnyder@vmware.com>
7365
7366 * inferior.h: Update ancient comment.
7367
7368 2009-06-20 Aleksandar Ristovski <aristovski@qnx.com>
7369 Pedro Alves <pedro@codesourcery.com>
7370
7371 * solib-svr4.c (IGNORE_FIRST_LINK_MAP_ENTRY): Avoid dereferencing
7372 NULL pointer.
7373 (scan_dyntag): Skip if input bfd isn't elf flavoured.
7374 (locate_base): Call elf_locate_base even without an exec_bfd.
7375
7376 2009-06-19 Samuel Bronson <naesten@gmail.com>
7377
7378 PR cli/9903:
7379 * cli/cli-decode.c (apropos_cmd): Skip traversing abbreviations
7380 for prefix commands to avoid duplicates in the output.
7381
7382 2009-06-19 Samuel Bronson <naesten@gmail.com>
7383
7384 PR cli/9903:
7385 * cli/cli-decode.c (apropos_cmd): Fix avoidance of double
7386 printing.
7387
7388 2009-06-19 Jerome Guitton <guitton@adacore.com>
7389
7390 * breakpoint.c (expand_line_sal_maybe): When explicit_line,
7391 skip prologue on each sals.
7392 (skip_prologue_sal): Return explicit_line and explicit_pc
7393 unmodified.
7394
7395 2009-06-19 Tristan Gingold <gingold@adacore.com>
7396
7397 * darwin-nat.c (_initialize_darwin_inferior): Remove commented-out
7398 line.
7399
7400 2009-06-19 Tristan Gingold <gingold@adacore.com>
7401 * machoread.c (macho_symtab_read): Adjust for bfd changes.
7402 * darwin-nat.h (struct darwin_exception_msg): New type to describe
7403 a mach exception.
7404 (struct private_thread_info): New type to describe the state of the
7405 thread.
7406 (DEF_VEC_I thread_t): Removed, replaced by ...
7407 (DEF_VEC_O darwin_thread_t): ... this new type.
7408 (struct darwin_inferior): Renamed to ...
7409 (struct private_inferior): ... this type. Fields added.
7410 (darwin_not_port): Moved into the private inferior structure.
7411 * darwin-nat.c: Add includes, improve comments.
7412 Rewrite to handle multiple threads and processes.
7413 (darwin_resume_to): New function and protype.
7414 (darwin_resume, darwin_wait_to, darwin_wait): Ditto.
7415 (darwin_kill_inferior): Add ops argument.
7416 (darwin_pid_to_str): New function.
7417 (darwin_thread_alive): Ditto.
7418 (darwin_inf, darwin_not_port): Removed.
7419 (darwin_inf_fake_stop): New variable.
7420 (msgin, msgout, msg_state, exc_msg): Removed.
7421 (mach_check_error): Use warning instead of error.
7422 (darwin_ptrace): Adjust debug level.
7423 (cmp_thread_t): Fix names (typo).
7424 (darwin_check_new_threads): Argument is now an inferior,
7425 adjust for new structures, add no change check, ignore dead ports,
7426 handle first thread case.
7427 (find_inferior_task_it): New function.
7428 (find_inferior_notify_it): Ditto.
7429 (darwin_find_inferior_by_task): Ditto.
7430 (darwin_find_inferior_by_notify): Ditto.
7431 (darwin_find_thread): Ditto.
7432 (darwin_suspend_inferior): Ditto.
7433 (darwin_resume_inferior): Ditto.
7434 (catch_exception_raise_state): Removed.
7435 (catch_exception_raise_state_identity): Removed.
7436 (darwin_suspend_inferior_it): New function.
7437 (darwin_resume_inferior_it): Ditto.
7438 (darwin_dump_message): New function, extracted from darwin_wait.
7439 (darwin_decode_exception_message): New function.
7440 (darwin_encode_reply): New function.
7441 (catch_exception_raise): Removed.
7442 (darwin_send_reply): New function, extracted from darwin_resume.
7443 (darwin_resume_thread): New function, extracted from darwin_resume.
7444 (struct resume_inferior_threads_param): New type.
7445 (darwin_resume_inferior_threads_it): New function.
7446 (darwin_resume_inferior_threads): New function.
7447 (darwin_suspend_inferior_threads): New function.
7448 (darwin_resume): Mostly rewritten to handle multiple threads and
7449 some corner cases.
7450 (darwin_decode_message): New function extracted from darwin_wait.
7451 (cancel_breakpoint): New function.
7452 (darwin_wait): Mostly rewritten. Handle multiple threads.
7453 (darwin_mourn_inferior): Adjust for per process structures.
7454 (darwin_reply_to_all_pending_messages): New function.
7455 (darwin_stop_inferior): Adjust for per inferior structures.
7456 (darwin_attach_pid): Ditto.
7457 (darwin_init_thread_list): Ditto.
7458 (darwin_attach): Ditto.
7459 (darwin_detach): Ditto.
7460 (darwin_files_info): Now empty.
7461 (darwin_pid_to_str): Adjust returns string to match one expected by
7462 the testsuite.
7463 (darwin_read_write_inferior): Rename err variable to match other uses.
7464 Adjust debug message. Handle submaps.
7465 (darwin_xfer_memory): Adjust for per inferior structures.
7466 (set_enable_mach_exceptions): Ditto.
7467 (darwin_pid_to_exec_file): New function.
7468 (darwin_get_ada_task_ptid): Ditto.
7469 (darwin_supports_multi_process): Ditto.
7470 (_initialize_darwin_inferior): Remove useless assertion, adjust for
7471 per inferior structures. Add new target operations.
7472
7473 2009-06-18 Hui Zhu <teawater@gmail.com>
7474 Michael Snyder <msnyder@vmware.com>
7475
7476 * infrun.c (handle_inferior_event): Improve reverse stepping
7477 through function epilogue.
7478
7479 * infrun.c (handle_inferior_event): Reverse-next through
7480 trampoline.
7481
7482 2009-06-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7483
7484 * dwarf2-frame.c (struct comp_unit): Use bfd_size_type for
7485 dwarf_frame_size.
7486
7487 2009-06-17 Tom Tromey <tromey@redhat.com>
7488
7489 * dwarf2read.c (zlib_decompress_section): Use a cleanup.
7490
7491 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
7492
7493 * gdbarch.sh (pointer_to_address): Change to type 'm'.
7494 (address_to_pointer): Likewise.
7495 * gdbarch.c, gdbarch.h: Regenerate.
7496
7497 * inferior.h (unsigned_pointer_to_address): Add GDBARCH argument.
7498 (signed_pointer_to_address): Likewise.
7499 (unsigned_address_to_pointer, address_to_signed_pointer): Likewise.
7500 * findvar.c (unsigned_pointer_to_address): Likewise.
7501 (signed_pointer_to_address): Likewise.
7502 (unsigned_address_to_pointer, address_to_signed_pointer): Likewise.
7503
7504 * avr-tdep.c (avr_address_to_pointer): Likewise.
7505 (avr_pointer_to_address): Likewise.
7506 * iq2000-tdep.c (iq2000_pointer_to_address): Likewise.
7507 (iq2000_address_to_pointer): Likewise.
7508 * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
7509 (m32c_m16c_pointer_to_address): Likewise.
7510 * spu-tdep.c (spu_pointer_to_address): Likewise.
7511 * xstormy16-tdep.c (xstormy16_pointer_to_address): Likewise.
7512 (xstormy16_address_to_pointer): Likewise.
7513
7514 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
7515
7516 * printcmd.c (print_scalar_formatted): Always truncate
7517 unsigned data types.
7518
7519 * cli-dump.c (struct callback_data): Change type of load_offset
7520 to CORE_ADDR.
7521 (restore_binary_file): Update type casts.
7522 (restore_command): Parse load_offset as address, not long.
7523
7524 * utils.c (string_to_core_addr): Do not sign-extend value.
7525 * varobj.c (find_frame_addr_in_frame_chain): Truncate frame_base
7526 before comparing against requested frame address.
7527
7528 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
7529
7530 * gdbarch.sh (gcore_bfd_target): New gdbarch callback.
7531 * gdbarch.h, gdbarch.c: Regenerate.
7532
7533 * gcore.c (default_gcore_target): Make return value const.
7534 Call gdbarch_gcore_bfd_target if present.
7535 (default_gcore_arch, default_gcore_mach): Use target_gdbarch.
7536
7537 * corelow.c (core_read_description): Call gdbarch_core_read_description
7538 on core_gdbarch instead of current_gdbarch.
7539
7540 * ppc-linux-tdep.c (ppc_linux_init_abi): Install gcore_bfd_target.
7541
7542 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
7543
7544 * gdbtypes.c (create_string_type): Receive character type as argument.
7545 * gdbtypes.h (create_string_type): Add character type argument.
7546 * dwarf2read.c (read_tag_string_type): Pass character type to
7547 create_string_type.
7548
7549 * value.h (value_string): Add character type argument.
7550 * valops.c (value_string): Add character type argument. Pass it to
7551 create_string_type. Do not allocate space in inferior.
7552 * valarith.c (value_concat): Pass character type to value_string.
7553
7554 * value.h (value_typed_string): Rename to ...
7555 (value_cstring): ... this.
7556 * valops.c (value_typed_string): Rename to ...
7557 (value_cstring): ... this.
7558 * c-lang.c (evaluate_subexp_c): Update.
7559
7560 * python/python-value.c (builtin_type_pychar): New define.
7561 (convert_value_from_python): Call value_cstring instead
7562 of value_from_string.
7563 * value.c (value_from_string): Remove.
7564 * value.h (value_from_string): Remove.
7565
7566 * eval.c (evaluate_subexp_standard): Pass character type to
7567 value_string. Pass expression architecture to value_nsstring
7568 and lookup_child_selector.
7569 * objc-lang.h (lookup_objc_class): Add GDBARCH parameter.
7570 (lookup_child_selector): Likewise.
7571 (value_nsstring): Likewise.
7572 * objc-lang.c (lookup_objc_class): Add GDBARCH parameter.
7573 Pass character type to value_string..
7574 (lookup_child_selector): Likewise.
7575 (value_nsstring): Add GDBARCH parameter, use it instead of
7576 objfile architecture. Pass architecture to lookup_objc_class
7577 and lookup_child_selector. Pass character type to value_string.
7578 (end_msglist): Pass architecture to lookup_objc_class.
7579 * objc-exp.y: Pass architecture to lookup_objc_class.
7580
7581 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
7582
7583 * gdbtypes.h (struct language_defn): Add forward declaration.
7584 (lookup_typename): Add LANGUAGE and GDBARCH parameters.
7585 (lookup_unsigned_typename): Likewise.
7586 (lookup_signed_typename): Likewise.
7587 * gdbtypes.c (lookup_typename): Add LANGUAGE and GDBARCH parameters.
7588 Use them instead of current_language and current_gdbarch.
7589 (lookup_unsigned_typename): Add LANGUAGE and GDBARCH parameters.
7590 Pass them to lookup_typename.
7591 (lookup_signed_typename): Likewise.
7592
7593 * c-exp.y: Pass parse_language and parse_gdbarch to
7594 lookup_unsigned_typename and lookup_signed_typename.
7595 * objc-exp.y: Likewise.
7596 * m2-exp.y: Pass parse_language and parse_gdbarch to lookup_typename.
7597
7598 * c-lang.c (evaluate_subexp_c): Pass expression language and
7599 gdbarch to lookup_typename.
7600 * printcmd.c (printf_command): Pass current language and
7601 gdbarch to lookup_typename.
7602 * python/python-type.c (typy_lookup_typename): Likewise.
7603 Include "language.h".
7604
7605 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
7606
7607 * sparc64-nat.c (sparc64_gregset_supplies_p): Add GDBARCH parameter.
7608 Use it instead of current_gdbarch. Pass architecture to
7609 sparc32_gregset_supplies_p.
7610 (sparc64_fpregset_supplies_p): Add GDBARCH parameter. Use it instead
7611 of current_gdbarch. Pass architecture to sparc32_fpregset_supplies_p.
7612 * sparc64nbsd-nat.c (sparc64nbsd_gregset_supplies_p,
7613 sparc64nbsd_fpregset_supplies_p): Likewise.
7614 * sparc-nat.c (sparc_gregset_supplies_p, sparc_fpregset_supplies_p):
7615 Add GDBARCH parameter.
7616 (sparc32_gregset_supplies_p, sparc32_fpregset_supplies_p): Likewise.
7617 (sparc_fetch_inferior_registers): Pass regcache architecture to
7618 sparc_gregset_supplies_p and sparc_fpregset_supplies_p.
7619 (sparc_store_inferior_registers): Likewise.
7620 * sparc-nat.h (sparc_gregset_supplies_p, sparc_fpregset_supplies_p:
7621 Add GDBARCH parameter.
7622 (sparc32_gregset_supplies_p, sparc32_fpregset_supplies_p): Likewise.
7623
7624 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
7625
7626 * ada-tasks.c (read_known_tasks_array): Use target_gdbarch instead
7627 of current_gdbarch.
7628 * aix-thread.c (pd_enable): Likewise.
7629 * amd64-linux-nat.c (ps_get_thread_area): Likewise.
7630 * bsd-uthread.c (bsd_uthread_activate): Likewise.
7631 * linux-nat.c (linux_nat_info_proc_cmd): Likewise.
7632 * linux-thread-db.c (enable_thread_event): Likewise.
7633 * monitor.c (monitor_write_memory, monitor_read_memory): Likewise.
7634 * nto-procfs.c (procfs_open): Likewise.
7635 * procfs.c (invalidate_cache, procfs_insert_watchpoint,
7636 info_proc_mappings, info_mappings_callback): Likewise.
7637 * record.c (record_open): Likewise.
7638 * rs6000-nat.c (ARCH64): Likewise.
7639 * solib-darwin.c (darwin_solib_create_inferior_hook): Likewise.
7640 (darwin_bfd_open): Likewise.
7641 * memattr.c (mem_info_command): Likewise.
7642
7643 * windows-nat.c (win32_resume): Use current regcache architecture
7644 instead of current_gdbarch.
7645
7646 * dbug-rom.c (dbug_regname): Remove check against number of
7647 registers in current_gdbarch.
7648 * solib-pa64.c (read_dynamic_info): Remove unused variable.
7649
7650 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
7651
7652 * dummy-frame.c (deprecated_pc_in_call_dummy): Add GDBARCH parameter,
7653 use it instead of current_gdbarch.
7654 * frame.h (deprecated_pc_in_call_dummy): Add GDBARCH parameter.
7655 * arm-tdep.c (arm_skip_prologue): Pass architecture to
7656 deprecated_pc_in_call_dummy.
7657
7658 * symtab.c (skip_prologue_using_sal): Add GDBARCH parameter.
7659 Use it instead of current_gdbarch.
7660 * symtab.h (skip_prologue_using_sal): Add GDBARCH parameter.
7661 * breakpoint.c (expand_line_sal_maybe): Pass architecture to
7662 skip_prologue_using_sal.
7663 * arm-tdep.c (skip_prologue_using_sal): Likewise.
7664 * lm32-tdep.c (lm32_skip_prologue): Likewise.
7665 * m32-tdep.c (m32c_skip_prologue): Likewise.
7666 * mips-tdep.c (mips_skip_prologue): Likewise.
7667 * moxie-tdep.c (moxie_skip_prologue): Likewise.
7668 * mt-tdep.c (mt_frame_unwind_cache): Likewise.
7669 * rs6000-tdep.c (rs6000_skip_prologue): Likewise.
7670 * frv-tdep.c (frv_analyze_prologue): Add GDBARCH parameter, pass
7671 it to skip_prologue_using_sal. Update call sites ...
7672 (frv_skip_prologue, frv_frame_unwind_cache): ... here.
7673
7674 * mn10300-tdep.c (struct mn10300_prologue): Add GDBARCH member.
7675 (check_for_saved): Use it instead of current_gdbarch.
7676 (mn10300_analyze_prologue): Set it.
7677
7678 * value.c (using_struct_return): Add GDBARCH parameter. Use it
7679 instead of current_gdbarch.
7680 * value.h (using_struct_return): Add GDBARCH parameter.
7681 * eval.c (evaluate_subexp_standard): Pass architecture to
7682 using_struct_return.
7683 * infcall.c (call_function_by_hand): Likewise.
7684 * stack.c (return_command): Likewise.
7685 * sparc-tdep.c (sparc32_push_dummy_code): Likewise.
7686
7687 * symtab.c (in_prologue): Add GDBARCH parameter. Use it instead of
7688 current_gdbarch.
7689 * symtab.h (in_prologue): Add GDBARCH parameter.
7690 * infrun.c (handle_inferior_event): Pass architecture to in_prologue.
7691
7692 * eval.c (evaluate_subexp_standard): Use expression architecture
7693 instead of current_gdbarch.
7694
7695 * c-lang.c (evaluate_subexp_c): Use expression architecture and
7696 language instead of current_gdbarch and current_language.
7697
7698 * printcmd.c (do_one_display): Use expression architecture instead
7699 of current_gdbarch.
7700
7701 * infcmd.c (print_return_value): Use architecture of stop_regcache
7702 instead of current_gdbarch.
7703 (print_vector_info, print_float_info): Remove GDBARCH argument,
7704 use frame architecture instead.
7705 (vector_info, float_info): Update calls.
7706
7707 * objc-lang.c (objc_skip_trampoline): Use frame architecture
7708 instead of current_gdbarch.
7709
7710 * parse.c (write_dollar_variable): Use parse architecture instead
7711 of current_gdbarch.
7712
7713 * source.c (line_info): Use objfile architecture instead of
7714 current_gdbarch.
7715
7716 * symtab.c (find_function_start_sal): Use gdbarch instead of
7717 current_gdbarch.
7718 (print_msymbol_info): Use objfile architecture instead of
7719 current_gdbarch.
7720
7721 * valops.c (value_assign): Use frame architecture instead of
7722 current_gdbarch.
7723
7724 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
7725
7726 * buildsym.c (record_line): Remove call to gdbarch_addr_bits_remove.
7727
7728 * coffread.c (coff_symtab_read): Call gdbarch_addr_bits_remove before
7729 calling record_line.
7730 (enter_linenos): Likewise.
7731 * dbxread.c (process_one_symbol): Likewise.
7732 * dwarf2read.c (dwarf_decode_lines): Likewise.
7733 * mdebugread.c (psymtab_to_symtab_1): Likewise.
7734 * xcoffread.c (enter_line_range): Likewise.
7735
7736 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
7737
7738 * ax-gdb.c (gen_bitfield_ref): Add EXP argument, use expression
7739 architecture instead of current_gdbarch.
7740 (gen_struct_ref): Add EXP argument, pass to get_bitfield_ref.
7741 (gen_expr): Pass expression to get_struct_ref.
7742
7743 * symtab.h (struct symbol_ops): Add GDBARCH parameter to
7744 tracepoint_var_ref callback.
7745 * ax-gdb.c (gen_var_ref): Pass architecture to tracepoint_var_ref
7746 symbol operation callback.
7747 * dwarf2loc.c (dwarf2_tracepoint_var_ref): Add GDBARCH parameter.
7748 Use it instead of current_gdbarch.
7749 (locexpr_tracepoint_var_ref): Add GDBARCH parameter. Pass it to
7750 dwarf2_tracepoint_var_ref.
7751 (loclist_tracepoint_var_ref): Likewise.
7752
7753 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
7754
7755 * prologue-value.c (make_pv_area): Add ADDR_BIT argument.
7756 Use it instead of address bits of current_gdbarch.
7757 * prologue-value.c (make_pv_area): Add ADDR_BIT argument.
7758 * arm-tdep.c (thumb_analyze_prologue): Pass address bits to
7759 make_pv_area.
7760 (arm_scan_prologue): Likewise.
7761 * m32c-tdep.c (m32c_analyze_prologue): Likewise.
7762 * mep-tdep.c (mep_analyze_prologue): Likewise.
7763 * mn10300-tdep.c (mn10300_analyze_prologue): Likewise.
7764 * s390-tdep.c (s390_analyze_prologue): Likewise.
7765
7766 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
7767
7768 * mi/mi-main.c (mi_cmd_data_list_register_names): Use selected
7769 frame architecture instead of current_gdbarch.
7770 (mi_cmd_data_list_changed_registers): Likewise.
7771 (mi_cmd_data_list_register_values): Likewise. Pass selected
7772 frame to get_register.
7773 (get_register): Add FRAME argument, use it as frame to retrieve
7774 registers from (instead of selected frame). Use frame architecture
7775 instead of current_gdbarch.
7776 (mi_cmd_data_write_register_values): Use current regcache
7777 architecture instead of current_gdbarch.
7778
7779 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
7780
7781 * tui/tui-regs.c (tui_show_register_group): Remove GDBARCH parameter;
7782 use frame architecture instead. Replace current_gdbarch uses.
7783 (tui_show_registers): Update call.
7784 (tui_get_register): Remove GDBARCH parameter; use frame architecture
7785 instead.
7786 (tui_show_register_group): Update call.
7787 (tui_check_register_values): Likewise.
7788 (tui_register_format): Remove GDBARCH parameter; use frame
7789 architecture instead. Replace current_gdbarch uses.
7790 (tui_get_register): Update call.
7791
7792 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
7793
7794 * gdbarch.sh (construct_inferior_arguments): Remove.
7795 * gdbarch.c, gdbarch.h: Regenerate.
7796 * infcmd.c (get_inferior_args): Call construct_inferior_arguments
7797 directly instead of gdbarch_construct_inferior_arguments.
7798 (construct_inferior_arguments): Remove GDBARCH argument.
7799 * inferior.h (construct_inferior_arguments): Likewise.
7800
7801 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
7802
7803 * symfile.c (section_is_mapped): Use objfile architecture instead
7804 of current_gdbarch.
7805 (TARGET_LONG_BYTES): Remove.
7806 (read_target_long_array): Add SIZE argument. Use it instead of
7807 TARGET_LONG_BYTES.
7808 (simple_read_overlay_table): Retrieve long size from objfile
7809 architecture; pass it to read_target_long_array.
7810 (simple_read_overlay_region_table): Likewise.
7811 (simple_overlay_update_1): Likewise.
7812
7813 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
7814
7815 * infrun.c (cleanup_displaced_step_closure): Remove.
7816 (displaced_step_clear_cleanup): Move to before displaced_step_prepare.
7817 (displaced_step_prepare): Use displaced_step_clear_cleanup instead
7818 of cleanup_displaced_step_closure.
7819 (handle_inferior_event, keep_going): Use thread architecture instead
7820 of current_gdbarch.
7821
7822 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
7823
7824 * infrun.c (handle_inferior_event): Use current frame architecture
7825 or thread architecture instead of current_gdbarch. Pass to
7826 handle_step_into_function and handle_step_into_function_backward.
7827 (handle_step_into_function): Add GDBARCH parameter. Use it instead
7828 of current_gdbarch.
7829 (handle_step_into_function_backward): Likewise.
7830 (insert_step_resume_breakpoint_at_frame): Use frame architecture
7831 instead of current_gdbarch.
7832 (insert_step_resume_breakpoint_at_caller): Likewise.
7833
7834 2009-06-17 Pierre Muller <muller@ics.u-strasbg.fr>
7835 Pedro Alves <pedro@codesourcery.com>
7836
7837 * infcmd.c (post_create_inferior): Call breakpoint_re_set after target
7838 is pushed for watchpoint promotion to hardware watchpoint.
7839
7840 2009-06-16 Paul Pluzhnikov <ppluzhnikov@google.com>
7841
7842 * dwarf2read.c (dwarf_info_section, dwarf_abbrev_section)
7843 (dwarf_line_section, dwarf_pubnames_section, dwarf_aranges_section)
7844 (dwarf_loc_section, dwarf_macinfo_section, dwarf_str_section)
7845 (dwarf_ranges_section, dwarf_frame_section)
7846 (dwarf_eh_frame_section): Removed.
7847 (dwarf2_resize_section): Likewise.
7848 (dwarf2_read_section): Now static, use bfd_mmap() if possible.
7849 (dwarf2_get_section_info): New function.
7850 (munmap_section_buffer): Likewise.
7851 (dwarf2_per_objfile_cleanup): Likewise.
7852 (section_is_p): Signature change.
7853 * dwarf2-frame.c (dwarf2_build_frame_info): Use
7854 dwarf2_get_section_info instead of dwarf2_read_section.
7855
7856 2009-06-16 Paul Pluzhnikov <ppluzhnikov@google.com>
7857
7858 * solib.c (symbol_add_stub): New FLAGS parameter.
7859 (solib_read_symbols): FROM_TTY -> FLAGS, call symbol_add_stub
7860 directly.
7861 (solib_add): Defer breakpoint_re_set until after all solibs.
7862 * bsd-uthread.c (bsd_uthread_solib_loaded): Adjust.
7863 * rs6000-nat.c (objfile_symbol_add): Adjust.
7864 * symfile.c (syms_from_objfile): Merge parameters into ADD_FLAGS.
7865 (new_symfile_objfile): Likewise.
7866 (symbol_file_add_with_addrs_or_offsets): Likewise.
7867 (symbol_file_add_from_bfd): Likewise.
7868 (symbol_file_add): Likewise.
7869 * symfile.h (enum symfile_add_flags): New. Adjust prototypes.
7870 * symfile-mem.c (symbol_file_add_from_memory): Adjust.
7871 * windows-nat.c (safe_symbol_file_add_stub): Adjust.
7872 * machoread.c (macho_oso_symfile, macho_symfile_read): Adjust.
7873
7874 2009-06-16 Keith Seitz <keiths@redhat.com>
7875
7876 * linespec.c (collect_methods): Delete.
7877 (add_matching_methods): Reove destructor special case.
7878 (find_method): Call find_methods directly instead of
7879 collect_methods.
7880 * valops.c (value_struct_elt): Remove destructor
7881 special cases.
7882 (check_field): Likewise.
7883 (value_struct_elt_for_reference): Likewise.
7884 (destructor_name_p): Remove misleading comment about dtors
7885 being "special cases".
7886 * gdbtypes.h (get_destructor_fn_field): Remove. No longer needed.
7887 * gdbtypes.c (get_destructor_fn_field): Likewise.
7888
7889 2009-06-16 Pedro Alves <pedro@codesourcery.com>
7890
7891 * mi/mi-main.c (mi_cmd_data_read_memory): Dispatch
7892 TARGET_OJECT_MEMORY reads to the topmost target, not to the
7893 flattened current_target.
7894
7895 2009-06-16 Tristan Gingold <gingold@adacore.com>
7896
7897 * avr-tdep.c (struct gdbarch_tdep): Replace the unused field with
7898 call_length field.
7899 (avr_register_name): Add const to register_names.
7900 (avr_scan_arg_moves): Move inside avr_scan_prologue.
7901 (avr_scan_prologue): Add pc_end argument.
7902 Only read prologue bytes that can be read.
7903 Limit the scan to the known prologue length.
7904 Makes pattern variables static and const.
7905 Fix indentation.
7906 (avr_skip_prologue): Pass func_end argument to avr_scan_prologue.
7907 Fix indentation.
7908 (avr_breakpoint_from_pc): Constify avr_break_insn.
7909 (avr_extract_return_value): Fix function comment.
7910 (avr_frame_unwind_cache): Fix GNU style violations.
7911 Pass current_pc argument to avr_scan_prologue to stop prologue
7912 analysis to the current pc. This fixes the bug with the 'next'
7913 command.
7914 Correctly set the SP register of the previous frame (use call_length).
7915 (avr_frame_prev_register): Fix indentation.
7916 Correctly read PC from the stack on avr6 architectures.
7917 (avr_push_dummy_call): Fix indentation.
7918 (avr_gdbarch_init): Set call_length according to the architecture.
7919
7920 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
7921
7922 * infcall.c (show_unwind_on_terminating_exception_p): New
7923 function.
7924 (call_function_by_hand): Create breakpoint and clean-up call for
7925 std::terminate.breakpoint. Add unwind_on_terminating_exception_p
7926 gate. Pop frame on breakpoint hit.
7927 (_initialize_infcall): Add add_setshow_boolean_cmd for
7928 unwind-on-terminating-exception.
7929
7930 2009-06-12 Kevin Buettner <kevinb@redhat.com>
7931
7932 * dwarf2read.c (dwarf2_psymtab_to_symtab): Propagate
7933 `has_section_at_zero' flag from stripped objfile to separate,
7934 debug info only, objfile.
7935
7936 2009-06-12 Pedro Alves <pedro@codesourcery.com>
7937
7938 * exec.h (section_table_xfer_memory_partial): Improve description,
7939 mention SECTION_NAME.
7940 * exec.c (section_table_xfer_memory_partial): Remove stale
7941 description.
7942
7943 2009-06-11 Aleksandar Ristovski <aristovski@qnx.com>
7944
7945 * nto-tdep.h (nto_generic_supply_gpregset)
7946 (nto_generic_supply_fpregset, nto_generic_supply_altregset): Remove.
7947 * nto-tdep.c (nto_generic_supply_gpregset)
7948 (nto_generic_supply_fpregset, nto_generic_supply_altregset): Remove.
7949
7950 2009-06-11 Aleksandar Ristovski <aristovski@qnx.com>
7951
7952 * i386-nto-tdep.c (I386_NTO_SIGCONTEXT_OFFSET): Remove define.
7953 (i386nto_sigcontext_addr): Change the way context address is calculated.
7954 (i386nto_init_abi): Remove usage of deprecated sc_reg_offset and
7955 sc_sp_offset and set sc_reg_offset and sc_num_regs.
7956
7957 2009-06-11 Aleksandar Ristovski <aristovski@qnx.com>
7958
7959 * i386-nto-tdep.c (i386_nto_target): Remove definition.
7960 (init_i386nto_ops): Use macros to set fields to global
7961 current_nto_target directly.
7962 (i386nto_init_abi): Remove unused nto_set_target call.
7963 * nto-tdep.h (nto_set_target): Remove unused declaration.
7964 * nto-tdep.c (nto_set_target): Remove unused function.
7965
7966 2009-06-11 Pedro Alves <pedro@codesourcery.com>
7967
7968 * breakpoint.c (break_command_really): Rename local variable
7969 breakpoint_chain to bkpt_chain.
7970
7971 2009-06-11 Aleksandar Ristovski <aristovski@qnx.com>
7972
7973 Add support for XMM registers.
7974 * i386-nto-tdep.c (i386nto_regset_id): Add case for SSE register set.
7975 (i386nto_register_area): Correctly calculate offsets and sizes for
7976 all supported registers.
7977
7978 2009-06-11 Tom Tromey <tromey@redhat.com>
7979
7980 * eval.c (evaluate_subexp_standard) <OP_OBJC_MSGCALL>: Remove
7981 'static' from local variable definitions.
7982
7983 2009-06-11 Pedro Alves <pedro@codesourcery.com>
7984
7985 * symtab.c (append_expanded_sal): Remove unused local variables.
7986
7987 2009-06-11 Pedro Alves <pedro@codesourcery.com>
7988
7989 * infrun.c (sched_multi): New global.
7990 (resume): If sched_multi is set, resume only threads of the
7991 current inferior.
7992 (prepare_to_proceed): Don't switch over to wait_ptid if we're
7993 resuming a different inferior, and sched_multi is off.
7994 (show_schedule_multiple): New.
7995 (_initialize_infrun): Register new "set schedule-multiple" command.
7996 * inferior.h (sched_multi): Declare.
7997 * NEWS: Mention new "schedule-multiple" setting.
7998
7999 2009-06-11 Pedro Alves <pedro@codesourcery.com>
8000
8001 * varobj.c (varobj_create): Properly restore the selected frame.
8002
8003 2009-06-05 Tom Tromey <tromey@redhat.com>
8004
8005 * inferior.c (print_inferior): Make a table, not a list. Emit
8006 table headers.
8007
8008 2009-06-10 Jonas Maebe <jonas.maebe@elis.ugent.be>
8009
8010 * darwin-nat.c (darwin_stop_inferior): Pass 0 as options to
8011 darwin_wait (blocking wait).
8012 (darwin_kill_inferior): Likewise.
8013
8014 2009-06-10 Pedro Alves <pedro@codesourcery.com>
8015
8016 * infrun.c (handle_inferior_event): Update comment around trying
8017 to revert back to a stepping thread that has exited.
8018
8019 2009-06-10 Cary Coutant <ccoutant@google.com>
8020
8021 * dwarf2read.c (dwarf_decode_lines): Recognize and ignore
8022 DW_LNE_set_discriminator.
8023
8024 2009-06-10 Pierre Muller <muller@ics.u-strasbg.fr>
8025
8026 * breakpoint.c: ARI fixes.
8027 (create_overlay_event_breakpoint): Avoid assignment inside if statement.
8028 (print_one_breakpoint_location): Likewise.
8029 (create_longjmp_breakpoint): Likewise.
8030 (tracepoint_save_command): Likewise
8031 (bpstat_find_step_resume_breakpoint): No operator at end of line.
8032 (bpstat_stop_status): Likewise.
8033 (describe_other_breakpoints): Likewise.
8034 (hw_watchpoint_used_count): Likewise.
8035 (expand_line_sal_maybe): Likewise.
8036 (break_command_really): Likewise.
8037 (delete_command): Likewise.
8038 (do_enable_breakpoint): Likewise.
8039 (delete_trace_command): Likewise.
8040 (catch_exception_command_1): Likewise and remove extra parentheses.
8041
8042 2009-06-08 Pierre Muller <muller@ics.u-strasbg.fr>
8043
8044 * breakpoint.c (_initialize_breakpoint): Remove "bu" command alias of
8045 "ubreak" command that does not exist.
8046
8047 2009-06-08 Pierre Muller <muller@ics.u-strasbg.fr>
8048
8049 * cli/cli-decode.c (add_alias_cmd): Correct assertion.
8050
8051 2009-06-07 Pedro Alves <pedro@codesourcery.com>
8052
8053 * hppa-tdep.c (_initialize_hppa_tdep): Add declaration.
8054
8055 2009-06-07 Pedro Alves <pedro@codesourcery.com>
8056
8057 * procfs.h: New.
8058 * proc-utils.h (procfs_first_available): Don't declare here.
8059 * sol-thread.c: Include procfs.h instead of sys/procfs.h and
8060 proc-utils.h.
8061 * procfs.c: Include procfs.h.
8062 (procfs_target): Make it public. Don't register
8063 procfs_can_use_hw_breakpoint here.
8064 (proc_set_watchpoint): Check for PCWATCH or PIOCSWATCH being
8065 defined instead of TARGET_HAS_HARDWARE_WATCHPOINTS.
8066 (procfs_can_use_hw_breakpoint): Remove check of
8067 TARGET_HAS_HARDWARE_WATCHPOINTS.
8068 (procfs_use_watchpoints): Register procfs_can_use_hw_breakpoint
8069 here.
8070 (_initialize_procfs): Don't add the procfs target here.
8071
8072 * i386-sol2-nat.c: Include target.h and procfs.h.
8073 (_initialize_amd64_sol2_nat): Install the procfs target here,
8074 customized with watchpoints support.
8075 * irix5-nat.c: Include target.h.
8076 (_initialize_core_irix5): Rename to ...
8077 (_initialize_irix5_nat): ... this. Install the procfs target
8078 here, customized with watchpoints support.
8079 * alpha-nat.c: Include procfs.h.
8080 (_initialize_core_alpha): Rename to...
8081 (_initialize_alpha_nat): ... this. Install the procfs target
8082 here, customized with watchpoints support.
8083 * sparc-sol2-nat.c: Include target.h and procfs.h.
8084 (_initialize_sparc_sol2_nat): New.
8085
8086 * config/i386/nm-i386sol2.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
8087 * config/sparc/nm-sol2.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
8088 * config/mips/irix5.mh (NAT_FILE): Delete.
8089 * config/mips/irix6.mh (NAT_FILE): Delete.
8090 * config/mips/nm-irix5.h: Delete.
8091
8092 20009-06-07 Pedro Alves <pedro@codesourcery.com>
8093
8094 * auxv.c (procfs_xfer_auxv): Change type of the `object' argument
8095 to enum target_object. Cleanup comments.
8096 * auxv.h: Include "target.h". Cleanup comments to not mention
8097 NATIVE_XFER_AUXV anymore.
8098
8099 2009-06-07 Pedro Alves <pedro@codesourcery.com>
8100
8101 * inferior.h (procfs_first_available): Move declaration to...
8102 * proc-utils.h: ... here.
8103 * sol-thread.c: Include procfs.h and proc-utils.h.
8104
8105 2009-06-07 Pedro Alves <pedro@codesourcery.com>
8106
8107 * inferior.h (proc_iterate_over_mappings): Delete declaration.
8108 * nto-tdep.h (proc_iterate_over_mappings): Delete declaration.
8109 * procfs.c (proc_iterate_over_mappings): Delete.
8110
8111 2009-06-07 Pedro Alves <pedro@codesourcery.com>
8112
8113 * target.h (struct target_ops): Make to_has_all_memory,
8114 to_has_memory, to_has_stack, to_has_registers and to_has_execution
8115 methods instead of variables.
8116 (target_has_all_memory_1, target_has_memory_1, target_has_stack_1)
8117 (target_has_registers_1, target_has_execution_1): Declare
8118 functions.
8119 (target_has_all_memory): Rewrite to call target_has_all_memory_1.
8120 (target_has_memory): Rewrite to call target_has_memory_1.
8121 (target_has_stack): Rewrite to call target_has_all_stack_1.
8122 (target_has_registers): Rewrite to call target_has_registers_1.
8123 (target_has_execution): Rewrite to call target_has_execution_1.
8124 (default_child_has_all_memory, default_child_has_memory)
8125 (default_child_has_stack, default_child_has_registers)
8126 (default_child_has_execution): Declare.
8127 (target_mark_running, target_mark_exited): Delete declarations.
8128 * target.c (default_child_has_all_memory,
8129 default_child_has_memory, default_child_has_stack,
8130 default_child_has_registers, default_child_has_execution): New.
8131 (target_has_all_memory_1, target_has_memory_1, target_has_stack_1,
8132 target_has_registers_1, target_has_execution_1): New.
8133 (add_target): Default the to_has_all_memory, to_has_all_memory,
8134 to_has_memory, to_has_stack, to_has_registers and to_has_execution
8135 callbacks to return 0.
8136 (update_current_target): Do not inherit to_has_all_memory,
8137 to_has_memory, to_has_stack, to_has_registers or to_has_execution.
8138 (target_mark_running, target_mark_exited): Delete.
8139 (memory_xfer_partial): Adjust.
8140 (target_read_memory, target_write_memory, target_search_memory):
8141 Dispatch to the the top-most target, not the flattened
8142 current_target.
8143 (target_info): Adjust.
8144 (init_dummy_target): Install return_zero as callback for
8145 to_has_all_memory, to_has_memory, to_has_stack, to_has_registers,
8146 to_has_execution.
8147 (set_maintenance_target_async_permitted): Use have_live_inferiors
8148 instead of target_has_execution.
8149 * target-memory.c (target_write_memory_blocks): Dispatch memory
8150 writes to the the top-most target, not the flattened
8151 current_target.
8152
8153 * breakpoint.c (insert_breakpoints): Don't check for
8154 target_has_execution here.
8155 (update_global_location_list): Check if there are live inferiors
8156 to debug instead of target_has_execution.
8157 * infcmd.c (kill_command, detach_command): Check if there are
8158 inferiors instead of target_has_execution.
8159 * inferior.h (have_live_inferiors): Declare.
8160 * inferior.c (have_live_inferiors): New.
8161 * infrun.c (normal_stop): Don't check for target_has_execution to
8162 finish the thread states.
8163 * thread.c (is_thread_state, is_stopped, is_exited, is_running)
8164 (any_running, is_executing): Remove checks for
8165 target_has_execution.
8166 * top.c (kill_or_detach): Don't try to kill core inferiors.
8167 (quit_target): Don't check for target_has_execution.
8168
8169 * corelow.c (core_has_memory, core_has_stack, core_has_registers):
8170 New.
8171 (init_core_ops): Install core_has_memory, core_has_stack and
8172 core_has_registers.
8173 * exec.c (exec_has_memory): New.
8174 (init_exec_ops): Install exec_has_memory.
8175 * remote.c (remote_add_inferior): Don't call target_mark_running.
8176 (remote_start_remote): Don't call target_mark_exited or call
8177 target_mark_running.
8178 (remote_open_1): Use have_inferiors instead of
8179 target_has_execution. Don't use target_mark_exited.
8180 (init_remote_ops): Install deafult_child_has_all_memory,
8181 default_child_has_memory, default_child_has_stack,
8182 default_child_has_registers, default_child_has_execution.
8183 * bsd-kvm.c (bsd_kvm_return_one): New.
8184 (bsd_kvm_add_target): Register bsd_kvm_return_one as
8185 to_has_memory, to_has_stack and to_has_registers callbacks.
8186 * remote-m32r-sdi.c (m32r_return_one): New.
8187 (init_m32r_ops): Register it.
8188 * inf-child.c (inf_child_target): Adjust to register
8189 default_child_has_all_memory, default_child_has_memory,
8190 default_child_has_stack, default_child_has_registers,
8191 default_child_has_execution callbacks.
8192 * gnu-nat.c (init_gnu_ops): Likewise.
8193 * go32-nat.c (init_go32_ops): Likewise.
8194 * hpux-thread.c (init_hpux_thread_ops): Likewise.
8195 * monitor.c (init_base_monitor_ops): Likewise.
8196 * nto-procfs.c (init_procfs_ops): Likewise.
8197 * remote-mips.c (_initialize_remote_mips): Likewise.
8198 * windows-nat.c (init_windows_ops): Likewise.
8199 * remote-sim.c (gdbsim_create_inferior): Don't use
8200 target_mark_running or target_mark_exited.
8201 (gdbsim_mourn_inferior): Don't call target_mark_exited.
8202 (init_gdbsim_ops): Adjust to register
8203 default_child_has_all_memory, default_child_has_memory,
8204 default_child_has_stack, default_child_has_registers,
8205 default_child_has_execution callbacks.
8206
8207 * linux-nat.c (linux_nat_xfer_partial): If reading memory, and
8208 there's no inferior selected, defer to a lower stratum.
8209
8210 2009-06-05 Tom Tromey <tromey@redhat.com>
8211
8212 * varobj.c (update_dynamic_varobj_children): Wrap error text in
8213 _().
8214 (install_visualizer): Likewise.
8215 (varobj_set_visualizer): Likewise.
8216
8217 2009-06-05 Marc Khouzam <marc.khouzam@ericsson.com>
8218
8219 * mi/mi-main.c (mi_cmd_exec_continue)
8220 (mi_cmd_exec_interrupt): Adjust parsing of thread group
8221 ids to current reality, where they don't have any 'p' prefix.
8222
8223 2009-06-05 Aleksandar Ristovski <aristovski@qnx.com>
8224
8225 * corelow.c (core_open): Check for core_gdbarch before calling
8226 gdbarch_target_signal_from_host.
8227
8228 2009-06-05 Tom Tromey <tromey@redhat.com>
8229
8230 * c-exp.y (parse_number): Don't use K&R definition.
8231 (yylex): Likewise.
8232 (yyerror): Likewise.
8233
8234 2009-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8235
8236 * varobj.c (varobj_update): Fix out of scope varobjs to not to change.
8237
8238 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
8239
8240 * symtab.h: Rename SYMBOL_OPS to SYMBOL_COMPUTED_OPS.
8241 * ax-gdb.c (gen_var_ref): Likewise.
8242 * findvar.c (read_var_value, symbol_read_needs_frame): Likewise.
8243 * printcmd.c (address_info): Likewise.
8244 * dwarf2loc.c (dwarf_expr_frame_base): Likewise.
8245 * dwarf2read.c (dwarf2_symbol_mark_computed): Likewise.
8246 * symtab.h: Rename struct symbol_ops to struct symbol_computed_ops.
8247 * dwarf2loc.h: Likewise.
8248 * dwarf2loc.c (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Likewise.
8249
8250 * symtab.h: (struct symbol_register_ops): New struct definition.
8251 (struct symbol): Make "ops" member a union of symbol_computed_ops and
8252 symbol_register_ops callback pointers.
8253 (SYMBOL_REGISTER_OPS): New macro.
8254 * tracepoint.c: Include "objfiles.h".
8255 (scope_info, collect_symbol): Use SYMBOL_REGISTER_OPS register_number
8256 callback to retrieve register numbers.
8257 * ax-gdb.c (gen_var_ref): Likewise.
8258 * findvar.c (read_var_value): Likewise.
8259 * printcmd.c (address_info): Likewise.
8260
8261 * coffread.c (coff_reg_to_regnum): New function.
8262 (coff_register_funcs): New static variable.
8263 (process_coff_symbol): Do not call gdbarch_sdb_reg_to_regnum.
8264 Install SYMBOL_REGISTER_OPS callbacks.
8265 * mdebugread.c (mdebug_reg_to_regnum): New function.
8266 (mdebug_register_funcs): New static variable.
8267 (parse_symbol): Do not call gdbarch_ecoff_reg_to_regnum.
8268 Install SYMBOL_REGISTER_OPS callbacks.
8269 * stabsread.c (stab_reg_to_regnum): New function.
8270 (stab_register_funcs): New static variable.
8271 (define_symbol): Do not call gdbarch_stab_reg_to_regnum.
8272 Install SYMBOL_REGISTER_OPS callbacks.
8273
8274 2009-06-03 Doug Evans <dje@google.com>
8275
8276 * symfile.c (reread_symbols): Reset psymtabs_addrmap to NULL
8277 after discarding its contents.
8278
8279 2009-06-03 Pedro Alves <pedro@codesourcery.com>
8280
8281 * target.c: Include "exec.h".
8282 (update_current_target): Don't inherit to_sections or
8283 to_sections_end.
8284 (target_get_section_table): New.
8285 (target_section_by_addr): Fetch the section table from the passed
8286 in target.
8287 (memory_xfer_partial): Handle unmapped overlay sections before
8288 anything else. Get the overlay mapped address here. Adjust to
8289 use section_table_xfer_memory_partial.
8290 (get_target_memory): Request a TARGET_OBJECT_RAW_MEMORY object
8291 instead of TARGET_OBJECT_MEMORY.
8292 (target_resize_to_sections): Delete.
8293 (remove_target_sections): Adjust to remove target sections from
8294 `current_target_sections', and use resize_section_table.
8295 * target.h (struct target_ops) <to_sections, to_sections_end>:
8296 Remove fields.
8297 <to_get_section_table>: New method.
8298 (xfer_memory, print_section_info): Delete declarations.
8299 (struct target_section_table): New type.
8300 (target_get_section_table): Declare.
8301 (target_resize_to_sections): Delete declaration.
8302 (remove_target_sections): Delete declaration.
8303 * bfd-target.c (target_bfd_xfer_partial): Get the section table
8304 from to_data.
8305 (target_bfd_get_section_table): New.
8306 (target_bfd_xclose): Adjust.
8307 (target_bfd_reopen): Store the section table in the to_data field.
8308 * corelow.c (core_data): New.
8309 (core_close): Adjust to release core_data and its sections.
8310 (core_open): Allocate core_data, and build its target sections
8311 table.
8312 (deprecated_core_resize_section_table): New.
8313 (core_files_info): Pass core_data to print_section_info.
8314 (core_xfer_partial): Adjust to use
8315 section_table_xfer_memory_partial for TARGET_OBJECT_MEMORY xfers.
8316 (init_core_ops): Do not install a deprecated_xfer_memory callback
8317 anymore.
8318 * solib.c (update_solib_list): Add the shared library sections
8319 to the current target sections table.
8320 * exec.c (current_target_sections_1): New global.
8321 (current_target_sections): New global.
8322 (exec_close_1): New function, refactored from exec_close. Remove
8323 the exec_bfd's sections from the current target sections table.
8324 Adjust to not use to_sections.
8325 (exec_close): Remove all target sections. Call exec_close_1.
8326 (exec_file_clear): Use exec_close_1 instead of unpushing the
8327 target.
8328 (exec_file_attach): Likewise. Adjust to not use to_sections. Add
8329 exec_bfd's sections to the current target sections table. Don't
8330 push the exec_ops target here.
8331 (resize_section_table): New.
8332 (add_target_sections): New.
8333 (remove_target_sections): Moved here.
8334 (section_table_xfer_memory): Adjust to implement the xfer_partial
8335 interface, and rename to...
8336 (section_table_xfer_memory_partial): ... this, replacing the
8337 current function of that same name.
8338 (exec_get_section_table): New.
8339 (exec_xfer_partial): New.
8340 (xfer_memory): Delete.
8341 (print_section_info): Replace the target_ops parameter by a
8342 target_section_table parameter.
8343 (exec_files_info, set_section_command, exec_set_section_address):
8344 Adjust to use the current sections table.
8345 (init_exec_ops): Do not register a deprecated_xfer_memory
8346 callback. Register to_xfer_partial and to_get_section_table
8347 callbacks.
8348 * infrun.c (handle_inferior_event): Update comments around
8349 solib_add.
8350 * rs6000-nat.c (xcoff_relocate_core): Adjust to use
8351 deprecated_core_resize_section_table.
8352 * exec.h (resize_section_table): Declare.
8353 (section_table_xfer_memory_partial): Add const char * argument.
8354 (remove_target_sections): Declare here.
8355 (add_target_sections): Declare.
8356 (print_section_info): Declare here.
8357 * gdbcore.h (deprecated_core_resize_section_table): Declare.
8358
8359 2009-06-03 Ulrich Weigand <uweigand@de.ibm.com>
8360
8361 * value.h (struct internalvar): Remove.
8362 (get_internalvar_integer): Add prototype.
8363 (set_internalvar_integer): Add prototype.
8364 (clear_internalvar): Add prototype.
8365
8366 * value.c (struct internalvar): Move here. Add type member. Remove
8367 endian member. Add union_internalvar member instead of value member.
8368 (init_if_undefined_command): Use intvar->type.
8369 (create_internalvar): Do not initialize value/endian, but type.
8370 (create_internalvar_type_lazy): Call create_internalvar.
8371 (value_of_internalvar): Handle host-side internalvar contents.
8372 (set_internalvar_component): Likewise.
8373 (set_internalvar): Likewise.
8374 (get_internalvar_integer): New function.
8375 (clear_internalvar): Likewise.
8376 (set_internalvar_integer): Likewise.
8377 (preserve_values): Handle host-side internalvar contents.
8378
8379 * breakpoint.c (set_breakpoint_count, set_tracepoint_count): Call
8380 set_internalvar_integer instead of set_internalvar.
8381 * findcmd.c (find_command): Likewise.
8382 * infrun.c (handle_inferior_event): Likewise.
8383 * source.c (forward_search_command, reverse_search_command): Likewise.
8384 * tracepoint.c (set_traceframe_num, set_tracepoint_num,
8385 set_traceframe_context): Likewise.
8386
8387 * printcmd.c (x_command): Call clear_internalvar instead of
8388 set_internalvar.
8389 * tracepoint.c (set_traceframe_context): Likewise.
8390
8391 * breakpoint.c (get_number_trailer): Call get_internalvar_integer
8392 instead of value_of_internalvar.
8393 * linespec.c (decode_dollar): Likewise.
8394
8395 * expprint.c (dump_subexp_body_standard): Use internalvar_name
8396 instead of accessing internalvar private elements.
8397 * valops.c (value_assign): Copy from original source instead of
8398 accessing internalvar private elements.
8399
8400 2009-06-03 Ulrich Weigand <uweigand@de.ibm.com>
8401
8402 * scm-lang.c (builtin_type_scm): Remove.
8403 (scm_lookup_name): Add GDBARCH parameter. Use it instead of
8404 objfile architecture. Use per-architecture builtin_scm_type instead
8405 of builtin_type_scm.
8406 (evaluate_exp): Pass expression architecture to scm_lookup_name.
8407
8408 (scm_get_field): Add SIZE parameter. Use it instead of
8409 TYPE_LENGTH (builtin_type_scm).
8410
8411 (build_scm_types): New function.
8412 (scm_type_data): New variable.
8413 (builtin_scm_type): New function.
8414 (_initialize_scheme_language): Do not initialize builtin_type_scm.
8415 Register build_scm_types as post-init function for scm_type_data.
8416
8417 * scm-exp.c (scm_lreadr): Use per-architecture builtin_scm_type
8418 instead of builtin_type_scm.
8419
8420 * scm-lang.h (SCM_CAR, SCM_CDR): Pass SCM_SIZE to scm_get_field.
8421 (scm_get_field): Add SIZE paramter.
8422 (scm_scmval_print): Remove prototype.
8423 (builtin_type_scm): Remove.
8424 (struct builtin_scm_type): Add structure definition.
8425 (builtin_scm_type): Add prototype.
8426
8427 * scm-valprint.c (scm_inferior_print): Add TYPE parameter. Use it
8428 instead of builtin_core_addr type; do not use objfile architecture.
8429 (scm_scmlist_print): Add TYPE parameter. Use it to define SCM_SIZE.
8430 Pass type to scm_scmval_print.
8431 (scm_ipruk): Add TYPE parameter. Use it to define SCM_SIZE.
8432 (scm_scmval_print): Make static. Add TYPE parameter. Use it to
8433 define SCM_SIZE. Pass type to scm_ipruk and scm_scmlist_print.
8434 (scm_val_print): Pass type to scm_inferior_print and scm_scmval_print.
8435
8436 2009-06-03 Ulrich Weigand <uweigand@de.ibm.com>
8437
8438 * mdebugread.c (mdebug_type_void, mdebug_type_char, mdebug_type_short,
8439 mdebug_type_int, mdebug_type_int_32, mdebug_type_int_64,
8440 mdebug_type_long_32, mdebug_type_long_64, mdebug_type_long_long_64,
8441 mdebug_type_unsigned_char, mdebug_type_unsigned_short,
8442 mdebug_type_unsigned_int_32, mdebug_type_unsigned_int_64,
8443 mdebug_type_unsigned_long_32, mdebug_type_unsigned_long_64,
8444 mdebug_type_unsigned_long_long_64, mdebug_type_adr_32,
8445 mdebug_type_adr_64, mdebug_type_float, mdebug_type_double,
8446 mdebug_type_complex, mdebug_type_double_complex,
8447 mdebug_type_fixed_dec, mdebug_type_float_dec, mdebug_type_string):
8448 Remove.
8449
8450 (basic_type_data): New global variable.
8451 (basic_type): New function.
8452 (parse_type): Remove static basic type map map_bt. Call basic_type
8453 to get basic types instead of using mdebug_type_ variables.
8454
8455 (parse_symbol): Use builtin types instead of mdebug_type_ variables.
8456 (upgrade_type): Likewise.
8457 (parse_procedure): Likewise.
8458 (psymtab_to_symtab_1): Likewise.
8459
8460 (_initialize_mdebugread): Do not initialize mdebug_type_ variables.
8461 Initialize basic_type_data.
8462
8463 2009-06-03 Ulrich Weigand <uweigand@de.ibm.com>
8464
8465 * dfp.h (decimal_binop): Convert LEN_RESULT to input parameter.
8466 * dfp.c (promote_decimal): Remove.
8467 (decimal_binop): Convert LEN_RESULT to input parameter.
8468 Remove call to decimal_binop.
8469 (decimal_compare): Remove call to decimal_binop.
8470
8471 * valarith.c (value_binop): Pass desired result type length
8472 to decimal_binop.
8473
8474 2009-06-01 Tristan Gingold <gingold@adacore.com>
8475
8476 * configure.tgt (avr): Set gdb_sim to use the simulator.
8477
8478 2009-05-29 Doug Evans <dje@google.com>
8479
8480 * infrun.c (prepare_to_proceed): Document. Assert !non_stop.
8481 If scheduler-locking is enabled, we're not going to be singlestepping
8482 any other previously stopped thread.
8483
8484 2009-05-29 Pedro Alves <pedro@codesourcery.com>
8485
8486 * mi/mi-interp.c (mi_on_resume): Initialize `count' to 0.
8487
8488 2009-05-29 Eli Zaretskii <eliz@gnu.org>
8489
8490 * i386-tdep.c (i386_go32_init_abi): Use SVR4 register numbering
8491 for stabs and COFF debug info.
8492
8493 2009-05-28 Pedro Alves <pedro@codesourcery.com>
8494
8495 * infrun.c (handle_inferior_event): When thread hoping, switch
8496 inferior_ptid to the event thread before removing breakpoints from
8497 the target. If not stopping, also try to revert back to a thread
8498 that was doing a "next". Check if that thread still exists before
8499 resuming.
8500 (currently_stepping_thread): Delete and merge with ...
8501 (currently_stepping): ... this.
8502 (currently_stepping_callback): Rename to ...
8503 (currently_stepping_or_nexting_callback): ... this, and also
8504 return true if the thread was stepping over a call (has a
8505 step-resume breakpoint).
8506
8507 2009-05-28 Tom Tromey <tromey@redhat.com>
8508
8509 * python/python.c (gdbpy_parameter): Rename. Fix error message.
8510 (GdbMethods): Change "get_parameter" to "parameter".
8511
8512 2009-05-28 Pierre Muller <muller@ics.u-strasbg.fr>
8513 Paul Pluzhnikov <ppluzhnikov@google.com>
8514
8515 * configure.ac (!have_libpython): Add python-prettyprint source
8516 and object files.
8517 * configure: Regenerate.
8518 * python/python-prettyprint.c: Move "#ifdef HAVE_PYTHON" before
8519 python headers.
8520
8521 2009-05-27 Vladimir Prus <vladimir@codesourcery.com>
8522 Tom Tromey <tromey@redhat.com>
8523 Thiago Jung Bauermann <bauerman@br.ibm.com>
8524
8525 * mi/mi-main.c (mi_cmd_list_features): List "python" feature.
8526 * varobj.h (varobj_set_visualizer): Declare.
8527 (varobj_get_display_hint): Likewise.
8528 (varobj_update_result_t) <children_changed, value_installed>: New
8529 fields.
8530 * mi/mi-cmds.c (mi_cmds): Add var-set-visualizer.
8531 * mi/mi-cmds.h (mi_cmd_var_set_visualizer,
8532 mi_cmd_var_set_child_range): Declare.
8533 * mi/mi-cmd-var.c (mi_cmd_var_set_visualizer): New function.
8534 (mi_cmd_var_list_children): Emit display hint.
8535 (varobj_update_one): Emit display hint. Handle dynamic children.
8536 * python/python.c (GdbMethods): Add "default_visualizer".
8537 * python/python-internal.h (apply_varobj_pretty_printer,
8538 gdbpy_get_varobj_pretty_printer, gdbpy_get_display_hint):
8539 Declare.
8540 (gdbpy_default_visualizer): Likewise.
8541 * varobj.c: Include python.h, python-internal.h.
8542 (PyObject): New typedef.
8543 (struct varobj) <children_requested, pretty_printer>: New fields.
8544 (varobj_create): Call install_default_visualizer.
8545 (instantiate_pretty_printer): New function.
8546 (varobj_set_display_format): Update.
8547 (varobj_get_display_hint): New function.
8548 (update_dynamic_varobj_children): New function.
8549 (varobj_get_num_children): Handle dynamic children.
8550 (varobj_list_children): Likewise.
8551 (install_new_value): Likewise.
8552 (varobj_add_child): New function.
8553 (install_visualizer): Likewise.
8554 (install_default_visualizer): Likewise.
8555 (varobj_set_visualizer): Likewise.
8556 (varobj_update): Handle dynamic children.
8557 (create_child): Use create_child_with_value.
8558 (create_child_with_value): New function.
8559 (value_get_print_value): Call pretty printer. Add value_formatter
8560 argument.
8561 (c_value_of_variable): Update.
8562 (varobj_invalidate): Always free all_rootvarobj.
8563 * python/python-prettyprint.c (apply_varobj_pretty_printer): New
8564 function.
8565 (gdbpy_get_varobj_pretty_printer): Likewise.
8566 (gdbpy_default_visualizer): Likewise.
8567
8568 2009-05-27 Tom Tromey <tromey@redhat.com>
8569 Thiago Jung Bauermann <bauerman@br.ibm.com>
8570 Phil Muldoon <pmuldoon@redhat.com>
8571 Paul Pluzhnikov <ppluzhnikov@google.com>
8572 Vladimir Prus <vladimir@codesourcery.com>
8573
8574 * python/python-value.c (value_object_to_value): New function.
8575 * python/python-internal.h: Include frameobject.h.
8576 (gdbpy_children_cst, gdbpy_to_string_cst, gdbpy_display_hint_cst):
8577 Declare.
8578 (value_object_to_value): Declare.
8579 * printcmd.c (struct format_data) <raw>: New field.
8580 (last_format): Default to 0.
8581 (decode_format): Initialize val.raw. Handle /r flag.
8582 (print_command_1): Initialize fmt.raw and opts.raw.
8583 (output_command): Likewise.
8584 (x_command): Fix initialization of fmt.format. Initialize
8585 fmt.raw.
8586 (display_command): Initialize fmt.raw.
8587 (do_one_display): Set opts.raw.
8588 * python/python.c (gdbpy_to_string_cst, gdbpy_children_cst,
8589 gdbpy_display_hint_cst): New globals.
8590 (_initialize_python): Initialize them. Set gdb.pretty_printers.
8591 * cp-valprint.c: Include python.h.
8592 (cp_print_value): Call apply_val_pretty_printer.
8593 * python/python.h (apply_val_pretty_printer): Declare.
8594 * stack.c (print_this_frame_argument_p): Remove.
8595 (print_frame_args): Compute summary flag. Don't use
8596 print_this_frame_argument_p.
8597 * valprint.c: Include python.h.
8598 (user_print_options): Initialize new fields.
8599 (scalar_type_p): New function.
8600 (val_print): Handle 'raw' and 'summary' modes. Call
8601 apply_val_pretty_printer.
8602 (value_print): Handle 'raw' mode.
8603 * valprint.h (struct value_print_options) <raw, summary>: New
8604 fields.
8605 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-prettyprint.o
8606 (SUBDIR_PYTHON_SRCS): Add python-prettyprint.c.
8607 (python-prettyprint.o): New target.
8608 * python/python-prettyprint.c: New file.
8609
8610 2009-05-27 Tom Tromey <tromey@redhat.com>
8611 Paul Pluzhnikov <ppluzhnikov@google.com>
8612
8613 * mi/mi-main.c (mi_cmd_data_evaluate_expression): Use
8614 value_address.
8615 * cli/cli-dump.c (dump_value_to_file): Use value_address.
8616 * valprint.c (common_val_print): Likewise.
8617 * v850-tdep.c (v850_push_dummy_call): Use value_address.
8618 * tracepoint.c (encode_actions): Use value_address.
8619 * printcmd.c (print_formatted): Use value_address.
8620 (x_command): Likewise.
8621 * p-valprint.c (pascal_object_print_static_field): Use
8622 value_address.
8623 * mn10300-tdep.c (mn10300_push_dummy_call): Use value_address.
8624 * mips-tdep.c (mips_eabi_push_dummy_call): Use value_address.
8625 * m32r-tdep.c (m32r_push_dummy_call): Use value_address.
8626 * jv-valprint.c (java_value_print): Use value_address.
8627 * infcall.c (find_function_addr): Use value_address.
8628 * gnu-v3-abi.c (gnuv3_rtti_type): Use value_address.
8629 * gnu-v2-abi.c (gnuv2_value_rtti_type): Use value_address.
8630 * frv-tdep.c (frv_push_dummy_call): Use value_address.
8631 * frame.c (frame_register_unwind): Use value_address.
8632 (frame_unwind_register_value): Likewise.
8633 * darwin-nat-info.c (info_mach_region_command): Use
8634 value_address.
8635 * cp-valprint.c (cp_print_static_field): Use value_address.
8636 * c-valprint.c (c_value_print): Use value_address.
8637 * breakpoint.c (update_watchpoint): Use value_address.
8638 (can_use_hardware_watchpoint): Likewise.
8639 * ada-valprint.c (ada_val_print_1): Use value_address.
8640 (ada_value_print): Likewise.
8641 * ada-tasks.c (read_fat_string_value): Use value_address.
8642 * jv-lang.c (java_link_class_type): Use set_value_address.
8643 (java_link_class_type): Likewise.
8644 (get_java_utf8_name): Use value_address.
8645 (type_from_class): Likewise.
8646 (java_link_class_type): Likewise.
8647 * findvar.c (value_of_register): Use set_value_address.
8648 (read_var_value): Likewise.
8649 (read_var_value): Likewise.
8650 * eval.c (evaluate_subexp_standard): Use set_value_address.
8651 (evaluate_subexp_standard): Use value_address.
8652 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Use set_value_address.
8653 * ada-lang.c (coerce_unspec_val_to_type): Use set_value_address.
8654 (ada_value_primitive_packed_val): Likewise.
8655 (ensure_lval): Likewise.
8656 (thin_data_pntr): Use value_address.
8657 (desc_bounds): Likewise.
8658 (ada_value_primitive_packed_val): Likewise.
8659 (value_assign_to_component): Likewise.
8660 (ensure_lval): Likewise.
8661 (make_array_descriptor): Likewise.
8662 (ada_to_fixed_value): Likewise.
8663 (unwrap_value): Likewise.
8664 * value.c (deprecated_value_address_hack): Remove.
8665 (value_address): New function.
8666 (value_raw_address): Likewise.
8667 (set_value_address): Likewise.
8668 (value_fn_field): Use set_value_address.
8669 (value_from_contents_and_address): Likewise.
8670 (value_fn_field): Likewise.
8671 (allocate_value_lazy): Don't use VALUE_ADDRESS.
8672 (value_as_address): Use value_address.
8673 (value_static_field): Likewise.
8674 * valops.c (search_struct_field): Use set_value_address.
8675 (value_at): Likewise.
8676 (value_at_lazy): Likewise.
8677 (value_repeat): Likewise.
8678 (value_cast_structs): Use value_address.
8679 (value_cast): Likewise.
8680 (value_fetch_lazy): Likewise.
8681 (value_assign): Likewise.
8682 (value_repeat): Likewise.
8683 (address_of_variable): Likewise.
8684 (value_coerce_array): Likewise.
8685 (value_coerce_function): Likewise.
8686 (value_addr): Likewise.
8687 (search_struct_field): Likewise.
8688 (search_struct_method): Likewise.
8689 (find_method_list): Likewise.
8690 (value_struct_elt_for_reference): Likewise.
8691 (value_full_object): Likewise.
8692 * jv-valprint.c (java_value_print): Use set_value_address.
8693 * value.h (deprecated_value_address_hack): Remove.
8694 (VALUE_ADDRESS): Remove.
8695 (value_address): Declare.
8696 (value_raw_address): Declare.
8697 (set_value_address): Declare.
8698
8699 2009-05-27 Tom Tromey <tromey@redhat.com>
8700 Thiago Jung Bauermann <bauerman@br.ibm.com>
8701 Phil Muldoon <pmuldoon@redhat.com>
8702 Paul Pluzhnikov <ppluzhnikov@google.com>
8703
8704 * python/python.c (_initialize_python): Call
8705 gdbpy_initialize_types.
8706 (GdbMethods): Add "lookup_type".
8707 * python/python-value.c (value_object) <type>: New field.
8708 (valpy_dealloc): Decref type.
8709 (valpy_new): Initialize type.
8710 (valpy_get_type): New function.
8711 (value_to_value_object): Initialize type.
8712 (valpy_cast): New function.
8713 (value_object_getset): Add "type".
8714 (value_object_methods): Add "cast".
8715 * python/python-internal.h (type_to_type_object): Declare.
8716 (type_object_to_type): Likewise.
8717 (gdbpy_initialize_types): Likewise.
8718 (gdbpy_lookup_type): Declare.
8719 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-type.o.
8720 (SUBDIR_PYTHON_SRCS): Add python-type.c.
8721 (python-type.o): New target.
8722 * python/python-type.c: New file.
8723
8724 2009-05-27 Tom Tromey <tromey@redhat.com>
8725 Thiago Jung Bauermann <bauerman@br.ibm.com>
8726 Phil Muldoon <pmuldoon@redhat.com>
8727
8728 * python/python.c: Include objfiles.h, observer.h.
8729 (gdbpy_auto_load): New global.
8730 (gdbpy_current_objfile): Likewise.
8731 (GDBPY_AUTO_FILENAME): New define.
8732 (gdbpy_new_objfile): New function.
8733 (gdbpy_get_current_objfile): Likewise.
8734 (gdbpy_objfiles): Likewise.
8735 (_initialize_python): Add "maint set auto-load". Call
8736 gdbpy_initialize_objfile. Attach objfile observer.
8737 (GdbMethods): New methods current_objfile, objfiles.
8738 * python/python-objfile.c: New file.
8739 * python/python-internal.h (objfile_to_objfile_object): Declare.
8740 (objfpy_get_printers): Likewise.
8741 (gdbpy_initialize_objfile): Likewise.
8742 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-objfile.o.
8743 (SUBDIR_PYTHON_SRCS): Add python-objfile.c.
8744 (python-objfile.o): New target.
8745
8746 2009-05-27 Pedro Alves <pedro@codesourcery.com>
8747
8748 * infrun.c (follow_exec): Clear the stop_requested flag.
8749 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
8750 Add debug output.
8751
8752 2009-05-27 Aleksandar Ristovski <aristovski@qnx.com>
8753
8754 * nto-procfs.c (get_regset): Pass correct pointer.
8755
8756 2009-05-26 Doug Evans <dje@google.com>
8757
8758 * dwarf2read.c (follow_die_ref): Add comment.
8759 (dwarf2_mark_helper): Tweak comment.
8760 (dwarf2_mark): Move description to its proper place.
8761
8762 2009-05-25 Pierre Muller <muller@ics.u-strasbg.fr>
8763
8764 * procfs.c (procfs_wait): Add options parameter.
8765
8766 2009-05-24 Doug Evans <dje@google.com>
8767
8768 Global renaming of find_thread_pid to find_thread_ptid.
8769 * gdbthread.h (find_thread_ptid): Renamed from find_thread_pid.
8770 * thread.c (find_thread_ptid): Renamed from find_thread_pid.
8771 All callers updated.
8772
8773 * infrun.c (follow_fork): Initialize new step_* locals
8774 to avoid "may be used uninitialized" warnings.
8775
8776 2009-05-24 Pedro Alves <pedro@codesourcery.com>
8777
8778 * inflow.c (copy_terminal_info): Deep copy `run_terminal'.
8779
8780 2009-05-24 Pedro Alves <pedro@codesourcery.com>
8781
8782 * gdbthread.h (struct thread_info): New `pending_follow' field.
8783 * thread.c (new_thread): New function.
8784 (add_thread_silent): Use it.
8785 * breakpoint.c (internal_breakpoint_number): New global, moved
8786 from inside...
8787 (create_internal_breakpoint): ... this.
8788 (clone_momentary_breakpoint): New.
8789 * breakpoint.h (clone_momentary_breakpoint): Declare.
8790 * infrun.c (nullify_last_target_wait_ptid): Move declaration
8791 higher.
8792 (pending_follow): Delete.
8793 (follow_fork): Handle pending follow fork event here. Moved the
8794 preserving of thread stepping state here.
8795 (resume): Don't handle pending follow fork events here. Only
8796 install the inferior's terminal modes if we're about to resume it.
8797 (proceed): Handle possible pending follow fork events here.
8798 (init_wait_for_inferior): No need to clear pending_follow anymore,
8799 it's gone.
8800 (handle_inferior_event): Adjust to per-thread `pending_follow'.
8801 Call `follow_fork' to handle following the fork. If the
8802 follow-fork is cancelled, stop stepping.
8803 * linux-nat.c (linux_child_follow_fork): Adjust to per-thread
8804 `pending_follow' events. Remove code that handled preserving the
8805 thread stepping state.
8806 * inf-ptrace.c (inf_ptrace_follow_fork): Ditto.
8807 * inf-ttrace.c (inf_ttrace_follow_fork): Ditto.
8808
8809 2009-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
8810
8811 * symfile.c (add_shared_symbol_files_command): Remove
8812 prototype and function.
8813 (_initialize _symfile): Move "add-shared-symbol-files"
8814 command and "assf" alias.
8815 * windows-nat.c (_initialize_windows_nat): to here.
8816 Change "add-shared-symbol-files" to alias.
8817
8818 * config/i386/cygwin.mh: Remove NAT_FILE.
8819 * config/i386/mingw.mh: Remove NAT_FILE.
8820 * config/i386/mingw64.mh: Remove NAT_FILE.
8821 * config/i386/nm-cygwin.h: Remove file.
8822 * config/i386/nm-cygwin64.h: Remove file.
8823
8824 2009-05-24 Hui Zhu <teawater@gmail.com>
8825
8826 * i386-linux-tdep.c (I386_LINUX_RECORD_SIZE_*,
8827 I386_LINUX_RECORD_IOCTL_*,
8828 I386_LINUX_RECORD_FCNTL_*) Removed.
8829 (i386_linux_init_abi): Change size of record from macros to
8830 numbers.
8831
8832 2009-05-24 Hui Zhu <teawater@gmail.com>
8833
8834 * i386-linux-tdep.c (i386_linux_init_abi): Remove size_char.
8835 * linux-record.c (record_linux_system_call): Ditto.
8836 * linux-record.h (linux_record_tdep): Ditto.
8837
8838 2009-05-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8839
8840 Replace the savestring calls by xstrdup calls where possible.
8841 * breakpoint.c (condition_command, set_raw_breakpoint)
8842 (create_catchpoint, update_breakpoint_locations): Replace the
8843 savestring calls by xstrdup calls where possible.
8844 * buildsym.c (start_subfile, patch_subfile_names, record_debugformat)
8845 (record_producer): Likewise.
8846 * coffread.c (coff_start_symtab, complete_symtab): Likewise.
8847 * corefile.c (set_gnutarget): Likewise.
8848 * dbxread.c (add_new_header_file): Likewise.
8849 * demangle.c (set_demangling_command, set_demangling_style): Likewise.
8850 * event-top.c (push_prompt, pop_prompt, command_line_handler)
8851 (set_async_prompt): Likewise.
8852 * infcmd.c (set_inferior_io_terminal, attach_command_post_wait):
8853 Likewise.
8854 * language.c (set_language_command, _initialize_language): Likewise.
8855 * linespec.c (decode_line_2): Likewise.
8856 * rs6000-nat.c (add_vmap): Likewise.
8857 * top.c (set_prompt, init_history, init_main): Likewise.
8858 * tracepoint.c (stringify_collection_list): Likewise.
8859 * varobj.c (varobj_create): Remove variable expr_len. Replace the
8860 savestring calls by xstrdup calls where possible.
8861 (value_of_root, c_name_of_variable, c_describe_child): Replace the
8862 savestring calls by xstrdup calls where possible.
8863 * xcoffread.c (complete_symtab): Likewise.
8864 * cli/cli-script.c (build_command_line, define_command): Likewise.
8865 * cli/cli-setshow.c (do_setshow_command): Likewise.
8866
8867 2009-05-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8868
8869 Remove already unreachable code.
8870 * varobj.c (varobj_get_handle): Fix comment when error is called.
8871 All callers updated.
8872
8873 2009-05-23 Eli Zaretskii <eliz@gnu.org>
8874
8875 * README (`configure' options): Document GDB-specific options to
8876 `configure'.
8877
8878 * symtab.c (skip_prologue_using_lineinfo): New function.
8879 (find_function_start_sal): Use it to get to the first line of
8880 function's body that has an entry in the lineinfo table.
8881
8882 * symmisc.c (dump_symtab): Switch the current language to
8883 the language of the symtab we are dumping only if the symtab's
8884 language is neither language_auto nor language_unknown.
8885
8886 * coffread.c (coff_symtab_read): Set language_minimal as the
8887 language for the "_globals_" pseudo-file.
8888 (process_coff_symbol): Set the symbol's language to the language
8889 of current_subfile.
8890
8891 2009-05-22 Pedro Alves <pedro@codesourcery.com>
8892
8893 * target.h (struct section_table): Rename to ...
8894 (struct target_section): ... this.
8895 * exec.c: Adjust all references.
8896 * exec.h: Adjust all references.
8897 * nto-tdep.c: Adjust all references.
8898 * nto-tdep.h: Adjust all references.
8899 * ppc-linux-tdep.c: Adjust all references.
8900 * rs6000-nat.c: Adjust all references.
8901 * s390-tdep.c: Adjust all references.
8902 * solib-darwin.c: Adjust all references.
8903 * solib-frv.c: Adjust all references.
8904 * solib-irix.c: Adjust all references.
8905 * solib-null.c: Adjust all references.
8906 * solib-osf.c: Adjust all references.
8907 * solib-pa64.c: Adjust all references.
8908 * solib-som.c: Adjust all references.
8909 * solib-sunos.c: Adjust all references.
8910 * solib-svr4.c: Adjust all references.
8911 * solib-target.c: Adjust all references.
8912 * solib.c: Adjust all references.
8913 * solist.h: Adjust all references.
8914 * symfile.c: Adjust all references.
8915 * symfile.h: Adjust all references.
8916 * target.c: Adjust all references.
8917
8918 2009-05-22 Hui Zhu <teawater@gmail.com>
8919
8920 Add sys_fcntl argument interfaces to linux_record_tdep.
8921
8922 * linux-record.h (linux_record_tdep): Add fcntl_F_GETLK,
8923 fcntl_F_GETLK64, fcntl_F_SETLK64 and fcntl_F_SETLKW64 to be
8924 interfaces.
8925 * i386-linux-tdep.c (I386_LINUX_RECORD_FCNTL_F_GETLK,
8926 I386_LINUX_RECORD_FCNTL_F_GETLK64,
8927 I386_LINUX_RECORD_FCNTL_F_SETLK64,
8928 I386_LINUX_RECORD_FCNTL_F_SETLKW64): New macros. The values
8929 of I386 Linux sys_fcntl arguments.
8930 (i386_linux_init_abi): Set macros values to linux_record_tdep.
8931 * linux-record.c (record_linux_system_call): Change to use
8932 the interface in linux_record_tdep in sys_fcntl and
8933 sys_fcntl64.
8934
8935 * linux-record.c (record_linux_system_call): Fix the process
8936 record build error about type in CYGWIN.
8937
8938 2009-05-22 Pedro Alves <pedro@codesourcery.com>
8939
8940 * inflow.c (kill_command): Delete left over static declaration.
8941
8942 2009-05-22 Pedro Alves <pedro@codesourcery.com>
8943
8944 * bfd-target.c: Don't include gdb_assert.h or gdb_string.h.
8945 Include exec.h.
8946 (struct section_closure): Delete.
8947 (add_to_section_table): Delete.
8948 (build_target_sections_from_bfd): Delete.
8949 (target_bfd_xfer_partial): Use section_table_xfer_memory_partial.
8950 (target_bfd_reopen): Use build_section_table.
8951 * exec.c (xfer_memory): Move most code except for overlay
8952 debugging support from here...
8953 (section_table_xfer_memory): ... to this new function.
8954 (section_table_xfer_memory_partial): New.
8955 * exec.h (section_table_xfer_memory_partial): Declare.
8956 * bfd-target.h (build_target_sections_from_bfd): Delete
8957 declaration.
8958
8959 2009-05-22 Pedro Alves <pedro@codesourcery.com>
8960
8961 * remote.c (compare_sections_command): Don't declare exec_bfd.
8962 * tracepoint.c: Include "gdbcore.h".
8963 (remote_set_transparent_ranges): Don't declare exec_bfd.
8964
8965 2009-05-21 Pedro Alves <pedro@codesourcery.com>
8966
8967 * aix-thread.c (init_aix_thread_ops): Whitespace.
8968
8969 2009-05-21 Pedro Alves <pedro@codesourcery.com>
8970
8971 * dec-thread.c (dec_thread_wait): Add options parameter. Use it
8972 to call the to_wait method in the target beneath.
8973 * remote-m32r-sdi.c (m32r_wait): Add options parameter.
8974
8975 2009-05-21 Joel Brobecker <brobecker@adacore.com>
8976
8977 * aix-thread.c (aix_thread_wait): Add options parameter. Use it
8978 to call the to_wait method in the target_beneath.
8979
8980 2009-05-21 Pedro Alves <pedro@codesourcery.com>
8981
8982 * linux-nat.c (linux_nat_terminal_inferior)
8983 (linux_nat_terminal_ours): Don't check sync_execution.
8984 * remote.c (remote_terminal_inferior, remote_terminal_ours):
8985 Don't check sync_execution. Update comments.
8986 * target.c (target_terminal_inferior): New.
8987 * target.h (target_terminal_inferior): Delete macro, and declare
8988 as function.
8989 * event-top.c (async_disable_stdin): Make idempotent. Don't give
8990 the target the terminal here.
8991 * inflow.c (terminal_ours_1): Don't return early without setting
8992 `terminal_is_ours'.
8993
8994 2009-05-21 Pedro Alves <pedro@codesourcery.com>
8995
8996 * target.h (TARGET_WNOHANG): New.
8997 * target.c (target_wait): Add `options' argument. Adjust.
8998 (struct target_ops) <to_wait>: Add `options' argument.
8999 (target_wait): Add `options' argument.
9000 * infrun.c (wait_for_inferior): Pass 0 as options to
9001 target_wait (blocking wait).
9002 (fetch_inferior_event): Pass TARGET_WNOHANG as options to
9003 target_wait.
9004 * fork-child.c (startup_inferior): Pass 0 as options to
9005 target_wait (blocking wait).
9006 * linux-nat.c (linux_nat_create_inferior): Remove async masking.
9007 (linux_nat_wait_1): Add `target_options' argument. Use it instead
9008 of checking on target_can_async_p.
9009 (linux_nat_wait): Add `target_options' argument. Adjust.
9010 * remote.c (remote_wait_ns): Add `options' argument. Adjust to
9011 check on TARGET_WNOWAIT instead of checking on remote_is_async_p.
9012 (remote_wait_as): Add `options' argument. Adjust to check on
9013 TARGET_WNOWAIT instead of checking on remote_is_async_p. If doing
9014 a blocking wait, keep waiting until an interesting event comes
9015 out.
9016 (remote_wait): Add `options' argument. Don't loop here if the
9017 target is in async mode, and a blocking wait has been requested.
9018
9019 * top.c (deprecated_target_wait_hook): Add `options' argument.
9020 * linux-thread-db.c (thread_db_wait): Add `options' argument, and
9021 pass it down to the layer beneath.
9022 * inf-ptrace.c (inf_ptrace_wait): Add `options' argument.
9023 * record.c (record_beneath_to_wait): Add `options' argument.
9024 (record_wait): Add `options' argument, and pass it down to the
9025 layer beneath.
9026 * bsd-uthread.c (bsd_uthread_wait): Add `options' argument.
9027 * darwin-nat.c (darwin_wait): Likewise.
9028 * defs.h (deprecated_target_wait_hook): Likewise.
9029 * gnu-nat.c (gnu_wait): Add `options' argument.
9030 * go32-nat.c (go32_wait): Likewise.
9031 * hpux-thread.c (hpux_thread_wait): Add `options' argument, and
9032 pass it down to the layer beneath.
9033 * inf-ttrace.c (inf_ttrace_wait): Add `options' argument.
9034 * monitor.c (monitor_wait): Likewise.
9035 * nto-procfs.c (procfs_wait): Likewise.
9036 * remote-mips.c (mips_wait): Add `options' argument.
9037 * remote-sim.c (gdbsim_wait): Likewise.
9038 * rs6000-nat.c (rs6000_wait): Add `options' argument.
9039 * sol-thread.c (sol_thread_wait): Add `options' argument, and pass
9040 it down to the layer beneath.
9041 * spu-linux-nat.c (spu_child_wait): Add `options' argument.
9042 * windows-nat.c (windows_wait): Likewise.
9043 * tui/tui-hooks.c (tui_target_wait_hook): Likewise. Adjust.
9044
9045 2009-05-21 Pedro Alves <pedro@codesourcery.com>
9046
9047 * mi/mi-interp.c (mi_on_resume): Account for whole process
9048 resumes.
9049
9050 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9051
9052 * m2-exp.y (MAX_FUNC): Fix trailing UNOP_MAX.
9053
9054 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9055
9056 * dwarf2read.c (set_cu_language): Recognize also DW_LANG_C99.
9057
9058 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9059
9060 Fix parsing DW_AT_const_value using DW_FORM_string.
9061 * dwarf2read.c (dwarf2_const_value <DW_FORM_string>): New.
9062
9063 2009-05-20 Joel Brobecker <brobecker@adacore.com>
9064
9065 * aix-thread.c (giter_count): Do not count the main thread.
9066 (giter_accum): Do not include the main thread.
9067
9068 2009-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9069
9070 Remove the PROT parameter from openp.
9071 * source.c (openp): Remove the parameter PROT. Assertion check MODE.
9072 defs.h (openp): Update the prototype.
9073 Update all the openp callers.
9074
9075 2009-05-19 Pedro Alves <pedro@codesourcery.com>
9076
9077 * inflow.c (kill_command): Moved to infcmd.c.
9078 (_initialize_inflow): Don't add the "kill" command or clear
9079 inferior_ptid here.
9080 * infcmd.c (kill_command): Moved here from inflow.c.
9081 (_initialize_infcmd): Add the "kill" command here.
9082
9083 2009-05-19 Pedro Alves <pedro@codesourcery.com>
9084
9085 * fork-child.c: Don't include frame.h. Include terminal.h.
9086 (fork_inferior): Call new_tty_postfork after forking adn adding
9087 the child to the inferior list.
9088 * inferior.h (new_tty_prefork, gdb_has_a_terminal): Don't declare
9089 here.
9090 * inflow.c (struct terminal_info): Remove const qualifier from
9091 `run_terminal' field.
9092 (inferior_thisrun_terminal): Tweak comment.
9093 (inflow_inferior_exit): Release the `run_terminal' field.
9094 (copy_terminal_info): New function.
9095 (new_tty_postfork): New function.
9096 * terminal.h (new_tty_prefork, new_tty, new_tty_postfork,
9097 (copy_terminal_info, gdb_has_a_terminal, gdb_setpgid): Declare.
9098 * inf-ptrace.c: Include terminal.h.
9099 (inf_ptrace_follow_fork): Copy the parent's terminal info to the
9100 child.
9101 * linux-nat.c: Include terminal.h.
9102 (linux_child_follow_fork): Copy the parent's terminal info to the
9103 child.
9104 * inf-ttrace.c: Include terminal.h.
9105 (inf_ttrace_follow_fork): Copy the parent's terminal info to the
9106 child.
9107
9108 2009-05-19 Pedro Alves <pedro@codesourcery.com>
9109
9110 * breakpoint.c (insert_breakpoints, breakpoint_init_inferior)
9111 (update_global_location_list): Use gdbarch_has_global_breakpoints
9112 instead of gdbarch_has_global_solist and
9113 target_supports_multi_process.
9114 * dicos-tdep.c (dicos_init_abi): Set
9115 gdbarch_has_global_breakpoints.
9116 * gdbarch.sh (has_global_solist): Update comment.
9117 (has_global_breakpoints): New.
9118 * remote.c (remote_start_remote): Use
9119 gdbarch_has_global_breakpoints instead of
9120 gdbarch_has_global_solist.
9121 * target.c (target_detach): Use gdbarch_has_global_breakpoints
9122 instead of gdbarch_has_global_solist.
9123 * infcmd.c (attach_command): Use gdbarch_has_global_solist instead
9124 of target_supports_multi_process.
9125
9126 2009-05-18 Paul Pluzhnikov <ppluzhnikov@google.com>
9127
9128 * objc-lang.c (find_methods): Plug a small memory leak.
9129
9130 2009-05-18 Pedro Alves <pedro@codesourcery.com>
9131
9132 * solib-svr4.c: Include observer.h.
9133 (debug_base, debug_loader_offset_p, debug_loader_offset)
9134 (debug_loader_name, main_lm_addr): Move these globals...
9135 (struct svr4_info): ... into this new structure.
9136 (svr4_info_p): New typedef.
9137 (svr4_info): New global.
9138 (get_svr4_info, remove_svr4_info, solib_svr4_inferior_exit): New
9139 functions.
9140 (locate_base, solib_svr4_r_map, solib_svr4_r_brk)
9141 (solib_svr4_r_ldsomap): Add svr4_info argument. Adjust to
9142 per-inferior svr4.
9143 (open_symbol_file_object): Adjust to per-inferior svr4.
9144 (svr4_default_sos, svr4_current_sos, svr4_fetch_objfile_link_map):
9145 Ditto.
9146 (enable_break): Add svr4_info argument. Adjust to per-inferior
9147 svr4.
9148 (enable_break, svr4_solib_create_inferior_hook, svr4_clear_solib):
9149 Adjust to per-inferior svr4.
9150 (_initialize_svr4_solib): Install the solib_svr4_inferior_exit
9151 observer.
9152
9153 2009-05-18 Pedro Alves <pedro@codesourcery.com>
9154
9155 * linux-nat.h (linux_proc_get_tgid): Declare.
9156 * linux-nat.c (linux_proc_get_tgid): New.
9157 * linux-thread-db.c (struct thread_db_info): New field
9158 `need_stale_parent_threads_check'.
9159 (add_thread_db_info): Set it.
9160 (find_new_threads_callback): Ignore stale fork parent threads.
9161 (thread_db_resume): New.
9162 (init_thread_db_ops): Install thread_db_resume.
9163
9164 2009-05-18 Pedro Alves <pedro@codesourcery.com>
9165
9166 * fork-child.c (fork_inferior): Only reset the thread list if this
9167 is the first inferior.
9168 (startup_inferior): If the target support multi-process, tell it
9169 to resume only the new process.
9170 * linux-nat.c (num_lwps): Delete global.
9171 (purge_lwp_list): New function.
9172 (num_lwps): New function.
9173 (add_lwp, delete_lwp): Adjust.
9174 (ptid_match): New.
9175 (iterate_over_lwps): Add filter argument. Handle it.
9176 (linux_nat_attach): Remove FIXME note.
9177 (linux_nat_detach): Adjust to iterate over threads of the inferior
9178 we're detaching from. Adjust to num_lwps being a function. Don't
9179 assume the head of the lwp list is the main thread of the process
9180 we're detaching from. Don't destroy the LWP list.
9181 (resume_callback): Add debug output.
9182 (linux_nat_resume): Handle resuming a single inferior. Allow a
9183 wildcard resume in non-stop mode.
9184 (linux_handle_extended_wait): Don't assume inferior_ptid is the
9185 correct inferior of the parent LWP.
9186 (status_callback): Also check lp->waitstatus.
9187 (select_event_lwp): Add new filter parameter. Handle it.
9188 (linux_nat_filter_event): Adjust to num_lwps being a function.
9189 (linux_nat_wait_1): When adding the first lwp of the inferior, use
9190 an is_lwp check instead of checking for the number of lwps.
9191 (linux_nat_wait_1): Handle waiting for a specific tgid. Handle
9192 pending process exit statuses.
9193 (linux_nat_mourn_inferior): Don't destroy all the LWP info.
9194 Instead delete LWPs of the inferior that we're mourning. Don't
9195 unregister from the event loop here.
9196 (linux_nat_pid_to_str): Use `num_lwps'.
9197 (linux_nat_make_corefile_notes): Adjust to walk over lwps of a
9198 single inferior.
9199 (linux_nat_is_async_p): Check if async was masked out.
9200 (linux_multi_process): New global.
9201 (linux_nat_supports_multi_process): New.
9202 (linux_nat_stop_lwp): Remove LWP filtering. It is done by the
9203 caller.
9204 (linux_nat_stop): Adjust to make iterate_over_lwps itself do the
9205 LWP filtering.
9206 (linux_nat_close): New.
9207 (linux_nat_add_target): Register linux_nat_close and
9208 linux_nat_supports_multi_process.
9209 * linux-nat.h (iterate_over_lwps): Add filter argument.
9210 * linux-thread-db.c (thread_db_handle): Delete.
9211 (proc_handle, thread_agent, td_init_p, td_ta_new_p)
9212 (td_ta_map_id2thr_p, td_ta_map_lwp2thr_p, td_ta_thr_iter_p)
9213 (td_ta_event_addr_p, td_ta_set_event_p, td_ta_event_getmsg_p)
9214 (td_thr_validate_p, td_thr_get_info_p, td_thr_event_enable_p)
9215 (td_thr_tls_get_addr_p, td_create_bp_addr, td_death_bp_addr): No
9216 longer globals, moved to...
9217 (struct thread_db_info): ... this new structure.
9218 (thread_db_list): New.
9219 (add_thread_db_info, get_thread_db_info, delete_thread_db_info):
9220 New.
9221 (have_threads_callback): Filter out threads of all inferiors but
9222 the one specified by the ARGS argument.
9223 (have_threads): Add ptid argument specifying the inferior we're
9224 interested in. Handle it.
9225 (struct thread_get_info_inout): New.
9226 (thread_get_info_callback, thread_from_lwp): Adjust to use it.
9227 (thread_db_attach_lwp): Check that inferior of the passed in
9228 thread is using thread-db. Adjust.
9229 (enable_thread_event): Remove thread_agent parameter. Instead,
9230 get it from the per-inferior thread-db info.
9231 (dladdr_to_soname): Move higher up.
9232 (enable_thread_event_reporting): Adjust to use per-inferior
9233 thread-db info.
9234 (try_thread_db_load_1): Replace `handle' parameter by a
9235 thread_db_info parameter. Adjust to use per-inferior thread-db
9236 info.
9237 (try_thread_db_load): Adjust to use per-inferior thread-db info.
9238 (thread_db_load, disable_thread_event_reporting): Ditto.
9239 (check_for_thread_db): Remove conditional reporting of which
9240 libthread_db is in use.
9241 (thread_db_new_objfile): Add comment about inferior_ptid.
9242 (attach_thread): Adjust to use per-inferior thread-db info.
9243 (thread_db_detach): Adjust to use per-inferior thread-db info.
9244 Remove thread event breakpoints of the current inferior. Only
9245 unpush the thread-db target if there are no more processes using
9246 it.
9247 (check_event): Adjust to use per-inferior thread-db info.
9248 (thread_db_wait): Adjust to use per-inferior thread-db info. Only
9249 unpush the thread-db target if there are no more processes using
9250 it.
9251 (thread_db_mourn_inferior): Adjust to use per-inferior thread-db
9252 info. Mark breakpoints of the current inferior out before
9253 deleting them. Only unpush the thread-db target if there are no
9254 more processes using it.
9255 (find_new_threads_callback): Adjust to use per-inferior thread_db
9256 info.
9257 (thread_db_find_new_threads_1): Add new ptid argument. Adjust to
9258 use per-inferior thread-db info.
9259 (thread_db_find_new_threads): Adjust to use per-inferior thread-db
9260 info.
9261 (thread_db_get_thread_local_address): Adjust.
9262 (thread_db_get_ada_task_ptid): Adjust.
9263 * inf-ptrace.c (inf_ptrace_mourn_inferior): Only unpush the target
9264 if there no more processes left to debug.
9265 * thread.c (set_running, set_executing): Handle resuming all
9266 threads of a single inferior.
9267 * mi/mi-interp.c (mi_output_running_pid): New.
9268 (mi_inferior_count): New.
9269 (mi_on_resume): For backwards compatibility, if resuming all
9270 threads of an inferior, and there is only one inferior, output
9271 "all".
9272
9273 2009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
9274
9275 * ada-lang.c (ada_find_any_type): Move check for primitive types ...
9276 (to_fixed_range_type): ... to here.
9277
9278 2009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
9279
9280 * ada-lang.c (desc_data_type): Remove, replace by ...
9281 (desc_data_target_type): ... this.
9282 (thin_data_pntr): Use desc_data_target_type instead of desc_data_type.
9283 (ada_is_array_descriptor_type): Likewise.
9284 (ada_type_of_array): Likewise.
9285 (ada_coerce_to_simple_array_type): Likewise.
9286 (ada_array_element_type): Likewise.
9287
9288 2009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
9289
9290 * ada-valprint.c (ada_val_print_1): Use val_print_string to print
9291 result of ada_vax_float_print_function inferior call.
9292
9293 2009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
9294
9295 * ada-lang.c (ada_coerce_to_simple_array_type): Reimplement to
9296 avoid creating a dummy value.
9297
9298 2009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
9299
9300 * p-valprint.c (pascal_val_print): Use extract_typed_address
9301 to extract reference value.
9302
9303 2009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
9304
9305 * doublest.c (NAN): Remove unused define.
9306 (extract_floating_by_length, deprecated_extract_floating): Remove.
9307 (store_floating_by_length, deprecated_store_floating): Remove.
9308 (extract_typed_floating): Do not call extract_floating_by_length.
9309 (store_typed_floating): Do not call store_floating_by_length.
9310 (convert_typed_floating): Remove redundant assertions.
9311 * doublest.h (deprecated_extract_floating): Remove.
9312 (deprecated_store_floating): Remove.
9313 * sh64-tdep.c (sh64_register_convert_to_raw): Call
9314 extract_typed_floating instead of deprecated_extract_floating.
9315
9316 2009-05-18 Jon Beniston <jon@beniston.com>
9317
9318 * MAINTAINERS: Add lm32 target.
9319 * Makefile.in: Add lm32 dependencies.
9320 * NEWS: Indicate lm32 is a new target.
9321 * configure.tgt: Add lm32 targets.
9322 * lm32-tdep.c: New file.
9323
9324 2009-05-18 Pedro Alves <pedro@codesourcery.com>
9325
9326 * corelow.c (core_open): Flush the register cache before doing
9327 anything with registers.
9328
9329 2009-05-18 Pedro Alves <pedro@codesourcery.com>
9330
9331 * inflow.h (our_process_group): Remove declaration.
9332 (inferior_process_group): Delete global variable declaration.
9333 (inferior_process_group): New function declaration.
9334 * inflow.c: Include observer.h.
9335 (inferior_ttystate, our_ttystate, tflags_inferior, tflags_ours):
9336 Delete.
9337 (struct terminal_info): New struct.
9338 (our_terminal_info): New global.
9339 (inferior_process_group): New function.
9340 (inferior_thisrun_terminal): Extend description comment.
9341 (gdb_has_a_terminal): Adjust to write to our_terminal_info fields
9342 instead of globals.
9343 (terminal_init_inferior_with_pgrp): Adjust to per-inferior
9344 terminal settings.
9345 (terminal_inferior): Ditto.
9346 (terminal_ours_1): Ditto.
9347 (inflow_new_inferior, inflow_inferior_exit): New functions.
9348 (child_terminal_info): Adjust to per-inferior terminal settings.
9349 (osig_set): New global.
9350 (set_sigint_trap): Adjust to per-inferior terminal settings. Set
9351 or clear `osig_set' accordingly.
9352 (clear_sigint_trap): Check `osig_set' to decide wheater to restore
9353 SIGINT handler, instead of checking the current inferior (which
9354 may be none).
9355 (_initialize_inflow): Attach inflow_new_inferior and
9356 inflow_inferior_exit to the "new_inferior" and "inferior_exit"
9357 notifications, respectively.
9358 * inferior.h (struct terminal_info): Forward declare.
9359 (struct inferior): Add `terminal_info' field.
9360 * inferior.c (delete_inferior_1): Notify the inferior_exit
9361 observers before removing the inferior from the lists and deleting
9362 it.
9363 * inf-ptrace.c (inf_ptrace_stop): `inferior_process_group' is now
9364 a function instead of a variable. Adjust.
9365 * procfs.c (procfs_stop): Ditto.
9366
9367 2009-05-17 Pedro Alves <pedro@codesourcery.com>
9368
9369 * infrun.c (handle_inferior_event): When handling a
9370 TARGET_WAITKIND_FORKED, detach breakpoints from the fork child
9371 immediatelly.
9372 * linux-nat.c (linux_child_follow_fork): Only detach breakpoints
9373 from the child if vforking.
9374 * inf-ptrace.c (inf_ptrace_follow_fork): No need to detach
9375 breakpoints from the child here.
9376
9377 2009-05-17 Pedro Alves <pedro@codesourcery.com>
9378
9379 * infrun.c (pending_follow): Remove execd_pathname member.
9380 (resume): No longer handle TARGET_WAITKIND_EXECD pending follow.
9381 (handle_inferior_event): When handling a TARGET_WAITKIND_EXECD
9382 event, don't copy `execd_pathname' to pending_follow, use the
9383 event copy instead. Release `execd_pathname' once done with
9384 handling the event.
9385
9386 * infrun.c (pending_follow): Remove mention of exec events.
9387
9388 2009-05-17 Hui Zhu <teawater@gmail.com>
9389
9390 * i386-tdep.c (i386_process_record): Make it extern.
9391 (i386_gdbarch_init): Don't call set_gdbarch_process_record
9392 here.
9393 * i386-tdep.h (i386_process_record): Declare.
9394 * i386-linux-tdep.c (i386_linux_init_abi): Call
9395 set_gdbarch_process_record.
9396
9397 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
9398
9399 Always report varobj as changed when in_scope attribute changes.
9400
9401 * varobj.c (install_new_value): If non-NULL-ness of value
9402 changed, return 1.
9403
9404 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
9405
9406 * NEWS: Mention set/show libthread-db-search-path.
9407 * gdb_thread_db.h (LIBTHREAD_DB_SEARCH_PATH): New define.
9408 (LIBTHREAD_DB_SO): Moved from linux-thread-db.c
9409 * linux-thread-db.c (libthread_db_search_path): New setting.
9410 (thread_db_handle): New variable (replaces using_thread_db).
9411 (try_thread_db_load_1): New function.
9412 (try_thread_db_load, thread_db_load_search): Likewise.
9413 (dladdr_to_soname): Likewise.
9414 (thread_db_load): Iterate over possibly multiple libthread_db's.
9415 (check_for_thread_db): Attempt to load new libthread_db.
9416 (thread_db_detach, thread_db_wait): Unload libthread_db.
9417 (thread_db_mourn_inferior): Likewise.
9418 (_initialize_thread_db): Add new libthread-db-search-path option.
9419 Defer loading of libthread_db to check_for_thread_db.
9420 * solib.c (libpthread_name_p): New function.
9421 (libpthread_solib_p): Call it.
9422 * solib.h (libpthread_name_p): New prototype.
9423
9424 2009-05-15 Pierre Muller <muller@ics.u-strasbg.fr>
9425
9426 * MAINTAINERS: Update my email address.
9427
9428 2009-05-14 Paul Pluzhnikov <ppluzhnikov@google.com>
9429
9430 * breakpoint.h: Add breakpoint_re_set_objfile prototype.
9431 * breakpoint.c (create_overlay_event_breakpoint): Renamed
9432 from create_overlay_event_breakpoint_1, old
9433 create_overlay_event_breakpoint deleted.
9434 (breakpoint_re_set_objfile): Don't rescan all objfiles
9435 unnecessarily.
9436 (breakpoint_re_set): New function.
9437 * symfile.c (new_symfile_objfile): Call breakpoint_re_set_objfile
9438 instead of breakpoint_re_set.
9439 * objfiles.c (objfile_relocate): Likewise.
9440
9441 2009-05-14 Joel Brobecker <brobecker@adacore.com>
9442
9443 * gdbarch.sh: Add comment documenting the target_gdbarch global.
9444 gdbarch.h does NOT need to be regenerated as the corresponding
9445 change has already been made in a previous commit.
9446
9447 2009-05-14 Pierre Muller <muller@ics.u-strasbg.fr>
9448
9449 Remove all i386 debug register low level macros in config nm files.
9450 (I386_DR_LOW_SET_ADDR, I386_DR_LOW_RESET_ADDR): Remove.
9451 (I386_DR_LOW_GET_STATUS, I386_DR_LOW_SET_CONTROL): Remove.
9452 (I386_USE_GENERIC_WATCHPOIINTS): Remove.
9453
9454 * i386-nat.h: New file (adapted from config/i386/nm-i386.h).
9455 (struct i386_dr_low_type): New type.
9456 (i386_dr_low): New global variable.
9457 * i386-nat.c (TARGET_HAS_DR_LEN_8): Update macro.
9458 (i386_insert_aligned_watchpoint): Replace i386 dr low macros by
9459 i386_dr_low struct variable fields.
9460 (i386_remove_aligned_watchpoint): Likewise.
9461 (i386_stopped_data_address): Likewise.
9462 (i386_stopped_by_hwbp): Likewise.
9463 (show_debug_regs_command_added): New static variable.
9464 (add_show_debug_regs_command): New static function.
9465 (i386_use_watchpoints): Call add_show_debug_regs_command if not done.
9466 (i386_set_debug_register_length): New function.
9467 (_initialize_i386_nat): Delete.
9468
9469 * amd64-linux-nat.c: Include "i386-nat.h".
9470 (amd64_linux_dr_set_control): Change to static.
9471 (amd64_linux_dr_get_status): Change to static.
9472 (amd64_linux_dr_set_addr,amd64_linux_dr_reset_addr): Likewise.
9473 (_initialize_amd64_linux_nat): Set i386_dr_low variable fields.
9474
9475 * go32-nat.c: Include "i386-nat.h".
9476 (go32_set_addr): Change to static.
9477 (go32_set_dr7): Change to static. Change arg type to unisgned long.
9478 (go32_get_dr6): Change to static. Change return type to unisnged long.
9479 (init_go32_ops): Set i386_dr_low variable fields.
9480 * i386-linux-nat.c: Include "i386-nat.h".
9481 (i386_linux_dr_set_control, i386_linux_dr_get_status): Change to static.
9482 (i386_linux_dr_set_addr, i386_linux_dr_reset_addr): Idem.
9483 (_initialize_i386_linux_nat): Set i386_dr_low variable fields.
9484 * i386bsd-nat.h: Declare functions used for
9485 i386_dr_low fields in i386fbsd-nat.c.
9486 * i386fbsd-nat.c: Include "i386-nat.h".
9487 (_initialize_i386fbsd_nat): Set i386_dr_low variable fields.
9488 * windows-nat.c: Include "i386-nat.h".
9489 (cygwin_set_dr, cygwin_get_dr6, cygwin_set_dr7): Add prototypes.
9490 Change to static.
9491 (cygwin_get_dr6): Change return type to unisnged long.
9492 (cygwin_set_dr7): Change arg type to unisgned long.
9493 (init_windows_ops): Set i386_dr_low function fields.
9494
9495 * amd64-windows-nat.c (_initialize_amd64_windows_nat): Call
9496 i386_set_debug_register_length.
9497 * i386-windows-nat.c (_initialize_i386_windows_nat): Likewise.
9498
9499 * config/i386/nm-cygwin.h: Remove all I386_* macros.
9500 * config/i386/nm-cygwin64.h: Likewise.
9501 * config/i386/nm-fbsd.h: Likewise.
9502 * config/i386/nm-linux.h: Likewise.
9503 * config/i386/nm-i386.h: Remove completely.
9504 * config/i386/nm-go32.h: Remove completely.
9505 * config/i386/nm-linux64.h: Remove completely.
9506 * config/i386/go32.mh (NAT_FILE): Remove entry.
9507 * config/i386/linux64.h (NAT_FILE): Change to config/nm-linux.h.
9508
9509 2009-05-14 Jon Beniston <jon@beniston.com>
9510
9511 * MAINTAINERS: Add Jon Beniston to write after approval list.
9512
9513 2009-05-13 Paul Pluzhnikov <ppluzhnikov@google.com>
9514
9515 * objc-lang.c (objc_objfile_data): New variable.
9516 (find_methods): Skip objfiles without Obj-C methods.
9517 (_initialize_objc_lang): New function.
9518
9519 2009-05-13 Joel Brobecker <brobecker@adacore.com>
9520
9521 * c-lang.c (print_wchar): Remove unnecessary cast.
9522
9523 2009-05-12 Jim Blandy <jimb@red-bean.com>
9524
9525 * MAINTAINERS: Remove self as m32c target maintainer.
9526
9527 2009-05-12 Pedro Alves <pedro@codesourcery.com>
9528
9529 * cli/cli-decode.c (deprecated_add_set_cmd): Delete.
9530 * command.h (deprecated_add_set_cmd): Delete declaration.
9531 * gnu-nat.c (_initialize_gnu_nat): Replace 'maint gnu-debug' with
9532 'set debug gnu-nat' and 'show debug gnu-nat'.
9533 * i386-nat.c (_initialize_i386_nat): Replace 'maint
9534 show-debug-registers' with 'maint set show-debug-registers' and
9535 'maint show show-debug-registers'.
9536 * mips-linux-nat.c (_initialize_mips_linux_nat): Replace 'maint
9537 show-debug-registers' with 'maint set show-debug-registers' and
9538 'maint show show-debug-registers'.
9539
9540 2009-05-12 Joel Brobecker <brobecker@adacore.com>
9541
9542 * c-lang.c (print_wchar): Convert w into a gdb_wchar_t before
9543 pushing it on the output obstack.
9544
9545 2009-05-11 Joel Brobecker <brobecker@adacore.com>
9546
9547 Fix internal error on breaking at a multi-locations caller source line.
9548 * breakpoint.c (parse_breakpoint_sals): Set EXPLICIT_PC for the `break'
9549 command with no parameters.
9550
9551 2009-05-11 Pedro Alves <pedro@codesourcery.com>
9552
9553 * linux-nat.c (enum sigchld_state): Delete.
9554 (linux_nat_async_events_state): Delete.
9555 (struct waitpid_result): Delete.
9556 (waitpid_queue): Delete.
9557 (queued_waitpid_1): Delete.
9558 (async_file_flush): New.
9559 (queued_waitpid, push_waitpid): Delete.
9560 (async_file_mark): New.
9561 (drain_queued_events): Delete.
9562 (my_waitpid): Remove locally queued events handling.
9563 (linux_test_for_tracefork): Upjust.
9564 (linux_child_follow_fork): Ditto.
9565 (sync_sigchld_action): Delete.
9566 (blocked_mask): Reinstate.
9567 (async_sigchld_action): Rename to...
9568 (sigchld_action): ... this.
9569 (block_child_signals): New.
9570 (restore_child_signals_mask): New.
9571 (lin_lwp_attach_lwp): Adjust.
9572 (linux_nat_create_inferior): Ditto.
9573 (linux_nat_attach): Also use lp->status in async mode.
9574 (get_pending_status): Don't use queued_waitpid.
9575 (linux_nat_detach): Don't drain locally queued events.
9576 (linux_nat_resume): Allow pending wait statuses stored lp->status
9577 in async mode. If returning early due to a pending event,
9578 re-register the event source.
9579 (stop_wait_callback): Allow pending wait statuses stored
9580 lp->status in async mode.
9581 (pipe_to_local_event_queue, local_event_queue_to_pipe): Delete.
9582 (linux_nat_wait): Rename to ...
9583 (linux_nat_wait_1): ... this. Allow pending wait statuses stored
9584 lp->status in async mode. Always add WNOHANG to the waitpid
9585 options in async mode.
9586 (linux_nat_wait): New.
9587 (kill_callback): Don't drain locally queued events.
9588 (sigchld_handler): Rewrite.
9589 (linux_nat_is_async_p, linux_nat_can_async_p): Fix comments to
9590 refer to "set target-async".
9591 (linux_nat_async_mask): If in non-stop, and re-enabling async
9592 mode, re-register the target event source in the event loop.
9593 (linux_nat_event_pipe_pop, linux_nat_event_pipe_push)
9594 (get_pending_events, async_sigchld_handler)
9595 (linux_nat_async_events): Delete.
9596 (handle_target_event): New.
9597 (linux_nat_async_file_handler): Delete.
9598 (linux_async_pipe): New.
9599 (linux_nat_async): Only re-register in the event loop if not
9600 registered yet. Always notify the event-loop once if enabling the
9601 event source.
9602 (linux_nat_stop_lwp): Rewrite to handle pending events stored in
9603 lp->status, not in the locally queued event list.
9604 (linux_nat_stop): Don't mask out async event handling.
9605 (linux_nat_setup_async): Delete.
9606 (_initialize_linux_nat): Adjust.
9607 (lin_thread_get_thread_signals): blocked_mask is global again.
9608 Adjust.
9609
9610 2009-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
9611
9612 Unify target macros.
9613
9614 * target.h (STOPPED_BY_WATCHPOINT): Delete, replaced by ...
9615 (target_stoppped_by_watchpoint): New macro.
9616 (HAVE_STEPPABLE_WATCHPOINT): Delete, replaced by ...
9617 (target_have_steppable_watchpoint): New macro.
9618 (HAVE_CONTINUABLE_WATCHPOINT): Delete, replace by ...
9619 (target_have_continuable_watchpoint): New macro.
9620 (TARGET_CAN_USE_HARDWARE_WATCHPOINT):Delete, replaced by ...
9621 (target_can_use_hardware_watchpoint): New macro.
9622 (TARGET_REGION_OK_FOR_HW_WATCHPOINT):Delete, replaced by ...
9623 (target_region_ok_for_hw_watchpoint): New macro.
9624
9625 * breakpoint.c (update_watchpoint): Use new macros.
9626 (bpstat_alloc): Likewise.
9627 (create_breakpoint): Likewise.
9628 (watch_command_1): Likewise.
9629 (can_use_hardware_watchpoint): Likewise.
9630 (do_enable_breakpoint): Likewise.
9631 * infrun.c (handle_inferior_event): Adapt to new macros.
9632 * mips-tdep.c (mips_gdbarch_init): Update comments.
9633 * procfs.c (procfs_set_watchpoint): Update comment.
9634 (procfs_insert_watchpoint): Adapt to new macros.
9635 * remote-m32r-sdi.c (m32r_stop):
9636 * remote-mips.c (mips_remove_breakpoint):
9637 * target.c (debug_to_region_ok_for_hw_watchpoint): Update to new macros.
9638 (debug_to_stopped_by_watchpoint): Likewise.
9639
9640
9641 2009-05-10 Pierre Muller <muller@ics.u-strasbg.fr>
9642
9643 * src/gdb/target.h: Remove all tests for already defined
9644 macros. All macros defined here should not be set in config
9645 headers anymore.
9646
9647 2009-05-08 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
9648
9649 * ppc-linux-nat.c (have_ptrace_getsetregs): New variable.
9650 (have_ptrace_getsetfpregs): Likewise.
9651 fetch_all_gp_regs): New function.
9652 (fetch_gp_regs): New function.
9653 (fetch_all_fp_regs): Likewise.
9654 (fetch_fp_regs): New function.
9655 (fetch_ppc_registers): Using the new methods to fetch general-
9656 purpose and floating-pointer registers.
9657 (store_all_gp_regs): New function.
9658 (store_gp_regs): Likewise.
9659 (store_all_fp_regs): New function.
9660 (store_fp_regs): Likewise.
9661 (store_ppc_registers): Using the new methods to store general-
9662 purpose and floating-pointer registers.
9663
9664 2009-05-08 Doug Evans <dje@google.com>
9665
9666 * linux-nat.c (linux_xfer_siginfo): Delete unused locals lp, n.
9667
9668 2009-05-07 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
9669
9670 * MAINTAINERS (Write After Approval): Add self.
9671
9672 2009-05-07 Joel Brobecker <brobecker@adacore.com>
9673
9674 * gdbarch.h (target_gdbarch): Add comment documenting this global.
9675
9676 2009-05-06 Joel Brobecker <brobecker@adacore.com>
9677
9678 * acinclude.m4 (AM_ICONV): Prefer in-tree libiconv if present over
9679 system iconv.
9680 * configure: Regenerate.
9681
9682 2009-05-06 Joel Brobecker <brobecker@adacore.com>
9683
9684 * utils.c: Add include of gdb_usleep.h.
9685 (defaulted_query): Detect false EOF conditions that happen
9686 on terminals opened with the O_NONBLOCK flag when there is
9687 nothing to read.
9688
9689 2009-05-06 Pedro Alves <pedro@codesourcery.com>
9690
9691 * inferior.c (add_inferior): Move observer_notify_new_inferior
9692 call to ...
9693 (add_inferior_silent): ... here.
9694
9695 2009-05-06 Pierre Muller <muller@ics.u-strasbg.fr>
9696 Pedro Alves <pedro@codesourcery.com>
9697
9698 * procfs.c (procfs_insert_watchpoint, procfs_remove_watchpoint)
9699 (procfs_region_ok_for_hw_watchpoint, procfs_use_watchpoints): New
9700 functions.
9701 (procfs_stopped_by_watchpoint): Made static, ptid argument
9702 removed.
9703 (_initialize_procfs): Register new watchpoint related target
9704 functions.
9705 * config/i386/nm-i386sol2.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT)
9706 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT, STOPPED_BY_WATCHPOINT)
9707 (HAVE_CONTINUABLE_WATCHPOINT): Delete.
9708 (target_insert_watchpoint, target_remove_watchpoint): Delete.
9709 (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Delete
9710 declarations.
9711 * config/mips/nm-irix5.h (STOPPED_BY_WATCHPOINT)
9712 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
9713 (target_insert_watchpoint, target_remove_watchpoint): Delete.
9714 (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Delete
9715 declarations.
9716 * config/sparc/nm-sol2.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
9717 (HAVE_CONTINUABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT): Delete.
9718 (target_insert_watchpoint, target_remove_watchpoint): Delete.
9719 (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Delete
9720 declarations.
9721
9722 2009-05-06 Hui Zhu <teawater@gmail.com>
9723
9724 * i386-tdep.c (i386_process_record): Change bzero to memset.
9725
9726 2009-05-06 Hui Zhu <teawater@gmail.com>
9727
9728 * NEWS: Add item for process record and replay.
9729
9730 2009-05-05 Maxim Grigoriev <maxim2405@gmail.com>
9731
9732 * xtensa-tdep.c (xtensa_frame_cache): Use pc instead of cache->pc.
9733
9734 2009-05-05 Ulrich Weigand <uweigand@de.ibm.com>
9735
9736 * inferior.h (read_pc, write_pc): Remove.
9737 * regcache.c (read_pc, write_pc): Remove.
9738
9739 * infrun.c (displaced_step_fixup): Use regcache_read_pc instead
9740 of read_pc.
9741 (handle_inferior_event): Use regcache_read_pc instead of read_pc
9742 when determining value of stop_pc. Replace subsequent uses of
9743 read_pc by inspecting already-retrieved stop_pc value.
9744 (keep_going): Use regcache_read_pc instead of read_pc.
9745
9746 * breakpoint.c (watchpoint_check): Use current frame architecture
9747 and PC instead of current_gdbarch and read_pc ().
9748 * tracepoint.c (set_traceframe_context): Replace PC argument
9749 with FRAME argument.
9750 (trace_start_command, finish_tfind_command): Update calls.
9751 (finish_tfind_command): Compare frame IDs to identify transitions
9752 between frames.
9753 (trace_find_pc_command): Use regcache_read_pc instead of read_pc.
9754 * rs6000-nat.c (exec_one_dummy_insn): Pass in regcache instead
9755 of gdbarch. Use regcache_read_pc and regcache_write_pc instead
9756 of read_pc and write_pc.
9757 (store_register): Make regcache argument non-const. Update call
9758 to exec_one_dummy_insn.
9759
9760 * thread.c (switch_to_thread): Use regcache_read_pc instead of read_pc.
9761 * infcmd.c (post_create_inferior): Likewise.
9762 * solib-darwin.c (darwin_solib_create_inferior_hook): Likewise.
9763 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
9764 * solib-sunos.c (sunos_solib_create_inferior_hook): Likewise.
9765 * solib-svr4.c (enable_break, svr4_relocate_main_executable): Likewise.
9766 * linux-fork.c (fork_load_infrun_state): Likewise.
9767 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Likewise.
9768 * record.c (record_wait): Likewise.
9769 * procfs.c (procfs_wait): Likewise.
9770 * remote-mips.c (common_open, mips_wait): Likewise.
9771 * remote-m32r-sdi.c (m32r_resume): Likewise.
9772
9773 * symfile.c (generic_load): Use regcache_write_pc instead of write_pc.
9774 * monitor.c (monitor_create_inferior, monitor_load): Likewise.
9775 * m32r-rom.c (m32r_load, m32r_upload_command): Likewise.
9776 * remote-m32r-sdi.c (m32r_create_inferior, m32r_load): Likewise.
9777 * remote-mips.c (mips_create_inferior, mips_load): Likewise.
9778
9779 * solib-darwin.c: Include "regcache.h".
9780 * solib-pa64.c: Include "regcache.h".
9781 * solib-svr4.c: Include "regcache.h.".
9782
9783 * symfile.c: Do not mention read_pc or write_pc in comments.
9784 * dink32-rom.c: Likewise.
9785 * m32r-rom.c: Likewise.
9786 * mips-tdep.c: Likewise.
9787
9788 2009-05-05 Ulrich Weigand <uweigand@de.ibm.com>
9789
9790 * fork-child.c (startup_inferior): Move setting stop_pc ...
9791 * infcmd.c (post_create_inferior): ... to here.
9792
9793 2009-05-04 Michael Snyder <msnyder@vmware.com>
9794
9795 * NEWS: Add item for reverse debugging commands.
9796
9797 2009-05-04 Pedro Alves <pedro@codesourcery.com>
9798
9799 * go32-nat.c (go32_stop): Delete.
9800 (go32_kill_inferior): Rewrite to only call go32_mourn_inferior.
9801 (go32_create_inferior): Don't call go32_stop or
9802 go32_kill_inferior.
9803 (go32_mourn_inferior): Inline go32_stop and go32_kill_inferior
9804 here.
9805 (init_go32_ops): Don't register go32_stop.
9806
9807 2009-05-02 Eli Zaretskii <eliz@gnu.org>
9808
9809 * dbxread.c (read_dbx_symtab): Avoid compiler warnings for
9810 sym_name.
9811
9812 * infcall.c (find_function_addr): Avoid compiler warnings for
9813 funaddr.
9814
9815 2009-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9816
9817 * dictionary.c (dict_hashed_vector, dict_hashed_expandable_vector)
9818 (dict_linear_vector, dict_linear_expandable_vector): Fix a comment typo.
9819
9820 2009-05-01 Doug Evans <dje@google.com>
9821
9822 * linux-thread-db.c (thread_db_pid_to_str): Delete unused assignment
9823 to thread_info.
9824
9825 2009-05-01 Eli Zaretskii <eliz@gnu.org>
9826
9827 * record.c (_initialize_record): Reformat and clarify doc strings
9828 for stop-at-limit and insn-number-max.
9829
9830 * go32-nat.c: Add comments about dirty secrets of DJGPP debugging.
9831
9832 2009-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9833
9834 Make specifiable the make_function_type type memory ownership.
9835 * gdbtypes.c (make_function_type): New parameter `objfile', use it
9836 explicitely instead of TYPE-initialized removed local variable
9837 `objfile'. Describe `objfile' it in the function comment.
9838 (lookup_function_type): Update make_function_type callers.
9839 * gdbtypes.h (make_function_type): Update the prototype.
9840 * jv-lang.c (java_link_class_type): Update make_function_type callers.
9841 * dwarf2read.c (read_subroutine_type): Likewise.
9842 * stabsread.c (read_type): Likewise.
9843
9844 2009-05-01 Eli Zaretskii <eliz@gnu.org>
9845
9846 * go32-nat.c (go32_pid_to_str): Call normal_pid_to_str instead of
9847 printing a bogus "Thread <main>".
9848 (go32_thread_alive): Don't return 1 for null_ptid.
9849
9850 * i386-tdep.c (i386_go32_init_abi): Override the number of
9851 registers due to non-support of SSE.
9852
9853 2009-04-30 Anthony Green <green@moxielogic.com>
9854
9855 * configure.tgt: Link the moxie simulator in with gdb.
9856
9857 2009-04-30 Paul Pluzhnikov <ppluzhnikov@google.com>
9858
9859 * elfread.c (elf_symtab_read): Don't assume .data and .rodata
9860 are present.
9861
9862 2009-04-30 Hui Zhu <teawater@gmail.com>
9863 Michael Snyder <msnyder@vmware.com>
9864
9865 I386 Linux process record and replay support.
9866
9867 * i386-linux-tdep.c (i386_linux_record_tdep): New variable.
9868 This struct has the argument for the function
9869 "record_linux_system_call".
9870 (i386_linux_intx80_sysenter_record): New function. Parse the
9871 system call instruction and call function
9872 "record_linux_system_call" to record execute log.
9873 (i386_linux_init_abi): Initialize "i386_linux_record_tdep".
9874 Set "i386_linux_intx80_sysenter_record" to
9875 "i386_intx80_record" and "i386_sysenter_record".
9876
9877 2009-04-30 Hui Zhu <teawater@gmail.com>
9878 Michael Snyder <msnyder@vmware.com>
9879
9880 I386 architecture process record and replay support.
9881
9882 * i386-tdep.c (PREFIX_REPZ, PREFIX_REPNZ, PREFIX_LOCK,
9883 PREFIX_DATA, PREFIX_ADDR): New macros. Help decode the i386
9884 instruction set.
9885 (aflag, dflag, override, modrm, mod, reg, rm, ot,
9886 i386_record_pc): New variables. Ditto.
9887 (i386_record_modrm, i386_record_lea_modrm_addr,
9888 i386_record_lea_modrm): New functions. Ditto.
9889 (i386_process_record): New function. Parse the instruction in
9890 address "addr" and record the values of registers and memory
9891 that will be changed by this instruction.
9892 (i386_gdbarch_init): Set "i386_process_record" to GDBARCH
9893 "process_record" interface.
9894 * i386-tdep.h (gdbarch_tdep): New function pointers
9895 "i386_intx80_record" and "i386_sysenter_record" that point to
9896 the function that can record "intx80" and "sysenter" execute
9897 log.
9898
9899 2009-04-30 Hui Zhu <teawater@gmail.com>
9900 Michael Snyder <msnyder@vmware.com>
9901
9902 * infrun.c (use_displaced_stepping): Return false if process
9903 record and replay target is used.
9904 (proceed): Call function "record_not_record_set" if pocess
9905 record and replay target is used.
9906
9907 2009-04-30 Hui Zhu <teawater@gmail.com>
9908 Michael Snyder <msnyder@vmware.com>
9909
9910 Linux process record and replay support.
9911
9912 * Makefile.in (ALLDEPFILES): Add linux-record.c.
9913 (ALL_TARGET_OBS): Add linux-record.o.
9914 * configure.tgt (x86_64-*-linux*): Add linux-record.o.
9915 (i[34567]86-*-linux*): Add linux-record.o.
9916 * linux-record.c, linux-record.h: New file.
9917
9918 2009-04-30 Hui Zhu <teawater@gmail.com>
9919 Michael Snyder <msnyder@vmware.com>
9920
9921 Process record and replay target.
9922
9923 * Makefile.in (SFILES): Add record.c.
9924 (COMMON_OBS): Add record.o.
9925 * record.c, record.h: New file.
9926
9927 2009-04-30 Hui Zhu <teawater@gmail.com>
9928 Michael Snyder <msnyder@vmware.com>
9929
9930 * target.h (strata): New stratum "record_stratum".
9931
9932 2009-04-30 Hui Zhu <teawater@gmail.com>
9933 Michael Snyder <msnyder@vmware.com>
9934
9935 GDBARCH interface for process record and replay.
9936
9937 * gdbarch.sh (process_record): This interface point to the
9938 function that records the inferior execute log.
9939
9940 2009-04-29 Doug Evans <dje@google.com>
9941
9942 * i386-nat.c (child_post_startup_inferior): Delete, unused.
9943
9944 2009-04-29 Pedro Alves <pedro@codesourcery.com>
9945
9946 * breakpoint.c (print_exception_catchpoint): Access `b' directly
9947 instead of `b->loc->owner'.
9948 (print_mention_exception_catchpoint): Ditto.
9949
9950 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9951
9952 * macrocmd.c (info_macro_command): Print -Dname=value if LINE is zero.
9953
9954 2009-04-27 Tom Tromey <tromey@redhat.com>
9955
9956 * c-exp.y (yylex): Handle '[' and ']' like '(' and ')'.
9957
9958 2009-04-27 Jerome Guitton <guitton@adacore.com>
9959
9960 * symtab.c (append_exact_match_to_sals): New function, extracted
9961 from expand_line_sal.
9962 (expand_line_sal): Use append_exact_match_to_sals to append exact
9963 matches. If none found, append all best items.
9964
9965 2009-04-27 Jerome Guitton <guitton@adacore.com>
9966
9967 * main.c (captured_main): Move gdbinit lookups after gdb_init.
9968
9969 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9970
9971 PR gdb/9675:
9972 * dwarf2read.c (unsigned_int_compar, inherit_abstract_dies): New.
9973 (read_func_scope): Call inherit_abstract_dies.
9974
9975 2009-04-25 Eli Zaretskii <eliz@gnu.org>
9976
9977 * Makefile.in (ALLDEPFILES): Remove duplicate entries for
9978 sparc-sol2-nat.c and sparc-sol2-tdep.c.
9979
9980 * stack.c (_initialize_stack) <disassemble-next-line>: Doc fix.
9981
9982 2009-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
9983
9984 ARI change: Use "/* ARI: rule */" pattern.
9985 * utils.c: Update ARI patterns.
9986 * gdb_dirent.h: Likewise.
9987
9988 2009-04-23 Anthony Green <green@moxielogic.com>
9989
9990 * MAINTAINERS: Add moxie target.
9991 * configure.tgt: Add moxie-*-elf target.
9992 * moxie-tdep.c: New file.
9993 * moxie-tdep.h: New file.
9994
9995 2009-04-23 Joel Brobecker <brobecker@adacore.com>
9996
9997 * ada-lang.c: Remove an extra empty line. No code change.
9998
9999 2009-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10000
10001 Fix double free on error inserting the breakpoint instruction.
10002 * breakpoint.c (create_breakpoints): Move the
10003 update_global_location_list call to ...
10004 (break_command_really): ... here together with the second local call
10005 both unified after all the cleanups.
10006
10007 2009-04-23 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
10008 Tom Tromey <tromey@redhat.com>
10009
10010 * configure, config.in: Regenerate.
10011 * configure.ac: Support for relocatable GDB datadir. Use
10012 GDB_AC_WITH_DIR. Always define TARGET_SYSTEM_ROOT_RELOCATABLE.
10013 * acinclude.m4 (GDB_AC_WITH_DIR): New defun.
10014 * top.c (init_main): Add "set data-directory".
10015 * defs.h (gdb_datadir): Declare.
10016 * main.c (gdb_datadir): New global.
10017 (captured_main): Initialize gdb_datadir. Use relocate_directory.
10018 (relocate_path): New function.
10019 (relocate_directory): Likewise.
10020 (get_init_files): Use relocate_path.
10021 (README): Mention --with-gdb-datadir.
10022
10023 2009-04-23 Joel Brobecker <brobecker@adacore.com>
10024
10025 * ada-tasks (task_command_1): Call target_find_new_threads.
10026
10027 2009-04-23 Joel Brobecker <brobecker@adacore.com>
10028
10029 * stack.c (do_gdb_disassembly): Print the exception message if an
10030 error was thrown while trying to perform the disassembly.
10031
10032 2009-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10033
10034 * varobj.c (free_variable): Replace free_current_contents by xfree.
10035
10036 2009-04-22 Kazu Hirata <kazu@codesourcery.com>
10037
10038 * arm-linux-nat.c (fetch_register, store_register): Use
10039 ARM_CPSR_GREGNUM instead of ARM_CPSR_REGNUM.
10040 * arm-linux-tdep.c (arm_linux_supply_gregset,
10041 arm_linux_collect_gregset): Likewise.
10042 * arm-linux-tdep.h (ARM_CPSR_GREGNUM): New.
10043 * arm-tdep.h (ARM_CPSR_REGNUM): Remove.
10044
10045 2009-04-22 Hui Zhu <teawater@gmail.com>
10046
10047 * stack.c (_initialize_stack): Set the default of
10048 disassemble-next-line to off.
10049
10050 2009-04-21 Tom Tromey <tromey@redhat.com>
10051
10052 * acinclude.m4: Use AS_HELP_STRING, not AC_HELP_STRING.
10053 * configure.ac: Use AS_HELP_STRING, not AC_HELP_STRING.
10054
10055 2009-04-21 Andreas Schwab <schwab@linux-m68k.org>
10056
10057 * configure.ac: Add quotes to not lose brackets in help text.
10058 * configure: Rebuild.
10059
10060 2009-04-21 Andreas Schwab <schwab@linux-m68k.org>
10061
10062 * configure.ac: Don't postprocess Makefile in config.status.
10063 Substitute GDB_NM_FILE. Don't substitute nm_h.
10064 * Makefile.in (GDB_NM_FILE): Substitute.
10065 (TAGS): Use $(GDB_NM_FILE) instead of $(NAT_FILE).
10066 * configure: Regenerate.
10067 * gnulib/Makefile.in: Regenerate.
10068
10069 2009-04-21 Joseph Myers <joseph@codesourcery.com>
10070
10071 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
10072 --with-htmldir): New.
10073 * configure: Regenerate.
10074
10075 2009-04-21 Tom Tromey <tromey@redhat.com>
10076
10077 * configure: Rebuild.
10078 * configure.ac: Use lower case for start of help strings. Clean
10079 up --with-sysroot help.
10080
10081 2009-04-21 Tom Tromey <tromey@redhat.com>
10082
10083 * configure: Rebuild.
10084 * acinclude.m4 (AM_ICONV): Use AC_HELP_STRING.
10085 * configure.ac: Use AC_HELP_STRING. Use upper case for variables
10086 in help.
10087
10088 2009-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
10089
10090 ARI fix: remove "%p".
10091 * ia64-tdep.c (ia64_frame_this_id): Use host_address_to_string function.
10092 (ia64_sigtramp_frame_this_id): Ditto.
10093 (ia64_libunwind_frame_this_id): Ditto.
10094 (ia64_libunwind_sigtramp_frame_this_id): Ditto.
10095 * symmisc.c (maintenance_info_psymtabs): Ditto.
10096
10097 2009-04-21 Joseph Myers <joseph@codesourcery.com>
10098
10099 * configure.ac (--with-relocated-sources): New.
10100 * configure, config.in: Regenerate.
10101 * source.c (add_substitute_path_rule): Remove static.
10102 * source.h (add_substitute_path_rule): Declare.
10103 * main.c: Include "source.h".
10104 (captured_main): Add substitution rule if RELOC_SRCDIR.
10105
10106 2009-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
10107
10108 * gnu-nat.h (proc_debug): Add missing continuation line in macro.
10109
10110 2009-04-20 David Daney <ddaney@caviumnetworks.com>
10111
10112 * NEWS: Mention MIPS/Linux hardware watchpoint support.
10113
10114 2009-04-20 David Daney <ddaney@caviumnetworks.com>
10115
10116 * mips-linux-nat.c (command.h, gdbcmd.h, gdb_assert.h): New #includes.
10117 (maint_show_dr, super_close): New variables.
10118 (super_fetch_registers, super_store_registers): Make static.
10119 (PTRACE_GET_WATCH_REGS, PTRACE_SET_WATCH_REGS, W_BIT, R_BIT, I_BIT)
10120 (W_MASK, R_MASK, I_MASK, IRW_MASK, MAX_DEBUG_REGISTER): Define.
10121 (pt_watch_style): Define new enum.
10122 (mips32_watch_regs, mips64_watch_regs, pt_watch_regs, mips_watchpoint):
10123 Define new structs.
10124 (watch_readback_valid, watch_readback, current_watches, watch_mirror):
10125 New variables.
10126 (get_irw_mask, get_reg_mask, get_num_valid, get_watchlo)
10127 (set_watchlo, get_watchhi, set_watchhi, mips_show_dr)
10128 (mips_linux_read_watch_registers, mips_linux_can_use_hw_breakpoint)
10129 (mips_linux_stopped_by_watchpoint, mips_linux_stopped_data_address)
10130 (type_to_irw, fill_mask, try_one_watch)
10131 (mips_linux_region_ok_for_hw_watchpoint, write_watchpoint_regs)
10132 (mips_linux_new_thread, populate_regs_from_watches)
10133 (mips_linux_insert_watchpoint, mips_linux_remove_watchpoint)
10134 (mips_linux_close): New functions.
10135 (_initialize_mips_linux_nat): Register watchpoint functions with
10136 the target_ops. Add show-debug-regs maintenance command.
10137
10138 2009-04-20 David Daney <ddaney@caviumnetworks.com>
10139
10140 * infrun.c (handle_inferior_event): Move gegisters_changed call down.
10141
10142 2009-04-19 Pedro Alves <pedro@codesourcery.com>
10143
10144 * NEWS: Mention gdbserver support for x86 Windows CE.
10145
10146 2009-04-19 Eli Zaretskii <eliz@gnu.org>
10147
10148 * config/djgpp/fnchange.lst: Fix typos.
10149
10150 Set default host and target charsets in the DJGPP port.
10151
10152 * config/djgpp/config.sed (am_cv_langinfo_codeset)
10153 (bash_cv_langinfo_codeset, ac_cv_header_nl_types_h): Set to "yes"
10154 in all configure scripts that define ac_cv_env_CPP_value.
10155
10156 * go32-nat.c (dos_codepage, nl_langinfo): New functions.
10157 Include langinfo.h.
10158
10159 * config/djgpp/nl_types.h: New file.
10160
10161 * config/djgpp/langinfo.h: New file.
10162
10163 * config/i386/go32.mh (MH_CFLAGS): Add $(srcdir)/config/djgpp.
10164
10165 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
10166
10167 * Makefile.in (MAKEHTML): Set to makeinfo --html.
10168 (MAKEHTMLFLAGS): Set to empty.
10169
10170 2009-04-18 Eli Zaretskii <eliz@gnu.org>
10171
10172 * NEWS: Mention all new set/show commands added since GDB 6.8 was
10173 released.
10174
10175 * go32-nat.c (go32_sysinfo): Check if the call to
10176 __dpmi_get_capabilities fills the buffer with information, and
10177 don't use the buffer if not.
10178
10179 2009-04-17 Tom Tromey <tromey@redhat.com>
10180
10181 * charset.c (_initialize_charset): Add special case for "646".
10182
10183 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
10184
10185 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
10186 * configure: Regenerate.
10187 * Makefile.in: Set datarootdir, docdir, htmldir, and pdfdir from
10188 configure substitutions.
10189 (FLAGS_TO_PASS): Add datarootdir, docdir, and htmldir.
10190
10191 2009-04-17 Pierre Muller <muller@ics.u-strasbg.fr>
10192
10193 ARI fix: Do not use %p, replace by call to host_address_to_string
10194 for host pointers.
10195 * darwin-nat.c (darwin_xfer_partial): Apply change.
10196 * gnu-nat.c (inf_continue, gnu_xfer_memory): Ditto.
10197 * gnu-nat.h (proc_debug): Ditto.
10198 * symmisc.c (maintenance_info_symtabs): Ditto.
10199 (maintenance_info_psymtabs): Ditto.
10200 * windows-nat.c (handle_load_dll): Ditto.
10201 (handle_unload_dll, info_w32_command, handle_exception): Ditto.
10202 * xtensa-tdep.c (xtensa_unwind_pc): Ditto.
10203
10204 2009-04-17 Joseph Myers <joseph@codesourcery.com>
10205
10206 * configure.tgt (i[34567]86-*-linux*): Use 64-bit configuration if
10207 --enable-64-bit-bfd.
10208 (sparc-*-linux*): Likewise.
10209
10210 2009-04-17 Eli Zaretskii <eliz@gnu.org>
10211
10212 * go32-nat.c (go32_sysinfo): Update list of Windows versions of
10213 the NT family.
10214
10215 2009-04-16 Pedro Alves <pedro@codesourcery.com>
10216
10217 * remote.c (remote_query_attached): Fix pasto in packet_ok result
10218 checking.
10219
10220 2009-04-16 Joel Brobecker <brobecker@adacore.com>
10221
10222 * procfs.c (solib_mappings_callback, find_memory_regions_callback):
10223 Revert the previous change. Might not be correct, actually.
10224
10225 2009-04-16 Joel Brobecker <brobecker@adacore.com>
10226
10227 * ada-lang.h (ada_adjust_exception_stop, ada_print_exception_stop)
10228 (ada_get_current_task, ada_print_exception_breakpoint_nontask)
10229 (ada_print_exception_breakpoint_task, ada_reset_thread_registers):
10230 Remove declaration. These are non-existent functions.
10231
10232 2009-04-16 Joel Brobecker <brobecker@adacore.com>
10233
10234 * procfs.c (solib_mappings_callback, find_memory_regions_callback):
10235 Fix a compilation warning on mips-irix due to casting from
10236 a pointer of different size.
10237
10238 2009-04-16 Joel Brobecker <brobecker@adacore.com>
10239
10240 * ada-lang.c (symtab_for_sym): Delete.
10241 (user_select_syms): Use sym->symtab instead of calling symtab_for_sym.
10242
10243 2009-04-16 Joel Brobecker <brobecker@adacore.com>
10244
10245 * ada-lang.c (extract_string): Delete.
10246 (ada_main_name): Reimplement using target_read_string instead of
10247 extract_string.
10248
10249 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
10250
10251 * m68klinux-nat.c: Remove obsolete comment.
10252 (fetch_register, store_register): Don't call
10253 gdbarch_cannot_fetch_register or gdbarch_cannot_store_register,
10254 which are always nops here.
10255
10256 2009-04-14 Tom Tromey <tromey@redhat.com>
10257
10258 * c-lang.c (c_emit_char): Use INTERMEDIATE_ENCODING.
10259 (c_printstr): Likewise.
10260 * charset.c: Include gdb_wait.h.
10261 (make_wchar_iterator): Use INTERMEDIATE_ENCODING.
10262 (find_charset_names): Use pexecute. Handle libiconv's output.
10263 Detect errors.
10264 (_initialize_charset): Use xstrdup.
10265 * gdb_wchar.h: Check HAVE_BTOWC. Split PHONY_ICONV and wchar
10266 cases.
10267 (INTERMEDIATE_ENCODING): New define.
10268 * configure, config.in: Rebuild.
10269 * configure.ac: Check for btowc.
10270
10271 2009-04-15 Tom Tromey <tromey@redhat.com>
10272
10273 * c-lang.c (evaluate_subexp_c): Correctly handle EVAL_SKIP.
10274
10275 2009-04-15 Eli Zaretskii <eliz@gnu.org>
10276
10277 * utils.c (parse_escape): Initialize target_char to pacify GCC.
10278
10279 2009-04-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10280
10281 * c-lang.c (c_get_string): Fix xfree crash on a failed string read.
10282
10283 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
10284
10285 ARI fix: sprintf rule.
10286 * ada-exp.y (convert_char_literal): Replace sprintf by xsnprintf.
10287 * ada-lang.c (add_angle_brackets): Use xstrprintf.
10288 (ada_decode): Replace sprintf by xsnprintf.
10289 (find_old_style_renaming_symbol): Ditto.
10290 (ada_to_fixed_type_1, ada_enum_name): Ditto.
10291
10292
10293 2009-04-14 Joel Brobecker <brobecker@adacore.com>
10294
10295 * target.c (target_mourn_inferior): Call bfd_cache_close_all
10296 after having executed the target mourn_inferior routine.
10297
10298 2009-04-14 Eli Zaretskii <eliz@gnu.org>
10299
10300 * config/djgpp/djconfig.sh (DEPDIR): Define to "_deps", if
10301 undefined.
10302
10303 2009-04-13 David Daney <ddaney@caviumnetworks.com>
10304
10305 * infrun.c (maybe_software_singlestep): New function.
10306 (resume): Call maybe_software_singlestep.
10307 (handle_inferior_event): Same.
10308
10309 2009-04-13 Tom Tromey <tromey@redhat.com>
10310
10311 * python/python-frame.c (frapy_richcompare): Return
10312 Py_NotImplemented, not an error. Handle Py_NE as well.
10313
10314 2009-04-13 Eli Zaretskii <eliz@gnu.org>
10315
10316 * charset.c (EILSEQ): Define if not defined by system headers.
10317
10318 2009-04-11 Eli Zaretskii <eliz@gnu.org>
10319
10320 * config/djgpp/config.sed: Tweak ac_config_files in intl/configure
10321 to be consistent with renaming config.intl.in into config_intl.in.
10322
10323 * go32-nat.c (go32_attach, go32_detach): Fix prototypes to be
10324 consistent with the change from 2008-11-09.
10325
10326 2009-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10327
10328 * gdbtypes.c: Remove excessive parentheses at the return keywords.
10329 * varobj.c (varobj_invalidate): Fix indentation.
10330 * varobj.c (varobj_invalidate): Fix formatting text width.
10331
10332 2009-04-08 Vladimir Prus <vladimir@codesourcery.com>
10333
10334 Implement -exec-jump.
10335
10336 * mi/mi-cmds.h (mi_cmd_exec_jump): Declare.
10337 * mi/mi-main.c (mi_cmd_exec_jump): New.
10338 * mi/mi-cmds.c (mi_cmds): Register exec-jump.
10339
10340 2009-04-07 Doug Evans <dje@google.com>
10341
10342 * symfile.c (symbol_file_clear): Fix indentation.
10343
10344 2009-04-06 Mark Kettenis <kettenis@gnu.org>
10345
10346 * sparc64nbsd-nat.c (sparc64nbsd_supply_pcb): Fix comment.
10347
10348 2009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
10349
10350 * ppc-linux-nat.c (ppc_linux_target_wordsize): New function.
10351 (ppc_linux_auxv_parse): New function.
10352 (ppc_linux_read_description): Use ppc_linux_target_wordsize.
10353 (_initialize_ppc_linux_nat): Install ppc_linux_auxv_parse.
10354
10355 2009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
10356
10357 * spu-linux-nat.c (spu_bfd_open): Set filename of in-memory
10358 BFD to contents of SPU name note.
10359 (spu_symbol_file_add_from_memory): Call symbol_file_add_from_bfd
10360 with "from_tty" argument 1 instead of 0.
10361
10362 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10363
10364 * dwarf2read.c
10365 (new_symbol <DW_TAG_variable> <!DW_AT_location> <DW_AT_external>):
10366 Create the symbol in local scope.
10367 * symtab.h (cu->list_in_scope <LOC_UNRESOLVED>): New comment part.
10368
10369 2009-04-02 Keith Seitz <keiths@redhat.com>
10370
10371 * stabsread.c (read_member_functions): GCC may emit an extra space
10372 at the end of the names "__base_ctor" and "__base_dtor"; so ignore
10373 whitespace when looking for these functions.
10374
10375 2009-04-01 Joel Brobecker <brobecker@adacore.com>
10376
10377 Change the default value for "set print frame-arguments" to scalars.
10378
10379 * stack.c (print_frame_arguments): Set initial value to "scalars".
10380
10381 2009-04-01 Aleksandar Ristovski <aristovski@qnx.com>
10382
10383 * mips-tdep.c (mips_numeric_register_alieses): New definition.
10384 (mips_gdbarch_init): Add user registers from
10385 mips_numeric_register_aliases.
10386
10387 2009-04-01 Joel Brobecker <brobecker@adacore.com>
10388
10389 * linux-nat.c (linux_nat_filter_event): Minor comment reformatting.
10390
10391 2009-04-01 Joel Brobecker <brobecker@adacore.com>
10392
10393 * linux-nat.c (linux_nat_filter_events): Do not delete the lwp if
10394 this is the last one.
10395
10396 2009-04-01 Pedro Alves <pedro@codesourcery.com>
10397
10398 * remote.c (append_resumption): New.
10399 (remote_vcont_resume): Use it.
10400
10401 2009-04-01 Joel Brobecker <brobecker@adacore.com>
10402
10403 * windows-nat.c (+windows_get_ada_task_ptid): New function.
10404 (init_windows_ops): Set windows_ops.to_get_ada_task_ptid.
10405
10406 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
10407 Keith Seitz <keiths@redhat.com>
10408 Jan Kratochvil <jan.kratochvil@redhat.com>
10409
10410 PR gdb/6817
10411 * Makefile.in (dbxread.o): Update.
10412 * dbxread.c (read_dbx_symtab): Use cp_canonicalize_string.
10413 * dwarf2read.c (GDB_FORM_cached_string): New.
10414 (read_partial_die): Use dwarf2_canonicalize_name.
10415 (dwarf2_linkage_name): Use dwarf2_name.
10416 (dwarf2_canonicalize_name): New.
10417 (dwarf2_name): Use dwarf2_canonicalize_name.
10418 (dwarf_form_name, dump_die): Handle GDB_FORM_cached_string.
10419 * stabsread.c (define_symbol, read_type): Use cp_canonicalize_string.
10420 * symtab.c (lookup_symbol_in_language): Canonicalize input before
10421 searching.
10422 * cp-name-parser.y: operator() requires two parameters,
10423 according to libiberty.
10424 * minsyms.c (lookup_minimal_symbol): Canonicalize input
10425 before searching.
10426 * NEWS: Update.
10427
10428 2009-03-31 Joel Brobecker <brobecker@adacore.com>
10429
10430 Provide support for (Ada) task-specific breakpoints.
10431
10432 * ada-lang.h (ada_get_task_number): Add declaration.
10433 (breakpoint_ada_task_match): Delete declaration.
10434 * ada-tasks.c (ada_get_task_number): Make non-static.
10435 * breakpoint.h (struct breakpoint): Add field "task".
10436 * breakpoint.c (print_one_breakpoint_location): Add handling of
10437 task-specific breakpoints.
10438 (create_breakpoint, create_breakpoints, find_condition_and_thread):
10439 New parameter "task".
10440 (break_command_really): Update calls to find_condition_and_thread
10441 and create_breakpoints.
10442 (breakpoint_re_set_one): Update call to find_condition_and_thread.
10443 Set b->task.
10444
10445 2009-03-31 Joel Brobecker <brobecker@adacore.com>
10446
10447 * ada-tasks.c (short_task_info): Eliminate the "Running" task state.
10448
10449 2009-03-31 Pedro Alves <pedro@codesourcery.com>
10450
10451 * remote.c (remote_notice_new_inferior): Use ptid_is_pid. Check
10452 if the thread's ptid without a thread id field is in the list
10453 before calling thread_change_ptid.
10454 (extended_remote_attach_1): In non-stop mode, do not rely on
10455 querying the current thread, instead, query the thread list, and
10456 select the first thread of the process.
10457 * gdbthread.h (first_thread_of_process): Declare.
10458 * thread.c (first_thread_of_process): Define.
10459
10460 2009-03-30 Stan Shebs <stan@codesourcery.com>
10461
10462 Make tracepoints into a type of breakpoint.
10463 * breakpoint.h (enum bptype): Add bp_tracepoint.
10464 (struct breakpoint): Add fields step_count, pass_count, actions.
10465 (get_tracepoint, get_tracepoint_by_number): Declare.
10466 (all_tracepoints): Declare.
10467 * breakpoint.c: Include tracepoint.h, readline.h.
10468 (ALL_TRACEPOINTS): Move here from tracepoint.c.
10469 (tracepoint_count): Ditto.
10470 (should_be_inserted): GDB does not insert tracepoints itself.
10471 (print_it_typical): Add tracepoint case.
10472 (bpstat_what): Ditto.
10473 (print_one_breakpoint_location): Ditto, and add printing for
10474 pass count, step count, and action list.
10475 (user_settable_breakpoint): Add tracepoint case.
10476 (allocate_bp_location): Ditto.
10477 (set_breakpoint_location_function): Ditto.
10478 (disable_breakpoints_in_shlibs): Ditto.
10479 (mention): Ditto.
10480 (break_command_really): Add argument traceflag, use to choose
10481 basic breakpoint type.
10482 (break_command_1): Pass extra argument.
10483 (set_breakpoint, handle_gnu_v3_exceptions): Ditto.
10484 (breakpoint_re_set_one): Add tracepoint case.
10485 (disable_command, enable_command): Ditto.
10486 (set_tracepoint_count): Move here from tracepoint.c.
10487 (trace_command): Move here from tracepoint.c and use
10488 break_command_really.
10489 (tracepoints_info): Move here from tracepoint.c and call
10490 breakpoints_info.
10491 (enable_trace_command): Move here from tracepoint.c and call
10492 enable_command.
10493 (disable_trace_command): Move here from tracepoint.c and call
10494 disable_command.
10495 (delete_trace_command): Move here from tracepoint.c and call
10496 delete_breakpoint.
10497 (trace_pass_command): Move here from tracepoint.c.
10498 (get_tracepoint_by_number): Ditto.
10499 (tracepoint_save_command): Ditto.
10500 (get_tracepoint): New function.
10501 (all_tracepoints): New function.
10502 (_initialize_breakpoint): Move tracepoint init from tracepoint.c,
10503 deprecate "enable trace" and "disable trace" commands.
10504 * tracepoint.h (struct tracepoint): Remove.
10505 (tracepoint_chain): Remove decl.
10506 (deprecated_create_tracepoint_hook): Remove decl.
10507 (deprecated_delete_tracepoint_hook): Remove decl.
10508 (deprecated_modify_tracepoint_hook): Remove decl.
10509 (ALL_TRACEPOINTS, ALL_TRACEPOINTS_SAFE): Remove.
10510 (free_actions): Update signature.
10511 (validate_actionline): Update signature.
10512 (end_actions_pseudocommand): Declare.
10513 (while_stepping_pseudocommand): Declare.
10514 * tracepoint.c: Include breakpoint.h.
10515 (tracepoint_chain, tracepoint_count): Remove.
10516 (free_actions, make_cleanup_free_actions): Update signature.
10517 (trace_command, set_raw_tracepoint): Remove.
10518 (trace_mention): Remove.
10519 (tracepoints_info): Remove.
10520 (tracepoint_operation, map_args_over_tracepoints): Remove.
10521 (get_tracepoint_by_number): Remove.
10522 (enable_trace_command, disable_trace_command): Remove.
10523 (delete_trace_command, trace_pass_command): Remove.
10524 (trace_actions_command, read_actions): Update signature.
10525 (validate_actionline): Update signature, use bp loc.
10526 (encode_actions): Ditto.
10527 (download_tracepoint): New function, body of trace_start_command.
10528 (trace_start_command): Call it, use all_tracepoints.
10529 (tracepoint_save_command): Remove.
10530 (tracepoint_dump_command): Use get_tracepoint.
10531 (end_actions_pseudocommand): Make globally visible.
10532 (while_stepping_pseudocommand): Ditto.
10533 (_initialize_tracepoint): Move command definitions to breakpoint.c.
10534
10535 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
10536
10537 Expose frames to Python.
10538 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-frame.o.
10539 (SUBDIR_PYTHON_SRCS): Add python-frame.c.
10540 (python-frame.o): New target.
10541 * python/python-frame.c: New file.
10542 * python/python-internal.h (gdbpy_frames, gdbpy_newest_frame,
10543 gdbpy_frame_stop_reason_string, gdbpy_selected_frame,
10544 gdbpy_initialize_frames): New prototypes.
10545 * python/python.c (_initialize_python): Call gdbpy_initialize_frames.
10546 (GdbMethods): Add `selected_frame' and `frame_stop_reason_string'
10547 entries.
10548 * stack.c (find_frame_funname): New function, factored out of
10549 print_frame.
10550 (print_frame): Call find_frame_funname.
10551 * stack.h (find_frame_funname): Add prototype.
10552
10553 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
10554
10555 Remove unused value_object attribute `owned_by_gdb'.
10556 * python/python-value.c (value_object): Remove owned_by_gdb
10557 attribute.
10558 (valpy_dealloc): Remove reference to self->owned_by_gdb.
10559 (valpy_new): Likewise.
10560 (value_to_value_object): Likewise.
10561
10562 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
10563
10564 Change gdb.Value.address from a method to an attribute.
10565 * python/python-value.c (value_object): Add `address' element.
10566 (valpy_dealloc): Decrement reference to self->address if set.
10567 (valpy_new): Initialize val_obj->address.
10568 (valpy_address): Rename to ...
10569 (valpy_get_address): ... this. Change signature from method to
10570 attribute. Update self->address if not set.
10571 (value_to_value_object): Initialize val_obj->address.
10572 (value_object_getset): Add `address' element.
10573 (value_object_methods): Remove `address' element.
10574
10575 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
10576
10577 * observer.sh: Set LANG/LC_ALL to C, not c.
10578
10579 2009-03-28 Kevin Buettner <kevinb@redhat.com>
10580
10581 * mn10300-tdep.c (mn10300_gdbarch_init): For mn10300, by default,
10582 `char' is unsigned.
10583
10584 2009-03-28 Pedro Alves <pedro@codesourcery.com>
10585
10586 * remote.c (remote_stop_ns): If multi-process extensions are off,
10587 and GDB is requesting the whole process to stop, sent "vCont;t",
10588 not "vCont;t:-1"
10589
10590 2009-03-28 Pedro Alves <pedro@codesourcery.com>
10591
10592 * inf-loop.c (inferior_event_handler): Avoid calling is_running on
10593 null inferior_ptid.
10594
10595 2009-03-27 Eli Zaretskii <eliz@gnu.org>
10596
10597 * config/djgpp/fnchange.lst: Update to fix ARI-reported problems.
10598
10599 2009-03-26 Doug Evans <dje@google.com>
10600
10601 * thread.c (do_restore_current_thread_cleanup): Redo test for
10602 whether to restore old->inferior_ptid.
10603
10604 2009-03-26 Tom Tromey <tromey@redhat.com>
10605
10606 * breakpoint.c (resolve_sal_pc): Preserve original line number
10607 when skipping prologue.
10608
10609 2009-03-26 Doug Evans <dje@google.com>
10610
10611 * thread.c (inferior_thread) Remove "extern" in definition.
10612
10613 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
10614
10615 Add gdb.Value.is_optimized_out attribute.
10616 * python/python-value.c (valpy_get_is_optimized_out): New
10617 function.
10618 (value_object_getset): New variable.
10619 (value_object_type): Initialize tp_getset element.
10620
10621 2009-03-26 Joel Brobecker <brobecker@adacore.com>
10622
10623 Recognize missing DW_AT_location as <value optimized out>.
10624 * dwarf2read.c
10625 (new_symbol <DW_TAG_variable> <!DW_AT_location> <!DW_AT_external>):
10626 Call add_symbol_to_list.
10627
10628 2009-03-25 Tom Tromey <tromey@redhat.com>
10629
10630 * gdbtypes.h (CHECK_TYPEDEF): Don't yield a value.
10631 * stack.c (print_this_frame_argument_p): Use check_typedef.
10632
10633 2009-03-25 Tom Tromey <tromey@redhat.com>
10634
10635 * configure: Rebuild.
10636 * acinclude.m4 (AM_ICONV): Set am_cv_use_build_libiconv.
10637 Rearrange flags setting. Add comments.
10638
10639 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
10640
10641 * config/i386/nm-i386.h: Remove code within
10642 I386_WATCHPOINTS_IN_TARGET_VECTOR conditional.
10643 * config/i386/nm-cygwin.h: Remove I386_WATCHPOINTS_IN_TARGET_VECTOR
10644 macro.
10645 * config/i386/nm-cygwin64.h: Ditto.
10646 * config/i386/nm-fbsd.h: Ditto.
10647 * config/i386/nm-go32.h: Ditto.
10648 * config/i386/nm-linux.h: Ditto.
10649 * config/i386/nm-linux64.h: Ditto.
10650
10651 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
10652
10653 ARI fix: "xasprintf" rule.
10654 * printcmd.c (sym_info): Replace xasprintf by xstrprintf.
10655
10656 2009-03-25 Pedro Alves <pedro@codesourcery.com>
10657
10658 * remote.c (remote_start_remote): In non-stop mode, call
10659 init_wait_for_inferior before adding threads and inferiors.
10660
10661 2009-03-25 Joel Brobecker <brobecker@adacore.com>
10662
10663 * breakpoint.c (breakpoint_thread_match): Split a large condition
10664 into several smaller conditions. No behavior change.
10665
10666 2009-03-25 Pedro Alves <pedro@codesourcery.com>
10667
10668 * infrun.c (infrun_thread_thread_exit): New.
10669 (_initialize_infrun): Attach it to the thread_exit observer.
10670 * thread.c (delete_thread_1): Always call the observer, passing it
10671 the silent flag.
10672 * mi/mi-interp.c (mi_thread_exit): Add "silent" parameter. If
10673 SILENT, return immediately.
10674
10675 2009-03-25 Pedro Alves <pedro@codesourcery.com>
10676
10677 * infrun.c (normal_stop): Use has_stack_frames instead of
10678 target_has_stack.
10679 * mi/mi-main.c (mi_execute_command): Avoid calling inferior_thread
10680 when there is no thread selected.
10681 (mi_cmd_execute): Don't special case commands that can run without
10682 a valid selected thread.
10683 * top.c (execute_command): Don't special case commands that can
10684 run without a valid selected thread. Use has_stack_frames.
10685 * infcmd.c (ensure_valid_thread): New.
10686 (continue_1, step_1, jump_command, signal_command): Use it.
10687 (detach_command): Error out if there's no selected thread/inferior.
10688 * thread.c (print_thread_info): Allow having no thread selected.
10689 (switch_to_thread): Don't read the PC if there is no current thread.
10690 (do_restore_current_thread_cleanup): Don't record the current
10691 frame if there is no current thread.
10692 (make_cleanup_restore_current_thread): Don't read frame info if
10693 there is no selected thread.
10694 (_initialize_thread): Don't mark commands as
10695 "no_selected_thread_ok".
10696 * frame.c (get_current_frame): Error out if there is no valid
10697 selected thread.
10698 (has_stack_frames): Return false if there is no valid
10699 selected thread.
10700 * cli/cli-cmds.c (init_cli_cmds): Don't mark commands as
10701 "no_selected_thread_ok".
10702 * cli/cli-decode.c (set_cmd_no_selected_thread_ok)
10703 (get_cmd_no_selected_thread_ok): Delete.
10704 * cli/cli-decode.h (CMD_NO_SELECTED_THREAD_OK): Delete.
10705 (set_cmd_no_selected_thread_ok, get_cmd_no_selected_thread_ok):
10706 Delete declaration.
10707 * stack.c (get_selected_block): Use has_stack_frames.
10708
10709 2009-03-25 Thiago Jung Bauermann <bauerman@br.ibm.com>
10710
10711 Fix size of FPSCR in Power 7 processors.
10712 * ppc-linux-nat.c (PPC_FEATURE_ARCH_2_05): Remove #define.
10713 (PPC_FEATURE_HAS_DFP): New #define.
10714 (ppc_linux_read_description): Check for DFP feature instead of
10715 ISA 2.05 to decide on size of the FPSCR.
10716
10717 2009-03-25 Kevin Buettner <kevinb@redhat.com>
10718
10719 * mn10300-tdep.c (trad-frame.h): Don't include.
10720 (prologue-value.h): Include.
10721 (mn10300_frame_unwind_cache, set_reg_offsets): Delete.
10722 (struct mn10300_prologue): Define.
10723 (push_reg, translate_rreg, check_for_saved): New functions.
10724 (mn10300_analyze_prologue): Rewrite, using prologue-value
10725 machinery. Handle more instructions than before. Permit
10726 instructions to occur in any order.
10727 (mn10300_skip_prologue): Find the extents of the function
10728 in question; mn10300_analyze_prologue no longer does this.
10729 (mn10300_analyze_frame_prologue): New function.
10730 (mn10300_frame_base): New function.
10731 (mn10300_frame_this_id): Rewrite, no longer using trad-frame
10732 implementation.
10733 (mn10300_frame_prev_register): Likewise.
10734 (mn10300_frame_base_address, mn10300_frame_base struct): Delete.
10735 (mn10300_unwind_pc, mn10300_unwind_sp): Rename `next_frame' to
10736 `this_frame'.
10737 (mn10300_frame_unwind_init): Don't call frame_base_set_default().
10738
10739 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
10740
10741 Fix completer problem for filename completion on the first try.
10742
10743 * gdb/completer.h (gdb_completion_word_break_characters): New function.
10744 * gdb/completer.c: Include gdb_assert.h.
10745 (complete_line_internal_reason): New enum.
10746 (complete_line_internal): Change last argument type to
10747 complete_line_internal_reason.
10748 Modify function to handle the different complete_line_internal_reason
10749 argument values.
10750 (complete_line): Adapt to change in complete_line_internal.
10751 (command_completer): Ditto.
10752 (gdb_completion_word_break_characters): Implement new function.
10753 * top.c (init_main): Set rl_completion_word_break_hook to
10754 gdb_completion_word_break_characters.
10755
10756
10757 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
10758
10759 ARI fix: "strlen d_name" rule.
10760 * linux-nat.c (linux_nat_xfer_osdata): Use NAMELEN macro.
10761
10762
10763 2009-03-24 Tom Tromey <tromey@redhat.com>
10764 Pedro Alves <pedro@codesourcery.com>
10765
10766 * configure, config.in: Rebuild.
10767 * configure.ac: Check for libiconvlist.
10768 * charset.c: Check HAVE_LIBICONVLIST.
10769 * acinclude.m4 (AM_ICONV): Don't subst LIBICONV, LIBICONV_INCLUDE,
10770 LIBICONV_LIBDIR. Update CPPFLAGS and LIBS.
10771 * Makefile.in (LIBICONV, LIBICONV_INCLUDE, LIBICONV_LIBDIR):
10772 Remove.
10773 (INTERNAL_CFLAGS_BASE): Update.
10774 (INTERNAL_LDFLAGS): Update.
10775 (CLIBS): Update.
10776
10777 2009-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10778
10779 * configure.ac: Initialize the variable $PREFER_CURSES.
10780 * configure: Regenerated.
10781
10782 2009-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10783
10784 * configure.ac: Enable $PREFER_CURSES even with default $ENABLE_TUI.
10785 * configure: Regenerated.
10786
10787 2009-03-24 Pierre Muller <muller@ics.u-strasbg.fr>
10788
10789 ARI fix: "strerror" rule.
10790 * darwin-nat.c (darwin_ptrace): Use safe_strerror.
10791 (darwin_stop_inferior, darwin_attach, darwin_detach): Ditto.
10792
10793 2009-03-23 Joel Brobecker <brobecker@adacore.com>
10794
10795 * ada-exp.y (get_symbol_field_type): Make sure to resolve typedefs
10796 before looking up the fields inside our struct type.
10797
10798 2009-03-23 Joel Brobecker <brobecker@adacore.com>
10799
10800 * ada-lang.c (resolve_subexp) [UNOP_QUAL]: Resolve typedefs before
10801 trying to resolve the type qualification.
10802
10803 2009-03-23 Joel Brobecker <brobecker@adacore.com>
10804
10805 * ada-lang.c (ada_evaluate_subexp) [UNOP_IN_RANGE]: make sure
10806 we try to apply the attribute on the real type, rather than
10807 its associated typedef.
10808
10809 2009-03-23 Joel Brobecker <brobecker@adacore.com>
10810
10811 * ada-lang.c (ada_evaluate_subexp) [OP_ATR_MODULUS]: Use check_typdef
10812 to make sure we try to get the modulus of the actual type, not the
10813 associated typedef.
10814
10815 2009-03-23 Joel Brobecker <brobecker@adacore.com>
10816
10817 * ada-lang.c (ada_evaluate_subexp): [OP_ATR_FIRST, OP_ATR_LAST]
10818 [OP_ATR_LENGTH]: When using the attribute on a type, make sure
10819 to get the real type, not the associated typedef.
10820
10821 2009-03-23 Joel Brobecker <brobecker@adacore.com>
10822
10823 * ada-lang.c (ada_get_field_index): Add handling of the case
10824 when TYPE is a typedef of a struct.
10825
10826 2009-03-23 Joel Brobecker <brobecker@adacore.com>
10827
10828 Add gdb_usleep as a portable version of usleep based on gdb_select.
10829 * gdb_usleep.h, gdb_usleep.c: New files.
10830 * Makefile.in (SFILES): Add gdb_usleep.c.
10831 (HFILES_NO_SRCDIR): Add gdb_usleep.h.
10832 (COMMON_OBS): Add gdb_usleep.o.
10833 * ser-unix.c (hardwire_send_break): Replace call to gdb_select
10834 by call to gdb_usleep.
10835
10836 2009-03-23 Joel Brobecker <brobecker@adacore.com>
10837
10838 * buildsym.c (end_symtab): If we ignore the subfiles, then
10839 unlink the associated symtabs if they were already allocated.
10840
10841 2009-03-23 Jerome Guitton <guitton@adacore.com>
10842
10843 Provide a way to force building of GDB with libcurses.
10844 * configure.ac: Add --with-curses.
10845 * configure: Regenerated.
10846
10847 2009-03-23 Tom Tromey <tromey@redhat.com>
10848
10849 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_uninit>: Fix typo in
10850 error message.
10851
10852 2009-03-23 Paul Pluzhnikov <ppluzhnikov@google.com>
10853
10854 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Use
10855 solib_contains_address_p instead of searching.
10856
10857 2009-03-23 Tom Tromey <tromey@redhat.com>
10858
10859 * charset.c (ICONV_CONST) <PHONY_ICONV>: Define.
10860 (iconv): Make 'inbuf' argument const.
10861 (convert_between_encodings): Use ICONV_CONST.
10862 (wchar_iterate): Likewise.
10863
10864 2009-03-22 Christopher Faylor <me+cygwin@cgf.cx>
10865
10866 * windows-nat.c (AdjustTokenPrivileges): Implement macro wraparound for
10867 dynamically loaded function.
10868 (LookupPrivilegeValueA): Ditto.
10869 (OpenProcessToken): Ditto.
10870 (AdjustTokenPrivileges): Rename and define placeholder for address of
10871 dynamically loaded function.
10872 (LookupPrivilegeValueA): Ditto.
10873 (OpenProcessToken): Ditto.
10874 (set_process_privilege): Remove check for loaded functions.
10875 (bad_OpenProcessToken): Define.
10876 (_initialize_loadable): Load token functions from advapi here, setting
10877 OpenProcessToken function to a dummy static function which always return
10878 error if OS doesn't support this functionality.
10879
10880 2009-03-22 Nicolas Roche <roche@adacore.com>
10881 Christopher Faylor <me+cygwin@cgf.cx>
10882
10883 * win32-nat.c (ctrl_c_handler): New function.
10884 (win32_wait): Register ctrl_c_handler as Ctrl-C handler if the inferior
10885 is run in a separate console.
10886
10887 2009-03-22 Christopher Faylor <me+cygwin@cgf.cx>
10888
10889 * windows-nat.c (DebugActiveProcessStop): Implement macro wraparound
10890 for dynamically loaded function.
10891 (DebugBreakProcess): Ditto.
10892 (DebugSetProcessKillOnExit): Ditto.
10893 (EnumProcessModules): Ditto.
10894 (GetModuleFileNameExA): Ditto.
10895 (GetModuleInformation): Ditto.
10896 (DebugActiveProcessStop): Rename and define placeholder for address of
10897 dynamically loaded function.
10898 (DebugBreakProcess): Ditto.
10899 (DebugSetProcessKillOnExit): Ditto.
10900 (EnumProcessModules): Ditto.
10901 (GetModuleFileNameExA): Ditto.
10902 (GetModuleInformation): Ditto.
10903 (psapi_loaded): Delete.
10904 (get_module_name): Don't check psapi_loaded, just rely on the fact that
10905 dynamically loaded functions will return failure if they weren't
10906 previously found.
10907 (has_detach_ability): Delete.
10908 (windows_attach): Remove call to has_detach_ability (). Just rely on
10909 functions being callable.
10910 (bad_DebugActiveProcessStop): Define.
10911 (bad_DebugBreakProcess): Ditto.
10912 (bad_DebugSetProcessKillOnExit): Ditto.
10913 (bad_EnumProcessModules): Ditto.
10914 (bad_GetModuleFileNameExA): Ditto.
10915 (bad_GetModuleInformation): Ditto.
10916 (_initialize_loadable): Rename from _initialize_psapi. Initialize all
10917 dynamic storage here, setting nonexistent functions to dummy static
10918 functions which always return error.
10919
10920 2009-03-22 Pedro Alves <pedro@codesourcery.com>
10921
10922 * mi/mi-interp.c (mi_interpreter_init): Attach mi_about_to_proceed
10923 to the about_to_proceed observer notification.
10924 (mi_about_to_proceed): New.
10925 (mi_on_resume): Only output ^running and the prompt here if the
10926 target was proceeded.
10927 * breakpoint.c (breakpoint_proceeded): New static.
10928 (breakpoint_about_to_proceed): New.
10929 (_initialize_breakpoints): Attach breakpoint_about_to_proceed to
10930 the about_to_proceed observer notification.
10931 * inferior.h (breakpoint_proceeded): Delete declaration.
10932 * infrun.c (clear_proceed_status): Don't set breakpoint_proceeded.
10933 Notify the about_to_proceed observers.
10934 (struct inferior_status): Delete breakpoint_proceeded member.
10935 (save_inferior_status): Don't save it.
10936 (restore_inferior_status): Don't restore it.
10937 * mi-main.h (mi_proceeded): Declare.
10938 * mi/mi-main.c (mi_cmd_execute): Clear mi_proceeded before running
10939 a command.
10940
10941 2009-03-22 Pedro Alves <pedro@codesourcery.com>
10942
10943 * gdbthread.h (struct thread_info): Add in_infcall member.
10944 * infcall.c (run_inferior_call): Save, set and restore in_infcall.
10945 Remove reverences to suppress_resume_observer. Refresh
10946 `call_thread' after returning from `proceed'.
10947 * infcmd.c (suppress_resume_observer): Delete.
10948 * inferior.h (suppress_resume_observer): Delete declaration.
10949 * mi/mi-interp.c (mi_on_resume): Suppress output while calling an
10950 inferior function.
10951 * thread.c (set_running): Remove references to
10952 suppress_resume_observer.
10953 * infrun.c (struct inferior_status): Add in_infcall member.
10954 (save_inferior_status): Save it.
10955 (restore_inferior_status): Restore it.
10956
10957 2009-03-22 Pedro Alves <pedro@codesourcery.com>
10958
10959 * infcall.c (run_inferior_call): Remove references to
10960 suppress_stop_observer.
10961 * infcmd.c (suppress_stop_observer): Delete.
10962 (finish_command_continuation): Remove NOTE. Don't clear
10963 suppress_stop_observer anymore.
10964 (finish_command_continuation_free_arg): Likewise.
10965 (finish_forward): Remove references to suppress_stop_observer.
10966 Call normal_stop observer if we haven't already.
10967 * inferior.h (suppress_stop_observer): Delete.
10968 * infrun.c (normal_stop): When deciding to suppress the
10969 normal_stop observer, check for proceed_to_finish instead of
10970 suppress_stop_observer.
10971
10972 2009-03-22 Pedro Alves <pedro@codesourcery.com>
10973
10974 * symfile.c (symfile_relocate_debug_section): Remove check for
10975 SEC_DEBUGGING.
10976
10977 2009-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10978 Jim Blandy <jimb@red-bean.com>
10979 Thiago Jung Bauermann <bauerman@br.ibm.com>
10980 Tom Tromey <tromey@redhat.com>
10981
10982 Miscellaneous fixes to the Python code.
10983 * python/python-cmd.c (cmdpy_init): Accept keyword
10984 arguments.
10985 * python/python-value.c (valpy_string): Accept keyword
10986 arguments.
10987 (valpy_binop): Use `break' to exit from the TRY_CATCH block.
10988 Do not call value_to_value_object on NULL RES_VAL.
10989 (value_object_methods): Change `string' entry to also accept
10990 keyword arguments.
10991 (convert_value_from_python): Return a copy of the value if obj is
10992 a gdb.Value object.
10993 (value_object_methods): Mark the `string' method as accepting
10994 keywords, and show method "prototype" in the doc string.
10995 * python/python.c (get_parameter): Don't return inside a
10996 TRY_CATCH.
10997
10998 2009-03-20 Tom Tromey <tromey@redhat.com>
10999
11000 Add support for convenience functions in Python.
11001 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-function.o.
11002 (SUBDIR_PYTHON_SRCS): Add python-function.c.
11003 (python-function.o): New target.
11004 * eval.c: Include "python/python.h" and <ctype.h>.
11005 (evaluate_subexp_standard): Handle values of type
11006 TYPE_CODE_INTERNAL_FUNCTION.
11007 * gdbtypes.h (type_code): Add TYPE_CODE_INTERNAL_FUNCTION.
11008 * parse.c (write_exp_string): Remove duplicate word in comment.
11009 * python/python-function.c: New file.
11010 * python/python-internal.h (gdbpy_initialize_functions): Add
11011 prototype.
11012 * python/python.c (_initialize_python): Call
11013 gdbpy_initialize_functions.
11014 * valprint.c (value_check_printable): Handle values of type
11015 TYPE_CODE_INTERNAL_FUNCTION.
11016 * value.c: Include "cli/cli-decode.h".
11017 (internal_function): New struct.
11018 (functionlist, internal_fn_type): New static variables.
11019 (lookup_only_internalvar,
11020 lookup_internalvar): Add const qualifier to name argument.
11021 (create_internalvar): Likewise. Initialize new field.
11022 (set_internal_var): Fix typo in comment. Don't allow assignment
11023 to canonical variable.
11024 (value_create_internal_function, value_internal_function_name,
11025 call_internal_function, function_command, function_destroyer,
11026 add_internal_function): New functions.
11027 (_initialize_values): Create `function' placeholder command.
11028 Initialize internal_fn_type.
11029 * value.h (lookup_only_internalvar, create_internalvar,
11030 lookup_internalvar): Add const qualifier to name argument.
11031 (internal_function_fn, add_internal_function, call_internal_function,
11032 value_internal_function_name): Add prototypes.
11033 (struct internalvar) <canonical>: New field.
11034
11035 2009-03-20 Tom Tromey <tromey@redhat.com>
11036
11037 * c-lang.c (evaluate_subexp_c): Call check_typedef.
11038
11039 2009-03-20 Tom Tromey <tromey@redhat.com>
11040 Julian Brown <julian@codesourcery.com>
11041
11042 PR i18n/7220, PR i18n/7821, PR exp/8815, PR exp/9103,
11043 PR i18n/9401, PR exp/9613:
11044 * NEWS: Update
11045 * value.h (value_typed_string): Declare.
11046 (val_print_string): Update.
11047 * valprint.h (print_char_chars): Update.
11048 * valprint.c (print_char_chars): Add type argument. Update.
11049 (val_print_string): Likewise.
11050 * valops.c (value_typed_string): New function.
11051 * utils.c (host_char_to_target): New function.
11052 (parse_escape): Use host_char_to_target, host_hex_value. Update.
11053 Remove '^' case.
11054 (no_control_char_error): Remove.
11055 * typeprint.c (print_type_scalar): Update.
11056 * scm-valprint.c (scm_scmval_print): Update.
11057 * scm-lang.h (scm_printchar, scm_printstr): Update.
11058 * scm-lang.c (scm_printchar): Add type argument.
11059 (scm_printstr): Likewise.
11060 * printcmd.c (print_formatted): Update.
11061 (print_scalar_formatted): Update.
11062 (printf_command) <wide_string_arg, wide_char_arg>: New constants.
11063 Handle '%lc' and '%ls'.
11064 * parser-defs.h (struct typed_stoken): New type.
11065 (struct stoken_vector): Likewise.
11066 (write_exp_string_vector): Declare.
11067 * parse.c (write_exp_string_vector): New function.
11068 * p-valprint.c (pascal_val_print): Update.
11069 * p-lang.h (is_pascal_string_type, pascal_printchar,
11070 pascal_printstr): Update.
11071 * p-lang.c (is_pascal_string_type): Remove 'char_size' argument.
11072 Add 'char_type' argument.
11073 (pascal_emit_char): Add type argument.
11074 (pascal_printchar): Likewise.
11075 (pascal_printstr): Likewise.
11076 * objc-lang.c (objc_emit_char): Add type argument.
11077 (objc_printchar): Likewise.
11078 (objc_printstr): Likewise.
11079 * macroexp.c (get_character_constant): Handle unicode characters.
11080 Use c_parse_escape.
11081 (get_string_literal): Handle unicode strings. Use
11082 c_parse_escape.
11083 * m2-valprint.c (print_unpacked_pointer): Update.
11084 (m2_print_array_contents): Update.
11085 (m2_val_print): Update.
11086 * m2-lang.c (m2_emit_char): Add type argument.
11087 (m2_printchar): Likewise.
11088 (m2_printstr): Likewise.
11089 * language.h (struct language_defn) <la_printchar>: Add type
11090 argument.
11091 <la_printstr, la_emitchar>: Likewise.
11092 (LA_PRINT_CHAR): Likewise.
11093 (LA_PRINT_STRING): Likewise.
11094 (LA_EMIT_CHAR): Likewise.
11095 * language.c (unk_lang_emit_char): Add type argument.
11096 (unk_lang_printchar): Likewise.
11097 (unk_lang_printstr): Likewise.
11098 * jv-valprint.c (java_val_print): Update.
11099 * jv-lang.c (java_emit_char): Add type argument.
11100 * f-valprint.c (f_val_print): Update.
11101 * f-lang.c (f_emit_char): Add type argument.
11102 (f_printchar): Likewise.
11103 (f_printstr): Likewise.
11104 * expprint.c (print_subexp_standard): Update.
11105 * charset.h (target_wide_charset): Declare.
11106 (c_target_char_has_backslash_escape, c_parse_backslash,
11107 host_char_print_literally, host_char_to_target,
11108 target_char_to_host, target_char_to_control_char): Remove.
11109 (enum transliterations): New type.
11110 (convert_between_encodings): Declare.
11111 (HOST_ESCAPE_CHAR): New define.
11112 (host_letter_to_control_character, host_hex_value): Declare.
11113 (enum wchar_iterate_result): New enum.
11114 (struct wchar_iterator): Declare.
11115 (make_wchar_iterator, make_cleanup_wchar_iterator, wchar_iterator,
11116 wchar_push_back): Declare.
11117 * charset-list.h: New file.
11118 * c-valprint.c (textual_name): New function.
11119 (textual_element_type): Handle wide character types.
11120 (c_val_print): Pass original type to textual_element_type. Handle
11121 wide character types.
11122 (c_value_print): Use textual_element_type. Pass original type of
11123 value to val_print.
11124 * c-lang.h (enum c_string_type): New type.
11125 (c_printchar, c_printstr): Update.
11126 * c-lang.c (classify_type): New function.
11127 (print_wchar): Likewise.
11128 (c_emit_char): Add type argument. Handle wide characters.
11129 (c_printchar): Likewise.
11130 (c_printstr): Add type argument. Handle wide and multibyte
11131 character sets.
11132 (convert_ucn): New function.
11133 (emit_numeric_character): Likewise.
11134 (convert_octal): Likewise.
11135 (convert_hex): Likewise.
11136 (ADVANCE): New macro.
11137 (convert_escape): New function.
11138 (parse_one_string): Likewise.
11139 (evaluate_subexp_c): Likewise.
11140 (exp_descriptor_c): New global.
11141 (c_language_defn): Use exp_descriptor_c.
11142 (cplus_language_defn): Likewise.
11143 (asm_language_defn): Likewise.
11144 (minimal_language_defn): Likewise.
11145 (charset_for_string_type): New function.
11146 * c-exp.y (%union): Add 'svec' and 'tsval'.
11147 (CHAR): New token.
11148 (exp): Add CHAR production.
11149 (string_exp): Rewrite.
11150 (exp) <string_exp>: Rewrite.
11151 (tempbuf): Now global.
11152 (tempbuf_init): New global.
11153 (parse_string_or_char): New function.
11154 (yylex) <tempbuf>: Now global.
11155 <tokptr, tempbufindex, tempbufsize, token_string, class_prefix>:
11156 Remove.
11157 Handle 'u', 'U', and 'L' prefixes. Call parse_string_or_char.
11158 (c_parse_escape): New function.
11159 * auxv.c (fprint_target_auxv): Update.
11160 * ada-valprint.c (ada_emit_char): Add type argument.
11161 (ada_printchar): Likewise.
11162 (ada_print_scalar): Update.
11163 (printstr): Add type argument. Update calls to ada_emit_char.
11164 (ada_printstr): Add type argument.
11165 (ada_val_print_array): Update.
11166 (ada_val_print_1): Likewise.
11167 * ada-lang.c (emit_char): Add type argument.
11168 * ada-lang.h (ada_emit_char, ada_printchar, ada_printstr): Add
11169 type arguments.
11170 * gdb_locale.h: Include langinfo.h.
11171 * charset.c (_initialize_charset): Set default host charset from
11172 the locale. Don't register charsets. Add target-wide-charset
11173 commands. Call find_charset_names.
11174 (struct charset, struct translation): Remove.
11175 (GDB_DEFAULT_HOST_CHARSET): Remove.
11176 (GDB_DEFAULT_TARGET_WIDE_CHARSET): New define.
11177 (target_wide_charset_name): New global.
11178 (show_host_charset_name): Handle "auto".
11179 (show_target_wide_charset_name): New function.
11180 (host_charset_enum, target_charset_enum): Remove.
11181 (charset_enum): New global.
11182 (all_charsets, register_charset, lookup_charset, all_translations,
11183 register_translation, lookup_translation): Remove.
11184 (simple_charset, ascii_print_literally, ascii_to_control): Remove.
11185 (iso_8859_print_literally, iso_8859_to_control,
11186 iso_8859_family_charset): Remove.
11187 (ebcdic_print_literally, ebcdic_to_control,
11188 ebcdic_family_charset): Remove.
11189 (struct cached_iconv, check_iconv_cache, cached_iconv_convert,
11190 register_iconv_charsets): Remove.
11191 (target_wide_charset_be_name, target_wide_charset_le_name): New
11192 globals.
11193 (identity_either_char_to_other): Remove.
11194 (set_be_le_names, validate): New functions.
11195 (backslashable, backslashed, represented): Remove.
11196 (default_c_target_char_has_backslash_escape): Remove.
11197 (default_c_parse_backslash, iconv_convert): Remove.
11198 (ascii_to_iso_8859_1_table, ascii_to_ebcdic_us_table,
11199 ascii_to_ibm1047_table, iso_8859_1_to_ascii_table,
11200 iso_8859_1_to_ebcdic_us_table, iso_8859_1_to_ibm1047_table,
11201 ebcdic_us_to_ascii_table, ebcdic_us_to_iso_8859_1_table,
11202 ebcdic_us_to_ibm1047_table, ibm1047_to_ascii_table,
11203 ibm1047_to_iso_8859_1_table, ibm1047_to_ebcdic_us_table): Remove.
11204 (table_convert_char, table_translation, simple_table_translation):
11205 Remove.
11206 (current_host_charset, current_target_charset,
11207 c_target_char_has_backslash_escape_func,
11208 c_target_char_has_backslash_escape_baton): Remove.
11209 (c_parse_backslash_func, c_parse_backslash_baton): Remove.
11210 (host_char_to_target_func, host_char_to_target_baton): Remove.
11211 (target_char_to_host_func, target_char_to_host_baton): Remove.
11212 (cached_iconv_host_to_target, cached_iconv_target_to_host):
11213 Remove.
11214 (lookup_charset_or_error, check_valid_host_charset): Remove.
11215 (set_host_and_target_charsets): Remove.
11216 (set_host_charset, set_target_charset): Remove.
11217 (set_host_charset_sfunc, set_target_charset_sfunc): Rewrite.
11218 (set_target_wide_charset_sfunc): New function.
11219 (show_charset): Print target wide character set.
11220 (host_charset, target_charset): Rewrite.
11221 (target_wide_charset): New function.
11222 (c_target_char_has_backslash_escape): Remove.
11223 (c_parse_backslash): Remove.
11224 (host_letter_to_control_character): New function.
11225 (host_char_print_literally): Remove.
11226 (host_hex_value): New function.
11227 (target_char_to_control_char): Remove.
11228 (cleanup_iconv): New function.
11229 (convert_between_encodings): New function.
11230 (target_char_to_host): Remove.
11231 (struct wchar_iterator): Define.
11232 (make_wchar_iterator, make_cleanup_wchar_iterator, wchar_iterator,
11233 wchar_push_back): New functions.
11234 (do_cleanup_iterator): New function.
11235 (char_ptr): New typedef.
11236 (charsets): New global.
11237 (add_one, find_charset_names): New functions.
11238 (default_charset_names): New global.
11239 (auto_host_charset_name): Likewise.
11240 * aclocal.m4, config.in, configure: Rebuild.
11241 * configure.ac: Call AM_LANGINFO_CODESET.
11242 (GDB_DEFAULT_HOST_CHARSET): Default to UTF-8.
11243 (AM_ICONV): Invoke earlier.
11244 * acinclude.m4: Include codeset.m4. Subst LIBICONV_INCLUDE and
11245 LIBICONV_LIBDIR. Check for libiconv in build tree.
11246 * Makefile.in (LIBICONV_LIBDIR, LIBICONV_INCLUDE): New macros.
11247 (INTERNAL_CFLAGS_BASE): Add LIBICONV_INCLUDE.
11248 (INTERNAL_LDFLAGS): Add LIBICONV_LIBDIR.
11249 * gdb_obstack.h (obstack_grow_wstr): New define.
11250 * gdb_wchar.h: New file.
11251 * defs.h: Include it.
11252
11253 2009-03-20 Tom Tromey <tromey@redhat.com>
11254 Jan Kratochvil <jan.kratochvil@redhat.com>
11255
11256 * dwarf2read.c (process_die): Handle DW_TAG_typedef.
11257 * eval.c (evaluate_subexp_standard) <OP_TYPE>: Strip a single
11258 typedef.
11259 * ada-lang.c (decode_packed_array_type): Call CHECK_TYPEDEF on the
11260 SYMBOL_TYPE result.
11261 * ada-typeprint.c (print_array_type): Do the NULL check
11262 unconditionally.
11263
11264 2009-03-19 Tom Tromey <tromey@redhat.com>
11265
11266 * utils.c (do_obstack_free): New function.
11267 (make_cleanup_obstack_free): Likewise.
11268 * defs.h (make_cleanup_obstack_free): Declare.
11269
11270 2009-03-18 Doug Evans <dje@google.com>
11271
11272 * linux-nat.c (linux_nat_find_memory_regions): Result of PIDGET is an
11273 int, not a long long.
11274 (linux_nat_info_proc_cmd): Store pid in long instead of long long.
11275
11276 * expprint.c (dump_raw_expression): Print note if non-NULL.
11277
11278 * printcmd.c (display_uses_solib_p): Redo loop, scan element list
11279 backwards.
11280
11281 2009-03-18 Nathan Sidwell <nathan@codesourcery.com>
11282
11283 * Makefile.in: Update license to GPLv3.
11284 * ada-exp.y: Update license to GPLv3.
11285 * ada-lex.l: Update license to GPLv3.
11286 * c-exp.y: Update license to GPLv3.
11287 * cp-name-parser.y: Update license to GPLv3.
11288 * darwin-nat-info.c: Update license to GPLv3.
11289 * f-exp.y: Update license to GPLv3.
11290 * gdb_thread_db.h: Update license to GPLv3.
11291 * hppanbsd-nat.c: Update license to GPLv3.
11292 * hppanbsd-tdep.c: Update license to GPLv3.
11293 * hppaobsd-tdep.c: Update license to GPLv3.
11294 * jv-exp.y: Update license to GPLv3.
11295 * m2-exp.y: Update license to GPLv3.
11296 * objc-exp.y: Update license to GPLv3.
11297 * p-exp.y: Update license to GPLv3.
11298 * reply_mig_hack.awk: Update license to GPLv3.
11299 * reverse.c: Update license to GPLv3.
11300 * xtensa-xtregs.c: Update license to GPLv3.
11301
11302 2009-03-18 Pedro Alves <pedro@codesourcery.com>
11303
11304 * remote.c (remote_close): Don't call generic_mourn_inferior.
11305 (remote_mourn_1): Call generic_mourn_inferior after closing the
11306 target.
11307
11308 2009-03-18 Pedro Alves <pedro@codesourcery.com>
11309
11310 * remote.c (remote_start_remote): Add missing call to
11311 init_wait_for_inferior in non-stop mode.
11312
11313 2009-03-18 Pedro Alves <pedro@codesourcery.com>
11314
11315 * breakpoint.c (bpstat_should_step): Only consider software
11316 watchpoints that have a location.
11317
11318 2009-03-17 Joel Brobecker <brobecker@adacore.com>
11319
11320 Add a target_ops parameter to the to_kill method in struct target_ops.
11321
11322 * target.h (struct target_ops): Add a "target_ops *" parameter to
11323 method to_kill.
11324 (target_kill): Remove macro. Add declaration.
11325 * target.c (debug_to_kill): Delete, no longer necessary.
11326 (target_kill): New function.
11327 (update_current_target): Stop inheriting the to_kill method.
11328 Do not de_fault it to no_process either.
11329 (setup_target_debug): Do not set current_target.to_kill.
11330 * gnu-nat.c, go32-nat.c, hpux-thread.c, inf-ptrace.c, inf-ttrace.c,
11331 linux-nat.c, monitor.c, nto-procfs.c, procfs.c, remote-m32r-sdi.c,
11332 remote-mips.c, remote-sim.c, remote.c, windows-nat.c: Update
11333 accordingly.
11334
11335 2009-03-17 Doug Evans <dje@google.com>
11336
11337 * amd64-linux-nat.c (si_timerid,si_overrun): Provide definition for
11338 glibc 2.3.2 and earlier.
11339
11340 2009-03-17 Joel Brobecker <brobecker@adacore.com>
11341
11342 * frame.c (get_prev_frame_1): Do not perform the inner_frame
11343 sanity check if this_frame is not NORMAL.
11344 (frame_id_inner): Update the description of this function.
11345
11346 2009-03-17 Hui Zhu <teawater@gmail.com>
11347
11348 * stack.c: Change the introduce of "disassemble-next-line".
11349
11350 2009-03-17 Pedro Alves <pedro@codesourcery.com>
11351
11352 * mi/mi-main.h (mi_print_timing_maybe): Add strict prototype,
11353 declare as extern.
11354
11355 2009-03-17 Hui Zhu <teawater@gmail.com>
11356
11357 * stack.c: Include valprint.h.
11358 (disassemble_next_line): New enum.
11359 (show_disassemble_next_line): New function. Show the current
11360 value of disassemble-next-line.
11361 (gdb_disassembly_stub_args): New struct for argument passing
11362 between function do_gdb_disassembly and function
11363 gdb_disassembly_stub.
11364 (gdb_disassembly_stub): New function. Helper for
11365 gdb_disassembly.
11366 (do_gdb_disassembly): New function. Use TRY_CATCH to catch
11367 the exception from the gdb_disassembly because it will be
11368 broken by filter sometime.
11369 (print_frame_info): If disassemble-next-line is set to auto
11370 or on and doesn't have the line debug messages for $pc,
11371 output the next instruction.
11372 If disassemble-next-line is set to on and there is line debug
11373 messages, output assembly codes for next line.
11374 (_initialize_stack): Make the "set disassemble-next-line"
11375 command an auto-boolean command. Change its class to
11376 class_stack. Place it in the top level set list. Extend help
11377 to describe the auto mode.
11378
11379 2009-03-17 Pedro Alves <pedro@codesourcery.com>
11380
11381 * infrun.c (normal_stop): Don't overwrite old_chain.
11382
11383 2009-03-16 Joel Brobecker <brobecker@adacore.com>
11384
11385 * remote-mips.c (mips_load): Replace call to regcache_set_valid_p,
11386 which is undefined, by call to regcache_invalidate, which should
11387 do what the original author wanted to do.
11388
11389 2009-03-16 Joel Brobecker <brobecker@adacore.com>
11390
11391 * remote-mips.c (mips_mourn_inferior): Add missing ops parameter.
11392 (mips_create_inferior): Likewise.
11393
11394 2009-03-16 Joel Brobecker <brobecker@adacore.com>
11395
11396 * go32-nat.c (go32_create_inferior): Add missing ops parameter.
11397
11398 2009-03-16 Joel Brobecker <brobecker@adacore.com>
11399
11400 * darwin-nat.c (darwin_resume): Fix a compiler warning when
11401 building on x86_64-darwin.
11402
11403 2009-03-16 Tristan Gingold <gingold@adacore.com>
11404
11405 * configure.tgt: Add handling for x86_64-darwin.
11406
11407 2009-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11408
11409 * auxv.c (fprint_target_auxv): New TAG for AT_RANDOM.
11410
11411 2009-03-15 Joel Brobecker <brobecker@adacore.com>
11412
11413 * aix-thread.c (aix_thread_thread_alive, aix_thread_pid_to_str):
11414 Use the ops parameter to get to the target beneath, rather than
11415 using the current_target global. Using the current_target global
11416 was an unintended accident.
11417
11418 2009-03-15 Joel Brobecker <brobecker@adacore.com>
11419
11420 Fix an error happening while loading symbols from a core file
11421 (on AIX).
11422
11423 * rs6000-nat.c (xcoff_relocate_symtab): Use target_has_execution
11424 to detect whether we're debugging a core file or not.
11425
11426 2009-03-15 Joel Brobecker <brobecker@adacore.com>
11427
11428 Modernize the aix-thread later by getting rid of the base_target
11429 global. This brings back to life the AIX port which was otherwise
11430 crashing all the time.
11431
11432 * aix-thread.c (base_target): Delete.
11433 (pd_enable): Do not set base_target.
11434 (aix_thread_attach): Use find_target_beneath instead of base_target.
11435 (aix_thread_detach, aix_thread_resume, aix_thread_wait)
11436 (aix_thread_fetch_registers, aix_thread_store_registers),
11437 (aix_thread_xfer_partial, aix_thread_mourn_inferior)
11438 (aix_thread_thread_alive, aix_thread_pid_to_str): Likewise.
11439 (aix_thread_kill): Delete. Does not seem necessary.
11440 (init_aix_thread_ops): Do not set aix_thread_ops.to_kill.
11441
11442 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11443
11444 * stack.c (return_command <retval_exp>): New variables retval_expr
11445 and old_chain. Inline parse_and_eval to initialize retval_expr. Check
11446 RETVAL_EXPR for UNOP_CAST and set RETURN_TYPE to the RETURN_VALUE type
11447 if RETURN_TYPE is NULL.
11448
11449 2009-03-14 Pedro Alves <pedro@codesourcery.com>
11450
11451 * remote.c (PACKET_qAttached): New.
11452 (remote_query_attached): New.
11453 (remote_add_inferior): Add new `attached' argument. Handle it.
11454 (remote_notice_new_inferior, remote_start_remote): Adjust to pass
11455 -1 to remote_add_inferior in new parameter.
11456 (extended_remote_attach_1): Adjust to pass 1 to
11457 remote_add_inferior in the new parameter.
11458 (extended_remote_create_inferior_1): Adjust to pass 0 to
11459 remote_add_inferior in the new parameter.
11460 (_initialize_remote): Add "set/show remote query-attached-packet"
11461 commands.
11462
11463 2009-03-13 Tom Tromey <tromey@redhat.com>
11464
11465 * symtab.c (lookup_symbol_in_language): Use a cleanup.
11466
11467 2009-03-13 Doug Evans <dje@google.com>
11468
11469 * exceptions.h: Clean up some comments on catch_exceptions usage.
11470 * exceptions.c: Ditto. Plus mark catch_errors as superseded by
11471 catch_exceptions.
11472
11473 2009-02-17 Joel Brobecker <brobecker@adacore.com>
11474
11475 The following patch helps getting rid of a warning inside solib-som.c.
11476
11477 * source.c (source_full_path_of): Constify parameter filename.
11478 * defs.h (source_full_path_of): Update declaration accordingly.
11479
11480 2009-03-12 Joel Brobecker <brobecker@adacore.com>
11481
11482 * ada-lang.c (ada_evaluate_subexp): Merge case BINOP_REM and
11483 BINOP_MOD cases with the handling of case BINOP_DIV and BINOP_MUL.
11484 Remove useless op value checks when EVAL_AVOID_SIDE_EFFECTS.
11485
11486 2009-03-12 Joel Brobecker <brobecker@adacore.com>
11487
11488 * ada-lang.c (ada_evaluate_subexp) <BINOP_DIV>: make sure to
11489 promote the operands when noside is EVAL_AVOID_SIDE_EFFECTS.
11490
11491 2009-03-12 Joel Brobecker <brobecker@adacore.com>
11492
11493 * ada-tasks.c (ada_task_is_alive): Move up and make static.
11494 * ada-lang.h (ada_task_is_alive): Remove declaration.
11495
11496 2009-03-12 Jerome Guitton <guitton@adacore.com>
11497
11498 * ada-lang.c (ada_delta): Change the type of numerators and
11499 denominators to DOUBLEST, as they may not fit into a long.
11500 (scaling_factor): Ditto.
11501
11502 2009-03-12 Jerome Guitton <guitton@adacore.com>
11503
11504 * language.c (lang_bool_type): Set lai->bool_type_symbol to NULL.
11505
11506 2009-03-12 Joel Brobecker <brobecker@adacore.com>
11507
11508 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: For tagged
11509 types, if we are unable to determine the actual symbol type
11510 from its tag, then use the static approximation instead.
11511
11512 2009-03-12 Joel Brobecker <brobecker@adacore.com>
11513
11514 Fix crash printing packed record with packed array.
11515
11516 * ada-lang.c (ada_modulus_from_name): New function.
11517 (ada_modulus): In the case where the type length is bigger than
11518 the size of the type used to hold the bounds, try determining
11519 the modulus from the type name.
11520 (ada_value_primitive_packed_val): Fix bug in the computation of
11521 ntarg causing an out-of-buffer invalid access.
11522
11523 2009-03-12 Joel Brobecker <brobecker@adacore.com>
11524
11525 Fix segfault when printing short_integer'last.
11526
11527 * ada-lang.c (ada_find_any_type): Search in the primitive types
11528 if a symbol could not be found.
11529
11530 2009-03-12 Joel Brobecker <brobecker@adacore.com>
11531
11532 * ada-tasks.c (task_states,long_task_states): Add new states
11533 Activating and Acceptor_Delay_Sleep. Update the description
11534 of state Acceptor_Sleep.
11535
11536 2009-03-12 Jonas Maebe <jonas.maebe@elis.ugent.be> (obvious change)
11537
11538 Fix a build failure on Darwin following some changes in
11539 the profile of some target_ops methods.
11540
11541 * darwin-nat.c (darwin_kill_inferior): Add target_ops parameter
11542 where missing.
11543 (darwin_stop_inferior, darwin_detach): Likewise.
11544
11545 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
11546
11547 Include token in ^running notification for CLI commands.
11548
11549 * mi/mi-main.c (mi_execute_command): Set current_token here.
11550 (mi_cmd_execute): Do not set current_token here.
11551
11552 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
11553
11554 Fix MI timings.
11555
11556 * mi/mi-main.c (mi_print_timing_maybe): New.
11557 (captured_mi_execute_command): Simplify. Output timings to
11558 CLI commands, too.
11559 (mi_execute_async_cli_command): Do not print timings.
11560 * mi/mi-main.h (mi_print_timing_maybe): Declare.
11561 * mi/mi-interp.c (mi_on_normal_stop): Call mi_print_timing_maybe.
11562
11563 2009-03-12 Jerome Guitton <guitton@adacore.com>
11564
11565 * xcoffread.c (process_linenos): Check if the line in the
11566 include table refers to the main source file and, if so,
11567 add them to the main subfile.
11568
11569 2009-03-12 Joel Brobecker <brobecker@adacore.com>
11570
11571 Fix a build failure on AIX introduced after a change in the profile
11572 of some of the "methods" in the target_ops structure.
11573 * aix-thread.c: Add missing target_ops parameter throughout.
11574
11575 Implement Ada task switching on AIX.
11576 * aix-thread.c (aix_thread_get_ada_task_ptid): New function.
11577 (init_aix_thread_ops): Set aix_thread_ops.to_get_ada_task_ptid.
11578
11579 2009-03-11 Daniel Jacobowitz <dan@codesourcery.com>
11580
11581 * breakpoint.c (bpstat_check_breakpoint_conditions): Use
11582 value_mark and value_free_to_mark.
11583 * objfiles.c (free_objfile): Call objfile_free_data before
11584 freeing the BFD.
11585
11586 2009-03-10 Hui Zhu <teawater@gmail.com>
11587
11588 * disasm.c (gdb_disassembly): Remove unused argument
11589 "line_num".
11590 * disasm.h (gdb_disassembly): Ditto.
11591 * cli/cli-cmds.c (print_disassembly): Ditto.
11592 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Ditto.
11593
11594 2009-03-09 Paul Pluzhnikov <ppluzhnikov@google.com>
11595
11596 * solib.c (solib_contains_address_p): New function.
11597 (solib_name_from_address): Use it.
11598 * printcmd.c (display_uses_solib_p): Use it.
11599 * solib.h (solib_contains_address_p): Declare it.
11600
11601 2009-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11602
11603 * varobj.c (free_variable): Call value_free.
11604
11605 2009-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11606
11607 PR gdb/9873:
11608 * dwarf2read.c (dwarf_decode_macros): New variable `at_commandline'.
11609 Move the variable `macinfo_type' out of the loop. Create a new
11610 processing pass before the current one to pre-create `current_file'.
11611 New complaint on misplaced zero/non-zero definitions/includes.
11612 Skip first DW_MACINFO_start_file with `at_commandline' set.
11613
11614 2008-03-09 Vladimir Prus <vladimir@codesourcery.com>
11615
11616 * solib.c (reload_shared_libraries): Give
11617 inferior a chance to reset solib breakpoint.
11618 Reinit frame cache.
11619
11620 2009-03-08 Christopher Faylor <me+cygwin@cgf.cx>
11621
11622 * windows-nat.c (dr): Redefine to use largest possible integer which
11623 holds a pointer.
11624 (cygwin_set_dr): Avoid coercion.
11625
11626 2009-03-08 Oswald Buddenhagen <oswald.buddenhagen@trolltech.de>
11627
11628 * windows-nat.c (windows_create_inferior): Implement --tty handling on
11629 non-cygwin.
11630
11631 2009-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
11632
11633 Rename solib_address to solib_name_from_address.
11634 * breakpoint.c (insert_bp_location, disable_breakpoints_in_shlibs)
11635 (disable_breakpoints_in_unloaded_shlib): Update.
11636 * printcmd.c (display_uses_solib_p): Likewise.
11637 * stack.c (print_frame): Likewise.
11638 * solib.c: Rename.
11639 * solib.h: Rename.
11640
11641 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
11642
11643 * printcmd.c (do_one_display): Reparse exp_string.
11644 (display_uses_solib_p): New function.
11645 (clear_dangling_display_expressions): New function.
11646 (_initialize_printcmd): Add observer.
11647 * solib.c (no_shared_libraries): Swap order of calls to
11648 clear_solib and objfile_purge_solibs.
11649
11650 2009-03-05 Joel Brobecker <brobecker@adacore.com>
11651
11652 Implement the target-specific part of Ada tasking support
11653 on Tru64.
11654
11655 * dec-thread.c (dec_thread_get_ada_task_ptid): New function.
11656 (init_dec_thread_ops): Set the to_get_ada_task_ptid method.
11657
11658 2009-03-05 Joel Brobecker <brobecker@adacore.com>
11659
11660 Get rid of the global "base_target" and use "find_target_beneath"
11661 to find the underlying target.
11662 * dec-thread.c (base_target): Delete.
11663 (enable_dec_thread): Remove assignement to base_target.
11664 (dec_thread_detach, dec_thread_wait, dec_thread_wait)
11665 (dec_thread_fetch_registers, dec_thread_store_registers)
11666 (dec_thread_mourn_inferior, dec_thread_pid_to_str):
11667 Update the function profile if necessary.
11668 Use find_target_beneath to call the same method but from
11669 the underlying target, removing the need for "base_target".
11670
11671 * dec-thread.c (dec_thread_get_regsets, dec_thread_set_regsets):
11672 Fix a copy/paste error in a few debug traces...
11673
11674 * solib-osf.c (init_so): Use a simpler method for computing
11675 the size of lm_info structure. This also gets rid of warning
11676 emitted by the compiler.
11677
11678 2009-03-05 Pedro Alves <pedro@codesourcery.com>
11679
11680 * breakpoint.c (check_duplicates_for): Skip permanent breakpoints
11681 duplicates of permanent breakpoints.
11682
11683 2009-03-04 Pedro Alves <pedro@codesourcery.com>
11684
11685 * inferior.h (notice_new_inferior): Declare.
11686 * infcmd.c (notice_new_inferior): New.
11687 * remote.c (remote_add_inferior, remote_add_thread): New.
11688 (notice_new_inferiors): Rename to...
11689 (remote_notice_new_inferior): ... this. Add RUNNING argument.
11690 Use remote_add_thread instead of add_thread, passing it the
11691 RUNNING argument. Add an inferior with remote_add_inferior. If
11692 we just learned about an inferior, call notice_new_inferior.
11693 (record_currthread): Adjust.
11694 (remote_threads_info): Adjust to use remote_notice_new_inferior.
11695 (remote_start_remote, extended_remote_attach_1): Use
11696 remote_add_inferior.
11697 (process_stop_reply): Adjust. Call remote_notice_new_inferior
11698 after handling expedited registers and watchpoint state.
11699 (extended_remote_create_inferior_1): Use remote_add_inferior.
11700
11701 2009-03-04 Aleksandar Ristovski <aristovski@qnx.com>
11702
11703 * infcmd.c (registers_info): Remove register number case.
11704
11705 2009-03-03 Pedro Alves <pedro@codesourcery.com>
11706
11707 * top.c (quit_target): Check for target_has_execution before
11708 killing or detaching from inferiors.
11709
11710 2009-03-02 Joel Brobecker <brobecker@adacore.com>
11711
11712 Remove some unused routines.
11713
11714 * ada-lang.c (is_suppressed_name, ada_suppress_symbol_printing):
11715 Delete.
11716 * ada-lang.c (ada_task_list_iterator_ftype)
11717 (iterate_over_live_ada_tasks): Delete.
11718 * ada-tasks.c (ada_get_environment_task, iterate_over_live_ada_tasks):
11719 Delete.
11720
11721 2009-03-01 Doug Evans <dje@google.com>
11722
11723 * symtab.c: Remove trailing whitespace throughout the file.
11724 (expand_line_sal): Fix some typos and whitespace.
11725
11726 * Makefile.in (clean): rm -f $(DEPDIR)/*.
11727
11728 * Makefile.in (GDB_CFLAGS): Add -I$(srcdir)/common.
11729 (init.c): signals/ -> common/.
11730 (signals.o): Update.
11731 * target.h (target_signal_to_string,target_signal_to_string)
11732 (target_signal_from_name,target_signal_to_host_p)
11733 (target_signal_from_host,target_signal_to_host): Move to ...
11734 * common/gdb_signals.h: ... here. New file.
11735 * common/signals.c: Moved here from signals/signals.c.
11736 #include gdb_signals.h, remove #include of target.h in gdb case.
11737 (target_signal_from_command,default_target_signal_to_host)
11738 (default_target_signal_from_host): Move inside #ifndef GDBSERVER.
11739
11740 Include thread ID in target_wait debugging output.
11741 * infrun.c (print_target_wait_results): New function.
11742 (wait_for_inferior,fetch_inferior_event): Call it.
11743
11744 2009-02-27 Pedro Alves <pedro@codesourcery.com>
11745
11746 * gdb_proc_service.h (struct ps_prochandle): Replace pid_t field
11747 with a ptid_t field.
11748 * linux-thread-db.c (thread_get_info_callback): Build the ptid
11749 using the pid stored in proc_handle.ptid.
11750 (thread_from_lwp, thread_db_attach_lwp, enable_thread_event)
11751 (check_for_thread_db, thread_db_detach, check_event)
11752 (thread_db_mourn_inferior, find_new_threads_callback)
11753 (thread_db_find_new_threads_1): Adjust.
11754 * proc-service.c (ps_xfer_memory, ps_lgetregs, ps_lsetregs)
11755 (ps_lgetfpregs, ps_lsetfpregs, ps_getpid): Adjust.
11756
11757 2009-02-27 Phil Muldoon <pmuldoon@redhat.com>
11758
11759 * valprint.c (read_string): Rework clean-up logic. Use
11760 free_current_contents to clean-up buffer.
11761
11762 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
11763
11764 * MAINTAINERS: Update e-mail address.
11765
11766 2009-02-26 Phil Muldoon <pmuldoon@redhat.com>
11767
11768 * python/python-utils.c (python_string_to_unicode): Always return
11769 a new reference.
11770 (python_string_to_target_string): Decrement transient python
11771 instance.
11772 (python_string_to_host_string): Likewise.
11773
11774 2007-02-26 Pedro Alves <pedro@codesourcery.com>
11775
11776 * mips-linux-nat.c (mips64_linux_fetch_registers): Pass `ops' to
11777 call to super_fetch_registers.
11778 (mips64_linux_store_registers): Pass `ops' to call to
11779 super_store_registers.
11780
11781 2009-02-25 Doug Evans <dje@google.com>
11782
11783 * breakpoint.c (insert_bp_location): Add \n to overlay breakpoint
11784 error message.
11785
11786 * breakpoint.c (disable_breakpoints_in_shlibs): Delete local
11787 disabled_shlib_breaks, unused.
11788
11789 * printcmd.c (build_address_symbolic): Fix comment.
11790
11791 2009-02-25 Hui Zhu <teawater@gmail.com>
11792
11793 * cli/cli-script.c (define_command): Add _() to query.
11794 * gnu-nat.c (inf_validate_task_sc): Ditto.
11795 * infcmd.c (kill_if_already_running): Ditto.
11796 (jump_command): Ditto.
11797 (attach_command): Ditto.
11798 * inflow.c (kill_command): Ditto.
11799 * infrun.c (handle_command): Ditto.
11800 * maint.c (maintenance_dump_me): Ditto.
11801 * memattr.c (mem_delete_command): Ditto.
11802 * monitor.c (monitor_interrupt_query): Ditto.
11803 * nto-procfs.c (interrupt_query): Ditto.
11804 * printcmd.c (undisplay_command): Ditto.
11805 * remote-mips.c (mips_kill): Ditto.
11806 * remote.c (interrupt_query): Ditto.
11807 * solib-irix.c (irix_open_symbol_file_object): Ditto.
11808 * solib-osf.c (osf_open_symbol_file_object): Ditto.
11809 * solib-pa64.c (pa64_open_symbol_file_object): Ditto.
11810 * solib-som.c (som_open_symbol_file_object): Ditto.
11811 * solib-svr4.c (open_symbol_file_object): Ditto.
11812 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
11813 * target.c (kill_or_be_killed): Ditto.
11814 * tracepoint.c (delete_trace_command): Ditto.
11815 * top.c (quit_confirm): Add _() to s that will be used
11816 in query.
11817
11818 2009-02-24 Pierre Muller <muller@ics.u-strasbg.fr>
11819
11820 Fix windows-nat.c compilation failure.
11821
11822 * windows-nat.c (windows_thread_alive): Fix forward declaration.
11823 (get_windows_debug_event): Add ops parameter to call to windows_resume.
11824
11825 2009-02-23 Pedro Alves <pedro@codesourcery.com>
11826
11827 * remote-sim.c (gdbsim_resume): Add target_ops* argument.
11828
11829 2009-02-23 Jay Krell <jay.krell@cornell.edu> (tiny change)
11830
11831 * symtab.c (find_line_symtab): Initialize exact to avoid
11832 a compiler warning.
11833
11834 2009-02-23 Pedro Alves <pedro@codesourcery.com>
11835
11836 * i386-linux-nat.c (i386_linux_fetch_inferior_registers): Pass
11837 `ops' to recursive call.
11838
11839 2009-02-23 Pedro Alves <pedro@codesourcery.com>
11840
11841 * corelow.c (get_core_registers): Adjust.
11842 (core_file_thread_alive): Rename to...
11843 (core_thread_alive): ... this.
11844 (core_pid_to_str): Try gdbarch_core_pid_to_str first.
11845 (init_core_ops): Adjust.
11846 (coreops_suppress_target): Delete.
11847 (_initialize_corelow): Unconditionally add core_ops.
11848 * procfs.c: Include "inf-child.h".
11849 (procfs_ops): Delete.
11850 (init_procfs_ops): Delete. Reimplement as...
11851 (procfs_target): ... this, inheriting from inf-child.
11852 (procfs_attach, procfs_detach, procfs_fetch_registers): Adjust.
11853 (procfs_prepare_to_store): Delete.
11854 (procfs_store_registers, procfs_resume): Adjust.
11855 (procfs_open): Delete.
11856 (procfs_suppress_run): Delete.
11857 (procfs_can_run): Delete.
11858 (procfs_mourn_inferior): Adjust.
11859 (procfs_init_inferior): Add target_ops parameter. Adjust.
11860 (procfs_create_inferior): Don't pass procfs_init_inferior to
11861 fork_inferior. Instead call it after fork_inferior returns.
11862 (procfs_find_new_threads): Adjust.
11863 (_initialize_procfs): Adjust to use procfs_target instead of
11864 init_procfs_ops.
11865 * sol-thread.c (orig_core_ops, sol_core_ops): Delete.
11866 (lwp_to_thread): Use target_thread_alive.
11867 (sol_thread_open): Delete.
11868 (sol_thread_attach): Delete.
11869 (sol_thread_detach, sol_thread_resume, sol_thread_wait)
11870 (sol_thread_fetch_registers, sol_thread_store_registers): Adjust
11871 to use find_target_beneath.
11872 (sol_thread_prepare_to_store, sol_thread_xfer_memory): Delete.
11873 (sol_thread_xfer_partial): Adjust to use find_target_beneath.
11874 (sol_thread_files_info, sol_thread_kill_inferior): Delete.
11875 (check_for_thread_db): New.
11876 (sol_thread_notice_signals, sol_thread_create_inferior): Delete.
11877 (sol_thread_new_objfile): Call check_for_thread_db.
11878 (sol_thread_mourn_inferior): Adjust to use find_target_beneath.
11879 (sol_thread_can_run): Delete.
11880 (sol_thread_alive): Adjust to use find_target_beneath.
11881 (sol_thread_stop): Delete.
11882 (rw_common): Use target_write_memory or target_read_memory.
11883 (ps_lgetregs, ps_lgetfpregs): Use target_fetch_registers.
11884 (ps_lsetregs, ps_lsetfpregs): Use target_store_registers.
11885 (solaris_pid_to_str): Remove check for libthread_db initialization
11886 failing.
11887 (sol_find_new_threads): Remove check for libthread_db
11888 initialization failing, or for an invalid inferior_ptid. Adjust
11889 to use find_target_beneath.
11890 (sol_core_open, sol_core_close, sol_core_detach,
11891 sol_core_files_info, sol_find_memory_regions,
11892 sol_make_note_section, ignore): Delete.
11893 (init_sol_thread_ops): Make it a thread_stratum target. Remove
11894 unneeded callback settings.
11895 (init_sol_core_ops): Delete.
11896 (_initialize_sol_thread): No longer call init_sol_core_ops, set
11897 procfs_suppress_run, or hack with core_ops.
11898
11899 * target.h (struct target_ops): Add a target_ops * parameter to
11900 to_resume, to_fetch_registers, to_store_registers, to_thread_alive
11901 and to_find_new_threads.
11902 (target_fetch_registers, target_store_registers)
11903 (target_thread_alive, target_find_new_threads): Redeclare as
11904 function.
11905
11906 * target.c (update_current_target): Do not inherit or de_fault
11907 to_resume, to_fetch_registers, to_store_registers,
11908 to_thread_alive, to_find_new_threads.
11909 (target_resume): Adjust.
11910 (target_thread_alive, target_find_new_threads): New.
11911 (debug_to_resume, debug_to_fetch_registers): Delete.
11912 (target_fetch_registers): New.
11913 (debug_to_store_registers): Delete.
11914 (target_store_registers): New.
11915 (debug_to_thread_alive, debug_to_find_new_threads): Delete.
11916 (setup_target_debug): Adjust.
11917
11918 * gdbcore.h (core_ops): Delete declaration.
11919
11920 * inf-ptrace.c, linux-nat.c, remote.c, amd64-linux-nat.c,
11921 inf-child.c, linux-thread-db.c, bsd-uthread.c, inf-ttrace.c,
11922 i386-sol2-tdep.c, darwin-nat.c, gnu-nat.c, go32-nat.c,
11923 hpux-thread.c, i386-linux-nat.c, i386fbsd-nat.c, monitor.c,
11924 nto-procfs.c, remote-m32r-sdi.c, remote-mips.c, windows-nat.c,
11925 alphabsd-nat.c, amd64bsd-nat.c, arm-linux-nat.c, armnbsd-nat.c,
11926 bsd-kvm.c, hppa-hpux-nat.c, hppa-linux-nat.c, hppabsd-nat.c,
11927 hppanbsd-nat.c, i386-darwin-nat.c, i386bsd-nat.c,
11928 ia64-linux-nat.c, m32r-linux-nat.c, m68kbsd-nat.c,
11929 m68klinux-nat.c, m88kbsd-nat.c, mips-linux-nat.c,
11930 mips64obsd-nat.c, mipsnbsd-nat.c, ppc-linux-nat.c, ppcnbsd-nat.c,
11931 ppcobsd-nat.c, remote-sim.c, rs6000-nat.c, s390-nat.c,
11932 shnbsd-nat.c, sparc-nat.c, sparc-nat.h, spu-linux-nat.c,
11933 vaxbsd-nat.c, xtensa-linux-nat.c: Adjust to target_ops changes.
11934
11935 * gdbarch.sh (core_pid_to_str): New gdbarch callback.
11936 * gdbarch.h, gdbarch.c: Regenerate.
11937
11938 * sol2-tdep.c: Include "inferior.h".
11939 (sol2_core_pid_to_str): New.
11940 * sol2-tdep.h (sol2_core_pid_to_str): Declare.
11941
11942 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Set it.
11943 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Set it.
11944 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Set it.
11945 * i386-sol2-tdep.c (i386_sol2_init_abi): Set it.
11946
11947 2009-02-22 Doug Evans <dje@google.com>
11948
11949 * exec.c (exec_file_attach): Fix comment.
11950
11951 2009-02-22 Pedro Alves <pedro@codesourcery.com>
11952
11953 Silence a few -Wmissing-prototypes warnings.
11954
11955 PR build/9877:
11956 * alpha-linux-tdep.c (alpha_linux_regset_from_core_section): Make
11957 it static.
11958 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Declare.
11959 * amd64fbsd-tdep.c (amd64fbsd_init_abi): Make it static.
11960 * amd64nbsd-tdep.c (_initialize_amd64nbsd_ndep): Rename to ...
11961 (_initialize_amd64nbsd_tdep): ... this.
11962 * arm-linux-tdep.c (arm_linux_software_single_step): Make it static.
11963 (_initialize_arm_linux_tdep): Declare.
11964 * armbsd-tdep.c (armbsd_fpreg_offset): Make it static.
11965 * armnbsd-tdep.c (_initialize_arm_netbsd_tdep): Declare.
11966 * armobsd-tdep.c (_initialize_armobsd_tdep): Declare.
11967 * avr-tdep.c (avr_return_value): Make it static.
11968 (avr_frame_unwind_cache): Ditto.
11969 * bsd-uthread.c (bsd_uthread_inferior_created): Ditto.
11970 (bsd_uthread_solib_loaded): Ditto.
11971 (bsd_uthread_solib_unloaded): Ditto.
11972 (bsd_uthread_target): Ditto.
11973 (_initialize_bsd_uthread): Declare.
11974 * cris-tdep.c (crisv32_single_step_through_delay): Make it static.
11975 (cris_frame_unwind_cache): Ditto.
11976 * frv-tdep.c (frv_return_value): Ditto.
11977 * h8300-tdep.c (h8300_use_struct_convention): Ditto.
11978 (h8300h_use_struct_convention): Ditto.
11979 * hppa-tdep.c (hppa_sign_extend, hppa_low_hppa_sign_extend):
11980 Ditto.
11981 * hppa-tdep.h (hppa_low_sign_extend, hppa_sign_extend): Delete
11982 declarations.
11983 * hppabsd-tdep.c: Include hppabsd-tdep.h.
11984 (hppabsd_find_global_pointer): Make it static.
11985 * hppabsd-tdep.h: New.
11986 * hppanbsd-tdep.c: Include hppabsd-tdep.h.
11987 (hppabsd_init_abi): Remove declaration.
11988 (_initialize_hppabsd_tdep): Remove declaration.
11989 (_initialize_hppanbsd_tdep): Declare.
11990 * hppaobsd-tdep.c: Include hppabsd-tdep.h.
11991 (hppabsd_init_abi): Delete declaration.
11992 (hppaobsd_init_abi): Make it static.
11993 * i386-nto-tdep.c (_initialize_i386nto_tdep): Declare.
11994 * i386nbsd-tdep.c (_initialize_i386nbsd_tdep): Declare.
11995 * ia64-linux-tdep.c (_initialize_ia64_linux_tdep): Declare.
11996 * ia64-tdep.c (ia64_register_reggroup_p): Make it static.
11997 * iq2000-tdep.c (_initialize_iq2000_tdep): Declare.
11998 * m32c-tdep.c (m32c_register_reggroup_p): Make it static.
11999 (m32c_analyze_prologue, m32c_virtual_frame_pointer): Ditto.
12000 (_initialize_m32c_tdep): Declare.
12001 * m32r-rom.c (_initialize_m32r_rom): Declare.
12002 * m32r-tdep.c (m32r_skip_prologue): Make it static.
12003 (m32r_return_value): Ditto.
12004 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Make it static.
12005 (m68hc11_return_value): Ditto.
12006 * m68klinux-tdep.c (_initialize_m68k_linux_tdep): Declare.
12007 * m88k-tdep.c (m88k_frame_cache): Make it static.
12008 * mep-tdep.c (mep_gdb_print_insn): Ditto.
12009 (mep_return_value): Ditto.
12010 (_initialize_mep_tdep): Declare.
12011 * mips-irix-tdep.c (_initialize_mips_irix_tdep): Declare.
12012 * mips-linux-tdep.c (supply_64bit_reg): Make it static.
12013 (mips_linux_syscall_next_pc): Ditto.
12014 (_initialize_mips_linux_tdep): Declare.
12015 * mips-tdep.c (mips_single_step_through_delay): Make it static.
12016 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Declare.
12017 * mn10300-linux-tdep.c (_initialize_mn10300_linux_tdep): Declare.
12018 * mn10300-tdep.c (_initialize_mn10300_tdep): Declare.
12019 * mt-tdep.c (_initialize_mt_tdep): Declare.
12020 * nbsd-tdep.c: Include nbsd-tdep.h.
12021 * nto-tdep.c (find_load_phdr): Make it static.
12022 (_initialize_nto_tdep): Declare.
12023 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Make it
12024 static.
12025 (_initialize_ppc_linux_tdep): Declare.
12026 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint)
12027 (m32r_insert_watchpoint, m32r_remove_watchpoint)
12028 (m32r_stopped_data_address, m32r_stopped_by_watchpoint): Make
12029 static.
12030 * rs6000-aix-tdep.c (_initialize_rs6000_aix_tdep): Declare.
12031 * rs6000-nat.c: Include xcoffread.h.
12032 (find_toc_address): Don't extern declare get_toc_offset. Adjust
12033 to call xcoff_get_to_offset.
12034 * rs6000-tdep.c (ppc_vsx_support_p, ppc_displaced_step_fixup)
12035 (rs6000_skip_main_prologue, rs6000_in_solib_return_trampoline)
12036 (rs6000_skip_trampoline_code): Make static.
12037 * s390-tdep.c (s390_regset_from_core_section): Ditto.
12038 * sh-tdep.c (sh_register_reggroup_p): Ditto.
12039 * shnbsd-tdep.c (shnbsd_regset_from_core_section): Ditto.
12040 (_initialize_shnbsd_tdep): Declare.
12041 * solib-frv.c (displacement_from_map): Make static.
12042 (_initialize_frv_solib): Declare.
12043 * solib-irix.c (fetch_lm_info): Make static.
12044 (_initialize_irix_solib): Declare.
12045 * solib-som.c: Include solib-som.h.
12046 (som_solib_select): Line break.
12047 * sparc-tdep.c (sparc_regset_from_core_section): Make static.
12048 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Rename to ...
12049 (_initialize_sparcnbsd_tdep): ... this.
12050 * spu-tdep.c (spu_software_single_step): Make it static.
12051 (_initialize_spu_tdep): Declare.
12052 * vax-tdep.c (vax_frame_cache): Make it static.
12053 * xcoffread.c: Include xcoffread.h.
12054 (get_toc_offset): Rename to ...
12055 (xcoff_get_toc_offset): ... this.
12056 (_initialize_xcoffread): Declare.
12057 * xcoffread.h: New.
12058 * xtensa-linux-tdep.c (_initialize_xtensa_linux_tdep): Declare.
12059 * xtensa-tdep.c (xtensa_skip_prologue, xtensa_derive_tdep): Make
12060 static.
12061 (_initialize_xtensa_tdep): Declare.
12062
12063 2008-02-21 Pedro Alves <pedro@codesorcery.com>
12064
12065 Silence a few -Wmissing-prototypes warnings.
12066
12067 PR build/9877:
12068 * amd64-nat.c: Include "amd64-nat.h".
12069 * fork-child.c (_initialize_fork_child): Ditto.
12070 * gcore.c (_initialize_gcore): Ditto.
12071 * inf-ptrace.c: Include "inf-ptrace.h".
12072 (inf_ptrace_store_registers): Make it static.
12073 * linux-nat.c (linux_nat_terminal_ours): Make it static.
12074 (_initialize_linux_nat): Declare before definition.
12075 * linux-tdep.c: Include "linux-tdep.h".
12076 * linux-thread-db.c (_initialize_thread_db): Declare before
12077 definition.
12078 * proc-service.c (_initialize_proc_service): Ditto.
12079 * remote.c (remote_send_printf): Make it static.
12080 * solib.c: Include "solib.h".
12081 * symfile-mem.c (_initialize_symfile_mem): Declare before
12082 definition.
12083 * ada-lang.c (ada_la_decode, ada_match_name)
12084 (ada_suppress_symbol_printing, ada_is_array_type)
12085 (ada_value_ptr_subscript, ada_array_length)
12086 (ada_to_static_fixed_value): Make them static.
12087 (_initialize_ada_language): Declare before definition.
12088 * ada-tasks.c (ada_get_task_number, ada_get_environment_task)
12089 (ada_task_list_changed, ada_new_objfile_observer): Make them
12090 static.
12091 (_initialize_tasks): Declare before definition.
12092 * addrmap.c (_initialize_addrmap): Declare before definition.
12093 * auxv.c (default_auxv_parse): Make it static.
12094 * bfd-target.c (target_bfd_xfer_partial, target_bfd_xclose): Make
12095 them static.
12096 * breakpoint.c (remove_sal): Add line break.
12097 (expand_line_sal_maybe): Make it static.
12098 * cp-name-parser.y: Include "cp-support.h".
12099 * cp-valprint.c (cp_find_class_member): Make it static.
12100 * eval.c (value_f90_subarray): Ditto.
12101 * exceptions.c (print_any_exception): Ditto.
12102 * findcmd.c (_initialize_mem_search): Declare before definition.
12103 * frame.c (frame_observer_target_changed): Make it static.
12104 * gnu-v3-abi.c (gnuv3_find_method_in): Make it static.
12105 * inf-child.c: Include "inf-child.h".
12106 * inferior.h (valid_inferior_id): Rename to ...
12107 (valid_gdb_inferior_id): ... this.
12108 * infrun.c (infrun_thread_stop_requested, siginfo_make_value):
12109 Make them static.
12110 * jv-lang.c (java_language_arch_info): Make it static.
12111 * m2-typeprint.c (m2_get_discrete_bounds): Ditto.
12112 * osdata.c (info_osdata_command): Make it static.
12113 * regcache.c (regcache_observer_target_changed): Make it static.
12114 * reverse.c (_initialize_reverse): Declare before definition.
12115 * stabsread.c (cleanup_undefined_types_noname)
12116 (cleanup_undefined_types_1): Make them static.
12117 * symfile.c (place_section): Make it static.
12118 * symtab.c (find_pc_sect_psymtab_closer): Make it static.
12119 * target-descriptions.c (_initialize_target_descriptions): Declare
12120 before definition.
12121 * target.c (default_get_ada_task_ptid, find_default_can_async_p)
12122 (find_default_is_async_p, find_default_supports_non_stop): Make
12123 them static.
12124 (target_supports_non_stop): Add prototype.
12125 (dummy_pid_to_str): Make it static.
12126 * utils.c (_initialize_utils): Declare before definition.
12127 * ada-exp.y (_initialize_ada_exp): Declare before definition.
12128 * solib-svr4.c (HAS_LM_DYNAMIC_FROM_LINK_MAP): Add a prototype.
12129 * target.h (struct target_ops): Add a prototype to the
12130 to_can_execute_reverse callback.
12131 * macroscope.c (_initialize_macroscope): Declare before definition.
12132 * cp-namespace.c (_initialize_cp_namespace): Declare before definition.
12133 * python/python.c (_initialize_python): Declare before definition.
12134 * tui/tui-command.c: Include "tui/tui-command.h".
12135 * tui/tui-data.c (init_content_element, init_win_info): Make them
12136 static.
12137 * tui/tui-disasm.c: Include "tui/tui-disasm.h".
12138 * tui/tui-interp.c (_initialize_tui_interp): Declare before
12139 definition.
12140 * tui/tui-layout.c: Include "tui/tui-layout.h".
12141 (_initialize_tui_layout): Declare before definition.
12142 * tui/tui-regs.c: Include "tui/tui-regs.h".
12143 (tui_display_reg_element_at_line): Make it static.
12144 (_initialize_tui_regs): Declare before definition.
12145 * tui/tui-stack.c (_initialize_tui_stack): Declare before
12146 definition.
12147 * tui/tui-win.c: Include "tui/tui-win.h".
12148 (_initialize_tui_win): Declare before definition.
12149 (tui_sigwinch_handler): Make it static. Wrap in ifdef SIGWINCH.
12150 * tui/tui-win.h (tui_sigwinch_handler): Delete declaration.
12151 (tui_get_cmd_list): Add a prototype.
12152 * tui/tui-windata.c: Include tui-windata.h.
12153 * tui/tui-wingeneral.c (box_win): Make it static.
12154 * cli/cli-logging.c (show_logging_command): Make it static.
12155 (_initialize_cli_logging): Declare before definition.
12156 * mi/mi-common.c (_initialize_gdb_mi_common): Declare before
12157 definition.
12158
12159 2009-02-20 Pierre Muller <muller@ics.u-strasbg.fr>
12160
12161 Extend use of i386_use_watchpoints to all i386 native files
12162 using hardware watchpoints.
12163 * go32-nat.c (init_go32_ops): Call i386_use_watchpoints.
12164 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Ditto.
12165 * windows-nat.c (init_windows_ops): Ditto.
12166 * config/i386/nm-cygwin.h: Define I386_WATCHPOINTS_IN_TARGET_VECTOR.
12167 * config/i386/nm-cygwin64.h: Ditto.
12168 * config/i386/nm-fbsd.h: Ditto.
12169 * config/i386/nm-go32.h: Ditto.
12170
12171 2009-02-19 Joel Brobecker <brobecker@adacore.com>
12172
12173 * ada-typeprint.c (ada_typedef_print): Remove. Unused.
12174
12175 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
12176
12177 * mi/mi-interp.c (mi_solib_loaded, mi_solib_unloaded): New.
12178 (mi_interpreter_init): Register the above.
12179 * solib.c (clear_solib): Notify solib unload.
12180 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Do not
12181 disable breakpoints on a.out targets.
12182
12183 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
12184
12185 * observer.c (observer_test_first_notification_function)
12186 (observer_test_second_notification_function)
12187 (observer_test_third_notification_function): Adjust prototype.
12188
12189 2009-02-17 Pedro Alves <pedro@codesourcery.com>
12190
12191 * Makefile.in (ALL_64_TARGET_OBS): Add amd64-dicos-tdep.o.
12192 (ALL_TARGET_OBS): Add dicos-tdep.o.
12193 (ALLDEPFILES): Add amd64-dicos-tdep.c and dicos-tdep.c.
12194 * configure.tgt (i[34567]86-*-dicos*): Add dicos-tdep.o to
12195 gdb_target_obs.
12196 (x86_64-*-dicos*): Add dicos-tdep.o and amd64-dicos-tdep.o to
12197 gdb_target_obs.
12198 * dicos-tdep.h, dicos-tdep.c: New.
12199 * amd64-dicos-tdep.c: New.
12200 * i386-dicos-tdep.c: Don't include solib.h, solib-target.h or
12201 inferior.h. Include dicos-tdep.h.
12202 (i386_dicos_init_abi): Call dicos_init_abi.
12203 (i386_dicos_bfd_has_symbol_p): Delete.
12204 (i386_dicos_osabi_sniffer): Use dicos_load_module_p.
12205
12206 * NEWS: Mention x86-64 DICOS target support.
12207
12208 2009-02-16 Doug Evans <dje@google.com>
12209
12210 * amd64-tdep.c (amd64_skip_prefixes): Renamed from skip_prefixes.
12211 All callers updated.
12212 (amd64_get_insn_details): Handle more 3-byte opcode insns.
12213 (amd64_breakpoint_p): Delete.
12214 (amd64_displaced_step_fixup): When fixing up after stepping an int3,
12215 don't back up pc to the start of the int3.
12216 * i386-tdep.c: #include opcode/i386.h.
12217 (i386_skip_prefixes): New function.
12218 (i386_absolute_jmp_p): Constify argument.
12219 (i386_absolute_call_p,i386_ret_p,i386_call_p,i386_syscall_p): Ditto.
12220 (i386_breakpoint_p): Delete.
12221 (i386_displaced_step_fixup): Handle unnecessary or redundant prefixes.
12222 When fixing up after stepping an int3, don't back up pc to the start
12223 of the int3.
12224
12225 2009-02-16 Pedro Alves <pedro@codesourcery.com>
12226
12227 * corelow.c (core_close): Don't hardcode the core's pid.
12228 (core_open): Find core threads before calling
12229 post_create_inferior.
12230 (add_to_thread_list, get_core_register_section): Take into account
12231 systems where the regset section names encode the pid of the
12232 inferior.
12233
12234 * gdbarch.sh (core_reg_section_encodes_pid): New gdbarch setting.
12235 * gdbarch.h, gdbarch.c: Regenerate.
12236
12237 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Set it.
12238 * i386-sol2-tdep.c (i386_sol2_init_abi): Set it.
12239 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Set it.
12240 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Set it.
12241
12242 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
12243
12244 Include frame information for *stopped due to CLI commands.
12245
12246 * ada-tasks.c (ada_normal_stop_observer): Adjust prototype.
12247 * infcmd.c (finish_command_continuation): Pass '1' for
12248 'print_frame' parameter to the observer.
12249 * infrun.c (normal_stop): Don't print mi-specific information
12250 here. Pass 'stop_print_frame' to the 'print_frame' parameter
12251 of the observer.
12252 * mi/mi-interp.c (mi_on_normal_stop): Adjust prototype.
12253 If we need to print frame, and current uiout is not the MI one,
12254 print frame again.
12255
12256 2009-02-13 Pierre Muller <muller@ics.u-strasbg.fr>
12257
12258 * xtensa-tdep.c (call0_analyze_prologue): Delete BSZ macro.
12259 Replace BSZ macro uses by XTENSA_ISA_BSZ macro.
12260
12261 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12262
12263 PR fortran/9806
12264 * dwarf2read.c (process_die <DW_TAG_module>, read_module)
12265 (scan_partial_symbols <DW_TAG_module>, add_partial_module): New.
12266
12267 2009-02-11 Pierre Muller <muller@ics.u-strasbg.fr>
12268
12269 * dwarf2read.c (read_base_type): Set code to TYPE_CODE_CHAR
12270 for DW_ATE_signed_char and DW_ATE_unsigned_char
12271 for pascal language.
12272
12273 2009-02-11 Jim Meyering <meyering@redhat.com>
12274 Jan Kratochvil <jan.kratochvil@redhat.com>
12275
12276 Avoid NULL dereference.
12277 * stack.c (return_command): Guard use of SYMBOL_TYPE (thisfun).
12278 New variable func_type.
12279
12280 2009-02-11 Pedro Alves <pedro@codesourcery.com>
12281
12282 * gdbarch.c: Regenerate.
12283
12284 2009-02-10 Pierre Muller <muller@ics.u-strasbg.fr>
12285
12286 * p-lang.c (is_pascal_string_type): Fix comment.
12287 Determine exact size of char elements for GPC
12288 strings.
12289 (pascal_printstr): Handle char width of 2 or 4.
12290 * p-valprint.c (pascal_val_print): Handle char
12291 of width 2 or 4.
12292
12293 2009-02-07 Daniel Jacobowitz <dan@codesourcery.com>
12294
12295 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and highpc
12296 inside the loop. Only call addrmap_set_empty if the compilation unit
12297 had DW_AT_high_pc and DW_AT_low_pc. Update call to
12298 scan_partial_symbols.
12299 (scan_partial_symbols): Take NEED_PC argument and pass it along with
12300 LOWPC and HIGHPC.
12301 (add_partial_namespace): Take NEED_PC argument and pass it through.
12302 (add_partial_subprogram): Take NEED_PC argument. Update the addrmap
12303 if necessary.
12304
12305 2009-02-07 Pedro Alves <pedro@codesourcery.com>
12306
12307 * NEWS: Mention inspecting extra signal information, $_siginfo,
12308 and the qXfer:siginfo:read and qXfer:siginfo:write packets.
12309
12310 2009-02-07 Pedro Alves <pedro@codesourcery.com>
12311
12312 * linux-nat.c (PTRACE_SETSIGINFO): Define if PTRACE_GETSIGINFO
12313 isn't defined.
12314
12315 2009-02-06 Pedro Alves <pedro@codesourcery.com>
12316
12317 * amd64-linux-nat.c (compat_int_t, compat_uptr_t, compat_time_t)
12318 (compat_timer_t, compat_clock_t, struct compat_timeval)
12319 (compat_sigval_t, compat_siginfo_t): New types.
12320 (cpt_si_pid, cpt_si_uid, cpt_si_timerid, cpt_si_overrun)
12321 (cpt_si_status, cpt_si_utime, cpt_si_stime, cpt_si_ptr)
12322 (cpt_si_addr, cpt_si_band, cpt_si_fd): New defines.
12323 (compat_siginfo_from_siginfo, siginfo_from_compat_siginfo)
12324 (amd64_linux_siginfo_fixup): New.
12325 * linux-nat.c (linux_nat_siginfo_fixup): New.
12326 (siginfo_fixup): New.
12327 (linux_xfer_siginfo): Use siginfo_fixup to convert between the
12328 siginfo layout expected by ptrace and the siginfo layout of the
12329 inferior.
12330 (linux_nat_set_siginfo_fixup): New.
12331 * linux-nat.h (linux_nat_set_siginfo_fixup): Declare.
12332
12333 2009-02-06 Pedro Alves <pedro@codesourcery.com>
12334
12335 * target.h (enum target_object): Add new TARGET_OBJECT_SIGNAL_INFO.
12336 * infrun.c (siginfo_value_read, siginfo_value_write): New.
12337 (siginfo_value_funcs): New.
12338 (siginfo_make_value): New.
12339 (_initialize_infrun): Create the $_siginfo convenience variable.
12340 * gdbtypes.h (append_composite_type_field_aligned): Declare.
12341 * gdbtypes.c (append_composite_type_field): Rename to...
12342 (append_composite_type_field_aligned): ... this. Add ALIGNMENT
12343 argument. Handle it.
12344 (append_composite_type_field): Rewrite on top of
12345 append_composite_type_field_aligned.
12346 * value.h (internalvar_make_value): New typedef.
12347 (struct internalvar) <make_value>: New field.
12348 (create_internalvar_type_lazy): Declare.
12349 * value.c (create_internalvar): Clear make_value.
12350 (create_internalvar_type_lazy): New.
12351 (value_of_internalvar): If make_value is set use it.
12352 (preserve_values): Skip internal variables that don't have a
12353 value.
12354 * gdbarch.sh (get_siginfo_type): New.
12355 * gdbarch.h, gdbarch.c: Regenerate.
12356
12357 * linux-tdep.h, linux-tdep.c: New.
12358 * amd64-linux-tdep.c: Include "linux-tdep.h".
12359 (amd64_linux_init_abi): Register linux_get_siginfo_type and
12360 linux_get_siginfo_mapper.
12361 * i386-linux-tdep.c: Include "linux-tdep.h".
12362 (i386_linux_init_abi): Register linux_get_siginfo_type and
12363 linux_get_siginfo_mapper.
12364 * arm-linux-tdep.c: Include "linux-tdep.h".
12365 (i386_linux_init_abi): Register linux_get_siginfo_type and
12366 linux_get_siginfo_mapper.
12367
12368 * linux-nat.c (linux_xfer_siginfo): New.
12369 (linux_nat_xfer_partial): Handle TARGET_OBJECT_SIGNAL_INFO.
12370 * remote.c (PACKET_qXfer_siginfo_read)
12371 (PACKET_qXfer_siginfo_write): New.
12372 (feature remote_protocol_features): Add "qXfer:siginfo:read" and
12373 "qXfer:siginfo:write" features.
12374 (remote_xfer_partial): Handle TARGET_OBJECT_SIGNAL_INFO.
12375 (_initialize_remote): Add "set/show remote read-siginfo-object"
12376 and "set/show remote write-siginfo-object" commands.
12377
12378 * Makefile.in (ALL_TARGET_OBS): Add linux-tdep.o.
12379 (HFILES_NO_SRCDIR): Add linux-tdep.h.
12380 (ALLDEPFILES): Add linux-tdep.c.
12381
12382 * configure.tgt (arm*-*-linux* | arm*-*-uclinux*)
12383 (i[34567]86-*-linux*, x86_64-*-linux*): Add linux-tdep.o to
12384 gdb_target_obs.
12385
12386 2009-02-06 Jim Blandy <jimb@codesourcery.com>
12387 Daniel Jacobowitz <dan@codesourcery.com>
12388 Vladimir Prus <vladimir@codesourcery.com>
12389 Pedro Alves <pedro@codesourcery.com>
12390
12391 * defs.h (enum lval_type): New value: lval_computed.
12392 * value.h (struct lval_funcs): New type.
12393 (allocate_computed_value, value_computed_funcs)
12394 (value_computed_closure): New declarations.
12395 * value.c (struct value): Add a structure to the location union
12396 for computed lvalues, containing 'funcs' and 'closure' members.
12397 (allocate_computed_value, value_computed_funcs)
12398 (value_computed_closure): New functions.
12399 (value_free): For computed lvalues, call the closure's
12400 'free_closure' function before freeing the value itself.
12401 (value_copy): If we're copying an lval_computed value, call the
12402 closure's 'copy_closure' function.
12403 (set_value_component_location): If the original value is a
12404 computed lvalue, then call the closure's 'copy_closure' function.
12405 (value_of_internalvar): If an internal variable's value is a
12406 computed lvalue, make retrieving its value produce an equivalent
12407 computed lvalue.
12408 * valops.c (value_fetch_lazy): Unlazy computed lvalues by calling
12409 their read function.
12410 (value_assign): Assign to computed lvalues by calling their write
12411 function.
12412
12413 2009-02-06 Pedro Alves <pedro@codesourcery.com>
12414
12415 * linux-nat.c (linux_nat_wait): Adjust.
12416 (linux_nat_pid_to_str): Adjust. Remove call to thread_db_init.
12417 * linux-nat.h (thread_db_init): Delete declaration.
12418 * linux-thread-db.c (target_beneath): Delete.
12419 (thread_db_init): Delete.
12420 (thread_db_detach): Use find_target_beneath.
12421 (thread_db_wait): Adjust interface. Use find_target_beneath.
12422 (thread_db_mourn_inferior): Use find_target_beneath.
12423 (thread_db_can_async_p, thread_db_is_async_p, thread_db_async)
12424 (thread_db_async_mask): Delete.
12425 (thread_db_pid_to_str): Adjust interface. Use
12426 find_target_beneath.
12427 (thread_db_get_thread_local_address): Adjust interface. Use
12428 find_target_beneath.
12429 (init_thread_db_ops): Delete references to delete functions.
12430 * target.c (update_current_target): Don't inherit or default
12431 to_wait. Don't inherit to_pid_to_str and
12432 to_get_thread_local_address.
12433 (target_translate_tls_address): Look for a pushed target that
12434 implements to_get_thread_local_address, and use it instead of
12435 checking for target_get_thread_local_address_p.
12436 (target_wait, target_pid_to_str): Reimplement as functions.
12437 (dummy_pid_to_str): New.
12438 (init_dummy_target): Register it.
12439 (debug_to_wait): Delete.
12440 * target.h (struct target_ops): Make to_wait, to_pid_to_str and
12441 to_get_thread_local_address accept a pointer to struct target_ops.
12442 (target_wait): Delete macro, and declare as function.
12443 (target_pid_to_str): Likewise.
12444 (target_get_thread_local_address)
12445 (target_get_thread_local_address_p): Delete.
12446 (noprocess): Add NORETURN and ATTR_NORETURN tags.
12447 * inf-ptrace.c (inf_ptrace_wait): Adjust.
12448 (inf_ptrace_pid_to_str): New.
12449 (inf_ptrace_target): Use inf_ptrace_pid_to_str.
12450 * aix-thread.c (aix_thread_wait, aix_thread_pid_to_str): Adjust.
12451 * bsd-kvm.c (bsd_kvm_pid_to_str): Adjust.
12452 * bsd-uthread.c (bsd_uthread_wait, bsd_uthread_pid_to_str):
12453 Adjust.
12454 * corelow.c (core_pid_to_str): Adjust.
12455 * darwin-nat.c (darwin_wait, darwin_pid_to_str): Adjust.
12456 * dec-thread.c (dec_thread_wait, dec_thread_pid_to_str): Adjust.
12457 * gnu-nat.c (gnu_wait, gnu_pid_to_str): Adjust.
12458 * go32-nat.c (go32_wait, go32_pid_to_str): Adjust.
12459 * hpux-thread.c (hpux_thread_wait): Adjust.
12460 * inf-ttrace.c (inf_ttrace_wait, inf_ttrace_pid_to_str): Adjust.
12461 * monitor.c (monitor_wait, monitor_pid_to_str): Adjust.
12462 * nto-procfs.c (procfs_wait, procfs_pid_to_str): Adjust.
12463 * procfs.c (procfs_pid_to_str): Adjust.
12464 * remote-m32r-sdi.c (m32r_wait, m32r_pid_to_str): Adjust.
12465 * remote-mips.c (mips_wait): Adjust.
12466 * remote-sim.c (gdbsim_wait, gdbsim_pid_to_str): Adjust.
12467 * remote.c (remote_wait, remote_pid_to_str)
12468 (remote_get_thread_local_address): Adjust.
12469 * rs6000-nat.c (rs6000_wait): Adjust.
12470 * sol-thread.c (procfs_pid_to_str): Adjust declaration.
12471 (sol_thread_wait, solaris_pid_to_str): Adjust.
12472 * spu-linux-nat.c (spu_child_wait): Adjust.
12473 * windows-nat.c (windows_wait, windows_pid_to_str): Adjust.
12474
12475 2009-02-06 Tom Tromey <tromey@redhat.com>
12476
12477 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-cmd.o.
12478 (SUBDIR_PYTHON_SRCS): Add python-cmd.c.
12479 (python-cmd.o): New target.
12480 * cli/cli-decode.c (set_cmd_completer): Add self parameter to
12481 completer prototype.
12482 (add_cmd): Initialize destroyer member of cmd_list_element. Use
12483 make_symbol_completion_list_fn as completer.
12484 (delete_cmd): Call destroyer if one is set.
12485 * cli/cli-decode.h (cmd_list_element): Add cmd parameter to
12486 completer member. Add destroyer member.
12487 (set_cmd_completer): Add self parameter to
12488 completer prototype.
12489 * command.h (set_cmd_completer): Add cmd parameter to
12490 completer prototype.
12491 * completer.c (noop_completer, filename_completer,
12492 location_completer, expression_completer, command_completer): Adapt
12493 to new completer prototype.
12494 (complete_line_internal): Pass new parameter to completer function.
12495 * completer.h (noop_completer, filename_completer,
12496 location_completer, expression_completer, command_completer): Adapt
12497 prototypes to new completer prototype.
12498 * interps.c (interpreter_completer): Adapt to new completer
12499 prototype.
12500 * python/python-cmd.c: New file.
12501 * python/python-internal.h (gdbpy_initialize_commands): Add
12502 prototype.
12503 (gdbpy_doc_cst): Add forward declaration.
12504 * python/python.c (gdbpy_doc_cst): Declare.
12505 (_initialize_python): Call gdbpy_initialize_commands. Initialize
12506 gdbpy_doc_cst.
12507 * symtab.c (make_symbol_completion_list_fn): New function.
12508 * symtab.h (make_symbol_completion_list_fn): Add prototype.
12509
12510 2009-02-06 Pedro Alves <pedro@codesourcery.com>
12511
12512 * target.c (target_get_osdata): Check for equal or higher than
12513 process_stratum, not dummy_stratum.
12514
12515 2009-02-06 Pedro Alves <pedro@codesourcery.com>
12516
12517 * remote.c (extended_remote_can_run): Delete.
12518 (init_remote_ops): Don't register it.
12519 * target.c (target_get_osdata): Don't check for target_can_run.
12520 Instead any target that has already been pushed, otherwise
12521 fallback to the default run target.
12522
12523 2009-02-06 Pedro Alves <pedro@codesourcery.com>
12524
12525 * target.c (target_create_inferior, target_detach)
12526 (target_mourn_inferior, target_attach, target_close): Do target
12527 debug output.
12528 (debug_to_attach, debug_to_detach, debug_to_create_inferior)
12529 (debug_to_mourn_inferior, debug_to_close): Delete.
12530 (setup_target_debug): Adjust.
12531
12532 2009-02-05 Pedro Alves <pedro@codesourcery.com>
12533
12534 * target.h (target_stopped_data_address_p): Delete declaration,
12535 and don't define as macro.
12536 * target.c (target_stopped_data_address_p): Delete.
12537
12538 2009-02-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
12539 Tom Tromey <tromey@redhat.com>
12540
12541 * python/python-utils.c (target_string_to_unicode): New function.
12542 * python/python-internal.h (target_string_to_unicode): New prototype.
12543 * python/python-value.c (valpy_string): New function.
12544 (value_object_methods): Add `string' entry.
12545
12546 2009-02-05 Pedro Alves <pedro@codesourcery.com>
12547
12548 * target.h (target_tid_to_str): Delete.
12549 * thread.c (print_thread_info, thread_apply_all_command)
12550 (thread_apply_command, thread_command, do_captured_thread_select):
12551 Use target_pid_to_str instead of target_tid_to_str.
12552 * linux-fork.c (delete_fork_command): Likewise.
12553
12554 2009-02-05 Pedro Alves <pedro@codesourcery.com>
12555
12556 * frame.c (has_stack_frames): Make public.
12557 (get_prev_frame): Don't allow a NULL this_frame anymore.
12558 * frame.h (has_stack_frames): Declare.
12559 * varobj.c (find_frame_addr_in_frame_chain): Don't ever pass NULL
12560 to get_prev_frame, instead start at get_current_frame.
12561 (varobj_create): Check has_stack_frames before getting any frame;
12562 eliminate one usage of deprecated_safe_get_selected_frame.
12563
12564 2009-02-05 Tom Tromey <tromey@redhat.com>
12565 Thiago Jung Bauermann <bauerman@br.ibm.com>
12566
12567 * python/python.c (GdbMethods): Move to bottom of file.
12568 (get_parameter, execute_gdb_command, gdbpy_write,
12569 gdbpy_flush): Remove forward declarations.
12570 (eval_python_from_control_command): Fix error checking of function
12571 PyRun_SimpleString. Fix error string.
12572 (python_command): Likewise.
12573 (execute_gdb_command): Added from_tty argument.
12574
12575 2009-02-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
12576
12577 * language.h (language_dfn): Add la_get_string member.
12578 (LA_GET_STRING): New macro.
12579 (default_get_string): New prototype.
12580 * language.c (default_get_string): New function.
12581 (unknown_language_defn, auto_language_defn, local_language_defn): Use
12582 default_get_string for la_get_string.
12583 * c-lang.c (c_get_string): New function.
12584 (c_language_defn, cplus_language_defn, asm_language_defn): Use
12585 c_get_string for la_get_string.
12586 (minimal_language_defn): Likewise
12587 * ada-lang.c (ada_language_defn): Likewise.
12588 * f-lang.c (f_language_defn): Use default_get_string for
12589 la_get_string.
12590 * jv-lang.c (java_language_defn): Likewise.
12591 * m2-lang.c (m2_language_defn): Likewise.
12592 * objc-lang.c (objc_language_defn): Likewise.
12593 * p-lang.c (p_language_defn): Likewise.
12594 * scm-lang.c (scm_language_defn): Likewise.
12595 * typeprint.c (type_to_string): New function.
12596 * value.h (type_to_string): New prototype.
12597 * valprint.c (val_print_string): Factor out code for reading string
12598 from the inferior into its own function. Put 2 spaces after period
12599 in comments.
12600 (read_string): New function.
12601 * valprint.h (read_string): New prototype.
12602
12603 2009-01-07 Pierre Muller <muller@ics.u-strasbg.fr>
12604 Tom Tromey <tromey@redhat.com>
12605
12606 PR breakpoints/8079:
12607 * breakpoint.c (print_one_breakpoint): Use exp_string field
12608 to display expression of watchpoints.
12609 (mention): Likewise.
12610 (watch_command_1): Remove trailing whitespace from expression.
12611 * printcmd.c (struct display) <exp_string>: New field.
12612 (display_command): Set exp_string.
12613 (free_display): Free exp_string.
12614 (clear_displays): Use free_display.
12615 (do_one_display): Print exp_string.
12616 (display_info): Likewise.
12617
12618 2009-02-04 Tom Tromey <tromey@redhat.com>
12619 Thiago Jung Bauermann <bauerman@br.ibm.com>
12620 Phil Muldoon <pmuldoon@redhat.com>
12621
12622 * python/python-internal.h (gdbpy_get_value_from_history): Rename
12623 prototype to gdbpy_history.
12624 (gdbpy_is_string): Declare.
12625 (python_string_to_host_string): Declare.
12626 * python/python-utils.c (gdbpy_is_string): New function.
12627 (unicode_to_encoded_string): New function.
12628 (unicode_to_target_string): Use it.
12629 (python_string_to_host_string): New function.
12630 * python/python-value.c (valpy_address): New function.
12631 (convert_value_from_python): Use gdbpy_is_string. Change to throw
12632 Python exception instead of a GDB exception on error. Properly check
12633 Python booleans.
12634 (valpy_getitem): Convert field name to host string. Handle array
12635 accesses. Adapt to new behaviour of convert_value_from_python.
12636 (valpy_new): Adapt to new behaviour of convert_value_from_python.
12637 (enum valpy_opcode) <VALPY_LSH, VALPY_RSH, VALPY_BITAND,
12638 VALPY_BITXOR, VALPY_BITOR>: New constants.
12639 (valpy_binop): Update. Adapt to new behaviour of
12640 convert_value_from_python.
12641 (valpy_invert): New function.
12642 (valpy_lsh): Likewise.
12643 (valpy_rsh): Likewise.
12644 (valpy_and): Likewise.
12645 (valpy_or): Likewise.
12646 (valpy_xor): Likewise.
12647 (valpy_richcompare): Call convert_value_from_python instead of doing
12648 conversions itself.
12649 (is_intlike, valpy_int, valpy_long, valpy_float): New functions.
12650 (gdbpy_get_value_from_history): Rename
12651 function to gdbpy_history.
12652 (gdbpy_initialize_values): Don't set tp_new.
12653 (value_object_type): Add valpy_new.
12654 (value_object_methods): Add `address' entry.
12655 (value_object_as_number): Update for new methods.
12656 * python/python.c (GdbMethods): Rename entry from
12657 `get_value_from_history' to `history'.
12658
12659 2009-02-04 Jerome Guitton <guitton@adacore.com>
12660
12661 * ada-lang.c (ada_template_to_fixed_record_type_1): Check size
12662 of type to guard against a crash.
12663
12664 2009-02-04 Jerome Guitton <guitton@adacore.com>
12665
12666 * value.c (value_from_contents_and_address): Always return
12667 a lval_memory value, even if address is null.
12668
12669 2009-02-04 Tristan Gingold <gingold@adacore.com>
12670
12671 * i386-darwin-tdep.c (i386_darwin_sigcontext_addr): New function.
12672 (amd64_darwin_sigcontext_addr): Ditto.
12673 (darwin_dwarf_signal_frame_p): Ditto.
12674 (i386_darwin_init_abi): Handle signal frames, use the const for
12675 sc_num_regs.
12676 (x86_darwin_init_abi_64): Ditto.
12677
12678 2009-02-04 Tristan Gingold <gingold@adacore.com>
12679
12680 * i386-tdep.c (i386_sigtramp_p): Make it public.
12681 * i386-tdep.h (i386_sigtramp_p): Declare.
12682
12683 2009-02-04 Tristan Gingold <gingold@adacore.com>
12684
12685 * machoread.c (macho_symfile_read): Read minsymtab also from
12686 shared libraries.
12687 (macho_symfile_read): Try to read dwarf2 frame info from main
12688 object file, but not from OSO files.
12689 (macho_symfile_offsets): Update section names for latest BFD
12690 changes.
12691 * i386-darwin-tdep.c (i386_darwin_init_abi): Call set_solib_ops.
12692 (x86_darwin_init_abi_64): Ditto.
12693 * solib-darwin.c: New file.
12694 * solib-darwin.h: New file.
12695 * configure.tgt: Add solib.o solib-darwin.o for Darwin.
12696
12697 2009-02-04 Tristan Gingold <gingold@adacore.com>
12698
12699 * solist.h (struct target_so_ops): Comment fallback behavior for
12700 operation same.
12701
12702 2009-02-03 Tom Tromey <tromey@redhat.com>
12703
12704 * completer.c (add_struct_fields): Check type_name against NULL
12705 before use.
12706
12707 2009-02-03 Joel Brobecker <brobecker@adacore.com>
12708
12709 * MAINTAINERS: Update Elena's email address.
12710
12711 2009-02-02 Joel Brobecker <brobecker@adacore.com>
12712
12713 * breakpoint (update_watchpoint): Minor comment adjustment.
12714
12715 2009-02-02 Tom Tromey <tromey@redhat.com>
12716
12717 PR gdb/9594:
12718 * completer.c (count_struct_fields): Count method names.
12719 (add_struct_fields): Add matching method names.
12720
12721 2009-02-02 Doug Evans <dje@google.com>
12722
12723 * configure.ac (gdbkt): Check both no_tcl/no_tk first, before
12724 doing any further tcl/tk configury. Don't configure gdbtk if
12725 tcl or tk check fails.
12726 * aclocal.m4: Regenerate.
12727 * configure: Regenerate.
12728
12729 2009-02-02 Tom Tromey <tromey@redhat.com>
12730
12731 PR exp/9059:
12732 * valops.c (find_overload_match): Follow typedefs before taking
12733 address of object argument.
12734
12735 2009-02-01 Doug Evans <dje@google.com>
12736
12737 * target.h (target_waitstatus_to_string): Declare.
12738 * target.c (target_waitstatus_to_string): New function. Copied from
12739 debug_to_wait. Add missing entries for TARGET_WAITKIND_SYSCALL_ENTRY,
12740 TARGET_WAITKIND_SYSCALL_RETURN, TARGET_WAITKIND_IGNORE,
12741 TARGET_WAITKIND_NO_HISTORY.
12742 (debug_to_wait): Call it.
12743 * infrun.c (wait_for_inferior): If debug_infrun, print result of
12744 target_wait.
12745 (fetch_inferior_event): Ditto.
12746
12747 2009-01-30 Tom Tromey <tromey@redhat.com>
12748
12749 * Makefile.in (HFILES_NO_SRCDIR): Remove i386-cygwin-tdep.h.
12750
12751 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
12752
12753 PR 8145.
12754 * thread.c (do_captured_list_thread_ids): Report the current
12755 thread id.
12756
12757 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
12758
12759 * breakpoint.c (create_breakpoint, create_breakpoints)
12760 (break_command_really, set_breakpoint): New parameter enabled.
12761 (create_breakpoint, break_command_really): Make breakpoint
12762 disabled if so requested.
12763 * breakpoint.h (set_breakpoint): New parameter enabled.
12764 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle the -d option.
12765
12766 2009-01-28 Doug Evans <dje@google.com>
12767
12768 * amd64-tdep.h (amd64_displaced_step_copy_insn): Declare.
12769 (amd64_displaced_step_fixup): Declare.
12770 * amd64-tdep.c: #include opcode/i386.h, dis-asm.h.
12771 (amd64_arch_regmap): Move out of amd64_analyze_stack_align
12772 and make static global.
12773 (amd64_arch_regmap_len): New static global.
12774 (amd64_arch_reg_to_regnum): New function.
12775 (struct amd64_insn): New struct.
12776 (struct displaced_step_closure): New struct.
12777 (onebyte_has_modrm,twobyte_has_modrm): New static globals.
12778 (rex_prefix_p,skip_prefixes)
12779 (amd64_insn_length_fprintf,amd64_insn_length_init_dis)
12780 (amd64_insn_length,amd64_get_unused_input_int_reg)
12781 (amd64_get_insn_details,fixup_riprel,fixup_displaced_copy)
12782 (amd64_displaced_step_copy_insn)
12783 (amd64_absolute_jmp_p,amd64_absolute_call_p,amd64_ret_p)
12784 (amd64_call_p,amd64_breakpoint_p,amd64_syscall_p)
12785 (amd64_displaced_step_fixup): New functions.
12786 * amd64-linux-tdep.c: #include arch-utils.h.
12787 (amd64_linux_init_abi): Install displaced stepping support.
12788
12789 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
12790 Jerome Guitton <guitton@adacore.com>
12791
12792 * configure, config.in: Regenerated.
12793 * configure.ac: Add --with-system-gdbinit.
12794 * main.c (get_init_files): New.
12795 (captured_main): Use get_init_files. Load system gdbinit before
12796 $HOME/.gdbinit.
12797 (print_gdb_help): Print location of init files.
12798
12799 2009-01-28 Pedro Alves <pedro@codesourcery.com>
12800
12801 * corefile.c (generic_search): Delete disabled code.
12802 * gdbcore.h (generic_search): Delete declaration.
12803
12804 2009-01-26 Pedro Alves <pedro@codesourcery.com>
12805
12806 * linux-nat.c (linux_child_follow_fork): Copy attach_flag from the
12807 parent to the child.
12808 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
12809 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise. Use
12810 remove_breakpoints to remove breakpoints from the parent.
12811
12812 2009-01-26 Pedro Alves <pedro@codesourcery.com>
12813
12814 PR backtrace/9458, PR backtrace/8864:
12815 * frame.c (create_new_frame): Update the frame's cached PC before
12816 finding its unwinder. Use frame_id_build to build the new frame's
12817 id.
12818 * stack.c (parse_frame_specification_1): Correct setting ``addrs''
12819 array values from the ``args'' array values.
12820
12821 2009-01-26 Pedro Alves <pedro@codesourcery.com>
12822
12823 * gdbtypes.c (alloc_type, alloc_type_instance, create_range_type)
12824 (create_array_type, create_set_type, init_flags_type)
12825 (copy_type_recursive): Replace pairs of calls to XALLOC and memset
12826 with a call to XZALLOC or XCALLOC, and pairs of calls to
12827 obstack_alloc and memset with a call to OBSTACK_ZALLOC.
12828
12829 2009-01-26 Pedro Alves <pedro@codesourcery.com>
12830
12831 Add "maint set|show internal-error|internal-warning quit|corefile
12832 ask|yes|no" commands.
12833
12834 PR gdb/7580:
12835 * utils.c (internal_problem_ask, internal_problem_yes)
12836 (internal_problem_no, internal_problem_modes): New.
12837 (struct internal_problem): Remove FIXME. Make should_quit and
12838 should_dump_core types to char *.
12839 (internal_vproblem, internal_error_problem)
12840 (internal_warning_problem): Adjust.
12841 (set_internal_problem_cmd, show_internal_problem_cmd): New dummy
12842 functions.
12843 (add_internal_problem_command): New.
12844 (_initialize_utils): New.
12845
12846 2009-01-25 Pedro Alves <pedro@codesourcery.com>
12847
12848 * infcmd.c (program_info): Use paddress instead of casting stop_pc
12849 to unsigned long.
12850
12851 2009-01-24 Pedro Alves <pedro@codesourcery.com>
12852
12853 * infrun.c (normal_stop): Don't call
12854 deprecated_update_frame_pc_hack.
12855 * frame.c (deprecated_update_frame_pc_hack)
12856 (deprecated_update_frame_base_hack): Delete, and ...
12857 (create_new_frame): ... inline here.
12858 * frame.h (deprecated_update_frame_pc_hack)
12859 (deprecated_update_frame_base_hack): Delete declarations.
12860
12861 2009-01-23 Pedro Alves <pedro@codesourcery.com>
12862
12863 * cli/cli-decode.c (add_setshow_zuinteger_cmd): New.
12864 * cli/cli-setshow.c (do_setshow_command): Handle it.
12865 * command.h (enum var_types): Add var_zuinteger.
12866 (add_setshow_zuinteger_cmd): Declare.
12867
12868 * valprint.c (_initialize_valprint): Change the set input-radix
12869 and set output-radix commands to zuinteger type.
12870
12871 2009-01-23 Pedro Alves <pedro@codesourcery.com>
12872
12873 PR gdb/9664:
12874 * infrun.c (normal_stop): Tag threads as stopped, and run the
12875 hook-stop before printing the stack frame.
12876
12877 2009-01-22 Pedro Alves <pedro@codesourcery.com>
12878
12879 PR c++/9631:
12880 * gnu-v3-abi.c (gnuv3_baseclass_offset): Call check_typedef on
12881 vbasetype.
12882
12883 2009-01-20 Kazu Hirata <kazu@codesourcery.com>
12884
12885 * gdb/procfs.c (info_mappings_callback): Cast map->pr_size to
12886 unsigned long.
12887
12888 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
12889
12890 PR gdb/9346
12891 * infcmd.c (signal_command): Do not specify a resume PC.
12892
12893 2009-01-19 Doug Evans <dje@google.com>
12894
12895 * dummy-frame.c (dummy_frame): Replace regcache member with
12896 caller_state.
12897 (dummy_frame_push): Replace caller_regcache arg with caller_state.
12898 All callers updated.
12899 (remove_dummy_frame,pop_dummy_frame,lookup_dummy_frame): New fns.
12900 (dummy_frame_pop): Rewrite. Verify requested frame is in the
12901 dummy frame stack. Restore program state.
12902 (cleanup_dummy_frames): Rewrite.
12903 (dummy_frame_sniffer): Update. Make static.
12904 * dummy-frame.h (regcache,frame_info): Delete forward decls.
12905 (inferior_thread_state): New forward decl.
12906 (dummy_frame_push): Update prototype.
12907 * frame.c (frame_pop): dummy_frame_pop now does all the work for
12908 DUMMY_FRAMEs.
12909 * infcall.c (breakpoint_auto_delete_contents): Delete.
12910 (get_function_name,run_inferior_call): New fns.
12911 (call_function_by_hand): Simplify by moving some code to
12912 get_function_name, run_inferior_call. Inferior function call wrapped
12913 in TRY_CATCH so there's less need for cleanups and all exits from
12914 proceed are handled similarily. Detect program exit.
12915 Detect program stopping in a different thread.
12916 Make error messages more consistent.
12917 * inferior.h (inferior_thread_state): Declare (opaque type).
12918 (save_inferior_thread_state,restore_inferior_thread_state,
12919 make_cleanup_restore_inferior_thread_state,
12920 discard_inferior_thread_state, get_inferior_thread_state_regcache):
12921 Declare.
12922 (save_inferior_status): Update prototype.
12923 * infrun.c: (normal_stop): When stopped for the completion of an
12924 inferior function call, verify the expected stack frame kind.
12925 (inferior_thread_state): New struct.
12926 (save_inferior_thread_state,restore_inferior_thread_state,
12927 do_restore_inferior_thread_state_cleanup,
12928 make_cleanup_restore_inferior_thread_state,
12929 discard_inferior_thread_state,
12930 get_inferior_thread_state_regcache): New functions.
12931 (inferior_status): Move stop_signal, stop_pc, registers to
12932 inferior_thread_state. Remove restore_stack_info.
12933 (save_inferior_status): Remove arg restore_stack_info.
12934 All callers updated. Remove saving of state now saved by
12935 save_inferior_thread_state.
12936 (restore_inferior_status): Remove restoration of state now done by
12937 restore_inferior_thread_state.
12938 (discard_inferior_status): Remove freeing of registers, now done by
12939 discard_inferior_thread_state.
12940
12941 2009-01-18 Pedro Alves <pedro@codesourcery.com>
12942
12943 * tui/tui-disasm.c (tui_vertical_disassem_scroll): Scroll one line
12944 at a time, times NUM_TO_SCROLL.
12945 * tui/tui-winsource.c (tui_horizontal_source_scroll): Don't try to
12946 fetch the selected frame if there is no stack.
12947
12948 2009-01-18 Pedro Alves <pedro@codesourcery.com>
12949
12950 PR gdb/9747:
12951 * gdbthread.h (finish_thread_state, finish_thread_state_cleanup):
12952 Declare.
12953 * thread.c (finish_thread_state, finish_thread_state_cleanup): New.
12954 * infrun.c (wait_for_inferior, fetch_inferior_event): If an error
12955 is thrown while handling an event, finish the thread state.
12956 (normal_stop): Use finish_thread_state cleanup.
12957 * infcmd.c (run_command_1): If an error is thrown while starting
12958 the inferior, finish the thread state.
12959
12960 2009-01-18 Pedro Alves <pedro@codesourcery.com>
12961
12962 * tui/tui-winsource.c (tui_update_breakpoint_info): In asm layout,
12963 skip breakpoints without a location (pending breakpoints).
12964
12965 2009-01-18 Pedro Alves <pedro@codesourcery.com>
12966
12967 PR build/9186:
12968 * hppa-hpux-tdep.c (hppa_hpux_write_pc): Remove 'return'.
12969
12970 2009-01-18 Nick Roberts <nickrob@snap.net.nz>
12971
12972 * thread.c (thread_command): Move call to annotate_thread_changed
12973 to...
12974 (do_captured_thread_select): ... here, to avoid printing an
12975 annotation if the thread change generates an exception.
12976
12977 2009-01-16 Joel Brobecker <brobecker@adacore.com>
12978
12979 * NEWS: Document x86_64/MinGW as a new native configuration.
12980
12981 2009-01-16 Joel Brobecker <brobecker@adacore.com>
12982
12983 * NEWS: Move the documentation of "info os processes" to
12984 the appropriate section (documenting the new commands).
12985
12986 2009-01-15 Doug Evans <dje@google.com>
12987
12988 * target.h (target_signal_to_string): Make return type const char *.
12989 (target_signal_to_name): Ditto.
12990 (target_signal_from_name): Make arg const char *.
12991 * infrun.c (sig_print_info): Update.
12992 * signals/signals.c (signals): Make array and struct members const.
12993 (target_signal_to_string): Make return type const char *.
12994 (target_signal_to_name): Ditto.
12995 (target_signal_from_name): Make arg const char *.
12996
12997 2009-01-15 Ulrich Weigand <uweigand@de.ibm.com>
12998 Tristan Gingold <gingold@adacore.com>
12999
13000 * solist.h (struct target_so_ops): New member bfd_open.
13001 (solib_find): Add prototype.
13002 (solib_bfd_fopen): Add prototype.
13003 * solib.c (solib_find, solib_bfd_fopen): New functions, extracted
13004 from solib_bfd_open.
13005 (solib_bfd_open): Use ops->bfd_open override if present. Call
13006 solib_find and solib_bfd_open otherwise.
13007
13008 * objfiles.h (OBJF_KEEPBFD): New define.
13009 * objfiles.c (free_objfile): Do not close BFD if OBJF_KEEPBFD
13010 objfile flag is set.
13011 * solib.c (symbol_add_stub): Do not allocate second BFD for
13012 shared library; use OBJF_KEEPBFD flag on solib objfile.
13013
13014 2009-01-15 Ulrich Weigand <uweigand@de.ibm.com>
13015
13016 * frame.c (get_frame_arch): Abort if called with NULL this_frame.
13017
13018 2009-01-15 Ulrich Weigand <uweigand@de.ibm.com>
13019
13020 * value.h (address_of_variable): Add prototype.
13021 (locate_var_value): Remove prototype.
13022
13023 * findvar.c (read_var_value): Do not attempt to default frame
13024 to selected frame.
13025 (locate_var_value): Remove function.
13026 * valops.c (value_of_variable): Retrieve selected frame for
13027 symbols that require a frame when called with NULL block.
13028 * valops.c (address_of_variable): New function.
13029
13030 * eval.c (evaluate_subexp_for_address): Call address_of_variable
13031 instead of calling locate_var_value.
13032 (evaluate_subexp_with_coercion): Likewise.
13033
13034 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
13035
13036 * NEWS: Document "define" for prefixed commands.
13037 * cli/cli-cmds.c (show_user): Update calls to show_user_1. Call
13038 show_user_1 for prefix commands.
13039 * cli/cli-decode.c (help_cmd_list): Recurse for "help user-defined".
13040 * cli/cli-script.c (validate_comname): Rewrite to handle prefix
13041 commands. Return the containing command list.
13042 (define_command, document_command): Update to handle prefix commands.
13043 (show_user_1): Add prefix and name arguments. Handle prefix
13044 commands.
13045 * cli/cli-script.h (show_user_1): Update prototype.
13046
13047 2009-01-14 Kai Tietz <kai.tietz@onevision.com>
13048
13049 * ser-mingw.c (console_select_thread): Add return to make
13050 compiler happy.
13051 (pipe_select_thread): Likewise.
13052 (file_select_thread): Likewise.
13053
13054 2009-01-14 Pedro Alves <pedro@codesourcery.com>
13055
13056 * mi/mi-main.c (mi_cmd_execute): Clean up parenthesis mess from
13057 previous change.
13058
13059 2009-01-14 Pedro Alves <pedro@codesourcery.com>
13060
13061 * remote.c (extended_remote_mourn_1): Invalidate our notion of
13062 current general thread.
13063
13064 2009-01-14 Pedro Alves <pedro@codesourcery.com>
13065
13066 * mi/mi-main.c (mi_cmd_execute): Also allow -list-thread-groups
13067 without a live selected thread.
13068
13069 2009-01-14 Joel Brobecker <brobecker@adacore.com>
13070
13071 Update the copyright notice of some of the files I missed
13072 in the previous copyright update.
13073
13074 2009-01-14 Joel Brobecker <brobecker@adacore.com>
13075
13076 * windows-nat.c (handle_unload_dll): Use %p to print the DLL
13077 base address instead of casting it to DWORD.
13078
13079 2009-01-13 Ulrich Weigand <uweigand@de.ibm.com>
13080
13081 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Do not call get_frame_arch
13082 for NULL frame pointers.
13083
13084 2009-01-13 Mark Kettenis <kettenis@gnu.org>
13085
13086 * utils.c (host_address_to_string): Reimplement in a way that
13087 avoids the cast of the address to long.
13088
13089 2009-01-13 Joel Brobecker <brobecker@adacore.com>
13090
13091 * mdebugread.c (parse_symbol): Save the symbol private data
13092 using SYMBOL_VALUE_BYTES instead of SYMBOL_VALUE.
13093 (psymtab_to_symtab_1): Likewise.
13094 (parse_procedure): Declare variable "e" only in the scope
13095 where it is used. Extract the symbol private data using
13096 SYMBOL_VALUE_BYTES.
13097
13098 2009-01-13 Jim Blandy <jimb@codesourcery.com>
13099
13100 Abstract out common code for copying value locations.
13101
13102 * value.h (set_value_component_location): New declaration.
13103 * value.c (set_value_component_location): New function.
13104 (value_primitive_field): Use it.
13105 * valarith.c (value_subscript, value_subscripted_rvalue): Same.
13106 * valops.c (search_struct_field, value_slice): Same.
13107 * ada-lang.c (coerce_unspec_val_to_type)
13108 (ada_value_primitive_packed_val): Same.
13109
13110 2009-01-13 Joel Brobecker <brobecker@adacore.com>
13111
13112 * MAINTAINERS (GLOBAL MAINTAINERS): Add Tom Tromey.
13113
13114 2009-01-12 Christopher Faylor <me+cygwin@cgf.cx>
13115
13116 * amd64-windows-nat.c Rename gdb-specific win32_* to windows_*
13117 throughout.
13118 * i386-cygwin-tdep.c: Ditto.
13119 * i386-windows-nat.c: Ditto.
13120 * windows-nat.h: Ditto.
13121 * windows-tdep.c: Ditto.
13122 * windows-tdep.h: Ditto.
13123 * windows-nat.c: Ditto.
13124 (cygwin_load_start): Redefine as CORE_ADDR.
13125 (cygwin_load_end): Ditto.
13126 (windows_make_so): Coerce result of address arithmetic to uintptr_t
13127 before coercing to CORE_ADDR to avoid a compiler warning.
13128 (handle_exception): Define addr as CORE_ADDR and coerce
13129 ExceptionAddress to uintptr_t before assigining to avoid a compiler
13130 warning.
13131 * config/djgpp/fnchange.lst: Add mappings for recently renamed windows
13132 files.
13133
13134 2009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13135
13136 Fix linking with --enable-targets=all:
13137 * Makefile.in (ALL_TARGET_OBS): Add windows-tdep.o.
13138 (HFILES_NO_SRCDIR): Add windows-tdep.h.
13139 (ALLDEPFILES): Add windows-tdep.c.
13140
13141 2009-01-11 Chris Faylor <me.gdb@cgf.cx>
13142
13143 * win32-nat.h: Delete.
13144 * windows-nat.h: Rename from win32-nat.h.
13145 * win32-nat.c: Delete.
13146 * windows-nat.c: Rename from win32-nat.c.
13147 * win32-termcap.c: Delete.
13148 * windows-termcap.c: Rename from win32-termcap.c.
13149 * amd64-windows-nat.c: Handle rename from win32-nat.h -> windows-nat.h.
13150 * configure.ac: Handle rename from win32-termcap.c ->
13151 windows-termcap.c.
13152 * configure: Regenerate.
13153 * gdb_curses.h: Change comment to reflect rename from win32-termcap.c
13154 -> windows-termcap.c.
13155 * i386-cygwin-tdep.c: Handle rename from win32-tdep.h ->
13156 windows-tdep.h.
13157 * i386-windows-nat.c: Refect rename from win32-nat.h -> windows-nat.h.
13158 * windows-nat.c: Ditto. Also reflect rename from from win32-tdep.h ->
13159 windows-tdep.h.
13160 (win32_make_so): Handle cygwin compiler warning due to change of
13161 load_addr from DWORD to LPVOID.
13162 (handle_load_dll): Use %p in format string to properly print address
13163 and avoid a compiler warning.
13164 (DEBUG_EXCEPTION_SIMPLE): Ditto.
13165 (handle_exception): Ditto.
13166 * windows-tdep.c: Handle rename from win32-tdep.h -> windows-tdep.h.
13167 * config/i386/cygwin.mh: Handle rename from win32-nat.o ->
13168 windows-nat.o.
13169 * config/i386/mingw.mh: Ditto.
13170 * config/i386/mingw64.mh: Ditto.
13171
13172 2009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13173
13174 * f-typeprint.c (f_type_print_varspec_suffix): Convert the autovariable
13175 arrayprint_recurse_level to a parameter. Update all the callers. New
13176 comment at autovariables.
13177
13178 2009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13179
13180 * gdbtypes.c (make_qualified_type, replace_type): Reformat to the GNU
13181 coding style.
13182
13183 2009-01-11 Joel Brobecker <brobecker@adacore.com>
13184
13185 * target.c (target_xfer_partial): Use host_address_to_string to
13186 print the address of readbuf and writebuf. Cast the address of
13187 elements inside the myaddr buffer into intptr_t.
13188 (deprecated_debug_xfer_memory): Use paddress to print memaddr.
13189 Cast the address of elements inside the myaddr buffer into
13190 intptr_t.
13191
13192 2009-01-11 Joel Brobecker <brobecker@adacore.com>
13193
13194 * amd64-windows-nat.c, amd64-windows-tdep.c: New files.
13195 * config/i386/mingw64.mh, config/i386/nm-cygwin64.h: New files.
13196 * configure.host, configure.tgt: Add handling for x86_64/windows.
13197 * config/djgpp/fnchange.lst: Add entries for amd64-windows-nat.c
13198 and amd64-windows-tdep.c.
13199
13200 2009-01-11 Joel Brobecker <brobecker@adacore.com>
13201
13202 * win32-tdep.h, win32-tdep.c: New files.
13203 * i386-cygwin-tdep.h: Delete.
13204 * i386-cygwin-tdep.c: Include win32-tdep.h instead of
13205 i386-cygwin-tdep.h.
13206 (win32_xfer_shared_library): Delete. Moved to win32-tdep.c.
13207 * win32-nat.c: Likewise.
13208 * configure.tgt: Add win32-tdep.o to the list of target object
13209 files for i386-cygwin and i386-mingw targets.
13210
13211 2009-01-11 Joel Brobecker <brobecker@adacore.com>
13212
13213 * win32-nat.h: New file.
13214 * win32-nat.c (mappings): Initialize to NULL.
13215 (win32_set_context_register_offsets): New function.
13216 * i386-windows-nat.c: New file.
13217 (mappings): Moved here from win32-nat.c.
13218 (_initialize_i386_windows_nat): New function.
13219 * config/i386/mingw.mh (NATDEPFILES): Add i386-windows-nat.o.
13220 * config/i386/cygwin.mh (NATDEPFILES): Likewise.
13221
13222 2009-01-09 Andreas Schwab <schwab@suse.de>
13223
13224 * Makefile.in (init.c): Set LANG/LC_ALL to C, not c.
13225
13226 2009-01-09 Daniel Jacobowitz <dan@codesourcery.com>
13227
13228 * gdbtypes.c (append_composite_type_field): Correct the location of
13229 appended fields.
13230
13231 2009-01-09 Pedro Alves <pedro@codesourcery.com>
13232
13233 * defs.h (deprecated_error_hook): Delete declaration.
13234 * interps.c (clear_interpreter_hooks): Adjust.
13235 * remote-sim.c (gdb_os_error): Don't try to call
13236 deprecated_error_hook. No need to call exit anymore.
13237 * top.c (deprecated_error_hook): Delete.
13238
13239 2009-01-09 Joel Brobecker <brobecker@adacore.com>
13240
13241 * arch-utils.c (gdbarch_update_p): Use host_address_to_string
13242 to print the address of the gdbarch pointer.
13243
13244 2009-01-09 Joel Brobecker <brobecker@adacore.com>
13245
13246 * gdbarch.sh: Fix all the compilation errors on amd64-windows
13247 due to casting a pointer to a long when printing a function
13248 address. Instead, use host_address_to_string to convert our
13249 address to a string.
13250 * gdbarch.c: Regenerate.
13251
13252 2009-01-09 Joel Brobecker <brobecker@adacore.com>
13253
13254 * event-top.c (async_disconnect, async_stop_sig): use "raise"
13255 instead of "kill" to raise a signal.
13256
13257 2009-01-09 Joel Brobecker <brobecker@adacore.com>
13258
13259 * win32-nat.c (get_module_name): Change the type of parameter
13260 "base_address" to LPVOID. Remove unnecessary cast.
13261 (struct lm_info): Change type of load_addr to LPVOID.
13262 (win32_make_so): Change the type of parameter "load_addr"
13263 to LPVOID. Remove some unnecessary casts.
13264 (handle_unload_dll): Change the type of "lpBaseOfDll" to LPVOID.
13265 (win32_xfer_shared_libraries): Add missing cast.
13266
13267 2009-01-09 Joel Brobecker <brobecker@adacore.com>
13268
13269 * win32-nat.c (has_detach_ability, set_process_privilege):
13270 Cast the result of GetProcAddress to (void *) to avoid
13271 a compilation warning.
13272
13273 2009-01-09 Joel Brobecker <brobecker@adacore.com>
13274
13275 * win32-nat.c (CONTEXT_EXTENDED_REGISTERS): Define to 0 if not
13276 already defined.
13277
13278 2009-01-09 Joel Brobecker <brobecker@adacore.com>
13279
13280 * win32-nat.c (get_image_name, win32_xfer_memory): Fix type
13281 definition of local variable "done".
13282 (info_w32_command, handle_exception): Remove unnecessary cast.
13283
13284 2009-01-09 Joel Brobecker <brobecker@adacore.com>
13285
13286 * win32-nat.c (kernel32_DebugSetProcessKillOnExit): Renames
13287 DebugSetProcessKillOnExit. Update all uses in this file.
13288 (kernel32_DebugActiveProcessStop): Renames DebugActiveProcessStop.
13289 Update all uses in this file.
13290
13291 2009-01-09 Joel Brobecker <brobecker@adacore.com>
13292
13293 * win32-nat.c (do_initial_win32_stuff): Add new ops parameter,
13294 and use it when pushing the target.
13295 (win32_attach, win32_create_inferior): Update call to
13296 do_initial_win32_stuff.
13297 (win32_detach, win32_mourn_inferior): Use our ops parameter
13298 instead of the global win32_ops to unpush the target.
13299
13300 2009-01-09 Joel Brobecker <brobecker@adacore.com>
13301
13302 * ser-mingw.c (ser_windows_open): Use proper type when casting
13303 in call to _open_osfhandle.
13304
13305 2009-01-09 Kai Tietz <kai.tietz@onevision.com>
13306
13307 * coff-pe-read.c (read_pe_exported_syms): Fix typo.
13308
13309 2009-01-09 Joel Brobecker <brobecker@adacore.com>
13310
13311 * CONTRIBUTE: Minor reformatting.
13312
13313 2009-01-08 Kai Tietz <kai.tietz@onevision.com>
13314
13315 * MAINTAINERS: Add myself to Write After Approval.
13316 * coff-pe-read.c (read_pe_exported_syms): Enable read of PE+
13317 export directory.
13318
13319 2009-01-08 Nathan Froyd <froydnj@codesourcery.com>
13320
13321 * remote-sim.c (gdb_os_error): Mark as a noreturn function.
13322 Call exit to make it obvious to GCC.
13323
13324 2009-01-08 Tom Tromey <tromey@redhat.com>
13325
13326 PR breakpoints/9350:
13327 * varobj.c (varobj_invalidate): Unconditionally free
13328 all_rootvarobj.
13329 * symfile.c (syms_from_objfile): Free local_addr when returning
13330 normally.
13331 * exec.c (exec_file_attach): Do cleanups before returning.
13332 (exec_file_command): Likewise.
13333 * corefile.c (reopen_exec_file): Do cleanups before returning.
13334 * breakpoint.c (insert_breakpoint_locations): Do cleanups before
13335 returning.
13336 (do_vec_free): New function.
13337 (update_global_location_list): Make a cleanup for old_locations.
13338 Do cleanups before returning. Remove unused variable 'e'.
13339 (find_condition_and_thread): Free result of parsing the
13340 expression.
13341 (print_it_typical): Do cleanups before returning.
13342 (breakpoint_re_set_one): Always free sals.sals.
13343
13344 2009-01-08 Joel Brobecker <brobecker@adacore.com>
13345 Emi Suzuki <emi-suzuki@tjsys.co.jp>
13346
13347 * breakpoint.c (do_enable_breakpoint): Use update_watchpoint for
13348 watchpoints.
13349
13350 2009-01-07 Doug Evans <dje@google.com>
13351
13352 * top.c (gdb_prompt_string): Delete, unused.
13353
13354 2009-01-07 Pedro Alves <pedro@codesourcery.com>
13355
13356 Delete ONE_PROCESS_WRITETEXT leftovers.
13357
13358 * breakpoint.c (insert_bp_location): Delete process_warning
13359 argument. Adjust.
13360 (insert_breakpoint_locations): Adjust.
13361 (reattach_breakpoints): Adjust.
13362 * infrun.c (normal_stop): Drop "It might be running in another
13363 process" notice.
13364
13365 2009-01-07 Stan Shebs <stan@codesourcery.com>
13366
13367 * config/pa/linux.mh (XDEPFILES): Remove.
13368
13369 2009-01-07 Doug Evans <dje@google.com>
13370
13371 * cli/cli-cmds.c (set_debug): Fix cut-n-paste error.
13372
13373 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13374
13375 * f-typeprint.c (f_type_print_base <TYPE_CODE_STRUCT>): Fix output
13376 spacing, a regression from 2008-04-22.
13377
13378 2009-01-07 Joel Brobecker <brobecker@adacore.com>
13379
13380 * utils.c (gdb_print_host_address): Adjust implementation to
13381 reuse host_address_to_string. Move comment explaining the conversion
13382 from host address to string from here...
13383 (host_address_to_string): ... to there.
13384
13385 2009-01-07 Emi Suzuki <emi-suzuki@tjsys.co.jp>
13386
13387 * MAINTAINERS: Add myself for write after approval privileges.
13388
13389 2009-01-06 Tom Tromey <tromey@redhat.com>
13390
13391 * value.c (set_internalvar): Use value_free, not xfree.
13392
13393 2009-01-06 Jim Blandy <jimb@red-bean.com>
13394
13395 Check return values of functions declared with warn_unused_result
13396 attribute in GLIBC 2.8.
13397 * cli/cli-cmds.c (pwd_command): Check return value from getcwd.
13398 * inflow.c (check_syscall): New function.
13399 (new_tty): Use check_syscall to check return values from open and dup.
13400 * linux-nat.c (linux_nat_info_proc_cmd): Check return value from fgets.
13401 * main.c (captured_main): Call cwd after setting up gdb_stderr;
13402 check for errors from getcwd.
13403 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Check return value from getcwd.
13404 * ui-file.c (stdio_file_write): Ignore return value from fwrite.
13405 (stdio_file_fputs): Same.
13406 * utils.c (internal_vproblem): abort if last-ditch error message
13407 write fails.
13408
13409 * top.c (gdb_init): Don't set the current directory here; that's
13410 already been done in captured_main.
13411
13412 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
13413
13414 * ser-tcp.c: Adjust includes.
13415 (tcp_set_cmdlist, tcp_show_cmdlist): Declare.
13416 (tcp_auto_retry, tcp_retry_limit): Declare.
13417 (TIMEOUT): Remove, in favor of tcp_retry_limit.
13418 (POLL_INTERVAL): Increase to 5, in favor of backoff logic.
13419 (wait_for_connect): New function.
13420 (net_open): Use it. Add auto-retry logic.
13421 (set_tcp_cmd, show_tcp_cmd): New functions.
13422 (_initialize_ser_tcp): Initialize new "set/show tcp auto-retry"
13423 and "set/show tcp connect-timeout" commands.
13424 * NEWS: Document new commands.
13425
13426 2009-01-05 Tom Tromey <tromey@redhat.com>
13427
13428 * python/python-internal.h (Py_ssize_t): Define as int.
13429
13430 2009-01-05 Jim Blandy <jimb@red-bean.com>
13431
13432 * MAINTAINERS: Fix my e-mail address as steering committee member.
13433
13434 2009-01-03 Joel Brobecker <brobecker@adacore.com>
13435
13436 Updated copyright notices for most files.
13437
13438 2009-01-03 Joel Brobecker <brobecker@adacore.com>
13439
13440 * top.c (print_gdb_version): Update copyright year.
13441
13442 2009-01-03 Joel Brobecker <brobecker@adacore.com>
13443
13444 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2008.
13445
13446 2009-01-01 Pedro Alves <pedro@codesourcery.com>
13447
13448 PR breakpoints/9681:
13449 * exceptions.h (enum errors): New error type, MEMORY_ERROR.
13450 * corefile.c (memory_error): Rewrite to throw a MEMORY_ERROR.
13451 * breakpoint.c (fetch_watchpoint_value): Ignore MEMORY_ERRORs, but
13452 retrow all other exceptions.
13453
13454 For older changes see ChangeLog-2008.
13455 \f
13456 Local Variables:
13457 mode: change-log
13458 left-margin: 8
13459 fill-column: 74
13460 version-control: never
13461 coding: utf-8
13462 End: