2009-11-13 Kazu Hirata <kazu@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
3a29589a
DJ
12009-11-13 Kazu Hirata <kazu@codesourcery.com>
2 Maxim Kuvyrkov <maxim@codesourcery.com>
3
4 * remote-fileio.c (remote_fileio_request): Send Ctrl-C if it is
5 pending.
6 * remote-fileio.h: Update the prototype for remote_fileio_request.
7 * remote.c (struct remote_state): Add ctrlc_pending_p.
8 (remote_open_1): Clear ctrlc_pending_p.
9 (remote_stop_as): Set ctrlc_pending_p to 1.
10 (remote_wait_as): Pass ctrlc_pending_p to remote_fileio_request.
11
3d8d5e79
DJ
122009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13
14 * arm-tdep.c (arm_skip_stub): Recognize RealView veneer functions.
15
66076460
DJ
162009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
17
18 * breakpoint.c (update_watchpoint): Only fiddle with frames for
19 local watchpoints.
20
55409f9d
DJ
212009-11-13 Pedro Alves <pedro@codesourcery.com>
22
23 * infrun.c (handle_inferior_event): Set stop_print_frame on
24 TARGET_WAITKIND_LOADED events, if stopping on solib-events.
25
6ffb2242
DE
262009-11-13 Doug Evans <dje@google.com>
27
28 * dcache.c (dcache_block): Replace member newer with next,prev.
29 (dcache_struct): Delete member newest.
30 (block_func): New typedef.
31 (append_block, remove_block, for_each_block): New functions.
32 (invalidate_block, free_block): New functions.
33 (dcache_invalidate): Update
34 (dcache_invalidate_line, dcache_alloc): Update to use new list
35 accessors.
36 (dcache_free): Ditto. Fix memory leak.
37
269f82e5
PP
382009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
39
40 * python/py-prettyprint.c (print_string_repr): Suppress
41 address printing
42
fd6d6815
TG
432009-11-13 Tristan Gingold <gingold@adacore.com>
44
45 * avr-tdep.c (avr_push_dummy_call): Fix endianness issue and avoid
46 overlap between returned structure and return address/parameters.
47
b86ab4ff
DJ
482009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
49
50 * remote-fileio.c (remote_fileio_func_read): Limit console
51 reads to 16K.
52
d48cc9dd
DJ
532009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
54 Paul Brook <paul@codesourcery.com>
55
56 * c-typeprint.c (c_type_print_base): Skip artificial fields.
57 Use get_vptr_fieldno to skip the vtable pointer.
58 * dwarf2read.c (dwarf2_add_field): Set FIELD_ARTIFICIAL on artificial
59 fields.
60 (dwarf2_add_member_fn): Complain about virtual member functions
61 without DW_AT_vtable_elem_location and force TYPE_CPLUS_DYNAMIC.
62 * gdbtypes.c (get_vptr_fieldno): Update comment.
63 * gdbtypes.h (struct cplus_struct_type): Add is_dynamic.
64 (TYPE_CPLUS_DYNAMIC): New macro.
65 * gnu-v3-abi.c (gnuv3_dynamic_class): New.
66 (gnuv3_get_vtable): Rewrite to use gnuv3_dynamic_class. Move higher.
67 (gnuv3_rtti_type, gnuv3_get_virtual_fn, gnuv3_baseclass_offset): Use
68 gnuv3_get_vtable.
69 * varobj.c (cplus_class_num_children, cplus_describe_child): Skip
70 artificial fields. Use get_vptr_fieldno to skip the vtable pointer.
71
0d564a31
DJ
722009-11-12 Paul Brook <paul@codesourcery.com>
73 Daniel Jacobowitz <dan@codesourcery.com>
74
75 * dwarf2read.c (dwarf2_add_member_fn): Calculate virtual function
76 offset for classes without DW_AT_containing_type.
77
7d0ccb61
DJ
782009-11-12 Paul Brook <paul@codesourcery.com>
79 Daniel Jacobowitz <dan@codesourcery.com>
80
81 * dwarf2read.c (struct field_info): Add baseclasses.
82 (dwarf2_add_field): Add base classes to a separate list.
83 (dwarf2_attach_fields_to_type): Merge base classes and fields.
84
328c9494
DJ
852009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
86
87 * dwarf2read.c (process_psymtab_comp_unit): Initialize per_cu backlink
88 at the same time as the forward link.
89 (load_partial_comp_unit): Initialize per_cu links before calling
90 init_cu_die_reader.
91
21e1bee4
PP
922009-11-11 Paul Pluzhnikov <ppluzhnikov@google.com>
93
94 PR gdb/10838
95 * linux-thread-db.c (thread_db_info): New member.
96 (disable_thread_event_reporting): Call td_ta_clear_event.
97
1e5a1abc
KS
982009-11-11 Keith Seitz <keiths@redhat.com>
99
100 * linespec.c (lookup_prefix_sym): Lookup the symbol
101 in both STRUCT_DOMAIN and VAR_DOMAIN.
102
1e061d1a
MS
1032009-11-11 Michael Snyder <msnyder@vmware.com>
104
f801e1e0
MS
105 * darwin-nat-info.c: Update copyright.
106 * dbxread.c: Ditto.
107 * gdbarch.sh: Ditto.
108 * gdbarch.c: Ditto.
109 * gdbarch.h: Ditto.
110 * inline-frame.c: Ditto.
111 * inline-frame.h: Ditto.
112 * s390-nat.c: Ditto.
1e061d1a
MS
113
1142009-11-11 Michael Snyder <msnyder@vmware.com>
9659616a
MS
115
116 * findvar.c (top level): Fix and add comments.
117
66c53f2b
KS
1182009-11-10 Keith Seitz <keiths@redhat.com>
119
5efc7e44 120 * c-exp.y (operator_stoken): New function.
66c53f2b
KS
121 (OPERATOR): New token.
122 (NEW): New token.
123 (DELETE): New token.
124 (operator): New rule.
125 (name): Add operator.
126 (ident_tokens): Add "new", "delete", and "operator".
127 * gdbtypes.c (rank_one_type): Don't complain about
128 void pointer conversion badness if both types are
129 void pointers.
130
32a0e547
JK
1312009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
132
133 * symfile.c (separate_debug_file_exists): Change parameter parent_name
134 to parent_objfile. New variables parent_stat and abfd_stat. Call
135 strcmp and then bfd_stat functions to verify if NAME matches.
136 (find_separate_debug_file): Update the passed parameter at caller.
137
9b14d7aa
JK
1382009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
139
140 * objfiles.c (objfile_relocate): Update also the field psymtabs_addrmap.
141
da2f07f1
JK
1422009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
143
144 * configure.ac: Call ACX_LARGEFILE.
145 * aclocal.m4: Call m4_include for ../config/largefile.m4 and
146 ../config/plugins.m4.
147 * configure: Regenerate.
148 * config.in: Regenerate.
149
072bba3b
KS
1502009-11-10 Keith Seitz <keiths@redhat.com>
151
152 * c-exp.y: Add new rule for resolving method overloads.
153 * eval.c (make_params): New function.
154 (free_param_types): New function.
155 (evaluate_subexp_standard): Pass expect_type to value_aggregate_elt.
156 Handle case TYPE_INSTANCE.
157 (evaluate_subexp_for_address): Pass expect_type to value_aggregate_elt.
158 * expression.h (enum exp_opcode): Add TYPE_INSTANCE.
159 (compare_parameters): Add declaration.
160 * parse.c (operator_length_standard): Add TYPE_INSTANCE.
161 * valops.c (value_aggregate_elt): Add new expect_type parameter.
162 Pass expect_type to value_struct_elt_for_reference.
163 (value_struct_elt_for_reference): Add expect_type parameter and use
164 compare_parameters.
165 Check for overload matches with and without artificial parameters.
166 Skip artificial methods.
167 (compare_parameters): New function.
168 * value.h (value_aggregate_elt): Add new expect_type parameter.
169
de64a9ac
JM
1702009-11-10 Joseph Myers <joseph@codesourcery.com>
171
172 * solib-svr4.c (enable_break): Call
173 gdbarch_convert_from_func_ptr_addr on results of looking up
174 fallback symbol names.
175
75125405
DJ
1762009-11-10 Daniel Gutson <dgutson@codesourcery.com>
177
178 * procfs.c (procfs_do_thread_registers): Added a call to fetch
179 register values before saving them in the core file
180 through the gcore command.
181 (procfs_corefile_thread_callback): Removed the backup of
182 inferior_ptid before calling procfs_do_thread_registers since
183 the function already saves and restores it before returning.
184
9659616a
MS
1852009-11-10 Michael Snyder <msnyder@vmware.com>
186
187 * dcache.c (dcache_invalidate_line): Remove block from used list
188 when adding it to freed list.
189
e124be18
MS
1902009-11-10 Michael Snyder <msnyder@vmware.com>
191
192 * dcache.c: Fix typo, shorten long lines in comment.
193
7d2552b4
TG
1942009-11-10 Tristan Gingold <gingold@adacore.com>
195
196 * avr-tdep.c: Add AVR_PSEUDO_PC_REGNUM and AVR_NUM_PSEUDO_REGS.
197 (struct gdbarch_tdep): Add void_type, func_void_type and pc_type
198 fields.
199 (avr_register_name): Add "pc" name, renames "PC" to "PC2".
200 (avr_register_type): Handle AVR_PSEUDO_PC_REGNUM.
201 (avr_write_pc): Fix indentation.
202 (avr_pseudo_register_read): New function.
203 (avr_pseudo_register_write): New function.
204 (avr_frame_prev_register): Handle AVR_PSEUDO_PC_REGNUM.
205 (avr_gdbarch_init): Create types for pc. Register pseudo regs.
206
8a1d23b2
TG
2072009-11-10 Tristan Gingold <gingold@adacore.com>
208
209 * avr-tdep.c (avr_integer_to_address): New function.
210 (avr_gdbarch_init): Set integer_to_address.
211
8c201e54
TG
2122009-11-10 Tristan Gingold <gingold@adacore.com>
213
214 * avr-tdep.c (avr_skip_prologue): First try to skip prologue
215 using skip_prologue_using_sal.
216
1bd0bb72
TG
2172009-11-10 Tristan Gingold <gingold@adacore.com>
218
219 * avr-tdep.c (avr_extract_return_value): Remove.
220 (avr_return_value): Mostly rewritten. Fix handling for structures.
221 (avr_push_dummy_call): Handle struct_return.
222
2232009-11-10 Tristan Gingold <gingold@adacore.com>
224
225 * avr-tdep.c (avr_scan_prologue): Decode instructions used for
226 small stack allocation.
227 Adjust code for prologue that don't write SP.
228
ee143e81
TG
2292009-11-10 Tristan Gingold <gingold@adacore.com>
230
231 * avr-tdep.c (avr_make_saddr): Return 0 for NULL.
232
53f6a2c9
TG
2332009-11-10 Tristan Gingold <gingold@adacore.com>
234
235 * avr-tdep.c (avr_dwarf_reg_to_regnum): New function.
236 (avr_gdbarch_init): Call set_gdbarch_dwarf2_reg_to_regnum.
237
3ffc00b8
JB
2382009-11-09 Sebastien Granjoux <seb.sfo@free.fr>
239
240 PR mi/9583:
241 * symtab.c (find_line_symtab, append_exact_match_to_sals)
242 (expand_line_sal): Use full filename when setting breakpoints if
243 available
244
de4affc9
CC
2452009-11-09 Cary Coutant <ccoutant@google.com>
246
247 * dwarf2read.c (read_import_statement): Don't clobber original cu.
248
86c6265d
TT
2492009-11-09 Tom Tromey <tromey@redhat.com>
250
251 * python/python.c (execute_gdb_command): Copy the argument text.
252
bbaa04b8
VP
2532009-11-06 Vladimir Prus <vladimir@codesourcery.com>
254
255 * m68k-tdep.c (m68k_convert_register_p): Correct
256 messup.
257
3c1ac6e7
VP
2582009-11-06 Vladimir Prus <vladimir@codesourcery.com>
259
260 * m68k-tdep.c (m68k_convert_register_p): Compare with
261 the actual type of fp registers, not one of the possible
262 values.
263
c271b6e2
VP
2642009-11-06 Vladimir Prus <vladimir@codesourcery.com>
265
266 Prevent program output from mix with "^running".
267
268 gdb/
269 * mi/mi-interp.c (mi_on_resume): Output token
270 and "^running" together, so that nothing else gets
271 in between.
272
d85a05f0
DJ
2732009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
274
275 * dwarf2read.c (struct dwarf2_cu): Remove ranges_offset and
276 has_ranges_offset.
277 (struct partial_die_info): Remove language, has_stmt_list, dirname,
278 and line_offset.
279 (dwarf2_build_include_psymtabs): Take a die_info. Handle a missing
280 line table.
281 (dwarf2_get_pc_bounds): Take PST argument. Pass it
282 to dwarf2_ranges_read. Update all callers.
283 (init_cu_die_reader): Move earlier.
284 (dwarf2_find_base_address): New function.
285 (process_psymtab_comp_unit): Rewrite to use a full DIE for the
286 compilation unit. Use dwarf2_get_pc_bounds and
287 dwarf2_find_base_address.
288 (load_comp_unit): Rewrite to use a full DIE for the compilation unit.
289 (process_full_comp_unit): Use dwarf2_find_base_address.
290 (read_partial_die): Remove support for attributes only used
291 in the compilation unit DIE.
292 * symfile.c (allocate_psymtab): Make FILENAME const.
293 (start_psymtab_common): Likewise.
294 * symfile.h (allocate_psymtab, start_psymtab_common): Update
295 prototypes.
296
10abe6bf
TT
2972009-11-05 Tom Tromey <tromey@redhat.com>
298
299 * symmisc.c (print_symbol_bcache_statistics): Print filename cache
300 statistics.
301 (print_objfile_statistics): Likewise.
302 * symfile.c (reread_symbols): Initialize filename_cache.
303 (allocate_symtab): Cache the file name.
304 (allocate_psymtab): Likewise.
305 * solib-sunos.c (allocate_rt_common_objfile): Initialize
306 filename_cache.
307 * objfiles.h (struct objfile) <filename_cache>: New field.
308 * objfiles.c (allocate_objfile): Initialize filename_cache.
309 (free_objfile): Free filename_cache.
310
69a943f0
TT
3112009-11-05 Tom Tromey <tromey@redhat.com>
312
313 * symfile.c (add_psymbol_to_bcache): Make 'psymbol' static again.
314 Zero the 'value' field.
315
bba66b87
DE
3162009-11-05 Doug Evans <dje@google.com>
317
318 * amd64-tdep.c (amd64_init_frame_cache): Enhance comment describing
319 saved_regs.
320
52efb61a
DJ
3212009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
322
323 * top.c (execute_command): Select a frame before checking the current
324 language. Only output a message if verbose.
325
1c9e8358
TT
3262009-11-05 Tom Tromey <tromey@redhat.com>
327
328 * symtab.h (SYMBOL_SET_LINKAGE_NAME): Update comment.
329 * symfile.c (allocate_symtab): Don't use obsavestring on a
330 constant string.
331 * stabsread.c (define_symbol): Don't use obsavestring on a
332 constant string.
333 * mdebugread.c (parse_type): Don't use obsavestring on a constant
334 string.
335 (new_symtab): Likewise.
336 * elfread.c (elf_symtab_read): Don't use obsavestring on a
337 constant string.
338
8c2963fb
TT
3392009-11-04 Tom Tromey <tromey@redhat.com>
340
341 * symfile.c (add_psymbol_to_bcache): Don't copy name. Make
342 'psymbol' non-static.
343
12b6a110
PP
3442009-11-03 Paul Pluzhnikov <ppluzhnikov@google.com>
345
346 * linux-thread-db.c (disable_thread_event_reporting): Adjust.
347
b06adb81
JB
3482009-11-03 Joel Brobecker <brobecker@adacore.com>
349
350 * MAINTAINERS (Responsible Maintainers): Add Tristan Gingold as
351 maintainer of the avr target.
352
ad09a548
DJ
3532009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
354
355 * elfread.c (elf_symfile_segments): Do not warn about
356 uninitialized sections outside of load segments.
357
24ddea62
JK
3582009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
359
360 * symfile.c (build_id_to_debug_filename): New variable debugdir. Move
361 variables size, s and data into a new inner block. Change xmalloc for
362 alloca, use direct BUILDID->SIZE there now. Loop for the
363 DEBUG_FILE_DIRECTORY components.
364 (find_separate_debug_file): New variable debugdir and debugdir_end.
365 Loop for the DEBUG_FILE_DIRECTORY components.
366 (_initialize_symfile): For "debug-file-directory" use plural and note
367 one can use multiple components now.
368
25522fae
JK
3692009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
370
371 * symfile.c (find_separate_debug_file): Initialize dir, debugfile and
372 canon_name to NULL. Change alloca to xmalloc, newly call xfree for it.
373 New label cleanup_return_debugfile, jump to it from the failure paths.
374
287ccc17
JK
3752009-11-02 Andrew Cagney <cagney@gnu.org>
376
377 * symfile.c (separate_debug_file_exists): When the CRCs mismatch
378 print a warning.
379 (find_separate_debug_file): Pass in the objfile's name.
380
abd0a5fa
JK
3812009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
382
383 Remove INVALID_ENTRY_POINT.
384 * frame.c (inside_entry_func): New variable entry_point. Return 0 if
385 the entry point is not known.
386 * solib-irix.c (enable_break): Likewise.
387 * objfiles.c (init_entry_point_info): Stop using INVALID_ENTRY_POINT.
388 Initialize EI.ENTRY_POINT_P.
389 (entry_point_address): Rename to ...
390 (entry_point_address_query): ... a new function. Use EI.ENTRY_POINT_P.
391 (entry_point_address): New function.
392 (objfile_relocate): Use EI.ENTRY_POINT_P.
393 * objfiles.h (struct entry_info): Simplify entry_point comment. New
394 field entry_point_p.
395 (INVALID_ENTRY_POINT): Remove.
396 (entry_point_address_query): New prototype.
397 * solib-frv.c (enable_break): Check for NULL SYMFILE_OBJFILE and its
398 EI.ENTRY_POINT_P. Return 0 if ".interp" is not found.
399
399cd161
MS
4002009-11-01 Michael Snyder <msnyder@vmware.com>
401
402 * NEWS (New Commands): Mention record save/restore.
403
3d947dff
MS
4042009-10-31 Michael Snyder <msnyder@vmware.com>
405
406 * breakpoint.c (bpstat_stop_status): Fix broken comment.
407
07b7cff3
PA
4082009-10-31 Pedro Alves <pedro@codesourcery.com>
409
410 * record.c (record_restore, cmd_record_save): Debug output goes to
411 gdb_stdlog.
412
08bca259 4132009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
414
415 * breakpoint.c (catch_syscall_split_args): Remove unecessary warning
416 displayed when the user provided a syscall name and there is no
417 XML support.
418 * xml-syscall.c: Renamed `_sysinfo' to `sysinfo'.
419 (set_xml_syscall_file_name): Remove syscall_warn_user.
420 (xml_init_syscalls_info): Remove warning.
421 (init_sysinfo): Update warnings.
422
5d4e2b76
VP
4232009-10-30 Vladimir Prus <vladimir@codesourcery.com>
424
425 Fix breakpoint commands in MI.
426
427 * mi/mi-main.c (mi_execute_command): Run bpstat_do_actions.
428 * mi/mi-cmd-break.c (mi_cmd_break_commands): Pass 1 to
429 read_command_line_1 to actually parse composite commands.
430
8a35fb51
SL
4312009-10-29 Sandra Loosemore <sandra@codesourcery.com>
432
433 PR gdb/10783
434
435 * target.c (simple_search_memory): Correct read_addr initialization
436 in loop for searching subsequent chunks.
437
5fed8c43
DJ
4382009-10-28 Daniel Jacobowitz <dan@codesourcery.com>
439
440 Reported by Antti Hatala <ahatala@nvidia.com>.
441
442 * arm-tdep.c (thumb_get_next_pc): Limit check to IT instructions
443 correctly.
444
875cdfbb
PA
4452009-10-28 Pedro Alves <pedro@codesourcery.com>
446
447 * dwarf2-frame.c (dwarf2_build_frame_info): Discard --gc-section
448 leftover FDEs.
449
c4dbc9af
PA
4502009-10-28 Pedro Alves <pedro@codesourcery.com>
451
452 * infrun.c (keep_going): Wrap with resume_cleanups.
453
7dbc3bd2
PP
4542009-10-27 Paul Pluzhnikov <ppluzhnikov@google.com>
455
456 * MAINTAINERS: Add self to "modify-after-approval" maintainers.
457
02c6c942
PP
4582009-10-27 Paul Pluzhnikov <ppluzhnikov@google.com>
459
460 PR gdb/10757
461 * linux-thread-db.c (attach_thread): Return success/failure
462 indicator.
463 (thread_db_find_new_threads_silently): Retry until no new threads.
464 (struct callback_data): New.
465 (find_new_threads_callback): Count new threads, stop iteration
466 on error.
467 (find_new_threads_once): New function.
468 (thread_db_find_new_threads_2): Rename from
469 thread_db_find_new_threads_1 and adjust.
470 (thread_db_find_new_threads_1): New function.
471
0cf5390e
ME
4722009-10-26 Michael Eager <eager@eagercon.com>
473
474 * MAINTAINERS: Add self to "modify-after-approval" maintainers.
475
0ebc2096
HZ
4762009-10-26 Michael Snyder <msnyder@vmware.com>
477 Hui Zhu <teawater@gmail.com>
478
479 * Makefile.in (SFILES): Add gcore.c.
480 (COMMON_OBS): Add gcore.o.
481 * config/alpha/alpha-linux.mh (NATDEPFILES): Delete gcore.o.
482 * config/alpha/fbsd.mh (NATDEPFILES): Ditto.
483 * config/arm/linux.mh (NATDEPFILES): Ditto.
484 * config/i386/fbsd.mh (NATDEPFILES): Ditto.
485 * config/i386/fbsd64.mh (NATDEPFILES): Ditto.
486 * config/i386/i386sol2.mh (NATDEPFILES): Ditto.
487 * config/i386/linux.mh (NATDEPFILES): Ditto.
488 * config/i386/linux64.mh (NATDEPFILES): Ditto.
489 * config/i386/sol2-64.mh (NATDEPFILES): Ditto.
490 * config/ia64/linux.mh (NATDEPFILES): Ditto.
491 * config/m32r/linux.mh (NATDEPFILES): Ditto.
492 * config/m68k/linux.mh (NATDEPFILES): Ditto.
493 * config/mips/linux.mh (NATDEPFILES): Ditto.
494 * config/pa/linux.mh (NATDEPFILES): Ditto.
495 * config/powerpc/linux.mh (NATDEPFILES): Ditto.
496 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Ditto.
497 * config/s390/s390.mh (NATDEPFILES): Ditto.
498 * config/sparc/fbsd.mh (NATDEPFILES): Ditto.
499 * config/sparc/linux.mh (NATDEPFILES): Ditto.
500 * config/sparc/linux64.mh (NATDEPFILES): Ditto.
501 * config/sparc/sol2.mh (NATDEPFILES): Ditto.
502 * config/xtensa/linux.mh (NATDEPFILES): Ditto.
503 * target.c (dummy_find_memory_regions): Change output.
504 (dummy_make_corefile_notes): Ditto.
505
53f6a2c9
TG
5062009-10-26 Tristan Gingold <gingold@adacore.com>
507
508 * charset.c (_initialize_charset): Set a default value to
509 auto_host_charset_name if empty.
510
6d1915d4
TG
5112009-10-26 Tristan Gingold <gingold@adacore.com>
512
513 * avr-tdep.c (avr_push_dummy_call): Handle avr6 architecture.
514 Fix the returned value. Fix style.
515
599ec134
JB
5162009-10-26 Joel Brobecker <brobecker@adacore.com>
517
518 * MAINTAINERS (Responsible Maintainers): Add info about the microblaze
519 targets. Add Michael Eager as the maintainer for this target.
520
876fa593
JK
5212009-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
522
523 Performance optimize large bp_location count.
524 * breakpoint.c (ALL_BP_LOCATIONS_SAFE): Remove.
525 (ALL_BP_LOCATIONS): New parameter BP_TMP. Use now bp_location and
526 bp_location_count.
527 (bp_location_chain): Remove variable.
528 (bp_location, bp_location_count)
529 (bp_location_placed_address_before_address_max)
530 (bp_location_shadow_len_after_address_max): New variables.
531 (moribund_locations, update_watchpoint): Update the bp_location
532 variable name.
533 (breakpoint_restore_shadows): Extend the comment. Move the variable
534 b to local blocks. Move the variables bp_addr, bp_size and bptoffset
535 to a local block. New variables bc_l, bc_r and bc. New binary search
536 for the left range boundary. New break on reaching the right range
537 boundary. Move shadow existence conditionals to ...
538 (bp_location_has_shadow): ... a new function.
539 (insert_breakpoint_locations): Replace the temp variable by bp_tmp.
540 Use now ALL_BP_LOCATIONS instead of ALL_BP_LOCATIONS_SAFE.
541 (remove_breakpoints, remove_hw_watchpoints, reattach_breakpoints)
542 (detach_breakpoints): New variable bp_tmp. Update the ALL_BP_LOCATIONS
543 calling convention.
544 (update_breakpoints_after_exec): New variable bplocp_tmp. Update the
545 ALL_BP_LOCATIONS calling convention.
546 (breakpoint_here_p, software_breakpoint_inserted_here_p)
547 (breakpoint_thread_match): New variable bptp_tmp. Drop the const
548 attribute of bpt. Update the ALL_BP_LOCATIONS calling convention.
549 (regular_breakpoint_inserted_here_p): Likewise. Update the bp_location
550 variable name.
551 (mark_breakpoints_out, breakpoint_init_inferior): New variable
552 bptp_tmp. Update the ALL_BP_LOCATIONS calling convention.
553 (bpstat_stop_status): New variables blp_tmp and update_locations. Drop
554 the const attribute of bl. Update the ALL_BP_LOCATIONS calling
555 convention. Protect HIT_COUNT increment by an ENABLE_STATE check.
556 Delay the update_global_location_list call using update_locations.
557 (set_default_breakpoint): Drop the check_duplicates name from comment.
558 (disable_breakpoints_in_shlibs, disable_breakpoints_in_unloaded_shlib):
559 New variable locp_tmp. Update the ALL_BP_LOCATIONS calling convention.
560 (bp_location_compare, bp_location_compare_for_qsort)
561 (bp_location_target_extensions_update): New functions.
562 (check_duplicates, check_duplicates_for): Remove, moving their code ...
563 (update_global_location_list): ... into this existing function. Remove
564 variables next, loc2, old_locations, ret and ix. New variables locp,
565 loc_first, old_location, old_locp and old_location_count. Stop using
566 global_next, create now the array bp_location, sort it by
567 bp_location_compare_for_qsort and call
568 bp_location_target_extensions_update. Change quadratic iteration by
569 loc2 into an in-sync scanning by locp and loc2p. Rename former loc
570 usage as old_loc.
571 (do_vec_free): Remove.
572 (breakpoint_program_space_exit): Update the ALL_BP_LOCATIONS calling
573 convention.
574 (remove_breakpoints_pid): New variable b_tmp. Update the
575 ALL_BP_LOCATIONS calling convention.
576 * breakpoint.h (struct bp_location <global_next>): Remove.
577
342b5fef
JK
5782009-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
579
580 * mep-tdep.c: Update include for the new location cgen/bitset.h.
581
a515ee82
TT
5822009-10-23 Tom Tromey <tromey@redhat.com>
583
584 * blockframe.c (_initialize_blockframe): Remove declaration.
585
bcbfd759
DE
5862009-10-23 Doug Evans <dje@google.com>
587
588 * record.c (record_core_xfer_partial): Pass correct offset to
589 record_beneath_to_xfer_partial.
590
6aa96d03
MS
5912009-10-23 Michael Snyder <msnyder@vmware.com>
592
593 * record.c (top level): Don't include byteswap.h.
594 (netorder64): Use store_unsigned_integer instead of bswap_64.
595 (netorder32): Use store_unsigned_integer instead of bswap_32.
596 (netorder16): Use store_unsigned_integer instead of bswap_16.
597
3332cef8
MS
5982009-10-23 Michael Snyder <msnyder@vmware.com>
599
600 * record.c (netorder64): Use BFD_ENDIAN_LITTLE not LITTLE_ENDIAN.
601 (netorder32): Ditto.
602 (netorder16): Ditto.
603
6a0fa043
PP
6042009-10-23 Paul Pluzhnikov <ppluzhnikov@google.com>
605
606 * objfiles.c (allocate_objfile): Use xzalloc.
607
1de1372d
HZ
6082009-10-23 Hui Zhu <teawater@gmail.com>
609
610 * record.c (record_restore): Use phex_nz.
611
2f6e5d7e
TG
6122009-10-23 Tristan Gingold <gingold@adacore.com>
613
7e2183cc
TG
614 * frame.c (frame_unwind_pc): Fix typo: remove duplicate 0x.
615
6162009-10-23 Tristan Gingold <gingold@adacore.com>
617
2f6e5d7e
TG
618 * objfiles.c (allocate_objfile): Remove useless test. Move
619 declaration of last_one to the block that uses it.
620
6a0fa043
PP
6212009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
622
623 * record.c (record_restore, cmd_record_save): Fix warnings.
624
9c419145
PP
6252009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
626
627 * disasm.h (DISASSEMBLY_OMIT_FNAME) New define.
628 (gdb_disassembly): Correct parameter name.
629 * disasm.c (dump_insns): Adjust.
630 (gdb_disassembly): Fix indentation.
631 * cli/cli-cmds.c (disassemble_command): Adjust.
632
97bd5475
MS
6332009-10-22 Michael Snyder <msnyder@vmware.com>
634
635 * infrun.c (keep_going): If insert_breakpoints fails,
636 print the reason.
637
65a97ab3
PP
6382009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
639
640 PR gdb/10819
641 * dwarf2-frame.c (find_cie): Don't call bsearch on empty cie_table.
642 * objfiles.c (find_pc_section): Likewise.
643 (update_section_map): Don't allocate empty table.
644
ca621225 6452009-10-22 Hui Zhu <teawater@gmail.com>
3332cef8 646 Michael Snyder <msnyder@vmware.com>
0156b218
MS
647
648 * record.c (RECORD_FILE_MAGIC): New constant.
649 (record_arch_list_cleanups): Renamed from record_message_cleanups.
650 (bfdcore_read): New function.
651 (netorder64): New function.
652 (netorder32): New function.
653 (netorder16): New function.
654 (record_restore): New function. Restore a saved record log.
655 (bfdcore_write): New function.
656 (cmd_record_restore): New function.
657 (cmd_record_save): New function. Save a record log to a file.
658 (_initialize_record): Set up commands for save and restore.
659
ca621225 6602009-10-22 Michael Snyder <msnyder@vmware.com>
0156b218
MS
661
662 * gcore.h: New file.
663 * gcore.c (create_gcore_bfd): New function.
664 (write_gcore_file): New function.
665 (call_target_sbrk): New function. Abstracted from gcore_command.
666 (gcore_command): Call call_target_sbrk.
667
27699eea
MS
6682009-10-22 Hui Zhu <teawater@gmail.com>
669 Michael Snyder <msnyder@vmware.com>
670
671 * record.c (record_core_ops): New ops target vector.
672 (record_core_open_1): New function. Open core target.
673 (record_open_1): New function. Open normal process record.
674 (record_open): Call one of the above.
675 (record_close): Allow for both core and normal targets.
676 (record_core_resume): New function.
677 (record_core_kill): New function.
678 (record_core_fetch_registers): New function.
679 (record_core_prepare_to_store): New function.
680 (record_core_store_registers): New function.
681 (record_core_xfer_partial): New function.
682 (record_core_insert_breakpoint): New function.
683 (record_core_remove_breakpoint): New function.
684 (record_core_has_execution): New function.
685 (init_record_core_ops): New function.
686 (_initialize_record): Call init_record_core_ops, add_target.
687
46187dff
TG
6882009-10-22 Tristan Gingold <gingold@adacore.com>
689
690 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
691 amd64_supply_fxsave for amd64. Fix the offset.
692 (i386_darwin_store_inferior_registers): Use amd64_collect_fxsave
693 for amd64.
694
d4709618
MG
6952009-10-21 Maxim Grigoriev <maxim2405@gmail.com>
696
697 * xtensa-tdep.c (XTENSA_ISA_BADPC): New.
698 (xtensa_scan_prologue): Replace read_memory with target_read_memory.
699 (call0_analyze_prologue): Use XTENSA_ISA_BADPC instead of "0".
700 (call0_frame_cache): Check error conditions on call0_analyze_prologue.
701
2b28d209
PP
7022009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
703
704 * defs.h (pc_prefix): New prototype.
705 * disasm.c (dump_insns): Mark current instruction.
706 * printcmd.c (do_examine): Likewise.
707 (pc_prefix): New function.
708 * stack.c (print_frame_info): Disassemble entire current line.
709
b54295a7
MS
7102009-10-21 Michael Snyder <msnyder@vmware.com>
711
712 Elaborate "info record".
713 * record.c (struct record_end_entry): New field 'insn_num'.
714 (record_insn_count): New variable.
715 (record_open): Initialize record_insn_count.
716 (info_record_command): Display contents of record log as
717 lowest, current, and highest instruction counts.
718 (show_record_insn_number): Delete.
719 (_initialize_record): Remove add_cmd show_record_insn_number.
720
c9ac0a72
AS
7212009-10-21 Andrew Stubbs <ams@codesourcery.com>
722 Joel Brobecker <brobecker@adacore.com>
723
724 * Makefile.in (HFILES_NO_SRCDIR): Remove shnbsd-tdep.h
725 * configure.tgt (sh*-*-linux*): Add corelow.o to gdb_target_obs.
726 * sh-linux-tdep.c: Include sh-tdep.h.
727 (REGSx16): New macro.
728 (gregs_table, fpregs_table): New variables.
729 (sh_linux_init_abi): Set core_gregmap and fpregmap.
730 * sh-tdep.c: Include regset.h.
731 (sh_corefile_supply_regset): New function.
732 (sh_corefile_collect_regset): New function.
733 (sh_corefile_gregset, sh_corefile_fpregset): New variables.
734 (sh_regset_from_core_section): New function.
735 (sh_gdbarch_init): Set up tdep value.
736 Call set_gdbarch_regset_from_core_section.
737 * sh-tdep.h (PC_REGNUM): New enum value.
738 (struct sh_corefile_regs): New type.
739 (sh_corefile_gregset): Export variable.
740 (sh_corefile_supply_regset): New prototype.
741 (sh_corefile_collect_regset): New prototype.
742 * shnbsd-tdep.c: Remove include of regcache.h, gdb_assert.h and
743 shnbsd-tdep.h.
744 (regmap): Use new definition using struct sh_corefile_regs.
745 (shnbsd_supply_gregset, shnbsd_collect_gregset): Delete.
746 (shnbsd_gregset): Delete.
747 (shnbsd_regset_from_core_section): Delete.
748 (shnbsd_supply_reg, shnbsd_fill_reg): Use new regset interface.
749 (shnbsd_init_abi): Set core_gregmap.
750 (shnbsd_supply_reg): Delete.
751 (shnbsd_fill_reg): Delete.
752 (SHNBSD_SIZEOF_GREGS): Move ...
753 * shnbsd-nat.c (SHNBSD_SIZEOF_GREGS): ... to here.
754 Remove include of shnbsd-tdep.h.
755 (shnbsd_fetch_inferior_registers): Replace shnbsd_supply_reg call
756 with sh_corefile_supply_regset.
757 (shnbsd_store_inferior_registers): Replace shnbsd_fill_reg call with
758 sh_corefile_collect_regset.
759 * shnbsd-tdep.h: Delete file.
760
47607d6f
PM
7612009-10-21 Pierre Muller <muller@ics.u-strasbg.fr>
762
763 * rs6000-nat.c (exec_one_dummy_insn): Add missing new ASPACE parameter
764 to depreacted_insert_raw_breakpoint function call.
765 * procfs.c (insert_dbx_link_bpt_in_file): Likewise.
766
6df67667
MS
7672009-10-20 Michael Snyder <msnyder@vmware.com>
768
769 * record.c: Add some top-level comments for general explanation.
770
90ca0479
MS
7712009-10-20 Hui Zhu <teawater@gmail.com>
772 Michael Snyder <msnyder@vmware.com>
773
774 * record.c (record_exec_insn): New function. Emulate one
775 instruction, forward or backward. Abstracted from record_wait.
776 (record_wait) Call record_exec_insn.
777
9d1807c3
MS
7782009-10-20 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
779
780 * infrun.c (handle_inferior_event): Add pspace field to sal
781 for reverse execution cases.
782
20176d8f
PA
7832009-10-20 Ken Werner <ken@linux.vnet.ibm.com>
784
785 * go32-nat.c (go32_create_inferior): Use inferior_appeared, not
786 inferior_appeared_silent.
787 * remote-sim.c (gdbsim_create_inferior): Ditto.
788
40625c9d
PA
7892009-10-20 Pedro Alves <pedro@codesourcery.com>
790
791 * darwin-nat.c (cancel_breakpoint): Pass the regcache's address
792 space to breakpoint_inserted_here_p.
793
c0694254
PA
7942009-10-20 Pedro Alves <pedro@codesourcery.com>
795
796 * linux-nat.c (linux_nat_thread_address_space): New.
797 (linux_nat_add_target): Install it.
798 * progspace.c (address_space_num): New.
799 * progspace.h (address_space_num): Declare.
800 * target.c (target_thread_address_space): Really query the target.
801 * target.h (struct target_ops) <to_thread_address_space>: New
802 field.
803
ffeecffa
JB
8042009-10-19 Joel Brobecker <brobecker@adacore.com>
805
806 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Add comment.
807
6c95b8df
PA
8082009-10-19 Pedro Alves <pedro@codesourcery.com>
809 Stan Shebs <stan@codesourcery.com>
810
811 Add base multi-executable/process support to GDB.
812
813 * Makefile.in (SFILES): Add progspace.c.
814 (COMMON_OBS): Add progspace.o.
815 * progspace.h: New.
816 * progspace.c: New.
817
818 * breakpoint.h (struct bp_target_info) <placed_address_space>: New
819 field.
820 (struct bp_location) <pspace>: New field.
821 (struct breakpoint) <pspace>: New field.
822 (bpstat_stop_status, breakpoint_here_p)
823 (moribund_breakpoint_here_p, breakpoint_inserted_here_p)
824 (regular_breakpoint_inserted_here_p)
825 (software_breakpoint_inserted_here_p, breakpoint_thread_match)
826 (set_default_breakpoint): Adjust prototypes.
827 (remove_breakpoints_pid, breakpoint_program_space_exit): Declare.
828 (insert_single_step_breakpoint, deprecated_insert_raw_breakpoint):
829 Adjust prototypes.
830 * breakpoint.c (executing_startup): Delete.
831 (default_breakpoint_sspace): New.
832 (breakpoint_restore_shadows): Skip if the address space doesn't
833 match.
834 (update_watchpoint): Record the frame's program space in the
835 breakpoint location.
836 (insert_bp_location): Record the address space in target_info.
837 Adjust to pass the symbol space to solib_name_from_address.
838 (breakpoint_program_space_exit): New.
839 (insert_breakpoint_locations): Switch the symbol space and thread
840 when inserting breakpoints. Don't insert breakpoints in a vfork
841 parent waiting for vfork done if we're not attached to the vfork
842 child.
843 (remove_breakpoints_pid): New.
844 (reattach_breakpoints): Switch to a thread of PID. Ignore
845 breakpoints of other symbol spaces.
846 (create_internal_breakpoint): Store the symbol space in the sal.
847 (create_longjmp_master_breakpoint): Iterate over all symbol
848 spaces.
849 (update_breakpoints_after_exec): Ignore breakpoints for other
850 symbol spaces.
851 (remove_breakpoint): Rename to ...
852 (remove_breakpoint_1): ... this. Pass the breakpoints symbol
853 space to solib_name_from_address.
854 (remove_breakpoint): New.
855 (mark_breakpoints_out): Ignore breakpoints from other symbol
856 spaces.
857 (breakpoint_init_inferior): Ditto.
858 (breakpoint_here_p): Add an address space argument and adjust to
859 use breakpoint_address_match.
860 (moribund_breakpoint_here_p): Ditto.
861 (regular_breakpoint_inserted_here_p): Ditto.
862 (breakpoint_inserted_here_p): Ditto.
863 (software_breakpoint_inserted_here_p): Ditto.
864 (breakpoint_thread_match): Ditto.
865 (bpstat_check_location): Ditto.
866 (bpstat_stop_status): Ditto.
867 (print_breakpoint_location): If there's a location to print,
868 switch the current symbol space.
869 (print_one_breakpoint_location): Add `allflag' argument.
870 (print_one_breakpoint): Ditto. Adjust.
871 (do_captured_breakpoint_query): Adjust.
872 (breakpoint_1): Adjust.
873 (breakpoint_has_pc): Also match the symbol space.
874 (describe_other_breakpoints): Add a symbol space argument and
875 adjust.
876 (set_default_breakpoint): Add a symbol space argument. Set
877 default_breakpoint_sspace.
878 (breakpoint_address_match): New.
879 (check_duplicates_for): Add an address space argument, and adjust.
880 (set_raw_breakpoint): Record the symbol space in the location and
881 in the breakpoint.
882 (set_longjmp_breakpoint): Skip longjmp master breakpoints from
883 other symbol spaces.
884 (remove_thread_event_breakpoints, remove_solib_event_breakpoints)
885 (disable_breakpoints_in_shlibs): Skip breakpoints from other
886 symbol spaces.
887 (disable_breakpoints_in_unloaded_shlib): Match symbol spaces.
888 (create_catchpoint): Set the symbol space in the sal.
889 (disable_breakpoints_before_startup): Skip breakpoints from other
890 symbol spaces. Set executing_startup in the current symbol space.
891 (enable_breakpoints_after_startup): Clear executing_startup in the
892 current symbol space. Skip breakpoints from other symbol spaces.
893 (clone_momentary_breakpoint): Also copy the symbol space.
894 (add_location_to_breakpoint): Set the location's symbol space.
895 (bp_loc_is_permanent): Switch thread and symbol space.
896 (create_breakpoint): Adjust.
897 (expand_line_sal_maybe): Expand comment to mention symbol spaces.
898 Switch thread and symbol space when reading memory.
899 (parse_breakpoint_sals): Set the symbol space in the sal.
900 (break_command_really): Ditto.
901 (skip_prologue_sal): Switch and space.
902 (resolve_sal_pc): Ditto.
903 (watch_command_1): Record the symbol space in the sal.
904 (create_ada_exception_breakpoint): Adjust.
905 (clear_command): Adjust. Match symbol spaces.
906 (update_global_location_list): Use breakpoint_address_match.
907 (breakpoint_re_set_one): Switch thread and space.
908 (breakpoint_re_set): Save symbol space.
909 (breakpoint_re_set_thread): Also reset the symbol space.
910 (deprecated_insert_raw_breakpoint): Add an address space argument.
911 Adjust.
912 (insert_single_step_breakpoint): Ditto.
913 (single_step_breakpoint_inserted_here_p): Ditto.
914 (clear_syscall_counts): New.
915 (_initialize_breakpoint): Install it as inferior_exit observer.
916
917 * exec.h: Include "progspace.h".
918 (exec_bfd, exec_bfd_mtime): New defines.
919 (exec_close): Declare.
920 * exec.c: Include "gdbthread.h" and "progspace.h".
921 (exec_bfd, exec_bfd_mtime, current_target_sections_1): Delete.
922 (using_exec_ops): New.
923 (exec_close_1): Rename to exec_close, and make public.
924 (exec_close): Rename to exec_close_1, and adjust all callers. Add
925 description. Remove target sections and close executables from
926 all program spaces.
927 (exec_file_attach): Add comment.
928 (add_target_sections): Check on `using_exec_ops' to check if the
929 target should be pushed.
930 (remove_target_sections): Only unpush the target if there are no
931 more target sections in any symbol space.
932 * gdbcore.h: Include "exec.h".
933 (exec_bfd, exec_bfd_mtime): Remove declarations.
934
935 * frame.h (get_frame_program_space, get_frame_address_space)
936 (frame_unwind_program_space): Declare.
937 * frame.c (struct frame_info) <pspace, aspace>: New fields.
938 (create_sentinel_frame): Add program space argument. Set the
939 pspace and aspace fields of the frame object.
940 (get_current_frame, create_new_frame): Adjust.
941 (get_frame_program_space): New.
942 (frame_unwind_program_space): New.
943 (get_frame_address_space): New.
944 * stack.c (print_frame_info): Adjust.
945 (print_frame): Use the frame's program space.
946
947 * gdbthread.h (any_live_thread_of_process): Declare.
948 * thread.c (any_live_thread_of_process): New.
949 (switch_to_thread): Switch the program space as well.
950 (restore_selected_frame): Don't warn if trying to restore frame
951 level 0.
952
953 * inferior.h: Include "progspace.h".
954 (detach_fork): Declare.
955 (struct inferior) <removable, aspace, pspace>
956 <vfork_parent, vfork_child, pending_detach>
957 <waiting_for_vfork_done>: New fields.
958 <terminal_info>: Remove field.
959 <data, num_data>: New fields.
960 (register_inferior_data, register_inferior_data_with_cleanup)
961 (clear_inferior_data, set_inferior_data, inferior_data): Declare.
962 (exit_inferior, exit_inferior_silent, exit_inferior_num_silent)
963 (inferior_appeared): Declare.
964 (find_inferior_pid): Typo.
965 (find_inferior_id, find_inferior_for_program_space): Declare.
966 (set_current_inferior, save_current_inferior, prune_inferiors)
967 (number_of_inferiors): Declare.
968 (inferior_list): Declare.
969 * inferior.c: Include "gdbcore.h" and "symfile.h".
970 (inferior_list): Make public.
971 (delete_inferior_1): Always delete thread silently.
972 (find_inferior_id): Make public.
973 (current_inferior_): New.
974 (current_inferior): Use it.
975 (set_current_inferior): New.
976 (restore_inferior): New.
977 (save_current_inferior): New.
978 (free_inferior): Free the per-inferior data.
979 (add_inferior_silent): Allocate per-inferior data.
980 Call inferior_appeared.
981 (delete_threads_of_inferior): New.
982 (delete_inferior_1): Adjust interface to take an inferior pointer.
983 (delete_inferior): Adjust.
984 (delete_inferior_silent): Adjust.
985 (exit_inferior_1): New.
986 (exit_inferior): New.
987 (exit_inferior_silent): New.
988 (exit_inferior_num_silent): New.
989 (detach_inferior): Adjust.
990 (inferior_appeared): New.
991 (discard_all_inferiors): Adjust.
992 (find_inferior_id): Make public. Assert pid is not zero.
993 (find_inferior_for_program_space): New.
994 (have_inferiors): Check if we have any inferior with pid not zero.
995 (have_live_inferiors): Go over all pushed targets looking for
996 process_stratum.
997 (prune_inferiors): New.
998 (number_of_inferiors): New.
999 (print_inferior): Add executable column. Print vfork parent/child
1000 relationships.
1001 (inferior_command): Adjust to cope with not running inferiors.
1002 (remove_inferior_command): New.
1003 (add_inferior_command): New.
1004 (clone_inferior_command): New.
1005 (struct inferior_data): New.
1006 (struct inferior_data_registration): New.
1007 (struct inferior_data_registry): New.
1008 (inferior_data_registry): New.
1009 (register_inferior_data_with_cleanup): New.
1010 (register_inferior_data): New.
1011 (inferior_alloc_data): New.
1012 (inferior_free_data): New.
1013 (clear_inferior_data): New.
1014 (set_inferior_data): New.
1015 (inferior_data): New.
1016 (initialize_inferiors): New.
1017 (_initialize_inferiors): Register "add-inferior",
1018 "remove-inferior" and "clone-inferior" commands.
1019
1020 * objfiles.h: Include "progspace.h".
1021 (struct objfile) <pspace>: New field.
1022 (symfile_objfile, object_files): Don't declare.
1023 (ALL_PSPACE_OBJFILES): New.
1024 (ALL_PSPACE_OBJFILES_SAFE): New.
1025 (ALL_OBJFILES, ALL_OBJFILES_SAFE): Adjust.
1026 (ALL_PSPACE_SYMTABS): New.
1027 (ALL_PRIMARY_SYMTABS): Adjust.
1028 (ALL_PSPACE_PRIMARY_SYMTABS): New.
1029 (ALL_PSYMTABS): Adjust.
1030 (ALL_PSPACE_PSYMTABS): New.
1031 * objfiles.c (object_files, symfile_objfile): Delete.
1032 (struct objfile_sspace_info): New.
1033 (objfiles_pspace_data): New.
1034 (objfiles_pspace_data_cleanup): New.
1035 (get_objfile_pspace_data): New.
1036 (objfiles_changed_p): Delete.
1037 (allocate_objfile): Set the objfile's program space. Adjust to
1038 reference objfiles_changed_p in pspace data.
1039 (free_objfile): Adjust to reference objfiles_changed_p in pspace
1040 data.
1041 (objfile_relocate): Ditto.
1042 (update_section_map): Add pspace argument. Adjust to iterate over
1043 objfiles in the passed in pspace.
1044 (find_pc_section): Delete sections and num_sections statics.
1045 Adjust to refer to program space's objfiles_changed_p. Adjust to
1046 refer to sections and num_sections store in the objfile's pspace
1047 data.
1048 (objfiles_changed): Adjust to reference objfiles_changed_p in
1049 pspace data.
1050 (_initialize_objfiles): New.
1051 * linespec.c (decode_all_digits, decode_dollar): Set the sal's
1052 program space.
1053 * source.c (current_source_pspace): New.
1054 (get_current_source_symtab_and_line): Set the sal's program space.
1055 (set_current_source_symtab_and_line): Set current_source_pspace.
1056 (select_source_symtab): Ditto. Use ALL_OBJFILES.
1057 (forget_cached_source_info): Iterate over all program spaces.
1058 * symfile.c (clear_symtab_users): Adjust.
1059 * symmisc.c (print_symbol_bcache_statistics): Iterate over all
1060 program spaces.
1061 (print_objfile_statistics): Ditto.
1062 (maintenance_print_msymbols): Ditto.
1063 (maintenance_print_objfiles): Ditto.
1064 (maintenance_info_symtabs): Ditto.
1065 (maintenance_info_psymtabs): Ditto.
1066 * symtab.h (SYMTAB_PSPACE): New.
1067 (struct symtab_and_line) <pspace>: New field.
1068 * symtab.c (init_sal): Clear the sal's program space.
1069 (find_pc_sect_symtab): Set the sal's program space. Switch thread
1070 and space.
1071 (append_expanded_sal): Add program space argument. Iterate over
1072 all program spaces.
1073 (expand_line_sal): Iterate over all program spaces. Switch
1074 program space.
1075
1076 * target.h (enum target_waitkind) <TARGET_WAITKIND_VFORK_DONE>: New.
1077 (struct target_ops) <to_thread_address_space>: New field.
1078 (target_thread_address_space): Define.
1079 * target.c (target_detach): Only remove breakpoints from the
1080 inferior we're detaching.
1081 (target_thread_address_space): New.
1082
1083 * defs.h (initialize_progspace): Declare.
1084 * top.c (gdb_init): Call it.
1085
1086 * solist.h (struct so_list) <sspace>: New field.
1087 * solib.h (struct program_space): Forward declare.
1088 (solib_name_from_address): Adjust prototype.
1089 * solib.c (so_list_head): Replace with a macro referencing the
1090 program space.
1091 (update_solib_list): Set the so's program space.
1092 (solib_name_from_address): Add a program space argument and adjust.
1093
1094 * solib-svr4.c (struct svr4_info) <pid>: Delete field.
1095 <interp_text_sect_low, interp_text_sect_high, interp_plt_sect_low>
1096 <interp_plt_sect_high>: New fields.
1097 (svr4_info_p, svr4_info): Delete.
1098 (solib_svr4_sspace_data): New.
1099 (get_svr4_info): Rewrite.
1100 (svr4_sspace_data_cleanup): New.
1101 (open_symbol_file_object): Adjust.
1102 (svr4_default_sos): Adjust.
1103 (svr4_fetch_objfile_link_map): Adjust.
1104 (interp_text_sect_low, interp_text_sect_high, interp_plt_sect_low)
1105 (interp_plt_sect_high): Delete.
1106 (svr4_in_dynsym_resolve_code): Adjust.
1107 (enable_break): Adjust.
1108 (svr4_clear_solib): Revert bit that removed the svr4_info here,
1109 and reinstate clearing debug_base, debug_loader_offset_p,
1110 debug_loader_offset and debug_loader_name.
1111 (_initialize_svr4_solib): Register solib_svr4_pspace_data. Don't
1112 install an inferior_exit observer anymore.
1113
1114 * printcmd.c (struct display) <pspace>: New field.
1115 (display_command): Set the display's sspace.
1116 (do_one_display): Match the display's sspace.
1117 (display_uses_solib_p): Ditto.
1118
1119 * linux-fork.c (detach_fork): Moved to infrun.c.
1120 (_initialize_linux_fork): Moved "detach-on-fork" command to
1121 infrun.c.
1122 * infrun.c (detach_fork): Moved from linux-fork.c.
1123 (proceed_after_vfork_done): New.
1124 (handle_vfork_child_exec_or_exit): New.
1125 (follow_exec_mode_replace, follow_exec_mode_keep)
1126 (follow_exec_mode_names, follow_exec_mode_string)
1127 (show_follow_exec_mode_string): New.
1128 (follow_exec): New. Reinstate the mark_breakpoints_out call.
1129 Remove shared libraries before attaching new executable. If user
1130 wants to keep the inferior, keep it.
1131 (displaced_step_fixup): Adjust to pass an address space to the
1132 breakpoints module.
1133 (resume): Ditto.
1134 (clear_proceed_status): In all-stop mode, always clear the proceed
1135 status of all threads.
1136 (prepare_to_proceed): Adjust to pass an address space to the
1137 breakpoints module.
1138 (proceed): Ditto.
1139 (adjust_pc_after_break): Ditto.
1140 (handle_inferior_event): When handling a process exit, switch the
1141 program space to the inferior's that had exited. Call
1142 handle_vfork_child_exec_or_exit. Adjust to pass an address space
1143 to the breakpoints module. In non-stop mode, when following a
1144 fork and detach-fork is off, also resume the other branch. Handle
1145 TARGET_WAITKIND_VFORK_DONE. Set the program space in sals.
1146 (normal_stop): Prune inferiors.
1147 (_initialize_infrun): Install the new "follow-exec-mode" command.
1148 "detach-on-fork" moved here.
1149
1150 * regcache.h (get_regcache_aspace): Declare.
1151 * regcache.c (struct regcache) <aspace>: New field.
1152 (regcache_xmalloc): Clear the aspace.
1153 (get_regcache_aspace): New.
1154 (regcache_cpy): Copy the aspace field.
1155 (regcache_cpy_no_passthrough): Ditto.
1156 (get_thread_regcache): Fetch the thread's address space from the
1157 target, and store it in the regcache.
1158
1159 * infcall.c (call_function_by_hand): Set the sal's pspace.
1160
1161 * arch-utils.c (default_has_shared_address_space): New.
1162 * arch-utils.h (default_has_shared_address_space): Declare.
1163
1164 * gdbarch.sh (has_shared_address_space): New.
1165 * gdbarch.h, gdbarch.c: Regenerate.
1166
1167 * linux-tdep.c: Include auxv.h, target.h, elf/common.h.
1168 (linux_has_shared_address_space): New.
1169 (_initialize_linux_tdep): Declare.
1170
1171 * arm-tdep.c (arm_software_single_step): Pass the frame's address
1172 space to insert_single_step_breakpoint.
1173 * arm-linux-tdep.c (arm_linux_software_single_step): Pass the
1174 frame's pspace to breakpoint functions.
1175 * cris-tdep.c (crisv32_single_step_through_delay): Ditto.
1176 (cris_software_single_step): Ditto.
1177 * mips-tdep.c (deal_with_atomic_sequence): Add frame argument.
1178 Pass the frame's pspace to breakpoint functions.
1179 (mips_software_single_step): Adjust.
1180 (mips_single_step_through_delay): Adjust.
1181 * rs6000-aix-tdep.c (rs6000_software_single_step): Adjust.
1182 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Adjust.
1183 * solib-irix.c (enable_break): Adjust to pass the current frame's
1184 address space to breakpoint functions.
1185 * sparc-tdep.c (sparc_software_single_step): Ditto.
1186 * spu-tdep.c (spu_software_single_step): Ditto.
1187 * alpha-tdep.c (alpha_software_single_step): Ditto.
1188 * record.c (record_wait): Adjust to pass an address space to the
1189 breakpoints module.
1190
1191 * fork-child.c (fork_inferior): Set the new inferior's program and
1192 address spaces.
1193 * inf-ptrace.c (inf_ptrace_follow_fork): Copy the parent's program
1194 and address spaces.
1195 (inf_ptrace_attach): Set the inferior's program and address spaces.
1196 * linux-nat.c: Include "solib.h".
1197 (linux_child_follow_fork): Manage parent and child's program and
1198 address spaces. Clone the parent's program space if necessary.
1199 Don't wait for the vfork to be done here. Refuse to resume if
1200 following the vfork parent while leaving the child stopped.
1201 (resume_callback): Don't resume a vfork parent.
1202 (linux_nat_resume): Also check for pending events in the
1203 lp->waitstatus field.
1204 (linux_handle_extended_wait): Report TARGET_WAITKIND_VFORK_DONE
1205 events to the core.
1206 (stop_wait_callback): Don't wait for SIGSTOP on vfork parents.
1207 (cancel_breakpoint): Adjust.
1208 * linux-thread-db.c (thread_db_wait): Don't remove thread event
1209 breakpoints here.
1210 (thread_db_mourn_inferior): Don't mark breakpoints out here.
1211 Remove thread event breakpoints after mourning.
1212 * corelow.c: Include progspace.h.
1213 (core_open): Set the inferior's program and address spaces.
1214 * remote.c (remote_add_inferior): Set the new inferior's program
1215 and address spaces.
1216 (remote_start_remote): Update address spaces.
1217 (extended_remote_create_inferior_1): Don't init the thread list if
1218 we already debugging other inferiors.
1219 * darwin-nat.c (darwin_attach): Set the new inferior's program and
1220 address spaces.
1221 * gnu-nat.c (gnu_attach): Ditto.
1222 * go32-nat.c (go32_create_inferior): Ditto.
1223 * inf-ttrace.c (inf_ttrace_follow_fork, inf_ttrace_attach): Ditto.
1224 * monitor.c (monitor_open): Ditto.
1225 * nto-procfs.c (procfs_attach, procfs_create_inferior): Ditto.
1226 * procfs.c (do_attach): Ditto.
1227 * windows-nat.c (do_initial_windows_stuff): Ditto.
1228
1229 * inflow.c (inferior_process_group)
1230 (terminal_init_inferior_with_pgrp, terminal_inferior,
1231 (terminal_ours_1, inflow_inferior_exit, copy_terminal_info)
1232 (child_terminal_info, new_tty_postfork, set_sigint_trap): Adjust
1233 to use per-inferior data instead of inferior->terminal_info.
1234 (inflow_inferior_data): New.
1235 (inflow_new_inferior): Delete.
1236 (inflow_inferior_data_cleanup): New.
1237 (get_inflow_inferior_data): New.
1238
1239 * mi/mi-interp.c (mi_new_inferior): Rename to...
1240 (mi_inferior_appeared): ... this.
1241 (mi_interpreter_init): Adjust.
1242
1243 * tui/tui-disasm.c: Include "progspace.h".
1244 (tui_set_disassem_content): Pass an address space to
1245 breakpoint_here_p.
1246
1247 * NEWS: Mention multi-program debugging support. Mention new
1248 commands "add-inferior", "clone-inferior", "remove-inferior",
1249 "maint info program-spaces", and new option "set
1250 follow-exec-mode".
1251
8dcb1aa7
DL
12522009-10-19 Don Lee <don.lee@sunplusct.com>
1253
1254 * score-tdep.c: Delete dead codes.
1255
44389f9b
MS
12562009-10-15 Michael Snyder <msnyder@vmware.com>
1257
1258 * record.c (struct record_reg_entry): Replace ptr with union
1259 of ptr and buf.
1260 (struct record_mem_entry): Ditto.
1261 (record_reg_alloc): Don't alloc ptr if reg will fit into buf.
1262 (record_mem_alloc): Ditto.
1263 (record_reg_release): Don't free ptr if reg was stored in buf.
1264 (record_mem_release): Ditto.
1265 (record_get_loc): New function. Return a pointer to where the
1266 value (mem or reg) is to be stored.
1267 (record_arch_list_add_reg): Call record_get_loc instead of using ptr.
1268 (record_arch_list_add_mem): Ditto.
1269 (record_wait): Ditto.
1270
6254b3e3
ME
12712009-10-16 Michael Eager <eager@eagercon.com>
1272
1273 * microblaze-linux-tdep.c:
1274 microblaze_linux_memory_remove_breakpoint(): Add gdbarch to param,
1275 replace frame_pc_unwind with get_frame_address_in_block.
1276 * microblaze-tdep.c: Remove MICROBLAZE_REGISTER_SIZE.
1277 * microblaze-tdep.h: Add MICROBLAZE_REGISTER_SIZE.
1278
5d583aa8 12792008-10-15 Steven G. Kargl <kargl@gcc.gnu.org> (tiny patch)
1f596238
JB
1280
1281 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Conditionally compile in
1282 support for pcb->pcb_{fs,ds,es,gs} on FreeBSD older than 8.0.
1283
2d1c1221
ME
12842009-10-15 Michael Eager <eager@eagercon.com>
1285
1286 * config/djgpp/fnchange.lst: Add translations for cpu-microblaze.c,
1287 elf32-microblaze.c, microblaze-rom.c, microblaze-linux-tdep.c,
1288 microblaze-tdep.h, microblaze-tdep.c, microblaze-opc.h,
1289 microblaze-opcm.h, microblaze-dis.c, microblaze-dis.h, sim/microblaze,
1290 microblaze.h, and microblaze.isa.
1291 * configure.tgt: Add targets microblaze*-linux-*, microblaze*-xilinx-*.
1292 * Makefile.in: Build microblaze-tdep.o, microblaze-linux-tdep.o.
1293 HFILES_NO_SRCDIR: Add microblaze-tdep.h.
1294 * microblaze-linux-tdep.c: New.
1295 * microblaze-tdep.c: New.
1296 * microblaze-tdep.h: New.
1297 * NEWS: Announce Xilinx MicroBlaze support.
1298
dacc9cb2
PP
12992009-10-15 Paul Pluzhnikov <ppluzhnikov@google.com>
1300
58ad35c4 1301 PR gdb/10757
dacc9cb2
PP
1302 * linux-nat.c (linux_nat_post_attach_wait): Adjust assert.
1303 (lin_lwp_attach_lwp, linux_nat_attach): Handle disappearing LWP.
1304
191e1813
MS
13052009-10-15 Michael Snyder <msnyder@vmware.com>
1306
1307 * record.c (record_insn_max_num): Make unsigned.
1308 (_initialize_record): Use uinteger instead of zinteger for
1309 set command, so that it will report "unlimited" for zero.
1310
61f75dd8
MS
13112009-10-15 Michael Snyder <msnyder@vmware.com>
1312
1313 * record.c (record_reg_alloc): New function.
1314 (record_reg_release): New function.
1315 (record_mem_alloc): New function.
1316 (record_mem_release): New function.
1317 (record_end_alloc): New function.
1318 (record_end_release): New function.
1319 (record_entry_release): New function.
1320 (record_list_release): Simplify, call record_entry_release.
1321 (record_list_release_next): Rename to record_list_release_following.
1322 Simplify and call record_entry_release.
1323 (record_list_release_first): Simplify, comment, and use
1324 record_entry_release.
1325 (record_arch_list_add_reg): Simplify, call record_reg_alloc.
1326 (record_arch_list_add_mem): Simplify, call record_mem_alloc.
1327 (record_arch_list_add_end): Simplify, call record_end_alloc.
1328
13292009-10-14 Michael Snyder <msnyder@vmware.com>
265aad34
MS
1330
1331 * record.c (record_list_release_first): Do not decrement
1332 record_insn_num.
1333 (set_insn_num_max): Remove printf.
1334 Decrement record_insn_num in the loop.
1335
1256eeda
CC
13362009-10-14 Cary Coutant <ccoutant@google.com>
1337
1338 * dwarf2read.c (read_import_statement): Call follow_die_ref_or_sig.
1339
72f2769e
KS
13402009-10-14 Keith Seitz <keiths@redhat.com>
1341
1342 * dwarf2read.c (dwarf2_const_value): Fix order of arguments to
1343 store_unsigned_integer.
1344
e23525a0
PA
13452009-10-14 Pedro Alves <pedro@codesourcery.com>
1346
e23525a0
PA
1347 * configure.ac (build_warnings): Add -Wunused-value.
1348 * configure: Regenerate.
1349
70d4c673
TG
13502009-10-14 Tristan Gingold <gingold@adacore.com>
1351
1352 * solib-darwin.c: Remove trailing whitespaces.
1353 (darwin_dyld_version_ok): Fix typo.
1354
46e8a76b
AS
13552009-10-14 Andrew Stubbs <ams@codesourcery.com>
1356
1357 * sh-tdep.c (sh_gdbarch_init): Add show_regs settings for
1358 bfd_mach_sh3_nommu, bfd_mach_sh2a_nofpu_or_sh3_nommu,
1359 bfd_mach_sh2a_or_sh3e, bfd_mach_sh2a_or_sh4, bfd_mach_sh4_nommu_nofpu,
1360 and bfd_mach_sh2a_nofpu_or_sh4_nommu_nofpu.
1361 Move bfd_mach_sh2a_or_sh4 to use the same configuration as
1362 bfd_mach_sh4.
1363
9dca5578
DJ
13642009-10-13 Daniel Jacobowitz <dan@codesourcery.com>
1365
1366 * arm-tdep.c (arm_push_dummy_call): Set the low bit of LR for
1367 a Thumb entry point.
1368 (thumb_get_next_pc): Handle Thumb-2 and ARM v6 instructions. Refuse
1369 to single step into IT blocks.
1370
88e3b899
PA
13712009-10-13 Pedro Alves <pedro@codesourcery.com>
1372
1373 * infcall.c (call_function_by_hand): Formatting.
1374
066d7383
TG
13752009-10-13 Tristan Gingold <gingold@adacore.com>
1376
1377 * solib-darwin.c: Add an empty line after comment for functions.
1378 (struct gdb_dyld_all_image_infos): Improve comment.
1379 (DYLD_VERSION): Removed and replaced by ...
1380 (DYLD_VERSION_MAX, DYLD_VERSION_MIN): ... New macros.
1381 (darwin_dyld_version_ok): New function.
1382 (darwin_load_image_infos): Call darwin_dyld_version_ok.
1383 (darwin_current_sos): Ditto.
1384 (darwin_solib_create_inferior_hook): Ditto.
1385
f192ea96
TG
13862009-10-13 Tristan Gingold <gingold@adacore.com>
1387
1388 * machoread.c: Add an empty line after comment for functions.
1389 (oso_el_compare_name): New function.
1390 (macho_add_oso_symfile): New function.
1391 (macho_oso_symfile): Use macho_add_oso_symfile. Sort the oso
1392 and optimize accesses to libraries.
1393
e361b228
TG
13942009-10-13 Tristan Gingold <gingold@adacore.com>
1395
1396 * objfiles.c (objfile_has_symbols): New function.
1397 * objfiles.h (objfile_has_symbols): Add prototype.
1398 * symfile.c (symbol_file_add_with_addrs_or_offsets): Call
1399 objfile_has_symbols.
1400 (reread_symbols): Ditto.
1401
3800e645
MS
14022009-10-12 Jiang Jilin <freephp@gmail.com>
1403
1404 * i386-tdep.c (i386_process_record): Add xgetbv/xsetbv
1405 instructions support.
1406
8903eff6
PA
14072009-10-11 Pedro Alves <pedro@codesourcery.com>
1408
1409 * procfs.c (procfs_make_note_section): Go back to only outputing
1410 an NT_PSTATUS note when UNIXWARE is defined.
1411
9108f110
DJ
14122009-10-11 Daniel Jacobowitz <dan@codesourcery.com>
1413
1414 * features/xinclude.dtd: Correct EMPTY typo.
1415
7afee700
MS
14162009-10-10 Michael Snyder <msnyder@vmware.com>
1417
1418 * i386-tdep.c (i386_process_record): Or-equals, not not-equals.
1419
d6fd4674
PA
14202009-10-10 Pedro Alves <pedro@codesourcery.com>
1421
1422 * mi/mi-cmd-stack.c (list_args_or_locals): Use internal_error.
1423 Put "break" statements on their own line.
1424
28736962
PA
14252009-10-09 Pedro Alves <pedro@codesourcery.com>
1426
1427 * linux-nat.c (linux_nat_wait_1): Bail out, if TARGET_WNOHANG and
1428 we found no event while waiting for a specific LWP.
1429 * infrun.c (handle_inferior_event): Handle TARGET_WAITKIND_IGNORE
1430 before anything else.
1431
651c8d2d
PA
14322009-10-09 Pedro Alves <pedro@codesourcery.com>
1433
1434 * procfs.c (procfs_make_note_section): Always output a NT_PSTATUS
1435 note when NEW_PROC_API is defined.
1436
3cdd9356
PA
14372009-10-09 Pedro Alves <pedro@codesourcery.com>
1438
1439 * corelow.c (core_has_fake_pid): New.
1440 (core_close): Clear it.
1441 (add_to_thread_list): Fake a pid if one is not found on a Solaris
1442 core. Add the inferior here. Always add the thread, don't use
1443 thread_change_ptid.
1444 (core_open): Don't add the main thread or the inferior here unless
1445 we find that the core had no .reg/NN sections.
1446 (get_core_register_section): Handle Solaris cores with fake pids.
1447
62f33d08
PA
1448 * corelow.c (add_to_thread_list): Fix typo.
1449
1800f484
PP
14502009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
1451
1452 PR gdb/10457
1453 * elfread.c (elf_symtab_read): Don't use alloca in a loop.
1454
fc5abaae
JK
14552009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1456
1457 * i386-nat.c (i386_stopped_by_hwbp): Remove.
1458
14592009-10-07 Joel Brobecker <brobecker@adacore.com>
abc7453d
JB
1460
1461 * NEWS: Update following the GDB 7.0 release.
1462
905e0470
PM
14632009-10-07 Pierre Muller <muller@ics.u-strasbg.fr>
1464
1465 ARI fix: OP eol rule.
1466 * doublest.c (floatformat_from_length): Avoid operator at end of line.
1467 * dwarf2-frame.c (dwarf2_build_frame_info): Idem.
1468 * dwarf2read.c (read_array_order, dwarf_decode_macros): Idem.
1469 * eval.c (evaluate_subexp_standard): Idem.
1470 * event-loop.c (create_timer, handle_timer_event): Idem.
1471 * expprint.c (print_subexp_standard): Idem.
1472 * f-exp.y (variable): Idem.
1473 * f-typeprint.c (f_print_type): Idem.
1474
5aafa1cc
PM
14752009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
1476
1477 ARI fix: OP eol rule.
1478 * blockframe.c (find_pc_partial_function): Avoid operator at end of
1479 line.
1480 * buildsym.c (find_symbol_in_list): Idem.
1481 (start_subfile, patch_subfile_names): Idem.
1482 * c-exp.y (variable, yylex): Idem.
1483 * c-typeprint.c (c_print_type, c_type_print_base): Idem.
1484 * c-valprint.c (c_val_print): Idem.
1485 * coffread.c (patch_opaque_types, process_coff_symbol): Idem.
1486 * corelow.c (core_open): Idem.
1487 * cris-tdep.c (move_reg_to_mem_movem_op): Idem.
1488 * cli/cli-decode.c (help_cmd_list, find_command_name_length): Idem.
1489
f8bf5763
PM
14902009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
1491
1492 ARI fix: OP eol rule.
1493 * ada-exp.y (block_lookup): Avoid operator at end of line.
1494 * aix-thread.c (pd_enable): Idem.
1495 * alpha-tdep.c (alpha_next_pc): Idem.
1496 * arm-tdep.c (arm_skip_prologue, arm_scan_prologue): Idem.
1497 (condition_true, coff_sym_is_thumb): Idem.
1498
0969f4e9 14992009-10-06 Joel Brobecker <brobecker@adacore.com>
1500
1501 GDB 7.0 released.
1502
67e5d36c
PM
15032009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
1504
37e5cb2b
JB
1505 ARI fix: "%p" rule.
1506 * target.c (debug_to_thread_architecture): Replace %p by %s using
67e5d36c
PM
1507 host_address_to_string function.
1508
15c19d39
TG
15092009-10-06 Tristan Gingold <gingold@adacore.com>
1510
1511 * darwin-nat.c: Add __TEXT __info_plist content.
1512 (darwin_attach_pid): Update error message.
1513
3e6b0399
JB
15142009-10-06 Joel Brobecker <brobecker@adacore.com>
1515
1516 * MAINTAINERS: Add Tristan Gingold as Maintainer of the Darwin port.
1517
606139a1
JB
15182009-10-06 Joel Brobecker <brobecker@adacore.com>
1519
1520 * MAINTAINERS: Add Jan Kratochvil as Maintainer of the ia64 target.
1521
5b564bb7
PA
15222009-10-05 Pedro Alves <pedro@codesourcery.com>
1523
1524 Revert:
1525 2009-10-04 Pedro Alves <pedro@codesourcery.com>
1526 * gdbinit.in: Set data-directory to @srcdir@.
1527
11ade57a
PA
15282009-10-04 Pedro Alves <pedro@codesourcery.com>
1529
1530 * NEWS: Mention non-stop mode.
1531
d166c213
PA
15322009-10-04 Pedro Alves <pedro@codesourcery.com>
1533
1534 * gdbinit.in: Set data-directory to @srcdir@.
1535
ca2163eb
PA
15362009-10-02 Pedro Alves <pedro@codesourcery.com>
1537
1538 * linux-nat.c (TRAP_IS_SYSCALL, TRAP_REMOVE_SYSCALL_FLAG): Delete.
1539 (SYSCALL_SIGTRAP): New.
1540 (status_to_str): Adjust.
1541 (get_pending_status): Pending events in lp->waitstatus don't map
1542 to any signal. Simplify.
1543 (linux_handle_syscall_trap): New.
1544 (linux_handle_extended_wait): When handling PTRACE_EVENT_CLONE
1545 events, use linux_ops->to_resume instead of direct ptrace with
1546 PTRACE_CONT. Remove all TRAP_IS_SYSCALL handling.
1547 (wait_lwp): Handle syscall traps with linux_handle_syscall_trap,
1548 and clear the sysgood bit.
1549 (status_callback): Make it clearer and add comments.
1550 (cancel_breakpoints_callback): Ignore if LP has waitstatus set.
1551 (linux_nat_filter_event): Handle syscall traps with
1552 linux_handle_syscall_trap, and clear the sysgood bit. Move the
1553 check for storing siginfo to after handling extended statuses and
1554 syscall traps. Store status in the lwp object.
1555 (linux_wait_1): Don't swap the pending status out of the lwp
1556 object until after deciding we found an lwp with an interesting
1557 event. Requeue a new pending signal if we find one while getting
1558 rid or a pending SIGSTOP we sent ourselves. Don't clear the
1559 sysgood bit here.
1560
1561 * infrun.c (deal_with_syscall_event): Rename to ...
1562 (handle_syscall_event): ... this. Always context switch and set
1563 stop_pc, even if not catching the syscall. If not catching the
1564 syscall, always resume with keep_going.
1565 (handle_inferior_event): Adjust.
1566
a71e0887
JK
15672009-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1568
1569 Fix compatibility of --with-system-readline and readline-6.0+.
1570 * configure.ac <--with-system-readline> (for readline_echoing_p): New
1571 test.
1572 * config.in: Regenerate.
1573 * configure: Regenerate.
1574
c838b516
JB
15752009-10-01 Joel Brobecker <brobecker@adacore.com>
1576
1577 * MAINTAINERS: Move Don Lee to the correct section (Write After
1578 Approval).
1579
2f2da8f6
PM
15802009-10-01 Phil Muldoon <pmuldoon@redhat.com>
1581
1582 * infcall.c (call_function_by_hand): Add a new cleanup branch for
1583 std::terminate breakpoints.
1584
e453266f
JK
15852009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1586
1587 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): New variable buf.
1588 Check first the descriptor memory is readable.
1589
31158f0e
TT
15902009-09-29 Tom Tromey <tromey@redhat.com>
1591
1592 * python/py-value.c (valpy_string): NULL-terminate 'keywords'.
1593
beaabab2
UW
15942009-09-29 Ulrich Weigand <uweigand@de.ibm.com>
1595
1596 * s390-tdep.c (s390_displaced_step_fixup): Use type ULONGEST
1597 instead of CORE_ADDR for "amode".
1598
ca8b5032
JB
15992009-09-29 Joel Brobecker <brobecker@adacore.com>
1600
1601 * ia64-tdep.c: Update the comments on how we insert/remove
1602 breakpoints for L-X instructions.
1603 (ia64_memory_insert_breakpoint, ia64_memory_remove_breakpoint):
1604 Update the comments inside these functions.
1605
99e40580
UW
16062009-09-28 Ulrich Weigand <uweigand@de.ibm.com>
1607
1608 * gdbarch.sh (displaced_step_hw_singlestep): New callback.
1609 * gdbarch.c, gdbarch.h: Regenerate.
1610 * arch-utils.c (default_displaced_step_hw_singlestep): New function.
1611 * arch-utils.h (default_displaced_step_hw_singlestep): Add prototype.
1612
1613 * ppc-linux-tdep.c (ppc_displaced_step_hw_singlestep): New function.
1614 (rs6000_gdbarch_init): Install it.
1615
1616 * infrun.c (displaced_step_fixup): Use new callback to determine
1617 whether to "step" or "continue" displaced copy.
1618 (resume): Likewise. Do not call maybe_software_singlestep
1619 for displaced stepping.
1620 (maybe_software_singlestep): Do not handle displaced stepping.
1621
69368a60
UW
16222009-09-28 Ulrich Weigand <uweigand@de.ibm.com>
1623
1624 * eval.c (evaluate_subexp_standard) [OP_OBJC_MSGCALL]: Support
1625 platforms that use function descriptors. Prefer to use function
1626 pointer types instead of function types.
1627 * linespec.c (decode_objc): Support function descriptors. Fully
1628 initialize SAL result.
1629 * objc-lang.c (find_methods): Support function descriptors.
1630 Do not require function symbol to point to text section.
1631
1632 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): When calling
1633 via a function pointer, use the descriptor it points to.
1634
73a9714c
JB
16352009-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1636
1637 Fix ia64 breakpoints in the L-X slot.
1638 * ia64-tdep.c (ia64_memory_insert_breakpoint): Extend the comment.
1639 New variable shadow_slotnum, use it appropriately instead of slotnum.
1640 Move shadow_len initialization before SLOTNUM adjustment, cover now the
1641 whole remaining bundle. Error now on breakpoints requested for the
1642 slot 2 of L-X bundles. Better sanity check the requested slot 1 of L-X
1643 bundles.
1644 (ia64_memory_remove_breakpoint): New variable shadow_slotnum, use it
1645 appropriately instead of slotnum. Warn now on breakpoints requested
1646 for the slot 2 of L-X bundles. Better sanity check the requested slot
1647 1 of L-X bundles. Update the assertio check of PLACED_SIZE.
1648 (ia64_breakpoint_from_pc): New variable shadow_slotnum, use it
1649 appropriately instead of slotnum. Move *lenptr initialization before
1650 SLOTNUM adjustment, cover now the whole remaining bundle. Error now
1651 on breakpoints requested for the slot 2 of L-X bundles. Better sanity
1652 check the requested slot 1 of L-X bundles. Simplify the returned
1653 expression.
1654
35ec2a3e
JB
16552009-09-28 Joel Brobecker <brobecker@adacore.com>
1656
1657 * ia64-tdep.c (ia64_memory_insert_breakpoint): Check the slotnum
1658 and the type of instruction before deciding which slot to save
1659 in the breakpoint shadown contents.
1660
206aa767
DE
16612009-09-28 Doug Evans <dje@google.com>
1662
1663 * linux-nat.c (status_to_str): Handle TRAP_IS_SYSCALL.
66d990c7
DE
1664 (TRAP_REMOVE_SYSCALL_FLAG): New macro.
1665 (linux_nat_wait_1): Mask off is-syscall bit in wait status for
1666 TRAP_IS_SYSCALL before passing value to caller.
206aa767 1667
2d88202a
UW
16682009-09-28 Ulrich Weigand <uweigand@de.ibm.com>
1669
1670 * valops.c (value_assign): Respect parent offset when
1671 assigning to a bitfield.
1672
926569ae
HZ
16732009-09-28 Hui Zhu <teawater@gmail.com>
1674
1675 * i386-tdep.c (i386_process_record): Remove "0x" that
1676 don't need.
1677
1db4e8a0
UW
16782009-09-27 Ulrich Weigand <uweigand@de.ibm.com>
1679
1680 * s390-tdep.c (op_bctr, op_bctgr, op_bct, op1_bctg, op2_bctg,
1681 op_bxh, op1_bxhg, op2_bxhg, op_bxle, op1_bxleg, op2_bxleg,
1682 op1_brct, op2_brct, op1_brctg, op2_brctg, op_brxh, op1_brxhg,
1683 op2_brxhg, op_brxle, op1_brxlg, op2_brxlg): New enum values.
1684 (is_rsi, is_rie): New insn format decoder routines.
1685 (s390_displaced_step_fixup): New function.
1686 (s390_gdbarch_init): Install displaced stepping routines.
1687
1ba3a4f4
UW
16882009-09-27 Ulrich Weigand <uweigand@de.ibm.com>
1689
1690 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*):
1691 Add linux-tdep.o to gdb_target_obs.
1692 (s390*-*-*): Likewise.
1693
5b6912fb
DL
16942009-09-27 Don Lee <don.lee@sunplusct.com>
1695
1696 * score-tdep.c: Comment out some simulator dependent codes.
1697 * score-tdep.h: Delete some simulator dependent macro definitions.
1698
5d40bb85
HZ
16992009-09-27 Hui Zhu <teawater@gmail.com>
1700
1701 * record.c (record_open): Change "query" to "error".
1702 (cmd_record_stop): Change "query" to "printf_unfiltered".
1703
087b74b2
PM
17042009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1705
1706 * i386-nat.c (i386_stopped_data_address): Also check that
1707 hitted watch register is not vacant.
1708
96c07c5b
TT
17092009-09-25 Tom Tromey <tromey@redhat.com>
1710
1711 PR python/10664:
1712 * language.h (struct language_defn) <la_get_string>: Add
1713 'char_type' argument.
1714 (LA_GET_STRING): Likewise.
1715 (default_get_string, c_get_string): Update.
1716 * language.c (default_get_string): Add 'char_type' argument.
1717 * c-valprint.c (c_textual_element_type): Rename from
1718 textual_element_type. No longer static. Update callers.
1719 * c-lang.h (c_textual_element_type): Declare.
1720 * c-lang.c (c_get_string): Add 'char_type' argument.
1721
b8899f2b
TT
17222009-09-25 Tom Tromey <tromey@redhat.com>
1723
1724 * charset.c (iconv_open): Use UTF-16 and UTF-32, not UCS-2 and
1725 UCS-4.
1726 (iconv): Rename 'ucs_flag'.
1727 (GDB_DEFAULT_TARGET_WIDE_CHARSET): Use UTF-32.
1728 * c-lang.c (charset_for_string_type): Use UTF-16 and UTF-32, not
1729 UCS-2 and UCS-4.
1730 (convert_ucn): Use UTF-32.
1731
b7c31329
NR
17322009-09-25 Nick Roberts <nickrob@snap.net.nz>
1733
1734 * mi/gdb-mi.el: Remove file.
1735
604ad007
JB
17362009-09-23 Joel Brobecker <brobecker@adacore.com>
1737
1738 * record.c (record_open, record_store_registers, record_xfer_partial):
1739 Replace calls to nquery by calls to query.
1740
20bb6bc8
TT
17412009-09-23 John Wright <john.wright@hp.com>
1742
1743 PR gdb/10684:
1744 * event-top.c (command_line_handler): Terminate linebuffer before
1745 xstrdup.
1746
69e2bf17
JB
17472009-09-22 Joel Brobecker <brobecker@adacore.com>
1748
1749 * solib.c (solib_bfd_open): Relax a bit the compatibility check.
1750
c4e86dd4
DJ
17512009-09-22 Daniel Jacobowitz <dan@codesourcery.com>
1752
1753 * source.c (forget_cached_source_info): Clear last_source_visited.
1754 (init_last_source_visited): Delete.
1755 (directory_command): Do not clear last_source_visited. Call
1756 forget_cached_source_info only if required.
1757 (unset_substitute_path_command, set_substitute_path_command): Call
1758 forget_cached_source_info.
1759 * mi/mi-cmd-env.c (mi_cmd_env_dir): Do not call
1760 init_last_source_visited.
1761 * defs.h (init_last_source_visited): Delete declaration.
1762
89fa5381
TT
17632009-09-22 Tom Tromey <tromey@redhat.com>
1764
1765 PR gdb/10583:
1766 * python/py-value.c (valpy_int): Use PyLong_FromLongLong.
1767 (valpy_long): Likewise.
1768
329719ec
TT
17692009-09-22 Tom Tromey <tromey@redhat.com>
1770
1771 PR python/10680:
1772 * eval.c (evaluate_subexp_standard) <do_call_it>: Handle internal
1773 functions in EVAL_AVOID_SIDE_EFFECTS case.
1774
a13d7b90
JZ
17752009-09-22 Jie Zhang <jie.zhang@analog.com>
1776
1777 * MAINTAINERS: Add myself under Write After Approval.
1778
bb0613a5
PM
17792009-09-22 Pierre Muller <muller@ics.u-strasbg.fr>
1780
1781 * windows-nat.c (ctrl_c_handler): Also handle CTRL_BREAK_EVENT.
1782
12907978
KS
17832009-09-18 Keith Seitz <keiths@redhat.com>
1784
1785 * cp-support.h (cp_validate_operator): Declare new function.
1786 * cp-support.c (cp_validate_operator): New function.
1787 * linespec.c (decode_compound): For C++ check for a valid operator.
1788
e8269d5f
KS
17892009-09-21 Keith Seitz <keiths@redhat.com>
1790
1791 * c-exp.y (qualified_name): Call CHECK_TYPEDEF before deciding
1792 that a type is not an aggregate type.
1793
ce0420dc
TT
17942009-09-21 Jason Orendorff <jason.orendorff@gmail.com>
1795
1796 PR python/10666:
1797 * python/py-function.c (fnpy_init): Use xstrdup.
1798
4f412fd0
JZ
17992009-09-21 Jie Zhang <jie.zhang@analog.com>
1800
1801 * doc/gdb.texinfo: Escape "{" and "}".
1802
7a9fe101
PM
18032009-09-21 Phil Muldoon <pmuldoon@redhat.com>
1804
1805 PR python/10633
1806
1807 * c-lang.c (c_printstr): Do not loop past options->print_max when
1808 iterating with wchar_iterate.
1809
2e4d963f
PM
18102009-09-21 Phil Muldoon <pmuldoon@redhat.com>
1811
1812 * python/py-value.c (valpy_getitem): Test value before allowing
1813 subscript operation.
1814
cdfbdf30
HZ
18152009-09-21 Hui Zhu <teawater@gmail.com>
1816 Michael Snyder <msnyder@vmware.com>
1817
1818 * amd64-linux-tdep.c (amd64_all_but_ip_registers_record): New
1819 function.
1820 (amd64_linux_syscall_record): Call
1821 amd64_all_but_ip_registers_record if syscall is
1822 sys_rt_sigreturn.
1823 (AMD64_LINUX_redzone, AMD64_LINUX_xstate,
1824 AMD64_LINUX_frame_size): New macros.
1825 (amd64_linux_record_signal): New function.
1826 (amd64_linux_init_abi): Call set_gdbarch_process_record_signal.
1827
8a2e0e28
HZ
18282009-09-21 Hui Zhu <teawater@gmail.com>
1829 Michael Snyder <msnyder@vmware.com>
1830
1831 * i386-linux-tdep.c (i386_all_but_ip_registers_record): New
1832 function.
1833 (i386_linux_intx80_sysenter_record): Call
1834 i386_all_but_ip_registers_record if syscall is sys_sigreturn
1835 or sys_rt_sigreturn.
1836 (I386_LINUX_xstate, I386_LINUX_frame_size): New macros.
1837 (i386_linux_record_signal): New function.
1838 (i386_linux_init_abi): Call set_gdbarch_process_record_signal.
1839
8b739a96
HZ
18402009-09-21 Hui Zhu <teawater@gmail.com>
1841 Michael Snyder <msnyder@vmware.com>
1842
1843 * record.c (record_end_entry): New struct.
1844 (record_type): Add end.
1845 (record_arch_list_add_end): Set rec->u.end.sigval to
1846 TARGET_SIGNAL_0.
1847 (record_message_args): New struct.
1848 (record_message): Call gdbarch_process_record_signal.
1849 (do_record_message): Add argument "signal".
1850 (record_resume): Ditto.
1851 (record_wait): Ditto. Check record_list->u.end.sigval
1852 in replay mode.
1853
3846b520
HZ
18542009-09-21 Hui Zhu <teawater@gmail.com>
1855 Michael Snyder <msnyder@vmware.com>
1856
1857 * gdbarch.sh (process_record_signal): New interface.
1858
26f9bcee
JB
18592009-09-19 Matt Rice <ratmice@gmail.com> (tiny change)
1860
1861 Checked in by Joel Brobecker <brobecker@gnat.com>
1862 * varobj.c (varobj_update): Initialize children_changed.
1863
654e7c1f
VP
18642009-09-19 Vladimir Prus <vladimir@codesourcery.com>
1865
1866 * mi/mi-cmd-stack.c (list_args_or_locals): Workaround
1867 gcc warning.
1868
daf3c977
VP
18692009-09-19 Vladimir Prus <vladimir@codesourcery.com>
1870
1871 * mi/mi-cmds.h (mi_cmd_stack_list_variables): Declare.
1872 * mi/mi-cmds.c (mi_cmds): Register -stack-list-variables.
1873 * mi/mi-cmd-stack.c (enum what_to_list): New.
1874 (list_args_or_locals): Accept what_to_list parameter.
1875 Use 'variables' as output name of all are requested.
1876 (mi_cmd_stack_list_variables): New.
1877 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args): Adjust.
1878
3145548f
EZ
18792009-09-19 Eli Zaretskii <eliz@gnu.org>
1880
1881 * config/djgpp/fnchange.lst: Add missing edits.
1882
8179e739
MG
18832009-09-18 Maxim Grigoriev <maxim2405@gmail.com>
1884
1885 * xtensa-tdep.c (call0_analyze_prologue): Replace INT_MAX by UNIT_MAX.
1886
adb7f338
JK
18872009-09-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1888
1889 * objfiles.c (free_objfile): Clear SYMFILE_OBJFILE if it is OBJFILE.
1890 * rs6000-nat.c (vmap_ldinfo): Only assertion check SYMFILE_OBJFILE now.
1891 * symfile.c (syms_from_objfile, symbol_file_clear): Likewise.
1892
18932009-09-18 Ulrich Weigand <uweigand@de.ibm.com>
db9f5df8
UW
1894
1895 * rs6000-tdep.c (rs6000_builtin_type_vec128): Add v2_double
1896 union member.
1897
01dedca2
JB
18982009-09-17 Joel Brobecker <brobecker@adacore.com>
1899
1900 Fix a build failure on pa-hpux:
1901 * gdb_ptrace.h (PT_SYSCALL): Define here if not already defined.
1902 * inf-ttrace.c (inf_ttrace_wait): Fix compilation failure
1903 introduced after field syscall_id inside struct target_waitstatus
1904 has been renamed into syscall_number.
1905
11e6390e
L
19062009-09-16 H.J. Lu <hongjiu.lu@intel.com>
1907
1908 PR gdb/10649
1909 * Makefile.in (GDB_DATADIR_PATH): Renamed to ...
1910 (GDB_DATADIR): This.
1911 (xml-syscall-install): Updated.
1912
191cfd08 19132009-09-16 Joel Brobecker <brobecker@adacore.com>
1914
1915 GDB 7.0 branch created (branch timestamp: 2009-09-16 19:00 UTC)
1916 * version.in: Bump version to 7.0.50.20090916-cvs.
1917
0cc7d26f
TT
19182009-09-15 Tom Tromey <tromey@redhat.com>
1919
1920 * varobj.h (varobj_update_result_t) <new>: New field.
1921 (varobj_get_child_range, varobj_set_child_range): Declare.
1922 (varobj_list_children): Update.
1923 (varobj_enable_pretty_printing, varobj_has_more)
1924 (varobj_pretty_printed_p): Declare.
1925 * varobj.c (pretty_printing): New global.
1926 (varobj_enable_pretty_printing): New function.
1927 (struct varobj_root) <from, to, constructor, child_iter,
1928 saved_item>: New fields.
1929 (varobj_create): Don't call install_default_visualizer.
1930 (instantiate_pretty_printer): Don't use value_copy.
1931 (varobj_has_more): New function.
1932 (restrict_range): New function.
1933 (install_dynamic_child): Likewise.
1934 (dynamic_varobj_has_child_method): Likewise.
1935 (update_dynamic_varobj_children): Remove 'new_and_unchanged'
1936 argument; add 'new', 'unchanged', 'from', and 'to' arguments.
1937 Rewrite.
1938 (varobj_get_num_children): Call update_dynamic_varobj_children.
1939 (varobj_list_children): Add 'from' and 'to' arguments. Ignore
1940 result of update_dynamic_varobj_children. Don't call
1941 install_default_visualizer. Restrict result range.
1942 (varobj_add_child): Don't call install_default_visualizer.
1943 (varobj_pretty_printed_p): New function.
1944 (install_visualizer): Rewrite. Move earlier in file.
1945 (install_default_visualizer): Likewise.
1946 (construct_visualizer): New function.
1947 (install_new_value_visualizer): Likewise.
1948 (install_new_value): Don't call release_value. Special case
1949 pretty-printed objects. Use value_incref. Rearrange "changed"
1950 logic.
1951 (varobj_get_child_range): New function.
1952 (varobj_set_child_range): Likewise.
1953 (varobj_set_visualizer): Rewrite.
1954 (varobj_update): Rewrite pretty-printing logic.
1955 (new_variable): Initialize new fields.
1956 (free_variable): Destroy new fields.
1957 (value_of_root): Copy 'from' and 'to'.
1958 (my_value_of_variable): Handle pretty-printers.
1959 (value_get_print_value): Rework pretty-printing logic.
1960 (cplus_describe_child): Don't use release_value.
1961 * mi/mi-cmds.h (mi_cmd_enable_pretty_printing)
1962 (mi_cmd_var_set_update_range): Declare.
1963 * mi/mi-cmds.c (mi_cmds): Add enable-pretty-printing and
1964 var-set-update-range.
1965 * mi/mi-cmd-var.c (print_varobj): Update. Emit "dynamic"
1966 attribute.
1967 (mi_cmd_var_create): Emit "has_more" attribute.
1968 (mi_cmd_var_set_format): Plug memory leak.
1969 (mi_print_value_p): Replace 'type' argument with 'var'. Handle
1970 pretty-printed varobjs.
1971 (mi_cmd_var_list_children): Accept 'from' and 'to' arguments.
1972 Emit "has_more" attribute.
1973 (mi_cmd_var_evaluate_expression): Plug memory leak.
1974 (mi_cmd_var_assign): Likewise.
1975 (varobj_update_one): Likewise. Emit "dynamic", "has_more", and
1976 "new_children" attributes.
1977 (mi_cmd_enable_pretty_printing): New function.
1978 (mi_cmd_var_set_update_range): Likewise.
1979
7d4f32d3
DE
19802009-09-15 Doug Evans <dje@google.com>
1981
44353522
DE
1982 * dwarf2expr.h (dwarf_value_location): Add more comments describing
1983 enum values.
1984 (struct dwarf_stack_value): New struct.
1985 (struct dwarf_expr_context): Change type of `stack' from CORE_ADDR*
1986 to struct dwarf_stack_value*.
1987 (struct dwarf_expr_piece): Move `v.value' into its own struct, v.expr,
1988 all uses updated. Add v.expr.in_stack_memory.
1989 (dwarf_expr_push): Update declaration.
1990 (dwarf_expr_fetch_in_stack_memory): Declare.
1991 * dwarf2expr.c (dwarf_expr_grow_stack): Update calculation of
1992 size of stack value.
1993 (dwarf_expr_push): New arg in_stack_memory, all callers updated.
1994 (dwarf_expr_fetch_in_stack_memory): New function.
1995 (add_piece): Set in_stack_memory for non-literal values.
1996 (execute_stack_op): Allow ops to specify whether the value is on the
1997 program's stack.
1998 (execute_stack_op, case DW_OP_fbreg): Mark value as in stack memory.
1999 (execute_stack_op, case DW_OP_call_frame_cfa): Ditto.
2000 (execute_stack_op, case DW_OP_dup): Copy in_stack_memory flag.
2001 (execute_stack_op, cases DW_OP_pick, DW_OP_over): Ditto.
2002 (execute_stack_op, cases DW_OP_swap, DW_OP_rot): Update type of
2003 dwarf stack value.
2004 * dwarf2loc.c (read_pieced_value): Call read_stack for values known
2005 to be on the program's stack.
2006 (dwarf2_evaluate_loc_desc, case DWARF_VALUE_MEMORY): Call
2007 set_value_stack only for objects known to be in stack memory.
2008 * dwarf2-frame.c (execute_stack_op): New arg initial_in_stack_memory,
2009 all callers updated.
2010
7d4f32d3
DE
2011 * target.c (memory_xfer_partial): Pass correct length to dcache_update.
2012
8285870a
JK
20132009-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2014
2015 Fix gcc-4.5 HEAD warnings for enum ada_operator.
2016 * Makefile.in (HFILES_NO_SRCDIR): Add ada-operator.inc.
2017 * ada-lang.h (enum ada_operator): Move it to ...
2018 * ada-operator.inc: ... a new file.
2019 * expression.h (enum exp_opcode): Include ada-operator.inc.
2020 New element OP_UNUSED_LAST. Update comment for OP_EXTENDED0.
2021
2022 Fix gcc-4.5 HEAD warnings for GDB_FORM_cached_string.
2023 * dwarf2read.c (GDB_FORM_cached_string)
2024 (dwarf_form_name <GDB_FORM_cached_string>): Remove.
2025 (struct attribute <dwarf_form>): Reduce the bit width.
2026 (struct attribute <string_is_canonical>, DW_STRING_IS_CANONICAL): New.
2027 (read_attribute_value <DW_FORM_string>)
2028 (read_attribute_value <DW_FORM_strp>): Initialize
2029 DW_STRING_IS_CANONICAL.
2030 (dwarf2_name, dump_die_shallow <DW_FORM_string>)
2031 (dump_die_shallow <DW_FORM_strp>): Update the code using former
2032 GDB_FORM_cached_string.
2033
a96d9b2e
SDJ
20342009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2035
2036 * amd64-linux-tdep.c: Include xml-syscall.h header, define the XML
2037 syscall name for the architecture.
2038 (amd64_linux_get_syscall_number): New function.
2039 (amd64_linux_init_abi): Register the correct functions for syscall
2040 catchpoint; set the correct syscall file name.
2041 * breakpoint.c: New include: xml-syscall.h.
2042 (set_raw_breakpoint_without_location): Setting the parameters
2043 for the catch syscall feature.
2044 (insert_catch_syscall): New.
2045 (remove_catch_syscall): New.
2046 (breakpoint_hit_catch_syscall): New.
2047 (print_it_catch_syscall): New.
2048 (print_one_catch_syscall): New.
2049 (print_mention_catch_syscall): New.
2050 (catch_syscall_breakpoint_ops): New.
2051 (syscall_catchpoint_p): New.
2052 (create_catchpoint_without_mention): New.
2053 (create_catchpoint): Modified in order to use
2054 create_catchpoint_without_mention.
2055 (create_syscall_event_catchpoint): New.
2056 (clean_up_filters): New.
2057 (catch_syscall_split_args): New.
2058 (catch_syscall_command_1): New.
2059 (delete_breakpoint): Add cleanup for catch syscall.
2060 (is_syscall_catchpoint_enabled): New.
2061 (catch_syscall_enabled): New.
2062 (catching_syscall_number): New.
2063 (catch_syscall_completer): New completer function.
2064 (add_catch_command): Add the completer function for catchpoints.
2065 * breakpoint.h (syscalls_to_be_caught): New vector.
2066 (catch_syscall_enabled): New.
2067 (catching_syscall_number): New.
2068 * gdbarch.c: Regenerated.
2069 * gdbarch.h: Regenerated.
2070 * gdbarch.sh: Add syscall catchpoint functions and structures.
2071 (get_syscall_number): New.
2072 (UNKNOWN_SYSCALL): New definition.
2073 * i386-linux-nat.c (i386_linux_resume): Select the proper request
2074 to be made for ptrace() considering if we are catching syscalls
2075 or not.
2076 * i386-linux-tdep.c: Include xml-syscall.h header, define the XML
2077 syscall name for the architecture.
2078 (i386_linux_get_syscall_number): New.
2079 (i386_linux_init_abi): Register the correct functions for syscall
2080 catchpoint; set the correct syscall file name.
2081 * inf-child.c (inf_child_set_syscall_catchpoint): New.
2082 (inf_child_target): Assign default values to target_ops.
2083 * inf-ptrace.c (inf_ptrace_resume): Select the proper request
2084 to be made for ptrace() considering if we are catching syscalls
2085 or not.
2086 * inferior.h (struct inferior): Included new variables
2087 any_syscall_count, syscalls_counts and total_syscalls_count,
2088 used to keep track of requested syscall catchpoints.
2089 * infrun.c (resume): Add syscall catchpoint.
2090 (deal_with_syscall_event): New.
2091 (handle_inferior_event): Add syscall entry/return events.
2092 (inferior_has_called_syscall): New.
2093 * linux-nat.c: Define some helpful variables to track wether we have
2094 support for the needed ptrace option.
2095 (linux_test_for_tracesysgood): New.
2096 (linux_supports_tracesysgood): New.
2097 (linux_enable_tracesysgood): New.
2098 (linux_enable_event_reporting): Save the current used ptrace
2099 options.
2100 (linux_child_post_attach): Calling linux_enable_tracesysgood.
2101 (linux_child_post_startup_inferior): Likewise.
2102 (linux_child_set_syscall_catchpoint): New function.
2103 (linux_handle_extended_wait): Handle the case which the inferior stops
2104 because it has called or returned from a syscall.
2105 (linux_target_install_ops): Install the necessary functions to handle
2106 syscall catchpoints.
2107 * linux-nat.h (struct lwp_info): Include syscall_state into the
2108 structure, which indicates if we are in a syscall entry or return.
2109 * ppc-linux-tdep.c: Include xml-syscall.h header, define the XML
2110 syscall filename for the arch.
2111 (ppc_linux_get_syscall_number): New.
2112 (ppc_linux_init_abi): Register the correct functions for syscall
2113 catchpoint; setting the correct name for the XML syscall file.
2114 * target.c (update_current_target): Update/copy functions related to
2115 syscall catchpoint.
2116 (target_waitstatus_to_string): Add syscall catchpoint entry/return
2117 events.
2118 * target.h (struct target_waitstatus): Add syscall number.
2119 (struct syscall): New struct to hold information about syscalls
2120 in the system.
2121 (struct target_ops): Add ops for syscall catchpoint.
2122 (inferior_has_called_syscall): New.
2123 (target_set_syscall_catchpoint): New.
2124 * xml-support.c (xml_fetch_content_from_file): New function,
2125 transferred from xml-tdesc.c.
2126 * xml-support.h (xml_fetch_content_from_file): New.
2127 * xml-tdesc.c (fetch_xml_from_file): Function removed;
2128 transferred to xml-support.c.
2129 (file_read_description_xml): Updated to use the new
2130 xml_fetch_content_from_file function.
2131 * syscalls/gdb-syscalls.dtd: New definition file for syscall's XML
2132 support.
2133 * syscalls/amd64-linux.xml: New file containing information about
2134 syscalls for GNU/Linux systems that use amd64 architecture.
2135 * syscalls/i386-linux.xml: New file containing information about
2136 syscalls for GNU/Linux systems that use i386 architecture.
2137 * syscalls/ppc-linux.xml: New file containing information about
2138 syscalls for GNU/Linux systems that use PPC architecture.
2139 * syscalls/ppc64-linux.xml: New file containing information about
2140 syscalls for GNU/Linux systems that use PPC64 architecture.
2141 * xml-syscall.c: New file containing functions for manipulating
2142 syscall's XML files.
2143 * xml-syscall.h: New file, exporting the functions above mentioned.
2144 * Makefile.in: Support for relocatable GDB datadir and XML
2145 syscall.
2146 * NEWS: Added information about the catch syscall feature.
2147
41dcd03f
DE
21482009-09-14 Doug Evans <dje@google.com>
2149
2150 * target.c (memory_xfer_partial): Only update dcache after we know
2151 the write succeeded.
2152
00878c6e
PP
21532009-09-14 Paul Pluzhnikov <ppluzhnikov@google.com>
2154
2155 *minsyms.c (lookup_minimal_symbol_by_pc_section_1): Assert non-NULL
2156 section.
2157 (lookup_minimal_symbol_by_pc_section): Check for NULL section.
2158 (lookup_minimal_symbol_by_pc): Adjust.
2159
6fbf07cd
PP
21602009-09-14 Paul Pluzhnikov <ppluzhnikov@google.com>
2161
2162 * objfiles.c (qsort_cmp): Remove asserts.
2163 (insert_section_p, filter_debuginfo_sections): New function.
2164 (filter_overlapping_sections): Likewise.
2165 (update_section_map): Adjust.
00878c6e 2166
005ca36a
JB
21672009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
2168
2169 * frame.c (get_frame_id): Default to outer_frame_id if the this_id
2170 method does not supply an ID. Assert that the result is not
2171 null_frame_id.
2172 (outer_frame_id): New.
2173 (frame_id_p): Accept outer_frame_id.
2174 (frame_id_eq): Allow outer_frame_id to be equal to itself.
2175 (frame_find_by_id): Revert previous local workarounds.
2176 (get_prev_frame_1): Adjust end-of-stack check to test outer_frame_id.
2177 * frame.h (null_frame_id, frame_id_p): Update comments.
2178 (outer_frame_id): Declare.
2179 * infrun.c (handle_inferior_event): Do not treat all steps from the
2180 outermost frame as subroutine calls.
2181
2182 * libunwind-frame.c (libunwind_frame_this_id): Do not clear THIS_ID.
2183 * hppa-tdep.c (hppa_stub_frame_this_id): Likewise.
2184 * ia64-tdep.c (ia64_frame_this_id): Likewise.
2185 (ia64_libunwind_frame_this_id, ia64_libunwind_sigtramp_frame_this_id):
2186 Use outer_frame_id instead of null_frame_id.
2187 * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Use outer_frame_id.
2188 * i386obsd-tdep.c (i386obsd_trapframe_cache): Likewise.
2189 * inline-frame.c (inline_frame_this_id): Refuse outer_frame_id.
2190 * thread.c (restore_selected_frame): Update comment and remove
2191 frame_id_p check.
2192
c1bd65d0
DE
21932009-09-11 Doug Evans <dje@google.com>
2194
411c71a8
DE
2195 * dwarf2expr.c (execute_stack_op, case DW_OP_piece): Delete unused
2196 local addr_or_regnum.
2197
c1bd65d0
DE
2198 * objfiles.c (struct objfile_data): Delete member cleanup and replace
2199 with save, free.
2200 (register_objfile_data_with_cleanup): Delete arg cleanup and replace
2201 with save, free. All callers updated.
2202 (clear_objfile_data): Replace cleanup loop with separate save and
2203 free loops.
2204 * objfiles.h (register_objfile_data_with_cleanup): Update.
2205 * arm-tdep.c (arm_objfile_data_free): Renamed from
2206 arm_objfile_data_cleanup, all callers updated.
2207 * dwarf2read.c (dwarf2_per_objfile_free): Renamed from
2208 dwarf2_per_objfile_cleanup, all callers updated.
2209 * python/py-objfile.c (py_free_objfile): Renamed from clean_up_objfile,
2210 all callers updated.
2211 * python/py-type.c (save_objfile_types): Renamed from
2212 clean_up_objfile_types, all callers updated.
2213
cec03d70
TT
22142009-09-11 Tom Tromey <tromey@redhat.com>
2215
2216 * dwarf2loc.c (struct piece_closure) <arch>: New field.
2217 (dwarf2_evaluate_loc_desc): Update.
2218 (dwarf2_loc_desc_needs_frame): Likewise.
2219 (allocate_piece_closure): Initialize new field.
2220 (read_pieced_value): Update.
2221 (write_pieced_value): Update.
2222 (copy_pieced_value_closure): Update.
2223 * dwarf2expr.h (enum dwarf_value_location): New.
2224 (struct dwarf_expr_context) <in_reg>: Remove.
2225 <location, len, data>: New fields.
2226 (struct dwarf_expr_piece) <in_reg, value>: Remove.
2227 <location, v>: New fields.
2228 * dwarf2expr.c (add_piece): Remove in_reg, value arguments.
2229 Update.
2230 (require_composition): New function.
2231 (execute_stack_op): Update.
2232 <DW_OP_implicit_value, DW_OP_stack_value>: New cases.
2233 <DW_OP_reg0>: Set location, not in_reg.
2234 <DW_OP_regx>: Likewise. Use require_composition.
2235 <DW_OP_fbreg>: Update.
2236 <DW_OP_piece>: Likewise.
2237 * dwarf2-frame.c (execute_stack_op): Update.
2238
ce0bf488
AG
22392009-09-10 Anthony Green <green@moxielogic.com>
2240
2241 * moxie-tdep.c (moxie_analyze_prologue): Recognize new prologue
2242 sequences.
2243
40ab02ce
MS
22442009-09-10 Michael Snyder <msnyder@vmware.com>
2245
2246 * remote.c (PACKET_bc, PACKET_bs): New enums.
2247 (remote_protocol_features): Add ReverseStep, ReverseContinue.
2248 (remote_resume): Check for reverse capability.
2249 (_initialize_remote): Add packet config for "bs" and "bc" packets.
2250 * NEWS (new options): Mention set/show for "bs" and "bc" packets.
2251
910c5da8
JB
22522009-09-10 Joel Brobecker <brobecker@adacore.com>
2253
2254 * top.c (interactive_mode): New static variable.
2255 (show_interactive_mode): New function.
2256 (input_from_terminal_p): If interactive_mode is not auto, then
2257 use that rather than checking the stdin settings.
2258 (init_main): Add "set/show interactive-mode" command.
2259 * NEWS: Add entry for new "set/show interactive-mode" command.
2260
2c9e3c69
JB
22612009-09-10 Joel Brobecker <brobecker@adacore.com>
2262
2263 * configure.ac: Fix the names of the python source and object files
2264 following the renaming done in an earlier change.
2265 * configure: Regenerate.
2266
397dbc8b
JB
22672009-09-08 Joel Brobecker <brobecker@adacore.com>
2268
2269 Fix a build failure on AIX.
2270 * rs6000-nat.c (vmap_exec): Rewrite using target_get_section_table
2271 instead of relying on the to_sections/to_section_end target_ops
2272 field, since the latter have been removed in a previous patch.
2273
5172aecb
JB
22742009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
2275
2276 * Makefile.in (py-cmd.o): Renamed from python-cmd.o. Updated
2277 references.
2278 (py-frame.o): Renamed from python-frame.o. Updated references.
2279 (py-function.o): Renamed from python-function.o. Updated references.
2280 (py-objfile.o): Renamed from python-objfile.o. Updated references.
2281 (py-prettyprint.o): Renamed from python-prettyprint.o. Updated
2282 references.
2283 (py-type.o): Renamed from python-type.o. Updated references.
2284 (py-utils.o): Renamed from python-utils.o. Updated references.
2285 (py-value.o): Renamed from python-value.o. Updated references.
2286 * py-cmd.c: Renamed from python-cmd.c.
2287 * py-frame.c: Renamed from python-frame.c.
2288 * py-function.c: Renamed from python-function.c.
2289 * py-objfile.c: Renamed from python-objfile.c.
2290 * py-prettyprint.c: Renamed from python-prettyprint.c.
2291 * py-type.c: Renamed from python-type.c.
2292 * py-utils.c: Renamed from python-utils.c.
2293 * py-value.c: Renamed from python-value.c.
2294
b83e9eb7
JB
22952009-09-08 Joel Brobecker <brobecker@adacore.com>
2296
2297 Avoid quadratic behavior when computing the value of a register.
2298 * frame.c (frame_stash): New static constant.
2299 (frame_stash_add, frame_stash_find, frame_stash_invalidate):
2300 New functions.
2301 (get_frame_id): Minor reformatting. Add the frame to the frame stash.
2302 (frame_find_by_id): Search the frame stash first before walking all
2303 frames starting from te current_frame.
2304 (reinit_frame_stash): Add call to frame_stash_invalidate ();
2305
49e794ac
JB
23062009-09-08 Joel Brobecker <brobecker@adacore.com>
2307
2308 * block.c (contained_in): Return zero for nested functions.
2309 * blockframe.c (block_innermost_frame): Delete unreferenced local
2310 variable.
2311
9cf1b572
DE
23122009-09-08 Doug Evans <dje@google.com>
2313
2314 * target.c (initialize_targets): Fix thinko in stack_cache_enabled_p.
2315
13b6d1d4
MS
23162009-09-08 Michael Snyder <msnyder@vmware.com>
2317
2318 * amd64-linux-tdep.h (enum amd64_syscall): New enum consts,
2319 to replace literal consts used in amd64-linux-tdep.c
2320 * linux-record.h (enum gdb_syscall): New enum consts, to replace
2321 literal consts used in amd64-linux-tdep.c and linux-record.c.
2322 * amd64-linux-tdep.c (amd64_canonicalize_syscall): New function,
2323 translate from native amd64 Linux syscall id to internal gdb id.
2324 (amd64_linux_syscall_record): Switch statement abstracted out
2325 and replaced with a call to amd64_canonicalize_syscall.
2326 * linux-record.c (record_linux_system_call): Replace literal
2327 consts with enum consts.
2328 * i386-linux-tdep.c (i386_canonicalize_syscall): New function,
2329 trivially translate from native i386 Linux syscalls to gdb syscalls.
2330 (i386_linux_intx80_sysenter_record):
2331
a5bbabf3
RW
23322009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2333
2334 * gdb/Makefile.in (check//%): Parse 'config.status --version'
2335 output to recreate the configuration from the testsuite directory,
2336 rather than running 'config.status --recheck' from a different
2337 build directory. Let configure do the recursion rather than
2338 doing it manually.
2339
a58162c2
JK
23402009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2341
2342 * ia64-tdep.c (ia64_memory_remove_breakpoint): Call do_cleanups
2343 before a return.
2344
fbfaaae5
JK
23452009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2346
2347 * ia64-tdep.c (ia64_memory_insert_breakpoint)
2348 (ia64_memory_remove_breakpoint): Return immediately if any of memory
2349 reads fail. Do not combine the VAL values.
2350
b554e4bd
JK
23512009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2352
2353 Fix ia64 shadowing of breakpoints in multiple slots of a single bundle.
2354 * ia64-tdep.c (ia64_memory_insert_breakpoint): New call
2355 of make_show_memory_breakpoints_cleanup with parameter 0. Move the
2356 reading of SHADOW_CONTENTS to this memory state point of code. Update
2357 comment for the memory re-read.
2358
fda458ee
MS
23592009-09-07 Michael Snyder <msnyder@vmware.com>
2360
2361 * record.c: Minor comment and white space fix-ups.
2362
1390fcc2
JK
23632009-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2364
2365 * m68k-tdep.c (m68k_gdbarch_init): Allocate TDEP as cleared.
2366 * sparc-tdep.c (sparc32_gdbarch_init): Allocate TDEP as cleared.
2367 Remove explicit clearing of TDEP fields.
2368
d7877f7e
HZ
23692009-09-06 Hui Zhu <teawater@gmail.com>
2370
2371 * i386-tdep.c (i386_record_check_override): Deleted.
2372 (i386_record_lea_modrm): Ditto.
2373 (i386_process_record): Ditto.
2374
348e86d9
EZ
23752009-09-05 Eli Zaretskii <eliz@gnu.org>
2376
2377 * config/djgpp/djconfig.sh: Fix for Autoconf 2.64.
2378 * config/djgpp/config.sed: Fix for Autoconf 2.64.
2379
df61f520
HZ
23802009-09-05 Hui Zhu <teawater@gmail.com>
2381
2382 * i386-tdep.c (i386_record_s): Add orig_addr.
2383 (i386_record_check_override): New function.
2384 (i386_record_lea_modrm): Call i386_record_check_override.
2385 (i386_process_record): Ditto.
2386
052b9502
NF
23872009-09-03 Nathan Froyd <froydnj@codesourcery.com>
2388
2389 * dwarf2loc.c (struct piece_closure): New.
2390 (allocate_piece_closure): New function.
2391 (read_pieced_value): New function.
2392 (write_pieced_value): New function.
2393 (copy_pieced_value_closure): New function.
2394 (free_pieced_value_closure): New function.
2395 (pieced_value_funcs): Define.
2396 (dwarf2_evaluate_loc_desc): Return a computed value for a variable
2397 described with pieces.
2398
97b9747c
JB
23992009-09-03 Pierre Muller <muller@ics.u-strasbg.fr>
2400 Richard Earnshaw <rearnsha@arm.com>
2401
2402 * arm-tdep.c (displaced_write_reg): Replace call to abort by call
2403 to internal_error.
2404
e7802207
TT
24052009-09-02 Tom Tromey <tromey@redhat.com>
2406
2407 * frame.h (frame_unwinder_is): Declare.
2408 * frame.c (frame_unwinder_is): New function.
2409 * dwarf2loc.c: Include dwarf2-frame.h.
2410 (dwarf_expr_frame_cfa): New function.
2411 (dwarf2_evaluate_loc_desc): Use it.
2412 (needs_frame_frame_cfa): New function.
2413 (dwarf2_loc_desc_needs_frame): Use it.
2414 * dwarf2expr.h (struct dwarf_expr_context) <get_frame_cfa>: New
2415 field.
2416 * dwarf2expr.c (execute_stack_op) <DW_OP_call_frame_cfa>: New
2417 case.
2418 * dwarf2-frame.h (dwarf2_frame_cfa): Declare.
2419 * dwarf2-frame.c (no_get_frame_cfa): New function.
2420 (execute_stack_op): Use it.
2421 (dwarf2_frame_cfa): New function.
2422
c9e78e0c
HZ
24232009-09-02 Hui Zhu <teawater@gmail.com>
2424
2425 * record.c (record_resume): Change "signal" to "siggnal".
2426
14c6ee20
HZ
24272009-09-01 Hui Zhu <teawater@gmail.com>
2428
2429 * record.c (record_resume): Change "siggnal" to "signal".
2430
88fef440
HZ
24312009-09-01 Hui Zhu <teawater@gmail.com>
2432
2433 * record.c (record_resume_siggnal): Deleted.
2434 (record_resume): Ditto.
2435 (record_wait): Change record_resume_siggnal to
2436 TARGET_SIGNAL_0.
2437
4e5d721f
DE
24382009-08-31 Jacob Potter <jdpotter@google.com>
2439 Doug Evans <dje@google.com>
2440
2441 Implement TARGET_OBJECT_STACK_MEMORY.
2442 * NEWS: Add note on new "set stack-cache" option.
2443 * corefile.c (read_stack): New function.
2444 * dcache.c (dcache_struct): New member ptid.
2445 (dcache_enable_p): Mark as obsolete.
2446 (show_dcache_enabled_p): Flag option as deprecated.
2447 (dcache_invalidate): Update ptid.
2448 (dcache_invalidate_line): New function.
2449 (dcache_read_line): No longer check cacheable attribute, stack
2450 accesses get cached despite attribute.
2451 (dcache_init): Set ptid.
2452 (dcache_xfer_memory): Flush cache if from different ptid than before.
2453 Update cache after write.
2454 (dcache_update): New function.
2455 (dcache_info): Report ptid.
2456 (_initialize_dcache): Update text for `remotecache' to indicate it
2457 is obsolete.
2458 * dcache.h (dcache_update): Declare.
2459 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Mark values on stack with
2460 set_value_stack.
2461 * frame-unwind.c (frame_unwind_got_memory): Ditto.
2462 * gdbcore.h (read_stack): Declare.
2463 * memattr.c (mem_enable_command): Call target_dcache_invalidate
2464 instead of dcache_invalidate.
2465 (mem_disable_command, mem_delete_command): Ditto.
2466 * target.c (stack_cache_enabled_p_1): New static global.
2467 (stack_cache_enabled_p): New static global.
2468 (set_stack_cache_enabled_p): New function.
2469 (show_stack_cache_enabled_p): New function.
2470 (target_dcache): Make static.
2471 (target_dcache_invalidate): New function.
2472 (target_load, target_resume): Call target_dcache_invalidate
2473 instead of dcache_invalidate.
2474 (memory_xfer_partial): New arg object, all callers updated.
2475 Check for existing inferior before calling dcache routines.
2476 When writing non-TARGET_OBJECT_STACK_MEMORY, notify dcache.
2477 (target_xfer_partial): Call memory_xfer_partial for
2478 TARGET_OBJECT_STACK_MEMORY.
2479 (target_read_stack): New function.
2480 (initialize_targets): Install new option `stack-cache'.
2481 * target.h: Remove #include of dcache.h.
2482 (enum target_object): New value TARGET_OBJECT_STACK_MEMORY.
2483 (target_dcache): Delete.
2484 (target_dcache_invalidate): Declare.
2485 (target_read_stack): Declare.
2486 * top.c (prepare_execute_command): New function.
2487 (execute_command): Call prepare_execute_command
2488 instead of free_all_values.
2489 * top.h (prepare_execute_command): Declare.
2490 * valops.c (get_value_at): New function.
2491 (value_at): Guts moved to get_value_at.
2492 (value_at_lazy): Similarly.
2493 (value_fetch_lazy): Call read_stack for stack values.
2494 * value.c (struct value): New member `stack'.
2495 (value_stack, set_value_stack): New functions.
2496 * value.h (value_stack, set_value_stack): Declare.
2497 * mi/mi-main.c (mi_cmd_execute): Call prepare_execute_command
2498 instead of free_all_values.
2499
77d7dc92
HZ
25002009-08-29 Hui Zhu <teawater@gmail.com>
2501
2502 * i386-tdep.c (i386_process_record): Fix the error of string
2503 ops instructions's handler.
2504
648bf667
DE
25052009-08-28 Doug Evans <dje@google.com>
2506
2507 * top.c (execute_command): Remove redundant comment.
2508
4a76eae5
DJ
25092009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
2510
2511 PR gdb/10565
2512
2513 * value.c (value_primitive_field): Do not save value_offset for
2514 bitfields.
2515 (unpack_bits_as_long): Do not read an entire ULONGEST.
2516
d4b96c9a
JK
25172009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2518
2519 Support constant DW_AT_data_member_location by GCC PR debug/40659.
2520 * dwarf2read.c
2521 (dwarf2_add_field <DW_TAG_member> <DW_AT_data_member_location>):
2522 Initialize BYTE_OFFSET to 0 by default. Explicitly check if
2523 attr_form_is_block.
2524 (dwarf2_add_field <DW_TAG_inheritance> <DW_AT_data_member_location>)
2525 (read_common_block <DW_AT_data_member_location>): New variable
2526 byte_offset. Fix crash on non-DW_BLOCK ATTR values.
2527
12b1a979
HZ
25282009-08-28 Hui Zhu <teawater@gmail.com>
2529
2530 * record.c (record_list_release_next): Change the first
2531 record_reg to record_end.
2532
55333a84
DE
25332009-08-27 Doug Evans <dje@google.com>
2534
725e88af
DE
2535 * value.c (free_all_values): Tweak comment.
2536
55333a84
DE
2537 * NEWS: Add note on "info sharedlibrary".
2538 Remove note on "set print symbol-loading".
2539 * main.c (captured_main): Pass !batch for from_tty when calling
2540 symbol_file_add_main.
2541 * objfiles.h (objfile_has_partial_symbols): Declare.
2542 (objfile_has_full_symbols): Declare.
2543 * objfiles.c (objfile_has_partial_symbols): New function.
2544 (have_partial_symbols): Use it.
2545 (objfile_has_full_symbols): New function.
2546 (have_full_symbols): Use it.
2547 * solib.c: Include interps.h.
2548 (solib_read_symbols): Back out patch of 2008-07-10.
2549 Add test for info_verbose for symbol loading messages for
2550 consistency with symfile.c.
2551 (info_sharedlibrary_command): Handle optional parameter of regex of
2552 libraries to list. Inform user of libraries without debugging info.
2553 Rewrite to use ui_out routines to format output.
2554 * symfile.c (print_symbol_loading): Delete.
2555 (symbol_file_add_with_addrs_or_offsets): Back out patch of 2008-07-10.
2556 Print "no debugging symbols found" only if from_tty || info_verbose;
2557 and only check file being loaded, not all files.
2558 (reread_symbols): Test file being loaded for whether it has symbols,
2559 not all files.
2560 (__initialize_symfile): Delete `set print symbol-loading'.
2561 * symfile.h (print_symbol_loading): Delete.
2562
4e22772d
JK
25632009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2564
2565 * varobj.c (varobj_create): Error if the specified frame was not found
2566 and it is needed.
2567
d691bec7
MS
25682009-08-26 Michael Snyder <msnyder@vmware.com>
2569
2570 * i386-tdep.c (i386_process_record): Break out of prefix loop
2571 if not amd64. Otherwise inc/dec instructions are lost.
2572
ec7f2efe
KS
25732009-08-25 Keith Seitz <keiths@redhat.com>
2574
2575 * c-exp.y (yylex): Add cxx_only check for tokentab2 and tokentab3
2576 searches.
2577 (tokentab3): Add cxx_only for DOT_STAR.
2578
3a1ff0b6
PA
25792009-08-25 Pedro Alves <pedro@codesourcery.com>
2580
2581 * inferior.c (print_inferior): Align columns left. Remove header
2582 for the the "current" column. Rename column "Id" to "Num".
2583 Rename column "PID" to "Description". Print if there's no selected
2584 inferior.
2585
924d6a4f
JK
25862009-08-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2587
2588 Fix ia64 start crash when GDB built with -lmcheck.
2589 * ia64-tdep.c (ia64_gdbarch_init): Allocate TDEP as cleared. Remove
2590 specific clearing of TDEP SIGCONTEXT_REGISTER_ADDRESS and
2591 PC_IN_SIGTRAMP.
2592
c1af96a0
KS
25932009-08-24 Keith Seitz <keiths@redhat.com>
2594
2595 * c-exp.y (tokentab3): Add new token, ARROW_STAR. Changed all users.
2596 (tokentab2): Add new token, DOT_STAR. Changed all users.
2597
95699ff0
KS
25982009-08-24 Keith Seitz <keiths@redhat.com>
2599
2600 * symtab.c (default_make_symbol_completion_list): Keep
2601 ':', too, so that we can limit searches in namespaces
2602 and classes.
2603
f02779d8
TT
26042009-08-24 Tom Tromey <tromey@redhat.com>
2605
2606 * python/python-value.c (valpy_richcompare): Don't return from
2607 inside a TRY_CATCH.
2608
c462b41b
RW
26092009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2610
af542c2e
RW
2611 * CONTRIBUTE: Bump documented Autoconf version.
2612 * configure.ac: Do not substitute datarootdir, htmldir,
2613 pdfdir, docdir. Do not process --with-datarootdir,
2614 --with-htmldir, --with-pdfdir, --with-docdir.
2615 * configure: Regenerate.
2616
81ecdfbb
RW
2617 * aclocal.m4: Regenerate.
2618 * config.in: Likewise.
2619 * configure: Likewise.
2620 * gnulib/Makefile.in: Likewise.
2621
c462b41b
RW
2622 * configure.ac: Use AC_USE_SYSTEM_EXTENSIONS instead of
2623 AC_GNU_SOURCE, AC_AIX, AC_ISC_POSIX.
2624
f93ea91d
PP
26252009-08-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2626
2627 * objfiles.h (gdb_bfd_ref): New prototype.
2628 * objfiles.c (gdb_bfd_ref): New function.
2629 (allocate_objfile): Call it.
2630 (gdb_bfd_unref): Adjust assertion.
2631 * solib.c (solib_map_sections): Add reference.
2632 (symbol_add_stub): Don't add reference here.
2633 * symfile.c (reread_symbols): Add reference.
2634
dfdbc9b4
DE
26352009-08-21 Ken Werner <ken@linux.vnet.ibm.com>
2636 Doug Evans <dje@google.com>
2637
2638 * jit.c (jit_event_handler): Use paddress to print target addresses.
2639 Wrap printf string in _().
2640
0756c555
DE
26412009-08-21 Doug Evans <dje@google.com>
2642
2643 * jit.c (jit_read_descriptor): New arg gdbarch, all callers updated.
2644 (jit_read_code_entry, jit_register_code): Ditto.
2645 (jit_event_handler): Ditto.
2646 (jit_inferior_init): Renamed from previous jit_inferior_created_hook.
2647 (jit_inferior_created_hook, jit_breakpoint_re_set): New functions.
2648 (jit_inferior_created_observer): Renamed from
2649 jit_inferior_created_hook1, all callers updated.
2650 * jit.h (jit_breakpoint_re_set): Declare.
2651 (jit_event_handler): Update prototype.
2652 * breakpoint.c (breakpoint_re_set): Call jit_breakpoint_re_set instead
2653 of jit_inferior_created_hook.
2654
90092760
HZ
26552009-08-21 Hui Zhu <teawater@gmail.com>
2656
2657 * record.c (record_wait): Change the argument of
2658 record_beneath_to_wait to options.
2659
25f122dc
DE
26602009-08-20 Jacob Potter <jdpotter@google.com>
2661
2662 Replace dcache with splay tree.
2663 Remove partially implemented writeback support.
2664 * dcache.c: Include splay-tree.h.
2665 (LINE_SIZE_POWER): Change from 5 to 6.
2666 (DCACHE_SIZE): Change from 64 to 4096.
2667 (ENTRY_INVALID, ENTRY_VALID, ENTRY_DIRTY): Delete.
2668 (state_chars): Delete.
2669 (struct dcache_block): Clean up; remove state and anydirty fields.
2670 (struct dcache_struct): Redefine as a splay tree and linked list.
2671 (last_cache): Make static.
2672 (dcache_invalidate, dcache_hit): Rewrite for new cache structure.
2673 (dcache_read_line, dcache_alloc): Rewrite for new cache structure.
2674 (dcache_write_line): Delete.
2675 (dcache_writeback): Delete.
2676 (dcache_peek_byte): Clean up; remove "invalid" state check.
2677 (dcache_poke_byte): Rewrite for new cache structure; clarify comment.
2678 (dcache_splay_tree_compare): New function.
2679 (dcache_init, dcache_free): Rewrite for new cache structure.
2680 (dcache_xfer_memory): Rewrite for new write-through cache structure.
2681 (dcache_print_line): New function.
2682 (dcache_info): Rewrite for new cache structure.
2683 (_initialize_dcache): Update "info dcache" help text.
2684 * dcache.h (dcache_xfer_memory): Update declaration.
2685 * target.c (memory_xfer_partial): Update calls to dcache_xfer_memory.
2686
26872009-08-19 Reid Kleckner <reid@kleckner.net>
4efc6507
DE
2688
2689 Add interface for JIT code generation.
2690 * NEWS: Announce JIT interface.
2691 * Makefile.in (SFILES): Add jit.c.
2692 (HFILES_NO_SRCDIR): Add jit.h.
2693 (COMMON_OBS): Add jit.o.
2694 * jit.c: New file.
2695 * jit.h: New file.
2696 * breakpoint.h (enum bptype): Add bp_jit_event to enum.
2697 * breakpoint.c:
2698 (update_breakpoints_after_exec): Delete jit breakpoints after exec.
2699 (bpstat_what): Update event table for bp_jit_event.
2700 (print_it_typical): Added case for bp_jit_event.
2701 (print_one_breakpoint_location): Added case for bp_jit_event.
2702 (allocate_bp_location): Added case for bp_jit_event.
2703 (mention): Added case for bp_jit_event.
2704 (delete_command): Added case for bp_jit_event.
2705 (breakpoint_re_set_one): Added case for bp_jit_event.
2706 (breakpoint_re_set): Added call to jit_inferior_created_hook.
2707 (create_jit_event_breakpoint): New.
2708 * infrun.c (handle_inferior_event): Add handler for jit event.
2709 (follow_exec): Add call to jit_inferior_created_hook.
2710
cab0c772
UW
27112009-08-19 Ulrich Weigand <uweigand@de.ibm.com>
2712
2713 * value.c (enum internalvar_kind): Replace INTERNALVAR_SCALAR by
2714 INTERNALVAR_INTEGER and INTERNALVAR_POINTER.
2715 (union internalvar_data): Replace "scalar" member by "integer"
2716 and "pointer".
2717 (value_of_internalvar): Handle INTERNALVAR_INTEGER and
2718 INTERNALVAR_POINTER instead of INTERNALVAR_SCALAR.
2719 (get_internalvar_integer): Likewise.
2720 (set_internalvar): Likewise.
2721 (set_internalvar_integer): Likewise.
2722 (preserve_one_internalvar): Likewise.
2723 (value_from_pointer): Handle typedef'd pointer types.
2724
1eefb858
TT
27252009-08-18 Tom Tromey <tromey@redhat.com>
2726
2727 * utils.c (add_internal_problem_command): Free set_doc and
2728 show_doc.
2729 * remote.c (add_packet_config_cmd): Free set_doc and show_doc.
2730 * language.c (add_language): Free language_set_doc.
2731
a8d1234e
TT
27322009-08-18 Tom Tromey <tromey@redhat.com>
2733
2734 * Makefile.in (ALL_TARGET_OBS): Remove prologue-value.o, solib.o.
2735
ff3536bc
UW
27362009-08-17 Ulrich Weigand <uweigand@de.ibm.com>
2737
2738 * symfile.c (reread_symbols): Call objfiles_changed *before*
2739 calling clear_symtab_users.
2740
872761f4
MS
27412009-08-17 Michael Snyder <msnyder@vmware.com>
2742
2743 * amd64-tdep.c: Add a frame unwinder for function epilogues.
2744 (amd64_in_function_epilogue_p): New function.
2745 (amd64_epilogue_frame_sniffer): New function.
2746 (amd64_epilogue_frame_cache): New function.
2747 (amd64_epilogue_frame_this_id): New function.
2748 (amd64_epilogue_frame_unwind): New struct frame_unwind.
2749 (amd64_init_abi): Hook the new unwinder.
2750
2751 * amd64-linux-tdep.c (amd64_linux_init_abi): Set gdbarch to use
2752 SVR4 method for skip_trampoline_code.
2753
f1f2b5f4
PA
27542009-08-17 Pedro Alves <pedro@codesourcery.com>>
2755
2756 * objfiles.c (objfile_relocate): Relocate the entry point before
2757 relocating the section offsets. Flush the section map before
2758 resetting breakpoints.
2759
7e960b20
DE
27602009-08-14 Doug Evans <dje@google.com>
2761
2762 * symfile.c (find_separate_debug_file): Remove double free of
2763 canon_name.
2764
b8fa0bfa
PA
27652009-08-14 Pedro Alves <pedro@codesourcery.com>
2766
2767 * top.c (any_thread_of): Delete.
2768 (kill_or_detach): Use any_thread_of_process.
2769 * top.c (print_inferior_quit_action): New.
2770 (quit_confirm): Rewrite to print info about all inferiors.
2771 * target.c (dispose_inferior): New.
2772 (target_preopen): Use it.
2773
759ef836
PA
27742009-08-14 Pedro Alves <pedro@codesourcery.com>
2775
2776 * ui-file.h (ui_file_xstrdup): Mention that the length argument
2777 may be NULL.
2778 * ui-file.c (ui_file_xstrdup): Don't dereference LENGTH if it is
2779 NULL.
2780 * aix-thread.c (aix_thread_extra_thread_info): Pass NULL as length
2781 parameter to ui_file_xstrdup.
2782 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2783 * infrun.c (print_target_wait_results): Ditto.
2784 * language.c (add_language): Ditto.
2785 * linespec.c (cplusplus_error): Ditto.
2786 * remote.c (escape_buffer): Ditto.
2787 * typeprint.c (type_to_string): Ditto.
2788 * utils.c (error_stream): Ditto.
2789 * varobj.c (value_get_print_value): Ditto.
2790 * xtensa-tdep.c (xtensa_verify_config): Replace `dummy' local with
2791 `length' local. Pass it to ui_file_xstrdup, and avoid an strlen
2792 call.
2793 * gdbarch.sh (verify_gdbarch): Ditto.
2794 * gdbarch.c: Regenerate.
2795 * cli/cli-setshow.c (do_setshow_command): Pass NULL as length
2796 parameter to ui_file_xstrdup.
2797 * python/python-frame.c (frapy_str): Ditto.
2798 * python/python-type.c (typy_str): Use the length local instead of
2799 calling strlen.
2800 * python/python-value.c (valpy_str): Pass NULL as length parameter
2801 to ui_file_xstrdup.
2802
6e0a4fbc
DE
28032009-08-13 Doug Evans <dje@google.com>
2804
2805 * utils.c (gnu_debuglink_crc32): Store crc32_table as unsigned int
2806 instead of unsigned long.
2807
4e7a5ef5
TT
28082009-08-13 Tom Tromey <tromey@redhat.com>
2809
2810 * varobj.c (update_dynamic_varobj_children): Don't use
2811 value_copy.
2812 * value.h: (preserve_one_value): Declare.
2813 (value_prepend_to_list, value_remove_from_list): Remove.
2814 * value.c (preserve_one_value): No longer static.
2815 (preserve_values): Call preserve_python_values.
2816 (value_prepend_to_list): Remove.
2817 (value_remove_from_list): Remove.
2818 * python/python.h (values_in_python): Don't declare.
2819 (preserve_python_values): Declare.
2820 * python/python-value.c (values_in_python): Change type. Move
2821 lower. Now static.
2822 (struct value_object): Add struct tag.
2823 <next, prev>: New fields.
2824 (valpy_dealloc): Update.
2825 (note_value): New function.
2826 (valpy_new): Use value_incref, note_value.
2827 (preserve_python_values): New function.
2828 (valpy_positive): Don't use value_copy.
2829 (value_to_value_object): Use value_incref, note_value.
2830 (convert_value_from_python): Update comment.
2831
ecd0ada5
PA
28322009-08-13 Pedro Alves <pedro@codesourcery.com>
2833
2834 * remote.c (remote_pid_to_str): If printing a process id and we
2835 don't know what the remote pid could be, output "Remote target";
2836 otherwise, use normal_pid_to_str.
2837
078bc676
TT
28382009-08-13 Tom Tromey <tromey@redhat.com>
2839
2840 * language.h (longest_raw_hex_string): Remove unused declaration.
2841
b84aa90a
PA
28422009-08-13 Pedro Alves <pedro@codesourcery.com>
2843
2844 PR gdb/8869:
2845
2846 * language.c (language, type, range, case_sensitive): Make const.
2847 (show_language_command): Don't call deprecated_show_value_hack.
2848 Special case "auto".
2849 (set_language_command): An unrecognized language is now an
2850 internal error instead of a user error. Don't call set_lang_str.
2851 (show_type_command): Don't call deprecated_show_value_hack.
2852 Special case "auto". Use warning.
2853 (set_type_command): An unrecognized type is now an internal error
2854 instead of a user error. Output type check mismatch with language
2855 here. Don't call set_type_str.
2856 (show_range_command): Don't call deprecated_show_value_hack.
2857 Special case "auto". Use warning.
2858 (set_range_command): An unrecognized range check is now an
2859 internal error instead of a warning. Output range check mismatch
2860 with language here. Don't call set_range_str.
2861 (show_case_command): Don't call deprecated_show_value_hack.
2862 Special case "auto". Use warning.
2863 (set_case_command): Don't call set_case_str. An unrecognized case
2864 check is now an internal error instead of a warning. Output range
2865 check mismatch with language here. Don't call set_case_str.
2866 (set_type_range_case): Don't call set_type_str, set_range_str or
2867 set_case_str here.
2868 (set_lang_str, set_type_str, set_range_str, set_case_str): Delete.
2869 (add_language): Install or reinstall the "set language" command
2870 here, and make it an enum command. Build the enumeration and the
2871 help string from the current list of known languages.
2872 (_initialize_language): Don't install "set language" here. Make
2873 "set check type", "set check range" and "set case-sensitive" enum
2874 commands. Register the "auto" "local" and "unknown" languages in
2875 that order.
2876
5efd5804
PA
28772009-08-13 Pedro Alves <pedro@codesourcery.com>
2878
2879 Revert 2009-08-07 changes for PR gdb/8869:
2880
2881 * language.c (set_language_command): Strip whitespace.
2882 (set_type_command): Likewise.
2883 (set_range_command): Likewise.
2884
2885 * language.c (language_completer): New function.
2886 (range_or_type_completer): New function.
2887 (case_completer): New function.
2888 (_initialize_language): Set completers.
2889 * cli/cli-decode.c (add_setshow_string_cmd): Return the "set"
2890 command.
2891 (add_setshow_string_noescape_cmd): Likewise.
2892 (add_setshow_integer_cmd): Likewise.
2893 (add_setshow_uinteger_cmd): Likewise.
2894 (add_setshow_zinteger_cmd): Likewise.
2895 (add_setshow_zuinteger_cmd): Likewise.
2896 * command.h (add_setshow_string_cmd,
2897 add_setshow_string_noescape_cmd, add_setshow_uinteger_cmd,
2898 add_setshow_zinteger_cmd, add_setshow_zuinteger_cmd): Update.
2899
cea39f65
MS
29002009-08-12 Michael Snyder <msnyder@vmware.com>
2901
2902 * remote.c (remote_add_inferior): Remove unused local.
2903 (remote_add_thread): Ditto.
2904 (read_ptid): Ditto.
2905 (remote_current_thread): Ditto.
2906 (remote_stop_ns): Ditto.
2907 (remote_parse_stop_reply): Ditto.
2908 (remote_get_pending_stop_replies): Ditto.
2909 (remote_wait_ns): Ditto.
2910 (remote_wait_as): Ditto.
2911 (send_g_packet): Ditto.
2912 (remote_fetch_registers): Ditto.
2913 (store_register_using_P): Ditto.
2914 (remote_store_registers): Ditto.
2915 (remote_remove_breakpoint): Ditto.
2916 (remote_write_qxfer): Ditto.
2917 (remote_read_qxfer): Ditto.
2918
4a227398
TT
29192009-08-11 Tom Tromey <tromey@redhat.com>
2920
2921 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Make a cleanup.
2922 (dwarf2_loc_desc_needs_frame): Likewise.
2923 * dwarf2expr.h (make_cleanup_free_dwarf_expr_context): Declare.
2924 * dwarf2expr.c (free_dwarf_expr_context_cleanup): New function.
2925 (make_cleanup_free_dwarf_expr_context): Likewise.
2926 * dwarf2-frame.c (execute_stack_op): Make a cleanup.
2927
4f6f9936
JK
29282009-08-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2929
2930 * objfiles.c (gdb_bfd_unref): Use the bfd_usrdata accessor.
2931 * solib.c (symbol_add_stub): Likewise.
2932 * symfile.c (symfile_bfd_open): Assert BFD_USRDATA is NULL.
2933
3aad21cf
PP
29342009-08-10 Paul Pluzhnikov <ppluzhnikov@google.com>
2935
2936 * objfiles.c (qsort_cmp): Remove assert.
2937 (preferred_obj_section): New function.
2938 (update_section_map): Filter duplicates.
2939
023e4e81
TG
29402009-08-10 Tristan Gingold <gingold@adacore.com>
2941
2942 * solib-darwin.c (find_program_interpreter): Simplify the code by
2943 looking up for the load_dylinker command instead of reading the
2944 corresponding (but deprecated) section.
2945 (darwin_solib_create_inferior_hook): Adjust: do not free the
2946 interpreter path.
2947
48f09bc0
TG
29482009-08-10 Tristan Gingold <gingold@adacore.com>
2949
2950 * i386-darwin-tdep.c (i386_m128_p): New function.
2951 (i386_darwin_arg_type_alignment): Ditto.
2952 (i386_darwin_push_dummy_call): Ditto.
2953 (i386_darwin_init_abi): Define Darwin specific push_dummy_call.
2954 Adjust long_double size. Adjust pc offset in setjump buffer.
2955
952b2d63
HZ
29562009-08-10 Hui Zhu <teawater@gmail.com>
2957
2958 Add Linux AMD64 process record support.
2959
2960 * amd64-linux-tdep.c (amd64_linux_record_tdep): New variable.
2961 This struct has the argument for the function
2962 "record_linux_system_call".
2963 (amd64_linux_syscall_record): New function. Parse the
2964 system call instruction and call function
2965 "record_linux_system_call" to record execute log.
2966 (i386_linux_init_abi): Initialize "amd64_linux_record_tdep".
2967 Set "amd64_linux_syscall_record" to "i386_syscall_record".
2968
2c543fc4
HZ
29692009-08-10 Hui Zhu <teawater@gmail.com>
2970
2971 Add process record Linux system call 64 bits support.
2972
2973 * linux-record.h (linux_record_tdep): Add size_pointer,
2974 size_size_t, size_iovec and arg6. Change the values of
2975 size_int, size_long and size_ulong to
2976 gdbarch_int_bit (gdbarch) / TARGET_CHAR_BIT,
2977 gdbarch_long_bit (gdbarch) / TARGET_CHAR_BIT,
2978 gdbarch_long_bit (gdbarch) / TARGET_CHAR_BIT.
2979 * i386-linux-tdep.c (i386_linux_init_abi): Ditto.
2980 (i386_linux_intx80_sysenter_record): Add a check for system
2981 call number.
2982 * linux-record.c (record_linux_system_call): Make this
2983 function support 64 bits.
2984
cf648174
HZ
29852009-08-10 Hui Zhu <teawater@gmail.com>
2986
2987 Add AMD64 process record instruction set support.
2988
2989 * i386-tdep.h (gdbarch_tdep): Add record_regmap for registers
2990 because the AMD64's registers order in GDB is not same with
2991 I386 instructions.
2992 Add i386_syscall_record to be the syscall function handle
2993 interface.
2994 (record_i386_regnum): Number for record_regmap.
2995 * i386-tdep.c (OT_QUAD): For 64 bits.
2996 (i386_record_s): Add rex_x, rex_b, rip_offset and
2997 popl_esp_hack for AMD64 instruction set. And regmap for
2998 record_regmap.
2999 (i386_record_lea_modrm_addr): Support AMD64 instruction set
3000 64 bits lea.
3001 (i386_record_lea_modrm): Ditto.
3002 (i386_record_push): New function. Record the execution log
3003 of push.
3004 (I386_RECORD_ARCH_LIST_ADD_REG): New macro to record the
3005 register.
3006 (i386_process_record): Support AMD64 instruction set.
3007 * amd64-tdep.c (amd64_record_regmap): For record_regmap.
3008 (amd64_init_abi): Set amd64_record_regmap to record_regmap.
3009
891e7584
PA
30102009-08-08 Pedro Alves <pedro@codesourcery.com>
3011
3012 * bfd-target.c (struct target_bfd_data): New.
3013 (target_bfd_xfer_partial): Adjust to get at the section table from
3014 the new structure.
3015 (target_bfd_get_section_table): Ditto.
3016 (target_bfd_xclose): Ditto. Get the bfd pointer from the
3017 target_bfd_data structure, from the section table.
3018 (target_bfd_reopen): Store a struct target_bfd_data in the
3019 target_ops to_data field, instead of a target_section_table.
3020
280d8011
HZ
30212009-08-08 Aleksandar Ristovski <aristovski@qnx.com>
3022 Hui Zhu <teawater@gmail.com>
3023
3024 * record.c (record_store_registers): Remove unused variable.
3025
bda180e0
TT
30262009-08-07 Tom Tromey <tromey@redhat.com>
3027
3028 * language.c (set_language_command): Strip whitespace.
3029 (set_type_command): Likewise.
3030 (set_range_command): Likewise.
3031
6cc0b256
TT
30322009-08-07 Tom Tromey <tromey@redhat.com>
3033
3034 PR gdb/8869:
3035 * language.c (language_completer): New function.
3036 (range_or_type_completer): New function.
3037 (case_completer): New function.
3038 (_initialize_language): Set completers.
3039 * cli/cli-decode.c (add_setshow_string_cmd): Return the "set"
3040 command.
3041 (add_setshow_string_noescape_cmd): Likewise.
3042 (add_setshow_integer_cmd): Likewise.
3043 (add_setshow_uinteger_cmd): Likewise.
3044 (add_setshow_zinteger_cmd): Likewise.
3045 (add_setshow_zuinteger_cmd): Likewise.
3046 * command.h (add_setshow_string_cmd,
3047 add_setshow_string_noescape_cmd, add_setshow_uinteger_cmd,
3048 add_setshow_zinteger_cmd, add_setshow_zuinteger_cmd): Update.
3049
e5af178f
PP
30502009-08-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3051
3052 gold/10400
3053 * dwarf2-frame.c (qsort_fde_cmp): Use stable sort.
3054
b01c8410
PP
30552009-08-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3056
3057 * dwarf2-frame.c (struct dwarf2_cie): Remove 'next'.
3058 (struct dwarf2_cie_table): New.
3059 (struct dwarf2_fde): Remove 'next'.
3060 (struct dwarf2_fde_table): New.
3061 (struct comp_unit): Remove 'cie'.
3062 (bsearch_cie_cmp, bsearch_fde_cmp): New function.
3063 (find_cie, dwarf2_frame_find_fde): Use bsearch.
3064 (add_cie, add_fde): Use array instead of linked list.
3065 (decode_frame_entry, decode_frame_entry_1): New parameters.
3066 (qsort_fde_cmp): New function.
3067 (dwarf2_build_frame_info): Adjust.
3068
5f814c3b
DL
30692009-08-06 Don Lee <don.lee@sunplusct.com>
3070
3071 * score-tdep.c: Support a new Sunplus CT S+core variant, S+core 3.
3072 * score-tdep.h: Ditto.
3073 * NEWS: Ditto.
3074 * configure.tgt: Test do we have a simulator.
3075 * MAINTAINERS: Add myself under target score
3076
78ad01c1
NR
30772009-08-06 Nick Roberts <nickrob@snap.net.nz>
3078
3079 * utils.c (defaulted_query): Don't ask for confirmation if server
3080 prefix is used.
3081
768f0929
TT
30822009-08-05 Tom Tromey <tromey@redhat.com>
3083
3084 * spu-tdep.h (SPUADDR_SPU): Cast result to int.
3085
e3c69974
PP
30862009-08-04 Paul Pluzhnikov <ppluzhnikov@google.com>
3087
3088 * objfiles.h (OBJF_KEEPBFD): Delete.
3089 (gdb_bfd_unref): New prototype.
3090 * objfiles.c (gdb_bfd_unref): New function.
3091 (free_objfile): Call gdb_bfd_unref.
3092 * solib.c (free_so): Likewise.
3093 (symbol_add_stub): Set refcount.
78ad01c1 3094
afd0cd3f
MS
30952009-08-04 Hui Zhu <teawater@gmail.com>
3096 Michael Snyder <msnyder@vmware.com>
3097
3098 * record.c (record_mem_entry): New field 'mem_entry_not_accessible'.
3099 (record_arch_list_add_mem): Initialize 'mem_entry_not_accessible'.
3100 (record_wait): Set 'mem_entry_not_accessible' flag if target
3101 memory not readable. Don't try to change target memory if
3102 'mem_entry_not_accessible' is set.
3103
1ffa32ee
JK
31042009-08-03 Richard Guenther <rguenther@suse.de>
3105 Jan Kratochvil <jan.kratochvil@redhat.com>
3106
3107 Fix memory corruption on reread of file through a symbolic link.
3108 * symfile.c (find_separate_debug_file): Initialize CANON_NAME earlier.
3109 Allocate DEBUGFILE with length based on CANON_NAME. Free CANON_NAME on
3110 all the return paths.
3111
48cb2d85
VP
31122009-08-03 Jim Ingham <jingham@apple.com>
3113 Vladimir Prus <vladimir@codesourcery.com>
3114
3115 Implement -break-commands
3116
3117 * breakpoint.c (get_breakpoint, breakpoint_set_commands): New.
3118 (commands_command): Use breakpoint_set_commands.
3119 * breakpoint.h (get_breakpoint, breakpoint_set_commands): Declare.
3120
3121 * mi/mi-cmds.h (mi_cmd_break_commands): New.
3122 * mi/mi-cmds.c: Register -break-commands.
3123 * mi/mi-cmd-break.c (mi_cmd_break_commands, mi_read_next_line)
3124 (mi_command_line_array, mi_command_line_array_cnt)
3125 (mi_command_line_array_ptr): New.
3126
3c1179ff
VP
31272009-08-03 Jim Ingham <jingham@apple.com>
3128 Vladimir Prus <vladimir@codesourcery.com>
3129
3130 Refactor reading of commands
3131
3132 * defs.h (read_command_lines_1): Declare.
3133 * cli/cli-script.c (read_next_line): Only return string,
3134 do not process.
3135 (process_next_line): New, extracted from read_next_line.
3136 (recurse_read_control_structure): Take a function pointer to the
3137 read function.
3138 (get_command_line) Pass the read_next_line as reader function
3139 into recurse_read_control_structure.
3140 (read_command_lines_1): New, extracted from...
3141 (read_command_lines): ...here.
3142
73930d4d
KH
31432009-07-31 Kazu Hirata <kazu@codesourcery.com>
3144
3145 * procfs.c (proc_set_current_signal): Populate mysinfo before
3146 copying it to arg.
3147 (proc_clear_current_signal): Likewise.
3148 (proc_set_watchpoint): Populate pwatch before copying it to arg.
3149
1f4437a4
MS
31502009-07-31 Michael Snyder <msnyder@vmware.com>
3151
3152 * remote.c (store_register_using_P): Call putpkt and getpkt
3153 directly instead of calling remote_send.
27a9c0bf
MS
3154 (store_registers_using_G): Ditto.
3155 (fetch_register_using_p): Ditto.
3156
3157 * remote.c (store_register_using_P): Make error msg more verbose.
3158 (store_registers_using_G): Ditto.
1f4437a4
MS
3159 (fetch_register_using_p): Ditto.
3160
ff1a52c6
UW
31612009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3162
3163 * spu-tdep.c: Include "infcall.h".
3164 (spu_address_class_type_flags): New function.
3165 (spu_address_class_type_flags_to_name): Likewise.
3166 (spu_address_class_name_to_type_flags): Likewise.
3167 (spu_pointer_to_address): Handle __ea pointers.
3168 (spu_auto_flush_cache_p): New static variable.
3169 (spu_objfile_from_frame): New function.
3170 (flush_ea_cache, spu_attach_normal_stop): Likewise.
3171 (show_spu_auto_flush_cache): Likewise.
3172 (spu_gdbarch_init): Install address class handlers.
3173 (_initialize_spu_tdep): Attach to normal_stop observer.
3174 Install "set spu auto-flush-cache" / "show spu auto-flush-cache"
3175 commands.
3176
3177 * NEWS: Mention "set/show spu auto-flush-cache" commands.
3178
3285f3fe
UW
31792009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3180
3181 * spu-tdep.c: Include "block.h".
3182 (setspucmdlist, showspucmdlist): New static variables.
3183 (spu_stop_on_load_p): Likewise.
3184 (spu_catch_start): New function.
3185 (show_spu_command, set_spu_command): New functions.
3186 (show_spu_stop_on_load): Likewise.
3187 (_initialize_spu_tdep): Attach spu_catch_start to new_objfile observer.
3188 Install "set spu" / "show spu" prefix command handler.
3189 Install "set spu stop-on-load" / "show spu stop-on-load" command.
3190
3191 * NEWS: Mention "set/show spu stop-on-load" commands.
3192
cc5f0d61
UW
31932009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3194
3195 * ppc-linux-tdep.c: Include "solib.h", "solist.h", "exceptions.h",
3196 "arch-utils.h", and "spu-tdep.h".
3197 (spu_context_objfile, spe_context_lm_addr, spe_context_offset):
3198 New static variables.
3199 (spe_context_cache_ptid, spe_context_cache_address): Likewise.
3200 (ppc_linux_spe_context_lookup): New function.
3201 (ppc_linux_spe_context_inferior_created): Likewise.
3202 (ppc_linux_spe_context_solib_loaded): Likewise.
3203 (ppc_linux_spe_context_solib_unloaded): Likewise.
3204 (ppc_linux_spe_context): Likewise.
3205 (struct ppu2spu_cache, struct ppu2spu_data): New data types.
3206 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register,
3207 ppu2spu_unwind_register, ppu2spu_sniffer,
3208 ppu2spu_dealloc_cache): New functions.
3209 (ppu2spu_unwind): New static variable.
3210 (ppc_linux_init_abi): Install cross-architecture unwinder.
3211 (_initialize_ppc_linux_tdep): Attach to observers.
3212
3213 * spu-tdep.c (struct spu2ppu_cache): New data type.
3214 (spu2ppu_prev_arch, spu2ppu_this_id, spu2ppu_prev_register,
3215 spu2ppu_sniffer, spu2ppu_dealloc_cache): New functions.
3216 (spu2ppu_unwind): New static variable.
3217 (spu_gdbarch_init): Install cross-architecture unwinder.
3218
85e747d2
UW
32192009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3220
3221 * target.h (enum strata): New value arch_stratum.
3222 * target.c (target_require_runnable): Skip arch_stratum targets.
3223
3224 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
3225 solib-spu.o and spu-multiarch.o to gdb_target_obs.
3226 * Makefile.in (ALL_TARGET_OBS): Add solib-spu.o and spu-multiarch.o.
3227 (ALLDEPFILES): Add solib-spu.c and spu-multiarch.c.
3228
3229 * solib-spu.c: New file.
3230 * solib-spu.h: New file.
3231 * spu-multiarch.c: New file.
3232
3233 * spu-tdep.h (SPUADDR, SPUADDR_SPU, SPUADDR_ADDR): New macros.
3234
3235 * spu-tdep.c (struct gdbarch_tdep): New member id.
3236 (spu_gdbarch_id): New function.
3237 (spu_lslr): New function.
3238
3239 (spu_address_to_pointer): New function.
3240 (spu_pointer_to_address): Support SPU ID address encoding. Use
3241 spu_gdbarch_id and spu_lslr.
3242 (spu_integer_to_address): Likewise.
3243 (spu_frame_unwind_cache): Update for encoded addresses.
3244 (spu_unwind_pc, spu_unwind_sp): Likewise.
3245 (spu_read_pc, spu_write_pc): Likewise.
3246 (spu_push_dummy_call): Likewise.
3247 (spu_software_single_step): Likewise.
3248 (spu_get_longjmp_target): Likewise.
3249 (spu_overlay_update_osect): Likewise.
3250
3251 (spu_dis_asm_print_address): New function.
3252 (gdb_print_insn_spu): Likewise.
3253
3254 (spu_gdbarch_init): Store SPU ID in tdep structure.
3255 Install spu_address_to_pointer and gdb_print_insn_spu.
3256
3257 * ppc-linux-tdep.c: Include "observer.h", "auxv.h", "elf/common.h"
3258 and "solib-spu.h".
3259 (ppc_linux_entry_point_addr): New static variable.
3260 (ppc_linux_inferior_created): New function.
3261 (ppc_linux_displaced_step_location): Likewise.
3262 (ppc_linux_init_abi): Enable Cell/B.E. support if supported
3263 by the target.
3264 (_initialize_ppc_linux_tdep): Attach to inferior_created observer.
3265
3266 * NEWS: Mention multi-architecture and Cell/B.E. debugging
3267 capabilities.
3268
efcbbd14
UW
32692009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3270
3271 * linux-nat.c: Include <sys/vfs.h>.
3272 (SPUFS_MAGIC): Define.
3273 (spu_enumerate_spu_ids): New function.
3274 (linux_proc_xfer_spu): New function.
3275 (linux_xfer_partial): Handle TARGET_OBJECT_SPU.
3276
3277 (iterate_over_spus): New function.
3278 (struct linux_spu_corefile_data): New data type.
3279 (linux_spu_corefile_callback): New function.
3280 (linux_spu_make_corefile_notes): New function.
3281 (linux_nat_make_corefile_notes): Call it.
3282
3283 * corelow.c (struct spuid_list): New data type.
3284 (add_to_spuid_list): New function.
3285 (core_xfer_partial): Handle TARGET_OBJECT_SPU.
3286
f4d9bade
UW
32872009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3288
3289 * features/Makefile: Allow sub-platform specific expedite settings.
3290 (WHICH): Add rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
3291 (rs6000/powerpc-cell32l-expedite): Define.
3292 (rs6000/powerpc-cell64l-expedite): Likewise.
3293 * features/rs6000/powerpc-cell32l.xml: New file.
3294 * features/rs6000/powerpc-cell64l.xml: New file.
3295 * features/rs6000/powerpc-cell32l.c: New generated file.
3296 * features/rs6000/powerpc-cell64l.c: New generated file.
3297
3298 * regformats/rs6000/powerpc-cell32l.dat: New generated file.
3299 * regformats/rs6000/powerpc-cell64l.dat: New generated file.
3300
3301 * config/djgpp/fnchange.lst: Add mappings for new files.
3302
3303 * ppc-linux-tdep.h (tdesc_powerpc_cell32l): Add prototype.
3304 (tdesc_powerpc_cell64l): Likewise.
3305 * ppc-linux-tdep.c: Include "features/rs6000/powerpc-cell32l.c"
3306 and "features/rs6000/powerpc-cell64l.c".
3307 (_initialize_ppc_linux_tdep): Initialize target descriptions.
3308 (ppc_linux_spu_section): New function.
3309 (ppc_linux_core_read_description): Detect Cell/B.E. core files.
3310 * ppc-linux-nat.c (PPC_FEATURE_CELL): Define.
3311 (ppc_linux_read_description): Detect Cell/B.E. architecture.
3312
3313 * rs6000-tdep.c (rs6000_gdbarch_init): Do not trust BFD wordsize
3314 if exec file is not PowerPC architecture.
3315
e35359c5
UW
33162009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3317
3318 * features/gdb-target.dtd (target): Accept optional
3319 <compatible> elements.
3320 (compatible): Define element.
3321
3322 * target-descriptions.h (tdesc_compatible_p): New.
3323 (tdesc_add_compatible): New.
3324 * target-descriptions.c (arch_p): New VEC_P type.
3325 (struct target_desc): New member compatible.
3326 (free_target_description): Handle it.
3327 (maint_print_c_tdesc_cmd): Likewise.
3328 (tdesc_compatible_p): New function.
3329 (tdesc_add_compatible): New function.
3330
3331 * xml-tdesc.c (tdesc_end_compatible): New function.
3332 (target_children): Handle <compatible> element.
3333
3334 * arch-utils.c (choose_architecture_for_target): Accept target
3335 description instead of BFD architecture as input. Query target
3336 description for compatible architectures.
3337 (gdbarch_info_fill): Update call.
3338
3339 * NEWS: Mention <compatible> element of target descriptions.
3340
3a1bae8e
UW
33412009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3342
3343 * breakpoint.c (remove_breakpoints): If removing one breakpoint
3344 location fails, still continue to remove other locations.
3345 (remove_hw_watchpoints): Likewise.
3346 (detach_breakpoints): Likewise.
3347
8bea4e01
UW
33482009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3349
3350 * breakpoint.h (enum enable_state): Add bp_startup_disabled.
3351 (disable_breakpoints_before_startup): Add prototype.
3352 (enable_breakpoints_after_startup): Likewise.
3353
3354 * breakpoint.c (executing_startup): New static variable.
3355 (describe_other_breakpoints): Handle bp_startup_disabled.
3356 (check_duplicates_for): Likewise.
3357 (disable_breakpoints_before_startup): New function.
3358 (enable_breakpoints_after_startup): New function.
3359 (create_breakpoint): Mark new breakpoints as bp_startup_disabled
3360 if executing_startup flag is true.
3361 (break_command_really): Likewise.
3362 (breakpoint_re_set_one): Skip bp_startup_disabled breakpoints.
3363
cca44b1b
JB
33642009-07-31 Julian Brown <julian@codesourcery.com>
3365
3366 * arm-linux-tdep.c (arch-utils.h, inferior.h, gdbthread.h, symfile.h):
3367 Include files.
3368 (arm_linux_cleanup_svc, arm_linux_copy_svc): New.
3369 (cleanup_kernel_helper_return, arm_catch_kernel_helper_return): New.
3370 (arm_linux_displaced_step_copy_insn): New.
3371 (arm_linux_init_abi): Initialise displaced stepping callbacks.
3372 * arm-tdep.c (DISPLACED_STEPPING_ARCH_VERSION): New macro.
3373 (ARM_NOP): New.
3374 (displaced_read_reg, displaced_in_arm_mode, branch_write_pc)
3375 (bx_write_pc, load_write_pc, alu_write_pc, displaced_write_reg)
3376 (insn_references_pc, copy_unmodified, cleanup_preload, copy_preload)
3377 (copy_preload_reg, cleanup_copro_load_store, copy_copro_load_store)
3378 (cleanup_branch, copy_b_bl_blx, copy_bx_blx_reg, cleanup_alu_imm)
3379 (copy_alu_imm, cleanup_alu_reg, copy_alu_reg)
3380 (cleanup_alu_shifted_reg, copy_alu_shifted_reg, cleanup_load)
3381 (cleanup_store, copy_extra_ld_st, copy_ldr_str_ldrb_strb)
3382 (cleanup_block_load_all, cleanup_block_store_pc)
3383 (cleanup_block_load_pc, copy_block_xfer, cleanup_svc, copy_svc)
3384 (copy_undef, copy_unpred): New.
3385 (decode_misc_memhint_neon, decode_unconditional)
3386 (decode_miscellaneous, decode_dp_misc, decode_ld_st_word_ubyte)
3387 (decode_media, decode_b_bl_ldmstm, decode_ext_reg_ld_st)
3388 (decode_svc_copro, arm_process_displaced_insn)
3389 (arm_displaced_init_closure, arm_displaced_step_copy_insn)
3390 (arm_displaced_step_fixup): New.
3391 (arm_gdbarch_init): Initialise max insn length field.
3392 * arm-tdep.h (DISPLACED_TEMPS, DISPLACED_MODIFIED_INSNS): New
3393 macros.
3394 (displaced_step_closure, pc_write_style): New.
3395 (arm_displaced_init_closure, displaced_read_reg)
3396 (arm_process_displaced_insn, arm_displaced_init_closure)
3397 (displaced_read_reg, displaced_write_reg, arm_displaced_step_copy_insn)
3398 (arm_displaced_step_fixup): Add prototypes.
3399
929dfd4f
JB
34002009-07-31 Pedro Alves <pedro@codesourcery.com>
3401 Julian Brown <julian@codesourcery.com>
3402
3403 * infrun.c (displaced_step_fixup): If this is a software
3404 single-stepping arch, don't tell the target to single-step.
3405 (maybe_software_singlestep): Return 0 if we're using displaced
3406 stepping.
3407 (resume): If this is a software single-stepping arch, and
3408 displaced-stepping is enabled, use it for all single-step
3409 requests.
3410
1983cb9a
RW
34112009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3412
3413 * Makefile.in (ACLOCAL, ACLOCAL_AMFLAGS, aclocal_m4_deps)
3414 (AUTOCONF, configure_deps, AUTOHEADER): New variables.
3415 ($(srcdir)/aclocal.m4, $(srcdir)/configure, $(srcdir)/config.in)
3416 (am--refresh): New rules.
3417 (stamp-h, config.status): List config.in and configure including
3418 $(srcdir)/ prefix.
3419 * aclocal.m4: Regenerate.
3420 * configure: Regenerate.
3421
fe79276f
TS
34222009-07-30 Thomas Schwinge <tschwinge@gnu.org>
3423
3424 * gnu-nat.c (add_task_commands) <stopped>: Register the correct
3425 callback function.
3426
2edfe795
L
34272009-07-30 H.J. Lu <hongjiu.lu@intel.com>
3428
3429 * ia64-tdep.c (ia64_access_reg): Correct paddress.
3430
54333c3b
JK
34312009-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3432
3433 Replace public function varobj_list by all_root_varobjs iterator.
3434 * mi/mi-cmd-var.c (struct mi_cmd_var_update, mi_cmd_var_update_iter):
3435 New.
3436 (mi_cmd_var_update): Replace the varobj_list call by all_root_varobjs.
3437 Remove the variables rootlist, cr. New variable data.
3438 * varobj.c (rootcount, varobj_list): Remove.
3439 (install_variable, uninstall_variable): Remove the rootcount updates.
3440 (all_root_varobjs): New function.
3441 (varobj_invalidate): Use the all_root_varobjs call. Move the code to...
3442 (varobj_invalidate_iter): ... a new function.
3443 * varobj.h (varobj_list): Remove the prototype.
3444 (all_root_varobjs): New prototype.
3445
60f25dfd
PP
34462009-07-29 Paul Pluzhnikov <ppluzhnikov@google.com>
3447
3448 PR gdb/6817
3449 * dbxread.c (read_dbx_symtab): Reduce stack use.
3450
e23cce45
JK
34512009-07-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3452
3453 Fix gcc-4.5 HEAD warnings.
3454 * cp-name-parser.y (%union <typed_val_int>, %token GLOBAL)
3455 (GLOBAL_CONSTRUCTORS, GLOBAL_DESTRUCTORS, demangler_special <GLOBAL>):
3456 Remove.
3457 (yylex <"global constructors keyed to ">)
3458 (yylex <"global destructors keyed to ">): Base it on DEMANGLER_SPECIAL.
3459 (cp_comp_to_string): Remove variables str, prefix and buf. Remove the
3460 GLOBAL_DESTRUCTORS and GLOBAL_CONSTRUCTORS handling.
3461 (cp_print): Remove the GLOBAL_DESTRUCTORS and GLOBAL_CONSTRUCTORS
3462 handling.
3463
58d6951d
DJ
34642009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3465
3466 * NEWS: Mention ARM VFP support.
3467 * target-descriptions.c (tdesc_register_type): Make public.
3468 (tdesc_unnumbered_register): New function.
3469 (tdesc_register_reggroup_p): Allow missing
3470 pseudo_register_reggroup_p.
3471 * target-descriptions.h (tdesc_register_type): Declare.
3472 (tdesc_unnumbered_register): Declare.
3473 * arm-tdep.c (arm_neon_quad_read, arm_neon_quad_write): New functions.
3474 (arm_push_dummy_call): Use arm_neon_quad_write.
3475 (arm_neon_double_type, arm_neon_quad_type): New functions.
3476 (arm_register_type): Handle VFP and NEON registers. Override the
3477 types of double-precision registers for NEON. Disable FPA registers
3478 if they are not present.
3479 (arm_dwarf_reg_to_regnum): Add current VFP and NEON register numbers.
3480 (arm_return_value): Use arm_neon_quad_write and arm_neon_quad_read.
3481 (arm_register_name): Handle VFP single and NEON quad registers.
3482 (arm_pseudo_read, arm_pseudo_write): New functions.
3483 (arm_gdbarch_init): Check for VFP and NEON in the target description.
3484 Assign numbers to double-precision registers. Register VFP and NEON
3485 pseudo registers. Remove a shadowed "i" variable.
3486 * arm-tdep.h (enum gdb_regnum): Add ARM_D0_REGNUM and
3487 ARM_D31_REGNUM.
3488 (struct gdbarch_tdep): Add have_neon_pseudos, have_neon,
3489 have_vfp_registers, have_vfp_pseudos, neon_double_type,
3490 and neon_quad_type.
3491
3492 * features/Makefile: Make expedite settings only architecture
3493 specific.
3494 (WHICH): Add new ARM descriptions.
3495 * features/arm-with-neon.xml, features/arm-with-vfpv2.c,
3496 features/arm-with-vfpv3.c, features/arm-vfpv2.xml,
3497 features/arm-vfpv3.xml, features/arm-with-vfpv2.xml,
3498 features/arm-with-vfpv3.xml, features/arm-with-neon.c: New files.
3499 * regformats/arm-with-neon.dat, regformats/arm-with-vfpv2.dat,
3500 regformats/arm-with-vfpv3.dat: Generate.
3501
79626f8a
DJ
35022009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3503
3504 * infrun.c (handle_inferior_event): Clear trap_expected after
3505 stepping past a single-step breakpoint.
3506
90445bd3
DJ
35072009-07-28 Joseph Myers <joseph@codesourcery.com>
3508
3509 * arm-tdep.c (enum arm_vfp_cprc_base_type,
3510 arm_vfp_cprc_unit_length, arm_vfp_cprc_reg_char,
3511 arm_vfp_cprc_sub_candidate, arm_vfp_call_candidate,
3512 arm_vfp_abi_for_function): New.
3513 (arm_push_dummy_call): Handle VFP ABI.
3514 (arm_extract_return_value, arm_store_return_value): Handle
3515 ARM_FLOAT_VFP case.
3516 (arm_return_value): Handle VFP ABI.
3517 (arm_gdbarch_init): Default fp_model based on Tag_ABI_VFP_args for
3518 EABI binaries.
3519
3612b192
DJ
35202009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3521
3522 * arch-utils.c (displaced_step_at_entry_point): Do not call
3523 gdbarch_convert_from_func_ptr_addr.
3524 * cris-tdep.c: Remove outdated comment.
3525 * infcall.c (call_function_by_hand): Do not call
3526 gdbarch_convert_from_func_ptr_addr after entry_point_address.
3527 * objfiles.c (entry_point_address): Call both
3528 gdbarch_convert_from_func_ptr_addr and
3529 gdbarch_addr_bits_remove.
3530
745a434e
AR
35312009-07-28 Aleksandar Ristovski <aristovski@qnx.com>
3532
3533 * nto-tdep.c (nto_thread_state_str): New array.
3534 (nto_extra_thread_info): New function definition.
3535 * nto-tdep.h (gdbthread.h): New include.
3536 (private_thread_info): New struct.
3537 (nto_extra_thread_info): New declaration.
3538 * nto-procfs.c (procfs_thread_alive): Properly check if
3539 thread is still alive.
3540 (update_thread_private_data_name, update_thread_private_data): New
3541 function definition.
3542 (procfs_find_new_threads): Fetch thread private data.
3543 (init_procfs_ops): Register to_extra_thread_info.
3544
46106157
PA
35452009-07-25 Pedro Alves <pedro@codesourcery.com>
3546
3547 * stack.c (backtrace_command_1): Remove dead check of NULL current
3548 frame.
3549
e681b284
KS
35502009-07-23 Keith Seitz <keiths@redhat.com>
3551
3552 * source.c (forward_search_command): Don't fclose the stream,
3553 just run the cleanups.
3554 (reverse_search_command): Likewise.
3555
89295b4d
PP
35562009-07-23 Paul Pluzhnikov <ppluzhnikov@google.com>
3557
3558 * symtab.c (search_symbols): Add QUIT.
3559
8caee43b
PP
35602009-07-22 Paul Pluzhnikov <ppluzhnikov@google.com>
3561
3562 * symfile.c (symbol_file_add_with_addrs_or_offsets): Call observer.
3563
bb272892
PP
35642009-07-22 Paul Pluzhnikov <ppluzhnikov@google.com>
3565
3566 * objfiles.h (objfiles_changed): New prototype.
3567 * objfiles.c (objfiles_updated_p): Rename to objfiles_changed_p.
3568 (allocate_objfile, free_objfile): Must rebuild section map.
3569 (objfile_relocate): Likewise.
3570 (update_section_map, find_pc_section): Adjust.
3571 (set_objfiles_updated_on_exe_change): Remove.
3572 (set_objfiles_updated_on_solib_activity): Remove.
3573 (_initialize_objfiles): Remove.
3574 (objfiles_changed): New function.
3575 * symfile.c (reread_symbols): Call objfiles_changed.
3576
9a9dc473
HZ
35772009-07-22 Hui Zhu <teawater@gmail.com>
3578
3579 * record.c (record_xfer_partial): Call error When nquery
3580 return "n".
3581
a845f5cb
PP
35822009-07-21 Paul Pluzhnikov <ppluzhnikov@google.com>
3583
3584 * objfiles.c (objfiles_updated_p): New variable.
3585 (qsort_cmp, bsearch_cmp, update_section_map): New function.
3586 (find_pc_section): Use bsearch.
3587 (set_objfiles_updated_on_exe_change): New function.
3588 (set_objfiles_updated_on_solib_activity): New function.
3589 (_initialize_objfiles): New function.
3590
c761c4ee 35912009-07-21 Michael Eager <eager@eagercon.com>
4d09ffea
MS
3592
3593 * features/rs6000/powerpc-405.xml: New.
3594 * rs6000-tdep.c: Add include & initialize for
3595 powerpc-405.c, add 405 to variants.
3596 * features/rs6000/powerpc-405.c: Generate.
3597
26bb68be
PP
35982009-07-21 Paul Pluzhnikov <ppluzhnikov@google.com>
3599
25f77bfa 3600 * utils.c (internal_vproblem): Always print failure message.
26bb68be 3601
4ea48cc1
DJ
36022009-07-21 Daniel Jacobowitz <dan@codesourcery.com>
3603 Vladimir Prus <vladimir@codesourcery.com>
3604
3605 * valops.c (value_fetch_lazy): Handle bitfields explicitly.
3606 (value_assign): Remove unnecessary FIXME. Honor the container
3607 type of bitfields if possible.
3608 * value.c (struct value): Add parent field.
3609 (value_parent): New function.
3610 (value_free): Free the parent also.
3611 (value_copy): Copy the parent also.
3612 (value_primitive_field): Do not read the contents of a lazy
3613 value to create a child bitfield value. Set bitpos and offset
3614 according to the container type if possible.
3615 (unpack_bits_as_long): Rename from unpack_field_as_long. Take
3616 field_type, bitpos, and bitsize instead of type and fieldno.
3617 (unpack_field_as_long): Use unpack_bits_as_long.
3618 * value.h (value_parent, unpack_bits_as_long): New prototypes.
3619
828d3400
DJ
36202009-07-21 Daniel Jacobowitz <dan@codesourcery.com>
3621
3622 * value.c (struct value): Add reference_count field.
3623 (allocate_value_lazy): Initialize reference_count.
3624 (value_incref): New function.
3625 (value_free): Check the reference count.
3626 * value.h (value_incref): New prototype.
3627
7a01c6e0
MK
36282009-07-20 Marc Khouzam <marc.khouzam@ericsson.com>
3629
3630 * utils.c (defaulted_query): Update comment and remove dead code.
3631
348e048f
DE
36322009-07-20 Doug Evans <dje@google.com>
3633
3634 Add support for "comdat types" from DWARF4.
3635 * dwarf2read.c (dwarf2_per_objfile): New member types,
3636 signatured_types.
3637 (TYPES_SECTION): New macro.
3638 (dwarf2_per_cu_data): Change size of length field from 30 bits
3639 to 29 bits. New member from_debug_types.
3640 (signatured_type): New struct.
3641 (struct attribute): New union member signatured_type.
3642 (DW_SIGNATURED_TYPE): New macro.
3643 (dwarf2_attr_no_follow): New function.
3644 (read_type_unit_scope): New function.
3645 (follow_die_ref_or_sig, follow_die_sig): New functions.
3646 (dwarf2_locate_sectoins): Handle .debug_types.
3647 (dwarf2_build_psymtabs): Read .debug_types.
3648 (read_type_comp_unit_head): New function.
3649 (hash_type_signature, eq_type_signature): New functions.
3650 (create_debug_types_hash_table): New function.
3651 (lookup_signatured_type): New function.
3652 (process_psymtab_comp_unit): Handle type units too.
3653 (process_type_comp_unit, build_type_psymtabs): New functions.
3654 (dwarf2_build_psymtabs_hard): Call build_type_psymtabs.
3655 (load_partial_comp_unit): Assert not called for a type unit.
3656 (skip_one_die): Handle DW_FORM_sig8.
3657 (queue_comp_unit): Don't call load_full_comp_unit here, or
3658 update read_in_chain.
3659 (psymtab_to_symtab_1): Call read_signatured_type_at_offset for
3660 type units, or load_full_comp_unit for comp units after
3661 queue_comp_unit returns.
3662 (load_full_comp_unit): Assert not called for type units.
3663 (load_full_comp_unit): Update read_in_chain here.
3664 (process_die): Handle DW_TAG_type_unit.
3665 (read_structure_type): Look for signatured types.
3666 (read_enumeration_type): Ditto.
3667 (init_cu_die_reader): Handle .debug_types.
3668 (read_comp_unit): Assert hash not computed yet.
3669 (read_die_and_children): Expand debugging printf to handle .debug_types.
3670 (read_partial_die): Handle DW_TAG_type_unit:
3671 (find_patial_die): Handle .debug_types.
3672 (read_attribute_value): Handle DW_FORM_sig8.
3673 (die_type): Call follow_die_ref_or_sig instead of follow_die_ref.
3674 (die_containing_type): Ditto.
3675 (dwarf_tag_name): Handle DW_TAG_type_unit.
3676 (dwarf_attr_name): Handle DW_AT_signature.
3677 (dwarf_form_name): Handle DW_FORM_sec_offset, DW_FORM_exprloc,
3678 DW_FORM_flag_present, DW_FORM_sig8.
3679 (dump_die_shallow): Handlel DW_FORM_sig8.
3680 (maybe_queue_comp_unit): Change return type to int from void.
3681 All callers updated.
3682 (follow_die_ref): Handle .debug_types.
3683 (lookup_signatured_type_at_offset): New function.
3684 (read_signatured_type_at_offset): New function.
3685 (read_signatured_type): New function.
3686
f4290e2a
UW
36872009-07-20 Ulrich Weigand <uweigand@de.ibm.com>
3688
3689 * arch-utils.c (gdbarch_info_fill): Only reference GDB_OSABI_DEFAULT
3690 if the macro is defined.
3691
08d16641
PA
36922009-07-20 Pedro Alves <pedro@codesourcery.com>
3693
3694 * features/gdb-target.dtd (target): Accept an optional 'osabi'
3695 element.
3696 (osabi): Define element.
3697 * features/mips-linux.xml (target): Add an osabi subelement set to
3698 GNU/Linux.
3699 * regformats/regdat.sh (xmlarch, xmlosabi): New variables. Don't
3700 write the architecture into $xmltarget. Store it in $xmlarch.
3701 Handle the 'osabi' type. Handle outputting the osabi element of
3702 the target description.
3703 * regformats/reg-x86-64-linux.dat (osabi): Set to GNU/Linux.
3704 * regformats/reg-i386-linux.dat (osabi): Set to GNU/Linux.
3705
3706 * target-descriptions.h (tdesc_osabi, set_tdesc_osabi): Declare.
3707 * target-descriptions.c (struct target_desc) <osabi>: New field.
3708 (tdesc_osabi): New function.
3709 (set_tdesc_osabi): New function.
3710 * xml-tdesc.c: Include osabi.h.
3711 (tdesc_end_osabi): New.
3712 (target_children): Parse "osabi" elements.
3713 * arch-utils.c (gdbarch_info_fill): Try to get the osabi from the
3714 target description if the user didn't override it or it is not
3715 extractable from the bfd. If that still fails, fallback to the
3716 configured in default.
3717 * osabi.h (osabi_from_tdesc_string): Declare.
3718 * osabi.c (osabi_from_tdesc_string): New.
3719 (gdbarch_lookup_osabi): Return GDB_OSABI_UNKNOWN instead of
3720 GDB_OSABI_DEFAULT.
3721
3722 * NEWS: Mention that target descriptions can now describe the
3723 target OS ABI.
3724
a156a290
MF
37252009-07-20 Mike Frysinger <vapier@gentoo.org>
3726
3727 * configure.ac (AC_CHECK_FUNCS): Check for pipe.
3728 * config.in, configure: Regenerate.
3729 * tui/tui-io.c (TUI_USE_PIPE_FOR_READLINE): Define if HAVE_PIPE.
3730
b4d1e8c7
PA
37312009-07-20 Pedro Alves <pedro@codesourcery.com>
3732
3733 * gnu-nat.c: Include "inf-child.h".
3734 (gnu_mourn_inferior): Use the passed in target_ops
3735 instead of the gnu_ops global.
3736 (gnu_create_inferior): Inline `attach_to_child', use the passed in
3737 target_ops instead of the gnu_ops global.
3738 (gnu_can_run): Delete.
3739 (gnu_attach): Use the passed in target_ops instead of the gnu_ops
3740 global.
3741 (gnu_detach): Ditto.
3742 (gnu_prepare_to_store, gnu_open): Delete.
3743 (gnu_store_registers, gnu_fetch_registers): Delete declarations.
3744 (gnu_ops): Delete.
3745 (init_gnu_ops): Delete.
3746 (gnu_target): New.
3747 (_initialize_gnu_nat): Don't call init_gnu_ops or add_target here.
3748 * gnu-nat.h (gnu_target): Declare.
3749 * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Make
3750 static.
3751 (_initialize_i386gnu_nat): New.
3752
b5758fe4
UW
37532009-07-20 Ulrich Weigand <uweigand@de.ibm.com>
3754
3755 * dwarf2loc.c (find_location_expression): Retrieve beginning and
3756 ending address offsets in location list entries as integers,
3757 not as addresses.
3758
ec9499be
UW
37592009-07-20 Ulrich Weigand <uweigand@de.ibm.com>
3760
3761 * infrun.c (wait_for_inferior): Invalidate registers and overlay
3762 cache every time before calling target_wait.
3763 (handle_inferior_event): Make static. Always reset waiton_ptid.
3764 Never call registers_changed.
3765 (prepare_to_wait): Do not invaliate registers or overlay cache
3766 (moved to wait_for_inferior). Do not reset waiton_ptid (moved
3767 to handle_inferior_event).
3768 (fetch_inferior_event): Remove check for always-true condition.
3769
85a772a5
TS
37702009-07-20 Thomas Schwinge <tschwinge@gnu.org>
3771
3772 * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Adjust to
3773 2009-02-23 target_ops changes.
3774
fdd654f3
MS
37752009-07-18 Michael Snyder <msnyder@vmware.com>
3776
3777 * infrun.c (handle_inferior_event): Remove an execution_direction
3778 check in the "check for subroutine calls" test, and add some
3779 additional handling for reverse-stepping through shared libraries.
3780
99f75275
AG
37812009-07-18 Anthony Green <green@moxielogic.com>
3782
3783 * moxie-tdep.c (moxie_analyze_prologue): Take gdbarch as last
3784 parameter instead of frame_info.
3785 (moxie_frame_cache): Call moxie_analyze_prologue with different
3786 args.
3787
831a0c44
UW
37882009-07-17 Ulrich Weigand <uweigand@de.ibm.com>
3789
3790 * solib.c (solib_bfd_open): Do not call ops->bfd_open.
3791 (solib_map_sections): Call ops->bfd_open instead of solib_bfd_open.
3792 * solib-frv.c (_initialize_frv_solib): Initialize bfd_open member.
3793 * solib-irix.c (_initialize_irix_solib): Likewise.
3794 * solib-null.c (_initialize_null_solib): Likewise.
3795 * solib-osf.c (_initialize_osf_solib): Likewise.
3796 * solib-pa64.c (_initialize_pa64_solib): Likewise.
3797 * solib-som.c (_initialize_som_solib): Likewise.
3798 * solib-sunos.c (_initialize_sunos_solib): Likewise.
3799 * solib-svr4.c (_initialize_svr4_solib): Likewise.
3800 * solib-target.c (_initialize_solib_target): Likewise.
3801
328d0145
UW
38022009-07-17 Ulrich Weigand <uweigand@de.ibm.com>
3803
3804 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Respect mixed_mode flag.
3805
099cb4fb
DE
38062009-07-16 Doug Evans <dje@google.com>
3807
3808 * linux-thread.db.c (try_thread_db_load_1): Tweak comment.
3809
456b0e24
PP
38102007-07-16 Paul Pluzhnikov <ppluzhnikov@google.com>
3811
3812 * linux-thread-db.c (thread_db_find_new_threads_silently):
3813 New function.
3814 (try_thread_db_load_1): Call it.
099cb4fb 3815
93311388
DE
38162009-07-15 Doug Evans <dje@google.com>
3817
3818 Code reorg in preparation for adding comdat types support.
3819 * dwarf2read.c (struct die_reader_specs): New struct.
3820 (locate_pdi_sibling): New arg buffer. All callers updated.
3821 (load_partial_dies, read_partial_die): Ditto.
3822 (read_8_bytes): Change return type to ULONGEST.
3823 (read_comp_unit): Delete arg abfd. All callers updated.
3824 (read_die_and_children_1): Delete args abfd, cu. New arg reader.
3825 All callers updated.
3826 (read_die_and_children, read_die_and_siblings): Ditto.
3827 (read_full_die): Ditto. Move closer to callers.
3828 (skip_one_die): New arg buffer. All callers updated.
3829 (load_full_comp_unit): Change return type to void. All callers
3830 updated.
3831 (partial_read_comp_unit_head): New args buffer, buffer_size.
3832 All callers updated.
3833 (process_psymtab_comp_unit): New function, split out from
3834 dwarf2_build_psymtabs_hard.
3835 (dwarf2_build_psymtabs_hard): Call it.
3836 (load_partial_comp_unit): Renamed from load_comp_unit.
3837 All callers updated.
3838 (skip_children): New arg buffer. All callers updated.
3839 (init_cu_die_reader): New function.
3840 (is_ref_attr): New function.
3841 (dwarf2_get_ref_die_offset): Call it.
3842 (alloc_one_comp_unit): New function.
3843
bf0d7e9c
SS
38442009-07-14 Stan Shebs <stan@codesourcery.com>
3845
3846 * MAINTAINERS (Global Maintainers): Add Doug Evans.
3847
782b2b07
SS
38482009-07-14 Stan Shebs <stan@codesourcery.com>
3849
3850 Conditional tracepoints.
3851 * ax-gdb.h (gen_eval_for_expr): Declare.
3852 * ax-gdb.c (gen_expr): Generate bytecodes for BINOP_EQUAL
3853 and other comparisons.
3854 (gen_eval_for_expr): New function.
3855 (agent_eval_command): New maintenance command.
3856 (_initialize_ax_gdb): Define the command.
3857 * remote.c (struct remote_state): New field cond_tracepoints.
3858 (PACKET_ConditionalTracepoints): New packet config type.
3859 (remote_cond_tracepoint_feature): New function.
3860 (remote_protocol_features): Add ConditionalTracepoints.
3861 (remote_supports_cond_tracepoints): New function.
3862 (_initialize_remote): Add ConditionalTracepoints.
3863 * tracepoint.c (download_tracepoint): Add conditional.
3864 * NEWS: Mention conditional tracepoints.
3865
b101f7a1
UW
38662009-07-14 Ulrich Weigand <uweigand@de.ibm.com>
3867
3868 * objfiles.c (objfile_relocate): Do not relocate the same
3869 BLOCKVECTOR_MAP address map multiple times.
3870
217f1f79
UW
38712009-07-14 Ulrich Weigand <uweigand@de.ibm.com>
3872
3873 * remote.c (process_stop_reply): Access expedited target registers
3874 in target_gdbarch.
3875
8f313923
JK
38762009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3877
3878 Fix memory access from signed 32bit inferior registers on 64bit GDB.
3879 * linux-nat.c (linux_xfer_partial <TARGET_OBJECT_MEMORY>): New variable
3880 addr_bit. Mask OFFSET by the ADDR_BIT width.
3881
451fa05e
AG
38822009-07-13 Anthony Green <green@moxielogic.com>
3883
3884 * moxie-tdep.c (moxie_gdbarch_init): Call
3885 set_gdbarch_process_record.
3886 (moxie_process_record): New.
3887 (moxie_process_readu): New.
3888
06da04c6
MS
38892009-07-12 Michael Snyder <msnyder@vmware.com>
3890
3891 * i386-tdep.c: Add a frame unwinder for function epilogues.
3892 (i386_in_function_epilogue_p): New function.
3893 (i386_epilogue_frame_sniffer): New function.
3894 (i386_epilogue_frame_cache): New function.
3895 (i386_epilogue_frame_this_id): New function.
3896 (i386_epilogue_frame_unwind): New struct frame_unwind.
3897 (i386_gdbarch_init): Hook the new unwinder.
3898
e6158f16
HZ
38992009-07-11 Hui Zhu <teawater@gmail.com>
3900
3901 * cli/cli-cmds.c (disassemble_command): Add a new modifier /r
3902 to "disassemble" command to print the raw instructions in hex as
3903 well as in symbolic form.
3904 (init_cli_cmds): Ditto.
3905 (print_disassembly): Change "mixed" to "flags" to translate
3906 the behavior of disassemble.
3907 (disassemble_current_function): Ditto.
3908 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Ditto.
3909 * stack.c (gdb_disassembly_stub): Ditto.
3910 * disasm.c (do_mixed_source_and_assembly): Ditto.
3911 (do_mixed_source_and_assembly): Ditto.
3912 (do_assembly_only): Ditto.
3913 (gdb_disassembly): Ditto.
3914 (dump_insns): print the raw instructions in hex as well as in
3915 symbolic form if DISASSEMBLY_RAW_INSN and flags is true.
3916 * disasm.h (DISASSEMBLY_SOURCE): Include source code with the
3917 assembly if it and flags is true.
3918 (DISASSEMBLY_RAW_INSN): Include the raw instructions in hex with
3919 the assembly if it and flags is true.
3920 (gdb_disassembly): Update extern.
3921 * NEWS: Document disassemble/r support.
3922
fa8f86ff
TT
39232009-07-10 Tom Tromey <tromey@redhat.com>
3924
3925 * dwarf2-frame.c: Include dwarf2.h, not elf/dwarf2.h.
3926 * dwarf2expr.c: Likewise.
3927 * dwarf2loc.c: Likewise.
3928 * dwarf2read.c: Likewise.
3929 * sh-tdep.c: Likewise.
3930 * xtensa-tdep.c: Likewise.
3931
6e9ef2a8
JK
39322009-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3933
3934 Tidy up the code.
3935 * mi/mi-cmd-var.c (mi_cmd_var_update): Remove variable nv. Move
3936 variables var, rootlist and cr to their local sub-block. Move the
3937 make_cleanup_ui_out_tuple_begin_end, make_cleanup_ui_out_list_begin_end
3938 and do_cleanups calls to the common base block. Remove the zero NV
3939 check.
3940
fbb8f299
PM
39412009-07-10 Phil Muldoon <pmuldoon@redhat.com>
3942
3943 * python/python-internal.h (apply_varobj_pretty_printer): Update
3944 definition.
3945 (python_string_to_target_python_string): Add definition.
3946 * python/python-utils.c (unicode_to_encoded_python_string)
3947 (unicode_to_target_python_string)
3948 (python_string_to_target_python_string): New Functions.
3949 * python/python-prettyprint.c (pretty_print_one_value): Likewise.
3950 (print_string_repr): Refactor to logic to account for PyObject
3951 returned strings.
3952 (apply_varobj_pretty_printer): Likewise.
3953 * python/python-value.c (valpy_string): Parse length keyword. Use
3954 length keyword in LA_GET_STRING.
3955 * varobj.c (value_get_print_value): Refactor logic to account for
3956 PyObject returned strings.
3957 * c-lang.c (c_get_string): If the length parameter is specified,
3958 use that. Return value in characters. Update comments.
3959 * language.h: Update c_get_string prototype comments.
3960
b75f0b83
DE
39612009-07-09 Doug Evans <dje@google.com>
3962
3963 * i386-tdep.c (i386_displaced_step_fixup): Fix order of arguments
3964 to read_memory_unsigned_integer.
3965
c0ac0ec7
JK
39662009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3967
3968 Report error on inaccessible memory.
3969 * cli/cli-dump.c: Include gdbcore.h.
3970 (dump_memory_to_file): Call read_memory instead of target_read_memory.
3971
378d2b72
HZ
39722009-07-09 Hui Zhu <teawater@gmail.com>
3973
3974 * solib.c (solib_bfd_open): Output a warning if solib's
3975 architecture is not compatible with inferior's architecture.
3976
3a8f7b07
JK
39772009-07-09 Ulrich Weigand <uweigand@de.ibm.com>
3978 Jan Kratochvil <jan.kratochvil@redhat.com>
3979
3980 * target.h (struct target_ops <to_thread_architecture>): Describe it.
3981 (target_thread_architecture): Refer to to_thread_architecture.
3982
a177aad3
PM
39832009-07-08 Pierre Muller <muller@ics.u-strasbg.fr>
3984
3985 * cli/cli-cmds.c (init_cli_cmds): Add "inf" alias for "info" command.
3986
2d5f09f0
UW
39872009-07-07 Ulrich Weigand <uweigand@de.ibm.com>
3988
3989 * tui/tui-stack.c (tui_make_status_line): Display PC as ?? if unknown.
3990
63c252f8
PM
39912009-07-07 Pierre Muller <muller@ics.u-strasbg.fr>
3992
3993 * breakpoint.c (set_raw_breakpoint): Remove static modifier.
3994
30b66ecc
TT
39952009-07-07 Tom Tromey <tromey@redhat.com>
3996
3997 * c-lang.c (convert_octal): Only allow 3 octal digits.
3998 (print_wchar): Prefer 3-digit octal form. Fall back to hex if
3999 needed.
4000 * c-exp.y (c_parse_escape): Only allow 3 octal digits.
4001
06878dd2
PP
40022009-07-07 Paul Pluzhnikov <ppluzhnikov@google.com>
4003
4004 * python/python-value.c (valpy_getitem): Remove incorrect assert.
4005
570e2b1a
PP
40062009-07-07 Paul Pluzhnikov <ppluzhnikov@google.com>
4007
4008 * python/python-value.c (valpy_getitem): Don't return from TRY_CATCH.
4009
8c902bb1
SW
40102009-07-07 Sami Wagiaalla <swagiaal@redhat.com>
4011
4012 * cp-support.h (struct using_direct): Rename members inner and
4013 outer to import_src, and import_dest respectively.
4014 * cp-namespace.c (cp_add_using_directive): Update.
4015 (cp_add_using): Update.
4016 (cp_copy_usings): Update.
4017 (cp_lookup_symbol_namespace): Update.
4018 (cp_scan_for_anonymous_namespaces): Update.
4019 * cp-support.c (make_symbol_overload_list_using): Update.
4020 * cp-support.h (cp_add_using_directive, cp_add_using): Rename
4021 arguments from inner and outer to src and dest respectively.
4022 * cp-namespace.c (cp_add_using_directive): Ditto.
4023 (cp_add_using): Ditto.
4024
fd115a4b
JK
40252009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4026
4027 * mi/mi-cmd-var.c (mi_cmd_var_update): Replace a while loop by for loop.
4028 * varobj.c (varobj_invalidate): Replace a while loop by for loop.
4029
60d32970
VP
40302009-07-07 Vladimir Prus <vladimir@codesourcery.com>
4031
4032 Fix hang in floating varobjs.
4033
c0ac0ec7 4034 * varobj.c (varobj_invalidate): Advance to next
60d32970
VP
4035 element when processing floating varobj.
4036
9a139cba
VP
40372009-07-07 Vladimir Prus <vladimir@codesourcery.com>
4038
4039 * varobj.c: Remove unnecessary include.
4040
02b96ddc
TG
40412009-07-07 Tristan Gingold <gingold@adacore.com>
4042
4043 * config/i386/darwin.mh (NATDEPFILES): Remove excServer.o.
4044 Remove excServer.c target. Remove _all target.
4045 * darwin.defs: Removed.
4046
7f86f499
AR
40472009-07-06 Aleksandar Ristovski <aristovski@qnx.com>
4048
4049 * configure.tgt (i[34567]86-*-nto*): Add build_gdbserver=yes.
4050
e2357892
JK
40512009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4052
4053 * source.c (find_and_open_source): Remove the `objfile' parameter.
4054 Update the function comment.
4055 (open_source_file, symtab_to_fullname, psymtab_to_fullname): Update the
4056 find_and_open_source callers.
4057
5e13bd89
PA
40582009-07-05 Pedro Alves <pedro@codesourcery.com>
4059
4060 * coff-pe-read.c (read_pe_exported_syms): Recognize
4061 "pe-arm-wince-little" and "pei-arm-wince-little" bfd targets as PE
4062 targets.
4063
d7117c03
PA
40642009-07-05 Pedro Alves <pedro@codesourcery.com>
4065
4066 * arm-wince-tdep.c (arm_wince_skip_main_prologue): New.
4067 (arm_wince_init_abi): Register it as gdbarch_skip_main_prologue
4068 callback.
4069
5cd226f2
TG
40702009-06-29 Tristan Gingold <gingold@adacore.com>
4071
4072 * i386-darwin-tdep.c (amd64_darwin_thread_state_reg_offset)
4073 (amd64_darwin_thread_state_num_regs)
4074 (amd64_darwin_sigcontext_addr, x86_darwin_init_abi_64): Moved to
4075 amd64-darwin-tdep.c
4076 (_initialize_i386_darwin_tdep): Remove 64 bits parts.
4077 (darwin_dwarf_signal_frame_p): Make public.
4078 * amd64-darwin-tdep.c: New file with most chunks from
4079 i386-darwin-tdep.c
4080 * i386-darwin-tdep.h: Add a prototype for darwin_dwarf_signal_frame_p.
4081 (amd64_darwin_thread_state_reg_offset)
4082 (amd64_darwin_thread_state_num_regs): Moved to amd64-darwin-tdep.h
4083 * amd64-darwin-tdep.h: New file.
4084 * i386-darwin-nat.c: Only includes amd64-nat.h and amd64-darwin-tdep.h
4085 if BFD64 is defined.
4086 (i386_darwin_fetch_inferior_registers): Add #ifdef BFD64/#endif around
4087 64 bits parts.
4088 (i386_darwin_store_inferior_registers): Ditto.
4089 (darwin_set_sstep): Ditto.
4090 (darwin_complete_target): Ditto.
4091 (amd64_darwin_sstep_at_sigreturn): Ditto.
4092 * configure.tgt: Create a separate entry for x86_64-*-darwin.
4093 Add 64 bits support for i386-*-darwin if --enable-64-bit-bfd.
4094 * Makefile.in (ALLDEPFILES): Add amd64-darwin-tdep.c, darwin-nat.c,
4095 i386-darwin-tdep.c i386-darwin-nat.c
4096 (ALL_64_TARGET_OBS): Add amd64-darwin-tdep.o
4097
3cb5bea9
PA
40982009-07-02 Pedro Alves <pedro@codesourcery.com>
4099
4100 * linux-fork.c (forks_exist_p): Drop unnecessary extern.
4101 (add_fork, linux_fork_killall, linux_fork_mourn_inferior)
4102 (linux_fork_detach): Ditto.
4103 (delete_fork_command): Rename to ...
4104 (delete_checkpoint_command): ... this.
4105 (detach_fork_command): Rename to ...
4106 (detach_checkpoint_command): ... this.
4107 (info_forks_command): Rename to ...
4108 (info_checkpoints_command): ... this.
4109 (_initialize_linux_fork): Remove stale comments. Adjust.
4110
2277426b
PA
41112009-07-02 Pedro Alves <pedro@codesourcery.com>
4112
4113 * linux-nat.c (linux_child_follow_fork): If we're staying attached
4114 to the child process, enable event reporting on it. Don't handle
4115 checkpoints here. Instead, add the child fork to the lwp thread
4116 and inferior lists without clobbering the previous inferior. Let
4117 the thread_db layer learn about a new child process, even if
4118 following the parent.
4119 (linux_nat_switch_fork): Delete lwps of the current inferior only,
4120 instead of clearing the whole list. Use thread_change_ptid to
4121 give the core the illusion the new checkpoint is still the same
4122 inferior. Clear the register cache.
4123 (linux_handle_extended_wait): Handle checkpoints here.
4124 (linux_multi_process): Turn on.
4125 * linux-fork.c (struct fork_info) <pc>: Remove field.
4126 (init_fork_list): Do not delete the checkpoint from the inferior
4127 list (it is not there).
4128 (fork_load_infrun_state): Don't switch inferior_ptid here. Pass
4129 the new checkpoint's ptid to linux_nat_switch_fork.
4130 (fork_save_infrun_state): Make static. Don't stop the pc field of
4131 fork_info, it's gone.
4132 (linux_fork_mourn_inferior): Don't delete the checkpoint from the
4133 inferior list, it's not there.
4134 (linux_fork_detach): Ditto.
4135 (delete_fork_command): Replace mention of fork/checkpoint by
4136 checkpoint only.
4137 (detach_fork_command): Likewise. Don't delete the checkpoint from
4138 the inferior list.
4139 (info_forks_command): Adjust.
4140 (restore_detach_fork): Delete.
4141 (checkpointing_pid): New.
4142 (linux_fork_checkpointing_p): New.
4143 (save_detach_fork): Delete.
4144 (checkpoint_command): Delete temp_detach_fork. Don't remove
4145 breakpoints, that's a nop. Store the pid of the process we're
4146 checkpointing, and use make_cleanup_restore_integer to restore it.
4147 Don't reinsert breakpoints here.
4148 (process_command, fork_command): Delete.
4149 (restart_command): Update comments to only mention checkpoints,
4150 not forks.
4151 (_initialize_linux_fork): Delete "fork", "process", "info forks"
4152 commands.
4153 * linux-fork.h (fork_save_infrun_state, fork_list): Delete
4154 declarations.
4155 (linux_fork_checkpointing_p): Declare.
4156 * cli/cli-cmds.c (killlist): New.
4157 * cli/cli-cmds.h (killlist): Declare.
4158 * gdbcmd.h (killlist): Declare.
4159 * inferior.c: Include "gdbthread.h".
4160 (detach_inferior_command, kill_inferior_command)
4161 (inferior_command): New.
4162 (info_inferiors_command): Allow specifying a specific inferior id.
4163 (_initialize_inferiors): Register "inferior", "kill inferior" and
4164 "detach inferior" commands.
4165 * infcmd.c (_initialize_infcmd): Make "kill" a prefix command.
4166 * gdbthread.h (any_thread_of_process): Declare.
4167 * thread.c (any_thread_of_process): New.
4168
4169 * NEWS: Mention multi-inferior debugging. Mention 'info
4170 inferiors', 'inferior', 'detach inferior' and 'kill inferior' as
4171 new commands.
4172 (Removed commands): New section, mentioning that 'info forks',
4173 'fork', 'process', 'delete fork' and 'detach fork' are now gone.
4174
59837fe0
UW
41752009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4176
4177 * gdbarch.sh (current_gdbarch): Remove global variable.
4178 (find_arch_by_info): Remove, inline into ...
4179 (gdbarch_find_by_info): ... this. Remove current_gdbarch swapping.
4180 (deprecated_current_gdbarch_select_hack): Rename to ...
4181 (deprecated_target_gdbarch_select_hack): ... this. Do not set
4182 or access current_gdbarch.
4183 * gdbarch.c, gdbarch.h: Regenerate.
4184
4185 * arch-utils.c (gdbarch_update_p): Update call.
4186 (set_gdbarch_from_file): Likewise.
4187
e17a4113
UW
41882009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4189
4190 * defs.h (extract_signed_integer, extract_unsigned_integer,
4191 extract_long_unsigned_integer, store_signed_integer,
4192 store_unsigned_integer): Add BYTE_ORDER parameter.
4193 * findvar.c (extract_signed_integer, extract_unsigned_integer,
4194 extract_long_unsigned_integer, store_signed_integer,
4195 store_unsigned_integer): Add BYTE_ORDER parameter. Use it
4196 instead of current_gdbarch.
4197
4198 * gdbcore.h (read_memory_integer, safe_read_memory_integer,
4199 read_memory_unsigned_integer, write_memory_signed_integer,
4200 write_memory_unsigned_integer): Add BYTE_ORDER parameter.
4201 * corefile.c (struct captured_read_memory_integer_arguments): Add
4202 BYTE_ORDER member.
4203 (safe_read_memory_integer): Add BYTE_ORDER parameter. Store it into
4204 struct captured_read_memory_integer_arguments.
4205 (do_captured_read_memory_integer): Pass it to read_memory_integer.
4206 (read_memory_integer): Add BYTE_ORDER parameter. Pass it to
4207 extract_signed_integer.
4208 (read_memory_unsigned_integer): Add BYTE_ORDER parameter. Pass it to
4209 extract_unsigned_integer.
4210 (write_memory_signed_integer): Add BYTE_ORDER parameter. Pass it
4211 to store_signed_integer.
4212 (write_memory_unsigned_integer): Add BYTE_ORDER parameter. Pass it
4213 to store_unsigned_integer.
4214
4215 * target.h (get_target_memory_unsigned): Add BYTE_ORDER parameter.
4216 * target.c (get_target_memory_unsigned): Add BYTE_ORDER parameter.
4217 Pass it to extract_unsigned_integer.
4218
4219
4220 Update calls to extract_signed_integer, extract_unsigned_integer,
4221 extract_long_unsigned_integer, store_signed_integer,
4222 store_unsigned_integer, read_memory_integer,
4223 read_memory_unsigned_integer, safe_read_memory_integer,
4224 write_memory_signed_integer, write_memory_unsigned_integer, and
4225 get_target_memory_unsigned to pass byte order:
4226 * ada-lang.c (ada_value_binop): Update.
4227 * ada-valprint.c (char_at): Update.
4228 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Update.
4229 * alpha-tdep.c (alpha_lds, alpha_sts, alpha_push_dummy_call,
4230 alpha_extract_return_value, alpha_read_insn,
4231 alpha_get_longjmp_target): Update.
4232 * amd64-linux-tdep.c (amd64_linux_sigcontext_addr): Update.
4233 * amd64obsd-tdep.c (amd64obsd_supply_uthread,
4234 amd64obsd_collect_uthread, amd64obsd_trapframe_cache): Update.
4235 * amd64-tdep.c (amd64_push_dummy_call, amd64_analyze_prologue,
4236 amd64_frame_cache, amd64_sigtramp_frame_cache, fixup_riprel,
4237 amd64_displaced_step_fixup): Update.
4238 * arm-linux-tdep.c (arm_linux_sigreturn_init,
4239 arm_linux_rt_sigreturn_init, arm_linux_supply_gregset): Update.
4240 * arm-tdep.c (thumb_analyze_prologue, arm_skip_prologue,
4241 arm_scan_prologue, arm_push_dummy_call, thumb_get_next_pc,
4242 arm_get_next_pc, arm_extract_return_value, arm_store_return_value,
4243 arm_return_value): Update.
4244 * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
4245 * auxv.c (default_auxv_parse): Update.
4246 * avr-tdep.c (avr_address_to_pointer, avr_pointer_to_address,
4247 avr_scan_prologue, avr_extract_return_value,
4248 avr_frame_prev_register, avr_push_dummy_call): Update.
4249 * bsd-uthread.c (bsd_uthread_check_magic, bsd_uthread_lookup_offset,
4250 bsd_uthread_wait, bsd_uthread_thread_alive,
4251 bsd_uthread_extra_thread_info): Update.
4252 * c-lang.c (c_printstr, print_wchar): Update.
4253 * cp-valprint.c (cp_print_class_member): Update.
4254 * cris-tdep.c (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache,
4255 cris_push_dummy_call, cris_scan_prologue, cris_store_return_value,
4256 cris_extract_return_value, find_step_target, dip_prefix,
4257 sixteen_bit_offset_branch_op, none_reg_mode_jump_op,
4258 move_mem_to_reg_movem_op, get_data_from_address): Update.
4259 * dwarf2expr.c (dwarf2_read_address, execute_stack_op): Update.
4260 * dwarf2-frame.c (execute_cfa_program): Update.
4261 * dwarf2loc.c (find_location_expression): Update.
4262 * dwarf2read.c (dwarf2_const_value): Update.
4263 * expprint.c (print_subexp_standard): Update.
4264 * findvar.c (unsigned_pointer_to_address, signed_pointer_to_address,
4265 unsigned_address_to_pointer, address_to_signed_pointer,
4266 read_var_value): Update.
4267 * frame.c (frame_unwind_register_signed,
4268 frame_unwind_register_unsigned, get_frame_memory_signed,
4269 get_frame_memory_unsigned): Update.
4270 * frame-unwind.c (frame_unwind_got_constant): Update.
4271 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp,
4272 frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
4273 Update.
4274 * frv-tdep.c (frv_analyze_prologue, frv_skip_main_prologue,
4275 frv_extract_return_value, find_func_descr,
4276 frv_convert_from_func_ptr_addr, frv_push_dummy_call): Update.
4277 * f-valprint.c (f_val_print): Update.
4278 * gnu-v3-abi.c (gnuv3_decode_method_ptr, gnuv3_make_method_ptr):
4279 Update.
4280 * h8300-tdep.c (h8300_is_argument_spill, h8300_analyze_prologue,
4281 h8300_push_dummy_call, h8300_extract_return_value,
4282 h8300h_extract_return_value, h8300_store_return_value,
4283 h8300h_store_return_value): Update.
4284 * hppabsd-tdep.c (hppabsd_find_global_pointer): Update.
4285 * hppa-hpux-nat.c (hppa_hpux_fetch_register, hppa_hpux_store_register):
4286 Update.
4287 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline,
4288 hppa64_hpux_in_solib_call_trampoline,
4289 hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code,
4290 hppa_hpux_sigtramp_frame_unwind_cache,
4291 hppa_hpux_sigtramp_unwind_sniffer, hppa32_hpux_find_global_pointer,
4292 hppa64_hpux_find_global_pointer, hppa_hpux_search_pattern,
4293 hppa32_hpux_search_dummy_call_sequence,
4294 hppa64_hpux_search_dummy_call_sequence, hppa_hpux_supply_save_state,
4295 hppa_hpux_unwind_adjust_stub): Update.
4296 * hppa-linux-tdep.c (insns_match_pattern,
4297 hppa_linux_find_global_pointer): Update.
4298 * hppa-tdep.c (hppa_in_function_epilogue_p, hppa32_push_dummy_call,
4299 hppa64_convert_code_addr_to_fptr, hppa64_push_dummy_call,
4300 skip_prologue_hard_way, hppa_frame_cache, hppa_fallback_frame_cache,
4301 hppa_pseudo_register_read, hppa_frame_prev_register_helper,
4302 hppa_match_insns): Update.
4303 * hpux-thread.c (hpux_thread_fetch_registers): Update.
4304 * i386-tdep.c (i386bsd_sigcontext_addr): Update.
4305 * i386-cygwin-tdep.c (core_process_module_section): Update.
4306 * i386-darwin-nat.c (i386_darwin_sstep_at_sigreturn,
4307 amd64_darwin_sstep_at_sigreturn): Update.
4308 * i386-darwin-tdep.c (i386_darwin_sigcontext_addr,
4309 amd64_darwin_sigcontext_addr): Likewise.
4310 * i386-linux-nat.c (i386_linux_sigcontext_addr): Update.
4311 * i386nbsd-tdep.c (i386nbsd_sigtramp_cache_init): Update.
4312 * i386-nto-tdep.c (i386nto_sigcontext_addr): Update.
4313 * i386obsd-nat.c (i386obsd_supply_pcb): Update.
4314 * i386obsd-tdep.c (i386obsd_supply_uthread, i386obsd_collect_uthread,
4315 i386obsd_trapframe_cache): Update.
4316 * i386-tdep.c (i386_displaced_step_fixup, i386_follow_jump,
4317 i386_analyze_frame_setup, i386_analyze_prologue,
4318 i386_skip_main_prologue, i386_frame_cache, i386_sigtramp_frame_cache,
4319 i386_get_longjmp_target, i386_push_dummy_call,
4320 i386_pe_skip_trampoline_code, i386_svr4_sigcontext_addr,
4321 i386_fetch_pointer_argument): Update.
4322 * i387-tdep.c (i387_supply_fsave): Update.
4323 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Update.
4324 * ia64-tdep.c (ia64_pseudo_register_read, ia64_pseudo_register_write,
4325 examine_prologue, ia64_frame_cache, ia64_frame_prev_register,
4326 ia64_sigtramp_frame_cache, ia64_sigtramp_frame_prev_register,
4327 ia64_access_reg, ia64_access_rse_reg, ia64_libunwind_frame_this_id,
4328 ia64_libunwind_frame_prev_register,
4329 ia64_libunwind_sigtramp_frame_this_id,
4330 ia64_libunwind_sigtramp_frame_prev_register, ia64_find_global_pointer,
4331 find_extant_func_descr, find_func_descr,
4332 ia64_convert_from_func_ptr_addr, ia64_push_dummy_call, ia64_dummy_id,
4333 ia64_unwind_pc): Update.
4334 * iq2000-tdep.c (iq2000_pointer_to_address, iq2000_address_to_pointer,
4335 iq2000_scan_prologue, iq2000_extract_return_value,
4336 iq2000_push_dummy_call): Update.
4337 * irix5nat.c (fill_gregset): Update.
4338 * jv-lang.c (evaluate_subexp_java): Update.
4339 * jv-valprint.c (java_value_print): Update.
4340 * lm32-tdep.c (lm32_analyze_prologue, lm32_push_dummy_call,
4341 lm32_extract_return_value, lm32_store_return_value): Update.
4342 * m32c-tdep.c (m32c_push_dummy_call, m32c_return_value,
4343 m32c_skip_trampoline_code, m32c_m16c_address_to_pointer,
4344 m32c_m16c_pointer_to_address): Update.
4345 * m32r-tdep.c (m32r_store_return_value, decode_prologue,
4346 m32r_skip_prologue, m32r_push_dummy_call, m32r_extract_return_value):
4347 Update.
4348 * m68hc11-tdep.c (m68hc11_pseudo_register_read,
4349 m68hc11_pseudo_register_write, m68hc11_analyze_instruction,
4350 m68hc11_push_dummy_call): Update.
4351 * m68linux-tdep.c (m68k_linux_pc_in_sigtramp,
4352 m68k_linux_get_sigtramp_info, m68k_linux_sigtramp_frame_cache):
4353 Update.
4354 * m68k-tdep.c (m68k_push_dummy_call, m68k_analyze_frame_setup,
4355 m68k_analyze_register_saves, m68k_analyze_prologue, m68k_frame_cache,
4356 m68k_get_longjmp_target): Update.
4357 * m88k-tdep.c (m88k_fetch_instruction): Update.
4358 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_csr_write,
4359 mep_pseudo_cr32_write, mep_get_insn, mep_push_dummy_call): Update.
4360 * mi/mi-main.c (mi_cmd_data_write_memory): Update.
4361 * mips-linux-tdep.c (mips_linux_get_longjmp_target, supply_32bit_reg,
4362 mips64_linux_get_longjmp_target, mips64_fill_gregset,
4363 mips64_fill_fpregset, mips_linux_in_dynsym_stub): Update.
4364 * mipsnbdsd-tdep.c (mipsnbsd_get_longjmp_target): Update.
4365 * mips-tdep.c (mips_fetch_instruction, fetch_mips_16,
4366 mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call,
4367 mips_o32_push_dummy_call, mips_o64_push_dummy_call,
4368 mips_single_step_through_delay, mips_skip_pic_trampoline_code,
4369 mips_integer_to_address): Update.
4370 * mn10300-tdep.c (mn10300_analyze_prologue, mn10300_push_dummy_call):
4371 Update.
4372 * monitor.c (monitor_supply_register, monitor_write_memory,
4373 monitor_read_memory_single): Update.
4374 * moxie-tdep.c (moxie_store_return_value, moxie_extract_return_value,
4375 moxie_analyze_prologue): Update.
4376 * mt-tdep.c (mt_return_value, mt_skip_prologue, mt_select_coprocessor,
4377 mt_pseudo_register_read, mt_pseudo_register_write, mt_registers_info,
4378 mt_push_dummy_call): Update.
4379 * objc-lang.c (read_objc_method, read_objc_methlist_nmethods,
4380 read_objc_methlist_method, read_objc_object, read_objc_super,
4381 read_objc_class, find_implementation_from_class): Update.
4382 * ppc64-linux-tdep.c (ppc64_desc_entry_point,
4383 ppc64_linux_convert_from_func_ptr_addr, ppc_linux_sigtramp_cache):
4384 Update.
4385 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_sniffer,
4386 ppcobsd_sigtramp_frame_cache): Update.
4387 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
4388 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
4389 ppc64_sysv_abi_return_value): Update.
4390 * ppc-linux-nat.c (ppc_linux_auxv_parse): Update.
4391 * procfs.c (procfs_auxv_parse): Update.
4392 * p-valprint.c (pascal_val_print): Update.
4393 * regcache.c (regcache_raw_read_signed, regcache_raw_read_unsigned,
4394 regcache_raw_write_signed, regcache_raw_write_unsigned,
4395 regcache_cooked_read_signed, regcache_cooked_read_unsigned,
4396 regcache_cooked_write_signed, regcache_cooked_write_unsigned): Update.
4397 * remote-m32r-sdi.c (m32r_fetch_register): Update.
4398 * remote-mips.c (mips_wait, mips_fetch_registers, mips_xfer_memory):
4399 Update.
4400 * rs6000-aix-tdep.c (rs6000_push_dummy_call, rs6000_return_value,
4401 rs6000_convert_from_func_ptr_addr, branch_dest,
4402 rs6000_software_single_step): Update.
4403 * rs6000-tdep.c (rs6000_in_function_epilogue_p,
4404 ppc_displaced_step_fixup, ppc_deal_with_atomic_sequence,
4405 bl_to_blrl_insn_p, rs6000_fetch_instruction, skip_prologue,
4406 rs6000_skip_main_prologue, rs6000_skip_trampoline_code,
4407 rs6000_frame_cache): Update.
4408 * s390-tdep.c (s390_pseudo_register_read, s390_pseudo_register_write,
4409 s390x_pseudo_register_read, s390x_pseudo_register_write, s390_load,
4410 s390_backchain_frame_unwind_cache, s390_sigtramp_frame_unwind_cache,
4411 extend_simple_arg, s390_push_dummy_call, s390_return_value): Update.
4412 * scm-exp.c (scm_lreadr): Update.
4413 * scm-lang.c (scm_get_field, scm_unpack): Update.
4414 * scm-valprint.c (scm_val_print): Update.
4415 * score-tdep.c (score_breakpoint_from_pc, score_push_dummy_call,
4416 score_fetch_inst): Update.
4417 * sh64-tdep.c (look_for_args_moves, sh64_skip_prologue_hard_way,
4418 sh64_analyze_prologue, sh64_push_dummy_call, sh64_extract_return_value,
4419 sh64_pseudo_register_read, sh64_pseudo_register_write,
4420 sh64_frame_prev_register): Update:
4421 * sh-tdep.c (sh_analyze_prologue, sh_push_dummy_call_fpu,
4422 sh_push_dummy_call_nofpu, sh_extract_return_value_nofpu,
4423 sh_store_return_value_nofpu, sh_in_function_epilogue_p): Update.
4424 * solib-darwin.c (darwin_load_image_infos): Update.
4425 * solib-frv.c (fetch_loadmap, lm_base, frv_current_sos, enable_break2,
4426 find_canonical_descriptor_in_load_object): Update.
4427 * solib-irix.c (extract_mips_address, fetch_lm_info, irix_current_sos,
4428 irix_open_symbol_file_object): Update.
4429 * solib-som.c (som_solib_create_inferior_hook, link_map_start,
4430 som_current_sos, som_open_symbol_file_object): Update.
4431 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS, LM_ADDR, LM_NEXT, LM_NAME):
4432 Update.
4433 * solib-svr4.c (read_program_header, scan_dyntag_auxv,
4434 solib_svr4_r_ldsomap): Update.
4435 * sparc64-linux-tdep.c (sparc64_linux_step_trap): Update.
4436 * sparc64obsd-tdep.c (sparc64obsd_supply_uthread,
4437 sparc64obsd_collect_uthread): Update.
4438 * sparc64-tdep.c (sparc64_pseudo_register_read,
4439 sparc64_pseudo_register_write, sparc64_supply_gregset,
4440 sparc64_collect_gregset): Update.
4441 * sparc-linux-tdep.c (sparc32_linux_step_trap): Update.
4442 * sparcobsd-tdep.c (sparc32obsd_supply_uthread,
4443 sparc32obsd_collect_uthread): Update.
4444 * sparc-tdep.c (sparc_fetch_wcookie, sparc32_push_dummy_code,
4445 sparc32_store_arguments, sparc32_return_value, sparc_supply_rwindow,
4446 sparc_collect_rwindow): Update.
4447 * spu-linux-nat.c (parse_spufs_run): Update.
4448 * spu-tdep.c (spu_pseudo_register_read_spu,
4449 spu_pseudo_register_write_spu, spu_pointer_to_address,
4450 spu_analyze_prologue, spu_in_function_epilogue_p,
4451 spu_frame_unwind_cache, spu_push_dummy_call, spu_software_single_step,
4452 spu_get_longjmp_target, spu_get_overlay_table, spu_overlay_update_osect,
4453 info_spu_signal_command, info_spu_mailbox_list, info_spu_dma_cmdlist,
4454 info_spu_dma_command, info_spu_proxydma_command): Update.
4455 * stack.c (print_frame_nameless_args, frame_info): Update.
4456 * symfile.c (read_target_long_array, simple_read_overlay_table,
4457 simple_read_overlay_region_table): Update.
4458 * target.c (debug_print_register): Update.
4459 * tramp-frame.c (tramp_frame_start): Update.
4460 * v850-tdep.c (v850_analyze_prologue, v850_push_dummy_call,
4461 v850_extract_return_value, v850_store_return_value,
4462 * valarith.c (value_binop, value_bit_index): Update.
4463 * valops.c (value_cast): Update.
4464 * valprint.c (val_print_type_code_int, val_print_string,
4465 read_string): Update.
4466 * value.c (unpack_long, unpack_double, unpack_field_as_long,
4467 modify_field, pack_long): Update.
4468 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call,
4469 vax_skip_prologue): Update.
4470 * xstormy16-tdep.c (xstormy16_push_dummy_call,
4471 xstormy16_analyze_prologue, xstormy16_in_function_epilogue_p,
4472 xstormy16_resolve_jmp_table_entry, xstormy16_find_jmp_table_entry,
4473 xstormy16_pointer_to_address, xstormy16_address_to_pointer): Update.
4474 * xtensa-tdep.c (extract_call_winsize, xtensa_pseudo_register_read,
4475 xtensa_pseudo_register_write, xtensa_frame_cache,
4476 xtensa_push_dummy_call, call0_track_op, call0_frame_cache): Update.
4477
4478
4479 * dfp.h (decimal_to_string, decimal_from_string, decimal_from_integral,
4480 decimal_from_floating, decimal_to_doublest, decimal_is_zero): Add
4481 BYTE_ORDER parameter.
4482 (decimal_binop): Add BYTE_ORDER_X, BYTE_ORDER_Y, and BYTE_ORDER_RESULT
4483 parameters.
4484 (decimal_compare): Add BYTE_ORDER_X and BYTE_ORDER_Y parameters.
4485 (decimal_convert): Add BYTE_ORDER_FROM and BYTE_ORDER_TO parameters.
4486 * dfp.c (match_endianness): Add BYTE_ORDER parameter. Use it
4487 instead of current_gdbarch.
4488 (decimal_to_string, decimal_from_integral, decimal_from_floating,
4489 decimal_to_doublest, decimal_is_zero): Add BYTE_ORDER parameter.
4490 Pass it to match_endianness.
4491 (decimal_binop): Add BYTE_ORDER_X, BYTE_ORDER_Y, and BYTE_ORDER_RESULT
4492 parameters. Pass them to match_endianness.
4493 (decimal_compare): Add BYTE_ORDER_X and BYTE_ORDER_Y parameters.
4494 Pass them to match_endianness.
4495 (decimal_convert): Add BYTE_ORDER_FROM and BYTE_ORDER_TO parameters.
4496 Pass them to match_endianness.
4497 * valarith.c (value_args_as_decimal): Add BYTE_ORDER_X and
4498 BYTE_ORDER_Y output parameters.
4499 (value_binop): Update call to value_args_as_decimal.
4500
4501 Update calls to decimal_to_string, decimal_from_string,
4502 decimal_from_integral, decimal_from_floating, decimal_to_doublest,
4503 decimal_is_zero, decimal_binop, decimal_compare and decimal_convert
4504 to pass/receive byte order:
4505 * c-exp.y (parse_number): Update.
4506 * printcmd.c (printf_command): Update.
4507 * valarith.c (value_args_as_decimal, value_binop, value_logical_not,
4508 value_equal, value_less): Update.
4509 * valops.c (value_cast, value_one): Update.
4510 * valprint.c (print_decimal_floating): Update.
4511 * value.c (unpack_long, unpack_double): Update.
4512 * python/python-value.c (valpy_nonzero): Update.
4513
4514
4515 * ada-valprint.c (char_at): Add BYTE_ORDER parameter.
4516 (printstr): Update calls to char_at.
4517 (ada_val_print_array): Likewise.
4518 * valprint.c (read_string): Add BYTE_ORDER parameter.
4519 (val_print_string): Update call to read_string.
4520 * c-lang.c (c_get_string): Likewise.
4521 * charset.h (target_wide_charset): Add BYTE_ORDER parameter.
4522 * charset.c (target_wide_charset): Add BYTE_ORDER parameter.
4523 Use it instead of current_gdbarch.
4524 * printcmd.c (printf_command): Update calls to target_wide_charset.
4525 * c-lang.c (charset_for_string_type): Add BYTE_ORDER parameter.
4526 Pass to target_wide_charset. Use it instead of current_gdbarch.
4527 (classify_type): Add BYTE_ORDER parameter. Pass to
4528 charset_for_string_type. Allow NULL encoding pointer.
4529 (print_wchar): Add BYTE_ORDER parameter.
4530 (c_emit_char): Update calls to classify_type and print_wchar.
4531 (c_printchar, c_printstr): Likewise.
4532
4533
4534 * gdbarch.sh (in_solib_return_trampoline): Convert to type "m".
4535 * gdbarch.c, gdbarch.h: Regenerate.
4536 * arch-utils.h (generic_in_solib_return_trampoline): Add GDBARCH
4537 parameter.
4538 * arch-utils.c (generic_in_solib_return_trampoline): Likewise.
4539 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Likewise.
4540 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Likewise.
4541 (rs6000_skip_trampoline_code): Update call.
4542
4543 * alpha-tdep.h (struct gdbarch_tdep): Add GDBARCH parameter to
4544 dynamic_sigtramp_offset and pc_in_sigtramp callbacks.
4545 (alpha_read_insn): Add GDBARCH parameter.
4546 * alpha-tdep.c (alpha_lds, alpha_sts): Add GDBARCH parameter.
4547 (alpha_register_to_value): Pass architecture to alpha_sts.
4548 (alpha_extract_return_value): Likewise.
4549 (alpha_value_to_register): Pass architecture to alpha_lds.
4550 (alpha_store_return_value): Likewise.
4551 (alpha_read_insn): Add GDBARCH parameter.
4552 (alpha_skip_prologue): Pass architecture to alpha_read_insn.
4553 (alpha_heuristic_proc_start): Likewise.
4554 (alpha_heuristic_frame_unwind_cache): Likewise.
4555 (alpha_next_pc): Likewise.
4556 (alpha_sigtramp_frame_this_id): Pass architecture to
4557 tdep->dynamic_sigtramp_offset callback.
4558 (alpha_sigtramp_frame_sniffer): Pass architecture to
4559 tdep->pc_in_sigtramp callback.
4560 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): Add GDBARCH parameter.
4561 (alphafbsd_sigtramp_offset): Likewise.
4562 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): Add GDBARCH
4563 parameter. Pass to alpha_read_insn.
4564 (alpha_linux_sigtramp_offset): Add GDBARCH parameter. Pass to
4565 alpha_linux_sigtramp_offset_1.
4566 (alpha_linux_pc_in_sigtramp): Add GDBARCH parameter. Pass to
4567 alpha_linux_sigtramp_offset.
4568 (alpha_linux_sigcontext_addr): Pass architecture to alpha_read_insn
4569 and alpha_linux_sigtramp_offset.
4570 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Add GDBARCH parameter.
4571 (alphanbsd_pc_in_sigtramp): Add GDBARCH parameter. Pass to
4572 alphanbsd_sigtramp_offset.
4573 * alphaobsd-tdep.c (alphaobsd_sigtramp_offset): Add GDBARCH parameter.
4574 (alphaobsd_pc_in_sigtramp): Add GDBARCH parameter. Pass to
4575 alpha_read_insn.
4576 (alphaobsd_sigcontext_addr): Pass architecture to
4577 alphaobsd_sigtramp_offset.
4578 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): Add GDBARCH
4579 parameter.
4580
4581 * amd64-tdep.c (amd64_analyze_prologue): Add GDBARCH parameter.
4582 (amd64_skip_prologue): Pass architecture to amd64_analyze_prologue.
4583 (amd64_frame_cache): Likewise.
4584
4585 * arm-tdep.c (SWAP_SHORT, SWAP_INT): Remove.
4586 (thumb_analyze_prologue, arm_skip_prologue, arm_scan_prologue,
4587 thumb_get_next_pc, arm_get_next_pc): Do not use SWAP_ macros.
4588 * arm-wince-tdep.c: Include "frame.h".
4589
4590 * avr-tdep.c (EXTRACT_INSN): Remove.
4591 (avr_scan_prologue): Add GDBARCH argument, inline EXTRACT_INSN.
4592 (avr_skip_prologue): Pass architecture to avr_scan_prologue.
4593 (avr_frame_unwind_cache): Likewise.
4594
4595 * cris-tdep.c (struct instruction_environment): Add BYTE_ORDER member.
4596 (find_step_target): Initialize it.
4597 (get_data_from_address): Add BYTE_ORDER parameter.
4598 (bdap_prefix): Pass byte order to get_data_from_address.
4599 (handle_prefix_assign_mode_for_aritm_op): Likewise.
4600 (three_operand_add_sub_cmp_and_or_op): Likewise.
4601 (handle_inc_and_index_mode_for_aritm_op): Likewise.
4602
4603 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Add GDBARCH parameter.
4604 (frv_linux_sigcontext_reg_addr): Pass architecture to
4605 frv_linux_pc_in_sigtramp.
4606 (frv_linux_sigtramp_frame_sniffer): Likewise.
4607
4608 * h8300-tdep.c (h8300_is_argument_spill): Add GDBARCH parameter.
4609 (h8300_analyze_prologue): Add GDBARCH parameter. Pass to
4610 h8300_is_argument_spill.
4611 (h8300_frame_cache, h8300_skip_prologue): Pass architecture
4612 to h8300_analyze_prologue.
4613
4614 * hppa-tdep.h (struct gdbarch_tdep): Add GDBARCH parameter to
4615 in_solib_call_trampoline callback.
4616 (hppa_in_solib_call_trampoline): Add GDBARCH parameter.
4617 * hppa-tdep.c (hppa64_convert_code_addr_to_fptr): Add GDBARCH
4618 parameter.
4619 (hppa64_push_dummy_call): Pass architecture to
4620 hppa64_convert_code_addr_to_fptr.
4621 (hppa_match_insns): Add GDBARCH parameter.
4622 (hppa_match_insns_relaxed): Add GDBARCH parameter. Pass to
4623 hppa_match_insns.
4624 (hppa_skip_trampoline_code): Pass architecture to hppa_match_insns.
4625 (hppa_in_solib_call_trampoline): Add GDBARCH parameter. Pass to
4626 hppa_match_insns_relaxed.
4627 (hppa_stub_unwind_sniffer): Pass architecture to
4628 tdep->in_solib_call_trampoline callback.
4629 * hppa-hpux-tdep.c (hppa_hpux_search_pattern): Add GDBARCH parameter.
4630 (hppa32_hpux_search_dummy_call_sequence): Pass architecture to
4631 hppa_hpux_search_pattern.
4632 * hppa-linux-tdep.c (insns_match_pattern): Add GDBARCH parameter.
4633 (hppa_linux_sigtramp_find_sigcontext): Add GDBARCH parameter.
4634 Pass to insns_match_pattern.
4635 (hppa_linux_sigtramp_frame_unwind_cache): Pass architecture to
4636 hppa_linux_sigtramp_find_sigcontext.
4637 (hppa_linux_sigtramp_frame_sniffer): Likewise.
4638 (hppa32_hpux_in_solib_call_trampoline): Add GDBARCH parameter.
4639 (hppa64_hpux_in_solib_call_trampoline): Likewise.
4640
4641 * i386-tdep.c (i386_follow_jump): Add GDBARCH parameter.
4642 (i386_analyze_frame_setup): Add GDBARCH parameter.
4643 (i386_analyze_prologue): Add GDBARCH parameter. Pass to
4644 i386_follow_jump and i386_analyze_frame_setup.
4645 (i386_skip_prologue): Pass architecture to i386_analyze_prologue
4646 and i386_follow_jump.
4647 (i386_frame_cache): Pass architecture to i386_analyze_prologue.
4648 (i386_pe_skip_trampoline_code): Add FRAME parameter.
4649 * i386-tdep.h (i386_pe_skip_trampoline_code): Add FRAME parameter.
4650 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): Pass
4651 frame to i386_pe_skip_trampoline_code.
4652
4653 * ia64-tdep.h (struct gdbarch_tdep): Add GDBARCH parameter
4654 to sigcontext_register_address callback.
4655 * ia64-tdep.c (ia64_find_global_pointer): Add GDBARCH parameter.
4656 (ia64_find_unwind_table): Pass architecture to
4657 ia64_find_global_pointer.
4658 (find_extant_func_descr): Add GDBARCH parameter.
4659 (find_func_descr): Pass architecture to find_extant_func_descr
4660 and ia64_find_global_pointer.
4661 (ia64_sigtramp_frame_init_saved_regs): Pass architecture to
4662 tdep->sigcontext_register_address callback.
4663 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Add
4664 GDBARCH parameter.
4665
4666 * iq2000-tdep.c (iq2000_scan_prologue): Add GDBARCH parameter.
4667 (iq2000_frame_cache): Pass architecture to iq2000_scan_prologue.
4668
4669 * lm32-tdep.c (lm32_analyze_prologue): Add GDBARCH parameter.
4670 (lm32_skip_prologue, lm32_frame_cache): Pass architecture to
4671 lm32_analyze_prologue.
4672
4673 * m32r-tdep.c (decode_prologue): Add GDBARCH parameter.
4674 (m32r_skip_prologue): Pass architecture to decode_prologue.
4675
4676 * m68hc11-tdep.c (m68hc11_analyze_instruction): Add GDBARCH parameter.
4677 (m68hc11_scan_prologue): Pass architecture to
4678 m68hc11_analyze_instruction.
4679
4680 * m68k-tdep.c (m68k_analyze_frame_setup): Add GDBARCH parameter.
4681 (m68k_analyze_prologue): Pass architecture to
4682 m68k_analyze_frame_setup.
4683
4684 * m88k-tdep.c (m88k_fetch_instruction): Add BYTE_ORDER parameter.
4685 (m88k_analyze_prologue): Add GDBARCH parameter. Pass byte order
4686 to m88k_fetch_instruction.
4687 (m88k_skip_prologue): Pass architecture to m88k_analyze_prologue.
4688 (m88k_frame_cache): Likewise.
4689
4690 * mep-tdep.c (mep_get_insn): Add GDBARCH parameter.
4691 (mep_analyze_prologue): Pass architecture to mep_get_insn.
4692
4693 * mips-tdep.c (mips_fetch_instruction): Add GDBARCH parameter.
4694 (mips32_next_pc): Pass architecture to mips_fetch_instruction.
4695 (deal_with_atomic_sequence): Likewise.
4696 (unpack_mips16): Add GDBARCH parameter, pass to mips_fetch_instruction.
4697 (mips16_scan_prologue): Likewise.
4698 (mips32_scan_prologue): Likewise.
4699 (mips16_in_function_epilogue_p): Likewise.
4700 (mips32_in_function_epilogue_p): Likewise.
4701 (mips_about_to_return): Likewise.
4702 (mips_insn16_frame_cache): Pass architecture to mips16_scan_prologue.
4703 (mips_insn32_frame_cache): Pass architecture to mips32_scan_prologue.
4704 (mips_skip_prologue): Pass architecture to mips16_scan_prologue
4705 and mips32_scan_prologue.
4706 (mips_in_function_epilogue_p): Pass architecture to
4707 mips16_in_function_epilogue_p and
4708 mips32_in_function_epilogue_p.
4709 (heuristic_proc_start): Pass architecture to mips_fetch_instruction
4710 and mips_about_to_return.
4711 (mips_skip_mips16_trampoline_code): Pass architecture to
4712 mips_fetch_instruction.
4713 (fetch_mips_16): Add GDBARCH parameter.
4714 (mips16_next_pc): Pass architecture to fetch_mips_16.
4715 (extended_mips16_next_pc): Pass architecture to unpack_mips16 and
4716 fetch_mips_16.
4717
4718 * objc-lang.c (read_objc_method, read_objc_methlist_nmethods,
4719 read_objc_methlist_method, read_objc_object, read_objc_super,
4720 read_objc_class): Add GDBARCH parameter.
4721 (find_implementation_from_class): Add GDBARCH parameter, pass
4722 to read_objc_class, read_objc_methlist_nmethods, and
4723 read_objc_methlist_method.
4724 (find_implementation): Add GDBARCH parameter, pass to
4725 read_objc_object and find_implementation_from_class.
4726 (resolve_msgsend, resolve_msgsend_stret): Pass architecture
4727 to find_implementation.
4728 (resolve_msgsend_super, resolve_msgsend_super_stret): Pass
4729 architecture to read_objc_super and find_implementation_from_class.
4730
4731 * ppc64-linux-tdep.c (ppc64_desc_entry_point): Add GDBARCH parameter.
4732 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target,
4733 ppc64_standard_linkage3_target): Pass architecture to
4734 ppc64_desc_entry_point.
4735 * rs6000-tdep.c (bl_to_blrl_insn_p): Add BYTE_ORDER parameter.
4736 (skip_prologue): Pass byte order to bl_to_blrl_insn_p.
4737 (rs6000_fetch_instruction): Add GDBARCH parameter.
4738 (rs6000_skip_stack_check): Add GDBARCH parameter, pass to
4739 rs6000_fetch_instruction.
4740 (skip_prologue): Pass architecture to rs6000_fetch_instruction.
4741
4742 * remote-mips.c (mips_store_word): Return old_contents as host
4743 integer value instead of target bytes.
4744
4745 * s390-tdep.c (struct s390_prologue_data): Add BYTE_ORDER member.
4746 (s390_analyze_prologue): Initialize it.
4747 (extend_simple_arg): Add GDBARCH parameter.
4748 (s390_push_dummy_call): Pass architecture to extend_simple_arg.
4749
4750 * scm-lang.c (scm_get_field): Add BYTE_ORDER parameter.
4751 * scm-lang.h (scm_get_field): Add BYTE_ORDER parameter.
4752 (SCM_CAR, SCM_CDR): Pass SCM_BYTE_ORDER to scm_get_field.
4753 * scm-valprint.c (scm_scmval_print): Likewise.
4754 (scm_scmlist_print, scm_ipruk, scm_scmval_print): Define
4755 SCM_BYTE_ORDER.
4756
4757 * sh64-tdep.c (look_for_args_moves): Add GDBARCH parameter.
4758 (sh64_skip_prologue_hard_way): Add GDBARCH parameter, pass to
4759 look_for_args_moves.
4760 (sh64_skip_prologue): Pass architecture to
4761 sh64_skip_prologue_hard_way.
4762 * sh-tdep.c (sh_analyze_prologue): Add GDBARCH parameter.
4763 (sh_skip_prologue): Pass architecture to sh_analyze_prologue.
4764 (sh_frame_cache): Likewise.
4765
4766 * solib-irix.c (extract_mips_address): Add GDBARCH parameter.
4767 (fetch_lm_info, irix_current_sos, irix_open_symbol_file_object):
4768 Pass architecture to extract_mips_address.
4769
4770 * sparc-tdep.h (sparc_fetch_wcookie): Add GDBARCH parameter.
4771 * sparc-tdep.c (sparc_fetch_wcookie): Add GDBARCH parameter.
4772 (sparc_supply_rwindow, sparc_collect_rwindow): Pass architecture
4773 to sparc_fetch_wcookie.
4774 (sparc32_frame_prev_register): Likewise.
4775 * sparc64-tdep.c (sparc64_frame_prev_register): Likewise.
4776 * sparc32nbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Likewise.
4777 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): Likewise.
4778
4779 * spu-tdep.c (spu_analyze_prologue): Add GDBARCH parameter.
4780 (spu_skip_prologue): Pass architecture to spu_analyze_prologue.
4781 (spu_virtual_frame_pointer): Likewise.
4782 (spu_frame_unwind_cache): Likewise.
4783 (info_spu_mailbox_list): Add BYTE_ORER parameter.
4784 (info_spu_mailbox_command): Pass byte order to info_spu_mailbox_list.
4785 (info_spu_dma_cmdlist): Add BYTE_ORER parameter.
4786 (info_spu_dma_command, info_spu_proxydma_command): Pass byte order
4787 to info_spu_dma_cmdlist.
4788
4789 * symfile.c (read_target_long_array): Add GDBARCH parameter.
4790 (simple_read_overlay_table, simple_read_overlay_region_table,
4791 simple_overlay_update_1): Pass architecture to read_target_long_array.
4792
4793 * v850-tdep.c (v850_analyze_prologue): Add GDBARCH parameter.
4794 (v850_frame_cache): Pass architecture to v850_analyze_prologue.
4795
4796 * xstormy16-tdep.c (xstormy16_analyze_prologue): Add GDBARCH
4797 parameter.
4798 (xstormy16_skip_prologue, xstormy16_frame_cache): Pass architecture
4799 to xstormy16_analyze_prologue.
4800 (xstormy16_resolve_jmp_table_entry): Add GDBARCH parameter.
4801 (xstormy16_find_jmp_table_entry): Likewise.
4802 (xstormy16_skip_trampoline_code): Pass architecture to
4803 xstormy16_resolve_jmp_table_entry.
4804 (xstormy16_pointer_to_address): Likewise.
4805 (xstormy16_address_to_pointer): Pass architecture to
4806 xstormy16_find_jmp_table_entry.
4807
4808 * xtensa-tdep.c (call0_track_op): Add GDBARCH parameter.
4809 (call0_analyze_prologue): Add GDBARCH parameter, pass to
4810 call0_track_op.
4811 (call0_frame_cache): Pass architecture to call0_analyze_prologue.
4812 (xtensa_skip_prologue): Likewise.
4813
5af949e3
UW
48142009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4815
4816 * defs.h (strlen_paddr, paddr, paddr_nz): Remove.
4817 (paddress): Add GDBARCH parameter.
4818 * utils.c (strlen_paddr, paddr, paddr_nz): Remove.
4819 (paddress): Add GDBARCH parameter, use it instead of current_gdbarch.
4820 * ui-out.h (ui_out_field_core_addr): Add GDBARCH parameter.
4821 * ui-out.c (ui_out_field_core_addr): Add GDBARCH parameter,
4822 use it instead of current_gdbarch.
4823
4824 Update calls to ui_out_field_core_addr to pass architecture:
4825 * ada-lang.c (print_one_exception): Update.
4826 * breakpoint.c (print_one_breakpoint_location,
4827 print_one_exception_catchpoint): Update.
4828 * disasm.c (dump_insns): Update.
4829 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
4830 * mi/mi-main.c (mi_cmd_data_read_memory): Update.
4831 * mi/mi-symbol-cmds.c: Include "objfiles.h".
4832 (mi_cmd_symbol_list_lines): Update.
4833 * stack.c (print_frame_info, print_frame): Update.
4834
4835 Update callers of paddress to pass architecture:
4836 * ada-tasks.c (info_task): Update.
4837 * ada-valprint.c (ada_val_print_1): Update.
4838 * annotate.c (annotate_source, annotate_frame_begin): Update.
4839 * breakpoint.c (insert_bp_location, describe_other_breakpoints,
4840 mention): Update.
4841 * cli/cli-cmds.c (edit_command, list_command, print_disassembly):
4842 Update.
4843 * corefile.c (memory_error): Update.
4844 * c-valprint.c (print_function_pointer_address, c_val_print): Update.
4845 * disasm.c (dis_asm_print_address): Update.
4846 * exec.c (print_section_info): Update.
4847 * f-valprint.c (f_val_print): Update.
4848 * infcmd.c: Include "arch-utils.h".
4849 (jump_command, program_info): Update.
4850 * linux-fork.c: Include "arch-utils.h".
4851 (info_forks_command): Update.
4852 * m2-valprint.c (print_function_pointer_address,
4853 print_unpacked_pointer, print_variable_at_address,
4854 m2_val_print): Update.
4855 * m32r-rom.c (m32r_load_section, m32r_load, m32r_upload_command):
4856 Update.
4857 * printcmd.c (print_address, print_address_demangle, address_info):
4858 Update.
4859 * p-valprint.c (pascal_val_print): Update.
4860 * source.c: Include "arch-utils.h".
4861 (line_info): Update.
4862 * stack.c (frame_info, print_block_frame_labels): Update.
4863 * symfile.c (add_symbol_file_command, list_overlays_command): Update.
4864 * symmisc.c (dump_msymbols, dump_psymtab, dump_symtab_1,
4865 print_symbol, print_partial_symbols, maintenance_info_psymtabs,
4866 maintenance_check_symtabs): Update.
4867 * symtab.c (find_pc_sect_symtab): Update.
4868 * target.c (deprecated_debug_xfer_memory): Update.
4869 * tracepoint.c (scope_info): Update.
4870 * tui/tui-stack.c (tui_make_status_line): Update.
4871 * valprint.c (val_print_string): Update.
4872
4873 Update callers of paddr_nz to use paddress instead (keeping
4874 user-visible output identical):
4875 * alpha-tdep.c (alpha_heuristic_proc_start): Update.
4876 * amd64-tdep.c (fixup_riprel, amd64_displaced_step_copy_insn,
4877 amd64_displaced_step_fixup): Update.
4878 * arch-utils.c (simple_displaced_step_copy_insn): Update.
4879 * auxv.c (fprint_target_auxv): Update.
4880 * breakpoint.c (insert_single_step_breakpoint): Update.
4881 * buildsym.c (finish_block): Update.
4882 * cli/cli-dump.c (restore_section_callback): Update.
4883 * fbsd-nat.c (fbsd_find_memory_regions): Update.
4884 * frame.c (frame_unwind_register_value): Update.
4885 * gcore.c (gcore_create_callback): Update.
4886 * hppa-tdep.c (hppa_frame_cache, hppa_skip_trampoline_code): Update.
4887 * i386-tdep.c (i386_displaced_step_fixup, i386_record_modrm,
4888 i386_record_lea_modrm_addr, i386_record_lea_modrm,
4889 i386_process_record): Update.
4890 * ia64-tdep.c (ia64_frame_this_id, ia64_sigtramp_frame_this_id,
4891 ia64_libunwind_frame_this_id, ia64_libunwind_sigtramp_frame_this_id,
4892 ia64_dummy_id, ia64_access_reg, ia64_access_rse_reg): Update.
4893 * infrun.c (displaced_step_prepare, displaced_step_fixup,
4894 handle_inferior_event, insert_step_resume_breakpoint_at_sal,
4895 insert_longjmp_resume_breakpoint): Update.
4896 * linux-nat.c (linux_nat_find_memory_regions): Update.
4897 * linux-record.c (record_linux_system_call): Update.
4898 * mips-tdep.c (heuristic_proc_start, mips_eabi_push_dummy_call,
4899 mips_n32n64_push_dummy_call, mips_o32_push_dummy_call,
4900 mips_o64_push_dummy_call): Update.
4901 * monitor.c (monitor_error, monitor_remove_breakpoint): Update.
4902 * record.c (record_arch_list_add_mem, record_wait,
4903 record_xfer_partial): Update.
4904 * remote-mips.c (mips_fetch_word, mips_check_lsi_error,
4905 mips_common_breakpoint): Update.
4906 * remote-sim.c (gdbsim_xfer_inferior_memory): Update.
4907 * rs6000-tdep.c (ppc_displaced_step_fixup): Update.
4908 * solib-som.c (som_current_sos): Update.
4909 * symfile.c (load_progress, generic_load): Update.
4910 * symfile-mem.c (add_vsyscall_page): Update.
4911 * valops.c (value_fetch_lazy): Update.
4912 * windows-tdep.c (windows_xfer_shared_library): Update.
4913
4914 Update callers of paddr_nz to use paddress instead (changing
4915 user-visible output to make it more correct):
4916 * dwarf2loc.c (locexpr_describe_location): Update.
4917 * ia64-tdep.c (ia64_memory_insert_breakpoint,
4918 ia64_memory_remove_breakpoint): Update.
4919 * jv-valprint.c (java_value_print): Update.
4920 * m32c-tdep.c (m32c_m16c_address_to_pointer): Update.
4921 * monitor.c (monitor_read_memory): Update.
4922
4923 Update callers of paddr to use paddress instead (changing
4924 user-visible output to make it more correct):
4925 * arm-tdep.c (arm_push_dummy_call): Update.
4926 * breakpoint.c (insert_bp_location, create_thread_event_breakpoint,
4927 create_breakpoint): Update.
4928 * darwin-nat-info.c (darwin_debug_regions): Update.
4929 * dcache.c (dcache_info): Update.
4930 * dsrec.c (load_srec, make_srec): Update.
4931 * dwarf2-frame.c (dwarf2_restore_rule, execute_cfa_program,
4932 dwarf2_frame_cache): Update.
4933 * gcore.c (gcore_copy_callback): Update.
4934 * gnu-nat.c (gnu_xfer_memory): Update.
4935 * mips-linux-nat.c (mips_show_dr): Update.
4936 * monitor.c (monitor_write_memory, monitor_insert_breakpoint,
4937 monitor_remove_breakpoint): Update.
4938 * remote.c (compare_sections_command): Update.
4939 * remote-m32r-sdi.c (m32r_xfer_memory, m32r_insert_breakpoint,
4940 m32r_remove_breakpoint, m32r_insert_watchpoint,
4941 m32r_remove_watchpoint): Update.
4942 * sol-thread.c (info_cb): Update.
4943 * symfile.c (load_progress): Update.
4944
4945 Update callers of paddress or paddr_nz to use hex_string instead
4946 (changes output of internal/error/debug messages only):
4947 * dwarf2read.c (dump_die_shallow): Update.
4948 * frame.c (fprint_field, fprint_frame, frame_pc_unwind,
4949 get_frame_func, create_new_frame): Update.
4950 * hppa-tdep.c (find_unwind_entry, unwind_command): Update.
4951 * ia64-tdep.c (get_kernel_table, ia64_find_proc_info_x,
4952 ia64_get_dyn_info_list): Update.
4953 * maint.c (maintenance_translate_address): Update.
4954 * mi/mi-cmd-var.c (mi_cmd_var_create): Update.
4955 * target.c (target_flash_erase): Update.
4956
4957 Update callers of paddr/paddr_nz to use phex/phex_nz instead,
4958 using an appropriate address size. Remove use of strlen_paddr.
4959 * exec.c (exec_files_info): Update.
4960 * i386-nat.c (i386_show_dr): Update.
4961 * remote.c (remote_flash_erase): Update.
4962 * m32r-rom.c (m32r_load_section): Update.
4963 * monitor.c (monitor_vsprintf, monitor_store_register): Update.
4964 * remote.c (remote_check_symbols, remote_search_memory): Update.
4965 * remote-mips.c (mips_request, mips_common_breakpoint): Update.
4966 * scm-valprint.c (scm_ipruk, scm_scmval_print): Update.
4967 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Update.
4968 * sh-tdep.c (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs,
4969 sh2a_show_regs, sh2a_nofpu_show_regs, sh3e_show_regs,
4970 sh3_dsp_show_regs, sh4_show_regs, sh4_nofpu_show_regs,
4971 sh_dsp_show_regs): Update.
4972 * xcoffsolib.c (sharedlibrary_command): Update.
4973
4974
4975 * maint.c (maint_print_section_info): Add ADDR_SIZE parameter.
4976 Use hex_string_custom instead of paddr.
4977 (print_bfd_section_info): Pass address size.
4978 (print_objfile_section_info): Likewise.
4979
4980 * annotate.h (annotate_source): Add GDBARCH parameter.
4981 (annotate_frame_begin): Likewise.
4982 * annotate.c (annotate_source): Add GDBARCH parameter.
4983 (annotate_frame_begin): Likewise.
4984 * source.c (identify_source_line): Update call to annotate_source.
4985 * stack.c (print_frame_info, print_frame): Update call to
4986 annotate_frame_begin.
4987
4988 * breakpoint.c (describe_other_breakpoints): Add GDBARCH parameter.
4989 (create_breakpoint, create_ada_exception_breakpoint): Update call.
4990
4991 * stack.c (print_block_frame_labels): Add GDBARCH parameter.
4992 (print_frame_label_vars): Update call.
4993
4994 * symmisc.c (print_partial_symbols): Add GDBARCH parameter.
4995 (dump_psymtab): Update call to print_partial_symbols.
4996 (struct print_symbol_args): Add GDBARCH member.
4997 (dump_symtab_1): Set print_symbol_args architecture member.
4998 (print_symbol): Use it.
4999
5000 * windows-tdep.h (windows_xfer_shared_library): Add GDBARCH
5001 parameter.
5002 * windows-tdep.c (windows_xfer_shared_library): Likewise.
5003 * i386-cygwin-tdep.c (struct cpms_data): Add GDBARCH member.
5004 (core_process_module_section): Pass architecture from cpms_data to
5005 windows_xfer_shared_library.
5006 (windows_core_xfer_shared_libraries): Initialize cmps_data
5007 architecture member.
5008 * windows-nat.c (windows_xfer_shared_libraries): Pass architecture
5009 to windows_xfer_shared_library.
5010
5011 * defs.h (print_address): Add GDBARCH parameter.
5012 * printcmd.c (print_address): Add GDBARCH parameter.
5013 (print_scalar_formatted, do_examine): Update call.
5014 * findcmd.c (find_command): Update call.
5015 * tracepoint.c: Include "arch-utils.h".
5016 (trace_find_line_command): Update call.
5017 * tui/tui-disasm.c (tui_disassemble): Update call.
5018
5019 * value.h (print_address_demangle): Add GDBARCH parameter.
5020 * printcmd.c (print_address_demangle): Add GDBARCH parameter.
5021 * c-valprint.c (print_function_pointer_address, c_val_print):
5022 Update call.
5023 * f-valprint.c (f_val_print): Update call.
5024 * gnu-v3-abi.c (gnuv3_print_method_ptr): Update call.
5025 * jv-valprint.c (java_val_print): Update call.
5026 * m2-valprint.c (print_function_pointer_address, m2_val_print):
5027 Update call.
5028 * p-valprint.c (pascal_val_print): Update call.
5029
5030 * disasm.c (gdb_disassemble_info): Install architecture into
5031 di.application_data field.
5032
13274fc3
UW
50332009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5034
5035 * disasm.h (gdb_disassembly): Add GDBARCH parameter.
5036 (gdb_print_insn): Likewise.
5037 * disasm.c (dump_insns): Add GDBARCH parameter. Use it instead
5038 of current_gdbarch.
5039 (do_mixed_source_and_assembly): Add GDBARCH parameter. Pass to
5040 dump_insns.
5041 (do_assembly_only): Likewise.
5042 (gdb_disassembly): Add GDBARCH parameter. Use it instead of
5043 current_gdbarch. Pass to subroutines.
5044 (gdb_print_insn): Add GDBARCH parameter. Use it instead of
5045 current_gdbarch.
5046
5047 * stack.c (struct gdb_disassembly_stub_args): Add GDBARCH member.
5048 (gdb_disassembly_stub): Pass architecture to gdb_disassembly.
5049 (do_gdb_disassembly): Add GDBARCH argument. Store into args.
5050 (print_frame_info): Pass architecture to do_gdb_disassembly.
5051
5052 * printcmd.c (print_formatted): Pass architecture to gdb_print_insn.
5053
5054 * mi/mi-cmd-disas.c: Include "arch-utils.h"
5055 (mi_cmd_disassemble): Pass architecture to gdb_disassembly.
5056
5057 * cli/cli-cmds.c: Include "arch-utils.h".
5058 (print_disassembly): Add GDBARCH parameter. Pass to gdb_disassembly
5059 and tui_show_assembly.
5060 (disassemble_current_function): Pass architecture to
5061 tui_get_low_disassembly_address and print_disassembly.
5062 (disassemble_command): Pass architecture to
5063 tui_get_low_disassembly_address and print_disassembly.
5064
5065 * tui/tui.c (tui_show_assembly): Add GDBARCH parameter. Pass to
5066 tui_update_source_windows_with_addr.
5067
5068 * tui/tui-data.h (struct tui_locator_element): Add GDBARCH member.
5069 (struct tui_source_info): Likewise.
5070 * tui/tui-data.c (tui_clear_win_detail): Clear source_info.gdbarch.
5071
5072 * tui/tui-disasm.c (tui_disassemble): Add GDBARCH parameter.
5073 Pass to gdb_print_insn.
5074 (tui_find_disassembly_address): Add GDBARCH parameter. Pass to
5075 tui_disassemble.
5076 (tui_set_disassem_content): Add GDBARCH parameter. Install into
5077 source_info.gdbarch. Pass to tui_disassemble.
5078 (tui_show_disassem): Add GDBARCH parameter. Pass to
5079 tui_update_source_window.
5080 (tui_show_disassem_and_update_source): Add GDBARCH parameter. Pass to
5081 tui_show_disassem and tui_update_source_window.
5082
5083 (tui_get_begin_asm_address): Return locator architecture in addition
5084 to locator PC value.
5085
5086 (tui_get_low_disassembly_address): Add GDBARCH parameter. Pass to
5087 tui_get_low_disassembly_address.
5088
5089 (tui_vertical_disassem_scroll): Pass architecture to subroutines.
5090
5091 * tui/tui-disasm.h (tui_set_disassem_content): Add GDBARCH parameter.
5092 (tui_show_disassem): Likewise.
5093 (tui_show_disassem_and_update_source): Likewise.
5094 (tui_get_begin_asm_address): Return architecture and PC value.
5095
5096 * tui/tui.h (tui_get_low_disassembly_address): Add GDBARCH parameter.
5097 (tui_show_assembly): Add GDBARCH parameter.
5098
5099 * tui/tui-layout.c (extract_display_start_addr): Return current window
5100 architecture in addition to current PC value.
5101
5102 (tui_set_layout): Update calls to tui_get_low_disassembly_address and
5103 extract_display_start_addr. Pass architecture to
5104 tui_update_source_windows_with_addr.
5105
5106 * tui/tui-source.c: Include "objfiles.h".
5107 (tui_set_source_content): Initialize window architecture.
5108 (tui_show_symtab_source): Add GDBARCH parameter. Pass to
5109 tui_update_source_window_as_is
5110
5111 * tui/tui-source.h (tui_show_symtab_source): Add GDBARCH parameter.
5112
5113 * tui/tui-stack.c (tui_set_locator_info): Add GDBARCH parameter.
5114 Install locator architecture.
5115 (tui_set_locator_filename): Update call.
5116 (tui_show_frame_info): Pass architecture to tui_set_locator_info
5117 and subroutines.
5118
5119 * tui/tui-win.c (make_visible_with_new_height): Pass architecture
5120 to tui_update_source_window.
5121
5122 * tui/tui-winsource.c: Include "objfiles.h".
5123 (tui_display_main): Update call to tui_get_begin_asm_address.
5124 Pass architecture to tui_update_source_windows_with_addr.
5125 (tui_update_source_window): Add GDBARCH parameter. Pass to
5126 tui_update_source_window_as_is.
5127 (tui_update_source_window_as_is): Add GDBARCH parameter.
5128 Pass to tui_set_disassem_content.
5129 (tui_update_source_windows_with_addr): Add GDBARCH parameter.
5130 Pass to subroutines.
5131 (tui_update_source_windows_with_line): Pass objfile architecture
5132 to subroutines.
5133 (tui_horizontal_source_scroll): Pass architecture to
5134 tui_update_source_window_as_is.
5135
5136 * tui/tui-winsource.h (tui_update_source_window): Add GDBARCH
5137 parameter.
5138 (tui_update_source_window_as_is): Likewise.
5139 (tui_update_source_windows_with_addr): Likewise.
5140
a6d9a66e
UW
51412009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5142
5143 * breakpoint.h (struct breakpoint): New member GDBARCH.
5144 * breakpoint.c: Include "arch-utils.h".
5145 (set_raw_breakpoint_without_location): Add GDBARCH parameter.
5146 Use it to set breakpoint architecture.
5147 (set_raw_breakpoint): Add GDBARCH parameter.
5148 (create_internal_breakpoint): Likewise.
5149 (create_catchpoint): Likewise.
5150 (create_fork_vfork_event_catchpoint): Likewise.
5151 (create_breakpoint): Likewise.
5152 (create_breakpoints): Likewise.
5153 (break_command_really): Likewise.
5154 (create_ada_exception_breakpoint): Likewise.
5155 Update local callers to pass architecture:
5156 (create_internal_breakpoint): Update.
5157 (create_overlay_event_breakpoint): Update.
5158 (create_longjmp_master_breakpoint): Update.
5159 (create_thread_event_breakpoint): Update.
5160 (create_solib_event_breakpoint): Update.
5161 (create_catchpoint): Update.
5162 (create_fork_vfork_event_catchpoint): Update.
5163 (set_momentary_breakpoint): Update.
5164 (clone_momentary_breakpoint): Update.
5165 (create_breakpoint): Update.
5166 (create_breakpoints): Update.
5167 (break_command_really): Update.
5168 (break_command_1): Update.
5169 (set_breakpoint): Update.
5170 (watch_command_1): Update.
5171 (catch_fork_command_1): Update.
5172 (catch_exec_commnd_1): Update.
5173 (handle_gnu_v3_exceptions): Update.
5174 (create_ada_exception_breakpoint): Update.
5175 (catch_ada_exception_command): Update.
5176 (catch_assert_command): Update.
5177 (trace_command): Update.
5178
5179 * breakpoint.h (struct bp_location): New member GDBARCH.
5180 * breakpoint.c (get_sal_arch): New function.
5181 (set_raw_breakpoint): Set location architecture.
5182 (add_location_to_breakpoint): Likewise.
5183 (clone_momentary_breakpoint): Likewise.
5184 (watch_command_1): Likewise.
5185 (update_watchpoint): Likewise.
5186 (bp_loc_is_permanent): Use location architecture instead of
5187 current_gdbarch.
5188 (adjust_breakpoint_address): Add GDBARCH parameter; use it
5189 instead of current_gdbarch.
5190 Update callers of adjust_breakpoint_address to pass
5191 breakpoint location architecture:
5192 (set_raw_breakpoint): Update.
5193 (watch_command_1): Update.
5194
5195 * tracepoint.c: (collect_symbol): Add GDBARCH parameter, use instead
5196 of current_gdbarch.
5197 (add_local_symbols): Add GDBARCH parameter. Pass to collect_symbol.
5198 (encode_actions): Pass tracepoint architecture to add_local_symbols
5199 (encode_actions): Use tracepoint architecture instead of
5200 current_gdbarch. Pass it to add_local_symbols and collect_symbol.
5201
5202 * breakpoint.h (struct breakpoint_ops): Replace last_addr parameter
5203 of print_one callback with last_loc.
5204 * breakpoint.c (print_one_breakpoint_location): Replace last_addr
5205 parameter with last_loc.
5206 (print_one_breakpoint): Likewise.
5207 (do_captured_breakpoint_query): Update call.
5208 (breakpoint_1): Pass last_loc instead of last_addr to
5209 print_one_breakpoint. Pass last location architecture instead of
5210 current_gdbarch to set_next_address.
5211 Update all implementations of the print_one callback:
5212 * breakpoint.c (print_one_catch_fork): Update.
5213 (print_one_catch_vfork): Update.
5214 (print_one_catch_exec): Update.
5215 (print_one_exception_catchpoint): Update.
5216 * ada-lang.c (print_one_exception): Update.
5217 (print_one_catch_exception): Update.
5218 (print_one_catch_exception_unhandled): Update.
5219 (print_one_catch_assert): Update.
5220
5221 * breakpoint.c (print_one_breakpoint_location): Add PRINT_ADDRESS_BITS
5222 parameter. Use it instead of gdbarch_addr_bit (current_gdbarch).
5223 (print_one_breakpoint): Add PRINT_ADDRESS_BITS parameter and pass it
5224 to print_one_breakpoint_location.
5225 (breakpoint_address_bits): New function.
5226 (do_captured_breakpoint_query): Compute number of address bits to print
5227 and pass it to print_one_breakpoint.
5228 (breakpoint_1): Likewise. Use it instead of current_gdbarch.
5229
5230 * breakpoint.h (create_thread_event_breakpoint): Add GDBARCH.
5231 * breakpoint.c (create_thread_event_breakpoint): Likewise.
5232 Update callers to create_thread_event_breakpoint:
5233 * aix-thread.c (pd_enable): Update.
5234 * linux-thread-db.c (enable_thread_event): Update.
5235
5236 * breakpoint.h (create_solib_event_breakpoint): Add GDBARCH.
5237 * breakpoint.c (create_solib_event_breakpoint): Likewise.
5238 Update callers to create_solib_event_breakpoint:
5239 * solib-frv.c (enable_break, enable_break2): Update.
5240 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
5241 * solib-som.c (som_solib_create_inferior_hook): Update.
5242 * solib-darwin.c (darwin_solib_create_inferior_hook): Update.
5243 * solib-svr4.c (enable_break): Update.
5244
5245 * breakpoint.h (insert_single_step_breakpoint): Add GDBARCH.
5246 * breakpoint.c (insert_single_step_breakpoint): Likewise.
5247 Update callers to insert_single_step_breakpoint:
5248 * alpha-tdep.c (alpha_software_single_step): Update.
5249 * arm-linux-tdep.c (arm_linux_software_single_step): Update.
5250 * arm-tdep.c (arm_software_single_step): Update.
5251 * cris-tdep.c (cris_software_single_step): Update.
5252 * rs6000-aix-tdep.c (rs6000_software_single_step): Update.
5253 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Update.
5254 * sparc-tdep.c (sparc_software_single_step): Update.
5255 * spu-tdep.c (spu_software_single_step): Update.
5256 * mips-tdep.c (deal_with_atomic_sequence): Add GDBARCH parameter.
5257 Pass it to insert_single_step_breakpoint.
5258 (mips_software_single_step): Pass architecture to
5259 deal_with_atomic_sequence and insert_single_step_breakpoint.
5260
5261 * breakpoint.h (deprecated_insert_raw_breakpoint): Add GDBARCH.
5262 (deprecated_remove_raw_breakpoint): Likewise.
5263 * breakpoint.c (deprecated_insert_raw_breakpoint): Add GDBARCH.
5264 (deprecated_remove_raw_breakpoint): Likewise.
5265 Update callers to deprecated_insert_raw_breakpoint and
5266 deprecated_remove_raw_breakpoint:
5267 * breakpoint.c (single_step_gdbarch): New static variable.
5268 (insert_single_step_breakpoint): Pass GDBARCH parameter to
5269 deprecated_insert_raw_breakpoint. Store it in single_step_gdbarch.
5270 (remove_single_step_breakpoints): Pass architecture stored in
5271 single_step_gdbarch to deprecated_remove_raw_breakpoint.
5272 * rs6000-nat.c (exec_one_dummy_insn): Update.
5273 * solib-irix.c (enable_break, disable_break): Update.
5274 * procfs.c (procfs_mourn_inferior): Update.
5275 (remove_dbx_link_breakpoint): Update.
5276
5277 * breakpoint.h (set_breakpoint): Add GDBARCH parameter.
5278 (set_momentary_breakpoint, set_momentary_breakpoint_at_pc): Likewise.
5279 * breakpoint.c (set_breakpoint): Add GDBARCH parameter.
5280 (set_momentary_breakpoint, set_momentary_breakpoint_at_pc): Likewise.
5281 Update callers to set_breakpoint, set_momentary_breakpoint and
5282 set_momentary_breakpoint_at_pc:
5283 * breakpoint.c (set_momentary_breakpoint_at_pc): Update.
5284 (until_break_command): Update.
5285 * infcall.c (call_function_by_hand): Update.
5286 * infcmd.c (finish_backward, finish_forward): Update.
5287 * infrun.c (insert_step_resume_breakpoint_at_sal): Add GDBARCH
5288 parameter. Pass it to set_momentary_breakpoint.
5289 (insert_longjmp_resume_breakpoint): Add GDBARCH parameter.
5290 Pass it to set_momentary_breakpoint_at_pc.
5291 (handle_inferior_event): Update.
5292 (insert_step_resume_breakpoint_at_frame): Update.
5293 (insert_step_resume_breakpoint_at_caller): Update..
5294 * mi/mi-cmd-break.c: Include "arch-utils.h".
5295 (mi_cmd_break_insert): Update.
5296
5297 * target.h (struct target_ops): Add GDBARCH parameter to
5298 to_insert_breakpoint, to_remove_breakpoint, to_insert_hw_breakpoint,
5299 and to_remove_hw_breakpoint members.
5300 (target_insert_breakpoint, target_remove_breakpoint,
5301 target_insert_hw_breakpoint, target_remove_hw_breakpoint): Add GDBARCH
5302 parameter, pass to target routine.
5303 (memory_remove_breakpoint, memory_insert_breakpoint): Add GDBARCH
5304 parameter.
5305 * target.c (debug_to_insert_breakpoint, debug_to_remove_breakpoint,
5306 debug_to_insert_hw_breakpoint, debug_to_remove_hw_breakpoint): Add
5307 GDBARCH parameter, pass to target routine.
5308 (update_current_target): Update function signature.
5309 * breakpoint.c (insert_bp_location, remove_breakpoint,
5310 deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint):
5311 Pass architecture to target_ routines.
5312 Update all implementations of the target breakpoint routines to take
5313 GDBARCH parameter and use it instead of GDBARCH as appropriate:
5314 * corelow.c (ignore): Update.
5315 * exec.c (ignore): Update.
5316 * mem-break.c (memory_insert_breakpoint): Update.
5317 (memory_remove_breakpoint): Update.
5318 * monitor.c (monitor_insert_breakpoint): Update.
5319 (monitor_remove_breakpoint): Update.
5320 * record.c (record_insert_breakpoint): Update.
5321 (record_beneath_to_insert_breakpoint): Update.
5322 (record_remove_breakpoint): Update.
5323 (record_beneath_to_remove_breakpoint): Update.
5324 * remote.c (remote_insert_breakpoint): Update.
5325 (remote_remove_breakpoint): Update.
5326 (remote_insert_hw_breakpoint): Update.
5327 (remote_remove_hw_breakpoint): Update.
5328 * remote-m32r-sdi.c (m32r_insert_breakpoint): Update.
5329 (m32r_remove_breakpoint): Update.
5330 * remote-mips.c (mips_insert_breakpoint): Update.
5331 (mips_remove_breakpoint): Update.
5332 * i386-nat.c (i386_insert_hw_breakpoint): Update.
5333 (i386_remove_hw_breakpoint): Update.
5334 * nto-procfs.c (procfs_insert_breakpoint): Update.
5335 (procfs_remove_breakpoint): Update.
5336 (procfs_insert_hw_breakpoint): Update.
5337 (procfs_remove_hw_breakpoint): Update.
5338
36f15f55
UW
53392009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5340
5341 * frame.h (frame_unwind_arch): New.
5342 (frame_unwind_caller_arch): Likewise.
5343 * frame-unwind.h (frame_prev_arch_ftype): New type.
5344 (struct frame_unwind): New member prev_arch.
5345 * frame.c (struct frame_info): New member prev_arch.
5346 (frame_unwind_arch): New function.
5347 (frame_unwind_caller_arch): Likewise..
5348 (get_frame_arch): Reimplement in terms of frame_unwind_arch.
5349 * sentinel-frame.c (sentinel_frame_prev_arch): New function.
5350 (sentinel_frame_unwinder): Install it.
5351
5352 * frame.c (frame_pc_unwind): Use frame_unwind_arch instead
5353 of get_frame_arch.
5354 (frame_unwind_register_value): Likewise.
5355 (frame_unwind_register_signed): Likewise.
5356 (frame_unwind_register_unsigned): Likewise.
5357 * frame-unwind.c (frame_unwind_got_optimized): Likewise.
5358 (frame_unwind_got_register): Likewise.
5359 (frame_unwind_got_constant): Likewise.
5360 (frame_unwind_got_bytes): Likewise.
5361 (frame_unwind_got_address): Likewise.
5362
5363 * frame.h (enum frame_type): New value ARCH_FRAME.
5364 * frame.c (fprint_frame_type): Handle ARCH_FRAME.
5365 * stack.c (print_frame_info): Likewise.
5366
c2250ad1
UW
53672009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5368
5369 * target.h (struct target_ops): New member to_thread_architecture.
5370 (target_thread_architecture): New macro.
5371 * target.c (update_current_target): Inherit to_thread_architecture.
5372 (default_thread_architecture): New function.
5373 (debug_to_thread_architecture): New function.
5374 (setup_target_debug): Handle to_thread_architecture.
5375
5376 * regcache.h (get_thread_arch_regcache): New.
5377 * regcache.c (struct regcache_list): New data type.
5378 (current_regcache): Hold regcache list instead of single regcache.
5379 (current_thread_ptid, current_thread_arch): New static variables.
5380 (get_thread_arch_regcache): New function.
5381 (get_thread_regcache): Use it. Call target_thread_architecture.
5382 (regcache_thread_ptid_changed): Update to current_regcache changes.
5383 (registers_changed): Likewise. Reset current_thread_arch and
5384 current_thread_ptid.
5385
5386 * remote.c (remote_wait): Access target registers in target_gdbarch.
5387 * linux-nat.c (linux_nat_do_thread_registers): Likewise.
5388 * proc-service.c (ps_lgetregs, ps_lsetregs): Likewise.
5389 (ps_lgetfpregs, ps_lsetfpregs): Likewise.
5390 * sol-thread.c (ps_lgetregs, ps_lsetregs): Likewise.
5391 (ps_lgetfpregs, ps_lsetfpregs): Likewise.
5392 * solib-svr4.c (enable_break): Likewise.
5393 (svr4_relocate_main_executable): Likewise.
5394
d452c4bc
UW
53952009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5396
5397 * python/python-internal.h (struct language_defn): Declare.
5398 (python_gdbarch, python_language): Likewise.
5399 (ensure_python_env): Add prototype.
5400 (make_cleanup_py_restore_gil): Remove prototype.
5401
5402 * python/python.c: Include "arch-utils.h", "value.h" and "language.h".
5403 (python_gdbarch, python_language): New global variables.
5404 (struct python_env): New data type.
5405 (ensure_python_env, restore_python_env): New functions.
5406 (eval_python_from_control_command): Call ensure_python_env to
5407 install current architecture and language.
5408 (python_command, gdbpy_new_objfile): Likewise.
5409 * python/python-cmd.c: Include "arch-utils.h" and "language.h".
5410 (cmdpy_destroyer, cmdpy_function, cmdpy_completer): Call
5411 ensure_python_env.
5412 * python/python-type.c (clean_up_objfile_types): Likewise.
5413 * python/python-objfile.c: Include "language.h".
5414 (clean_up_objfile): Call ensure_python_env.
5415 * python/python-prettyprint.c (apply_val_pretty_printer): Likewise.
5416 (apply_varobj_pretty_printer): Do not call PyGILState_Ensure.
5417 * varobj.c (varobj_ensure_python_env): New helper function.
5418 (varobj_get_display_hint, update_dynamic_varobj_children,
5419 install_default_visualizer, varobj_set_visualizer, free_variable,
5420 value_get_print_value): Call it.
5421 (value_get_print_value): Add varobj argument instead of pretty
5422 printer argument. Update all callers.
5423
5424 * python/python-utils.c (py_gil_restore, make_cleanup_py_restore_gil):
5425 Remove.
5426
5427 * value.h (internal_function_fn): Add GDBARCH and LANGUAGE argument.
5428 (call_internal_function): Likewise.
5429 * value.c (call_internal_function): Likewise. Pass to handler.
5430 * eval.c (evaluate_subexp_standard): Update call.
5431 * python/python-function.c: Include "language.h".
5432 (fnpy_call): Add GDBARCH and LANGAUAGE arguments and call
5433 make_cleanup_python_env.
5434
5435 * python/python-value.c (builtin_type_pyint, builtin_type_pyfloat,
5436 builtin_type_pylong, builtin_type_pybool, builtin_type_pychar,
5437 valpy_str): Use python_gdbarch and python_language instead of
5438 current_gdbarch and current_language.
5439 * python/python-type.c (typy_lookup_typename): Likewise.
5440
e17c207e
UW
54412009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5442
5443 * arch-utils.c (selected_byte_order): Return target_byte_order_user.
5444 (show_endian): Use target_byte_order_user if specified; otherwise
5445 use get_current_arch () instead of current_gdbarch.
5446 (show_architecture): Use set_architecture_string if specified;
5447 otherwise use get_current_arch () instead of current_gdbarch.
5448 (get_current_arch): New function.
5449 * arch-utils.h (get_current_arch): Add prototype.
5450
5451 * osabi.c (show_osabi): Use get_current_arch () instead of
5452 current_gdbarch.
5453
5454 * findcmd.c: Include "arch-utils.h".
5455 (parse_find_args): Add BIG_P argument. Use it instead of byte order
5456 of current_gdbarch.
5457 (find_command): Use get_current_arch () instead of current_gdbarch.
5458 Pass byte order to parse_find_args.
5459
5460 * maint.c: Include "arch-utils.h".
5461 (maintenance_print_architecture): Use get_current_arch () instead
5462 of current_gdbarch.
5463
5464 * reggroups.c: Include "arch-utils.h".
5465 (maintenance_print_reggroups): Use get_current_arch () instead
5466 of current_gdbarch.
5467
5468 * symfile.c: Include "arch-utils.h".
5469 (overlay_load_command): Use get_current_arch () instead of
5470 current_gdbarch.
5471
5472 * value.c: Include "arch-utils.h".
5473 (show_convenience): Use get_current_arch () instead of
5474 current_gdbarch.
5475
5476 * tui/tui-regs.c: Include "arch-utils.h".
5477 (tui_reg_next_command): Use get_current_arch () instead of
5478 current_gdbarch.
5479
5480 * mi/mi-main.c: Include "arch-utils.h".
5481 (mi_cmd_data_read_memory): Use get_current_arch () instead of
5482 current_gdbarch.
5483
5484 * parse.c: Include "arch-utils.h".
5485 (parse_exp_in_context): Use get_current_arch () instead of
5486 current_gdbarch.
5487
50810684
UW
54882009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5489
5490 * gdbtypes.c (make_pointer_type, make_reference_type,
5491 smash_to_memberptr_type, lookup_array_range_type, check_stub_method):
5492 Use type architecture instead of current_gdbarch.
5493
5494 * gdbtypes.h (address_space_name_to_int, address_space_int_to_name):
5495 Add GDBARCH paramter.
5496 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name):
5497 Add GDBARCH parameter. Use it instead of current_gdbarch.
5498 * c-typeprint.c (c_type_print_modifier): Update call.
5499 * parse.c (push_type_address_space): Likewise.
5500
5501 * findvar.c (extract_typed_address, store_typed_address): Use type
5502 architecture instead of current_gdbarch.
5503
5504 * value.c (value_as_address, unpack_field_as_long): Use type architecture
5505 instead of current_gdbarch.
5506
5507 * doublest.c (floatformat_from_length): Add GDBARCH argument. Use it
5508 instead of current_gdbarch.
5509 (floatformat_from_type): Pass type architecture.
5510
5511 * infcall.c (find_function_addr): Use type architecture instead
5512 of current_gdbarch.
5513
5514 * valarith.c (value_bitstring_subscript, value_x_binop, value_neg,
5515 value_bit_index): Use type architecture instead of current_gdbarch.
5516 * valops.c (value_cast, value_slice): Likewise.
5517
5518 * value.h (modify_field): Add TYPE argument.
5519 * value.c (modify_field): Add TYPE argument. Use type architecture
5520 instead of current_gdbarch.
5521 (set_internalvar_component): Likewise.
5522 * eval.c (evaluate_struct_tuple): Update call.
5523 * valops.c (value_assign): Likewise.
5524 * ada-lang.c (modify_general_field): Likewise. Add TYPE argument.
5525 (make_array_descriptor): Update calls.
5526 (move_bits): Add BITS_BIG_ENDIAN_P argument. Use it instead of
5527 current_gdbarch.
5528 (ada_value_assign, value_assign_to_component): Update calls.
5529 (decode_packed_array, ada_value_primitive_packed_val, ada_value_assign,
5530 value_assign_to_component): Use type arch instead of current_gdbarch.
5531
5532 * printcmd.c (float_type_from_length): Remove GDBARCH argument,
5533 use type architecture instead.
5534 (print_scalar_formatted, printf_command): Update calls. Use type
5535 architecture instead of current_gdbarch.
5536 * valprint.c (val_print_type_code_int): Use type architecture
5537 instead of current_gdbarch.
5538 * varobj.c (value_get_print_value): Likewise.
5539 * python/python-prettyprint.c (print_string_repr): Add GDBARCH
5540 argument. Use it instead of current_gdbarch.
5541 (apply_val_pretty_printer): Update call.
5542
5543 * ada-valprint.c (ada_val_print_1): Use type architecture instead
5544 of current_gdbarch.
5545 * c-valprint.c (print_function_pointer_address): Add GDBARCH argument.
5546 Use it instead of current_gdbarch.
5547 (c_val_print): Update calls passing type architecture.
5548 * f-valprint.c (f_val_print): Use type architecture instead of
5549 current_gdbarch.
5550 * jv-valprint (java_value_print): Likewise.
5551 * m2-valprint.c (print_function_pointer_address): Add GDBARCH argument.
5552 Use it instead of current_gdbarch.
5553 (print_unpacked_pointer): Update calls passing type architecture.
5554 * scm-valprint.c (scm_scmval_print): Use type architecture instead of
5555 current_gdbarch.
5556
5557 * gnu-v3-abi.c (get_class_arch): Remove.
5558 (gnuv3_rtti_type): Use get_type_arch instead of get_class_arch. Remove
5559 special-case check for Java classes.
5560 (gnuv3_virtual_fn_field, gnuv3_baseclass_offset, gnuv3_print_method_ptr,
5561 gnuv3_method_ptr_size, gnuv3_make_method_ptr, gnuv3_method_ptr_to_value):
5562 Use get_type_arch instead of get_class_arch.
5563
e9bb382b
UW
55642009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5565
5566 * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros.
5567 (TYPE_OBJFILE, TYPE_ALLOC, TYPE_ZALLOC): Reimplement.
5568 (alloc_type_arch): Add prototype.
5569 (alloc_type_copy): Likewise.
5570 (get_type_arch): Likewise.
5571 (arch_type): Likewise.
5572 (arch_integer_type): Likewise.
5573 (arch_character_type): Likewise.
5574 (arch_boolean_type): Likewise.
5575 (init_float_type): Remove, replace by ...
5576 (arch_float_type): ... this.
5577 (init_complex_type): Remove, replace by ...
5578 (arch_complex_type): ... this.
5579 (init_flags_type): Remove, replace by ...
5580 (arch_flags_type): ... this.
5581 (init_composite_type): Remove, replace by ...
5582 (arch_composite_type): ... this.
5583
5584 * gdbtypes.c (alloc_type): No longer support NULL objfile.
5585 (init_type): Likewise.
5586 (alloc_type_arch): New function.
5587 (alloc_type_copy): New function.
5588 (get_type_arch): New function.
5589
5590 (smash_type): Preserve type ownership information.
5591 (make_pointer_type, make_reference_type, make_function_type,
5592 smash_to_memberptr_type, smash_to_method_type): No longer
5593 preserve OBJFILE across smash_type calls.
5594 (make_pointer_type, make_reference_type, make_function_type,
5595 lookup_memberptr_type, lookup_methodptr_type, allocate_stub_method,
5596 create_range_type, create_array_type, create_set_type, copy_type):
5597 Use alloc_type_copy when allocating types.
5598 (check_typedef): Use alloc_type_arch.
5599 (copy_type_recursive): Likewise. Preserve type ownership data
5600 after copying type.
5601 (recursive_dump_type): Dump type ownership data.
5602 (alloc_type_instance): Update type ownership check.
5603 (copy_type, copy_type_recursive): Likewise.
5604
5605 (arch_type): New function.
5606 (arch_integer_type): Likewise.
5607 (arch_character_type): Likewise.
5608 (arch_boolean_type): Likewise.
5609 (init_float_type): Remove, replace by ...
5610 (arch_float_type): ... this.
5611 (init_complex_type): Remove, replace by ...
5612 (arch_complex_type): ... this.
5613 (init_flags_type): Remove, replace by ...
5614 (arch_flags_type): ... this.
5615 (append_flags_type_flag): Move down.
5616 (init_composite_type): Remove, replace by ...
5617 (arch_composite_type): ... this.
5618 (append_composite_type_field_aligned,
5619 append_composite_type_field): Move down.
5620
5621 * gdbarch.c (gdbtypes_post_init): Allocate all types
5622 using per-architecture routines.
5623 * ada-lang.c (ada_language_arch_info): Likewise.
5624 * f-lang.c (build_fortran_types): Likewise.
5625 * jv-lang.c (build_java_types): Likewise.
5626 * m2-lang.c (build_m2_types): Likewise.
5627 * scm-lang.c (build_scm_types): Likewise.
5628
5629 * ada-lang.c (ada_type_of_array): Use alloc_type_copy.
5630 (packed_array_type): Likewise.
5631 (ada_template_to_fixed_record_type_1): Likewise.
5632 (template_to_static_fixed_type): Likewise.
5633 (to_record_with_fixed_variant_part): Likewise.
5634 (to_fixed_variant_branch_type): Likewise.
5635 (to_fixed_array_type): Likewise.
5636 (to_fixed_range_type): Likewise.
5637 (empty_record): Use type instead of objfile argument.
5638 Use alloc_type_copy.
5639 (to_fixed_variant_branch_type): Update call to empty_record.
5640 * jv-lang.c (type_from_class): Use alloc_type_arch.
5641
5642 * arm-tdep.c (arm_ext_type): Allocate per-architecture type.
5643 * i386-tdep.c (i386_eflags_type, i386_mxcsr_type, i387_ext_type,
5644 i386_mmx_type, i386_sse_type): Likewise.
5645 * ia64-tdep.c (ia64_ext_type): Likewise.
5646 * m32c-tdep.c (make_types): Likewise.
5647 * m68k-tdep.c (m68k_ps_type, m68881_ext_type): Likewise.
5648 * rs6000-tdep.c (rs6000_builtin_type_vec64,
5649 rs6000_builtin_type_vec128): Likewise.
5650 * sparc-tdep.c (sparc_psr_type, sparc_fsr_type): Likewise.
5651 * sparc64-tdep.c (sparc64_pstate_type, sparc64_fsr_type,
5652 sparc64_fprs_type): Likewise.
5653 * spu-tdep.c (spu_builtin_type_vec128): Likewise.
5654 * xtensa-tdep.c (xtensa_register_type): Likewise.
5655 * linux-tdep.c (linux_get_siginfo_type): Likewise.
5656 * target-descriptions.c (tdesc_gdb_type): Likewise.
5657 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
5658
209bd28e
UW
56592009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5660
5661 * i386-tdep.h (struct gdbarch_tdep): Add i386_eflags_type and
5662 i386_mxcsr_type members.
5663 (i386_eflags_type): Make into function.
5664 (i386_mxcsr_type): Likewise.
5665 * i386-tdep.c (i386_eflags_type): Make into function.
5666 (i386_mxcsr_type): Likewise.
5667 (i386_register_type): Update uses.
5668 (i386_init_types): Remove.
5669 (_initialize_i386_tdep): Do not call it.
5670 * amd64-tdep.c (amd64_register_type): Update uses.
5671
5672 * m68k-tdep.h (struct gdbarch_tdep): Add m68k_ps_type member.
5673 * m68k-tdep.c (m68k_ps_type): Make into function.
5674 (m68k_register_type): Update use.
5675 (m68k_init_types): Remove.
5676 (_initialize_m68k_tdep): Do not call it.
5677
5678 * sparc-tdep.h (struct gdbarch_tdep): Add sparc_psr_type,
5679 sparc_fsr_type, sparc64_pstate_type, sparc64_fsr_type, and
5680 sparc64_fprs_type members.
5681 * sparc-tdep.c (sparc_psr_type): Make into function.
5682 (sparc_fsr_type): Likewise.
5683 (sparc32_register_type): Update uses.
5684 (sparc_init_types): Remove.
5685 (_initialize_sparc_tdep): Do not call it.
5686 * sparc64-tdep.c (sparc64_pstate_type): Make into function.
5687 (sparc64_fsr_type): Likewise.
5688 (sparc64_fprs_type): Likewise.
5689 (sparc64_register_type): Update uses.
5690 (sparc64_init_types): Remove.
5691 (_initialize_sparc64_tdep): Likewise.
5692
27067745
UW
56932009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5694
5695 * gdbtypes.h (builtin_type_ieee_single, builtin_type_ieee_double,
5696 builtin_type_i387_ext, builtin_type_m68881_ext, builtin_type_arm_ext,
5697 builtin_type_ia64_spill, builtin_type_ia64_quad): Remove.
5698 (init_float_type, init_complex_type): Add prototypes.
5699 * gdbtypes.c (builtin_type_ieee_single, builtin_type_ieee_double,
5700 builtin_type_i387_ext, builtin_type_m68881_ext, builtin_type_arm_ext,
5701 builtin_type_ia64_spill, builtin_type_ia64_quad): Remove.
5702 (_initialize_gdbtypes): Do not initialize them.
5703 (build_flt): Rename to ...
5704 (init_float_type): ... this. Make global.
5705 (build_complex): Rename to ...
5706 (init_complex_type): ... this. Make global. Remove BIT argument.
5707 (gdbtypes_post_init): Update calls.
5708
5709 * ada-lang.c (ada_language_arch_info): Use init_float_type.
5710 * jv-lang.c (build_java_types): Likewise.
5711 * m2-lang.c (build_m2_types): Likewise.
5712 * f-lang.c (build_fortran_types): Use init_float_type and
5713 init_complex_type.
5714
5715 * target-descriptions.c (tdesc_gdb_type): Call init_float_type instead
5716 of using builtin_type_ieee_single, builtin_type_ieee_double, or
5717 builtin_type_arm_ext.
5718
5719 * ia64-tdep.h (struct gdbarch_tdep): Add ia64_ext_type member.
5720 * ia64-tdep.c (builtin_type_ia64_ext): Remove.
5721 (_initialize_ia64_tdep): Do not initialize it.
5722 (floatformat_valid, floatformat_ia64_ext, floatformats_ia64_ext):
5723 Move up.
5724 (ia64_ext_type): New function.
5725 (ia64_register_reggroup_p, ia64_convert_register_p,
5726 ia64_register_to_value, ia64_value_to_register,
5727 ia64_extract_return_value, ia64_store_return_value): Use ia64_ext_type
5728 instead of builtin_type_ia64_ext.
5729
5730 * i386-tdep.h (struct gdbarch_tdep): Add i387_ext_type member.
5731 (i387_ext_type): Add prototype.
5732 * i386-tdep.c (i387_ext_type): New function.
5733 (i386_extract_return_value, i386_store_return_value,
5734 i386_register_type): Use it instead of builtin_type_i387_ext.
5735 * amd64-tdep.c (amd64_register_type): Likewise.
5736 * i387-tdep.c (print_i387_value, i387_register_to_value,
5737 i387_value_to_register): Likewise.
5738 (print_i387_value, print_i387_ext): Add GDBARCH argument.
5739 (print_i387_ext, i387_print_float_info): Pass to subroutines.
5740
5741 * m68k-tdep.h (struct gdbarch_tdep): Add m68881_ext_type member.
5742 * m68k-tdep.c (m68881_ext_type): New function.
5743 (m68k_register_type, m68k_convert_register_p): Use it instead
5744 of builtin_type_m68881_ext.
5745
5746 * arm-tdep.h (struct gdbarch_tdep): Add arm_ext_type member.
5747 * arm-tdep.c (arm_ext_type): New function.
5748 (arm_register_type): Use it instead of builtin_type_arm_ext.
5749
5750 * alpha-tdep.c (alpha_register_type): Use builtin types
5751 instead of builtin_type_ieee_double.
5752
5753 * mips-tdep.c (mips_float_register_type, mips_double_register_type):
5754 Remove.
5755 (mips_register_type): Use builtin types instead of
5756 builtin_type_ieee_single and builtin_type_ieee_double.
5757 (mips_print_fp_register): Use builtin types instead of
5758 mips_float_register_type and mips_double_register_type.
5759
5760 * hppa-tdep.c (hppa32_register_type, hppa64_register_type):
5761 Use builtin types instead of builtin_type_ieee_single and
5762 builtin_type_ieee_double.
5763
df4df182
UW
57642009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5765
5766 * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8,
5767 builtin_type_int16, builtin_type_uint16, builtin_type_int32,
5768 builtin_type_uint32, builtin_type_int64, builtin_type_uint64,
5769 builtin_type_int128, builtin_type_uint128): Remove.
5770 (struct builtin_type): New members builtin_int0, builtin_int8,
5771 builtin_uint8, builtin_int16, builtin_uint16, builtin_int32,
5772 builtin_uint32, builtin_int64, builtin_uint64, builtin_int128,
5773 and builtin_uint128.
5774 * gdbtypes.c (builtin_type_int0, builtin_type_int8, builtin_type_uint8,
5775 builtin_type_int16, builtin_type_uint16, builtin_type_int32,
5776 builtin_type_uint32, builtin_type_int64, builtin_type_uint64,
5777 builtin_type_int128, builtin_type_uint128): Remove.
5778 (_initialize_gdbtypes): Do not initialize them.
5779 (gdbtypes_post_init): Initialize fixed-size integer types.
5780
5781 * dwarf2expr.c (unsigned_address_type, signed_address_type): Add
5782 GDBARCH argument. Return platform-specific type.
5783 (dwarf2_read_address, execute_stack_op): Update calls.
5784
5785 * target-descriptions.c (tdesc_gdb_type): Use platform-specific types
5786 instead of global builtin_int_... variables.
5787 * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
5788 * printcmd.c (do_examine): Likewise.
5789 * jv-exp.y (parse_number): Likewise.
5790
5791 * alpha-tdep.c (alpha_register_type, alpha_push_dummy_call,
5792 alpha_store_return_value): Likewise.
5793 * amd64-linux-tdep.c (amd64_linux_register_type): Likewise.
5794 * amd64-tdep.c (amd64_register_type): Likewise.
5795 * arm-tdep.c (arm_register_type): Likewise.
5796 * avr-tdep.c (avr_register_type): Likewise.
5797 * cris-tdep.c (cris_register_type, crisv32_register_type): Likewise.
5798 * frv-tdep.c (frv_register_type): Likewise.
5799 * h8300-tdep.c h8300_register_type): Likewise.
5800 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_register_type,
5801 hppa64_register_type): Likewise.
5802 * i386-tdep.c (i386_mmx_type, i386_sse_type): Likewise.
5803 * iq2000-tdep.c (iq2000_register_type): Likewise.
5804 * lm32-tdep.c (lm32_register_type, lm32_push_dummy_call): Likewise.
5805 * m32r-tdep.c (m32r_register_type): Likewise.
5806 * m68hc11-tdep.c (m68hc11_register_type, m68hc11_pseudo_register_read,
5807 m68hc11_pseudo_register_write): Likewise.
5808 * m68k-tdep.c (m68k_register_type): Likewise.
5809 * m88k-tdep.c (m88k_register_type, m88k_store_arguments): Likewise.
5810 * mep-tdep.c (mep_register_type): Likewise.
5811 * mips-tdep.c (mips_register_type, mips_pseudo_register_type,
5812 mips_print_fp_register): Likewise.
5813 * moxie-tdep.c (moxie_register_type): Likewise.
5814 * mt-tdep.c (mt_copro_register_type, mt_register_type): Likewise.
5815 * rs6000-tdep.c (rs6000_builtin_type_vec64,
5816 rs6000_builtin_type_vec128): Likewise.
5817 * score-tdep.c (score_register_type): Likewise.
5818 * sparc-tdep.c (sparc32_register_type, sparc32_store_arguments):
5819 Likewise.
5820 * sparc64-tdep.c (sparc64_register_type, sparc64_store_arguments):
5821 Likewise.
5822 * spu-tdep.c (spu_builtin_type_vec128, spu_register_type): Likewise.
5823 * v850-tdep.c (v850_register_type): Likewise.
5824 * xstormy16-tdep.c (xstormy16_register_type): Likewise.
5825 * xtensa-tdep.c (xtensa_register_type): Likewise.
5826
5827 * mt-tdep.c (struct gdbarch_tdep): New data structure.
5828 (mt_gdbarch_init): Alloc TDEP structures.
5829 (mt_register_type): Cache coprocessor type in TDEP instead of
5830 static global variable.
5831
5832 * xtensa-tdep.h (struct gdbarch_tdep): Add type_entries member.
5833 * xtensa-tdep.c (type_entries): Remove.
5834 (xtensa_register_type): Cache fixed-size types in TDEP instead
5835 of in global variable.
5836
69feb676
UW
58372009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5838
5839 * gdbtypes.h (builtin_type_true_char): Remove.
5840 (builtin_type_true_unsigned_char): Likewise.
5841 (struct builtin_type): Add builtin_true_char and
5842 builtin_true_unsigned_char members.
5843 * gdbtypes.c (builtin_type_true_char): Remove.
5844 (builtin_type_true_unsigned_char): Likewise.
5845 (_initialize_gdbtypes): Do not initialize them.
5846 (gdbtypes_post_init): Initialize builtin_true_char and
5847 builtin_true_unsigned_char members of builtin_type.
5848
5849 * printcmd.c (print_scalar_formatted): Use builtin_type
5850 members instead of builtin_type_true_char and
5851 builtin_type_true_unsigned_char.
5852 * ada-valprint.c (ada_val_print_1): Likewise.
5853
48319d1f
UW
58542009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5855
5856 * gdbtypes.h (builtin_type_void): Remove.
5857 * gdbtypes.c (builtin_type_void): Remove.
5858 (_initialize_gdbtypes): Do not initialize it.
5859
5860 (safe_parse_type): Add GDBARCH argument. Use it to construct
5861 void return type.
5862 (check_stub_method): Update call.
5863
5864 * infcall.c (call_function_by_hand): Use platform-specific type
5865 instead of builtin_type_void.
5866 * valops.c (value_cast): Use input void type instead of
5867 builtin_type_void.
5868
22601c15
UW
58692009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5870
5871 * ada-lang.c (assign_component): Use platform-specific integer type
5872 instead of builtin_type_int32 type.
5873 (ada_evaluate_subexp) [OP_ATR_SIZE]: Likewise.
5874
5875 * ax-gdb.c (gen_expr) [UNOP_NEG]: Use platform-specific integer type
5876 instead of builtin_type_int8 type.
5877 * valarith.c (value_x_unop): Likewise.
5878 * python/python-value.c (valpy_absolute): Avoid reference to
5879 builtin_type_int8 type.
5880
5881 * eval.c (evaluate_subexp_standard): Use platform-specific integer
5882 type instead of builtin_type_int8 as EVAL_SKIP return value type.
5883 * ada-lang.c (ada_evaluate_subexp): Likewise.
5884 * jv-lang.c (evaluate_subexp_java): Likewise.
5885 * m2-lang.c (evaluate_subexp_modula2): Likewise.
5886 * scm-lang.c (evaluate_exp): Likewise.
5887
5888 * value.h (value_bitstring): Add INDEX_TYPE argument.
5889 * valops.c (value_bitstring): Add INDEX_TYPE argument, use it instead
5890 of builtin_type_int32 as base range type.
5891 * eval.c (evaluate_subexp_standard): Update value_bitstring call.
5892
e3506a9f
UW
58932009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5894
5895 * gdbtypes.c (lookup_array_range_type): Add prototype.
5896 (lookup_string_range_type): Likewise.
5897 * gdbtypes.c (lookup_array_range_type): New function.
5898 (lookup_string_range_type): Likewise.
5899
5900 * ax-gdb.c (gen_repeat): Use lookup_array_range_type.
5901 * parse.c (follow_types): Likewise.
5902 * jv-lang.c (java_array_type): Likewise.
5903 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
5904 * mt-tdep.c (mt_register_type): Likewise.
5905 * sh-tdep.c (sh_sh4_build_float_register_type): Likewise.
5906 * sh64-tdep.c (sh64_build_float_register_type): Likewise.
5907 * value.c (allocate_repeat_value): Likewise.
5908 * valops.c (value_array, value_cstring): Likewise.
5909 * valops.c (value_string): Use lookup_string_range_type.
5910
d5c831bd
UW
59112009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5912
5913 * m2-typeprint.c (m2_print_bounds, m2_is_long_set_of_type): Remove
5914 redundant check for NULL TYPE_TARGET_TYPE.
5915 * m2-valprint.c (m2_print_long_set): Likewise.
5916 * p-valprint.c (pascal_type_print_base): Likewise.
5917
5d3729b5
UW
59182009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5919
5920 * printcmd.c (next_gdbarch): New static variable.
5921 (set_next_address, do_examine, x_command): Set it.
5922 (decode_format): Use 'a' size to indicate width of an address.
5923 (do_examine): Add GDBARCH argument. Handle 'a' size.
5924 (x_command): Pass architecture to do_examine.
5925 Error if called without argument the first time.
5926 (do_one_display): Pass architecture to do_examine.
5927
5928 (examine_i_type, examine_b_type, examine_h_type, examine_w_type,
5929 examine_g_type): Remove.
5930 (_initialize_printcmd): Do not initialize them.
5931 (do_examine): Use builin_type_int... instead of examine_..._type.
5932
78267919
UW
59332009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5934
5935 * gdbtypes.h (struct builtin_type): Add internal_fn member.
5936 * gdbtypes.c (gdbtypes_post_init): Initialize it.
5937 * value.c (internal_fn_type): Remove.
5938 (_initialize_values): Do not initialize it.
5939
5940 * value.c (struct internalvar): Add enum internalvar_kind type and
5941 kind member. Restructure union internalvar_data type. Remove type,
5942 canonical, and make_value members.
5943 (init_if_undefined_command): Update for data structure changes.
5944 (create_internalvar): Likewise.
5945 (create_internalvar_type_lazy): Likewise.
5946 (get_internalvar_integer): Likewise.
5947 (get_internalvar_function): Likewise.
5948 (set_internalvar_component): Likewise.
5949 (set_internalvar): Likewise.
5950 (set_internalvar_integer): Likewise.
5951 (set_internalvar_function): Likewise.
5952 (clear_internalvar): Likewise.
5953 (add_internal_function): Likewise.
5954 (preserve_one_internalvar): New function.
5955 (preserve_values): Call it.
5956
5957 * value.h (value_of_internalvar): Add GDBARCH parameter.
5958 (internalvar_make_value): Likewise.
5959 * value.c (value_of_internalvar): Add GDBARCH parameter. Pass it to
5960 make_value callback. Use it to generate per-architecture result value
5961 types for internal variables with no pre-defined type. Update for data
5962 structure changes.
5963 (show_convenience): Pass architecture to value_of_internalvar.
5964 * eval.c (evaluate_subexp_standard): Likewise.
5965 * infrun.c (siginfo_make_value): Add GDBARCH parameter. Use it
5966 instead of current frame architecture. Return per-architecture type.
5967
5968 * value.h (set_internalvar_string): Add prototype.
5969 * value.c (set_internalvar_string): New function.
5970 * tracepoint.c (set_traceframe_context): Use it.
5971
0daa2b63
UW
59722009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5973
5974 * jv-lang.h (java_int_type, java_byte_type, java_short_type,
5975 java_long_type, java_boolean_type, java_char_type, java_float_type,
5976 java_double_type, java_void_type): Remove.
5977 (struct builtin_java_type): New data type.
5978 (builtin_java_type): Add prototype.
5979 (java_primitive_type): Add GDBARCH argument.
5980 (java_primitive_type_from_name): Likewise.
5981 (type_from_class): Likewise.
5982
5983 * jv-lang.c (java_int_type, java_byte_type, java_short_type,
5984 java_long_type, java_boolean_type, java_char_type, java_float_type,
5985 java_double_type, java_void_type): Remove.
5986
5987 (build_java_types, builtin_java_type): New functions.
5988 (java_type_data): New static variable.
5989 (_initialize_java_language): Initialize it. No longer initialize
5990 global types.
5991 (java_language_arch_info): Use per-architecture types.
5992
5993 (java_primitive_type): Add GDBARCH argument. Return per-architecture
5994 type instead of refering to global variable.
5995 (java_primitive_type_from_name): Add GDBARCH argument.
5996 (java_primitive_type_name): New function.
5997 (java_demangled_signature_length): Use it instead of
5998 java_primitive_type_from_name.
5999 (java_demangled_signature_copy): Likewise.
6000
6001 (type_from_class): Add GDBARCH argument. Pass to java_link_class_type,
6002 java_primitive_type, and recursive type_from_class call.
6003 (java_link_class_type): Add GDBARCH argument. Pass to type_from_class
6004 calls. Use per-architecture types instead of global types.
6005
6006 * jv-exp.y (parse_java_type): New define.
6007 Use per-architecture types instead of global types througout.
6008
6009 * jv-valprint.c (java_value_print): Pass architecture to
6010 type_from_class and java_primitive_type_from_name. Use per-
6011 architecture types instead of global types.
6012
d70e31dd
DE
60132009-07-01 Doug Evans <dje@google.com>
6014
6015 * NEWS: Mention biarch amd64-linux gdbserver and hardware watchpoint
6016 support for i386-linux, amd64-linux, and i386-win32 builds of
6017 gdbserver.
6018
b565e757 60192009-07-01 Nick Roberts <nickrob@snap.net.nz>
7371bfdc
NR
6020
6021 * Makefile.in (HFILES_NO_SRCDIR): Remove entries for deleted files.
6022
59dd3af6
JK
60232009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6024
6025 * Makefile.in (TARGET_FLAGS_TO_PASS): Include also FORCE_PARALLEL.
6026 (check//%): Construct FORCE_PARALLEL for the sub-make. Extend the
6027 comment for it.
6028
2fd481e1
PP
60292009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
6030
6031 gdb/10275
6032 * dwarf2-frame.c (dwarf2_frame_state): Move cfa_offset, cfa_reg,
6033 cfa_how and cfa_exp into regs and adjust users.
6034
c38f313d
DJ
60352009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
6036
6037 * dwarf2read.c (inherit_abstract_dies): Work around GCC PR 40573.
6038
8b777f02
VP
60392009-06-30 Vladimir Prus <vladimir@codesourcery.com>
6040
6041 * mi/mi-cmd-stack.c (parse_print_values): New.
6042 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args): Use the above.
6043
1a4300e9
VP
60442009-06-30 Vladimir Prus <vladimir@codesourcery.com>
6045
6046 * varobj.c (varobj_get_type): Use type_to_string.
6047
173853dc
PA
60482009-06-29 Pedro Alves <pedro@codesourcery.com>
6049
6050 * infrun.c (handle_inferior_event): Context switch to the new
6051 thread when resuming for a new_thread_event.
6052
4a399546
UW
60532009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
6054
6055 * ada-lang.h (ada_convert_actual): Add GDBARCH argument.
6056 * ada-lang.c (convert_actual): Remove stale prototype.
6057 (ensure_lval, make_array_descriptor, ada_convert_actual):
6058 Add GDBARCH argument and pass through to subroutine calls.
6059 (ensure_lval): Use GDBARCH instead of current_gdbarch.
6060 * infcall.c (value_arg_coerce): Update ada_convert_actual call.
6061
30b15541
UW
60622009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
6063
6064 * ada-lang.c (resolve): Use per-architecture void type instead
6065 of platform-independent one.
6066 (ada_evaluate_subexp) [STRUCTOP_STRUCT]: Likewise.
6067 (ada_resolve_function): Reimplement fallback logic to avoid
6068 explicit reference to builtin_type_void.
6069
7c964f07
UW
60702009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
6071
6072 * ada-valprint.c (ada_print_scalar): Accept NULL type argument
6073 to indicate scalar should be printed as default integer.
6074 (print_optional_low_bound): Pass NULL to ada_print_scalar to
6075 indicate default integer output.
6076 * ada-typeprint.c (print_range, print_range_bound): Likewise.
6077 (print_choices): Likewise. Thus, accept NULL as val_type.
6078 * ada-lang.c (ada_variant_discrim_type): Return NULL when failed
6079 to look up controlling discriminant name.
6080
1ce677a4
UW
60812009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
6082
6083 * ada-lang.c (to_fixed_range_type): Add ORIG_TYPE argument.
6084 Fall back to orig_type as index type if symbol lookup fails.
6085 Allocate result types from ORIG_TYPE's objfile.
6086 (ada_array_bound_from_type, to_fixed_array_type,
6087 ada_evaluate_subexp): Pass original index type to
6088 to_fixed_range_type. Do not pass objfile.
6089
6090 * ada-typeprint.c (print_range_type_named): Add ORIG_TYPE argument.
6091 Fall back to orig_type as index type if symbol lookup fails.
6092 (print_array_type, ada_print_type): Pass original index type
6093 to print_range_type_named.
6094
dd19d49e
UW
60952009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
6096
6097 * ada-lang.c (ada_index_type): Update comment.
6098
1eea4ebd
UW
60992009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
6100
6101 * ada-lang.c (ada_index_type): Make static. Add NAME argument.
6102 Throw error on invalid input arguments. Return NULL if unable
6103 to determine index type.
6104
6105 (ada_array_bound_from_type): Remove TYPEP argument.
6106 (ada_array_bound): Make static. Return LONGEST instead of value.
6107 Update for ada_array_bound_from_type change.
6108 (ada_array_length): Return LONGEST instead of value.
6109 Update for ada_array_bound_from_type change.
6110 (make_array_descriptor): Update for ada_array_bound change.
6111
6112 (ada_evaluate_subexp) [OP_ATR_RANGE, OP_ATR_FIRST, OP_ATR_LAST,
6113 OP_ATR_LENGTH]: Update for ada_array_bound_from_type,
6114 ada_array_bound, ada_array_length, ada_index_type changes.
6115 Always use ada_index_type to compute result type; fall back
6116 to architecture-specific integer type if ada_index_type fails.
6117
6118 * ada-lang.h (ada_index_type): Remove prototype.
6119 (ada_array_bound): Likewise.
6120
578933ab
PA
61212009-06-29 Pedro Alves <pedro@codesourcery.com>
6122
6123 * dbxread.c (read_dbx_symtab): Clear has_line_numbers when ending
6124 a psymtab.
6125
6bc80edc
TT
61262009-06-29 Tom Tromey <tromey@redhat.com>
6127
6128 * README: Mention parallel check.
6129
794684b6
SW
61302009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
6131
6132 * dwarf2read.c (read_import_statement): Properly set import location
6133 and destination.
6134 * cp-support.h (cp_add_using, cp_add_using_directive): Now take char*
6135 inner, char* outer arguments. Updated callers.
6136
2497b498
UW
61372009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
6138
6139 * value.h (value_subscript, value_subscripted_rvalue,
6140 value_bitstring_subscript, value_ptradd): Use LONGEST instead
6141 of value as type of the index argument.
6142 (value_ptrsub): Remove.
6143 * valarith.c (value_subscript, value_subscripted_rvalue,
6144 value_bitstring_subscript, value_ptradd): Use LONGEST instead
6145 of value as type of the index argument.
6146 (value_ptrsub): Remove.
6147
6148 * wrapper.h (gdb_value_subscript): Use LONGEST instead of
6149 value as type of the index argument.
6150 * wrapper.c (gdb_value_subscript): Likewise.
6151
6152 Update calls to gdb_value_subscript, value_subscript,
6153 value_subscripted_rvalue, value_bitstring_subscript and
6154 value_ptradd to use LONGEST instead of value as index
6155 argument type. Use value_ptradd instead of value_ptrsub.
6156 * ada-lang.c (ada_value_subscript, ada_value_ptr_subscript,
6157 ada_tag_name_2): Update.
6158 * ada-tasks.c (read_atcb): Update.
6159 * eval.c (evaluate_subexp_standard): Update.
6160 * valarith.c (value_subscript): Update.
6161 * gnu-v2-abi.c (gnuv2_virtual_fn_field): Update.
6162 * gnu-v3-abi.c (gnuv3_get_virtual_fn, gnuv3_baseclass_offset,
6163 gnuv3_method_ptr_to_value): Update.
6164 * jv-lang.c (evaluate_subexp_java): Update.
6165 * m2-lang.c (evaluate_subexp_modula2): Update.
6166 * python/python-value.c (valpy_getitem, valpy_binop): Update.
6167 * wrapper.c (gdb_value_subscript): Update.
6168 * varobj.c (c_describe_child): Update.
6169
0c8b41f1
UW
61702009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
6171
6172 * gdbtypes.h (make_function_type): Remove OBJFILE parameter.
6173 * gdbtypes.c (make_function_type): Remove OBJFILE parameter.
6174 (lookup_function_type): Update call.
6175 * stabsread.c (read_type): Likewise.
6176 * dwarf2read.c (read_subroutine_type): Use lookup_function_type
6177 instead of make_function_type.
6178 * jv-lang.c (type_from_class): Likewise. Do not allocate types
6179 on the fake "dynamics" obstack.
6180
46bf5051
UW
61812009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
6182
6183 * gdbtypes.h (struct builtin_type): Remove builtin_core_addr,
6184 nodebug_text_symbol, nodebug_data_symbol, nodebug_unknown_symbol,
6185 and nodebug_tls_symbol members.
6186 (struct objfile_type): New data structure.
6187 (objfile_type): Add prototype.
6188 * gdbtypes.c (gdbtypes_post_init): Remove initialization code
6189 for types no longer in struct builtin_type.
6190 (objfile_type_data): New static variable.
6191 (_initialize_gdbtypes): Initialize it.
6192 (objfile_type): New function.
6193
6194 * gdbtypes.h (builtin_type_error): Remove.
6195 * gdbtypes.c (build_complex): Do not use builtin_type_error.
6196 * symtab.c (builtin_type_error): Remove.
6197 (_initialize_symtab): Remove initialization.
6198
6199 * stabsread.c (dbx_lookup_type, define_symbol, error_type,
6200 rs6000_builtin_type, read_range_type): Use per-objfile types
6201 instead of global or per-architecture builtin types.
6202 * coffread.c (decode_type): Likewise.
6203 * dwarf2read.c (read_array_type, read_tag_string_type,
6204 new_symbol, die_type): Likewise.
6205 * mdebugread.c (parse_symbol, basic_type, upgrade_type,
6206 parse_procedure, psymtab_to_symtab_1): Likewise.
6207 * xcoffread.c (process_xcoff_symbol): Likewise.
6208 * parse.c (write_exp_msymbol): Likewise.
6209
6210 * stabsread.c (rs6000_builtin_type_data): New static variable.
6211 (_initialize_stabsread): Initialize it.
6212 (rs6000_builtin_type): Add OBJFILE argument. Allocate builtin
6213 types per-objfile instead of globally.
6214
6215 * stabsread.c (dbx_lookup_type): Add OBJFILE argument. Use it
6216 instead of current_objfile; pass it to rs6000_builtin_type.
6217 (dbx_alloc_type, read_type, read_range_type): Update calls.
6218 (cleanup_undefined_types_noname): Add OBJFILE argument and
6219 pass it to dbx_lookup_type.
6220 (cleanup_undefined_types): Add OBJFILE argument and pass it
6221 to cleanup_undefined_types_noname.
6222 * stabsread.h (cleanup_undefined_types): Add OBJFILE argument.
6223 * buildsym.c (end_symtab): Update call.
6224
b08f1e8d
UW
62252009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
6226
6227 * darwin-nat-info.c (darwin_debug_regions_recurse): Use
6228 target_gdbarch instead of current_gdbarch.
6229
6d10c194
UW
62302009-06-29 Ulrich Weigand <uweigand@de.ibm.com>
6231
6232 * Makefile.in (ALL_64_TARGET_OBS): Add amd64-windows-tdep.o.
6233 (ALL_TARGET_OBS): Add moxie-tdep.o, i386-darwin-tdep.o, and
6234 solib-darwin.o.
6235
6236 * configure.tgt: Add comment.
6237
9901a55b
PP
62382009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
6239
6240 * mi/mi-cmds.c (mi_cmds): Remove unimplemented entries.
6241
edb3359d
DJ
62422009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6243 Jan Kratochvil <jan.kratochvil@redhat.com>
6244
6245 * NEWS: Document inlined function support.
6246 * Makefile.in (SFILES): Add inline-frame.c.
6247 (COMMON_OBS): Add inline-frame.o.
6248 * block.c (contained_in): Rewrite to use lexical nesting.
6249 (block_linkage_function): Skip inlined function blocks.
6250 (block_inlined_p): New.
6251 * block.h (struct block): Update comment.
6252 (block_inlined_p): New prototype.
6253 * blockframe.c (get_frame_block): Handle inlined functions.
6254 (get_frame_function): Do not use block_linkage_function.
6255 (block_innermost_frame): Use get_frame_block and contained_in.
6256 * breakpoint.c (watchpoint_check): Remove extra reinit_frame_cache.
6257 Skip over inlined functions. Simplify epilogue check.
6258 (bpstat_check_breakpoint_conditions): Use get_stack_frame_id.
6259 Update comments.
6260 (set_momentary_breakpoint): Only accept non-inlined frames.
6261 (watch_command_1): Use frame_unwind_caller_pc and
6262 frame_unwind_caller_id instead of get_prev_frame.
6263 (until_break_command): Likewise. Use get_stack_frame_id.
6264 * buildsym.c (end_symtab): Set SYMBOL_SYMTAB for block functions.
6265 * dwarf2loc.c (dwarf_expr_frame_base): Use block_linkage_function.
6266 * dwarf2read.c (process_die): Handle DW_TAG_inlined_subroutine.
6267 (read_func_scope, new_symbol): Likewise. Handle arguments specially
6268 for inlined functions without call site information.
6269 (inherit_abstract_dies): Allow tag mismatch for inlined subroutines.
6270 (die_specification): Treat DW_AT_abstract_origin as a specification.
6271 (read_type_die): Handle DW_TAG_inlined_subroutine.
6272 * frame-unwind.c (frame_unwind_init): Add inline_frame_unwind.
6273 * frame.c (fprint_frame_id): Print inline depth.
6274 (fprint_frame_type): Handle INLINE_FRAME and SENTINEL_FRAME.
6275 (skip_inlined_frames, get_stack_frame_id): New.
6276 (frame_unwind_caller_id): Use skip_inlined_frames.
6277 (frame_id_inlined_p): New.
6278 (frame_id_eq): Make the logic match the comments. Add inline_depth
6279 check.
6280 (frame_id_inner): Handle inlined functions.
6281 (frame_unwind_pc): New function, copied from frame_unwind_caller_pc.
6282 (frame_unwind_caller_pc): Use skip_inlined_frames and frame_unwind_pc.
6283 (get_prev_frame_1): Check for inline frames. Split out frame
6284 allocation to get_prev_frame_raw.
6285 (get_prev_frame_raw): New function.
6286 (get_prev_frame): Handle inline frames.
6287 (get_frame_pc): Use frame_unwind_pc.
6288 (get_frame_address_in_block): Skip inlined frames on both sides.
6289 (pc_notcurrent): Delete.
6290 (find_frame_sal): Rewrite to handle inline call sites. Use
6291 get_frame_address_in_block.
6292 (deprecated_update_frame_pc_hack): Make static.
6293 * frame.h: Update comments.
6294 (struct frame_id): Add inline_depth.
6295 (enum frame_type): Add INLINE_FRAME.
6296 (frame_id_inlined_p, get_stack_frame_id): New prototypes.
6297 * gdbthread.h (struct thread_info): Add step_stack_frame_id field.
6298 * infcmd.c (set_step_frame): New function.
6299 (step_once): Use set_step_frame. Handle inlined functions.
6300 (until_next_command): Use set_step_frame.
6301 (finish_backward), finish_forward): Use get_stack_frame_id.
6302 (finish_command): Support inlined functions.
6303 * inferior.h (set_step_info): New prototype.
6304 * infrun.c (RESUME_ALL): Use minus_one_ptid.
6305 (clear_proceed_status): Clear step_stack_frame_id.
6306 (init_wait_for_inferior): Call clear_inline_frame_state.
6307 (init_execution_control_state): Make static.
6308 (set_step_info): New function.
6309 (init_thread_stepping_state): Do not set the symtab or line here.
6310 (stepped_in_from): New function.
6311 (handle_inferior_event): Handle inlined functions. Use set_step_info.
6312 (insert_step_resume_breakpoint_at_frame): Use get_stack_frame_id.
6313 (struct inferior_status): Add step_stack_frame_id.
6314 (save_inferior_status, restore_inferior_status): Save and restore
6315 step_stack_frame_id.
6316 * inline-frame.c, inline-frame.h: New files.
6317 * minsyms.c (prim_record_minimal_symbol_and_info): Use XCALLOC.
6318 * regcache.c (regcache_write_pc): Call reinit_frame_cache.
6319 * s390-tdep.c (s390_prologue_frame_unwind_cache): Handle INLINE_FRAME.
6320 * stack.c (frame_show_address): New.
6321 (print_frame_info, print_frame): Use it.
6322 (find_frame_funname): Use get_frame_function. Handle inlined blocks.
6323 (frame_info): Mark inlined functions.
6324 (backtrace_command_1): Use get_current_user_frame.
6325 (print_frame_local_vars, print_frame_label_vars): Update comments.
6326 (return_command): Refuse inlined functions.
6327 * symtab.c (lookup_symbol_aux_local): Stop at inlined function
6328 boundaries.
6329 (find_function_start_sal): Avoid inlined functions.
6330 (completion_list_add_fields): New function.
6331 (default_make_symbol_completion_list): Use it. Use block_static_block
6332 and block_global_block. Check for inlined functions.
6333 (skip_prologue_using_sal): Avoid line number comparison across
6334 inlining.
6335 * symtab.h (struct symbol): Add is_inlined.
6336 (SYMBOL_INLINED): New.
6337 * target.c (target_resume): Call clear_inline_frame_state.
6338 * valops.c (value_of_variable): Check block_inlined_p.
6339
c7ce8faa
DJ
63402009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6341
6342 * frame.c (frame_unwind_id): Renamed to ...
6343 (frame_unwind_caller_id): ... this. All callers updated.
6344 (frame_pc_unwind): Renamed to ...
6345 (frame_unwind_caller_pc): ... this. All callers updated.
6346 * frame.h: Document frame_unwind_caller_WHAT functions.
6347 (frame_unwind_id): Renamed to ...
6348 (frame_unwind_caller_id): ... this.
6349 (frame_pc_unwind): Renamed to ...
6350 (frame_unwind_caller_pc): ... this.
6351 * hppa-tdep.c (hppa_find_unwind_entry_in_block): Correct comment.
6352 * stack.c (parse_frame_specification_1): Do not rely on
6353 frame_unwind_id.
6354
388a8562
MS
63552009-06-27 Michael Snyder <msnyder@vmware.com>
6356
6357 * infrun.c (handle_inferior_event): Improve handling of
6358 reverse-stepping into and over shared library functions.
6359
f3a5f1de
KO
63602009-06-25 Karen Osmond <karen.osmond@gmail.com>
6361
6362 * linespec.c (find_method): Add new not_found_ptr parameter to
6363 bring in line with symtab_from_filename, decode_variable.
6364 (decode_compound): Likewise. Also propagate not_found_ptr to
6365 find_method.
6366 (decode_line_1): Propagate not_found_ptr to decode_compound.
6367 (cplusplus_error): Now throws NOT_FOUND_ERROR.
6368
123e3958
KO
63692009-06-25 Karen Osmond <karen.osmond@gmail.com>
6370
6371 * MAINTAINERS (Write After Approval): Add self.
6372
4e608b4f
UW
63732009-06-23 Ulrich Weigand <uweigand@de.ibm.com>
6374
6375 * valops.c (value_one): Reimplement broken decimal-float case.
6376
34e13b5b
UW
63772009-06-23 Ulrich Weigand <uweigand@de.ibm.com>
6378
6379 * eval.c (evaluate_subexp_standard): Use expression architecture
6380 instead of current_gdbarch.
6381
6382 * infrun.c (handle_inferior_event): Avoid unncessary reference
6383 to current_gdbarch and get_current_frame ().
6384
0fd8e87f
UW
63852009-06-23 Ulrich Weigand <uweigand@de.ibm.com>
6386
6387 * breakpoint.h (set_longjmp_breakpoint): Add THREAD argument.
6388 (enum bptype): Add bp_longjmp_master.
6389
6390 * breakpoint.c (create_longjmp_master_breakpoint): New function.
6391 (update_breakpoints_after_exec): Handle bp_longjmp_master
6392 breakpoints. Call create_longjmp_master_breakpoint.
6393 (print_it_typical, bpstat_stop_status, bpstat_what,
6394 print_one_breakpoint_location, allocate_bp_location, mention,
6395 delete_command, breakpoint_re_set_one): Handle bp_longjmp_master.
6396 (breakpoint_re_set): Call create_longjmp_master_breakpoint.
6397 (create_longjmp_breakpoint): Delete.
6398 (set_longjmp_breakpoint): Add THREAD argument. Reimplement
6399 to install momentary clones of bp_longjmp_master breakpoints.
6400
6401 * infcmd.c (step_1): Pass thread to set_longjmp_breakpoint.
6402
ca5f395d
CC
64032009-06-23 Cary Coutant <ccoutant@google.com>
6404
6405 * dwarf2read.c (dwarf_decode_lines): Ignore rows where is_stmt is 0.
6406 Set basic_block to 0 after a special opcode.
6407
5b2ab461
JK
64082009-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6409
6410 Fix a regression by the mmap patch from 2009-06-16.
6411 * symfile.c (reread_symbols): Move sym_finish and clear_objfile_data
6412 calls before deleting the OBJFILE obstack. Extend the comment.
6413
45d5d5ca
UW
64142009-06-23 Ulrich Weigand <uweigand@de.ibm.com>
6415
6416 * jv-lang.h (JAVA_OBJECT_SIZE): Remove.
6417 (get_java_object_header_size): Add GDBARCH parameter.
6418 * jv-lang.c (get_java_object_header_size): Add GDBARCH parameter.
6419 Use it instead of current_gdbarch.
6420 (evaluate_subexp_java): Replace JAVA_OBJECT_SIZE with call to
6421 get_java_object_header_size.
6422 * jv-valprint.c (java_value_print): Likewise.
6423
27aa8d6a
SW
64242009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
6425
01fc9d36
TG
6426 * dwarf2read.c (process_die): Handle import statements
6427 (DW_TAG_imported_declaration, case DW_TAG_imported_module)
6428 (read_import_statement): New.
6429 (read_func_scope): Update using_directives to point to current context
6430 (read_lexical_block_scope): Ditto.
6431 * cp-support.h: Added prototype for cp_add_using.
6432 * cp-namespace.c: Removed local context_stack.
6433 (cp_initialize_namespace): Deleted.
6434 (cp_finalize_namespace): Deleted.
6435 (cp_add_using_directive): Use using_directives instead of using_list.
6436 (cp_add_using): No longer static.
6437 * buildsym.h: Created global using_direct variable.
6438 Created using_direct variable in context_stack.
6439 * buildsym.c (finish_block): Set using directives for the block under
6440 construction.
6441 (start_symtab): Removed call to cp_initialize_namespace().
6442 (end_symtab): Removed call to cp_finalize_namespace().
6443 (push_context): Save and reset using_directives.
6444 * block.c (block_using): Return using directives for given
6445 block instead of static block.
27aa8d6a 6446
ad068eab
UW
64472009-06-23 Ulrich Weigand <uweigand@de.ibm.com>
6448
6449 * target-descriptions.h (struct type): Do not declare.
6450 (struct tdesc_type): Declare.
6451 (tdesc_named_type): Change return type to struct tdesc_type *.
6452 (tdesc_record_type): Remove.
6453 (tdesc_create_vector): Add prototype.
6454 (tdesc_create_union): Likewise.
6455 (tdesc_add_field): Likewise.
6456
6457 * target-descriptions.c (struct tdesc_reg): Replace gdb_type
6458 member by tdesc_type member.
6459 (struct tdesc_type_field, tdesc_type_field): Add type and vector def.
6460 (struct tdesc_type, tdesc_type_p): Likewise.
6461 (struct tdesc_arch_reg, tdesc_arch_reg): Likewise.
6462 (struct tdesc_feature): Change type of "types" to VEC(tdesc_type_p).
6463 (struct tdesc_arch_data): Replace registers member by arch_regs.
6464
6465 (tdesc_predefined_types): Change to array of pre-defined
6466 struct tdesc_type structures. Add "code_ptr" and "data_ptr".
6467 (tdesc_named_type): Return struct tdesc_type * instead of GDB type.
6468 (tdesc_gdb_type): New function.
6469
6470 (target_find_description): Update for data structure changes.
6471 (tdesc_data_cleanup): Likewise.
6472 (tdesc_numbered_register): Likewise.
6473 (tdesc_use_registers): Likewise.
6474 (tdesc_create_reg): Likewise.
6475
6476 (tdesc_find_arch_register): New function.
6477 (tdesc_find_register): Use it.
6478 (tdesc_register_type): Use tdesc_gdb_type to generate GDB type from
6479 tdesc_type on demand; cache generated types in tdesc_arch_reg.
6480
6481 (tdesc_free_type): New function.
6482 (tdesc_free_feature): Call it.
6483
6484 (tdesc_create_vector): New function.
6485 (tdesc_create_union): Likewise.
6486 (tdesc_add_field): Likewise.
6487 (tdesc_record_type): Remove.
6488
6489 (tdesc_type_id): Remove.
6490 (maint_print_c_tdesc_cmd): Update for data structure changes. Update
6491 generated code to create tdesc_type structures instead of GDB types.
6492
6493 * xml-tdesc.c: Do not include "gdbtypes.h".
6494 (struct tdesc_parsing_data): Change type of current_union to
6495 struct tdesc_type *.
6496 (tdesc_start_reg): Do not special-case "code_ptr" or "data_ptr".
6497 (tdesc_start_union): Call tdesc_create_union.
6498 (tdesc_start_field): Call tdesc_add_field.
6499 (tdesc_start_vector): Call tdesc_create_vector.
6500 (tdesc_end_union): Remove.
6501 (feature_children): Remove reference to tdesc_end_union.
6502
6503 * features/arm-with-iwmmxt.c: Regenerate.
6504 * features/mips-linux.c: Regenerate.
6505 * features/mips64-linux.c: Regenerate.
6506 * features/rs6000/powerpc-32.c: Regenerate.
6507 * features/rs6000/powerpc-32l.c: Regenerate.
6508 * features/rs6000/powerpc-403.c: Regenerate.
6509 * features/rs6000/powerpc-403gc.c: Regenerate.
6510 * features/rs6000/powerpc-505.c: Regenerate.
6511 * features/rs6000/powerpc-601.c: Regenerate.
6512 * features/rs6000/powerpc-602.c: Regenerate.
6513 * features/rs6000/powerpc-603.c: Regenerate.
6514 * features/rs6000/powerpc-604.c: Regenerate.
6515 * features/rs6000/powerpc-64.c: Regenerate.
6516 * features/rs6000/powerpc-64l.c: Regenerate.
6517 * features/rs6000/powerpc-7400.c: Regenerate.
6518 * features/rs6000/powerpc-750.c: Regenerate.
6519 * features/rs6000/powerpc-860.c: Regenerate.
6520 * features/rs6000/powerpc-altivec32.c: Regenerate.
6521 * features/rs6000/powerpc-altivec32l.c: Regenerate.
6522 * features/rs6000/powerpc-altivec64.c: Regenerate.
6523 * features/rs6000/powerpc-altivec64l.c: Regenerate.
6524 * features/rs6000/powerpc-e500.c: Regenerate.
6525 * features/rs6000/powerpc-e500l.c: Regenerate.
6526 * features/rs6000/powerpc-isa205-32l.c: Regenerate.
6527 * features/rs6000/powerpc-isa205-64l.c: Regenerate.
6528 * features/rs6000/powerpc-isa205-altivec32l.c: Regenerate.
6529 * features/rs6000/powerpc-isa205-altivec64l.c: Regenerate.
6530 * features/rs6000/powerpc-isa205-vsx32l.c: Regenerate.
6531 * features/rs6000/powerpc-isa205-vsx64l.c: Regenerate.
6532 * features/rs6000/powerpc-vsx32.c: Regenerate.
6533 * features/rs6000/powerpc-vsx32l.c: Regenerate.
6534 * features/rs6000/powerpc-vsx64.c: Regenerate.
6535 * features/rs6000/powerpc-vsx64l.c: Regenerate.
6536 * features/rs6000/rs6000.c: Regenerate.
6537
284614f0
JB
65382009-06-23 Joel Brobecker <brobecker@adacore.com>
6539
6540 * ada-lang.c (decode_packed_array): If the value is a pointer to
6541 an array, then use value_ind to dereference it, not ada_value_ind.
6542 (ada_template_to_fixed_record_type_1): Handle the case where a
6543 dynamic field is an aligner type.
6544 (to_fixed_array_type): Add handling for packed array types.
6545 (ada_get_base_type): Do not follow the XVS type if the type is
6546 an aligner type.
6547 (ada_evaluate_subexp): Split a few statements up for clarity
6548 and debuggability.
6549 <OP_FUNCALL>: Add handling of the case of a packed array that
6550 has already been fixed.
6551
4b27a620
JB
65522009-06-23 Joel Brobecker <brobecker@adacore.com>
6553
6554 * ada-lang.c (evaluate_subexp): Delete. Use the version from eval.c.
6555 (evaluate_subexp_type): Reimplement using evaluate_subexp.
6556 * value.h (evaluate_subexp): Add declaration.
6557 * eval.c (evaluate_subexp): Make non-static.
6558 * objc-lang.c (print_object_command): Use evaluate_subexp.
6559
69de3c6a
PP
65602009-06-23 Paul Pluzhnikov <ppluzhnikov@google.com>
6561
6562 Revert 2009-05-14 breakpoint commit (no longer needed).
6563 * breakpoint.h (breakpoint_re_set_objfile): Remove
6564 * breakpoint.c (breakpoint_re_set_objfile): Likewise
6565 (create_overlay_event_breakpoint): Remove objfile parameter,
6566 iterate over all objfiles.
6567 * objfiles.c (objfile_relocate): Update.
6568 * symfile.c (new_symfile_objfile): Likewise.
6569
85e306ed
TT
65702009-06-23 Tom Tromey <tromey@redhat.com>
6571
6572 PR gdb/10309:
6573 * c-lang.c (classify_type): Iterate over typedefs.
6574 * c-valprint.c (textual_element_type): Iterate over typedefs.
6575
7bd06e87
TG
65762009-06-22 Tristan Gingold <gingold@adacore.com>
6577
6578 * darwin-nat.c (darwin_xfer_partial): Use host_address_to_string
6579 instead of "%p".
6580
07e7f39f
JK
65812009-06-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6582
6583 PR gdb/9988:
6584 * buildsym.c (block_compar): New function.
6585 (end_symtab): Replace the bubble sort by a qsort based code.
6586
65872009-06-22 Sami Wagiaalla <swagiaal@redhat.com>
f667014e
SW
6588
6589 * MAINTAINERS (Write After Approval): Add self.
6590
6e3f70d7
UW
65912009-06-22 Ulrich Weigand <uweigand@de.ibm.com>
6592
6593 * spu-tdep.c (spu_get_longjmp_target): New function.
6594 (spu_gdbarch_init): Install it.
6595
df4b58fe
L
65962009-06-22 H.J. Lu <hongjiu.lu@intel.com>
6597
6598 PR server/10306
6599 * remote.c (getpkt_or_notif_sane_1): Initialize val to -1.
6600
a49f981f
MS
66012009-06-21 Michael Snyder <msnyder@vmware.com>
6602
6603 * inferior.h: Update ancient comment.
6604
0763ab81
PA
66052009-06-20 Aleksandar Ristovski <aristovski@qnx.com>
6606 Pedro Alves <pedro@codesourcery.com>
6607
6608 * solib-svr4.c (IGNORE_FIRST_LINK_MAP_ENTRY): Avoid dereferencing
6609 NULL pointer.
6610 (scan_dyntag): Skip if input bfd isn't elf flavoured.
6611 (locate_base): Call elf_locate_base even without an exec_bfd.
6612
5d2c29b8
TT
66132009-06-19 Samuel Bronson <naesten@gmail.com>
6614
121e16b5 6615 PR cli/9903:
5d2c29b8
TT
6616 * cli/cli-decode.c (apropos_cmd): Skip traversing abbreviations
6617 for prefix commands to avoid duplicates in the output.
6618
4a98be19
TT
66192009-06-19 Samuel Bronson <naesten@gmail.com>
6620
121e16b5 6621 PR cli/9903:
4a98be19
TT
6622 * cli/cli-decode.c (apropos_cmd): Fix avoidance of double
6623 printing.
6624
3daf8fe5
JG
66252009-06-19 Jerome Guitton <guitton@adacore.com>
6626
6627 * breakpoint.c (expand_line_sal_maybe): When explicit_line,
6628 skip prologue on each sals.
6629 (skip_prologue_sal): Return explicit_line and explicit_pc
6630 unmodified.
6631
bb00b29d
TG
66322009-06-19 Tristan Gingold <gingold@adacore.com>
6633
8e54f210
TG
6634 * darwin-nat.c (_initialize_darwin_inferior): Remove commented-out
6635 line.
6636
66372009-06-19 Tristan Gingold <gingold@adacore.com>
bb00b29d
TG
6638 * machoread.c (macho_symtab_read): Adjust for bfd changes.
6639 * darwin-nat.h (struct darwin_exception_msg): New type to describe
6640 a mach exception.
6641 (struct private_thread_info): New type to describe the state of the
6642 thread.
6643 (DEF_VEC_I thread_t): Removed, replaced by ...
6644 (DEF_VEC_O darwin_thread_t): ... this new type.
6645 (struct darwin_inferior): Renamed to ...
6646 (struct private_inferior): ... this type. Fields added.
6647 (darwin_not_port): Moved into the private inferior structure.
6648 * darwin-nat.c: Add includes, improve comments.
6649 Rewrite to handle multiple threads and processes.
6650 (darwin_resume_to): New function and protype.
6651 (darwin_resume, darwin_wait_to, darwin_wait): Ditto.
6652 (darwin_kill_inferior): Add ops argument.
6653 (darwin_pid_to_str): New function.
6654 (darwin_thread_alive): Ditto.
6655 (darwin_inf, darwin_not_port): Removed.
6656 (darwin_inf_fake_stop): New variable.
6657 (msgin, msgout, msg_state, exc_msg): Removed.
6658 (mach_check_error): Use warning instead of error.
6659 (darwin_ptrace): Adjust debug level.
6660 (cmp_thread_t): Fix names (typo).
6661 (darwin_check_new_threads): Argument is now an inferior,
6662 adjust for new structures, add no change check, ignore dead ports,
6663 handle first thread case.
6664 (find_inferior_task_it): New function.
6665 (find_inferior_notify_it): Ditto.
6666 (darwin_find_inferior_by_task): Ditto.
6667 (darwin_find_inferior_by_notify): Ditto.
6668 (darwin_find_thread): Ditto.
6669 (darwin_suspend_inferior): Ditto.
6670 (darwin_resume_inferior): Ditto.
6671 (catch_exception_raise_state): Removed.
6672 (catch_exception_raise_state_identity): Removed.
6673 (darwin_suspend_inferior_it): New function.
6674 (darwin_resume_inferior_it): Ditto.
6675 (darwin_dump_message): New function, extracted from darwin_wait.
6676 (darwin_decode_exception_message): New function.
6677 (darwin_encode_reply): New function.
6678 (catch_exception_raise): Removed.
6679 (darwin_send_reply): New function, extracted from darwin_resume.
6680 (darwin_resume_thread): New function, extracted from darwin_resume.
6681 (struct resume_inferior_threads_param): New type.
6682 (darwin_resume_inferior_threads_it): New function.
6683 (darwin_resume_inferior_threads): New function.
6684 (darwin_suspend_inferior_threads): New function.
6685 (darwin_resume): Mostly rewritten to handle multiple threads and
6686 some corner cases.
6687 (darwin_decode_message): New function extracted from darwin_wait.
6688 (cancel_breakpoint): New function.
6689 (darwin_wait): Mostly rewritten. Handle multiple threads.
6690 (darwin_mourn_inferior): Adjust for per process structures.
6691 (darwin_reply_to_all_pending_messages): New function.
6692 (darwin_stop_inferior): Adjust for per inferior structures.
6693 (darwin_attach_pid): Ditto.
6694 (darwin_init_thread_list): Ditto.
6695 (darwin_attach): Ditto.
6696 (darwin_detach): Ditto.
6697 (darwin_files_info): Now empty.
6698 (darwin_pid_to_str): Adjust returns string to match one expected by
6699 the testsuite.
6700 (darwin_read_write_inferior): Rename err variable to match other uses.
6701 Adjust debug message. Handle submaps.
6702 (darwin_xfer_memory): Adjust for per inferior structures.
6703 (set_enable_mach_exceptions): Ditto.
6704 (darwin_pid_to_exec_file): New function.
6705 (darwin_get_ada_task_ptid): Ditto.
6706 (darwin_supports_multi_process): Ditto.
6707 (_initialize_darwin_inferior): Remove useless assertion, adjust for
6708 per inferior structures. Add new target operations.
6709
31410e84
MS
67102009-06-18 Hui Zhu <teawater@gmail.com>
6711 Michael Snyder <msnyder@vmware.com>
6712
6713 * infrun.c (handle_inferior_event): Improve reverse stepping
6714 through function epilogue.
6715
6373d119
MS
6716 * infrun.c (handle_inferior_event): Reverse-next through
6717 trampoline.
6718
c098b58b
PP
67192009-06-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6720
6721 * dwarf2-frame.c (struct comp_unit): Use bfd_size_type for
6722 dwarf_frame_size.
6723
affddf13
TT
67242009-06-17 Tom Tromey <tromey@redhat.com>
6725
6726 * dwarf2read.c (zlib_decompress_section): Use a cleanup.
6727
9898f801
UW
67282009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
6729
6730 * gdbarch.sh (pointer_to_address): Change to type 'm'.
6731 (address_to_pointer): Likewise.
6732 * gdbarch.c, gdbarch.h: Regenerate.
6733
6734 * inferior.h (unsigned_pointer_to_address): Add GDBARCH argument.
6735 (signed_pointer_to_address): Likewise.
6736 (unsigned_address_to_pointer, address_to_signed_pointer): Likewise.
6737 * findvar.c (unsigned_pointer_to_address): Likewise.
6738 (signed_pointer_to_address): Likewise.
6739 (unsigned_address_to_pointer, address_to_signed_pointer): Likewise.
6740
6741 * avr-tdep.c (avr_address_to_pointer): Likewise.
6742 (avr_pointer_to_address): Likewise.
6743 * iq2000-tdep.c (iq2000_pointer_to_address): Likewise.
6744 (iq2000_address_to_pointer): Likewise.
6745 * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
6746 (m32c_m16c_pointer_to_address): Likewise.
6747 * spu-tdep.c (spu_pointer_to_address): Likewise.
6748 * xstormy16-tdep.c (xstormy16_pointer_to_address): Likewise.
6749 (xstormy16_address_to_pointer): Likewise.
6750
1fac167a
UW
67512009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
6752
6753 * printcmd.c (print_scalar_formatted): Always truncate
6754 unsigned data types.
6755
6756 * cli-dump.c (struct callback_data): Change type of load_offset
6757 to CORE_ADDR.
6758 (restore_binary_file): Update type casts.
6759 (restore_command): Parse load_offset as address, not long.
6760
6761 * utils.c (string_to_core_addr): Do not sign-extend value.
6762 * varobj.c (find_frame_addr_in_frame_chain): Truncate frame_base
6763 before comparing against requested frame address.
6764
a78c2d62
UW
67652009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
6766
6767 * gdbarch.sh (gcore_bfd_target): New gdbarch callback.
6768 * gdbarch.h, gdbarch.c: Regenerate.
6769
6770 * gcore.c (default_gcore_target): Make return value const.
6771 Call gdbarch_gcore_bfd_target if present.
6772 (default_gcore_arch, default_gcore_mach): Use target_gdbarch.
6773
6774 * corelow.c (core_read_description): Call gdbarch_core_read_description
6775 on core_gdbarch instead of current_gdbarch.
6776
6777 * ppc-linux-tdep.c (ppc_linux_init_abi): Install gcore_bfd_target.
6778
3b7538c0
UW
67792009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
6780
6781 * gdbtypes.c (create_string_type): Receive character type as argument.
6782 * gdbtypes.h (create_string_type): Add character type argument.
6783 * dwarf2read.c (read_tag_string_type): Pass character type to
6784 create_string_type.
6785
6786 * value.h (value_string): Add character type argument.
6787 * valops.c (value_string): Add character type argument. Pass it to
6788 create_string_type. Do not allocate space in inferior.
6789 * valarith.c (value_concat): Pass character type to value_string.
6790
6791 * value.h (value_typed_string): Rename to ...
6792 (value_cstring): ... this.
6793 * valops.c (value_typed_string): Rename to ...
6794 (value_cstring): ... this.
6795 * c-lang.c (evaluate_subexp_c): Update.
6796
6797 * python/python-value.c (builtin_type_pychar): New define.
6798 (convert_value_from_python): Call value_cstring instead
6799 of value_from_string.
6800 * value.c (value_from_string): Remove.
6801 * value.h (value_from_string): Remove.
6802
6803 * eval.c (evaluate_subexp_standard): Pass character type to
6804 value_string. Pass expression architecture to value_nsstring
6805 and lookup_child_selector.
6806 * objc-lang.h (lookup_objc_class): Add GDBARCH parameter.
6807 (lookup_child_selector): Likewise.
6808 (value_nsstring): Likewise.
6809 * objc-lang.c (lookup_objc_class): Add GDBARCH parameter.
6810 Pass character type to value_string..
6811 (lookup_child_selector): Likewise.
6812 (value_nsstring): Add GDBARCH parameter, use it instead of
6813 objfile architecture. Pass architecture to lookup_objc_class
6814 and lookup_child_selector. Pass character type to value_string.
6815 (end_msglist): Pass architecture to lookup_objc_class.
6816 * objc-exp.y: Pass architecture to lookup_objc_class.
6817
e6c014f2
UW
68182009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
6819
6820 * gdbtypes.h (struct language_defn): Add forward declaration.
6821 (lookup_typename): Add LANGUAGE and GDBARCH parameters.
6822 (lookup_unsigned_typename): Likewise.
6823 (lookup_signed_typename): Likewise.
6824 * gdbtypes.c (lookup_typename): Add LANGUAGE and GDBARCH parameters.
6825 Use them instead of current_language and current_gdbarch.
6826 (lookup_unsigned_typename): Add LANGUAGE and GDBARCH parameters.
6827 Pass them to lookup_typename.
6828 (lookup_signed_typename): Likewise.
6829
6830 * c-exp.y: Pass parse_language and parse_gdbarch to
6831 lookup_unsigned_typename and lookup_signed_typename.
6832 * objc-exp.y: Likewise.
6833 * m2-exp.y: Pass parse_language and parse_gdbarch to lookup_typename.
6834
6835 * c-lang.c (evaluate_subexp_c): Pass expression language and
6836 gdbarch to lookup_typename.
6837 * printcmd.c (printf_command): Pass current language and
6838 gdbarch to lookup_typename.
6839 * python/python-type.c (typy_lookup_typename): Likewise.
6840 Include "language.h".
6841
ec22ec34
UW
68422009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
6843
6844 * sparc64-nat.c (sparc64_gregset_supplies_p): Add GDBARCH parameter.
6845 Use it instead of current_gdbarch. Pass architecture to
6846 sparc32_gregset_supplies_p.
6847 (sparc64_fpregset_supplies_p): Add GDBARCH parameter. Use it instead
6848 of current_gdbarch. Pass architecture to sparc32_fpregset_supplies_p.
6849 * sparc64nbsd-nat.c (sparc64nbsd_gregset_supplies_p,
6850 sparc64nbsd_fpregset_supplies_p): Likewise.
6851 * sparc-nat.c (sparc_gregset_supplies_p, sparc_fpregset_supplies_p):
6852 Add GDBARCH parameter.
6853 (sparc32_gregset_supplies_p, sparc32_fpregset_supplies_p): Likewise.
6854 (sparc_fetch_inferior_registers): Pass regcache architecture to
6855 sparc_gregset_supplies_p and sparc_fpregset_supplies_p.
6856 (sparc_store_inferior_registers): Likewise.
6857 * sparc-nat.h (sparc_gregset_supplies_p, sparc_fpregset_supplies_p:
6858 Add GDBARCH parameter.
6859 (sparc32_gregset_supplies_p, sparc32_fpregset_supplies_p): Likewise.
6860
a97b0ac8
UW
68612009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
6862
6863 * ada-tasks.c (read_known_tasks_array): Use target_gdbarch instead
6864 of current_gdbarch.
6865 * aix-thread.c (pd_enable): Likewise.
6866 * amd64-linux-nat.c (ps_get_thread_area): Likewise.
6867 * bsd-uthread.c (bsd_uthread_activate): Likewise.
6868 * linux-nat.c (linux_nat_info_proc_cmd): Likewise.
6869 * linux-thread-db.c (enable_thread_event): Likewise.
6870 * monitor.c (monitor_write_memory, monitor_read_memory): Likewise.
6871 * nto-procfs.c (procfs_open): Likewise.
6872 * procfs.c (invalidate_cache, procfs_insert_watchpoint,
6873 info_proc_mappings, info_mappings_callback): Likewise.
6874 * record.c (record_open): Likewise.
6875 * rs6000-nat.c (ARCH64): Likewise.
6876 * solib-darwin.c (darwin_solib_create_inferior_hook): Likewise.
6877 (darwin_bfd_open): Likewise.
6878 * memattr.c (mem_info_command): Likewise.
6879
6880 * windows-nat.c (win32_resume): Use current regcache architecture
6881 instead of current_gdbarch.
6882
6883 * dbug-rom.c (dbug_regname): Remove check against number of
6884 registers in current_gdbarch.
6885 * solib-pa64.c (read_dynamic_info): Remove unused variable.
6886
d80b854b
UW
68872009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
6888
6889 * dummy-frame.c (deprecated_pc_in_call_dummy): Add GDBARCH parameter,
6890 use it instead of current_gdbarch.
6891 * frame.h (deprecated_pc_in_call_dummy): Add GDBARCH parameter.
6892 * arm-tdep.c (arm_skip_prologue): Pass architecture to
6893 deprecated_pc_in_call_dummy.
6894
6895 * symtab.c (skip_prologue_using_sal): Add GDBARCH parameter.
6896 Use it instead of current_gdbarch.
6897 * symtab.h (skip_prologue_using_sal): Add GDBARCH parameter.
6898 * breakpoint.c (expand_line_sal_maybe): Pass architecture to
6899 skip_prologue_using_sal.
6900 * arm-tdep.c (skip_prologue_using_sal): Likewise.
6901 * lm32-tdep.c (lm32_skip_prologue): Likewise.
6902 * m32-tdep.c (m32c_skip_prologue): Likewise.
6903 * mips-tdep.c (mips_skip_prologue): Likewise.
6904 * moxie-tdep.c (moxie_skip_prologue): Likewise.
6905 * mt-tdep.c (mt_frame_unwind_cache): Likewise.
6906 * rs6000-tdep.c (rs6000_skip_prologue): Likewise.
6907 * frv-tdep.c (frv_analyze_prologue): Add GDBARCH parameter, pass
6908 it to skip_prologue_using_sal. Update call sites ...
6909 (frv_skip_prologue, frv_frame_unwind_cache): ... here.
6910
6911 * mn10300-tdep.c (struct mn10300_prologue): Add GDBARCH member.
6912 (check_for_saved): Use it instead of current_gdbarch.
6913 (mn10300_analyze_prologue): Set it.
6914
6915 * value.c (using_struct_return): Add GDBARCH parameter. Use it
6916 instead of current_gdbarch.
6917 * value.h (using_struct_return): Add GDBARCH parameter.
6918 * eval.c (evaluate_subexp_standard): Pass architecture to
6919 using_struct_return.
6920 * infcall.c (call_function_by_hand): Likewise.
6921 * stack.c (return_command): Likewise.
6922 * sparc-tdep.c (sparc32_push_dummy_code): Likewise.
6923
6924 * symtab.c (in_prologue): Add GDBARCH parameter. Use it instead of
6925 current_gdbarch.
6926 * symtab.h (in_prologue): Add GDBARCH parameter.
6927 * infrun.c (handle_inferior_event): Pass architecture to in_prologue.
6928
6929 * eval.c (evaluate_subexp_standard): Use expression architecture
6930 instead of current_gdbarch.
6931
6932 * c-lang.c (evaluate_subexp_c): Use expression architecture and
6933 language instead of current_gdbarch and current_language.
6934
6935 * printcmd.c (do_one_display): Use expression architecture instead
6936 of current_gdbarch.
6937
6938 * infcmd.c (print_return_value): Use architecture of stop_regcache
6939 instead of current_gdbarch.
6940 (print_vector_info, print_float_info): Remove GDBARCH argument,
6941 use frame architecture instead.
6942 (vector_info, float_info): Update calls.
6943
6944 * objc-lang.c (objc_skip_trampoline): Use frame architecture
6945 instead of current_gdbarch.
6946
6947 * parse.c (write_dollar_variable): Use parse architecture instead
6948 of current_gdbarch.
6949
6950 * source.c (line_info): Use objfile architecture instead of
6951 current_gdbarch.
6952
6953 * symtab.c (find_function_start_sal): Use gdbarch instead of
6954 current_gdbarch.
6955 (print_msymbol_info): Use objfile architecture instead of
6956 current_gdbarch.
6957
6958 * valops.c (value_assign): Use frame architecture instead of
6959 current_gdbarch.
6960
fbf65064
UW
69612009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
6962
6963 * buildsym.c (record_line): Remove call to gdbarch_addr_bits_remove.
6964
6965 * coffread.c (coff_symtab_read): Call gdbarch_addr_bits_remove before
6966 calling record_line.
6967 (enter_linenos): Likewise.
6968 * dbxread.c (process_one_symbol): Likewise.
6969 * dwarf2read.c (dwarf_decode_lines): Likewise.
6970 * mdebugread.c (psymtab_to_symtab_1): Likewise.
6971 * xcoffread.c (enter_line_range): Likewise.
6972
505e835d
UW
69732009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
6974
6975 * ax-gdb.c (gen_bitfield_ref): Add EXP argument, use expression
6976 architecture instead of current_gdbarch.
6977 (gen_struct_ref): Add EXP argument, pass to get_bitfield_ref.
6978 (gen_expr): Pass expression to get_struct_ref.
6979
6980 * symtab.h (struct symbol_ops): Add GDBARCH parameter to
6981 tracepoint_var_ref callback.
6982 * ax-gdb.c (gen_var_ref): Pass architecture to tracepoint_var_ref
6983 symbol operation callback.
6984 * dwarf2loc.c (dwarf2_tracepoint_var_ref): Add GDBARCH parameter.
6985 Use it instead of current_gdbarch.
6986 (locexpr_tracepoint_var_ref): Add GDBARCH parameter. Pass it to
6987 dwarf2_tracepoint_var_ref.
6988 (loclist_tracepoint_var_ref): Likewise.
6989
55f960e1
UW
69902009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
6991
6992 * prologue-value.c (make_pv_area): Add ADDR_BIT argument.
6993 Use it instead of address bits of current_gdbarch.
6994 * prologue-value.c (make_pv_area): Add ADDR_BIT argument.
6995 * arm-tdep.c (thumb_analyze_prologue): Pass address bits to
6996 make_pv_area.
6997 (arm_scan_prologue): Likewise.
6998 * m32c-tdep.c (m32c_analyze_prologue): Likewise.
6999 * mep-tdep.c (mep_analyze_prologue): Likewise.
7000 * mn10300-tdep.c (mn10300_analyze_prologue): Likewise.
7001 * s390-tdep.c (s390_analyze_prologue): Likewise.
7002
7ccb0be9
UW
70032009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
7004
7005 * mi/mi-main.c (mi_cmd_data_list_register_names): Use selected
7006 frame architecture instead of current_gdbarch.
7007 (mi_cmd_data_list_changed_registers): Likewise.
7008 (mi_cmd_data_list_register_values): Likewise. Pass selected
7009 frame to get_register.
7010 (get_register): Add FRAME argument, use it as frame to retrieve
7011 registers from (instead of selected frame). Use frame architecture
7012 instead of current_gdbarch.
7013 (mi_cmd_data_write_register_values): Use current regcache
7014 architecture instead of current_gdbarch.
7015
5eccfcc2
UW
70162009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
7017
7018 * tui/tui-regs.c (tui_show_register_group): Remove GDBARCH parameter;
7019 use frame architecture instead. Replace current_gdbarch uses.
7020 (tui_show_registers): Update call.
7021 (tui_get_register): Remove GDBARCH parameter; use frame architecture
7022 instead.
7023 (tui_show_register_group): Update call.
7024 (tui_check_register_values): Likewise.
7025 (tui_register_format): Remove GDBARCH parameter; use frame
7026 architecture instead. Replace current_gdbarch uses.
7027 (tui_get_register): Update call.
7028
bd57a748
UW
70292009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
7030
7031 * gdbarch.sh (construct_inferior_arguments): Remove.
7032 * gdbarch.c, gdbarch.h: Regenerate.
7033 * infcmd.c (get_inferior_args): Call construct_inferior_arguments
7034 directly instead of gdbarch_construct_inferior_arguments.
7035 (construct_inferior_arguments): Remove GDBARCH argument.
7036 * inferior.h (construct_inferior_arguments): Likewise.
7037
9216df95
UW
70382009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
7039
7040 * symfile.c (section_is_mapped): Use objfile architecture instead
7041 of current_gdbarch.
7042 (TARGET_LONG_BYTES): Remove.
7043 (read_target_long_array): Add SIZE argument. Use it instead of
7044 TARGET_LONG_BYTES.
7045 (simple_read_overlay_table): Retrieve long size from objfile
7046 architecture; pass it to read_target_long_array.
7047 (simple_read_overlay_region_table): Likewise.
7048 (simple_overlay_update_1): Likewise.
7049
9f5a595d
UW
70502009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
7051
7052 * infrun.c (cleanup_displaced_step_closure): Remove.
7053 (displaced_step_clear_cleanup): Move to before displaced_step_prepare.
7054 (displaced_step_prepare): Use displaced_step_clear_cleanup instead
7055 of cleanup_displaced_step_closure.
7056 (handle_inferior_event, keep_going): Use thread architecture instead
7057 of current_gdbarch.
7058
568d6575
UW
70592009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
7060
7061 * infrun.c (handle_inferior_event): Use current frame architecture
7062 or thread architecture instead of current_gdbarch. Pass to
7063 handle_step_into_function and handle_step_into_function_backward.
7064 (handle_step_into_function): Add GDBARCH parameter. Use it instead
7065 of current_gdbarch.
7066 (handle_step_into_function_backward): Likewise.
7067 (insert_step_resume_breakpoint_at_frame): Use frame architecture
7068 instead of current_gdbarch.
7069 (insert_step_resume_breakpoint_at_caller): Likewise.
7070
ea5d7a99
PM
70712009-06-17 Pierre Muller <muller@ics.u-strasbg.fr>
7072 Pedro Alves <pedro@codesourcery.com>
7073
7074 * infcmd.c (post_create_inferior): Call breakpoint_re_set after target
7075 is pushed for watchpoint promotion to hardware watchpoint.
7076
dce234bc
PP
70772009-06-16 Paul Pluzhnikov <ppluzhnikov@google.com>
7078
7079 * dwarf2read.c (dwarf_info_section, dwarf_abbrev_section)
7080 (dwarf_line_section, dwarf_pubnames_section, dwarf_aranges_section)
7081 (dwarf_loc_section, dwarf_macinfo_section, dwarf_str_section)
7082 (dwarf_ranges_section, dwarf_frame_section)
7083 (dwarf_eh_frame_section): Removed.
7084 (dwarf2_resize_section): Likewise.
7085 (dwarf2_read_section): Now static, use bfd_mmap() if possible.
7086 (dwarf2_get_section_info): New function.
7087 (munmap_section_buffer): Likewise.
7088 (dwarf2_per_objfile_cleanup): Likewise.
7089 (section_is_p): Signature change.
7090 * dwarf2-frame.c (dwarf2_build_frame_info): Use
7091 dwarf2_get_section_info instead of dwarf2_read_section.
7092
7eedccfa
PP
70932009-06-16 Paul Pluzhnikov <ppluzhnikov@google.com>
7094
7095 * solib.c (symbol_add_stub): New FLAGS parameter.
7096 (solib_read_symbols): FROM_TTY -> FLAGS, call symbol_add_stub
7097 directly.
7098 (solib_add): Defer breakpoint_re_set until after all solibs.
7099 * bsd-uthread.c (bsd_uthread_solib_loaded): Adjust.
7100 * rs6000-nat.c (objfile_symbol_add): Adjust.
7101 * symfile.c (syms_from_objfile): Merge parameters into ADD_FLAGS.
7102 (new_symfile_objfile): Likewise.
7103 (symbol_file_add_with_addrs_or_offsets): Likewise.
7104 (symbol_file_add_from_bfd): Likewise.
7105 (symbol_file_add): Likewise.
7106 * symfile.h (enum symfile_add_flags): New. Adjust prototypes.
7107 * symfile-mem.c (symbol_file_add_from_memory): Adjust.
7108 * windows-nat.c (safe_symbol_file_add_stub): Adjust.
7109 * machoread.c (macho_oso_symfile, macho_symfile_read): Adjust.
7110
19ef5c71
KS
71112009-06-16 Keith Seitz <keiths@redhat.com>
7112
7113 * linespec.c (collect_methods): Delete.
7114 (add_matching_methods): Reove destructor special case.
7115 (find_method): Call find_methods directly instead of
7116 collect_methods.
7117 * valops.c (value_struct_elt): Remove destructor
7118 special cases.
7119 (check_field): Likewise.
7120 (value_struct_elt_for_reference): Likewise.
7121 (destructor_name_p): Remove misleading comment about dtors
7122 being "special cases".
7123 * gdbtypes.h (get_destructor_fn_field): Remove. No longer needed.
7124 * gdbtypes.c (get_destructor_fn_field): Likewise.
7125
a4261689
PA
71262009-06-16 Pedro Alves <pedro@codesourcery.com>
7127
7128 * mi/mi-main.c (mi_cmd_data_read_memory): Dispatch
7129 TARGET_OJECT_MEMORY reads to the topmost target, not to the
7130 flattened current_target.
7131
4e99ad69
TG
71322009-06-16 Tristan Gingold <gingold@adacore.com>
7133
7134 * avr-tdep.c (struct gdbarch_tdep): Replace the unused field with
7135 call_length field.
7136 (avr_register_name): Add const to register_names.
7137 (avr_scan_arg_moves): Move inside avr_scan_prologue.
7138 (avr_scan_prologue): Add pc_end argument.
7139 Only read prologue bytes that can be read.
7140 Limit the scan to the known prologue length.
7141 Makes pattern variables static and const.
7142 Fix indentation.
7143 (avr_skip_prologue): Pass func_end argument to avr_scan_prologue.
7144 Fix indentation.
7145 (avr_breakpoint_from_pc): Constify avr_break_insn.
7146 (avr_extract_return_value): Fix function comment.
7147 (avr_frame_unwind_cache): Fix GNU style violations.
7148 Pass current_pc argument to avr_scan_prologue to stop prologue
7149 analysis to the current pc. This fixes the bug with the 'next'
7150 command.
7151 Correctly set the SP register of the previous frame (use call_length).
7152 (avr_frame_prev_register): Fix indentation.
7153 Correctly read PC from the stack on avr6 architectures.
7154 (avr_push_dummy_call): Fix indentation.
7155 (avr_gdbarch_init): Set call_length according to the architecture.
7156
7cd1089b
PM
71572009-06-15 Phil Muldoon <pmuldoon@redhat.com>
7158
7159 * infcall.c (show_unwind_on_terminating_exception_p): New
7160 function.
7161 (call_function_by_hand): Create breakpoint and clean-up call for
7162 std::terminate.breakpoint. Add unwind_on_terminating_exception_p
7163 gate. Pop frame on breakpoint hit.
7164 (_initialize_infcall): Add add_setshow_boolean_cmd for
7165 unwind-on-terminating-exception.
7166
b2ab525c
KB
71672009-06-12 Kevin Buettner <kevinb@redhat.com>
7168
7169 * dwarf2read.c (dwarf2_psymtab_to_symtab): Propagate
7170 `has_section_at_zero' flag from stripped objfile to separate,
7171 debug info only, objfile.
7172
4b477ade
PA
71732009-06-12 Pedro Alves <pedro@codesourcery.com>
7174
7175 * exec.h (section_table_xfer_memory_partial): Improve description,
7176 mention SECTION_NAME.
7177 * exec.c (section_table_xfer_memory_partial): Remove stale
7178 description.
7179
c59fcb4c
AR
71802009-06-11 Aleksandar Ristovski <aristovski@qnx.com>
7181
7182 * nto-tdep.h (nto_generic_supply_gpregset)
7183 (nto_generic_supply_fpregset, nto_generic_supply_altregset): Remove.
7184 * nto-tdep.c (nto_generic_supply_gpregset)
7185 (nto_generic_supply_fpregset, nto_generic_supply_altregset): Remove.
7186
19a934d8
AR
71872009-06-11 Aleksandar Ristovski <aristovski@qnx.com>
7188
7189 * i386-nto-tdep.c (I386_NTO_SIGCONTEXT_OFFSET): Remove define.
7190 (i386nto_sigcontext_addr): Change the way context address is calculated.
7191 (i386nto_init_abi): Remove usage of deprecated sc_reg_offset and
7192 sc_sp_offset and set sc_reg_offset and sc_num_regs.
7193
80b1849c
AR
71942009-06-11 Aleksandar Ristovski <aristovski@qnx.com>
7195
7196 * i386-nto-tdep.c (i386_nto_target): Remove definition.
7197 (init_i386nto_ops): Use macros to set fields to global
7198 current_nto_target directly.
7199 (i386nto_init_abi): Remove unused nto_set_target call.
7200 * nto-tdep.h (nto_set_target): Remove unused declaration.
7201 * nto-tdep.c (nto_set_target): Remove unused function.
7202
80c99de1
PA
72032009-06-11 Pedro Alves <pedro@codesourcery.com>
7204
7205 * breakpoint.c (break_command_really): Rename local variable
7206 breakpoint_chain to bkpt_chain.
7207
dbfb31a4
AR
72082009-06-11 Aleksandar Ristovski <aristovski@qnx.com>
7209
7210 Add support for XMM registers.
7211 * i386-nto-tdep.c (i386nto_regset_id): Add case for SSE register set.
7212 (i386nto_register_area): Correctly calculate offsets and sizes for
7213 all supported registers.
7214
17dd65ce
TT
72152009-06-11 Tom Tromey <tromey@redhat.com>
7216
7217 * eval.c (evaluate_subexp_standard) <OP_OBJC_MSGCALL>: Remove
7218 'static' from local variable definitions.
7219
828cd292
PA
72202009-06-11 Pedro Alves <pedro@codesourcery.com>
7221
7222 * symtab.c (append_expanded_sal): Remove unused local variables.
7223
d4db2f36
PA
72242009-06-11 Pedro Alves <pedro@codesourcery.com>
7225
7226 * infrun.c (sched_multi): New global.
7227 (resume): If sched_multi is set, resume only threads of the
7228 current inferior.
7229 (prepare_to_proceed): Don't switch over to wait_ptid if we're
7230 resuming a different inferior, and sched_multi is off.
7231 (show_schedule_multiple): New.
7232 (_initialize_infrun): Register new "set schedule-multiple" command.
7233 * inferior.h (sched_multi): Declare.
7234 * NEWS: Mention new "schedule-multiple" setting.
7235
e21458b2
PA
72362009-06-11 Pedro Alves <pedro@codesourcery.com>
7237
7238 * varobj.c (varobj_create): Properly restore the selected frame.
7239
8bb318c6
TT
72402009-06-05 Tom Tromey <tromey@redhat.com>
7241
7242 * inferior.c (print_inferior): Make a table, not a list. Emit
7243 table headers.
7244
bbb29520
PA
72452009-06-10 Jonas Maebe <jonas.maebe@elis.ugent.be>
7246
7247 * darwin-nat.c (darwin_stop_inferior): Pass 0 as options to
7248 darwin_wait (blocking wait).
7249 (darwin_kill_inferior): Likewise.
7250
66852e9c
PA
72512009-06-10 Pedro Alves <pedro@codesourcery.com>
7252
7253 * infrun.c (handle_inferior_event): Update comment around trying
7254 to revert back to a stepping thread that has exited.
7255
d0c6ba3d
CC
72562009-06-10 Cary Coutant <ccoutant@google.com>
7257
7258 * dwarf2read.c (dwarf_decode_lines): Recognize and ignore
7259 DW_LNE_set_discriminator.
7260
059fb39f
PM
72612009-06-10 Pierre Muller <muller@ics.u-strasbg.fr>
7262
7263 * breakpoint.c: ARI fixes.
7264 (create_overlay_event_breakpoint): Avoid assignment inside if statement.
7265 (print_one_breakpoint_location): Likewise.
7266 (create_longjmp_breakpoint): Likewise.
7267 (tracepoint_save_command): Likewise
7268 (bpstat_find_step_resume_breakpoint): No operator at end of line.
7269 (bpstat_stop_status): Likewise.
7270 (describe_other_breakpoints): Likewise.
7271 (hw_watchpoint_used_count): Likewise.
7272 (expand_line_sal_maybe): Likewise.
7273 (break_command_really): Likewise.
7274 (delete_command): Likewise.
7275 (do_enable_breakpoint): Likewise.
7276 (delete_trace_command): Likewise.
7277 (catch_exception_command_1): Likewise and remove extra parentheses.
7278
7681d515
PM
72792009-06-08 Pierre Muller <muller@ics.u-strasbg.fr>
7280
7281 * breakpoint.c (_initialize_breakpoint): Remove "bu" command alias of
7282 "ubreak" command that does not exist.
7283
300d0284
PM
72842009-06-08 Pierre Muller <muller@ics.u-strasbg.fr>
7285
7286 * cli/cli-decode.c (add_alias_cmd): Correct assertion.
7287
72753510
PA
72882009-06-07 Pedro Alves <pedro@codesourcery.com>
7289
7290 * hppa-tdep.c (_initialize_hppa_tdep): Add declaration.
7291
d1a7880c
PA
72922009-06-07 Pedro Alves <pedro@codesourcery.com>
7293
7294 * procfs.h: New.
7295 * proc-utils.h (procfs_first_available): Don't declare here.
7296 * sol-thread.c: Include procfs.h instead of sys/procfs.h and
7297 proc-utils.h.
7298 * procfs.c: Include procfs.h.
7299 (procfs_target): Make it public. Don't register
7300 procfs_can_use_hw_breakpoint here.
7301 (proc_set_watchpoint): Check for PCWATCH or PIOCSWATCH being
7302 defined instead of TARGET_HAS_HARDWARE_WATCHPOINTS.
7303 (procfs_can_use_hw_breakpoint): Remove check of
7304 TARGET_HAS_HARDWARE_WATCHPOINTS.
7305 (procfs_use_watchpoints): Register procfs_can_use_hw_breakpoint
7306 here.
7307 (_initialize_procfs): Don't add the procfs target here.
7308
7309 * i386-sol2-nat.c: Include target.h and procfs.h.
7310 (_initialize_amd64_sol2_nat): Install the procfs target here,
7311 customized with watchpoints support.
7312 * irix5-nat.c: Include target.h.
7313 (_initialize_core_irix5): Rename to ...
7314 (_initialize_irix5_nat): ... this. Install the procfs target
7315 here, customized with watchpoints support.
7316 * alpha-nat.c: Include procfs.h.
7317 (_initialize_core_alpha): Rename to...
7318 (_initialize_alpha_nat): ... this. Install the procfs target
7319 here, customized with watchpoints support.
7320 * sparc-sol2-nat.c: Include target.h and procfs.h.
7321 (_initialize_sparc_sol2_nat): New.
7322
7323 * config/i386/nm-i386sol2.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
7324 * config/sparc/nm-sol2.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
7325 * config/mips/irix5.mh (NAT_FILE): Delete.
7326 * config/mips/irix6.mh (NAT_FILE): Delete.
7327 * config/mips/nm-irix5.h: Delete.
7328
81b92222
PA
732920009-06-07 Pedro Alves <pedro@codesourcery.com>
7330
7331 * auxv.c (procfs_xfer_auxv): Change type of the `object' argument
7332 to enum target_object. Cleanup comments.
7333 * auxv.h: Include "target.h". Cleanup comments to not mention
7334 NATIVE_XFER_AUXV anymore.
7335
cc35222d
PA
73362009-06-07 Pedro Alves <pedro@codesourcery.com>
7337
7338 * inferior.h (procfs_first_available): Move declaration to...
7339 * proc-utils.h: ... here.
7340 * sol-thread.c: Include procfs.h and proc-utils.h.
7341
09d3bde9
PA
73422009-06-07 Pedro Alves <pedro@codesourcery.com>
7343
7344 * inferior.h (proc_iterate_over_mappings): Delete declaration.
7345 * nto-tdep.h (proc_iterate_over_mappings): Delete declaration.
7346 * procfs.c (proc_iterate_over_mappings): Delete.
7347
c35b1492
PA
73482009-06-07 Pedro Alves <pedro@codesourcery.com>
7349
7350 * target.h (struct target_ops): Make to_has_all_memory,
7351 to_has_memory, to_has_stack, to_has_registers and to_has_execution
7352 methods instead of variables.
7353 (target_has_all_memory_1, target_has_memory_1, target_has_stack_1)
7354 (target_has_registers_1, target_has_execution_1): Declare
7355 functions.
7356 (target_has_all_memory): Rewrite to call target_has_all_memory_1.
7357 (target_has_memory): Rewrite to call target_has_memory_1.
7358 (target_has_stack): Rewrite to call target_has_all_stack_1.
7359 (target_has_registers): Rewrite to call target_has_registers_1.
7360 (target_has_execution): Rewrite to call target_has_execution_1.
7361 (default_child_has_all_memory, default_child_has_memory)
7362 (default_child_has_stack, default_child_has_registers)
7363 (default_child_has_execution): Declare.
7364 (target_mark_running, target_mark_exited): Delete declarations.
7365 * target.c (default_child_has_all_memory,
7366 default_child_has_memory, default_child_has_stack,
7367 default_child_has_registers, default_child_has_execution): New.
7368 (target_has_all_memory_1, target_has_memory_1, target_has_stack_1,
7369 target_has_registers_1, target_has_execution_1): New.
7370 (add_target): Default the to_has_all_memory, to_has_all_memory,
7371 to_has_memory, to_has_stack, to_has_registers and to_has_execution
7372 callbacks to return 0.
7373 (update_current_target): Do not inherit to_has_all_memory,
7374 to_has_memory, to_has_stack, to_has_registers or to_has_execution.
7375 (target_mark_running, target_mark_exited): Delete.
7376 (memory_xfer_partial): Adjust.
7377 (target_read_memory, target_write_memory, target_search_memory):
7378 Dispatch to the the top-most target, not the flattened
7379 current_target.
7380 (target_info): Adjust.
7381 (init_dummy_target): Install return_zero as callback for
7382 to_has_all_memory, to_has_memory, to_has_stack, to_has_registers,
7383 to_has_execution.
7384 (set_maintenance_target_async_permitted): Use have_live_inferiors
7385 instead of target_has_execution.
7386 * target-memory.c (target_write_memory_blocks): Dispatch memory
7387 writes to the the top-most target, not the flattened
7388 current_target.
7389
7390 * breakpoint.c (insert_breakpoints): Don't check for
7391 target_has_execution here.
7392 (update_global_location_list): Check if there are live inferiors
7393 to debug instead of target_has_execution.
7394 * infcmd.c (kill_command, detach_command): Check if there are
7395 inferiors instead of target_has_execution.
7396 * inferior.h (have_live_inferiors): Declare.
7397 * inferior.c (have_live_inferiors): New.
7398 * infrun.c (normal_stop): Don't check for target_has_execution to
7399 finish the thread states.
7400 * thread.c (is_thread_state, is_stopped, is_exited, is_running)
7401 (any_running, is_executing): Remove checks for
7402 target_has_execution.
7403 * top.c (kill_or_detach): Don't try to kill core inferiors.
7404 (quit_target): Don't check for target_has_execution.
7405
7406 * corelow.c (core_has_memory, core_has_stack, core_has_registers):
7407 New.
7408 (init_core_ops): Install core_has_memory, core_has_stack and
7409 core_has_registers.
7410 * exec.c (exec_has_memory): New.
7411 (init_exec_ops): Install exec_has_memory.
7412 * remote.c (remote_add_inferior): Don't call target_mark_running.
7413 (remote_start_remote): Don't call target_mark_exited or call
7414 target_mark_running.
7415 (remote_open_1): Use have_inferiors instead of
7416 target_has_execution. Don't use target_mark_exited.
7417 (init_remote_ops): Install deafult_child_has_all_memory,
7418 default_child_has_memory, default_child_has_stack,
7419 default_child_has_registers, default_child_has_execution.
7420 * bsd-kvm.c (bsd_kvm_return_one): New.
7421 (bsd_kvm_add_target): Register bsd_kvm_return_one as
7422 to_has_memory, to_has_stack and to_has_registers callbacks.
7423 * remote-m32r-sdi.c (m32r_return_one): New.
7424 (init_m32r_ops): Register it.
7425 * inf-child.c (inf_child_target): Adjust to register
7426 default_child_has_all_memory, default_child_has_memory,
7427 default_child_has_stack, default_child_has_registers,
7428 default_child_has_execution callbacks.
7429 * gnu-nat.c (init_gnu_ops): Likewise.
7430 * go32-nat.c (init_go32_ops): Likewise.
7431 * hpux-thread.c (init_hpux_thread_ops): Likewise.
7432 * monitor.c (init_base_monitor_ops): Likewise.
7433 * nto-procfs.c (init_procfs_ops): Likewise.
7434 * remote-mips.c (_initialize_remote_mips): Likewise.
7435 * windows-nat.c (init_windows_ops): Likewise.
7436 * remote-sim.c (gdbsim_create_inferior): Don't use
7437 target_mark_running or target_mark_exited.
7438 (gdbsim_mourn_inferior): Don't call target_mark_exited.
7439 (init_gdbsim_ops): Adjust to register
7440 default_child_has_all_memory, default_child_has_memory,
7441 default_child_has_stack, default_child_has_registers,
7442 default_child_has_execution callbacks.
7443
7444 * linux-nat.c (linux_nat_xfer_partial): If reading memory, and
7445 there's no inferior selected, defer to a lower stratum.
7446
da1f2771
TT
74472009-06-05 Tom Tromey <tromey@redhat.com>
7448
7449 * varobj.c (update_dynamic_varobj_children): Wrap error text in
7450 _().
7451 (install_visualizer): Likewise.
7452 (varobj_set_visualizer): Likewise.
7453
68c9c314 74542009-06-05 Marc Khouzam <marc.khouzam@ericsson.com>
4b459977
VP
7455
7456 * mi/mi-main.c (mi_cmd_exec_continue)
7457 (mi_cmd_exec_interrupt): Adjust parsing of thread group
7458 ids to current reality, where they don't have any 'p' prefix.
7459
b3ed98d2
AR
74602009-06-05 Aleksandar Ristovski <aristovski@qnx.com>
7461
7462 * corelow.c (core_open): Check for core_gdbarch before calling
7463 gdbarch_target_signal_from_host.
7464
68c1b02d
TT
74652009-06-05 Tom Tromey <tromey@redhat.com>
7466
7467 * c-exp.y (parse_number): Don't use K&R definition.
7468 (yylex): Likewise.
7469 (yyerror): Likewise.
7470
0b4bc29a
JK
74712009-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7472
7473 * varobj.c (varobj_update): Fix out of scope varobjs to not to change.
7474
768a979c
UW
74752009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
7476
7477 * symtab.h: Rename SYMBOL_OPS to SYMBOL_COMPUTED_OPS.
7478 * ax-gdb.c (gen_var_ref): Likewise.
7479 * findvar.c (read_var_value, symbol_read_needs_frame): Likewise.
7480 * printcmd.c (address_info): Likewise.
7481 * dwarf2loc.c (dwarf_expr_frame_base): Likewise.
7482 * dwarf2read.c (dwarf2_symbol_mark_computed): Likewise.
7483 * symtab.h: Rename struct symbol_ops to struct symbol_computed_ops.
7484 * dwarf2loc.h: Likewise.
7485 * dwarf2loc.c (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Likewise.
7486
7487 * symtab.h: (struct symbol_register_ops): New struct definition.
7488 (struct symbol): Make "ops" member a union of symbol_computed_ops and
7489 symbol_register_ops callback pointers.
7490 (SYMBOL_REGISTER_OPS): New macro.
7491 * tracepoint.c: Include "objfiles.h".
7492 (scope_info, collect_symbol): Use SYMBOL_REGISTER_OPS register_number
7493 callback to retrieve register numbers.
7494 * ax-gdb.c (gen_var_ref): Likewise.
7495 * findvar.c (read_var_value): Likewise.
7496 * printcmd.c (address_info): Likewise.
7497
7498 * coffread.c (coff_reg_to_regnum): New function.
7499 (coff_register_funcs): New static variable.
7500 (process_coff_symbol): Do not call gdbarch_sdb_reg_to_regnum.
7501 Install SYMBOL_REGISTER_OPS callbacks.
7502 * mdebugread.c (mdebug_reg_to_regnum): New function.
7503 (mdebug_register_funcs): New static variable.
7504 (parse_symbol): Do not call gdbarch_ecoff_reg_to_regnum.
7505 Install SYMBOL_REGISTER_OPS callbacks.
7506 * stabsread.c (stab_reg_to_regnum): New function.
7507 (stab_register_funcs): New static variable.
7508 (define_symbol): Do not call gdbarch_stab_reg_to_regnum.
7509 Install SYMBOL_REGISTER_OPS callbacks.
7510
930123b7
DE
75112009-06-03 Doug Evans <dje@google.com>
7512
7513 * symfile.c (reread_symbols): Reset psymtabs_addrmap to NULL
7514 after discarding its contents.
7515
07b82ea5
PA
75162009-06-03 Pedro Alves <pedro@codesourcery.com>
7517
7518 * target.c: Include "exec.h".
7519 (update_current_target): Don't inherit to_sections or
7520 to_sections_end.
7521 (target_get_section_table): New.
7522 (target_section_by_addr): Fetch the section table from the passed
7523 in target.
7524 (memory_xfer_partial): Handle unmapped overlay sections before
7525 anything else. Get the overlay mapped address here. Adjust to
7526 use section_table_xfer_memory_partial.
7527 (get_target_memory): Request a TARGET_OBJECT_RAW_MEMORY object
7528 instead of TARGET_OBJECT_MEMORY.
7529 (target_resize_to_sections): Delete.
7530 (remove_target_sections): Adjust to remove target sections from
7531 `current_target_sections', and use resize_section_table.
7532 * target.h (struct target_ops) <to_sections, to_sections_end>:
7533 Remove fields.
7534 <to_get_section_table>: New method.
7535 (xfer_memory, print_section_info): Delete declarations.
7536 (struct target_section_table): New type.
7537 (target_get_section_table): Declare.
7538 (target_resize_to_sections): Delete declaration.
7539 (remove_target_sections): Delete declaration.
7540 * bfd-target.c (target_bfd_xfer_partial): Get the section table
7541 from to_data.
7542 (target_bfd_get_section_table): New.
7543 (target_bfd_xclose): Adjust.
7544 (target_bfd_reopen): Store the section table in the to_data field.
7545 * corelow.c (core_data): New.
7546 (core_close): Adjust to release core_data and its sections.
7547 (core_open): Allocate core_data, and build its target sections
7548 table.
7549 (deprecated_core_resize_section_table): New.
7550 (core_files_info): Pass core_data to print_section_info.
7551 (core_xfer_partial): Adjust to use
7552 section_table_xfer_memory_partial for TARGET_OBJECT_MEMORY xfers.
7553 (init_core_ops): Do not install a deprecated_xfer_memory callback
7554 anymore.
7555 * solib.c (update_solib_list): Add the shared library sections
7556 to the current target sections table.
7557 * exec.c (current_target_sections_1): New global.
7558 (current_target_sections): New global.
7559 (exec_close_1): New function, refactored from exec_close. Remove
7560 the exec_bfd's sections from the current target sections table.
7561 Adjust to not use to_sections.
7562 (exec_close): Remove all target sections. Call exec_close_1.
7563 (exec_file_clear): Use exec_close_1 instead of unpushing the
7564 target.
7565 (exec_file_attach): Likewise. Adjust to not use to_sections. Add
7566 exec_bfd's sections to the current target sections table. Don't
7567 push the exec_ops target here.
7568 (resize_section_table): New.
7569 (add_target_sections): New.
7570 (remove_target_sections): Moved here.
7571 (section_table_xfer_memory): Adjust to implement the xfer_partial
7572 interface, and rename to...
7573 (section_table_xfer_memory_partial): ... this, replacing the
7574 current function of that same name.
7575 (exec_get_section_table): New.
7576 (exec_xfer_partial): New.
7577 (xfer_memory): Delete.
7578 (print_section_info): Replace the target_ops parameter by a
7579 target_section_table parameter.
7580 (exec_files_info, set_section_command, exec_set_section_address):
7581 Adjust to use the current sections table.
7582 (init_exec_ops): Do not register a deprecated_xfer_memory
7583 callback. Register to_xfer_partial and to_get_section_table
7584 callbacks.
7585 * infrun.c (handle_inferior_event): Update comments around
7586 solib_add.
7587 * rs6000-nat.c (xcoff_relocate_core): Adjust to use
7588 deprecated_core_resize_section_table.
7589 * exec.h (resize_section_table): Declare.
7590 (section_table_xfer_memory_partial): Add const char * argument.
7591 (remove_target_sections): Declare here.
7592 (add_target_sections): Declare.
7593 (print_section_info): Declare here.
7594 * gdbcore.h (deprecated_core_resize_section_table): Declare.
7595
4fa62494
UW
75962009-06-03 Ulrich Weigand <uweigand@de.ibm.com>
7597
7598 * value.h (struct internalvar): Remove.
7599 (get_internalvar_integer): Add prototype.
7600 (set_internalvar_integer): Add prototype.
7601 (clear_internalvar): Add prototype.
7602
7603 * value.c (struct internalvar): Move here. Add type member. Remove
7604 endian member. Add union_internalvar member instead of value member.
7605 (init_if_undefined_command): Use intvar->type.
7606 (create_internalvar): Do not initialize value/endian, but type.
7607 (create_internalvar_type_lazy): Call create_internalvar.
7608 (value_of_internalvar): Handle host-side internalvar contents.
7609 (set_internalvar_component): Likewise.
7610 (set_internalvar): Likewise.
7611 (get_internalvar_integer): New function.
7612 (clear_internalvar): Likewise.
7613 (set_internalvar_integer): Likewise.
7614 (preserve_values): Handle host-side internalvar contents.
7615
7616 * breakpoint.c (set_breakpoint_count, set_tracepoint_count): Call
7617 set_internalvar_integer instead of set_internalvar.
7618 * findcmd.c (find_command): Likewise.
7619 * infrun.c (handle_inferior_event): Likewise.
7620 * source.c (forward_search_command, reverse_search_command): Likewise.
7621 * tracepoint.c (set_traceframe_num, set_tracepoint_num,
7622 set_traceframe_context): Likewise.
7623
7624 * printcmd.c (x_command): Call clear_internalvar instead of
7625 set_internalvar.
7626 * tracepoint.c (set_traceframe_context): Likewise.
7627
7628 * breakpoint.c (get_number_trailer): Call get_internalvar_integer
7629 instead of value_of_internalvar.
7630 * linespec.c (decode_dollar): Likewise.
7631
7632 * expprint.c (dump_subexp_body_standard): Use internalvar_name
7633 instead of accessing internalvar private elements.
7634 * valops.c (value_assign): Copy from original source instead of
7635 accessing internalvar private elements.
7636
6ceaaae5
UW
76372009-06-03 Ulrich Weigand <uweigand@de.ibm.com>
7638
7639 * scm-lang.c (builtin_type_scm): Remove.
7640 (scm_lookup_name): Add GDBARCH parameter. Use it instead of
7641 objfile architecture. Use per-architecture builtin_scm_type instead
7642 of builtin_type_scm.
7643 (evaluate_exp): Pass expression architecture to scm_lookup_name.
7644
7645 (scm_get_field): Add SIZE parameter. Use it instead of
7646 TYPE_LENGTH (builtin_type_scm).
7647
7648 (build_scm_types): New function.
7649 (scm_type_data): New variable.
7650 (builtin_scm_type): New function.
7651 (_initialize_scheme_language): Do not initialize builtin_type_scm.
7652 Register build_scm_types as post-init function for scm_type_data.
7653
7654 * scm-exp.c (scm_lreadr): Use per-architecture builtin_scm_type
7655 instead of builtin_type_scm.
7656
7657 * scm-lang.h (SCM_CAR, SCM_CDR): Pass SCM_SIZE to scm_get_field.
7658 (scm_get_field): Add SIZE paramter.
7659 (scm_scmval_print): Remove prototype.
7660 (builtin_type_scm): Remove.
7661 (struct builtin_scm_type): Add structure definition.
7662 (builtin_scm_type): Add prototype.
7663
7664 * scm-valprint.c (scm_inferior_print): Add TYPE parameter. Use it
7665 instead of builtin_core_addr type; do not use objfile architecture.
7666 (scm_scmlist_print): Add TYPE parameter. Use it to define SCM_SIZE.
7667 Pass type to scm_scmval_print.
7668 (scm_ipruk): Add TYPE parameter. Use it to define SCM_SIZE.
7669 (scm_scmval_print): Make static. Add TYPE parameter. Use it to
7670 define SCM_SIZE. Pass type to scm_ipruk and scm_scmlist_print.
7671 (scm_val_print): Pass type to scm_inferior_print and scm_scmval_print.
7672
0a9d309a
UW
76732009-06-03 Ulrich Weigand <uweigand@de.ibm.com>
7674
7675 * mdebugread.c (mdebug_type_void, mdebug_type_char, mdebug_type_short,
7676 mdebug_type_int, mdebug_type_int_32, mdebug_type_int_64,
7677 mdebug_type_long_32, mdebug_type_long_64, mdebug_type_long_long_64,
7678 mdebug_type_unsigned_char, mdebug_type_unsigned_short,
7679 mdebug_type_unsigned_int_32, mdebug_type_unsigned_int_64,
7680 mdebug_type_unsigned_long_32, mdebug_type_unsigned_long_64,
7681 mdebug_type_unsigned_long_long_64, mdebug_type_adr_32,
7682 mdebug_type_adr_64, mdebug_type_float, mdebug_type_double,
7683 mdebug_type_complex, mdebug_type_double_complex,
7684 mdebug_type_fixed_dec, mdebug_type_float_dec, mdebug_type_string):
7685 Remove.
7686
7687 (basic_type_data): New global variable.
7688 (basic_type): New function.
7689 (parse_type): Remove static basic type map map_bt. Call basic_type
7690 to get basic types instead of using mdebug_type_ variables.
7691
7692 (parse_symbol): Use builtin types instead of mdebug_type_ variables.
7693 (upgrade_type): Likewise.
7694 (parse_procedure): Likewise.
7695 (psymtab_to_symtab_1): Likewise.
7696
7697 (_initialize_mdebugread): Do not initialize mdebug_type_ variables.
7698 Initialize basic_type_data.
7699
289bd67a
UW
77002009-06-03 Ulrich Weigand <uweigand@de.ibm.com>
7701
7702 * dfp.h (decimal_binop): Convert LEN_RESULT to input parameter.
7703 * dfp.c (promote_decimal): Remove.
7704 (decimal_binop): Convert LEN_RESULT to input parameter.
7705 Remove call to decimal_binop.
7706 (decimal_compare): Remove call to decimal_binop.
7707
7708 * valarith.c (value_binop): Pass desired result type length
7709 to decimal_binop.
7710
64c9be2e
TG
77112009-06-01 Tristan Gingold <gingold@adacore.com>
7712
7713 * configure.tgt (avr): Set gdb_sim to use the simulator.
7714
5a437975
DE
77152009-05-29 Doug Evans <dje@google.com>
7716
7717 * infrun.c (prepare_to_proceed): Document. Assert !non_stop.
7718 If scheduler-locking is enabled, we're not going to be singlestepping
7719 any other previously stopped thread.
7720
ab730e72
PA
77212009-05-29 Pedro Alves <pedro@codesourcery.com>
7722
7723 * mi/mi-interp.c (mi_on_resume): Initialize `count' to 0.
7724
3d22076f
EZ
77252009-05-29 Eli Zaretskii <eliz@gnu.org>
7726
7727 * i386-tdep.c (i386_go32_init_abi): Use SVR4 register numbering
7728 for stabs and COFF debug info.
7729
b3444185
PA
77302009-05-28 Pedro Alves <pedro@codesourcery.com>
7731
7732 * infrun.c (handle_inferior_event): When thread hoping, switch
7733 inferior_ptid to the event thread before removing breakpoints from
7734 the target. If not stopping, also try to revert back to a thread
7735 that was doing a "next". Check if that thread still exists before
7736 resuming.
7737 (currently_stepping_thread): Delete and merge with ...
7738 (currently_stepping): ... this.
7739 (currently_stepping_callback): Rename to ...
7740 (currently_stepping_or_nexting_callback): ... this, and also
7741 return true if the thread was stepping over a call (has a
7742 step-resume breakpoint).
7743
8f500870
TT
77442009-05-28 Tom Tromey <tromey@redhat.com>
7745
7746 * python/python.c (gdbpy_parameter): Rename. Fix error message.
7747 (GdbMethods): Change "get_parameter" to "parameter".
7748
6bf0ce2b
PP
77492009-05-28 Pierre Muller <muller@ics.u-strasbg.fr>
7750 Paul Pluzhnikov <ppluzhnikov@google.com>
7751
7752 * configure.ac (!have_libpython): Add python-prettyprint source
7753 and object files.
7754 * configure: Regenerate.
7755 * python/python-prettyprint.c: Move "#ifdef HAVE_PYTHON" before
7756 python headers.
7757
b6313243
TT
77582009-05-27 Vladimir Prus <vladimir@codesourcery.com>
7759 Tom Tromey <tromey@redhat.com>
7760 Thiago Jung Bauermann <bauerman@br.ibm.com>
7761
7762 * mi/mi-main.c (mi_cmd_list_features): List "python" feature.
7763 * varobj.h (varobj_set_visualizer): Declare.
7764 (varobj_get_display_hint): Likewise.
7765 (varobj_update_result_t) <children_changed, value_installed>: New
7766 fields.
7767 * mi/mi-cmds.c (mi_cmds): Add var-set-visualizer.
7768 * mi/mi-cmds.h (mi_cmd_var_set_visualizer,
7769 mi_cmd_var_set_child_range): Declare.
7770 * mi/mi-cmd-var.c (mi_cmd_var_set_visualizer): New function.
7771 (mi_cmd_var_list_children): Emit display hint.
7772 (varobj_update_one): Emit display hint. Handle dynamic children.
7773 * python/python.c (GdbMethods): Add "default_visualizer".
7774 * python/python-internal.h (apply_varobj_pretty_printer,
7775 gdbpy_get_varobj_pretty_printer, gdbpy_get_display_hint):
7776 Declare.
7777 (gdbpy_default_visualizer): Likewise.
7778 * varobj.c: Include python.h, python-internal.h.
7779 (PyObject): New typedef.
7780 (struct varobj) <children_requested, pretty_printer>: New fields.
7781 (varobj_create): Call install_default_visualizer.
7782 (instantiate_pretty_printer): New function.
7783 (varobj_set_display_format): Update.
7784 (varobj_get_display_hint): New function.
7785 (update_dynamic_varobj_children): New function.
7786 (varobj_get_num_children): Handle dynamic children.
7787 (varobj_list_children): Likewise.
7788 (install_new_value): Likewise.
7789 (varobj_add_child): New function.
7790 (install_visualizer): Likewise.
7791 (install_default_visualizer): Likewise.
7792 (varobj_set_visualizer): Likewise.
7793 (varobj_update): Handle dynamic children.
7794 (create_child): Use create_child_with_value.
7795 (create_child_with_value): New function.
7796 (value_get_print_value): Call pretty printer. Add value_formatter
7797 argument.
7798 (c_value_of_variable): Update.
7799 (varobj_invalidate): Always free all_rootvarobj.
7800 * python/python-prettyprint.c (apply_varobj_pretty_printer): New
7801 function.
7802 (gdbpy_get_varobj_pretty_printer): Likewise.
7803 (gdbpy_default_visualizer): Likewise.
7804
a6bac58e
TT
78052009-05-27 Tom Tromey <tromey@redhat.com>
7806 Thiago Jung Bauermann <bauerman@br.ibm.com>
7807 Phil Muldoon <pmuldoon@redhat.com>
7808 Paul Pluzhnikov <ppluzhnikov@google.com>
7809 Vladimir Prus <vladimir@codesourcery.com>
7810
7811 * python/python-value.c (value_object_to_value): New function.
7812 * python/python-internal.h: Include frameobject.h.
7813 (gdbpy_children_cst, gdbpy_to_string_cst, gdbpy_display_hint_cst):
7814 Declare.
7815 (value_object_to_value): Declare.
7816 * printcmd.c (struct format_data) <raw>: New field.
7817 (last_format): Default to 0.
7818 (decode_format): Initialize val.raw. Handle /r flag.
7819 (print_command_1): Initialize fmt.raw and opts.raw.
7820 (output_command): Likewise.
7821 (x_command): Fix initialization of fmt.format. Initialize
7822 fmt.raw.
7823 (display_command): Initialize fmt.raw.
7824 (do_one_display): Set opts.raw.
7825 * python/python.c (gdbpy_to_string_cst, gdbpy_children_cst,
7826 gdbpy_display_hint_cst): New globals.
7827 (_initialize_python): Initialize them. Set gdb.pretty_printers.
7828 * cp-valprint.c: Include python.h.
7829 (cp_print_value): Call apply_val_pretty_printer.
7830 * python/python.h (apply_val_pretty_printer): Declare.
7831 * stack.c (print_this_frame_argument_p): Remove.
7832 (print_frame_args): Compute summary flag. Don't use
7833 print_this_frame_argument_p.
7834 * valprint.c: Include python.h.
7835 (user_print_options): Initialize new fields.
7836 (scalar_type_p): New function.
7837 (val_print): Handle 'raw' and 'summary' modes. Call
7838 apply_val_pretty_printer.
7839 (value_print): Handle 'raw' mode.
7840 * valprint.h (struct value_print_options) <raw, summary>: New
7841 fields.
7842 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-prettyprint.o
7843 (SUBDIR_PYTHON_SRCS): Add python-prettyprint.c.
7844 (python-prettyprint.o): New target.
7845 * python/python-prettyprint.c: New file.
7846
42ae5230
TT
78472009-05-27 Tom Tromey <tromey@redhat.com>
7848 Paul Pluzhnikov <ppluzhnikov@google.com>
7849
7850 * mi/mi-main.c (mi_cmd_data_evaluate_expression): Use
7851 value_address.
7852 * cli/cli-dump.c (dump_value_to_file): Use value_address.
7853 * valprint.c (common_val_print): Likewise.
7854 * v850-tdep.c (v850_push_dummy_call): Use value_address.
7855 * tracepoint.c (encode_actions): Use value_address.
7856 * printcmd.c (print_formatted): Use value_address.
7857 (x_command): Likewise.
7858 * p-valprint.c (pascal_object_print_static_field): Use
7859 value_address.
7860 * mn10300-tdep.c (mn10300_push_dummy_call): Use value_address.
7861 * mips-tdep.c (mips_eabi_push_dummy_call): Use value_address.
7862 * m32r-tdep.c (m32r_push_dummy_call): Use value_address.
7863 * jv-valprint.c (java_value_print): Use value_address.
7864 * infcall.c (find_function_addr): Use value_address.
7865 * gnu-v3-abi.c (gnuv3_rtti_type): Use value_address.
7866 * gnu-v2-abi.c (gnuv2_value_rtti_type): Use value_address.
7867 * frv-tdep.c (frv_push_dummy_call): Use value_address.
7868 * frame.c (frame_register_unwind): Use value_address.
7869 (frame_unwind_register_value): Likewise.
7870 * darwin-nat-info.c (info_mach_region_command): Use
7871 value_address.
7872 * cp-valprint.c (cp_print_static_field): Use value_address.
7873 * c-valprint.c (c_value_print): Use value_address.
7874 * breakpoint.c (update_watchpoint): Use value_address.
7875 (can_use_hardware_watchpoint): Likewise.
7876 * ada-valprint.c (ada_val_print_1): Use value_address.
7877 (ada_value_print): Likewise.
7878 * ada-tasks.c (read_fat_string_value): Use value_address.
7879 * jv-lang.c (java_link_class_type): Use set_value_address.
7880 (java_link_class_type): Likewise.
7881 (get_java_utf8_name): Use value_address.
7882 (type_from_class): Likewise.
7883 (java_link_class_type): Likewise.
7884 * findvar.c (value_of_register): Use set_value_address.
7885 (read_var_value): Likewise.
7886 (read_var_value): Likewise.
7887 * eval.c (evaluate_subexp_standard): Use set_value_address.
7888 (evaluate_subexp_standard): Use value_address.
7889 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Use set_value_address.
7890 * ada-lang.c (coerce_unspec_val_to_type): Use set_value_address.
7891 (ada_value_primitive_packed_val): Likewise.
7892 (ensure_lval): Likewise.
7893 (thin_data_pntr): Use value_address.
7894 (desc_bounds): Likewise.
7895 (ada_value_primitive_packed_val): Likewise.
7896 (value_assign_to_component): Likewise.
7897 (ensure_lval): Likewise.
7898 (make_array_descriptor): Likewise.
7899 (ada_to_fixed_value): Likewise.
7900 (unwrap_value): Likewise.
7901 * value.c (deprecated_value_address_hack): Remove.
7902 (value_address): New function.
7903 (value_raw_address): Likewise.
7904 (set_value_address): Likewise.
7905 (value_fn_field): Use set_value_address.
7906 (value_from_contents_and_address): Likewise.
7907 (value_fn_field): Likewise.
7908 (allocate_value_lazy): Don't use VALUE_ADDRESS.
7909 (value_as_address): Use value_address.
7910 (value_static_field): Likewise.
7911 * valops.c (search_struct_field): Use set_value_address.
7912 (value_at): Likewise.
7913 (value_at_lazy): Likewise.
7914 (value_repeat): Likewise.
7915 (value_cast_structs): Use value_address.
7916 (value_cast): Likewise.
7917 (value_fetch_lazy): Likewise.
7918 (value_assign): Likewise.
7919 (value_repeat): Likewise.
7920 (address_of_variable): Likewise.
7921 (value_coerce_array): Likewise.
7922 (value_coerce_function): Likewise.
7923 (value_addr): Likewise.
7924 (search_struct_field): Likewise.
7925 (search_struct_method): Likewise.
7926 (find_method_list): Likewise.
7927 (value_struct_elt_for_reference): Likewise.
7928 (value_full_object): Likewise.
7929 * jv-valprint.c (java_value_print): Use set_value_address.
7930 * value.h (deprecated_value_address_hack): Remove.
7931 (VALUE_ADDRESS): Remove.
7932 (value_address): Declare.
7933 (value_raw_address): Declare.
7934 (set_value_address): Declare.
7935
2c74e833
TT
79362009-05-27 Tom Tromey <tromey@redhat.com>
7937 Thiago Jung Bauermann <bauerman@br.ibm.com>
7938 Phil Muldoon <pmuldoon@redhat.com>
7939 Paul Pluzhnikov <ppluzhnikov@google.com>
7940
7941 * python/python.c (_initialize_python): Call
7942 gdbpy_initialize_types.
7943 (GdbMethods): Add "lookup_type".
7944 * python/python-value.c (value_object) <type>: New field.
7945 (valpy_dealloc): Decref type.
7946 (valpy_new): Initialize type.
7947 (valpy_get_type): New function.
7948 (value_to_value_object): Initialize type.
7949 (valpy_cast): New function.
7950 (value_object_getset): Add "type".
7951 (value_object_methods): Add "cast".
7952 * python/python-internal.h (type_to_type_object): Declare.
7953 (type_object_to_type): Likewise.
7954 (gdbpy_initialize_types): Likewise.
7955 (gdbpy_lookup_type): Declare.
7956 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-type.o.
7957 (SUBDIR_PYTHON_SRCS): Add python-type.c.
7958 (python-type.o): New target.
7959 * python/python-type.c: New file.
7960
89c73ade
TT
79612009-05-27 Tom Tromey <tromey@redhat.com>
7962 Thiago Jung Bauermann <bauerman@br.ibm.com>
7963 Phil Muldoon <pmuldoon@redhat.com>
7964
7965 * python/python.c: Include objfiles.h, observer.h.
7966 (gdbpy_auto_load): New global.
7967 (gdbpy_current_objfile): Likewise.
7968 (GDBPY_AUTO_FILENAME): New define.
7969 (gdbpy_new_objfile): New function.
7970 (gdbpy_get_current_objfile): Likewise.
7971 (gdbpy_objfiles): Likewise.
7972 (_initialize_python): Add "maint set auto-load". Call
7973 gdbpy_initialize_objfile. Attach objfile observer.
7974 (GdbMethods): New methods current_objfile, objfiles.
7975 * python/python-objfile.c: New file.
7976 * python/python-internal.h (objfile_to_objfile_object): Declare.
7977 (objfpy_get_printers): Likewise.
7978 (gdbpy_initialize_objfile): Likewise.
7979 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-objfile.o.
7980 (SUBDIR_PYTHON_SRCS): Add python-objfile.c.
7981 (python-objfile.o): New target.
7982
a75724bc
PA
79832009-05-27 Pedro Alves <pedro@codesourcery.com>
7984
7985 * infrun.c (follow_exec): Clear the stop_requested flag.
7986 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
7987 Add debug output.
7988
97c44116
AR
79892009-05-27 Aleksandar Ristovski <aristovski@qnx.com>
7990
7991 * nto-procfs.c (get_regset): Pass correct pointer.
7992
f504f079
DE
79932009-05-26 Doug Evans <dje@google.com>
7994
7995 * dwarf2read.c (follow_die_ref): Add comment.
7996 (dwarf2_mark_helper): Tweak comment.
7997 (dwarf2_mark): Move description to its proper place.
7998
4fcbb494
PM
79992009-05-25 Pierre Muller <muller@ics.u-strasbg.fr>
8000
8001 * procfs.c (procfs_wait): Add options parameter.
8002
4e3990f4
DE
80032009-05-24 Doug Evans <dje@google.com>
8004
e09875d4
DE
8005 Global renaming of find_thread_pid to find_thread_ptid.
8006 * gdbthread.h (find_thread_ptid): Renamed from find_thread_pid.
8007 * thread.c (find_thread_ptid): Renamed from find_thread_pid.
8008 All callers updated.
8009
4e3990f4
DE
8010 * infrun.c (follow_fork): Initialize new step_* locals
8011 to avoid "may be used uninitialized" warnings.
8012
98b54c18
PA
80132009-05-24 Pedro Alves <pedro@codesourcery.com>
8014
8015 * inflow.c (copy_terminal_info): Deep copy `run_terminal'.
8016
e58b0e63
PA
80172009-05-24 Pedro Alves <pedro@codesourcery.com>
8018
8019 * gdbthread.h (struct thread_info): New `pending_follow' field.
8020 * thread.c (new_thread): New function.
8021 (add_thread_silent): Use it.
8022 * breakpoint.c (internal_breakpoint_number): New global, moved
8023 from inside...
8024 (create_internal_breakpoint): ... this.
8025 (clone_momentary_breakpoint): New.
8026 * breakpoint.h (clone_momentary_breakpoint): Declare.
8027 * infrun.c (nullify_last_target_wait_ptid): Move declaration
8028 higher.
8029 (pending_follow): Delete.
8030 (follow_fork): Handle pending follow fork event here. Moved the
8031 preserving of thread stepping state here.
8032 (resume): Don't handle pending follow fork events here. Only
8033 install the inferior's terminal modes if we're about to resume it.
8034 (proceed): Handle possible pending follow fork events here.
8035 (init_wait_for_inferior): No need to clear pending_follow anymore,
8036 it's gone.
8037 (handle_inferior_event): Adjust to per-thread `pending_follow'.
8038 Call `follow_fork' to handle following the fork. If the
8039 follow-fork is cancelled, stop stepping.
8040 * linux-nat.c (linux_child_follow_fork): Adjust to per-thread
8041 `pending_follow' events. Remove code that handled preserving the
8042 thread stepping state.
8043 * inf-ptrace.c (inf_ptrace_follow_fork): Ditto.
8044 * inf-ttrace.c (inf_ttrace_follow_fork): Ditto.
8045
ea26755d 80462009-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
70992597
PM
8047
8048 * symfile.c (add_shared_symbol_files_command): Remove
8049 prototype and function.
8050 (_initialize _symfile): Move "add-shared-symbol-files"
8051 command and "assf" alias.
8052 * windows-nat.c (_initialize_windows_nat): to here.
8053 Change "add-shared-symbol-files" to alias.
8054
8055 * config/i386/cygwin.mh: Remove NAT_FILE.
8056 * config/i386/mingw.mh: Remove NAT_FILE.
8057 * config/i386/mingw64.mh: Remove NAT_FILE.
8058 * config/i386/nm-cygwin.h: Remove file.
8059 * config/i386/nm-cygwin64.h: Remove file.
8060
5e31abdf
HZ
80612009-05-24 Hui Zhu <teawater@gmail.com>
8062
8063 * i386-linux-tdep.c (I386_LINUX_RECORD_SIZE_*,
8064 I386_LINUX_RECORD_IOCTL_*,
8065 I386_LINUX_RECORD_FCNTL_*) Removed.
8066 (i386_linux_init_abi): Change size of record from macros to
8067 numbers.
8068
80692009-05-24 Hui Zhu <teawater@gmail.com>
8070
8071 * i386-linux-tdep.c (i386_linux_init_abi): Remove size_char.
8072 * linux-record.c (record_linux_system_call): Ditto.
8073 * linux-record.h (linux_record_tdep): Ditto.
8074
1b36a34b
JK
80752009-05-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8076
8077 Replace the savestring calls by xstrdup calls where possible.
8078 * breakpoint.c (condition_command, set_raw_breakpoint)
8079 (create_catchpoint, update_breakpoint_locations): Replace the
8080 savestring calls by xstrdup calls where possible.
8081 * buildsym.c (start_subfile, patch_subfile_names, record_debugformat)
8082 (record_producer): Likewise.
8083 * coffread.c (coff_start_symtab, complete_symtab): Likewise.
8084 * corefile.c (set_gnutarget): Likewise.
8085 * dbxread.c (add_new_header_file): Likewise.
8086 * demangle.c (set_demangling_command, set_demangling_style): Likewise.
8087 * event-top.c (push_prompt, pop_prompt, command_line_handler)
8088 (set_async_prompt): Likewise.
8089 * infcmd.c (set_inferior_io_terminal, attach_command_post_wait):
8090 Likewise.
8091 * language.c (set_language_command, _initialize_language): Likewise.
8092 * linespec.c (decode_line_2): Likewise.
8093 * rs6000-nat.c (add_vmap): Likewise.
8094 * top.c (set_prompt, init_history, init_main): Likewise.
8095 * tracepoint.c (stringify_collection_list): Likewise.
8096 * varobj.c (varobj_create): Remove variable expr_len. Replace the
8097 savestring calls by xstrdup calls where possible.
8098 (value_of_root, c_name_of_variable, c_describe_child): Replace the
8099 savestring calls by xstrdup calls where possible.
8100 * xcoffread.c (complete_symtab): Likewise.
8101 * cli/cli-script.c (build_command_line, define_command): Likewise.
8102 * cli/cli-setshow.c (do_setshow_command): Likewise.
8103
61d8f275
JK
81042009-05-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8105
8106 Remove already unreachable code.
8107 * varobj.c (varobj_get_handle): Fix comment when error is called.
8108 All callers updated.
8109
969107c5
EZ
81102009-05-23 Eli Zaretskii <eliz@gnu.org>
8111
70926f63
EZ
8112 * README (`configure' options): Document GDB-specific options to
8113 `configure'.
8114
8c7a1ee8
EZ
8115 * symtab.c (skip_prologue_using_lineinfo): New function.
8116 (find_function_start_sal): Use it to get to the first line of
8117 function's body that has an entry in the lineinfo table.
8118
969107c5
EZ
8119 * symmisc.c (dump_symtab): Switch the current language to
8120 the language of the symtab we are dumping only if the symtab's
8121 language is neither language_auto nor language_unknown.
8122
8123 * coffread.c (coff_symtab_read): Set language_minimal as the
8124 language for the "_globals_" pseudo-file.
754dd031
EZ
8125 (process_coff_symbol): Set the symbol's language to the language
8126 of current_subfile.
969107c5 8127
0542c86d
PA
81282009-05-22 Pedro Alves <pedro@codesourcery.com>
8129
8130 * target.h (struct section_table): Rename to ...
8131 (struct target_section): ... this.
8132 * exec.c: Adjust all references.
8133 * exec.h: Adjust all references.
8134 * nto-tdep.c: Adjust all references.
8135 * nto-tdep.h: Adjust all references.
8136 * ppc-linux-tdep.c: Adjust all references.
8137 * rs6000-nat.c: Adjust all references.
8138 * s390-tdep.c: Adjust all references.
8139 * solib-darwin.c: Adjust all references.
8140 * solib-frv.c: Adjust all references.
8141 * solib-irix.c: Adjust all references.
8142 * solib-null.c: Adjust all references.
8143 * solib-osf.c: Adjust all references.
8144 * solib-pa64.c: Adjust all references.
8145 * solib-som.c: Adjust all references.
8146 * solib-sunos.c: Adjust all references.
8147 * solib-svr4.c: Adjust all references.
8148 * solib-target.c: Adjust all references.
8149 * solib.c: Adjust all references.
8150 * solist.h: Adjust all references.
8151 * symfile.c: Adjust all references.
8152 * symfile.h: Adjust all references.
8153 * target.c: Adjust all references.
8154
b34fab9a
HZ
81552009-05-22 Hui Zhu <teawater@gmail.com>
8156
8157 Add sys_fcntl argument interfaces to linux_record_tdep.
8158
8159 * linux-record.h (linux_record_tdep): Add fcntl_F_GETLK,
8160 fcntl_F_GETLK64, fcntl_F_SETLK64 and fcntl_F_SETLKW64 to be
8161 interfaces.
8162 * i386-linux-tdep.c (I386_LINUX_RECORD_FCNTL_F_GETLK,
8163 I386_LINUX_RECORD_FCNTL_F_GETLK64,
8164 I386_LINUX_RECORD_FCNTL_F_SETLK64,
8165 I386_LINUX_RECORD_FCNTL_F_SETLKW64): New macros. The values
8166 of I386 Linux sys_fcntl arguments.
8167 (i386_linux_init_abi): Set macros values to linux_record_tdep.
8168 * linux-record.c (record_linux_system_call): Change to use
8169 the interface in linux_record_tdep in sys_fcntl and
8170 sys_fcntl64.
8171
8172 * linux-record.c (record_linux_system_call): Fix the process
8173 record build error about type in CYGWIN.
8174
88c0ab9d
PA
81752009-05-22 Pedro Alves <pedro@codesourcery.com>
8176
8177 * inflow.c (kill_command): Delete left over static declaration.
8178
348f8c02
PA
81792009-05-22 Pedro Alves <pedro@codesourcery.com>
8180
8181 * bfd-target.c: Don't include gdb_assert.h or gdb_string.h.
8182 Include exec.h.
8183 (struct section_closure): Delete.
8184 (add_to_section_table): Delete.
8185 (build_target_sections_from_bfd): Delete.
8186 (target_bfd_xfer_partial): Use section_table_xfer_memory_partial.
8187 (target_bfd_reopen): Use build_section_table.
8188 * exec.c (xfer_memory): Move most code except for overlay
8189 debugging support from here...
8190 (section_table_xfer_memory): ... to this new function.
8191 (section_table_xfer_memory_partial): New.
8192 * exec.h (section_table_xfer_memory_partial): Declare.
8193 * bfd-target.h (build_target_sections_from_bfd): Delete
8194 declaration.
8195
41575630
PA
81962009-05-22 Pedro Alves <pedro@codesourcery.com>
8197
8198 * remote.c (compare_sections_command): Don't declare exec_bfd.
8199 * tracepoint.c: Include "gdbcore.h".
8200 (remote_set_transparent_ranges): Don't declare exec_bfd.
8201
783425fc
PA
82022009-05-21 Pedro Alves <pedro@codesourcery.com>
8203
8204 * aix-thread.c (init_aix_thread_ops): Whitespace.
8205
61439e34
PA
82062009-05-21 Pedro Alves <pedro@codesourcery.com>
8207
8208 * dec-thread.c (dec_thread_wait): Add options parameter. Use it
8209 to call the to_wait method in the target beneath.
8210 * remote-m32r-sdi.c (m32r_wait): Add options parameter.
8211
8914d83b
JB
82122009-05-21 Joel Brobecker <brobecker@adacore.com>
8213
8214 * aix-thread.c (aix_thread_wait): Add options parameter. Use it
8215 to call the to_wait method in the target_beneath.
8216
d9d2d8b6
PA
82172009-05-21 Pedro Alves <pedro@codesourcery.com>
8218
8219 * linux-nat.c (linux_nat_terminal_inferior)
8220 (linux_nat_terminal_ours): Don't check sync_execution.
8221 * remote.c (remote_terminal_inferior, remote_terminal_ours):
8222 Don't check sync_execution. Update comments.
8223 * target.c (target_terminal_inferior): New.
8224 * target.h (target_terminal_inferior): Delete macro, and declare
8225 as function.
8226 * event-top.c (async_disable_stdin): Make idempotent. Don't give
8227 the target the terminal here.
8228 * inflow.c (terminal_ours_1): Don't return early without setting
8229 `terminal_is_ours'.
8230
47608cb1
PA
82312009-05-21 Pedro Alves <pedro@codesourcery.com>
8232
8233 * target.h (TARGET_WNOHANG): New.
8234 * target.c (target_wait): Add `options' argument. Adjust.
8235 (struct target_ops) <to_wait>: Add `options' argument.
8236 (target_wait): Add `options' argument.
8237 * infrun.c (wait_for_inferior): Pass 0 as options to
8238 target_wait (blocking wait).
8239 (fetch_inferior_event): Pass TARGET_WNOHANG as options to
8240 target_wait.
8241 * fork-child.c (startup_inferior): Pass 0 as options to
8242 target_wait (blocking wait).
8243 * linux-nat.c (linux_nat_create_inferior): Remove async masking.
8244 (linux_nat_wait_1): Add `target_options' argument. Use it instead
8245 of checking on target_can_async_p.
8246 (linux_nat_wait): Add `target_options' argument. Adjust.
8247 * remote.c (remote_wait_ns): Add `options' argument. Adjust to
8248 check on TARGET_WNOWAIT instead of checking on remote_is_async_p.
8249 (remote_wait_as): Add `options' argument. Adjust to check on
8250 TARGET_WNOWAIT instead of checking on remote_is_async_p. If doing
8251 a blocking wait, keep waiting until an interesting event comes
8252 out.
8253 (remote_wait): Add `options' argument. Don't loop here if the
8254 target is in async mode, and a blocking wait has been requested.
8255
8256 * top.c (deprecated_target_wait_hook): Add `options' argument.
8257 * linux-thread-db.c (thread_db_wait): Add `options' argument, and
8258 pass it down to the layer beneath.
8259 * inf-ptrace.c (inf_ptrace_wait): Add `options' argument.
8260 * record.c (record_beneath_to_wait): Add `options' argument.
8261 (record_wait): Add `options' argument, and pass it down to the
8262 layer beneath.
8263 * bsd-uthread.c (bsd_uthread_wait): Add `options' argument.
8264 * darwin-nat.c (darwin_wait): Likewise.
8265 * defs.h (deprecated_target_wait_hook): Likewise.
8266 * gnu-nat.c (gnu_wait): Add `options' argument.
8267 * go32-nat.c (go32_wait): Likewise.
8268 * hpux-thread.c (hpux_thread_wait): Add `options' argument, and
8269 pass it down to the layer beneath.
8270 * inf-ttrace.c (inf_ttrace_wait): Add `options' argument.
8271 * monitor.c (monitor_wait): Likewise.
8272 * nto-procfs.c (procfs_wait): Likewise.
8273 * remote-mips.c (mips_wait): Add `options' argument.
8274 * remote-sim.c (gdbsim_wait): Likewise.
8275 * rs6000-nat.c (rs6000_wait): Add `options' argument.
8276 * sol-thread.c (sol_thread_wait): Add `options' argument, and pass
8277 it down to the layer beneath.
8278 * spu-linux-nat.c (spu_child_wait): Add `options' argument.
8279 * windows-nat.c (windows_wait): Likewise.
8280 * tui/tui-hooks.c (tui_target_wait_hook): Likewise. Adjust.
8281
9944e9c2
PA
82822009-05-21 Pedro Alves <pedro@codesourcery.com>
8283
8284 * mi/mi-interp.c (mi_on_resume): Account for whole process
8285 resumes.
8286
c244a140
JK
82872009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8288
8289 * m2-exp.y (MAX_FUNC): Fix trailing UNOP_MAX.
8290
76bee0cc
JK
82912009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8292
8293 * dwarf2read.c (set_cu_language): Recognize also DW_LANG_C99.
8294
4ac36638
JK
82952009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8296
8297 Fix parsing DW_AT_const_value using DW_FORM_string.
8298 * dwarf2read.c (dwarf2_const_value <DW_FORM_string>): New.
8299
77f0be4e
JB
83002009-05-20 Joel Brobecker <brobecker@adacore.com>
8301
8302 * aix-thread.c (giter_count): Do not count the main thread.
8303 (giter_accum): Do not include the main thread.
8304
fbdebf46
JK
83052009-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8306
8307 Remove the PROT parameter from openp.
8308 * source.c (openp): Remove the parameter PROT. Assertion check MODE.
8309 defs.h (openp): Update the prototype.
8310 Update all the openp callers.
8311
5fd62852
PA
83122009-05-19 Pedro Alves <pedro@codesourcery.com>
8313
8314 * inflow.c (kill_command): Moved to infcmd.c.
8315 (_initialize_inflow): Don't add the "kill" command or clear
8316 inferior_ptid here.
8317 * infcmd.c (kill_command): Moved here from inflow.c.
8318 (_initialize_infcmd): Add the "kill" command here.
8319
191c4426
PA
83202009-05-19 Pedro Alves <pedro@codesourcery.com>
8321
8322 * fork-child.c: Don't include frame.h. Include terminal.h.
8323 (fork_inferior): Call new_tty_postfork after forking adn adding
8324 the child to the inferior list.
8325 * inferior.h (new_tty_prefork, gdb_has_a_terminal): Don't declare
8326 here.
8327 * inflow.c (struct terminal_info): Remove const qualifier from
8328 `run_terminal' field.
8329 (inferior_thisrun_terminal): Tweak comment.
8330 (inflow_inferior_exit): Release the `run_terminal' field.
8331 (copy_terminal_info): New function.
8332 (new_tty_postfork): New function.
8333 * terminal.h (new_tty_prefork, new_tty, new_tty_postfork,
8334 (copy_terminal_info, gdb_has_a_terminal, gdb_setpgid): Declare.
8335 * inf-ptrace.c: Include terminal.h.
8336 (inf_ptrace_follow_fork): Copy the parent's terminal info to the
8337 child.
8338 * linux-nat.c: Include terminal.h.
8339 (linux_child_follow_fork): Copy the parent's terminal info to the
8340 child.
8341 * inf-ttrace.c: Include terminal.h.
8342 (inf_ttrace_follow_fork): Copy the parent's terminal info to the
8343 child.
8344
2ea7b647
PA
83452009-05-19 Pedro Alves <pedro@codesourcery.com>
8346
8347 * breakpoint.c (insert_breakpoints, breakpoint_init_inferior)
8348 (update_global_location_list): Use gdbarch_has_global_breakpoints
8349 instead of gdbarch_has_global_solist and
8350 target_supports_multi_process.
8351 * dicos-tdep.c (dicos_init_abi): Set
8352 gdbarch_has_global_breakpoints.
8353 * gdbarch.sh (has_global_solist): Update comment.
8354 (has_global_breakpoints): New.
8355 * remote.c (remote_start_remote): Use
8356 gdbarch_has_global_breakpoints instead of
8357 gdbarch_has_global_solist.
8358 * target.c (target_detach): Use gdbarch_has_global_breakpoints
8359 instead of gdbarch_has_global_solist.
8360 * infcmd.c (attach_command): Use gdbarch_has_global_solist instead
8361 of target_supports_multi_process.
8362
6342b74a
PP
83632009-05-18 Paul Pluzhnikov <ppluzhnikov@google.com>
8364
8365 * objc-lang.c (find_methods): Plug a small memory leak.
8366
1a816a87
PA
83672009-05-18 Pedro Alves <pedro@codesourcery.com>
8368
8369 * solib-svr4.c: Include observer.h.
8370 (debug_base, debug_loader_offset_p, debug_loader_offset)
8371 (debug_loader_name, main_lm_addr): Move these globals...
8372 (struct svr4_info): ... into this new structure.
8373 (svr4_info_p): New typedef.
8374 (svr4_info): New global.
8375 (get_svr4_info, remove_svr4_info, solib_svr4_inferior_exit): New
8376 functions.
8377 (locate_base, solib_svr4_r_map, solib_svr4_r_brk)
8378 (solib_svr4_r_ldsomap): Add svr4_info argument. Adjust to
8379 per-inferior svr4.
8380 (open_symbol_file_object): Adjust to per-inferior svr4.
8381 (svr4_default_sos, svr4_current_sos, svr4_fetch_objfile_link_map):
8382 Ditto.
8383 (enable_break): Add svr4_info argument. Adjust to per-inferior
8384 svr4.
8385 (enable_break, svr4_solib_create_inferior_hook, svr4_clear_solib):
8386 Adjust to per-inferior svr4.
8387 (_initialize_svr4_solib): Install the solib_svr4_inferior_exit
8388 observer.
8389
4d062f1a
PA
83902009-05-18 Pedro Alves <pedro@codesourcery.com>
8391
8392 * linux-nat.h (linux_proc_get_tgid): Declare.
8393 * linux-nat.c (linux_proc_get_tgid): New.
8394 * linux-thread-db.c (struct thread_db_info): New field
8395 `need_stale_parent_threads_check'.
8396 (add_thread_db_info): Set it.
8397 (find_new_threads_callback): Ignore stale fork parent threads.
8398 (thread_db_resume): New.
8399 (init_thread_db_ops): Install thread_db_resume.
8400
d90e17a7
PA
84012009-05-18 Pedro Alves <pedro@codesourcery.com>
8402
8403 * fork-child.c (fork_inferior): Only reset the thread list if this
8404 is the first inferior.
8405 (startup_inferior): If the target support multi-process, tell it
8406 to resume only the new process.
8407 * linux-nat.c (num_lwps): Delete global.
8408 (purge_lwp_list): New function.
8409 (num_lwps): New function.
8410 (add_lwp, delete_lwp): Adjust.
8411 (ptid_match): New.
8412 (iterate_over_lwps): Add filter argument. Handle it.
8413 (linux_nat_attach): Remove FIXME note.
8414 (linux_nat_detach): Adjust to iterate over threads of the inferior
8415 we're detaching from. Adjust to num_lwps being a function. Don't
8416 assume the head of the lwp list is the main thread of the process
8417 we're detaching from. Don't destroy the LWP list.
8418 (resume_callback): Add debug output.
8419 (linux_nat_resume): Handle resuming a single inferior. Allow a
8420 wildcard resume in non-stop mode.
8421 (linux_handle_extended_wait): Don't assume inferior_ptid is the
8422 correct inferior of the parent LWP.
8423 (status_callback): Also check lp->waitstatus.
8424 (select_event_lwp): Add new filter parameter. Handle it.
8425 (linux_nat_filter_event): Adjust to num_lwps being a function.
8426 (linux_nat_wait_1): When adding the first lwp of the inferior, use
8427 an is_lwp check instead of checking for the number of lwps.
8428 (linux_nat_wait_1): Handle waiting for a specific tgid. Handle
8429 pending process exit statuses.
8430 (linux_nat_mourn_inferior): Don't destroy all the LWP info.
8431 Instead delete LWPs of the inferior that we're mourning. Don't
8432 unregister from the event loop here.
8433 (linux_nat_pid_to_str): Use `num_lwps'.
8434 (linux_nat_make_corefile_notes): Adjust to walk over lwps of a
8435 single inferior.
8436 (linux_nat_is_async_p): Check if async was masked out.
8437 (linux_multi_process): New global.
8438 (linux_nat_supports_multi_process): New.
8439 (linux_nat_stop_lwp): Remove LWP filtering. It is done by the
8440 caller.
8441 (linux_nat_stop): Adjust to make iterate_over_lwps itself do the
8442 LWP filtering.
8443 (linux_nat_close): New.
8444 (linux_nat_add_target): Register linux_nat_close and
8445 linux_nat_supports_multi_process.
8446 * linux-nat.h (iterate_over_lwps): Add filter argument.
8447 * linux-thread-db.c (thread_db_handle): Delete.
8448 (proc_handle, thread_agent, td_init_p, td_ta_new_p)
8449 (td_ta_map_id2thr_p, td_ta_map_lwp2thr_p, td_ta_thr_iter_p)
8450 (td_ta_event_addr_p, td_ta_set_event_p, td_ta_event_getmsg_p)
8451 (td_thr_validate_p, td_thr_get_info_p, td_thr_event_enable_p)
8452 (td_thr_tls_get_addr_p, td_create_bp_addr, td_death_bp_addr): No
8453 longer globals, moved to...
8454 (struct thread_db_info): ... this new structure.
8455 (thread_db_list): New.
8456 (add_thread_db_info, get_thread_db_info, delete_thread_db_info):
8457 New.
8458 (have_threads_callback): Filter out threads of all inferiors but
8459 the one specified by the ARGS argument.
8460 (have_threads): Add ptid argument specifying the inferior we're
8461 interested in. Handle it.
8462 (struct thread_get_info_inout): New.
8463 (thread_get_info_callback, thread_from_lwp): Adjust to use it.
8464 (thread_db_attach_lwp): Check that inferior of the passed in
8465 thread is using thread-db. Adjust.
8466 (enable_thread_event): Remove thread_agent parameter. Instead,
8467 get it from the per-inferior thread-db info.
8468 (dladdr_to_soname): Move higher up.
8469 (enable_thread_event_reporting): Adjust to use per-inferior
8470 thread-db info.
8471 (try_thread_db_load_1): Replace `handle' parameter by a
8472 thread_db_info parameter. Adjust to use per-inferior thread-db
8473 info.
8474 (try_thread_db_load): Adjust to use per-inferior thread-db info.
8475 (thread_db_load, disable_thread_event_reporting): Ditto.
8476 (check_for_thread_db): Remove conditional reporting of which
8477 libthread_db is in use.
8478 (thread_db_new_objfile): Add comment about inferior_ptid.
8479 (attach_thread): Adjust to use per-inferior thread-db info.
8480 (thread_db_detach): Adjust to use per-inferior thread-db info.
8481 Remove thread event breakpoints of the current inferior. Only
8482 unpush the thread-db target if there are no more processes using
8483 it.
8484 (check_event): Adjust to use per-inferior thread-db info.
8485 (thread_db_wait): Adjust to use per-inferior thread-db info. Only
8486 unpush the thread-db target if there are no more processes using
8487 it.
8488 (thread_db_mourn_inferior): Adjust to use per-inferior thread-db
8489 info. Mark breakpoints of the current inferior out before
8490 deleting them. Only unpush the thread-db target if there are no
8491 more processes using it.
8492 (find_new_threads_callback): Adjust to use per-inferior thread_db
8493 info.
8494 (thread_db_find_new_threads_1): Add new ptid argument. Adjust to
8495 use per-inferior thread-db info.
8496 (thread_db_find_new_threads): Adjust to use per-inferior thread-db
8497 info.
8498 (thread_db_get_thread_local_address): Adjust.
8499 (thread_db_get_ada_task_ptid): Adjust.
8500 * inf-ptrace.c (inf_ptrace_mourn_inferior): Only unpush the target
8501 if there no more processes left to debug.
8502 * thread.c (set_running, set_executing): Handle resuming all
8503 threads of a single inferior.
8504 * mi/mi-interp.c (mi_output_running_pid): New.
8505 (mi_inferior_count): New.
8506 (mi_on_resume): For backwards compatibility, if resuming all
8507 threads of an inferior, and there is only one inferior, output
8508 "all".
8509
dddfab26
UW
85102009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
8511
8512 * ada-lang.c (ada_find_any_type): Move check for primitive types ...
8513 (to_fixed_range_type): ... to here.
8514
556bdfd4
UW
85152009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
8516
8517 * ada-lang.c (desc_data_type): Remove, replace by ...
8518 (desc_data_target_type): ... this.
8519 (thin_data_pntr): Use desc_data_target_type instead of desc_data_type.
8520 (ada_is_array_descriptor_type): Likewise.
8521 (ada_type_of_array): Likewise.
8522 (ada_coerce_to_simple_array_type): Likewise.
8523 (ada_array_element_type): Likewise.
8524
aaa88a99
UW
85252009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
8526
8527 * ada-valprint.c (ada_val_print_1): Use val_print_string to print
8528 result of ada_vax_float_print_function inferior call.
8529
17280b9f
UW
85302009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
8531
8532 * ada-lang.c (ada_coerce_to_simple_array_type): Reimplement to
8533 avoid creating a dummy value.
8534
830bb937
UW
85352009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
8536
8537 * p-valprint.c (pascal_val_print): Use extract_typed_address
8538 to extract reference value.
8539
e035e373
UW
85402009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
8541
8542 * doublest.c (NAN): Remove unused define.
8543 (extract_floating_by_length, deprecated_extract_floating): Remove.
8544 (store_floating_by_length, deprecated_store_floating): Remove.
8545 (extract_typed_floating): Do not call extract_floating_by_length.
8546 (store_typed_floating): Do not call store_floating_by_length.
8547 (convert_typed_floating): Remove redundant assertions.
8548 * doublest.h (deprecated_extract_floating): Remove.
8549 (deprecated_store_floating): Remove.
8550 * sh64-tdep.c (sh64_register_convert_to_raw): Call
8551 extract_typed_floating instead of deprecated_extract_floating.
8552
c28c63d8
JB
85532009-05-18 Jon Beniston <jon@beniston.com>
8554
8555 * MAINTAINERS: Add lm32 target.
8556 * Makefile.in: Add lm32 dependencies.
8557 * NEWS: Indicate lm32 is a new target.
8558 * configure.tgt: Add lm32 targets.
8559 * lm32-tdep.c: New file.
8560
739fc47a
PA
85612009-05-18 Pedro Alves <pedro@codesourcery.com>
8562
8563 * corelow.c (core_open): Flush the register cache before doing
8564 anything with registers.
8565
7e1789f5
PA
85662009-05-18 Pedro Alves <pedro@codesourcery.com>
8567
8568 * inflow.h (our_process_group): Remove declaration.
8569 (inferior_process_group): Delete global variable declaration.
8570 (inferior_process_group): New function declaration.
8571 * inflow.c: Include observer.h.
8572 (inferior_ttystate, our_ttystate, tflags_inferior, tflags_ours):
8573 Delete.
8574 (struct terminal_info): New struct.
8575 (our_terminal_info): New global.
8576 (inferior_process_group): New function.
8577 (inferior_thisrun_terminal): Extend description comment.
8578 (gdb_has_a_terminal): Adjust to write to our_terminal_info fields
8579 instead of globals.
8580 (terminal_init_inferior_with_pgrp): Adjust to per-inferior
8581 terminal settings.
8582 (terminal_inferior): Ditto.
8583 (terminal_ours_1): Ditto.
8584 (inflow_new_inferior, inflow_inferior_exit): New functions.
8585 (child_terminal_info): Adjust to per-inferior terminal settings.
8586 (osig_set): New global.
8587 (set_sigint_trap): Adjust to per-inferior terminal settings. Set
8588 or clear `osig_set' accordingly.
8589 (clear_sigint_trap): Check `osig_set' to decide wheater to restore
8590 SIGINT handler, instead of checking the current inferior (which
8591 may be none).
8592 (_initialize_inflow): Attach inflow_new_inferior and
8593 inflow_inferior_exit to the "new_inferior" and "inferior_exit"
8594 notifications, respectively.
8595 * inferior.h (struct terminal_info): Forward declare.
8596 (struct inferior): Add `terminal_info' field.
8597 * inferior.c (delete_inferior_1): Notify the inferior_exit
8598 observers before removing the inferior from the lists and deleting
8599 it.
8600 * inf-ptrace.c (inf_ptrace_stop): `inferior_process_group' is now
8601 a function instead of a variable. Adjust.
8602 * procfs.c (procfs_stop): Ditto.
8603
b242c3c2
PA
86042009-05-17 Pedro Alves <pedro@codesourcery.com>
8605
8606 * infrun.c (handle_inferior_event): When handling a
8607 TARGET_WAITKIND_FORKED, detach breakpoints from the fork child
8608 immediatelly.
60a7d074 8609 * linux-nat.c (linux_child_follow_fork): Only detach breakpoints
b242c3c2
PA
8610 from the child if vforking.
8611 * inf-ptrace.c (inf_ptrace_follow_fork): No need to detach
8612 breakpoints from the child here.
8613
71b43ef8
PA
86142009-05-17 Pedro Alves <pedro@codesourcery.com>
8615
8616 * infrun.c (pending_follow): Remove execd_pathname member.
8617 (resume): No longer handle TARGET_WAITKIND_EXECD pending follow.
8618 (handle_inferior_event): When handling a TARGET_WAITKIND_EXECD
8619 event, don't copy `execd_pathname' to pending_follow, use the
8620 event copy instead. Release `execd_pathname' once done with
8621 handling the event.
8622
235f2b04
PA
8623 * infrun.c (pending_follow): Remove mention of exec events.
8624
a6b808b4
HZ
86252009-05-17 Hui Zhu <teawater@gmail.com>
8626
8627 * i386-tdep.c (i386_process_record): Make it extern.
8628 (i386_gdbarch_init): Don't call set_gdbarch_process_record
8629 here.
d5f3b873 8630 * i386-tdep.h (i386_process_record): Declare.
a6b808b4
HZ
8631 * i386-linux-tdep.c (i386_linux_init_abi): Call
8632 set_gdbarch_process_record.
8633
ee342b23
VP
86342009-05-17 Vladimir Prus <vladimir@codesourcery.com>
8635
8636 Always report varobj as changed when in_scope attribute changes.
8637
8638 * varobj.c (install_new_value): If non-NULL-ness of value
8639 changed, return 1.
8640
17a37d48
PP
86412009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
8642
8643 * NEWS: Mention set/show libthread-db-search-path.
8644 * gdb_thread_db.h (LIBTHREAD_DB_SEARCH_PATH): New define.
8645 (LIBTHREAD_DB_SO): Moved from linux-thread-db.c
8646 * linux-thread-db.c (libthread_db_search_path): New setting.
8647 (thread_db_handle): New variable (replaces using_thread_db).
8648 (try_thread_db_load_1): New function.
8649 (try_thread_db_load, thread_db_load_search): Likewise.
8650 (dladdr_to_soname): Likewise.
8651 (thread_db_load): Iterate over possibly multiple libthread_db's.
8652 (check_for_thread_db): Attempt to load new libthread_db.
8653 (thread_db_detach, thread_db_wait): Unload libthread_db.
8654 (thread_db_mourn_inferior): Likewise.
8655 (_initialize_thread_db): Add new libthread-db-search-path option.
8656 Defer loading of libthread_db to check_for_thread_db.
8657 * solib.c (libpthread_name_p): New function.
8658 (libpthread_solib_p): Call it.
8659 * solib.h (libpthread_name_p): New prototype.
8660
0643c12e
PM
86612009-05-15 Pierre Muller <muller@ics.u-strasbg.fr>
8662
8663 * MAINTAINERS: Update my email address.
8664
e62c965a
PP
86652009-05-14 Paul Pluzhnikov <ppluzhnikov@google.com>
8666
8667 * breakpoint.h: Add breakpoint_re_set_objfile prototype.
8668 * breakpoint.c (create_overlay_event_breakpoint): Renamed
8669 from create_overlay_event_breakpoint_1, old
8670 create_overlay_event_breakpoint deleted.
8671 (breakpoint_re_set_objfile): Don't rescan all objfiles
8672 unnecessarily.
8673 (breakpoint_re_set): New function.
8674 * symfile.c (new_symfile_objfile): Call breakpoint_re_set_objfile
8675 instead of breakpoint_re_set.
8676 * objfiles.c (objfile_relocate): Likewise.
8677
9e2ace22
JB
86782009-05-14 Joel Brobecker <brobecker@adacore.com>
8679
8680 * gdbarch.sh: Add comment documenting the target_gdbarch global.
8681 gdbarch.h does NOT need to be regenerated as the corresponding
8682 change has already been made in a previous commit.
8683
39a90fca 86842009-05-14 Pierre Muller <muller@ics.u-strasbg.fr>
9bb9e8ad
PM
8685
8686 Remove all i386 debug register low level macros in config nm files.
8687 (I386_DR_LOW_SET_ADDR, I386_DR_LOW_RESET_ADDR): Remove.
8688 (I386_DR_LOW_GET_STATUS, I386_DR_LOW_SET_CONTROL): Remove.
8689 (I386_USE_GENERIC_WATCHPOIINTS): Remove.
8690
8691 * i386-nat.h: New file (adapted from config/i386/nm-i386.h).
8692 (struct i386_dr_low_type): New type.
8693 (i386_dr_low): New global variable.
8694 * i386-nat.c (TARGET_HAS_DR_LEN_8): Update macro.
8695 (i386_insert_aligned_watchpoint): Replace i386 dr low macros by
8696 i386_dr_low struct variable fields.
8697 (i386_remove_aligned_watchpoint): Likewise.
8698 (i386_stopped_data_address): Likewise.
8699 (i386_stopped_by_hwbp): Likewise.
8700 (show_debug_regs_command_added): New static variable.
8701 (add_show_debug_regs_command): New static function.
8702 (i386_use_watchpoints): Call add_show_debug_regs_command if not done.
8703 (i386_set_debug_register_length): New function.
8704 (_initialize_i386_nat): Delete.
8705
8706 * amd64-linux-nat.c: Include "i386-nat.h".
8707 (amd64_linux_dr_set_control): Change to static.
8708 (amd64_linux_dr_get_status): Change to static.
8709 (amd64_linux_dr_set_addr,amd64_linux_dr_reset_addr): Likewise.
8710 (_initialize_amd64_linux_nat): Set i386_dr_low variable fields.
8711
8712 * go32-nat.c: Include "i386-nat.h".
8713 (go32_set_addr): Change to static.
8714 (go32_set_dr7): Change to static. Change arg type to unisgned long.
8715 (go32_get_dr6): Change to static. Change return type to unisnged long.
8716 (init_go32_ops): Set i386_dr_low variable fields.
8717 * i386-linux-nat.c: Include "i386-nat.h".
8718 (i386_linux_dr_set_control, i386_linux_dr_get_status): Change to static.
8719 (i386_linux_dr_set_addr, i386_linux_dr_reset_addr): Idem.
8720 (_initialize_i386_linux_nat): Set i386_dr_low variable fields.
8721 * i386bsd-nat.h: Declare functions used for
8722 i386_dr_low fields in i386fbsd-nat.c.
8723 * i386fbsd-nat.c: Include "i386-nat.h".
8724 (_initialize_i386fbsd_nat): Set i386_dr_low variable fields.
8725 * windows-nat.c: Include "i386-nat.h".
8726 (cygwin_set_dr, cygwin_get_dr6, cygwin_set_dr7): Add prototypes.
8727 Change to static.
8728 (cygwin_get_dr6): Change return type to unisnged long.
8729 (cygwin_set_dr7): Change arg type to unisgned long.
8730 (init_windows_ops): Set i386_dr_low function fields.
8731
8732 * amd64-windows-nat.c (_initialize_amd64_windows_nat): Call
8733 i386_set_debug_register_length.
8734 * i386-windows-nat.c (_initialize_i386_windows_nat): Likewise.
8735
8736 * config/i386/nm-cygwin.h: Remove all I386_* macros.
8737 * config/i386/nm-cygwin64.h: Likewise.
8738 * config/i386/nm-fbsd.h: Likewise.
8739 * config/i386/nm-linux.h: Likewise.
8740 * config/i386/nm-i386.h: Remove completely.
8741 * config/i386/nm-go32.h: Remove completely.
8742 * config/i386/nm-linux64.h: Remove completely.
8743 * config/i386/go32.mh (NAT_FILE): Remove entry.
8744 * config/i386/linux64.h (NAT_FILE): Change to config/nm-linux.h.
8745
7a893eb8
JB
87462009-05-14 Jon Beniston <jon@beniston.com>
8747
8748 * MAINTAINERS: Add Jon Beniston to write after approval list.
8749
57a9e6af
PP
87502009-05-13 Paul Pluzhnikov <ppluzhnikov@google.com>
8751
8752 * objc-lang.c (objc_objfile_data): New variable.
8753 (find_methods): Skip objfiles without Obj-C methods.
8754 (_initialize_objc_lang): New function.
8755
3f7f5fe4
JB
87562009-05-13 Joel Brobecker <brobecker@adacore.com>
8757
8758 * c-lang.c (print_wchar): Remove unnecessary cast.
8759
25ad2853
JB
87602009-05-12 Jim Blandy <jimb@red-bean.com>
8761
8762 * MAINTAINERS: Remove self as m32c target maintainer.
8763
cbe54154
PA
87642009-05-12 Pedro Alves <pedro@codesourcery.com>
8765
8766 * cli/cli-decode.c (deprecated_add_set_cmd): Delete.
8767 * command.h (deprecated_add_set_cmd): Delete declaration.
8768 * gnu-nat.c (_initialize_gnu_nat): Replace 'maint gnu-debug' with
8769 'set debug gnu-nat' and 'show debug gnu-nat'.
8770 * i386-nat.c (_initialize_i386_nat): Replace 'maint
8771 show-debug-registers' with 'maint set show-debug-registers' and
8772 'maint show show-debug-registers'.
8773 * mips-linux-nat.c (_initialize_mips_linux_nat): Replace 'maint
8774 show-debug-registers' with 'maint set show-debug-registers' and
8775 'maint show show-debug-registers'.
8776
2d90c72a
JB
87772009-05-12 Joel Brobecker <brobecker@adacore.com>
8778
8779 * c-lang.c (print_wchar): Convert w into a gdb_wchar_t before
8780 pushing it on the output obstack.
8781
00903456
JK
87822009-05-11 Joel Brobecker <brobecker@adacore.com>
8783
8784 Fix internal error on breaking at a multi-locations caller source line.
8785 * breakpoint.c (parse_breakpoint_sals): Set EXPLICIT_PC for the `break'
8786 command with no parameters.
8787
7feb7d06
PA
87882009-05-11 Pedro Alves <pedro@codesourcery.com>
8789
8790 * linux-nat.c (enum sigchld_state): Delete.
8791 (linux_nat_async_events_state): Delete.
8792 (struct waitpid_result): Delete.
8793 (waitpid_queue): Delete.
8794 (queued_waitpid_1): Delete.
8795 (async_file_flush): New.
8796 (queued_waitpid, push_waitpid): Delete.
8797 (async_file_mark): New.
8798 (drain_queued_events): Delete.
8799 (my_waitpid): Remove locally queued events handling.
8800 (linux_test_for_tracefork): Upjust.
8801 (linux_child_follow_fork): Ditto.
8802 (sync_sigchld_action): Delete.
8803 (blocked_mask): Reinstate.
8804 (async_sigchld_action): Rename to...
8805 (sigchld_action): ... this.
8806 (block_child_signals): New.
8807 (restore_child_signals_mask): New.
8808 (lin_lwp_attach_lwp): Adjust.
8809 (linux_nat_create_inferior): Ditto.
8810 (linux_nat_attach): Also use lp->status in async mode.
8811 (get_pending_status): Don't use queued_waitpid.
8812 (linux_nat_detach): Don't drain locally queued events.
8813 (linux_nat_resume): Allow pending wait statuses stored lp->status
8814 in async mode. If returning early due to a pending event,
8815 re-register the event source.
8816 (stop_wait_callback): Allow pending wait statuses stored
8817 lp->status in async mode.
8818 (pipe_to_local_event_queue, local_event_queue_to_pipe): Delete.
8819 (linux_nat_wait): Rename to ...
8820 (linux_nat_wait_1): ... this. Allow pending wait statuses stored
8821 lp->status in async mode. Always add WNOHANG to the waitpid
8822 options in async mode.
8823 (linux_nat_wait): New.
8824 (kill_callback): Don't drain locally queued events.
8825 (sigchld_handler): Rewrite.
8826 (linux_nat_is_async_p, linux_nat_can_async_p): Fix comments to
8827 refer to "set target-async".
8828 (linux_nat_async_mask): If in non-stop, and re-enabling async
8829 mode, re-register the target event source in the event loop.
8830 (linux_nat_event_pipe_pop, linux_nat_event_pipe_push)
8831 (get_pending_events, async_sigchld_handler)
8832 (linux_nat_async_events): Delete.
8833 (handle_target_event): New.
8834 (linux_nat_async_file_handler): Delete.
8835 (linux_async_pipe): New.
8836 (linux_nat_async): Only re-register in the event loop if not
8837 registered yet. Always notify the event-loop once if enabling the
8838 event source.
8839 (linux_nat_stop_lwp): Rewrite to handle pending events stored in
8840 lp->status, not in the locally queued event list.
8841 (linux_nat_stop): Don't mask out async event handling.
8842 (linux_nat_setup_async): Delete.
8843 (_initialize_linux_nat): Adjust.
8844 (lin_thread_get_thread_signals): blocked_mask is global again.
8845 Adjust.
8846
39a90fca 88472009-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
d92524f1
PM
8848
8849 Unify target macros.
8850
8851 * target.h (STOPPED_BY_WATCHPOINT): Delete, replaced by ...
8852 (target_stoppped_by_watchpoint): New macro.
8853 (HAVE_STEPPABLE_WATCHPOINT): Delete, replaced by ...
8854 (target_have_steppable_watchpoint): New macro.
8855 (HAVE_CONTINUABLE_WATCHPOINT): Delete, replace by ...
8856 (target_have_continuable_watchpoint): New macro.
8857 (TARGET_CAN_USE_HARDWARE_WATCHPOINT):Delete, replaced by ...
8858 (target_can_use_hardware_watchpoint): New macro.
8859 (TARGET_REGION_OK_FOR_HW_WATCHPOINT):Delete, replaced by ...
8860 (target_region_ok_for_hw_watchpoint): New macro.
8861
8862 * breakpoint.c (update_watchpoint): Use new macros.
8863 (bpstat_alloc): Likewise.
8864 (create_breakpoint): Likewise.
8865 (watch_command_1): Likewise.
8866 (can_use_hardware_watchpoint): Likewise.
8867 (do_enable_breakpoint): Likewise.
8868 * infrun.c (handle_inferior_event): Adapt to new macros.
8869 * mips-tdep.c (mips_gdbarch_init): Update comments.
8870 * procfs.c (procfs_set_watchpoint): Update comment.
8871 (procfs_insert_watchpoint): Adapt to new macros.
8872 * remote-m32r-sdi.c (m32r_stop):
8873 * remote-mips.c (mips_remove_breakpoint):
8874 * target.c (debug_to_region_ok_for_hw_watchpoint): Update to new macros.
8875 (debug_to_stopped_by_watchpoint): Likewise.
8876
8877
39a90fca 88782009-05-10 Pierre Muller <muller@ics.u-strasbg.fr>
fe524716
PM
8879
8880 * src/gdb/target.h: Remove all tests for already defined
8881 macros. All macros defined here should not be set in config
8882 headers anymore.
8883
1dfe79e8
SDJ
88842009-05-08 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
8885
8886 * ppc-linux-nat.c (have_ptrace_getsetregs): New variable.
8887 (have_ptrace_getsetfpregs): Likewise.
8888 fetch_all_gp_regs): New function.
8889 (fetch_gp_regs): New function.
8890 (fetch_all_fp_regs): Likewise.
8891 (fetch_fp_regs): New function.
8892 (fetch_ppc_registers): Using the new methods to fetch general-
8893 purpose and floating-pointer registers.
8894 (store_all_gp_regs): New function.
8895 (store_gp_regs): Likewise.
8896 (store_all_fp_regs): New function.
8897 (store_fp_regs): Likewise.
8898 (store_ppc_registers): Using the new methods to store general-
8899 purpose and floating-pointer registers.
8900
2cda8d2f
DE
89012009-05-08 Doug Evans <dje@google.com>
8902
8903 * linux-nat.c (linux_xfer_siginfo): Delete unused locals lp, n.
8904
b0afac70
SDJ
89052009-05-07 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
8906
8907 * MAINTAINERS (Write After Approval): Add self.
8908
6b614274
JB
89092009-05-07 Joel Brobecker <brobecker@adacore.com>
8910
8911 * gdbarch.h (target_gdbarch): Add comment documenting this global.
8912
89132009-05-06 Joel Brobecker <brobecker@adacore.com>
4edb1e84
JB
8914
8915 * acinclude.m4 (AM_ICONV): Prefer in-tree libiconv if present over
8916 system iconv.
8917 * configure: Regenerate.
8918
6b614274 89192009-05-06 Joel Brobecker <brobecker@adacore.com>
8626589c
JB
8920
8921 * utils.c: Add include of gdb_usleep.h.
8922 (defaulted_query): Detect false EOF conditions that happen
8923 on terminals opened with the O_NONBLOCK flag when there is
8924 nothing to read.
8925
a562dc8f
PA
89262009-05-06 Pedro Alves <pedro@codesourcery.com>
8927
8928 * inferior.c (add_inferior): Move observer_notify_new_inferior
8929 call to ...
8930 (add_inferior_silent): ... here.
8931
39a90fca 89322009-05-06 Pierre Muller <muller@ics.u-strasbg.fr>
25513619
PA
8933 Pedro Alves <pedro@codesourcery.com>
8934
8935 * procfs.c (procfs_insert_watchpoint, procfs_remove_watchpoint)
8936 (procfs_region_ok_for_hw_watchpoint, procfs_use_watchpoints): New
8937 functions.
8938 (procfs_stopped_by_watchpoint): Made static, ptid argument
8939 removed.
8940 (_initialize_procfs): Register new watchpoint related target
8941 functions.
8942 * config/i386/nm-i386sol2.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT)
8943 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT, STOPPED_BY_WATCHPOINT)
8944 (HAVE_CONTINUABLE_WATCHPOINT): Delete.
8945 (target_insert_watchpoint, target_remove_watchpoint): Delete.
8946 (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Delete
8947 declarations.
8948 * config/mips/nm-irix5.h (STOPPED_BY_WATCHPOINT)
8949 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
8950 (target_insert_watchpoint, target_remove_watchpoint): Delete.
8951 (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Delete
8952 declarations.
8953 * config/sparc/nm-sol2.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
8954 (HAVE_CONTINUABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT): Delete.
8955 (target_insert_watchpoint, target_remove_watchpoint): Delete.
8956 (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Delete
8957 declarations.
8958
51f4db83 89592009-05-06 Hui Zhu <teawater@gmail.com>
e7a8dbfb 8960
8408d274
HZ
8961 * i386-tdep.c (i386_process_record): Change bzero to memset.
8962
51f4db83 89632009-05-06 Hui Zhu <teawater@gmail.com>
8408d274
HZ
8964
8965 * NEWS: Add item for process record and replay.
e7a8dbfb 8966
f6402f18
MG
89672009-05-05 Maxim Grigoriev <maxim2405@gmail.com>
8968
8969 * xtensa-tdep.c (xtensa_frame_cache): Use pc instead of cache->pc.
8970
fb14de7b
UW
89712009-05-05 Ulrich Weigand <uweigand@de.ibm.com>
8972
8973 * inferior.h (read_pc, write_pc): Remove.
8974 * regcache.c (read_pc, write_pc): Remove.
8975
8976 * infrun.c (displaced_step_fixup): Use regcache_read_pc instead
8977 of read_pc.
8978 (handle_inferior_event): Use regcache_read_pc instead of read_pc
8979 when determining value of stop_pc. Replace subsequent uses of
8980 read_pc by inspecting already-retrieved stop_pc value.
8981 (keep_going): Use regcache_read_pc instead of read_pc.
8982
8983 * breakpoint.c (watchpoint_check): Use current frame architecture
8984 and PC instead of current_gdbarch and read_pc ().
8985 * tracepoint.c (set_traceframe_context): Replace PC argument
8986 with FRAME argument.
8987 (trace_start_command, finish_tfind_command): Update calls.
8988 (finish_tfind_command): Compare frame IDs to identify transitions
8989 between frames.
8990 (trace_find_pc_command): Use regcache_read_pc instead of read_pc.
8991 * rs6000-nat.c (exec_one_dummy_insn): Pass in regcache instead
8992 of gdbarch. Use regcache_read_pc and regcache_write_pc instead
8993 of read_pc and write_pc.
8994 (store_register): Make regcache argument non-const. Update call
8995 to exec_one_dummy_insn.
8996
8997 * thread.c (switch_to_thread): Use regcache_read_pc instead of read_pc.
8998 * infcmd.c (post_create_inferior): Likewise.
8999 * solib-darwin.c (darwin_solib_create_inferior_hook): Likewise.
9000 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
9001 * solib-sunos.c (sunos_solib_create_inferior_hook): Likewise.
9002 * solib-svr4.c (enable_break, svr4_relocate_main_executable): Likewise.
9003 * linux-fork.c (fork_load_infrun_state): Likewise.
9004 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Likewise.
9005 * record.c (record_wait): Likewise.
9006 * procfs.c (procfs_wait): Likewise.
9007 * remote-mips.c (common_open, mips_wait): Likewise.
9008 * remote-m32r-sdi.c (m32r_resume): Likewise.
9009
9010 * symfile.c (generic_load): Use regcache_write_pc instead of write_pc.
9011 * monitor.c (monitor_create_inferior, monitor_load): Likewise.
9012 * m32r-rom.c (m32r_load, m32r_upload_command): Likewise.
9013 * remote-m32r-sdi.c (m32r_create_inferior, m32r_load): Likewise.
9014 * remote-mips.c (mips_create_inferior, mips_load): Likewise.
9015
9016 * solib-darwin.c: Include "regcache.h".
9017 * solib-pa64.c: Include "regcache.h".
9018 * solib-svr4.c: Include "regcache.h.".
9019
9020 * symfile.c: Do not mention read_pc or write_pc in comments.
9021 * dink32-rom.c: Likewise.
9022 * m32r-rom.c: Likewise.
9023 * mips-tdep.c: Likewise.
9024
f698437e
UW
90252009-05-05 Ulrich Weigand <uweigand@de.ibm.com>
9026
9027 * fork-child.c (startup_inferior): Move setting stop_pc ...
9028 * infcmd.c (post_create_inferior): ... to here.
9029
64644d9b
MS
90302009-05-04 Michael Snyder <msnyder@vmware.com>
9031
9032 * NEWS: Add item for reverse debugging commands.
9033
67ce33d7
PA
90342009-05-04 Pedro Alves <pedro@codesourcery.com>
9035
9036 * go32-nat.c (go32_stop): Delete.
9037 (go32_kill_inferior): Rewrite to only call go32_mourn_inferior.
9038 (go32_create_inferior): Don't call go32_stop or
9039 go32_kill_inferior.
9040 (go32_mourn_inferior): Inline go32_stop and go32_kill_inferior
9041 here.
9042 (init_go32_ops): Don't register go32_stop.
9043
26a4ddaa
EZ
90442009-05-02 Eli Zaretskii <eliz@gnu.org>
9045
9046 * dbxread.c (read_dbx_symtab): Avoid compiler warnings for
9047 sym_name.
9048
9049 * infcall.c (find_function_addr): Avoid compiler warnings for
9050 funaddr.
9051
a11a1416
JK
90522009-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9053
9054 * dictionary.c (dict_hashed_vector, dict_hashed_expandable_vector)
9055 (dict_linear_vector, dict_linear_expandable_vector): Fix a comment typo.
9056
ee78f3e5
DE
90572009-05-01 Doug Evans <dje@google.com>
9058
9059 * linux-thread-db.c (thread_db_pid_to_str): Delete unused assignment
9060 to thread_info.
9061
699275c9
EZ
90622009-05-01 Eli Zaretskii <eliz@gnu.org>
9063
299a410e
EZ
9064 * record.c (_initialize_record): Reformat and clarify doc strings
9065 for stop-at-limit and insn-number-max.
9066
699275c9
EZ
9067 * go32-nat.c: Add comments about dirty secrets of DJGPP debugging.
9068
323427d1
JK
90692009-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9070
9071 Make specifiable the make_function_type type memory ownership.
9072 * gdbtypes.c (make_function_type): New parameter `objfile', use it
9073 explicitely instead of TYPE-initialized removed local variable
9074 `objfile'. Describe `objfile' it in the function comment.
9075 (lookup_function_type): Update make_function_type callers.
9076 * gdbtypes.h (make_function_type): Update the prototype.
9077 * jv-lang.c (java_link_class_type): Update make_function_type callers.
9078 * dwarf2read.c (read_subroutine_type): Likewise.
9079 * stabsread.c (read_type): Likewise.
9080
15430fc0
EZ
90812009-05-01 Eli Zaretskii <eliz@gnu.org>
9082
89c9c2ec
EZ
9083 * go32-nat.c (go32_pid_to_str): Call normal_pid_to_str instead of
9084 printing a bogus "Thread <main>".
9085 (go32_thread_alive): Don't return 1 for null_ptid.
9086
15430fc0
EZ
9087 * i386-tdep.c (i386_go32_init_abi): Override the number of
9088 registers due to non-support of SSE.
9089
c7098c41
AG
90902009-04-30 Anthony Green <green@moxielogic.com>
9091
9092 * configure.tgt: Link the moxie simulator in with gdb.
9093
25c2f6ab
PP
90942009-04-30 Paul Pluzhnikov <ppluzhnikov@google.com>
9095
9096 * elfread.c (elf_symtab_read): Don't assume .data and .rodata
9097 are present.
15430fc0 9098
77fcef51
HZ
90992009-04-30 Hui Zhu <teawater@gmail.com>
9100 Michael Snyder <msnyder@vmware.com>
9101
9102 I386 Linux process record and replay support.
9103
9104 * i386-linux-tdep.c (i386_linux_record_tdep): New variable.
9105 This struct has the argument for the function
9106 "record_linux_system_call".
9107 (i386_linux_intx80_sysenter_record): New function. Parse the
9108 system call instruction and call function
9109 "record_linux_system_call" to record execute log.
9110 (i386_linux_init_abi): Initialize "i386_linux_record_tdep".
9111 Set "i386_linux_intx80_sysenter_record" to
9112 "i386_intx80_record" and "i386_sysenter_record".
9113
7ad10968
HZ
91142009-04-30 Hui Zhu <teawater@gmail.com>
9115 Michael Snyder <msnyder@vmware.com>
9116
9117 I386 architecture process record and replay support.
9118
9119 * i386-tdep.c (PREFIX_REPZ, PREFIX_REPNZ, PREFIX_LOCK,
9120 PREFIX_DATA, PREFIX_ADDR): New macros. Help decode the i386
9121 instruction set.
9122 (aflag, dflag, override, modrm, mod, reg, rm, ot,
9123 i386_record_pc): New variables. Ditto.
9124 (i386_record_modrm, i386_record_lea_modrm_addr,
9125 i386_record_lea_modrm): New functions. Ditto.
9126 (i386_process_record): New function. Parse the instruction in
9127 address "addr" and record the values of registers and memory
9128 that will be changed by this instruction.
9129 (i386_gdbarch_init): Set "i386_process_record" to GDBARCH
9130 "process_record" interface.
9131 * i386-tdep.h (gdbarch_tdep): New function pointers
9132 "i386_intx80_record" and "i386_sysenter_record" that point to
9133 the function that can record "intx80" and "sysenter" execute
9134 log.
9135
96429cc8
HZ
91362009-04-30 Hui Zhu <teawater@gmail.com>
9137 Michael Snyder <msnyder@vmware.com>
9138
9139 * infrun.c (use_displaced_stepping): Return false if process
9140 record and replay target is used.
9141 (proceed): Call function "record_not_record_set" if pocess
9142 record and replay target is used.
9143
b7f6bf22
HZ
91442009-04-30 Hui Zhu <teawater@gmail.com>
9145 Michael Snyder <msnyder@vmware.com>
9146
9147 Linux process record and replay support.
9148
9149 * Makefile.in (ALLDEPFILES): Add linux-record.c.
9150 (ALL_TARGET_OBS): Add linux-record.o.
9151 * configure.tgt (x86_64-*-linux*): Add linux-record.o.
9152 (i[34567]86-*-linux*): Add linux-record.o.
9153 * linux-record.c, linux-record.h: New file.
9154
69d05d38
HZ
91552009-04-30 Hui Zhu <teawater@gmail.com>
9156 Michael Snyder <msnyder@vmware.com>
9157
9158 Process record and replay target.
9159
9160 * Makefile.in (SFILES): Add record.c.
9161 (COMMON_OBS): Add record.o.
9162 * record.c, record.h: New file.
9163
81e64f55
HZ
91642009-04-30 Hui Zhu <teawater@gmail.com>
9165 Michael Snyder <msnyder@vmware.com>
9166
9167 * target.h (strata): New stratum "record_stratum".
9168
0407e712
HZ
91692009-04-30 Hui Zhu <teawater@gmail.com>
9170 Michael Snyder <msnyder@vmware.com>
9171
9172 GDBARCH interface for process record and replay.
9173
9174 * gdbarch.sh (process_record): This interface point to the
9175 function that records the inferior execute log.
9176
c5af0dad
DE
91772009-04-29 Doug Evans <dje@google.com>
9178
9179 * i386-nat.c (child_post_startup_inferior): Delete, unused.
9180
df2b6d2d
PA
91812009-04-29 Pedro Alves <pedro@codesourcery.com>
9182
9183 * breakpoint.c (print_exception_catchpoint): Access `b' directly
9184 instead of `b->loc->owner'.
9185 (print_mention_exception_catchpoint): Ditto.
9186
484086b7
JK
91872009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9188
9189 * macrocmd.c (info_macro_command): Print -Dname=value if LINE is zero.
9190
379a77b5
TT
91912009-04-27 Tom Tromey <tromey@redhat.com>
9192
9193 * c-exp.y (yylex): Handle '[' and ']' like '(' and ')'.
9194
aad80b26
JG
91952009-04-27 Jerome Guitton <guitton@adacore.com>
9196
9197 * symtab.c (append_exact_match_to_sals): New function, extracted
9198 from expand_line_sal.
9199 (expand_line_sal): Use append_exact_match_to_sals to append exact
9200 matches. If none found, append all best items.
9201
57a46001
JG
92022009-04-27 Jerome Guitton <guitton@adacore.com>
9203
9204 * main.c (captured_main): Move gdbinit lookups after gdb_init.
9205
d389af10
JK
92062009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9207
9208 PR gdb/9675:
9209 * dwarf2read.c (unsigned_int_compar, inherit_abstract_dies): New.
9210 (read_func_scope): Call inherit_abstract_dies.
9211
90b9b517
EZ
92122009-04-25 Eli Zaretskii <eliz@gnu.org>
9213
9214 * Makefile.in (ALLDEPFILES): Remove duplicate entries for
9215 sparc-sol2-nat.c and sparc-sol2-tdep.c.
80a0ea0f
EZ
9216
9217 * stack.c (_initialize_stack) <disassemble-next-line>: Doc fix.
9218
39a90fca 92192009-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
5ac79d78
PM
9220
9221 ARI change: Use "/* ARI: rule */" pattern.
9222 * utils.c: Update ARI patterns.
9223 * gdb_dirent.h: Likewise.
9224
d7066cce
AG
92252009-04-23 Anthony Green <green@moxielogic.com>
9226
9227 * MAINTAINERS: Add moxie target.
9228 * configure.tgt: Add moxie-*-elf target.
9229 * moxie-tdep.c: New file.
9230 * moxie-tdep.h: New file.
9231
fc84d355 92322009-04-23 Joel Brobecker <brobecker@adacore.com>
72fcaa05
JB
9233
9234 * ada-lang.c: Remove an extra empty line. No code change.
9235
217dc9e2
JK
92362009-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9237
9238 Fix double free on error inserting the breakpoint instruction.
9239 * breakpoint.c (create_breakpoints): Move the
9240 update_global_location_list call to ...
9241 (break_command_really): ... here together with the second local call
9242 both unified after all the cleanups.
9243
b14b1491
TT
92442009-04-23 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
9245 Tom Tromey <tromey@redhat.com>
9246
9247 * configure, config.in: Regenerate.
9248 * configure.ac: Support for relocatable GDB datadir. Use
9249 GDB_AC_WITH_DIR. Always define TARGET_SYSTEM_ROOT_RELOCATABLE.
9250 * acinclude.m4 (GDB_AC_WITH_DIR): New defun.
9251 * top.c (init_main): Add "set data-directory".
9252 * defs.h (gdb_datadir): Declare.
9253 * main.c (gdb_datadir): New global.
9254 (captured_main): Initialize gdb_datadir. Use relocate_directory.
9255 (relocate_path): New function.
9256 (relocate_directory): Likewise.
9257 (get_init_files): Use relocate_path.
9258 (README): Mention --with-gdb-datadir.
9259
5e7b5f74
JB
92602009-04-23 Joel Brobecker <brobecker@adacore.com>
9261
9262 * ada-tasks (task_command_1): Call target_find_new_threads.
9263
465f42bb
JB
92642009-04-23 Joel Brobecker <brobecker@adacore.com>
9265
9266 * stack.c (do_gdb_disassembly): Print the exception message if an
9267 error was thrown while trying to perform the disassembly.
9268
3038237c
JK
92692009-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9270
9271 * varobj.c (free_variable): Replace free_current_contents by xfree.
9272
17c12639
KH
92732009-04-22 Kazu Hirata <kazu@codesourcery.com>
9274
9275 * arm-linux-nat.c (fetch_register, store_register): Use
9276 ARM_CPSR_GREGNUM instead of ARM_CPSR_REGNUM.
9277 * arm-linux-tdep.c (arm_linux_supply_gregset,
9278 arm_linux_collect_gregset): Likewise.
9279 * arm-linux-tdep.h (ARM_CPSR_GREGNUM): New.
9280 * arm-tdep.h (ARM_CPSR_REGNUM): Remove.
9281
a362e3d3
HZ
92822009-04-22 Hui Zhu <teawater@gmail.com>
9283
9284 * stack.c (_initialize_stack): Set the default of
9285 disassemble-next-line to off.
9286
d2596e2e
TT
92872009-04-21 Tom Tromey <tromey@redhat.com>
9288
9289 * acinclude.m4: Use AS_HELP_STRING, not AC_HELP_STRING.
9290 * configure.ac: Use AS_HELP_STRING, not AC_HELP_STRING.
9291
62e4f60c
AS
92922009-04-21 Andreas Schwab <schwab@linux-m68k.org>
9293
9294 * configure.ac: Add quotes to not lose brackets in help text.
9295 * configure: Rebuild.
9296
82cd387f 92972009-04-21 Andreas Schwab <schwab@linux-m68k.org>
cfd53605
AS
9298
9299 * configure.ac: Don't postprocess Makefile in config.status.
9300 Substitute GDB_NM_FILE. Don't substitute nm_h.
9301 * Makefile.in (GDB_NM_FILE): Substitute.
9302 (TAGS): Use $(GDB_NM_FILE) instead of $(NAT_FILE).
9303 * configure: Regenerate.
9304 * gnulib/Makefile.in: Regenerate.
9305
26e251b6
JM
93062009-04-21 Joseph Myers <joseph@codesourcery.com>
9307
9308 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
9309 --with-htmldir): New.
9310 * configure: Regenerate.
9311
32c1c914
TT
93122009-04-21 Tom Tromey <tromey@redhat.com>
9313
9314 * configure: Rebuild.
9315 * configure.ac: Use lower case for start of help strings. Clean
9316 up --with-sysroot help.
9317
a1220294
TT
93182009-04-21 Tom Tromey <tromey@redhat.com>
9319
9320 * configure: Rebuild.
9321 * acinclude.m4 (AM_ICONV): Use AC_HELP_STRING.
9322 * configure.ac: Use AC_HELP_STRING. Use upper case for variables
9323 in help.
9324
39a90fca 93252009-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
dfc3cd0e
PM
9326
9327 ARI fix: remove "%p".
9328 * ia64-tdep.c (ia64_frame_this_id): Use host_address_to_string function.
9329 (ia64_sigtramp_frame_this_id): Ditto.
9330 (ia64_libunwind_frame_this_id): Ditto.
9331 (ia64_libunwind_sigtramp_frame_this_id): Ditto.
9332 * symmisc.c (maintenance_info_psymtabs): Ditto.
9333
29b0e8a2
JM
93342009-04-21 Joseph Myers <joseph@codesourcery.com>
9335
9336 * configure.ac (--with-relocated-sources): New.
9337 * configure, config.in: Regenerate.
9338 * source.c (add_substitute_path_rule): Remove static.
9339 * source.h (add_substitute_path_rule): Declare.
9340 * main.c: Include "source.h".
9341 (captured_main): Add substitution rule if RELOC_SRCDIR.
9342
39a90fca 93432009-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
ccabeb57
PM
9344
9345 * gnu-nat.h (proc_debug): Add missing continuation line in macro.
cfd53605 9346
b9412953
DD
93472009-04-20 David Daney <ddaney@caviumnetworks.com>
9348
9349 * NEWS: Mention MIPS/Linux hardware watchpoint support.
9350
93512009-04-20 David Daney <ddaney@caviumnetworks.com>
9352
9353 * mips-linux-nat.c (command.h, gdbcmd.h, gdb_assert.h): New #includes.
9354 (maint_show_dr, super_close): New variables.
9355 (super_fetch_registers, super_store_registers): Make static.
9356 (PTRACE_GET_WATCH_REGS, PTRACE_SET_WATCH_REGS, W_BIT, R_BIT, I_BIT)
9357 (W_MASK, R_MASK, I_MASK, IRW_MASK, MAX_DEBUG_REGISTER): Define.
9358 (pt_watch_style): Define new enum.
9359 (mips32_watch_regs, mips64_watch_regs, pt_watch_regs, mips_watchpoint):
9360 Define new structs.
9361 (watch_readback_valid, watch_readback, current_watches, watch_mirror):
9362 New variables.
9363 (get_irw_mask, get_reg_mask, get_num_valid, get_watchlo)
9364 (set_watchlo, get_watchhi, set_watchhi, mips_show_dr)
9365 (mips_linux_read_watch_registers, mips_linux_can_use_hw_breakpoint)
9366 (mips_linux_stopped_by_watchpoint, mips_linux_stopped_data_address)
9367 (type_to_irw, fill_mask, try_one_watch)
9368 (mips_linux_region_ok_for_hw_watchpoint, write_watchpoint_regs)
9369 (mips_linux_new_thread, populate_regs_from_watches)
9370 (mips_linux_insert_watchpoint, mips_linux_remove_watchpoint)
9371 (mips_linux_close): New functions.
9372 (_initialize_mips_linux_nat): Register watchpoint functions with
9373 the target_ops. Add show-debug-regs maintenance command.
9374
93752009-04-20 David Daney <ddaney@caviumnetworks.com>
9376
9377 * infrun.c (handle_inferior_event): Move gegisters_changed call down.
9378
6de3146c
PA
93792009-04-19 Pedro Alves <pedro@codesourcery.com>
9380
9381 * NEWS: Mention gdbserver support for x86 Windows CE.
9382
10085bb5
EZ
93832009-04-19 Eli Zaretskii <eliz@gnu.org>
9384
e424a02e
EZ
9385 * config/djgpp/fnchange.lst: Fix typos.
9386
10085bb5
EZ
9387 Set default host and target charsets in the DJGPP port.
9388
9389 * config/djgpp/config.sed (am_cv_langinfo_codeset)
9390 (bash_cv_langinfo_codeset, ac_cv_header_nl_types_h): Set to "yes"
9391 in all configure scripts that define ac_cv_env_CPP_value.
9392
9393 * go32-nat.c (dos_codepage, nl_langinfo): New functions.
9394 Include langinfo.h.
9395
9396 * config/djgpp/nl_types.h: New file.
9397
9398 * config/djgpp/langinfo.h: New file.
9399
9400 * config/i386/go32.mh (MH_CFLAGS): Add $(srcdir)/config/djgpp.
9401
2b831889
JM
94022009-04-18 Carlos O'Donell <carlos@codesourcery.com>
9403
9404 * Makefile.in (MAKEHTML): Set to makeinfo --html.
9405 (MAKEHTMLFLAGS): Set to empty.
9406
d647eed6
EZ
94072009-04-18 Eli Zaretskii <eliz@gnu.org>
9408
d7713ae0
EZ
9409 * NEWS: Mention all new set/show commands added since GDB 6.8 was
9410 released.
9411
d647eed6
EZ
9412 * go32-nat.c (go32_sysinfo): Check if the call to
9413 __dpmi_get_capabilities fills the buffer with information, and
9414 don't use the buffer if not.
9415
58720494
TT
94162009-04-17 Tom Tromey <tromey@redhat.com>
9417
9418 * charset.c (_initialize_charset): Add special case for "646".
9419
89a34d1b
JM
94202009-04-17 Carlos O'Donell <carlos@codesourcery.com>
9421
9422 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
9423 * configure: Regenerate.
9424 * Makefile.in: Set datarootdir, docdir, htmldir, and pdfdir from
9425 configure substitutions.
9426 (FLAGS_TO_PASS): Add datarootdir, docdir, and htmldir.
9427
39a90fca 94282009-04-17 Pierre Muller <muller@ics.u-strasbg.fr>
a74ce742
PM
9429
9430 ARI fix: Do not use %p, replace by call to host_address_to_string
9431 for host pointers.
9432 * darwin-nat.c (darwin_xfer_partial): Apply change.
9433 * gnu-nat.c (inf_continue, gnu_xfer_memory): Ditto.
9434 * gnu-nat.h (proc_debug): Ditto.
9435 * symmisc.c (maintenance_info_symtabs): Ditto.
9436 (maintenance_info_psymtabs): Ditto.
9437 * windows-nat.c (handle_load_dll): Ditto.
9438 (handle_unload_dll, info_w32_command, handle_exception): Ditto.
9439 * xtensa-tdep.c (xtensa_unwind_pc): Ditto.
9440
0ca8834f
JM
94412009-04-17 Joseph Myers <joseph@codesourcery.com>
9442
9443 * configure.tgt (i[34567]86-*-linux*): Use 64-bit configuration if
9444 --enable-64-bit-bfd.
9445 (sparc-*-linux*): Likewise.
9446
541f1105
EZ
94472009-04-17 Eli Zaretskii <eliz@gnu.org>
9448
9449 * go32-nat.c (go32_sysinfo): Update list of Windows versions of
9450 the NT family.
9451
1554e9be
PA
94522009-04-16 Pedro Alves <pedro@codesourcery.com>
9453
9454 * remote.c (remote_query_attached): Fix pasto in packet_ok result
9455 checking.
9456
bf75638e
JB
94572009-04-16 Joel Brobecker <brobecker@adacore.com>
9458
9459 * procfs.c (solib_mappings_callback, find_memory_regions_callback):
9460 Revert the previous change. Might not be correct, actually.
9461
3705b1c5
JB
94622009-04-16 Joel Brobecker <brobecker@adacore.com>
9463
9464 * ada-lang.h (ada_adjust_exception_stop, ada_print_exception_stop)
9465 (ada_get_current_task, ada_print_exception_breakpoint_nontask)
9466 (ada_print_exception_breakpoint_task, ada_reset_thread_registers):
9467 Remove declaration. These are non-existent functions.
9468
37da21bc
JB
94692009-04-16 Joel Brobecker <brobecker@adacore.com>
9470
9471 * procfs.c (solib_mappings_callback, find_memory_regions_callback):
9472 Fix a compilation warning on mips-irix due to casting from
9473 a pointer of different size.
9474
6f38eac8
JB
94752009-04-16 Joel Brobecker <brobecker@adacore.com>
9476
9477 * ada-lang.c (symtab_for_sym): Delete.
9478 (user_select_syms): Use sym->symtab instead of calling symtab_for_sym.
9479
f9bc20b9
JB
94802009-04-16 Joel Brobecker <brobecker@adacore.com>
9481
9482 * ada-lang.c (extract_string): Delete.
9483 (ada_main_name): Reimplement using target_read_string instead of
9484 extract_string.
9485
335d71d6
AS
94862009-04-16 Andreas Schwab <schwab@linux-m68k.org>
9487
9488 * m68klinux-nat.c: Remove obsolete comment.
9489 (fetch_register, store_register): Don't call
9490 gdbarch_cannot_fetch_register or gdbarch_cannot_store_register,
9491 which are always nops here.
9492
732f6a93
TT
94932009-04-14 Tom Tromey <tromey@redhat.com>
9494
9495 * c-lang.c (c_emit_char): Use INTERMEDIATE_ENCODING.
9496 (c_printstr): Likewise.
9497 * charset.c: Include gdb_wait.h.
9498 (make_wchar_iterator): Use INTERMEDIATE_ENCODING.
9499 (find_charset_names): Use pexecute. Handle libiconv's output.
9500 Detect errors.
9501 (_initialize_charset): Use xstrdup.
9502 * gdb_wchar.h: Check HAVE_BTOWC. Split PHONY_ICONV and wchar
9503 cases.
9504 (INTERMEDIATE_ENCODING): New define.
9505 * configure, config.in: Rebuild.
9506 * configure.ac: Check for btowc.
9507
334cc82d
TT
95082009-04-15 Tom Tromey <tromey@redhat.com>
9509
9510 * c-lang.c (evaluate_subexp_c): Correctly handle EVAL_SKIP.
9511
27e3013d
EZ
95122009-04-15 Eli Zaretskii <eliz@gnu.org>
9513
9514 * utils.c (parse_escape): Initialize target_char to pacify GCC.
9515
8ea5dfdf
JK
95162009-04-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9517
9518 * c-lang.c (c_get_string): Fix xfree crash on a failed string read.
9519
88c15c34
PM
95202009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
9521
9522 ARI fix: sprintf rule.
9523 * ada-exp.y (convert_char_literal): Replace sprintf by xsnprintf.
9524 * ada-lang.c (add_angle_brackets): Use xstrprintf.
9525 (ada_decode): Replace sprintf by xsnprintf.
9526 (find_old_style_renaming_symbol): Ditto.
9527 (ada_to_fixed_type_1, ada_enum_name): Ditto.
9528
9529
efbd6e75
JB
95302009-04-14 Joel Brobecker <brobecker@adacore.com>
9531
9532 * target.c (target_mourn_inferior): Call bfd_cache_close_all
9533 after having executed the target mourn_inferior routine.
9534
b46df7a1
EZ
95352009-04-14 Eli Zaretskii <eliz@gnu.org>
9536
9537 * config/djgpp/djconfig.sh (DEPDIR): Define to "_deps", if
9538 undefined.
9539
2facfe5c
DD
95402009-04-13 David Daney <ddaney@caviumnetworks.com>
9541
9542 * infrun.c (maybe_software_singlestep): New function.
9543 (resume): Call maybe_software_singlestep.
9544 (handle_inferior_event): Same.
9545
18e8c3bc
TT
95462009-04-13 Tom Tromey <tromey@redhat.com>
9547
9548 * python/python-frame.c (frapy_richcompare): Return
9549 Py_NotImplemented, not an error. Handle Py_NE as well.
9550
e726d784
EZ
95512009-04-13 Eli Zaretskii <eliz@gnu.org>
9552
9553 * charset.c (EILSEQ): Define if not defined by system headers.
9554
685af672
EZ
95552009-04-11 Eli Zaretskii <eliz@gnu.org>
9556
238f4807 9557 * config/djgpp/config.sed: Tweak ac_config_files in intl/configure
a2effb2e 9558 to be consistent with renaming config.intl.in into config_intl.in.
238f4807 9559
c03b3c32
EZ
9560 * go32-nat.c (go32_attach, go32_detach): Fix prototypes to be
9561 consistent with the change from 2008-11-09.
685af672 9562
c16abbde
JK
95632009-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9564
9565 * gdbtypes.c: Remove excessive parentheses at the return keywords.
2dbd25e5 9566 * varobj.c (varobj_invalidate): Fix indentation.
f4a34a08 9567 * varobj.c (varobj_invalidate): Fix formatting text width.
c16abbde 9568
143260c9
VP
95692009-04-08 Vladimir Prus <vladimir@codesourcery.com>
9570
9571 Implement -exec-jump.
9572
9573 * mi/mi-cmds.h (mi_cmd_exec_jump): Declare.
9574 * mi/mi-main.c (mi_cmd_exec_jump): New.
9575 * mi/mi-cmds.c (mi_cmds): Register exec-jump.
9576
d10c338d
DE
95772009-04-07 Doug Evans <dje@google.com>
9578
9579 * symfile.c (symbol_file_clear): Fix indentation.
9580
e5a6ba44
MK
95812009-04-06 Mark Kettenis <kettenis@gnu.org>
9582
9583 * sparc64nbsd-nat.c (sparc64nbsd_supply_pcb): Fix comment.
9584
409c383c
UW
95852009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
9586
9587 * ppc-linux-nat.c (ppc_linux_target_wordsize): New function.
9588 (ppc_linux_auxv_parse): New function.
9589 (ppc_linux_read_description): Use ppc_linux_target_wordsize.
9590 (_initialize_ppc_linux_nat): Install ppc_linux_auxv_parse.
9591
95922009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
9592c5d0
UW
9593
9594 * spu-linux-nat.c (spu_bfd_open): Set filename of in-memory
9595 BFD to contents of SPU name note.
9596 (spu_symbol_file_add_from_memory): Call symbol_file_add_from_bfd
9597 with "from_tty" argument 1 instead of 0.
9598
de40b933
JK
95992009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9600
9601 * dwarf2read.c
9602 (new_symbol <DW_TAG_variable> <!DW_AT_location> <DW_AT_external>):
9603 Create the symbol in local scope.
9604 * symtab.h (cu->list_in_scope <LOC_UNRESOLVED>): New comment part.
9605
6cbbcdfe
KS
96062009-04-02 Keith Seitz <keiths@redhat.com>
9607
9608 * stabsread.c (read_member_functions): GCC may emit an extra space
9609 at the end of the names "__base_ctor" and "__base_dtor"; so ignore
9610 whitespace when looking for these functions.
9611
476f7b68
JB
96122009-04-01 Joel Brobecker <brobecker@adacore.com>
9613
9614 Change the default value for "set print frame-arguments" to scalars.
9615
9616 * stack.c (print_frame_arguments): Set initial value to "scalars".
9617
865093a3
AR
96182009-04-01 Aleksandar Ristovski <aristovski@qnx.com>
9619
9620 * mips-tdep.c (mips_numeric_register_alieses): New definition.
cfd53605 9621 (mips_gdbarch_init): Add user registers from
865093a3
AR
9622 mips_numeric_register_aliases.
9623
5d3b6af6
JB
96242009-04-01 Joel Brobecker <brobecker@adacore.com>
9625
9626 * linux-nat.c (linux_nat_filter_event): Minor comment reformatting.
9627
9db03742
JB
96282009-04-01 Joel Brobecker <brobecker@adacore.com>
9629
9630 * linux-nat.c (linux_nat_filter_events): Do not delete the lwp if
9631 this is the last one.
9632
0d8f58ca
PA
96332009-04-01 Pedro Alves <pedro@codesourcery.com>
9634
9635 * remote.c (append_resumption): New.
9636 (remote_vcont_resume): Use it.
9637
1e2f1c5c
JB
96382009-04-01 Joel Brobecker <brobecker@adacore.com>
9639
9640 * windows-nat.c (+windows_get_ada_task_ptid): New function.
9641 (init_windows_ops): Set windows_ops.to_get_ada_task_ptid.
9642
71c25dea
TT
96432009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
9644 Keith Seitz <keiths@redhat.com>
9645 Jan Kratochvil <jan.kratochvil@redhat.com>
9646
9647 PR gdb/6817
9648 * Makefile.in (dbxread.o): Update.
9649 * dbxread.c (read_dbx_symtab): Use cp_canonicalize_string.
9650 * dwarf2read.c (GDB_FORM_cached_string): New.
9651 (read_partial_die): Use dwarf2_canonicalize_name.
9652 (dwarf2_linkage_name): Use dwarf2_name.
9653 (dwarf2_canonicalize_name): New.
9654 (dwarf2_name): Use dwarf2_canonicalize_name.
9655 (dwarf_form_name, dump_die): Handle GDB_FORM_cached_string.
9656 * stabsread.c (define_symbol, read_type): Use cp_canonicalize_string.
9657 * symtab.c (lookup_symbol_in_language): Canonicalize input before
9658 searching.
9659 * cp-name-parser.y: operator() requires two parameters,
9660 according to libiberty.
9661 * minsyms.c (lookup_minimal_symbol): Canonicalize input
9662 before searching.
9663 * NEWS: Update.
9664
4a306c9a
JB
96652009-03-31 Joel Brobecker <brobecker@adacore.com>
9666
9667 Provide support for (Ada) task-specific breakpoints.
9668
9669 * ada-lang.h (ada_get_task_number): Add declaration.
9670 (breakpoint_ada_task_match): Delete declaration.
9671 * ada-tasks.c (ada_get_task_number): Make non-static.
9672 * breakpoint.h (struct breakpoint): Add field "task".
9673 * breakpoint.c (print_one_breakpoint_location): Add handling of
9674 task-specific breakpoints.
9675 (create_breakpoint, create_breakpoints, find_condition_and_thread):
9676 New parameter "task".
9677 (break_command_really): Update calls to find_condition_and_thread
9678 and create_breakpoints.
9679 (breakpoint_re_set_one): Update call to find_condition_and_thread.
9680 Set b->task.
9681
4a5a9917
JB
96822009-03-31 Joel Brobecker <brobecker@adacore.com>
9683
9684 * ada-tasks.c (short_task_info): Eliminate the "Running" task state.
9685
bad34192
PA
96862009-03-31 Pedro Alves <pedro@codesourcery.com>
9687
9688 * remote.c (remote_notice_new_inferior): Use ptid_is_pid. Check
9689 if the thread's ptid without a thread id field is in the list
9690 before calling thread_change_ptid.
9691 (extended_remote_attach_1): In non-stop mode, do not rely on
9692 querying the current thread, instead, query the thread list, and
9693 select the first thread of the process.
9694 * gdbthread.h (first_thread_of_process): Declare.
9695 * thread.c (first_thread_of_process): Define.
9696
1042e4c0
SS
96972009-03-30 Stan Shebs <stan@codesourcery.com>
9698
9699 Make tracepoints into a type of breakpoint.
9700 * breakpoint.h (enum bptype): Add bp_tracepoint.
9701 (struct breakpoint): Add fields step_count, pass_count, actions.
9702 (get_tracepoint, get_tracepoint_by_number): Declare.
9703 (all_tracepoints): Declare.
9704 * breakpoint.c: Include tracepoint.h, readline.h.
9705 (ALL_TRACEPOINTS): Move here from tracepoint.c.
9706 (tracepoint_count): Ditto.
9707 (should_be_inserted): GDB does not insert tracepoints itself.
9708 (print_it_typical): Add tracepoint case.
9709 (bpstat_what): Ditto.
9710 (print_one_breakpoint_location): Ditto, and add printing for
9711 pass count, step count, and action list.
9712 (user_settable_breakpoint): Add tracepoint case.
9713 (allocate_bp_location): Ditto.
9714 (set_breakpoint_location_function): Ditto.
9715 (disable_breakpoints_in_shlibs): Ditto.
9716 (mention): Ditto.
9717 (break_command_really): Add argument traceflag, use to choose
9718 basic breakpoint type.
9719 (break_command_1): Pass extra argument.
9720 (set_breakpoint, handle_gnu_v3_exceptions): Ditto.
9721 (breakpoint_re_set_one): Add tracepoint case.
9722 (disable_command, enable_command): Ditto.
9723 (set_tracepoint_count): Move here from tracepoint.c.
9724 (trace_command): Move here from tracepoint.c and use
9725 break_command_really.
9726 (tracepoints_info): Move here from tracepoint.c and call
9727 breakpoints_info.
9728 (enable_trace_command): Move here from tracepoint.c and call
9729 enable_command.
9730 (disable_trace_command): Move here from tracepoint.c and call
9731 disable_command.
9732 (delete_trace_command): Move here from tracepoint.c and call
9733 delete_breakpoint.
9734 (trace_pass_command): Move here from tracepoint.c.
9735 (get_tracepoint_by_number): Ditto.
9736 (tracepoint_save_command): Ditto.
9737 (get_tracepoint): New function.
9738 (all_tracepoints): New function.
9739 (_initialize_breakpoint): Move tracepoint init from tracepoint.c,
9740 deprecate "enable trace" and "disable trace" commands.
9741 * tracepoint.h (struct tracepoint): Remove.
9742 (tracepoint_chain): Remove decl.
9743 (deprecated_create_tracepoint_hook): Remove decl.
9744 (deprecated_delete_tracepoint_hook): Remove decl.
9745 (deprecated_modify_tracepoint_hook): Remove decl.
9746 (ALL_TRACEPOINTS, ALL_TRACEPOINTS_SAFE): Remove.
9747 (free_actions): Update signature.
9748 (validate_actionline): Update signature.
9749 (end_actions_pseudocommand): Declare.
9750 (while_stepping_pseudocommand): Declare.
9751 * tracepoint.c: Include breakpoint.h.
9752 (tracepoint_chain, tracepoint_count): Remove.
9753 (free_actions, make_cleanup_free_actions): Update signature.
9754 (trace_command, set_raw_tracepoint): Remove.
9755 (trace_mention): Remove.
9756 (tracepoints_info): Remove.
9757 (tracepoint_operation, map_args_over_tracepoints): Remove.
9758 (get_tracepoint_by_number): Remove.
9759 (enable_trace_command, disable_trace_command): Remove.
9760 (delete_trace_command, trace_pass_command): Remove.
9761 (trace_actions_command, read_actions): Update signature.
9762 (validate_actionline): Update signature, use bp loc.
9763 (encode_actions): Ditto.
9764 (download_tracepoint): New function, body of trace_start_command.
9765 (trace_start_command): Call it, use all_tracepoints.
9766 (tracepoint_save_command): Remove.
9767 (tracepoint_dump_command): Use get_tracepoint.
9768 (end_actions_pseudocommand): Make globally visible.
9769 (while_stepping_pseudocommand): Ditto.
9770 (_initialize_tracepoint): Move command definitions to breakpoint.c.
9771
f8f6f20b
TJB
97722009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
9773
9774 Expose frames to Python.
9775 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-frame.o.
9776 (SUBDIR_PYTHON_SRCS): Add python-frame.c.
9777 (python-frame.o): New target.
9778 * python/python-frame.c: New file.
9779 * python/python-internal.h (gdbpy_frames, gdbpy_newest_frame,
9780 gdbpy_frame_stop_reason_string, gdbpy_selected_frame,
9781 gdbpy_initialize_frames): New prototypes.
9782 * python/python.c (_initialize_python): Call gdbpy_initialize_frames.
9783 (GdbMethods): Add `selected_frame' and `frame_stop_reason_string'
9784 entries.
9785 * stack.c (find_frame_funname): New function, factored out of
9786 print_frame.
9787 (print_frame): Call find_frame_funname.
9788 * stack.h (find_frame_funname): Add prototype.
9789
77316f4c
TJB
97902009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
9791
9792 Remove unused value_object attribute `owned_by_gdb'.
9793 * python/python-value.c (value_object): Remove owned_by_gdb
9794 attribute.
9795 (valpy_dealloc): Remove reference to self->owned_by_gdb.
9796 (valpy_new): Likewise.
9797 (value_to_value_object): Likewise.
9798
c0c6f777
TJB
97992009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
9800
9801 Change gdb.Value.address from a method to an attribute.
9802 * python/python-value.c (value_object): Add `address' element.
9803 (valpy_dealloc): Decrement reference to self->address if set.
9804 (valpy_new): Initialize val_obj->address.
9805 (valpy_address): Rename to ...
9806 (valpy_get_address): ... this. Change signature from method to
9807 attribute. Update self->address if not set.
9808 (value_to_value_object): Initialize val_obj->address.
9809 (value_object_getset): Add `address' element.
9810 (value_object_methods): Remove `address' element.
9811
c2c8d75b
AS
98122009-03-29 Andreas Schwab <schwab@linux-m68k.org>
9813
9814 * observer.sh: Set LANG/LC_ALL to C, not c.
9815
1b31f75d
KB
98162009-03-28 Kevin Buettner <kevinb@redhat.com>
9817
9818 * mn10300-tdep.c (mn10300_gdbarch_init): For mn10300, by default,
9819 `char' is unsigned.
9820
f91d3df5
PA
98212009-03-28 Pedro Alves <pedro@codesourcery.com>
9822
9823 * remote.c (remote_stop_ns): If multi-process extensions are off,
9824 and GDB is requesting the whole process to stop, sent "vCont;t",
9825 not "vCont;t:-1"
9826
7b0e8051
PA
98272009-03-28 Pedro Alves <pedro@codesourcery.com>
9828
9829 * inf-loop.c (inferior_event_handler): Avoid calling is_running on
9830 null inferior_ptid.
9831
5362e076
EZ
98322009-03-27 Eli Zaretskii <eliz@gnu.org>
9833
9834 * config/djgpp/fnchange.lst: Update to fix ARI-reported problems.
9835
88fc996f
DE
98362009-03-26 Doug Evans <dje@google.com>
9837
9838 * thread.c (do_restore_current_thread_cleanup): Redo test for
9839 whether to restore old->inferior_ptid.
9840
56ef84b1
TT
98412009-03-26 Tom Tromey <tromey@redhat.com>
9842
9843 * breakpoint.c (resolve_sal_pc): Preserve original line number
9844 when skipping prologue.
9845
a5321aa4
DE
98462009-03-26 Doug Evans <dje@google.com>
9847
9848 * thread.c (inferior_thread) Remove "extern" in definition.
9849
def2b000
TJB
98502009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
9851
9852 Add gdb.Value.is_optimized_out attribute.
9853 * python/python-value.c (valpy_get_is_optimized_out): New
9854 function.
9855 (value_object_getset): New variable.
9856 (value_object_type): Initialize tp_getset element.
9857
442ddf59
JK
98582009-03-26 Joel Brobecker <brobecker@adacore.com>
9859
9860 Recognize missing DW_AT_location as <value optimized out>.
9861 * dwarf2read.c
9862 (new_symbol <DW_TAG_variable> <!DW_AT_location> <!DW_AT_external>):
9863 Call add_symbol_to_list.
9864
78485d59
TT
98652009-03-25 Tom Tromey <tromey@redhat.com>
9866
9867 * gdbtypes.h (CHECK_TYPEDEF): Don't yield a value.
9868 * stack.c (print_this_frame_argument_p): Use check_typedef.
9869
94ae1714
TT
98702009-03-25 Tom Tromey <tromey@redhat.com>
9871
9872 * configure: Rebuild.
9873 * acinclude.m4 (AM_ICONV): Set am_cv_use_build_libiconv.
9874 Rearrange flags setting. Add comments.
9875
2bc57ae3
PM
98762009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
9877
9878 * config/i386/nm-i386.h: Remove code within
9879 I386_WATCHPOINTS_IN_TARGET_VECTOR conditional.
9880 * config/i386/nm-cygwin.h: Remove I386_WATCHPOINTS_IN_TARGET_VECTOR
9881 macro.
9882 * config/i386/nm-cygwin64.h: Ditto.
9883 * config/i386/nm-fbsd.h: Ditto.
9884 * config/i386/nm-go32.h: Ditto.
9885 * config/i386/nm-linux.h: Ditto.
9886 * config/i386/nm-linux64.h: Ditto.
9887
549ba0f8
PM
98882009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
9889
9890 ARI fix: "xasprintf" rule.
9891 * printcmd.c (sym_info): Replace xasprintf by xstrprintf.
9892
68c97600
PA
98932009-03-25 Pedro Alves <pedro@codesourcery.com>
9894
9895 * remote.c (remote_start_remote): In non-stop mode, call
9896 init_wait_for_inferior before adding threads and inferiors.
9897
a6f1cd96
JB
98982009-03-25 Joel Brobecker <brobecker@adacore.com>
9899
9900 * breakpoint.c (breakpoint_thread_match): Split a large condition
9901 into several smaller conditions. No behavior change.
9902
dbfb4bc7 99032009-03-25 Pedro Alves <pedro@codesourcery.com>
a07daef3
PA
9904
9905 * infrun.c (infrun_thread_thread_exit): New.
9906 (_initialize_infrun): Attach it to the thread_exit observer.
9907 * thread.c (delete_thread_1): Always call the observer, passing it
9908 the silent flag.
9909 * mi/mi-interp.c (mi_thread_exit): Add "silent" parameter. If
9910 SILENT, return immediately.
9911
d729566a
PA
99122009-03-25 Pedro Alves <pedro@codesourcery.com>
9913
9914 * infrun.c (normal_stop): Use has_stack_frames instead of
9915 target_has_stack.
9916 * mi/mi-main.c (mi_execute_command): Avoid calling inferior_thread
9917 when there is no thread selected.
9918 (mi_cmd_execute): Don't special case commands that can run without
9919 a valid selected thread.
9920 * top.c (execute_command): Don't special case commands that can
9921 run without a valid selected thread. Use has_stack_frames.
9922 * infcmd.c (ensure_valid_thread): New.
9923 (continue_1, step_1, jump_command, signal_command): Use it.
9924 (detach_command): Error out if there's no selected thread/inferior.
9925 * thread.c (print_thread_info): Allow having no thread selected.
9926 (switch_to_thread): Don't read the PC if there is no current thread.
9927 (do_restore_current_thread_cleanup): Don't record the current
9928 frame if there is no current thread.
9929 (make_cleanup_restore_current_thread): Don't read frame info if
9930 there is no selected thread.
9931 (_initialize_thread): Don't mark commands as
9932 "no_selected_thread_ok".
9933 * frame.c (get_current_frame): Error out if there is no valid
9934 selected thread.
9935 (has_stack_frames): Return false if there is no valid
9936 selected thread.
9937 * cli/cli-cmds.c (init_cli_cmds): Don't mark commands as
9938 "no_selected_thread_ok".
9939 * cli/cli-decode.c (set_cmd_no_selected_thread_ok)
9940 (get_cmd_no_selected_thread_ok): Delete.
9941 * cli/cli-decode.h (CMD_NO_SELECTED_THREAD_OK): Delete.
9942 (set_cmd_no_selected_thread_ok, get_cmd_no_selected_thread_ok):
9943 Delete declaration.
9944 * stack.c (get_selected_block): Use has_stack_frames.
9945
f04c6d38
TJB
99462009-03-25 Thiago Jung Bauermann <bauerman@br.ibm.com>
9947
9948 Fix size of FPSCR in Power 7 processors.
9949 * ppc-linux-nat.c (PPC_FEATURE_ARCH_2_05): Remove #define.
9950 (PPC_FEATURE_HAS_DFP): New #define.
9951 (ppc_linux_read_description): Check for DFP feature instead of
9952 ISA 2.05 to decide on size of the FPSCR.
9953
6c02c64c
KB
99542009-03-25 Kevin Buettner <kevinb@redhat.com>
9955
9956 * mn10300-tdep.c (trad-frame.h): Don't include.
9957 (prologue-value.h): Include.
9958 (mn10300_frame_unwind_cache, set_reg_offsets): Delete.
9959 (struct mn10300_prologue): Define.
9960 (push_reg, translate_rreg, check_for_saved): New functions.
9961 (mn10300_analyze_prologue): Rewrite, using prologue-value
9962 machinery. Handle more instructions than before. Permit
9963 instructions to occur in any order.
9964 (mn10300_skip_prologue): Find the extents of the function
9965 in question; mn10300_analyze_prologue no longer does this.
9966 (mn10300_analyze_frame_prologue): New function.
9967 (mn10300_frame_base): New function.
9968 (mn10300_frame_this_id): Rewrite, no longer using trad-frame
9969 implementation.
9970 (mn10300_frame_prev_register): Likewise.
9971 (mn10300_frame_base_address, mn10300_frame_base struct): Delete.
9972 (mn10300_unwind_pc, mn10300_unwind_sp): Rename `next_frame' to
9973 `this_frame'.
9974 (mn10300_frame_unwind_init): Don't call frame_base_set_default().
9975
67c296a2
PM
99762009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
9977
9978 Fix completer problem for filename completion on the first try.
9979
9980 * gdb/completer.h (gdb_completion_word_break_characters): New function.
9981 * gdb/completer.c: Include gdb_assert.h.
9982 (complete_line_internal_reason): New enum.
9983 (complete_line_internal): Change last argument type to
9984 complete_line_internal_reason.
9985 Modify function to handle the different complete_line_internal_reason
9986 argument values.
9987 (complete_line): Adapt to change in complete_line_internal.
9988 (command_completer): Ditto.
9989 (gdb_completion_word_break_characters): Implement new function.
9990 * top.c (init_main): Set rl_completion_word_break_hook to
9991 gdb_completion_word_break_characters.
c2c8d75b 9992
67c296a2 9993
1a6d2f2f
PM
99942009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
9995
9996 ARI fix: "strlen d_name" rule.
9997 * linux-nat.c (linux_nat_xfer_osdata): Use NAMELEN macro.
9998
9999
fc3b640d
TT
100002009-03-24 Tom Tromey <tromey@redhat.com>
10001 Pedro Alves <pedro@codesourcery.com>
10002
10003 * configure, config.in: Rebuild.
10004 * configure.ac: Check for libiconvlist.
10005 * charset.c: Check HAVE_LIBICONVLIST.
10006 * acinclude.m4 (AM_ICONV): Don't subst LIBICONV, LIBICONV_INCLUDE,
10007 LIBICONV_LIBDIR. Update CPPFLAGS and LIBS.
10008 * Makefile.in (LIBICONV, LIBICONV_INCLUDE, LIBICONV_LIBDIR):
10009 Remove.
10010 (INTERNAL_CFLAGS_BASE): Update.
10011 (INTERNAL_LDFLAGS): Update.
10012 (CLIBS): Update.
10013
76a39ba7
JK
100142009-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10015
10016 * configure.ac: Initialize the variable $PREFER_CURSES.
10017 * configure: Regenerated.
10018
bd8a8e1b
JK
100192009-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10020
10021 * configure.ac: Enable $PREFER_CURSES even with default $ENABLE_TUI.
10022 * configure: Regenerated.
10023
a3224241
PM
100242009-03-24 Pierre Muller <muller@ics.u-strasbg.fr>
10025
10026 ARI fix: "strerror" rule.
10027 * darwin-nat.c (darwin_ptrace): Use safe_strerror.
10028 (darwin_stop_inferior, darwin_attach, darwin_detach): Ditto.
10029
6cdd57f4
JB
100302009-03-23 Joel Brobecker <brobecker@adacore.com>
10031
10032 * ada-exp.y (get_symbol_field_type): Make sure to resolve typedefs
10033 before looking up the fields inside our struct type.
10034
17466c1a
JB
100352009-03-23 Joel Brobecker <brobecker@adacore.com>
10036
10037 * ada-lang.c (resolve_subexp) [UNOP_QUAL]: Resolve typedefs before
10038 trying to resolve the type qualification.
10039
8008e265
JB
100402009-03-23 Joel Brobecker <brobecker@adacore.com>
10041
10042 * ada-lang.c (ada_evaluate_subexp) [UNOP_IN_RANGE]: make sure
10043 we try to apply the attribute on the real type, rather than
10044 its associated typedef.
10045
31dedfee
JB
100462009-03-23 Joel Brobecker <brobecker@adacore.com>
10047
10048 * ada-lang.c (ada_evaluate_subexp) [OP_ATR_MODULUS]: Use check_typdef
10049 to make sure we try to get the modulus of the actual type, not the
10050 associated typedef.
10051
5bc23cb3
JB
100522009-03-23 Joel Brobecker <brobecker@adacore.com>
10053
10054 * ada-lang.c (ada_evaluate_subexp): [OP_ATR_FIRST, OP_ATR_LAST]
10055 [OP_ATR_LENGTH]: When using the attribute on a type, make sure
10056 to get the real type, not the associated typedef.
10057
872c8b51
JB
100582009-03-23 Joel Brobecker <brobecker@adacore.com>
10059
10060 * ada-lang.c (ada_get_field_index): Add handling of the case
10061 when TYPE is a typedef of a struct.
10062
dcb626be
JB
100632009-03-23 Joel Brobecker <brobecker@adacore.com>
10064
e0cfd8e3 10065 Add gdb_usleep as a portable version of usleep based on gdb_select.
dcb626be
JB
10066 * gdb_usleep.h, gdb_usleep.c: New files.
10067 * Makefile.in (SFILES): Add gdb_usleep.c.
10068 (HFILES_NO_SRCDIR): Add gdb_usleep.h.
10069 (COMMON_OBS): Add gdb_usleep.o.
10070 * ser-unix.c (hardwire_send_break): Replace call to gdb_select
10071 by call to gdb_usleep.
10072
24be086d
JB
100732009-03-23 Joel Brobecker <brobecker@adacore.com>
10074
10075 * buildsym.c (end_symtab): If we ignore the subfiles, then
10076 unlink the associated symtabs if they were already allocated.
10077
cb01cfba
JB
100782009-03-23 Jerome Guitton <guitton@adacore.com>
10079
10080 Provide a way to force building of GDB with libcurses.
10081 * configure.ac: Add --with-curses.
10082 * configure: Regenerated.
10083
9c482037
TT
100842009-03-23 Tom Tromey <tromey@redhat.com>
10085
10086 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_uninit>: Fix typo in
10087 error message.
10088
e2dd7057
PP
100892009-03-23 Paul Pluzhnikov <ppluzhnikov@google.com>
10090
10091 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Use
10092 solib_contains_address_p instead of searching.
c2c8d75b 10093
0dd7fb99
TT
100942009-03-23 Tom Tromey <tromey@redhat.com>
10095
10096 * charset.c (ICONV_CONST) <PHONY_ICONV>: Define.
10097 (iconv): Make 'inbuf' argument const.
10098 (convert_between_encodings): Use ICONV_CONST.
10099 (wchar_iterate): Likewise.
10100
418c6cb3
CF
101012009-03-22 Christopher Faylor <me+cygwin@cgf.cx>
10102
10103 * windows-nat.c (AdjustTokenPrivileges): Implement macro wraparound for
10104 dynamically loaded function.
10105 (LookupPrivilegeValueA): Ditto.
10106 (OpenProcessToken): Ditto.
10107 (AdjustTokenPrivileges): Rename and define placeholder for address of
c2c8d75b 10108 dynamically loaded function.
418c6cb3
CF
10109 (LookupPrivilegeValueA): Ditto.
10110 (OpenProcessToken): Ditto.
10111 (set_process_privilege): Remove check for loaded functions.
10112 (bad_OpenProcessToken): Define.
10113 (_initialize_loadable): Load token functions from advapi here, setting
10114 OpenProcessToken function to a dummy static function which always return
10115 error if OS doesn't support this functionality.
10116
695de547
CF
101172009-03-22 Nicolas Roche <roche@adacore.com>
10118 Christopher Faylor <me+cygwin@cgf.cx>
10119
10120 * win32-nat.c (ctrl_c_handler): New function.
10121 (win32_wait): Register ctrl_c_handler as Ctrl-C handler if the inferior
10122 is run in a separate console.
10123
2b008701
CF
101242009-03-22 Christopher Faylor <me+cygwin@cgf.cx>
10125
10126 * windows-nat.c (DebugActiveProcessStop): Implement macro wraparound
10127 for dynamically loaded function.
10128 (DebugBreakProcess): Ditto.
10129 (DebugSetProcessKillOnExit): Ditto.
10130 (EnumProcessModules): Ditto.
10131 (GetModuleFileNameExA): Ditto.
10132 (GetModuleInformation): Ditto.
10133 (DebugActiveProcessStop): Rename and define placeholder for address of
418c6cb3 10134 dynamically loaded function.
2b008701
CF
10135 (DebugBreakProcess): Ditto.
10136 (DebugSetProcessKillOnExit): Ditto.
10137 (EnumProcessModules): Ditto.
10138 (GetModuleFileNameExA): Ditto.
10139 (GetModuleInformation): Ditto.
10140 (psapi_loaded): Delete.
10141 (get_module_name): Don't check psapi_loaded, just rely on the fact that
10142 dynamically loaded functions will return failure if they weren't
10143 previously found.
10144 (has_detach_ability): Delete.
10145 (windows_attach): Remove call to has_detach_ability (). Just rely on
10146 functions being callable.
10147 (bad_DebugActiveProcessStop): Define.
10148 (bad_DebugBreakProcess): Ditto.
10149 (bad_DebugSetProcessKillOnExit): Ditto.
10150 (bad_EnumProcessModules): Ditto.
10151 (bad_GetModuleFileNameExA): Ditto.
10152 (bad_GetModuleInformation): Ditto.
10153 (_initialize_loadable): Rename from _initialize_psapi. Initialize all
10154 dynamic storage here, setting nonexistent functions to dummy static
10155 functions which always return error.
10156
f3b1572e
PA
101572009-03-22 Pedro Alves <pedro@codesourcery.com>
10158
10159 * mi/mi-interp.c (mi_interpreter_init): Attach mi_about_to_proceed
10160 to the about_to_proceed observer notification.
10161 (mi_about_to_proceed): New.
10162 (mi_on_resume): Only output ^running and the prompt here if the
10163 target was proceeded.
10164 * breakpoint.c (breakpoint_proceeded): New static.
10165 (breakpoint_about_to_proceed): New.
10166 (_initialize_breakpoints): Attach breakpoint_about_to_proceed to
10167 the about_to_proceed observer notification.
10168 * inferior.h (breakpoint_proceeded): Delete declaration.
10169 * infrun.c (clear_proceed_status): Don't set breakpoint_proceeded.
10170 Notify the about_to_proceed observers.
10171 (struct inferior_status): Delete breakpoint_proceeded member.
10172 (save_inferior_status): Don't save it.
10173 (restore_inferior_status): Don't restore it.
10174 * mi-main.h (mi_proceeded): Declare.
10175 * mi/mi-main.c (mi_cmd_execute): Clear mi_proceeded before running
10176 a command.
10177
c5a4d20b
PA
101782009-03-22 Pedro Alves <pedro@codesourcery.com>
10179
10180 * gdbthread.h (struct thread_info): Add in_infcall member.
10181 * infcall.c (run_inferior_call): Save, set and restore in_infcall.
10182 Remove reverences to suppress_resume_observer. Refresh
10183 `call_thread' after returning from `proceed'.
10184 * infcmd.c (suppress_resume_observer): Delete.
10185 * inferior.h (suppress_resume_observer): Delete declaration.
10186 * mi/mi-interp.c (mi_on_resume): Suppress output while calling an
10187 inferior function.
10188 * thread.c (set_running): Remove references to
10189 suppress_resume_observer.
10190 * infrun.c (struct inferior_status): Add in_infcall member.
10191 (save_inferior_status): Save it.
10192 (restore_inferior_status): Restore it.
10193
41d2bdb4
PA
101942009-03-22 Pedro Alves <pedro@codesourcery.com>
10195
10196 * infcall.c (run_inferior_call): Remove references to
10197 suppress_stop_observer.
10198 * infcmd.c (suppress_stop_observer): Delete.
10199 (finish_command_continuation): Remove NOTE. Don't clear
10200 suppress_stop_observer anymore.
10201 (finish_command_continuation_free_arg): Likewise.
10202 (finish_forward): Remove references to suppress_stop_observer.
10203 Call normal_stop observer if we haven't already.
10204 * inferior.h (suppress_stop_observer): Delete.
10205 * infrun.c (normal_stop): When deciding to suppress the
10206 normal_stop observer, check for proceed_to_finish instead of
10207 suppress_stop_observer.
10208
065a2c74
PA
102092009-03-22 Pedro Alves <pedro@codesourcery.com>
10210
10211 * symfile.c (symfile_relocate_debug_section): Remove check for
10212 SEC_DEBUGGING.
10213
cc924cad
TJB
102142009-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10215 Jim Blandy <jimb@red-bean.com>
10216 Thiago Jung Bauermann <bauerman@br.ibm.com>
10217 Tom Tromey <tromey@redhat.com>
10218
10219 Miscellaneous fixes to the Python code.
10220 * python/python-cmd.c (cmdpy_init): Accept keyword
10221 arguments.
10222 * python/python-value.c (valpy_string): Accept keyword
10223 arguments.
10224 (valpy_binop): Use `break' to exit from the TRY_CATCH block.
10225 Do not call value_to_value_object on NULL RES_VAL.
10226 (value_object_methods): Change `string' entry to also accept
10227 keyword arguments.
10228 (convert_value_from_python): Return a copy of the value if obj is
10229 a gdb.Value object.
10230 (value_object_methods): Mark the `string' method as accepting
10231 keywords, and show method "prototype" in the doc string.
10232 * python/python.c (get_parameter): Don't return inside a
10233 TRY_CATCH.
10234
bc3b79fd
TJB
102352009-03-20 Tom Tromey <tromey@redhat.com>
10236
10237 Add support for convenience functions in Python.
10238 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-function.o.
10239 (SUBDIR_PYTHON_SRCS): Add python-function.c.
10240 (python-function.o): New target.
10241 * eval.c: Include "python/python.h" and <ctype.h>.
10242 (evaluate_subexp_standard): Handle values of type
10243 TYPE_CODE_INTERNAL_FUNCTION.
10244 * gdbtypes.h (type_code): Add TYPE_CODE_INTERNAL_FUNCTION.
10245 * parse.c (write_exp_string): Remove duplicate word in comment.
10246 * python/python-function.c: New file.
10247 * python/python-internal.h (gdbpy_initialize_functions): Add
10248 prototype.
10249 * python/python.c (_initialize_python): Call
10250 gdbpy_initialize_functions.
10251 * valprint.c (value_check_printable): Handle values of type
10252 TYPE_CODE_INTERNAL_FUNCTION.
10253 * value.c: Include "cli/cli-decode.h".
10254 (internal_function): New struct.
10255 (functionlist, internal_fn_type): New static variables.
10256 (lookup_only_internalvar,
10257 lookup_internalvar): Add const qualifier to name argument.
10258 (create_internalvar): Likewise. Initialize new field.
10259 (set_internal_var): Fix typo in comment. Don't allow assignment
10260 to canonical variable.
10261 (value_create_internal_function, value_internal_function_name,
10262 call_internal_function, function_command, function_destroyer,
10263 add_internal_function): New functions.
10264 (_initialize_values): Create `function' placeholder command.
10265 Initialize internal_fn_type.
10266 * value.h (lookup_only_internalvar, create_internalvar,
10267 lookup_internalvar): Add const qualifier to name argument.
10268 (internal_function_fn, add_internal_function, call_internal_function,
10269 value_internal_function_name): Add prototypes.
10270 (struct internalvar) <canonical>: New field.
10271
546e879e
TT
102722009-03-20 Tom Tromey <tromey@redhat.com>
10273
10274 * c-lang.c (evaluate_subexp_c): Call check_typedef.
10275
6c7a06a3
TT
102762009-03-20 Tom Tromey <tromey@redhat.com>
10277 Julian Brown <julian@codesourcery.com>
10278
10279 PR i18n/7220, PR i18n/7821, PR exp/8815, PR exp/9103,
10280 PR i18n/9401, PR exp/9613:
10281 * NEWS: Update
10282 * value.h (value_typed_string): Declare.
10283 (val_print_string): Update.
10284 * valprint.h (print_char_chars): Update.
10285 * valprint.c (print_char_chars): Add type argument. Update.
10286 (val_print_string): Likewise.
10287 * valops.c (value_typed_string): New function.
10288 * utils.c (host_char_to_target): New function.
10289 (parse_escape): Use host_char_to_target, host_hex_value. Update.
10290 Remove '^' case.
10291 (no_control_char_error): Remove.
10292 * typeprint.c (print_type_scalar): Update.
10293 * scm-valprint.c (scm_scmval_print): Update.
10294 * scm-lang.h (scm_printchar, scm_printstr): Update.
10295 * scm-lang.c (scm_printchar): Add type argument.
10296 (scm_printstr): Likewise.
10297 * printcmd.c (print_formatted): Update.
10298 (print_scalar_formatted): Update.
10299 (printf_command) <wide_string_arg, wide_char_arg>: New constants.
10300 Handle '%lc' and '%ls'.
10301 * parser-defs.h (struct typed_stoken): New type.
10302 (struct stoken_vector): Likewise.
10303 (write_exp_string_vector): Declare.
10304 * parse.c (write_exp_string_vector): New function.
10305 * p-valprint.c (pascal_val_print): Update.
10306 * p-lang.h (is_pascal_string_type, pascal_printchar,
10307 pascal_printstr): Update.
10308 * p-lang.c (is_pascal_string_type): Remove 'char_size' argument.
10309 Add 'char_type' argument.
10310 (pascal_emit_char): Add type argument.
10311 (pascal_printchar): Likewise.
10312 (pascal_printstr): Likewise.
10313 * objc-lang.c (objc_emit_char): Add type argument.
10314 (objc_printchar): Likewise.
10315 (objc_printstr): Likewise.
10316 * macroexp.c (get_character_constant): Handle unicode characters.
10317 Use c_parse_escape.
10318 (get_string_literal): Handle unicode strings. Use
10319 c_parse_escape.
10320 * m2-valprint.c (print_unpacked_pointer): Update.
10321 (m2_print_array_contents): Update.
10322 (m2_val_print): Update.
10323 * m2-lang.c (m2_emit_char): Add type argument.
10324 (m2_printchar): Likewise.
10325 (m2_printstr): Likewise.
10326 * language.h (struct language_defn) <la_printchar>: Add type
10327 argument.
10328 <la_printstr, la_emitchar>: Likewise.
10329 (LA_PRINT_CHAR): Likewise.
10330 (LA_PRINT_STRING): Likewise.
10331 (LA_EMIT_CHAR): Likewise.
10332 * language.c (unk_lang_emit_char): Add type argument.
10333 (unk_lang_printchar): Likewise.
10334 (unk_lang_printstr): Likewise.
10335 * jv-valprint.c (java_val_print): Update.
10336 * jv-lang.c (java_emit_char): Add type argument.
10337 * f-valprint.c (f_val_print): Update.
10338 * f-lang.c (f_emit_char): Add type argument.
10339 (f_printchar): Likewise.
10340 (f_printstr): Likewise.
10341 * expprint.c (print_subexp_standard): Update.
10342 * charset.h (target_wide_charset): Declare.
10343 (c_target_char_has_backslash_escape, c_parse_backslash,
10344 host_char_print_literally, host_char_to_target,
10345 target_char_to_host, target_char_to_control_char): Remove.
10346 (enum transliterations): New type.
10347 (convert_between_encodings): Declare.
10348 (HOST_ESCAPE_CHAR): New define.
10349 (host_letter_to_control_character, host_hex_value): Declare.
10350 (enum wchar_iterate_result): New enum.
10351 (struct wchar_iterator): Declare.
10352 (make_wchar_iterator, make_cleanup_wchar_iterator, wchar_iterator,
10353 wchar_push_back): Declare.
10354 * charset-list.h: New file.
10355 * c-valprint.c (textual_name): New function.
10356 (textual_element_type): Handle wide character types.
10357 (c_val_print): Pass original type to textual_element_type. Handle
10358 wide character types.
10359 (c_value_print): Use textual_element_type. Pass original type of
10360 value to val_print.
10361 * c-lang.h (enum c_string_type): New type.
10362 (c_printchar, c_printstr): Update.
10363 * c-lang.c (classify_type): New function.
10364 (print_wchar): Likewise.
10365 (c_emit_char): Add type argument. Handle wide characters.
10366 (c_printchar): Likewise.
10367 (c_printstr): Add type argument. Handle wide and multibyte
10368 character sets.
10369 (convert_ucn): New function.
10370 (emit_numeric_character): Likewise.
10371 (convert_octal): Likewise.
10372 (convert_hex): Likewise.
10373 (ADVANCE): New macro.
10374 (convert_escape): New function.
10375 (parse_one_string): Likewise.
10376 (evaluate_subexp_c): Likewise.
10377 (exp_descriptor_c): New global.
10378 (c_language_defn): Use exp_descriptor_c.
10379 (cplus_language_defn): Likewise.
10380 (asm_language_defn): Likewise.
10381 (minimal_language_defn): Likewise.
10382 (charset_for_string_type): New function.
10383 * c-exp.y (%union): Add 'svec' and 'tsval'.
10384 (CHAR): New token.
10385 (exp): Add CHAR production.
10386 (string_exp): Rewrite.
10387 (exp) <string_exp>: Rewrite.
10388 (tempbuf): Now global.
10389 (tempbuf_init): New global.
10390 (parse_string_or_char): New function.
10391 (yylex) <tempbuf>: Now global.
10392 <tokptr, tempbufindex, tempbufsize, token_string, class_prefix>:
10393 Remove.
10394 Handle 'u', 'U', and 'L' prefixes. Call parse_string_or_char.
10395 (c_parse_escape): New function.
10396 * auxv.c (fprint_target_auxv): Update.
10397 * ada-valprint.c (ada_emit_char): Add type argument.
10398 (ada_printchar): Likewise.
10399 (ada_print_scalar): Update.
10400 (printstr): Add type argument. Update calls to ada_emit_char.
10401 (ada_printstr): Add type argument.
10402 (ada_val_print_array): Update.
10403 (ada_val_print_1): Likewise.
10404 * ada-lang.c (emit_char): Add type argument.
10405 * ada-lang.h (ada_emit_char, ada_printchar, ada_printstr): Add
10406 type arguments.
10407 * gdb_locale.h: Include langinfo.h.
10408 * charset.c (_initialize_charset): Set default host charset from
10409 the locale. Don't register charsets. Add target-wide-charset
10410 commands. Call find_charset_names.
10411 (struct charset, struct translation): Remove.
10412 (GDB_DEFAULT_HOST_CHARSET): Remove.
10413 (GDB_DEFAULT_TARGET_WIDE_CHARSET): New define.
10414 (target_wide_charset_name): New global.
10415 (show_host_charset_name): Handle "auto".
10416 (show_target_wide_charset_name): New function.
10417 (host_charset_enum, target_charset_enum): Remove.
10418 (charset_enum): New global.
10419 (all_charsets, register_charset, lookup_charset, all_translations,
10420 register_translation, lookup_translation): Remove.
10421 (simple_charset, ascii_print_literally, ascii_to_control): Remove.
10422 (iso_8859_print_literally, iso_8859_to_control,
10423 iso_8859_family_charset): Remove.
10424 (ebcdic_print_literally, ebcdic_to_control,
10425 ebcdic_family_charset): Remove.
10426 (struct cached_iconv, check_iconv_cache, cached_iconv_convert,
10427 register_iconv_charsets): Remove.
10428 (target_wide_charset_be_name, target_wide_charset_le_name): New
10429 globals.
10430 (identity_either_char_to_other): Remove.
10431 (set_be_le_names, validate): New functions.
10432 (backslashable, backslashed, represented): Remove.
10433 (default_c_target_char_has_backslash_escape): Remove.
10434 (default_c_parse_backslash, iconv_convert): Remove.
10435 (ascii_to_iso_8859_1_table, ascii_to_ebcdic_us_table,
10436 ascii_to_ibm1047_table, iso_8859_1_to_ascii_table,
10437 iso_8859_1_to_ebcdic_us_table, iso_8859_1_to_ibm1047_table,
10438 ebcdic_us_to_ascii_table, ebcdic_us_to_iso_8859_1_table,
10439 ebcdic_us_to_ibm1047_table, ibm1047_to_ascii_table,
10440 ibm1047_to_iso_8859_1_table, ibm1047_to_ebcdic_us_table): Remove.
10441 (table_convert_char, table_translation, simple_table_translation):
10442 Remove.
10443 (current_host_charset, current_target_charset,
10444 c_target_char_has_backslash_escape_func,
10445 c_target_char_has_backslash_escape_baton): Remove.
10446 (c_parse_backslash_func, c_parse_backslash_baton): Remove.
10447 (host_char_to_target_func, host_char_to_target_baton): Remove.
10448 (target_char_to_host_func, target_char_to_host_baton): Remove.
10449 (cached_iconv_host_to_target, cached_iconv_target_to_host):
10450 Remove.
10451 (lookup_charset_or_error, check_valid_host_charset): Remove.
10452 (set_host_and_target_charsets): Remove.
10453 (set_host_charset, set_target_charset): Remove.
10454 (set_host_charset_sfunc, set_target_charset_sfunc): Rewrite.
10455 (set_target_wide_charset_sfunc): New function.
10456 (show_charset): Print target wide character set.
10457 (host_charset, target_charset): Rewrite.
10458 (target_wide_charset): New function.
10459 (c_target_char_has_backslash_escape): Remove.
10460 (c_parse_backslash): Remove.
10461 (host_letter_to_control_character): New function.
10462 (host_char_print_literally): Remove.
10463 (host_hex_value): New function.
10464 (target_char_to_control_char): Remove.
10465 (cleanup_iconv): New function.
10466 (convert_between_encodings): New function.
10467 (target_char_to_host): Remove.
10468 (struct wchar_iterator): Define.
10469 (make_wchar_iterator, make_cleanup_wchar_iterator, wchar_iterator,
10470 wchar_push_back): New functions.
10471 (do_cleanup_iterator): New function.
10472 (char_ptr): New typedef.
10473 (charsets): New global.
10474 (add_one, find_charset_names): New functions.
10475 (default_charset_names): New global.
10476 (auto_host_charset_name): Likewise.
10477 * aclocal.m4, config.in, configure: Rebuild.
10478 * configure.ac: Call AM_LANGINFO_CODESET.
10479 (GDB_DEFAULT_HOST_CHARSET): Default to UTF-8.
10480 (AM_ICONV): Invoke earlier.
10481 * acinclude.m4: Include codeset.m4. Subst LIBICONV_INCLUDE and
10482 LIBICONV_LIBDIR. Check for libiconv in build tree.
10483 * Makefile.in (LIBICONV_LIBDIR, LIBICONV_INCLUDE): New macros.
10484 (INTERNAL_CFLAGS_BASE): Add LIBICONV_INCLUDE.
10485 (INTERNAL_LDFLAGS): Add LIBICONV_LIBDIR.
10486 * gdb_obstack.h (obstack_grow_wstr): New define.
c2c8d75b
AS
10487 * gdb_wchar.h: New file.
10488 * defs.h: Include it.
6c7a06a3 10489
cb249c71
TT
104902009-03-20 Tom Tromey <tromey@redhat.com>
10491 Jan Kratochvil <jan.kratochvil@redhat.com>
10492
10493 * dwarf2read.c (process_die): Handle DW_TAG_typedef.
10494 * eval.c (evaluate_subexp_standard) <OP_TYPE>: Strip a single
10495 typedef.
10496 * ada-lang.c (decode_packed_array_type): Call CHECK_TYPEDEF on the
10497 SYMBOL_TYPE result.
10498 * ada-typeprint.c (print_array_type): Do the NULL check
10499 unconditionally.
10500
16ad9370
TT
105012009-03-19 Tom Tromey <tromey@redhat.com>
10502
10503 * utils.c (do_obstack_free): New function.
10504 (make_cleanup_obstack_free): Likewise.
10505 * defs.h (make_cleanup_obstack_free): Declare.
10506
36dc683c
DE
105072009-03-18 Doug Evans <dje@google.com>
10508
89ecc4f5
DE
10509 * linux-nat.c (linux_nat_find_memory_regions): Result of PIDGET is an
10510 int, not a long long.
10511 (linux_nat_info_proc_cmd): Store pid in long instead of long long.
10512
a411cd0e
DE
10513 * expprint.c (dump_raw_expression): Print note if non-NULL.
10514
36dc683c
DE
10515 * printcmd.c (display_uses_solib_p): Redo loop, scan element list
10516 backwards.
10517
5b1ba0e5
NS
105182009-03-18 Nathan Sidwell <nathan@codesourcery.com>
10519
10520 * Makefile.in: Update license to GPLv3.
10521 * ada-exp.y: Update license to GPLv3.
10522 * ada-lex.l: Update license to GPLv3.
10523 * c-exp.y: Update license to GPLv3.
10524 * cp-name-parser.y: Update license to GPLv3.
10525 * darwin-nat-info.c: Update license to GPLv3.
10526 * f-exp.y: Update license to GPLv3.
10527 * gdb_thread_db.h: Update license to GPLv3.
10528 * hppanbsd-nat.c: Update license to GPLv3.
10529 * hppanbsd-tdep.c: Update license to GPLv3.
10530 * hppaobsd-tdep.c: Update license to GPLv3.
10531 * jv-exp.y: Update license to GPLv3.
10532 * m2-exp.y: Update license to GPLv3.
10533 * objc-exp.y: Update license to GPLv3.
10534 * p-exp.y: Update license to GPLv3.
10535 * reply_mig_hack.awk: Update license to GPLv3.
10536 * reverse.c: Update license to GPLv3.
10537 * xtensa-xtregs.c: Update license to GPLv3.
10538
8a2492ee
PA
105392009-03-18 Pedro Alves <pedro@codesourcery.com>
10540
10541 * remote.c (remote_close): Don't call generic_mourn_inferior.
10542 (remote_mourn_1): Call generic_mourn_inferior after closing the
10543 target.
10544
5338cef1
PA
105452009-03-18 Pedro Alves <pedro@codesourcery.com>
10546
10547 * remote.c (remote_start_remote): Add missing call to
10548 init_wait_for_inferior in non-stop mode.
10549
717a8278
PA
105502009-03-18 Pedro Alves <pedro@codesourcery.com>
10551
10552 * breakpoint.c (bpstat_should_step): Only consider software
10553 watchpoints that have a location.
10554
7d85a9c0
JB
105552009-03-17 Joel Brobecker <brobecker@adacore.com>
10556
10557 Add a target_ops parameter to the to_kill method in struct target_ops.
10558
10559 * target.h (struct target_ops): Add a "target_ops *" parameter to
10560 method to_kill.
10561 (target_kill): Remove macro. Add declaration.
10562 * target.c (debug_to_kill): Delete, no longer necessary.
10563 (target_kill): New function.
10564 (update_current_target): Stop inheriting the to_kill method.
10565 Do not de_fault it to no_process either.
10566 (setup_target_debug): Do not set current_target.to_kill.
10567 * gnu-nat.c, go32-nat.c, hpux-thread.c, inf-ptrace.c, inf-ttrace.c,
10568 linux-nat.c, monitor.c, nto-procfs.c, procfs.c, remote-m32r-sdi.c,
10569 remote-mips.c, remote-sim.c, remote.c, windows-nat.c: Update
10570 accordingly.
10571
14064aa2
DE
105722009-03-17 Doug Evans <dje@google.com>
10573
10574 * amd64-linux-nat.c (si_timerid,si_overrun): Provide definition for
10575 glibc 2.3.2 and earlier.
10576
f06eadd9
JB
105772009-03-17 Joel Brobecker <brobecker@adacore.com>
10578
10579 * frame.c (get_prev_frame_1): Do not perform the inner_frame
10580 sanity check if this_frame is not NORMAL.
10581 (frame_id_inner): Update the description of this function.
10582
481df73e
HZ
105832009-03-17 Hui Zhu <teawater@gmail.com>
10584
10585 * stack.c: Change the introduce of "disassemble-next-line".
10586
6b251945
PA
105872009-03-17 Pedro Alves <pedro@codesourcery.com>
10588
10589 * mi/mi-main.h (mi_print_timing_maybe): Add strict prototype,
10590 declare as extern.
10591
30c33a9f
HZ
105922009-03-17 Hui Zhu <teawater@gmail.com>
10593
dafb3b41 10594 * stack.c: Include valprint.h.
30c33a9f
HZ
10595 (disassemble_next_line): New enum.
10596 (show_disassemble_next_line): New function. Show the current
10597 value of disassemble-next-line.
10598 (gdb_disassembly_stub_args): New struct for argument passing
10599 between function do_gdb_disassembly and function
10600 gdb_disassembly_stub.
10601 (gdb_disassembly_stub): New function. Helper for
10602 gdb_disassembly.
10603 (do_gdb_disassembly): New function. Use TRY_CATCH to catch
10604 the exception from the gdb_disassembly because it will be
10605 broken by filter sometime.
10606 (print_frame_info): If disassemble-next-line is set to auto
10607 or on and doesn't have the line debug messages for $pc,
10608 output the next instruction.
10609 If disassemble-next-line is set to on and there is line debug
10610 messages, output assembly codes for next line.
10611 (_initialize_stack): Make the "set disassemble-next-line"
10612 command an auto-boolean command. Change its class to
10613 class_stack. Place it in the top level set list. Extend help
10614 to describe the auto mode.
10615
fee0be5d
PA
106162009-03-17 Pedro Alves <pedro@codesourcery.com>
10617
10618 * infrun.c (normal_stop): Don't overwrite old_chain.
10619
a624e111
JB
106202009-03-16 Joel Brobecker <brobecker@adacore.com>
10621
10622 * remote-mips.c (mips_load): Replace call to regcache_set_valid_p,
10623 which is undefined, by call to regcache_invalidate, which should
10624 do what the original author wanted to do.
10625
383c0389
JB
106262009-03-16 Joel Brobecker <brobecker@adacore.com>
10627
10628 * remote-mips.c (mips_mourn_inferior): Add missing ops parameter.
10629 (mips_create_inferior): Likewise.
10630
267fbcde
JB
106312009-03-16 Joel Brobecker <brobecker@adacore.com>
10632
10633 * go32-nat.c (go32_create_inferior): Add missing ops parameter.
10634
da66f6a6
JB
106352009-03-16 Joel Brobecker <brobecker@adacore.com>
10636
10637 * darwin-nat.c (darwin_resume): Fix a compiler warning when
10638 building on x86_64-darwin.
10639
58529c02
JB
106402009-03-16 Tristan Gingold <gingold@adacore.com>
10641
10642 * configure.tgt: Add handling for x86_64-darwin.
10643
ba30a4e9
JK
106442009-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10645
10646 * auxv.c (fprint_target_auxv): New TAG for AT_RANDOM.
10647
7fc0c7b5
JB
106482009-03-15 Joel Brobecker <brobecker@adacore.com>
10649
10650 * aix-thread.c (aix_thread_thread_alive, aix_thread_pid_to_str):
10651 Use the ops parameter to get to the target beneath, rather than
10652 using the current_target global. Using the current_target global
10653 was an unintended accident.
10654
1ba0a4ee
JB
106552009-03-15 Joel Brobecker <brobecker@adacore.com>
10656
10657 Fix an error happening while loading symbols from a core file
10658 (on AIX).
10659
10660 * rs6000-nat.c (xcoff_relocate_symtab): Use target_has_execution
10661 to detect whether we're debugging a core file or not.
10662
d30acaa7
JB
106632009-03-15 Joel Brobecker <brobecker@adacore.com>
10664
10665 Modernize the aix-thread later by getting rid of the base_target
10666 global. This brings back to life the AIX port which was otherwise
10667 crashing all the time.
10668
10669 * aix-thread.c (base_target): Delete.
10670 (pd_enable): Do not set base_target.
10671 (aix_thread_attach): Use find_target_beneath instead of base_target.
10672 (aix_thread_detach, aix_thread_resume, aix_thread_wait)
10673 (aix_thread_fetch_registers, aix_thread_store_registers),
10674 (aix_thread_xfer_partial, aix_thread_mourn_inferior)
10675 (aix_thread_thread_alive, aix_thread_pid_to_str): Likewise.
10676 (aix_thread_kill): Delete. Does not seem necessary.
10677 (init_aix_thread_ops): Do not set aix_thread_ops.to_kill.
10678
61ff14c6
JK
106792009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10680
10681 * stack.c (return_command <retval_exp>): New variables retval_expr
10682 and old_chain. Inline parse_and_eval to initialize retval_expr. Check
10683 RETVAL_EXPR for UNOP_CAST and set RETURN_TYPE to the RETURN_VALUE type
10684 if RETURN_TYPE is NULL.
10685
0b16c5cf
PA
106862009-03-14 Pedro Alves <pedro@codesourcery.com>
10687
10688 * remote.c (PACKET_qAttached): New.
10689 (remote_query_attached): New.
10690 (remote_add_inferior): Add new `attached' argument. Handle it.
10691 (remote_notice_new_inferior, remote_start_remote): Adjust to pass
10692 -1 to remote_add_inferior in new parameter.
10693 (extended_remote_attach_1): Adjust to pass 1 to
10694 remote_add_inferior in the new parameter.
10695 (extended_remote_create_inferior_1): Adjust to pass 0 to
10696 remote_add_inferior in the new parameter.
10697 (_initialize_remote): Add "set/show remote query-attached-packet"
10698 commands.
10699
9ee6bb93
TT
107002009-03-13 Tom Tromey <tromey@redhat.com>
10701
10702 * symtab.c (lookup_symbol_in_language): Use a cleanup.
10703
787274f0
DE
107042009-03-13 Doug Evans <dje@google.com>
10705
10706 * exceptions.h: Clean up some comments on catch_exceptions usage.
10707 * exceptions.c: Ditto. Plus mark catch_errors as superseded by
10708 catch_exceptions.
10709
24f81874
JB
107102009-02-17 Joel Brobecker <brobecker@adacore.com>
10711
10712 The following patch helps getting rid of a warning inside solib-som.c.
10713
10714 * source.c (source_full_path_of): Constify parameter filename.
10715 * defs.h (source_full_path_of): Update declaration accordingly.
10716
e1578042
JB
107172009-03-12 Joel Brobecker <brobecker@adacore.com>
10718
10719 * ada-lang.c (ada_evaluate_subexp): Merge case BINOP_REM and
10720 BINOP_MOD cases with the handling of case BINOP_DIV and BINOP_MUL.
10721 Remove useless op value checks when EVAL_AVOID_SIDE_EFFECTS.
10722
9c2be529
JB
107232009-03-12 Joel Brobecker <brobecker@adacore.com>
10724
10725 * ada-lang.c (ada_evaluate_subexp) <BINOP_DIV>: make sure to
10726 promote the operands when noside is EVAL_AVOID_SIDE_EFFECTS.
10727
2360f94a 107282009-03-12 Joel Brobecker <brobecker@adacore.com>
e22dccb5
JB
10729
10730 * ada-tasks.c (ada_task_is_alive): Move up and make static.
10731 * ada-lang.h (ada_task_is_alive): Remove declaration.
10732
facc390f
JB
107332009-03-12 Jerome Guitton <guitton@adacore.com>
10734
10735 * ada-lang.c (ada_delta): Change the type of numerators and
10736 denominators to DOUBLEST, as they may not fit into a long.
10737 (scaling_factor): Ditto.
10738
47e729a8
JB
107392009-03-12 Jerome Guitton <guitton@adacore.com>
10740
5c20fa2a 10741 * language.c (lang_bool_type): Set lai->bool_type_symbol to NULL.
47e729a8 10742
b79819ba
JB
107432009-03-12 Joel Brobecker <brobecker@adacore.com>
10744
10745 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: For tagged
10746 types, if we are unable to determine the actual symbol type
10747 from its tag, then use the static approximation instead.
10748
0056e4d5
JB
107492009-03-12 Joel Brobecker <brobecker@adacore.com>
10750
10751 Fix crash printing packed record with packed array.
10752
10753 * ada-lang.c (ada_modulus_from_name): New function.
10754 (ada_modulus): In the case where the type length is bigger than
10755 the size of the type used to hold the bounds, try determining
10756 the modulus from the type name.
10757 (ada_value_primitive_packed_val): Fix bug in the computation of
10758 ntarg causing an out-of-buffer invalid access.
10759
3c513ee6
JB
107602009-03-12 Joel Brobecker <brobecker@adacore.com>
10761
10762 Fix segfault when printing short_integer'last.
10763
10764 * ada-lang.c (ada_find_any_type): Search in the primitive types
10765 if a symbol could not be found.
10766
680f3fad
JB
107672009-03-12 Joel Brobecker <brobecker@adacore.com>
10768
10769 * ada-tasks.c (task_states,long_task_states): Add new states
10770 Activating and Acceptor_Delay_Sleep. Update the description
10771 of state Acceptor_Sleep.
10772
2ab1c2d9
JB
107732009-03-12 Jonas Maebe <jonas.maebe@elis.ugent.be> (obvious change)
10774
10775 Fix a build failure on Darwin following some changes in
10776 the profile of some target_ops methods.
10777
10778 * darwin-nat.c (darwin_kill_inferior): Add target_ops parameter
10779 where missing.
10780 (darwin_stop_inferior, darwin_detach): Likewise.
10781
1f31650a
VP
107822009-03-12 Vladimir Prus <vladimir@codesourcery.com>
10783
10784 Include token in ^running notification for CLI commands.
10785
c2c8d75b
AS
10786 * mi/mi-main.c (mi_execute_command): Set current_token here.
10787 (mi_cmd_execute): Do not set current_token here.
1f31650a 10788
4333ada3
VP
107892009-03-12 Vladimir Prus <vladimir@codesourcery.com>
10790
10791 Fix MI timings.
10792
c2c8d75b
AS
10793 * mi/mi-main.c (mi_print_timing_maybe): New.
10794 (captured_mi_execute_command): Simplify. Output timings to
10795 CLI commands, too.
10796 (mi_execute_async_cli_command): Do not print timings.
10797 * mi/mi-main.h (mi_print_timing_maybe): Declare.
10798 * mi/mi-interp.c (mi_on_normal_stop): Call mi_print_timing_maybe.
4333ada3 10799
c5933f6d
JB
108002009-03-12 Jerome Guitton <guitton@adacore.com>
10801
10802 * xcoffread.c (process_linenos): Check if the line in the
10803 include table refers to the main source file and, if so,
10804 add them to the main subfile.
10805
c7660128
JB
108062009-03-12 Joel Brobecker <brobecker@adacore.com>
10807
10808 Fix a build failure on AIX introduced after a change in the profile
10809 of some of the "methods" in the target_ops structure.
10810 * aix-thread.c: Add missing target_ops parameter throughout.
10811
10812 Implement Ada task switching on AIX.
10813 * aix-thread.c (aix_thread_get_ada_task_ptid): New function.
10814 (init_aix_thread_ops): Set aix_thread_ops.to_get_ada_task_ptid.
10815
c5bc3a77
DJ
108162009-03-11 Daniel Jacobowitz <dan@codesourcery.com>
10817
10818 * breakpoint.c (bpstat_check_breakpoint_conditions): Use
10819 value_mark and value_free_to_mark.
10820 * objfiles.c (free_objfile): Call objfile_free_data before
10821 freeing the BFD.
10822
55518360
HZ
108232009-03-10 Hui Zhu <teawater@gmail.com>
10824
10825 * disasm.c (gdb_disassembly): Remove unused argument
10826 "line_num".
10827 * disasm.h (gdb_disassembly): Ditto.
10828 * cli/cli-cmds.c (print_disassembly): Ditto.
10829 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Ditto.
10830
5fd1a349
PP
108312009-03-09 Paul Pluzhnikov <ppluzhnikov@google.com>
10832
10833 * solib.c (solib_contains_address_p): New function.
10834 (solib_name_from_address): Use it.
10835 * printcmd.c (display_uses_solib_p): Use it.
c2c8d75b
AS
10836 * solib.h (solib_contains_address_p): Declare it.
10837
36746093
JK
108382009-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10839
10840 * varobj.c (free_variable): Call value_free.
10841
757a13d0
JK
108422009-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10843
10844 PR gdb/9873:
10845 * dwarf2read.c (dwarf_decode_macros): New variable `at_commandline'.
10846 Move the variable `macinfo_type' out of the loop. Create a new
10847 processing pass before the current one to pre-create `current_file'.
10848 New complaint on misplaced zero/non-zero definitions/includes.
10849 Skip first DW_MACINFO_start_file with `at_commandline' set.
10850
c8fa6cdd
VP
108512008-03-09 Vladimir Prus <vladimir@codesourcery.com>
10852
10853 * solib.c (reload_shared_libraries): Give
10854 inferior a chance to reset solib breakpoint.
10855 Reinit frame cache.
10856
41b4aadc
CF
108572009-03-08 Christopher Faylor <me+cygwin@cgf.cx>
10858
10859 * windows-nat.c (dr): Redefine to use largest possible integer which
10860 holds a pointer.
10861 (cygwin_set_dr): Avoid coercion.
10862
108632009-03-08 Oswald Buddenhagen <oswald.buddenhagen@trolltech.de>
10864
14b69f28 10865 * windows-nat.c (windows_create_inferior): Implement --tty handling on
41b4aadc
CF
10866 non-cygwin.
10867
f5c9a895
PP
108682009-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
10869
10870 Rename solib_address to solib_name_from_address.
10871 * breakpoint.c (insert_bp_location, disable_breakpoints_in_shlibs)
10872 (disable_breakpoints_in_unloaded_shlib): Update.
10873 * printcmd.c (display_uses_solib_p): Likewise.
10874 * stack.c (print_frame): Likewise.
10875 * solib.c: Rename.
10876 * solib.h: Rename.
c2c8d75b 10877
a3247a22
PP
108782009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
10879
10880 * printcmd.c (do_one_display): Reparse exp_string.
10881 (display_uses_solib_p): New function.
10882 (clear_dangling_display_expressions): New function.
10883 (_initialize_printcmd): Add observer.
10884 * solib.c (no_shared_libraries): Swap order of calls to
10885 clear_solib and objfile_purge_solibs.
c2c8d75b 10886
d36df9c5
JB
108872009-03-05 Joel Brobecker <brobecker@adacore.com>
10888
10889 Implement the target-specific part of Ada tasking support
10890 on Tru64.
10891
10892 * dec-thread.c (dec_thread_get_ada_task_ptid): New function.
10893 (init_dec_thread_ops): Set the to_get_ada_task_ptid method.
10894
b254c0b2
JB
108952009-03-05 Joel Brobecker <brobecker@adacore.com>
10896
10897 Get rid of the global "base_target" and use "find_target_beneath"
10898 to find the underlying target.
10899 * dec-thread.c (base_target): Delete.
10900 (enable_dec_thread): Remove assignement to base_target.
10901 (dec_thread_detach, dec_thread_wait, dec_thread_wait)
10902 (dec_thread_fetch_registers, dec_thread_store_registers)
10903 (dec_thread_mourn_inferior, dec_thread_pid_to_str):
10904 Update the function profile if necessary.
10905 Use find_target_beneath to call the same method but from
10906 the underlying target, removing the need for "base_target".
10907
10908 * dec-thread.c (dec_thread_get_regsets, dec_thread_set_regsets):
10909 Fix a copy/paste error in a few debug traces...
10910
10911 * solib-osf.c (init_so): Use a simpler method for computing
10912 the size of lm_info structure. This also gets rid of warning
10913 emitted by the compiler.
10914
aae64587
PA
109152009-03-05 Pedro Alves <pedro@codesourcery.com>
10916
10917 * breakpoint.c (check_duplicates_for): Skip permanent breakpoints
10918 duplicates of permanent breakpoints.
10919
1941c569
PA
109202009-03-04 Pedro Alves <pedro@codesourcery.com>
10921
10922 * inferior.h (notice_new_inferior): Declare.
10923 * infcmd.c (notice_new_inferior): New.
10924 * remote.c (remote_add_inferior, remote_add_thread): New.
10925 (notice_new_inferiors): Rename to...
10926 (remote_notice_new_inferior): ... this. Add RUNNING argument.
10927 Use remote_add_thread instead of add_thread, passing it the
10928 RUNNING argument. Add an inferior with remote_add_inferior. If
10929 we just learned about an inferior, call notice_new_inferior.
10930 (record_currthread): Adjust.
10931 (remote_threads_info): Adjust to use remote_notice_new_inferior.
237d4315
PA
10932 (remote_start_remote, extended_remote_attach_1): Use
10933 remote_add_inferior.
1941c569
PA
10934 (process_stop_reply): Adjust. Call remote_notice_new_inferior
10935 after handling expedited registers and watchpoint state.
10936 (extended_remote_create_inferior_1): Use remote_add_inferior.
10937
9bde0732
AR
109382009-03-04 Aleksandar Ristovski <aristovski@qnx.com>
10939
10940 * infcmd.c (registers_info): Remove register number case.
10941
6aa8e5c2
PA
109422009-03-03 Pedro Alves <pedro@codesourcery.com>
10943
10944 * top.c (quit_target): Check for target_has_execution before
10945 killing or detaching from inferiors.
10946
1d59cee5
JB
109472009-03-02 Joel Brobecker <brobecker@adacore.com>
10948
10949 Remove some unused routines.
10950
10951 * ada-lang.c (is_suppressed_name, ada_suppress_symbol_printing):
10952 Delete.
10953 * ada-lang.c (ada_task_list_iterator_ftype)
10954 (iterate_over_live_ada_tasks): Delete.
10955 * ada-tasks.c (ada_get_environment_task, iterate_over_live_ada_tasks):
10956 Delete.
10957
223698f8
DE
109582009-03-01 Doug Evans <dje@google.com>
10959
9af17804
DE
10960 * symtab.c: Remove trailing whitespace throughout the file.
10961 (expand_line_sal): Fix some typos and whitespace.
10962
3c54f140
DE
10963 * Makefile.in (clean): rm -f $(DEPDIR)/*.
10964
2aecd87f
DE
10965 * Makefile.in (GDB_CFLAGS): Add -I$(srcdir)/common.
10966 (init.c): signals/ -> common/.
10967 (signals.o): Update.
10968 * target.h (target_signal_to_string,target_signal_to_string)
10969 (target_signal_from_name,target_signal_to_host_p)
10970 (target_signal_from_host,target_signal_to_host): Move to ...
10971 * common/gdb_signals.h: ... here. New file.
10972 * common/signals.c: Moved here from signals/signals.c.
10973 #include gdb_signals.h, remove #include of target.h in gdb case.
10974 (target_signal_from_command,default_target_signal_to_host)
10975 (default_target_signal_from_host): Move inside #ifndef GDBSERVER.
10976
223698f8
DE
10977 Include thread ID in target_wait debugging output.
10978 * infrun.c (print_target_wait_results): New function.
10979 (wait_for_inferior,fetch_inferior_event): Call it.
10980
93a91755
PA
109812009-02-27 Pedro Alves <pedro@codesourcery.com>
10982
10983 * gdb_proc_service.h (struct ps_prochandle): Replace pid_t field
10984 with a ptid_t field.
10985 * linux-thread-db.c (thread_get_info_callback): Build the ptid
10986 using the pid stored in proc_handle.ptid.
10987 (thread_from_lwp, thread_db_attach_lwp, enable_thread_event)
10988 (check_for_thread_db, thread_db_detach, check_event)
10989 (thread_db_mourn_inferior, find_new_threads_callback)
10990 (thread_db_find_new_threads_1): Adjust.
10991 * proc-service.c (ps_xfer_memory, ps_lgetregs, ps_lsetregs)
10992 (ps_lgetfpregs, ps_lsetfpregs, ps_getpid): Adjust.
10993
b5096abe
PM
109942009-02-27 Phil Muldoon <pmuldoon@redhat.com>
10995
10996 * valprint.c (read_string): Rework clean-up logic. Use
10997 free_current_contents to clean-up buffer.
10998
a2f63f5e
AS
109992009-02-27 Andreas Schwab <schwab@linux-m68k.org>
11000
11001 * MAINTAINERS: Update e-mail address.
11002
83390453
PM
110032009-02-26 Phil Muldoon <pmuldoon@redhat.com>
11004
11005 * python/python-utils.c (python_string_to_unicode): Always return
11006 a new reference.
11007 (python_string_to_target_string): Decrement transient python
11008 instance.
11009 (python_string_to_host_string): Likewise.
11010
110112007-02-26 Pedro Alves <pedro@codesourcery.com>
a0740d21
PA
11012
11013 * mips-linux-nat.c (mips64_linux_fetch_registers): Pass `ops' to
11014 call to super_fetch_registers.
11015 (mips64_linux_store_registers): Pass `ops' to call to
11016 super_store_registers.
11017
89c83b10
DE
110182009-02-25 Doug Evans <dje@google.com>
11019
99361f52
DE
11020 * breakpoint.c (insert_bp_location): Add \n to overlay breakpoint
11021 error message.
11022
1c2af6c4
DE
11023 * breakpoint.c (disable_breakpoints_in_shlibs): Delete local
11024 disabled_shlib_breaks, unused.
11025
89c83b10
DE
11026 * printcmd.c (build_address_symbolic): Fix comment.
11027
9e2f0ad4
HZ
110282009-02-25 Hui Zhu <teawater@gmail.com>
11029
11030 * cli/cli-script.c (define_command): Add _() to query.
11031 * gnu-nat.c (inf_validate_task_sc): Ditto.
11032 * infcmd.c (kill_if_already_running): Ditto.
11033 (jump_command): Ditto.
11034 (attach_command): Ditto.
11035 * inflow.c (kill_command): Ditto.
11036 * infrun.c (handle_command): Ditto.
11037 * maint.c (maintenance_dump_me): Ditto.
11038 * memattr.c (mem_delete_command): Ditto.
11039 * monitor.c (monitor_interrupt_query): Ditto.
11040 * nto-procfs.c (interrupt_query): Ditto.
11041 * printcmd.c (undisplay_command): Ditto.
11042 * remote-mips.c (mips_kill): Ditto.
11043 * remote.c (interrupt_query): Ditto.
11044 * solib-irix.c (irix_open_symbol_file_object): Ditto.
11045 * solib-osf.c (osf_open_symbol_file_object): Ditto.
11046 * solib-pa64.c (pa64_open_symbol_file_object): Ditto.
11047 * solib-som.c (som_open_symbol_file_object): Ditto.
11048 * solib-svr4.c (open_symbol_file_object): Ditto.
11049 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
11050 * target.c (kill_or_be_killed): Ditto.
11051 * tracepoint.c (delete_trace_command): Ditto.
11052 * top.c (quit_confirm): Add _() to s that will be used
11053 in query.
11054
02529b48
PM
110552009-02-24 Pierre Muller <muller@ics.u-strasbg.fr>
11056
11057 Fix windows-nat.c compilation failure.
11058
11059 * windows-nat.c (windows_thread_alive): Fix forward declaration.
11060 (get_windows_debug_event): Add ops parameter to call to windows_resume.
11061
2fb89e62
PA
110622009-02-23 Pedro Alves <pedro@codesourcery.com>
11063
11064 * remote-sim.c (gdbsim_resume): Add target_ops* argument.
11065
6f43c46f
JB
110662009-02-23 Jay Krell <jay.krell@cornell.edu> (tiny change)
11067
11068 * symtab.c (find_line_symtab): Initialize exact to avoid
11069 a compiler warning.
11070
84e473c8
PA
110712009-02-23 Pedro Alves <pedro@codesourcery.com>
11072
11073 * i386-linux-nat.c (i386_linux_fetch_inferior_registers): Pass
11074 `ops' to recursive call.
11075
28439f5e
PA
110762009-02-23 Pedro Alves <pedro@codesourcery.com>
11077
11078 * corelow.c (get_core_registers): Adjust.
11079 (core_file_thread_alive): Rename to...
11080 (core_thread_alive): ... this.
11081 (core_pid_to_str): Try gdbarch_core_pid_to_str first.
11082 (init_core_ops): Adjust.
11083 (coreops_suppress_target): Delete.
11084 (_initialize_corelow): Unconditionally add core_ops.
11085 * procfs.c: Include "inf-child.h".
11086 (procfs_ops): Delete.
11087 (init_procfs_ops): Delete. Reimplement as...
11088 (procfs_target): ... this, inheriting from inf-child.
11089 (procfs_attach, procfs_detach, procfs_fetch_registers): Adjust.
11090 (procfs_prepare_to_store): Delete.
11091 (procfs_store_registers, procfs_resume): Adjust.
11092 (procfs_open): Delete.
11093 (procfs_suppress_run): Delete.
11094 (procfs_can_run): Delete.
11095 (procfs_mourn_inferior): Adjust.
11096 (procfs_init_inferior): Add target_ops parameter. Adjust.
11097 (procfs_create_inferior): Don't pass procfs_init_inferior to
11098 fork_inferior. Instead call it after fork_inferior returns.
11099 (procfs_find_new_threads): Adjust.
11100 (_initialize_procfs): Adjust to use procfs_target instead of
11101 init_procfs_ops.
11102 * sol-thread.c (orig_core_ops, sol_core_ops): Delete.
11103 (lwp_to_thread): Use target_thread_alive.
11104 (sol_thread_open): Delete.
11105 (sol_thread_attach): Delete.
11106 (sol_thread_detach, sol_thread_resume, sol_thread_wait)
11107 (sol_thread_fetch_registers, sol_thread_store_registers): Adjust
11108 to use find_target_beneath.
11109 (sol_thread_prepare_to_store, sol_thread_xfer_memory): Delete.
11110 (sol_thread_xfer_partial): Adjust to use find_target_beneath.
11111 (sol_thread_files_info, sol_thread_kill_inferior): Delete.
11112 (check_for_thread_db): New.
11113 (sol_thread_notice_signals, sol_thread_create_inferior): Delete.
11114 (sol_thread_new_objfile): Call check_for_thread_db.
11115 (sol_thread_mourn_inferior): Adjust to use find_target_beneath.
11116 (sol_thread_can_run): Delete.
11117 (sol_thread_alive): Adjust to use find_target_beneath.
11118 (sol_thread_stop): Delete.
11119 (rw_common): Use target_write_memory or target_read_memory.
11120 (ps_lgetregs, ps_lgetfpregs): Use target_fetch_registers.
11121 (ps_lsetregs, ps_lsetfpregs): Use target_store_registers.
11122 (solaris_pid_to_str): Remove check for libthread_db initialization
11123 failing.
11124 (sol_find_new_threads): Remove check for libthread_db
11125 initialization failing, or for an invalid inferior_ptid. Adjust
11126 to use find_target_beneath.
11127 (sol_core_open, sol_core_close, sol_core_detach,
11128 sol_core_files_info, sol_find_memory_regions,
11129 sol_make_note_section, ignore): Delete.
11130 (init_sol_thread_ops): Make it a thread_stratum target. Remove
11131 unneeded callback settings.
11132 (init_sol_core_ops): Delete.
11133 (_initialize_sol_thread): No longer call init_sol_core_ops, set
11134 procfs_suppress_run, or hack with core_ops.
11135
11136 * target.h (struct target_ops): Add a target_ops * parameter to
11137 to_resume, to_fetch_registers, to_store_registers, to_thread_alive
11138 and to_find_new_threads.
11139 (target_fetch_registers, target_store_registers)
11140 (target_thread_alive, target_find_new_threads): Redeclare as
11141 function.
a2f63f5e 11142
28439f5e
PA
11143 * target.c (update_current_target): Do not inherit or de_fault
11144 to_resume, to_fetch_registers, to_store_registers,
11145 to_thread_alive, to_find_new_threads.
11146 (target_resume): Adjust.
11147 (target_thread_alive, target_find_new_threads): New.
11148 (debug_to_resume, debug_to_fetch_registers): Delete.
11149 (target_fetch_registers): New.
11150 (debug_to_store_registers): Delete.
11151 (target_store_registers): New.
11152 (debug_to_thread_alive, debug_to_find_new_threads): Delete.
11153 (setup_target_debug): Adjust.
a2f63f5e 11154
28439f5e 11155 * gdbcore.h (core_ops): Delete declaration.
a2f63f5e 11156
28439f5e
PA
11157 * inf-ptrace.c, linux-nat.c, remote.c, amd64-linux-nat.c,
11158 inf-child.c, linux-thread-db.c, bsd-uthread.c, inf-ttrace.c,
11159 i386-sol2-tdep.c, darwin-nat.c, gnu-nat.c, go32-nat.c,
11160 hpux-thread.c, i386-linux-nat.c, i386fbsd-nat.c, monitor.c,
11161 nto-procfs.c, remote-m32r-sdi.c, remote-mips.c, windows-nat.c,
11162 alphabsd-nat.c, amd64bsd-nat.c, arm-linux-nat.c, armnbsd-nat.c,
11163 bsd-kvm.c, hppa-hpux-nat.c, hppa-linux-nat.c, hppabsd-nat.c,
11164 hppanbsd-nat.c, i386-darwin-nat.c, i386bsd-nat.c,
11165 ia64-linux-nat.c, m32r-linux-nat.c, m68kbsd-nat.c,
11166 m68klinux-nat.c, m88kbsd-nat.c, mips-linux-nat.c,
11167 mips64obsd-nat.c, mipsnbsd-nat.c, ppc-linux-nat.c, ppcnbsd-nat.c,
11168 ppcobsd-nat.c, remote-sim.c, rs6000-nat.c, s390-nat.c,
11169 shnbsd-nat.c, sparc-nat.c, sparc-nat.h, spu-linux-nat.c,
11170 vaxbsd-nat.c, xtensa-linux-nat.c: Adjust to target_ops changes.
11171
11172 * gdbarch.sh (core_pid_to_str): New gdbarch callback.
11173 * gdbarch.h, gdbarch.c: Regenerate.
11174
11175 * sol2-tdep.c: Include "inferior.h".
11176 (sol2_core_pid_to_str): New.
11177 * sol2-tdep.h (sol2_core_pid_to_str): Declare.
11178
11179 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Set it.
11180 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Set it.
11181 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Set it.
11182 * i386-sol2-tdep.c (i386_sol2_init_abi): Set it.
11183
907083d1
DE
111842009-02-22 Doug Evans <dje@google.com>
11185
11186 * exec.c (exec_file_attach): Fix comment.
11187
63807e1d
PA
111882009-02-22 Pedro Alves <pedro@codesourcery.com>
11189
11190 Silence a few -Wmissing-prototypes warnings.
11191
11192 PR build/9877:
a2f63f5e 11193 * alpha-linux-tdep.c (alpha_linux_regset_from_core_section): Make
63807e1d 11194 it static.
a2f63f5e
AS
11195 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Declare.
11196 * amd64fbsd-tdep.c (amd64fbsd_init_abi): Make it static.
11197 * amd64nbsd-tdep.c (_initialize_amd64nbsd_ndep): Rename to ...
63807e1d
PA
11198 (_initialize_amd64nbsd_tdep): ... this.
11199 * arm-linux-tdep.c (arm_linux_software_single_step): Make it static.
11200 (_initialize_arm_linux_tdep): Declare.
11201 * armbsd-tdep.c (armbsd_fpreg_offset): Make it static.
11202 * armnbsd-tdep.c (_initialize_arm_netbsd_tdep): Declare.
11203 * armobsd-tdep.c (_initialize_armobsd_tdep): Declare.
11204 * avr-tdep.c (avr_return_value): Make it static.
11205 (avr_frame_unwind_cache): Ditto.
11206 * bsd-uthread.c (bsd_uthread_inferior_created): Ditto.
11207 (bsd_uthread_solib_loaded): Ditto.
11208 (bsd_uthread_solib_unloaded): Ditto.
11209 (bsd_uthread_target): Ditto.
11210 (_initialize_bsd_uthread): Declare.
11211 * cris-tdep.c (crisv32_single_step_through_delay): Make it static.
11212 (cris_frame_unwind_cache): Ditto.
11213 * frv-tdep.c (frv_return_value): Ditto.
11214 * h8300-tdep.c (h8300_use_struct_convention): Ditto.
11215 (h8300h_use_struct_convention): Ditto.
11216 * hppa-tdep.c (hppa_sign_extend, hppa_low_hppa_sign_extend):
11217 Ditto.
11218 * hppa-tdep.h (hppa_low_sign_extend, hppa_sign_extend): Delete
11219 declarations.
11220 * hppabsd-tdep.c: Include hppabsd-tdep.h.
11221 (hppabsd_find_global_pointer): Make it static.
11222 * hppabsd-tdep.h: New.
11223 * hppanbsd-tdep.c: Include hppabsd-tdep.h.
11224 (hppabsd_init_abi): Remove declaration.
11225 (_initialize_hppabsd_tdep): Remove declaration.
11226 (_initialize_hppanbsd_tdep): Declare.
11227 * hppaobsd-tdep.c: Include hppabsd-tdep.h.
11228 (hppabsd_init_abi): Delete declaration.
11229 (hppaobsd_init_abi): Make it static.
11230 * i386-nto-tdep.c (_initialize_i386nto_tdep): Declare.
11231 * i386nbsd-tdep.c (_initialize_i386nbsd_tdep): Declare.
11232 * ia64-linux-tdep.c (_initialize_ia64_linux_tdep): Declare.
11233 * ia64-tdep.c (ia64_register_reggroup_p): Make it static.
11234 * iq2000-tdep.c (_initialize_iq2000_tdep): Declare.
11235 * m32c-tdep.c (m32c_register_reggroup_p): Make it static.
11236 (m32c_analyze_prologue, m32c_virtual_frame_pointer): Ditto.
11237 (_initialize_m32c_tdep): Declare.
11238 * m32r-rom.c (_initialize_m32r_rom): Declare.
11239 * m32r-tdep.c (m32r_skip_prologue): Make it static.
11240 (m32r_return_value): Ditto.
11241 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Make it static.
11242 (m68hc11_return_value): Ditto.
11243 * m68klinux-tdep.c (_initialize_m68k_linux_tdep): Declare.
11244 * m88k-tdep.c (m88k_frame_cache): Make it static.
11245 * mep-tdep.c (mep_gdb_print_insn): Ditto.
11246 (mep_return_value): Ditto.
11247 (_initialize_mep_tdep): Declare.
11248 * mips-irix-tdep.c (_initialize_mips_irix_tdep): Declare.
11249 * mips-linux-tdep.c (supply_64bit_reg): Make it static.
11250 (mips_linux_syscall_next_pc): Ditto.
11251 (_initialize_mips_linux_tdep): Declare.
11252 * mips-tdep.c (mips_single_step_through_delay): Make it static.
11253 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Declare.
11254 * mn10300-linux-tdep.c (_initialize_mn10300_linux_tdep): Declare.
11255 * mn10300-tdep.c (_initialize_mn10300_tdep): Declare.
11256 * mt-tdep.c (_initialize_mt_tdep): Declare.
11257 * nbsd-tdep.c: Include nbsd-tdep.h.
11258 * nto-tdep.c (find_load_phdr): Make it static.
11259 (_initialize_nto_tdep): Declare.
11260 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Make it
11261 static.
11262 (_initialize_ppc_linux_tdep): Declare.
11263 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint)
11264 (m32r_insert_watchpoint, m32r_remove_watchpoint)
11265 (m32r_stopped_data_address, m32r_stopped_by_watchpoint): Make
11266 static.
11267 * rs6000-aix-tdep.c (_initialize_rs6000_aix_tdep): Declare.
11268 * rs6000-nat.c: Include xcoffread.h.
11269 (find_toc_address): Don't extern declare get_toc_offset. Adjust
11270 to call xcoff_get_to_offset.
11271 * rs6000-tdep.c (ppc_vsx_support_p, ppc_displaced_step_fixup)
11272 (rs6000_skip_main_prologue, rs6000_in_solib_return_trampoline)
11273 (rs6000_skip_trampoline_code): Make static.
11274 * s390-tdep.c (s390_regset_from_core_section): Ditto.
11275 * sh-tdep.c (sh_register_reggroup_p): Ditto.
11276 * shnbsd-tdep.c (shnbsd_regset_from_core_section): Ditto.
11277 (_initialize_shnbsd_tdep): Declare.
11278 * solib-frv.c (displacement_from_map): Make static.
11279 (_initialize_frv_solib): Declare.
11280 * solib-irix.c (fetch_lm_info): Make static.
11281 (_initialize_irix_solib): Declare.
11282 * solib-som.c: Include solib-som.h.
11283 (som_solib_select): Line break.
11284 * sparc-tdep.c (sparc_regset_from_core_section): Make static.
11285 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Rename to ...
11286 (_initialize_sparcnbsd_tdep): ... this.
11287 * spu-tdep.c (spu_software_single_step): Make it static.
11288 (_initialize_spu_tdep): Declare.
11289 * vax-tdep.c (vax_frame_cache): Make it static.
11290 * xcoffread.c: Include xcoffread.h.
11291 (get_toc_offset): Rename to ...
11292 (xcoff_get_toc_offset): ... this.
11293 (_initialize_xcoffread): Declare.
11294 * xcoffread.h: New.
11295 * xtensa-linux-tdep.c (_initialize_xtensa_linux_tdep): Declare.
11296 * xtensa-tdep.c (xtensa_skip_prologue, xtensa_derive_tdep): Make
11297 static.
11298 (_initialize_xtensa_tdep): Declare.
11299
2c0b251b
PA
113002008-02-21 Pedro Alves <pedro@codesorcery.com>
11301
11302 Silence a few -Wmissing-prototypes warnings.
11303
11304 PR build/9877:
11305 * amd64-nat.c: Include "amd64-nat.h".
11306 * fork-child.c (_initialize_fork_child): Ditto.
11307 * gcore.c (_initialize_gcore): Ditto.
11308 * inf-ptrace.c: Include "inf-ptrace.h".
11309 (inf_ptrace_store_registers): Make it static.
11310 * linux-nat.c (linux_nat_terminal_ours): Make it static.
11311 (_initialize_linux_nat): Declare before definition.
11312 * linux-tdep.c: Include "linux-tdep.h".
11313 * linux-thread-db.c (_initialize_thread_db): Declare before
11314 definition.
11315 * proc-service.c (_initialize_proc_service): Ditto.
11316 * remote.c (remote_send_printf): Make it static.
11317 * solib.c: Include "solib.h".
11318 * symfile-mem.c (_initialize_symfile_mem): Declare before
11319 definition.
11320 * ada-lang.c (ada_la_decode, ada_match_name)
11321 (ada_suppress_symbol_printing, ada_is_array_type)
11322 (ada_value_ptr_subscript, ada_array_length)
11323 (ada_to_static_fixed_value): Make them static.
11324 (_initialize_ada_language): Declare before definition.
11325 * ada-tasks.c (ada_get_task_number, ada_get_environment_task)
11326 (ada_task_list_changed, ada_new_objfile_observer): Make them
11327 static.
11328 (_initialize_tasks): Declare before definition.
11329 * addrmap.c (_initialize_addrmap): Declare before definition.
11330 * auxv.c (default_auxv_parse): Make it static.
11331 * bfd-target.c (target_bfd_xfer_partial, target_bfd_xclose): Make
11332 them static.
11333 * breakpoint.c (remove_sal): Add line break.
11334 (expand_line_sal_maybe): Make it static.
11335 * cp-name-parser.y: Include "cp-support.h".
11336 * cp-valprint.c (cp_find_class_member): Make it static.
11337 * eval.c (value_f90_subarray): Ditto.
11338 * exceptions.c (print_any_exception): Ditto.
11339 * findcmd.c (_initialize_mem_search): Declare before definition.
11340 * frame.c (frame_observer_target_changed): Make it static.
11341 * gnu-v3-abi.c (gnuv3_find_method_in): Make it static.
11342 * inf-child.c: Include "inf-child.h".
11343 * inferior.h (valid_inferior_id): Rename to ...
11344 (valid_gdb_inferior_id): ... this.
11345 * infrun.c (infrun_thread_stop_requested, siginfo_make_value):
11346 Make them static.
11347 * jv-lang.c (java_language_arch_info): Make it static.
11348 * m2-typeprint.c (m2_get_discrete_bounds): Ditto.
11349 * osdata.c (info_osdata_command): Make it static.
11350 * regcache.c (regcache_observer_target_changed): Make it static.
11351 * reverse.c (_initialize_reverse): Declare before definition.
11352 * stabsread.c (cleanup_undefined_types_noname)
11353 (cleanup_undefined_types_1): Make them static.
11354 * symfile.c (place_section): Make it static.
11355 * symtab.c (find_pc_sect_psymtab_closer): Make it static.
11356 * target-descriptions.c (_initialize_target_descriptions): Declare
11357 before definition.
11358 * target.c (default_get_ada_task_ptid, find_default_can_async_p)
11359 (find_default_is_async_p, find_default_supports_non_stop): Make
11360 them static.
11361 (target_supports_non_stop): Add prototype.
11362 (dummy_pid_to_str): Make it static.
11363 * utils.c (_initialize_utils): Declare before definition.
11364 * ada-exp.y (_initialize_ada_exp): Declare before definition.
11365 * solib-svr4.c (HAS_LM_DYNAMIC_FROM_LINK_MAP): Add a prototype.
11366 * target.h (struct target_ops): Add a prototype to the
11367 to_can_execute_reverse callback.
a2f63f5e
AS
11368 * macroscope.c (_initialize_macroscope): Declare before definition.
11369 * cp-namespace.c (_initialize_cp_namespace): Declare before definition.
2c0b251b
PA
11370 * python/python.c (_initialize_python): Declare before definition.
11371 * tui/tui-command.c: Include "tui/tui-command.h".
11372 * tui/tui-data.c (init_content_element, init_win_info): Make them
11373 static.
11374 * tui/tui-disasm.c: Include "tui/tui-disasm.h".
11375 * tui/tui-interp.c (_initialize_tui_interp): Declare before
11376 definition.
11377 * tui/tui-layout.c: Include "tui/tui-layout.h".
11378 (_initialize_tui_layout): Declare before definition.
11379 * tui/tui-regs.c: Include "tui/tui-regs.h".
11380 (tui_display_reg_element_at_line): Make it static.
11381 (_initialize_tui_regs): Declare before definition.
11382 * tui/tui-stack.c (_initialize_tui_stack): Declare before
11383 definition.
11384 * tui/tui-win.c: Include "tui/tui-win.h".
11385 (_initialize_tui_win): Declare before definition.
11386 (tui_sigwinch_handler): Make it static. Wrap in ifdef SIGWINCH.
11387 * tui/tui-win.h (tui_sigwinch_handler): Delete declaration.
11388 (tui_get_cmd_list): Add a prototype.
11389 * tui/tui-windata.c: Include tui-windata.h.
11390 * tui/tui-wingeneral.c (box_win): Make it static.
11391 * cli/cli-logging.c (show_logging_command): Make it static.
11392 (_initialize_cli_logging): Declare before definition.
11393 * mi/mi-common.c (_initialize_gdb_mi_common): Declare before
11394 definition.
11395
5aca5a82
PM
113962009-02-20 Pierre Muller <muller@ics.u-strasbg.fr>
11397
08c1f091 11398 Extend use of i386_use_watchpoints to all i386 native files
5aca5a82 11399 using hardware watchpoints.
08c1f091
DE
11400 * go32-nat.c (init_go32_ops): Call i386_use_watchpoints.
11401 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Ditto.
11402 * windows-nat.c (init_windows_ops): Ditto.
11403 * config/i386/nm-cygwin.h: Define I386_WATCHPOINTS_IN_TARGET_VECTOR.
11404 * config/i386/nm-cygwin64.h: Ditto.
11405 * config/i386/nm-fbsd.h: Ditto.
11406 * config/i386/nm-go32.h: Ditto.
5aca5a82 11407
1db300f1
JB
114082009-02-19 Joel Brobecker <brobecker@adacore.com>
11409
11410 * ada-typeprint.c (ada_typedef_print): Remove. Unused.
11411
c86cf029
VP
114122009-02-18 Vladimir Prus <vladimir@codesourcery.com>
11413
11414 * mi/mi-interp.c (mi_solib_loaded, mi_solib_unloaded): New.
11415 (mi_interpreter_init): Register the above.
11416 * solib.c (clear_solib): Notify solib unload.
11417 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Do not
11418 disable breakpoints on a.out targets.
11419
3ea85240
VP
114202009-02-17 Vladimir Prus <vladimir@codesourcery.com>
11421
11422 * observer.c (observer_test_first_notification_function)
11423 (observer_test_second_notification_function)
11424 (observer_test_third_notification_function): Adjust prototype.
11425
4c1d2973
PA
114262009-02-17 Pedro Alves <pedro@codesourcery.com>
11427
11428 * Makefile.in (ALL_64_TARGET_OBS): Add amd64-dicos-tdep.o.
11429 (ALL_TARGET_OBS): Add dicos-tdep.o.
11430 (ALLDEPFILES): Add amd64-dicos-tdep.c and dicos-tdep.c.
11431 * configure.tgt (i[34567]86-*-dicos*): Add dicos-tdep.o to
11432 gdb_target_obs.
11433 (x86_64-*-dicos*): Add dicos-tdep.o and amd64-dicos-tdep.o to
11434 gdb_target_obs.
11435 * dicos-tdep.h, dicos-tdep.c: New.
11436 * amd64-dicos-tdep.c: New.
11437 * i386-dicos-tdep.c: Don't include solib.h, solib-target.h or
11438 inferior.h. Include dicos-tdep.h.
11439 (i386_dicos_init_abi): Call dicos_init_abi.
11440 (i386_dicos_bfd_has_symbol_p): Delete.
11441 (i386_dicos_osabi_sniffer): Use dicos_load_module_p.
11442
11443 * NEWS: Mention x86-64 DICOS target support.
11444
1903f0e6
DE
114452009-02-16 Doug Evans <dje@google.com>
11446
11447 * amd64-tdep.c (amd64_skip_prefixes): Renamed from skip_prefixes.
11448 All callers updated.
11449 (amd64_get_insn_details): Handle more 3-byte opcode insns.
11450 (amd64_breakpoint_p): Delete.
11451 (amd64_displaced_step_fixup): When fixing up after stepping an int3,
11452 don't back up pc to the start of the int3.
11453 * i386-tdep.c: #include opcode/i386.h.
11454 (i386_skip_prefixes): New function.
11455 (i386_absolute_jmp_p): Constify argument.
11456 (i386_absolute_call_p,i386_ret_p,i386_call_p,i386_syscall_p): Ditto.
11457 (i386_breakpoint_p): Delete.
11458 (i386_displaced_step_fixup): Handle unnecessary or redundant prefixes.
11459 When fixing up after stepping an int3, don't back up pc to the start
11460 of the int3.
11461
959b8724
PA
114622009-02-16 Pedro Alves <pedro@codesourcery.com>
11463
11464 * corelow.c (core_close): Don't hardcode the core's pid.
11465 (core_open): Find core threads before calling
11466 post_create_inferior.
11467 (add_to_thread_list, get_core_register_section): Take into account
11468 systems where the regset section names encode the pid of the
11469 inferior.
11470
11471 * gdbarch.sh (core_reg_section_encodes_pid): New gdbarch setting.
11472 * gdbarch.h, gdbarch.c: Regenerate.
11473
11474 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Set it.
11475 * i386-sol2-tdep.c (i386_sol2_init_abi): Set it.
11476 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Set it.
11477 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Set it.
11478
1d33d6ba
VP
114792009-02-14 Vladimir Prus <vladimir@codesourcery.com>
11480
11481 Include frame information for *stopped due to CLI commands.
11482
a2f63f5e
AS
11483 * ada-tasks.c (ada_normal_stop_observer): Adjust prototype.
11484 * infcmd.c (finish_command_continuation): Pass '1' for
11485 'print_frame' parameter to the observer.
11486 * infrun.c (normal_stop): Don't print mi-specific information
11487 here. Pass 'stop_print_frame' to the 'print_frame' parameter
11488 of the observer.
11489 * mi/mi-interp.c (mi_on_normal_stop): Adjust prototype.
11490 If we need to print frame, and current uiout is not the MI one,
11491 print frame again.
1d33d6ba 11492
2ff5e605
PM
114932009-02-13 Pierre Muller <muller@ics.u-strasbg.fr>
11494
11495 * xtensa-tdep.c (call0_analyze_prologue): Delete BSZ macro.
11496 Replace BSZ macro uses by XTENSA_ISA_BSZ macro.
11497
5d7cb8df
JK
114982009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11499
11500 PR fortran/9806
11501 * dwarf2read.c (process_die <DW_TAG_module>, read_module)
11502 (scan_partial_symbols <DW_TAG_module>, add_partial_module): New.
11503
868a0084
PM
115042009-02-11 Pierre Muller <muller@ics.u-strasbg.fr>
11505
11506 * dwarf2read.c (read_base_type): Set code to TYPE_CODE_CHAR
5d7cb8df 11507 for DW_ATE_signed_char and DW_ATE_unsigned_char
868a0084
PM
11508 for pascal language.
11509
42e2132c
JK
115102009-02-11 Jim Meyering <meyering@redhat.com>
11511 Jan Kratochvil <jan.kratochvil@redhat.com>
11512
11513 Avoid NULL dereference.
11514 * stack.c (return_command): Guard use of SYMBOL_TYPE (thisfun).
11515 New variable func_type.
11516
315aef0a
PA
115172009-02-11 Pedro Alves <pedro@codesourcery.com>
11518
11519 * gdbarch.c: Regenerate.
11520
58159490
PM
115212009-02-10 Pierre Muller <muller@ics.u-strasbg.fr>
11522
11523 * p-lang.c (is_pascal_string_type): Fix comment.
11524 Determine exact size of char elements for GPC
11525 strings.
11526 (pascal_printstr): Handle char width of 2 or 4.
11527 * p-valprint.c (pascal_val_print): Handle char
11528 of width 2 or 4.
a2f63f5e 11529
d3f36a39
DJ
115302009-02-07 Daniel Jacobowitz <dan@codesourcery.com>
11531
11532 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and highpc
11533 inside the loop. Only call addrmap_set_empty if the compilation unit
11534 had DW_AT_high_pc and DW_AT_low_pc. Update call to
11535 scan_partial_symbols.
11536 (scan_partial_symbols): Take NEED_PC argument and pass it along with
11537 LOWPC and HIGHPC.
11538 (add_partial_namespace): Take NEED_PC argument and pass it through.
11539 (add_partial_subprogram): Take NEED_PC argument. Update the addrmap
11540 if necessary.
11541
47a3467a
PA
115422009-02-07 Pedro Alves <pedro@codesourcery.com>
11543
11544 * NEWS: Mention inspecting extra signal information, $_siginfo,
11545 and the qXfer:siginfo:read and qXfer:siginfo:write packets.
11546
1ef18d08
PA
115472009-02-07 Pedro Alves <pedro@codesourcery.com>
11548
11549 * linux-nat.c (PTRACE_SETSIGINFO): Define if PTRACE_GETSIGINFO
11550 isn't defined.
11551
5b009018
PA
115522009-02-06 Pedro Alves <pedro@codesourcery.com>
11553
11554 * amd64-linux-nat.c (compat_int_t, compat_uptr_t, compat_time_t)
11555 (compat_timer_t, compat_clock_t, struct compat_timeval)
11556 (compat_sigval_t, compat_siginfo_t): New types.
11557 (cpt_si_pid, cpt_si_uid, cpt_si_timerid, cpt_si_overrun)
11558 (cpt_si_status, cpt_si_utime, cpt_si_stime, cpt_si_ptr)
11559 (cpt_si_addr, cpt_si_band, cpt_si_fd): New defines.
11560 (compat_siginfo_from_siginfo, siginfo_from_compat_siginfo)
11561 (amd64_linux_siginfo_fixup): New.
11562 * linux-nat.c (linux_nat_siginfo_fixup): New.
11563 (siginfo_fixup): New.
11564 (linux_xfer_siginfo): Use siginfo_fixup to convert between the
11565 siginfo layout expected by ptrace and the siginfo layout of the
11566 inferior.
11567 (linux_nat_set_siginfo_fixup): New.
11568 * linux-nat.h (linux_nat_set_siginfo_fixup): Declare.
11569
4aa995e1
PA
115702009-02-06 Pedro Alves <pedro@codesourcery.com>
11571
11572 * target.h (enum target_object): Add new TARGET_OBJECT_SIGNAL_INFO.
11573 * infrun.c (siginfo_value_read, siginfo_value_write): New.
11574 (siginfo_value_funcs): New.
11575 (siginfo_make_value): New.
11576 (_initialize_infrun): Create the $_siginfo convenience variable.
11577 * gdbtypes.h (append_composite_type_field_aligned): Declare.
11578 * gdbtypes.c (append_composite_type_field): Rename to...
11579 (append_composite_type_field_aligned): ... this. Add ALIGNMENT
11580 argument. Handle it.
11581 (append_composite_type_field): Rewrite on top of
11582 append_composite_type_field_aligned.
11583 * value.h (internalvar_make_value): New typedef.
11584 (struct internalvar) <make_value>: New field.
11585 (create_internalvar_type_lazy): Declare.
11586 * value.c (create_internalvar): Clear make_value.
11587 (create_internalvar_type_lazy): New.
11588 (value_of_internalvar): If make_value is set use it.
11589 (preserve_values): Skip internal variables that don't have a
11590 value.
11591 * gdbarch.sh (get_siginfo_type): New.
11592 * gdbarch.h, gdbarch.c: Regenerate.
11593
11594 * linux-tdep.h, linux-tdep.c: New.
11595 * amd64-linux-tdep.c: Include "linux-tdep.h".
11596 (amd64_linux_init_abi): Register linux_get_siginfo_type and
11597 linux_get_siginfo_mapper.
11598 * i386-linux-tdep.c: Include "linux-tdep.h".
11599 (i386_linux_init_abi): Register linux_get_siginfo_type and
11600 linux_get_siginfo_mapper.
11601 * arm-linux-tdep.c: Include "linux-tdep.h".
11602 (i386_linux_init_abi): Register linux_get_siginfo_type and
11603 linux_get_siginfo_mapper.
11604
11605 * linux-nat.c (linux_xfer_siginfo): New.
11606 (linux_nat_xfer_partial): Handle TARGET_OBJECT_SIGNAL_INFO.
11607 * remote.c (PACKET_qXfer_siginfo_read)
11608 (PACKET_qXfer_siginfo_write): New.
11609 (feature remote_protocol_features): Add "qXfer:siginfo:read" and
11610 "qXfer:siginfo:write" features.
11611 (remote_xfer_partial): Handle TARGET_OBJECT_SIGNAL_INFO.
11612 (_initialize_remote): Add "set/show remote read-siginfo-object"
11613 and "set/show remote write-siginfo-object" commands.
11614
11615 * Makefile.in (ALL_TARGET_OBS): Add linux-tdep.o.
11616 (HFILES_NO_SRCDIR): Add linux-tdep.h.
11617 (ALLDEPFILES): Add linux-tdep.c.
a2f63f5e 11618
4aa995e1
PA
11619 * configure.tgt (arm*-*-linux* | arm*-*-uclinux*)
11620 (i[34567]86-*-linux*, x86_64-*-linux*): Add linux-tdep.o to
11621 gdb_target_obs.
11622
5f5233d4
PA
116232009-02-06 Jim Blandy <jimb@codesourcery.com>
11624 Daniel Jacobowitz <dan@codesourcery.com>
11625 Vladimir Prus <vladimir@codesourcery.com>
11626 Pedro Alves <pedro@codesourcery.com>
11627
11628 * defs.h (enum lval_type): New value: lval_computed.
11629 * value.h (struct lval_funcs): New type.
11630 (allocate_computed_value, value_computed_funcs)
11631 (value_computed_closure): New declarations.
11632 * value.c (struct value): Add a structure to the location union
11633 for computed lvalues, containing 'funcs' and 'closure' members.
11634 (allocate_computed_value, value_computed_funcs)
11635 (value_computed_closure): New functions.
11636 (value_free): For computed lvalues, call the closure's
11637 'free_closure' function before freeing the value itself.
11638 (value_copy): If we're copying an lval_computed value, call the
11639 closure's 'copy_closure' function.
11640 (set_value_component_location): If the original value is a
11641 computed lvalue, then call the closure's 'copy_closure' function.
11642 (value_of_internalvar): If an internal variable's value is a
11643 computed lvalue, make retrieving its value produce an equivalent
11644 computed lvalue.
11645 * valops.c (value_fetch_lazy): Unlazy computed lvalues by calling
11646 their read function.
11647 (value_assign): Assign to computed lvalues by calling their write
11648 function.
11649
117de6a9
PA
116502009-02-06 Pedro Alves <pedro@codesourcery.com>
11651
11652 * linux-nat.c (linux_nat_wait): Adjust.
11653 (linux_nat_pid_to_str): Adjust. Remove call to thread_db_init.
11654 * linux-nat.h (thread_db_init): Delete declaration.
11655 * linux-thread-db.c (target_beneath): Delete.
11656 (thread_db_init): Delete.
11657 (thread_db_detach): Use find_target_beneath.
11658 (thread_db_wait): Adjust interface. Use find_target_beneath.
11659 (thread_db_mourn_inferior): Use find_target_beneath.
11660 (thread_db_can_async_p, thread_db_is_async_p, thread_db_async)
11661 (thread_db_async_mask): Delete.
11662 (thread_db_pid_to_str): Adjust interface. Use
11663 find_target_beneath.
11664 (thread_db_get_thread_local_address): Adjust interface. Use
11665 find_target_beneath.
11666 (init_thread_db_ops): Delete references to delete functions.
11667 * target.c (update_current_target): Don't inherit or default
11668 to_wait. Don't inherit to_pid_to_str and
11669 to_get_thread_local_address.
11670 (target_translate_tls_address): Look for a pushed target that
11671 implements to_get_thread_local_address, and use it instead of
11672 checking for target_get_thread_local_address_p.
11673 (target_wait, target_pid_to_str): Reimplement as functions.
11674 (dummy_pid_to_str): New.
11675 (init_dummy_target): Register it.
11676 (debug_to_wait): Delete.
11677 * target.h (struct target_ops): Make to_wait, to_pid_to_str and
11678 to_get_thread_local_address accept a pointer to struct target_ops.
11679 (target_wait): Delete macro, and declare as function.
11680 (target_pid_to_str): Likewise.
11681 (target_get_thread_local_address)
11682 (target_get_thread_local_address_p): Delete.
11683 (noprocess): Add NORETURN and ATTR_NORETURN tags.
11684 * inf-ptrace.c (inf_ptrace_wait): Adjust.
11685 (inf_ptrace_pid_to_str): New.
11686 (inf_ptrace_target): Use inf_ptrace_pid_to_str.
11687 * aix-thread.c (aix_thread_wait, aix_thread_pid_to_str): Adjust.
11688 * bsd-kvm.c (bsd_kvm_pid_to_str): Adjust.
11689 * bsd-uthread.c (bsd_uthread_wait, bsd_uthread_pid_to_str):
11690 Adjust.
11691 * corelow.c (core_pid_to_str): Adjust.
11692 * darwin-nat.c (darwin_wait, darwin_pid_to_str): Adjust.
11693 * dec-thread.c (dec_thread_wait, dec_thread_pid_to_str): Adjust.
11694 * gnu-nat.c (gnu_wait, gnu_pid_to_str): Adjust.
11695 * go32-nat.c (go32_wait, go32_pid_to_str): Adjust.
11696 * hpux-thread.c (hpux_thread_wait): Adjust.
11697 * inf-ttrace.c (inf_ttrace_wait, inf_ttrace_pid_to_str): Adjust.
11698 * monitor.c (monitor_wait, monitor_pid_to_str): Adjust.
11699 * nto-procfs.c (procfs_wait, procfs_pid_to_str): Adjust.
11700 * procfs.c (procfs_pid_to_str): Adjust.
11701 * remote-m32r-sdi.c (m32r_wait, m32r_pid_to_str): Adjust.
11702 * remote-mips.c (mips_wait): Adjust.
11703 * remote-sim.c (gdbsim_wait, gdbsim_pid_to_str): Adjust.
11704 * remote.c (remote_wait, remote_pid_to_str)
11705 (remote_get_thread_local_address): Adjust.
11706 * rs6000-nat.c (rs6000_wait): Adjust.
11707 * sol-thread.c (procfs_pid_to_str): Adjust declaration.
11708 (sol_thread_wait, solaris_pid_to_str): Adjust.
11709 * spu-linux-nat.c (spu_child_wait): Adjust.
11710 * windows-nat.c (windows_wait, windows_pid_to_str): Adjust.
11711
d8906c6f
TJB
117122009-02-06 Tom Tromey <tromey@redhat.com>
11713
11714 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-cmd.o.
11715 (SUBDIR_PYTHON_SRCS): Add python-cmd.c.
11716 (python-cmd.o): New target.
11717 * cli/cli-decode.c (set_cmd_completer): Add self parameter to
11718 completer prototype.
11719 (add_cmd): Initialize destroyer member of cmd_list_element. Use
11720 make_symbol_completion_list_fn as completer.
11721 (delete_cmd): Call destroyer if one is set.
11722 * cli/cli-decode.h (cmd_list_element): Add cmd parameter to
11723 completer member. Add destroyer member.
11724 (set_cmd_completer): Add self parameter to
11725 completer prototype.
11726 * command.h (set_cmd_completer): Add cmd parameter to
11727 completer prototype.
11728 * completer.c (noop_completer, filename_completer,
11729 location_completer, expression_completer, command_completer): Adapt
11730 to new completer prototype.
11731 (complete_line_internal): Pass new parameter to completer function.
11732 * completer.h (noop_completer, filename_completer,
11733 location_completer, expression_completer, command_completer): Adapt
11734 prototypes to new completer prototype.
11735 * interps.c (interpreter_completer): Adapt to new completer
11736 prototype.
11737 * python/python-cmd.c: New file.
11738 * python/python-internal.h (gdbpy_initialize_commands): Add
11739 prototype.
11740 (gdbpy_doc_cst): Add forward declaration.
11741 * python/python.c (gdbpy_doc_cst): Declare.
11742 (_initialize_python): Call gdbpy_initialize_commands. Initialize
11743 gdbpy_doc_cst.
11744 * symtab.c (make_symbol_completion_list_fn): New function.
11745 * symtab.h (make_symbol_completion_list_fn): Add prototype.
11746
739ef7fb
PA
117472009-02-06 Pedro Alves <pedro@codesourcery.com>
11748
11749 * target.c (target_get_osdata): Check for equal or higher than
11750 process_stratum, not dummy_stratum.
11751
6d097e65
PA
117522009-02-06 Pedro Alves <pedro@codesourcery.com>
11753
11754 * remote.c (extended_remote_can_run): Delete.
11755 (init_remote_ops): Don't register it.
11756 * target.c (target_get_osdata): Don't check for target_can_run.
11757 Instead any target that has already been pushed, otherwise
739ef7fb 11758 fallback to the default run target.
6d097e65 11759
947b8855
PA
117602009-02-06 Pedro Alves <pedro@codesourcery.com>
11761
11762 * target.c (target_create_inferior, target_detach)
11763 (target_mourn_inferior, target_attach, target_close): Do target
11764 debug output.
11765 (debug_to_attach, debug_to_detach, debug_to_create_inferior)
11766 (debug_to_mourn_inferior, debug_to_close): Delete.
11767 (setup_target_debug): Adjust.
11768
611041af
PA
117692009-02-05 Pedro Alves <pedro@codesourcery.com>
11770
11771 * target.h (target_stopped_data_address_p): Delete declaration,
11772 and don't define as macro.
11773 * target.c (target_stopped_data_address_p): Delete.
11774
b6cb8e7d
TJB
117752009-02-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
11776 Tom Tromey <tromey@redhat.com>
11777
11778 * python/python-utils.c (target_string_to_unicode): New function.
11779 * python/python-internal.h (target_string_to_unicode): New prototype.
11780 * python/python-value.c (valpy_string): New function.
11781 (value_object_methods): Add `string' entry.
11782
54ba13f7
PA
117832009-02-05 Pedro Alves <pedro@codesourcery.com>
11784
11785 * target.h (target_tid_to_str): Delete.
11786 * thread.c (print_thread_info, thread_apply_all_command)
11787 (thread_apply_command, thread_command, do_captured_thread_select):
11788 Use target_pid_to_str instead of target_tid_to_str.
11789 * linux-fork.c (delete_fork_command): Likewise.
11790
9d49bdc2
PA
117912009-02-05 Pedro Alves <pedro@codesourcery.com>
11792
11793 * frame.c (has_stack_frames): Make public.
11794 (get_prev_frame): Don't allow a NULL this_frame anymore.
11795 * frame.h (has_stack_frames): Declare.
11796 * varobj.c (find_frame_addr_in_frame_chain): Don't ever pass NULL
11797 to get_prev_frame, instead start at get_current_frame.
11798 (varobj_create): Check has_stack_frames before getting any frame;
11799 eliminate one usage of deprecated_safe_get_selected_frame.
11800
12453b93
TJB
118012009-02-05 Tom Tromey <tromey@redhat.com>
11802 Thiago Jung Bauermann <bauerman@br.ibm.com>
11803
11804 * python/python.c (GdbMethods): Move to bottom of file.
11805 (get_parameter, execute_gdb_command, gdbpy_write,
11806 gdbpy_flush): Remove forward declarations.
11807 (eval_python_from_control_command): Fix error checking of function
11808 PyRun_SimpleString. Fix error string.
11809 (python_command): Likewise.
11810 (execute_gdb_command): Added from_tty argument.
11811
ae6a3a4c
TJB
118122009-02-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
11813
11814 * language.h (language_dfn): Add la_get_string member.
11815 (LA_GET_STRING): New macro.
11816 (default_get_string): New prototype.
11817 * language.c (default_get_string): New function.
11818 (unknown_language_defn, auto_language_defn, local_language_defn): Use
11819 default_get_string for la_get_string.
11820 * c-lang.c (c_get_string): New function.
11821 (c_language_defn, cplus_language_defn, asm_language_defn): Use
11822 c_get_string for la_get_string.
11823 (minimal_language_defn): Likewise
11824 * ada-lang.c (ada_language_defn): Likewise.
11825 * f-lang.c (f_language_defn): Use default_get_string for
11826 la_get_string.
11827 * jv-lang.c (java_language_defn): Likewise.
11828 * m2-lang.c (m2_language_defn): Likewise.
11829 * objc-lang.c (objc_language_defn): Likewise.
11830 * p-lang.c (p_language_defn): Likewise.
11831 * scm-lang.c (scm_language_defn): Likewise.
11832 * typeprint.c (type_to_string): New function.
11833 * value.h (type_to_string): New prototype.
11834 * valprint.c (val_print_string): Factor out code for reading string
11835 from the inferior into its own function. Put 2 spaces after period
11836 in comments.
11837 (read_string): New function.
11838 * valprint.h (read_string): New prototype.
11839
fa8a61dc
TT
118402009-01-07 Pierre Muller <muller@ics.u-strasbg.fr>
11841 Tom Tromey <tromey@redhat.com>
11842
11843 PR breakpoints/8079:
11844 * breakpoint.c (print_one_breakpoint): Use exp_string field
11845 to display expression of watchpoints.
11846 (mention): Likewise.
11847 (watch_command_1): Remove trailing whitespace from expression.
11848 * printcmd.c (struct display) <exp_string>: New field.
11849 (display_command): Set exp_string.
11850 (free_display): Free exp_string.
11851 (clear_displays): Use free_display.
11852 (do_one_display): Print exp_string.
11853 (display_info): Likewise.
11854
08c637de
TJB
118552009-02-04 Tom Tromey <tromey@redhat.com>
11856 Thiago Jung Bauermann <bauerman@br.ibm.com>
11857 Phil Muldoon <pmuldoon@redhat.com>
11858
11859 * python/python-internal.h (gdbpy_get_value_from_history): Rename
11860 prototype to gdbpy_history.
11861 (gdbpy_is_string): Declare.
11862 (python_string_to_host_string): Declare.
11863 * python/python-utils.c (gdbpy_is_string): New function.
11864 (unicode_to_encoded_string): New function.
11865 (unicode_to_target_string): Use it.
11866 (python_string_to_host_string): New function.
11867 * python/python-value.c (valpy_address): New function.
11868 (convert_value_from_python): Use gdbpy_is_string. Change to throw
11869 Python exception instead of a GDB exception on error. Properly check
11870 Python booleans.
11871 (valpy_getitem): Convert field name to host string. Handle array
11872 accesses. Adapt to new behaviour of convert_value_from_python.
11873 (valpy_new): Adapt to new behaviour of convert_value_from_python.
11874 (enum valpy_opcode) <VALPY_LSH, VALPY_RSH, VALPY_BITAND,
11875 VALPY_BITXOR, VALPY_BITOR>: New constants.
11876 (valpy_binop): Update. Adapt to new behaviour of
11877 convert_value_from_python.
11878 (valpy_invert): New function.
11879 (valpy_lsh): Likewise.
11880 (valpy_rsh): Likewise.
11881 (valpy_and): Likewise.
11882 (valpy_or): Likewise.
11883 (valpy_xor): Likewise.
11884 (valpy_richcompare): Call convert_value_from_python instead of doing
11885 conversions itself.
11886 (is_intlike, valpy_int, valpy_long, valpy_float): New functions.
11887 (gdbpy_get_value_from_history): Rename
11888 function to gdbpy_history.
11889 (gdbpy_initialize_values): Don't set tp_new.
11890 (value_object_type): Add valpy_new.
11891 (value_object_methods): Add `address' entry.
11892 (value_object_as_number): Update for new methods.
11893 * python/python.c (GdbMethods): Rename entry from
11894 `get_value_from_history' to `history'.
11895
538e13a6 118962009-02-04 Jerome Guitton <guitton@adacore.com>
b5304971
JG
11897
11898 * ada-lang.c (ada_template_to_fixed_record_type_1): Check size
11899 of type to guard against a crash.
11900
33d502b4
JG
119012009-02-04 Jerome Guitton <guitton@adacore.com>
11902
11903 * value.c (value_from_contents_and_address): Always return
11904 a lval_memory value, even if address is null.
11905
9f08ae4f
TG
119062009-02-04 Tristan Gingold <gingold@adacore.com>
11907
11908 * i386-darwin-tdep.c (i386_darwin_sigcontext_addr): New function.
11909 (amd64_darwin_sigcontext_addr): Ditto.
11910 (darwin_dwarf_signal_frame_p): Ditto.
11911 (i386_darwin_init_abi): Handle signal frames, use the const for
11912 sc_num_regs.
11913 (x86_darwin_init_abi_64): Ditto.
11914
4bd207ef
TG
119152009-02-04 Tristan Gingold <gingold@adacore.com>
11916
11917 * i386-tdep.c (i386_sigtramp_p): Make it public.
11918 * i386-tdep.h (i386_sigtramp_p): Declare.
11919
4aa99a88
TG
119202009-02-04 Tristan Gingold <gingold@adacore.com>
11921
11922 * machoread.c (macho_symfile_read): Read minsymtab also from
11923 shared libraries.
11924 (macho_symfile_read): Try to read dwarf2 frame info from main
11925 object file, but not from OSO files.
11926 (macho_symfile_offsets): Update section names for latest BFD
11927 changes.
11928 * i386-darwin-tdep.c (i386_darwin_init_abi): Call set_solib_ops.
11929 (x86_darwin_init_abi_64): Ditto.
11930 * solib-darwin.c: New file.
11931 * solib-darwin.h: New file.
11932 * configure.tgt: Add solib.o solib-darwin.o for Darwin.
11933
7a848be1
TG
119342009-02-04 Tristan Gingold <gingold@adacore.com>
11935
11936 * solist.h (struct target_so_ops): Comment fallback behavior for
11937 operation same.
11938
b32d97f3
TT
119392009-02-03 Tom Tromey <tromey@redhat.com>
11940
11941 * completer.c (add_struct_fields): Check type_name against NULL
11942 before use.
11943
692263b8
JB
119442009-02-03 Joel Brobecker <brobecker@adacore.com>
11945
11946 * MAINTAINERS: Update Elena's email address.
11947
bfa149ac
JB
119482009-02-02 Joel Brobecker <brobecker@adacore.com>
11949
11950 * breakpoint (update_watchpoint): Minor comment adjustment.
11951
1c71341a
TT
119522009-02-02 Tom Tromey <tromey@redhat.com>
11953
52e44b43 11954 PR gdb/9594:
1c71341a
TT
11955 * completer.c (count_struct_fields): Count method names.
11956 (add_struct_fields): Add matching method names.
11957
85541719
DE
119582009-02-02 Doug Evans <dje@google.com>
11959
11960 * configure.ac (gdbkt): Check both no_tcl/no_tk first, before
11961 doing any further tcl/tk configury. Don't configure gdbtk if
11962 tcl or tk check fails.
11963 * aclocal.m4: Regenerate.
11964 * configure: Regenerate.
11965
a4295225
TT
119662009-02-02 Tom Tromey <tromey@redhat.com>
11967
11968 PR exp/9059:
11969 * valops.c (find_overload_match): Follow typedefs before taking
11970 address of object argument.
11971
f00150c9
DE
119722009-02-01 Doug Evans <dje@google.com>
11973
11974 * target.h (target_waitstatus_to_string): Declare.
11975 * target.c (target_waitstatus_to_string): New function. Copied from
11976 debug_to_wait. Add missing entries for TARGET_WAITKIND_SYSCALL_ENTRY,
11977 TARGET_WAITKIND_SYSCALL_RETURN, TARGET_WAITKIND_IGNORE,
11978 TARGET_WAITKIND_NO_HISTORY.
11979 (debug_to_wait): Call it.
11980 * infrun.c (wait_for_inferior): If debug_infrun, print result of
11981 target_wait.
11982 (fetch_inferior_event): Ditto.
11983
5abdf4bd
TT
119842009-01-30 Tom Tromey <tromey@redhat.com>
11985
11986 * Makefile.in (HFILES_NO_SRCDIR): Remove i386-cygwin-tdep.h.
11987
592375cd
VP
119882009-01-30 Vladimir Prus <vladimir@codesourcery.com>
11989
11990 PR 8145.
11991 * thread.c (do_captured_list_thread_ids): Report the current
11992 thread id.
11993
41447f92
VP
119942009-01-30 Vladimir Prus <vladimir@codesourcery.com>
11995
11996 * breakpoint.c (create_breakpoint, create_breakpoints)
11997 (break_command_really, set_breakpoint): New parameter enabled.
11998 (create_breakpoint, break_command_really): Make breakpoint
11999 disabled if so requested.
12000 * breakpoint.h (set_breakpoint): New parameter enabled.
12001 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle the -d option.
12002
35669430
DE
120032009-01-28 Doug Evans <dje@google.com>
12004
12005 * amd64-tdep.h (amd64_displaced_step_copy_insn): Declare.
12006 (amd64_displaced_step_fixup): Declare.
12007 * amd64-tdep.c: #include opcode/i386.h, dis-asm.h.
12008 (amd64_arch_regmap): Move out of amd64_analyze_stack_align
12009 and make static global.
12010 (amd64_arch_regmap_len): New static global.
12011 (amd64_arch_reg_to_regnum): New function.
12012 (struct amd64_insn): New struct.
12013 (struct displaced_step_closure): New struct.
12014 (onebyte_has_modrm,twobyte_has_modrm): New static globals.
12015 (rex_prefix_p,skip_prefixes)
12016 (amd64_insn_length_fprintf,amd64_insn_length_init_dis)
12017 (amd64_insn_length,amd64_get_unused_input_int_reg)
12018 (amd64_get_insn_details,fixup_riprel,fixup_displaced_copy)
12019 (amd64_displaced_step_copy_insn)
12020 (amd64_absolute_jmp_p,amd64_absolute_call_p,amd64_ret_p)
12021 (amd64_call_p,amd64_breakpoint_p,amd64_syscall_p)
12022 (amd64_displaced_step_fixup): New functions.
12023 * amd64-linux-tdep.c: #include arch-utils.h.
12024 (amd64_linux_init_abi): Install displaced stepping support.
12025
4eb7c016
JG
120262009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
12027 Jerome Guitton <guitton@adacore.com>
12028
12029 * configure, config.in: Regenerated.
12030 * configure.ac: Add --with-system-gdbinit.
12031 * main.c (get_init_files): New.
12032 (captured_main): Use get_init_files. Load system gdbinit before
12033 $HOME/.gdbinit.
12034 (print_gdb_help): Print location of init files.
12035
7df3ce47
PA
120362009-01-28 Pedro Alves <pedro@codesourcery.com>
12037
12038 * corefile.c (generic_search): Delete disabled code.
12039 * gdbcore.h (generic_search): Delete declaration.
12040
77435e4c
PA
120412009-01-26 Pedro Alves <pedro@codesourcery.com>
12042
12043 * linux-nat.c (linux_child_follow_fork): Copy attach_flag from the
12044 parent to the child.
12045 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
12046 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise. Use
12047 remove_breakpoints to remove breakpoints from the parent.
12048
1e275f79
PA
120492009-01-26 Pedro Alves <pedro@codesourcery.com>
12050
7488432f 12051 PR backtrace/9458, PR backtrace/8864:
1e275f79
PA
12052 * frame.c (create_new_frame): Update the frame's cached PC before
12053 finding its unwinder. Use frame_id_build to build the new frame's
12054 id.
12055 * stack.c (parse_frame_specification_1): Correct setting ``addrs''
12056 array values from the ``args'' array values.
12057
1deafd4e
PA
120582009-01-26 Pedro Alves <pedro@codesourcery.com>
12059
12060 * gdbtypes.c (alloc_type, alloc_type_instance, create_range_type)
12061 (create_array_type, create_set_type, init_flags_type)
12062 (copy_type_recursive): Replace pairs of calls to XALLOC and memset
12063 with a call to XZALLOC or XCALLOC, and pairs of calls to
12064 obstack_alloc and memset with a call to OBSTACK_ZALLOC.
12065
3c16cced
PA
120662009-01-26 Pedro Alves <pedro@codesourcery.com>
12067
12068 Add "maint set|show internal-error|internal-warning quit|corefile
12069 ask|yes|no" commands.
12070
12071 PR gdb/7580:
12072 * utils.c (internal_problem_ask, internal_problem_yes)
12073 (internal_problem_no, internal_problem_modes): New.
12074 (struct internal_problem): Remove FIXME. Make should_quit and
12075 should_dump_core types to char *.
12076 (internal_vproblem, internal_error_problem)
12077 (internal_warning_problem): Adjust.
12078 (set_internal_problem_cmd, show_internal_problem_cmd): New dummy
12079 functions.
12080 (add_internal_problem_command): New.
12081 (_initialize_utils): New.
12082
616d7dd2
PA
120832009-01-25 Pedro Alves <pedro@codesourcery.com>
12084
12085 * infcmd.c (program_info): Use paddress instead of casting stop_pc
12086 to unsigned long.
12087
0516318b
PA
120882009-01-24 Pedro Alves <pedro@codesourcery.com>
12089
12090 * infrun.c (normal_stop): Don't call
12091 deprecated_update_frame_pc_hack.
12092 * frame.c (deprecated_update_frame_pc_hack)
12093 (deprecated_update_frame_base_hack): Delete, and ...
12094 (create_new_frame): ... inline here.
12095 * frame.h (deprecated_update_frame_pc_hack)
12096 (deprecated_update_frame_base_hack): Delete declarations.
12097
1e8fb976
PA
120982009-01-23 Pedro Alves <pedro@codesourcery.com>
12099
12100 * cli/cli-decode.c (add_setshow_zuinteger_cmd): New.
12101 * cli/cli-setshow.c (do_setshow_command): Handle it.
12102 * command.h (enum var_types): Add var_zuinteger.
12103 (add_setshow_zuinteger_cmd): Declare.
12104
12105 * valprint.c (_initialize_valprint): Change the set input-radix
12106 and set output-radix commands to zuinteger type.
12107
dd7e2d2b
PA
121082009-01-23 Pedro Alves <pedro@codesourcery.com>
12109
12110 PR gdb/9664:
12111 * infrun.c (normal_stop): Tag threads as stopped, and run the
12112 hook-stop before printing the stack frame.
12113
392452f6
PA
121142009-01-22 Pedro Alves <pedro@codesourcery.com>
12115
12116 PR c++/9631:
12117 * gnu-v3-abi.c (gnuv3_baseclass_offset): Call check_typedef on
12118 vbasetype.
12119
f6a96b83
KH
121202009-01-20 Kazu Hirata <kazu@codesourcery.com>
12121
12122 * gdb/procfs.c (info_mappings_callback): Cast map->pr_size to
12123 unsigned long.
12124
5d277928 121252009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
a12cc160
DJ
12126
12127 PR gdb/9346
12128 * infcmd.c (signal_command): Do not specify a resume PC.
12129
b89667eb
DE
121302009-01-19 Doug Evans <dje@google.com>
12131
12132 * dummy-frame.c (dummy_frame): Replace regcache member with
12133 caller_state.
12134 (dummy_frame_push): Replace caller_regcache arg with caller_state.
12135 All callers updated.
12136 (remove_dummy_frame,pop_dummy_frame,lookup_dummy_frame): New fns.
12137 (dummy_frame_pop): Rewrite. Verify requested frame is in the
12138 dummy frame stack. Restore program state.
12139 (cleanup_dummy_frames): Rewrite.
12140 (dummy_frame_sniffer): Update. Make static.
12141 * dummy-frame.h (regcache,frame_info): Delete forward decls.
12142 (inferior_thread_state): New forward decl.
12143 (dummy_frame_push): Update prototype.
12144 * frame.c (frame_pop): dummy_frame_pop now does all the work for
12145 DUMMY_FRAMEs.
12146 * infcall.c (breakpoint_auto_delete_contents): Delete.
12147 (get_function_name,run_inferior_call): New fns.
12148 (call_function_by_hand): Simplify by moving some code to
12149 get_function_name, run_inferior_call. Inferior function call wrapped
12150 in TRY_CATCH so there's less need for cleanups and all exits from
12151 proceed are handled similarily. Detect program exit.
12152 Detect program stopping in a different thread.
12153 Make error messages more consistent.
12154 * inferior.h (inferior_thread_state): Declare (opaque type).
12155 (save_inferior_thread_state,restore_inferior_thread_state,
12156 make_cleanup_restore_inferior_thread_state,
12157 discard_inferior_thread_state, get_inferior_thread_state_regcache):
12158 Declare.
12159 (save_inferior_status): Update prototype.
12160 * infrun.c: (normal_stop): When stopped for the completion of an
12161 inferior function call, verify the expected stack frame kind.
12162 (inferior_thread_state): New struct.
12163 (save_inferior_thread_state,restore_inferior_thread_state,
12164 do_restore_inferior_thread_state_cleanup,
12165 make_cleanup_restore_inferior_thread_state,
12166 discard_inferior_thread_state,
12167 get_inferior_thread_state_regcache): New functions.
12168 (inferior_status): Move stop_signal, stop_pc, registers to
12169 inferior_thread_state. Remove restore_stack_info.
12170 (save_inferior_status): Remove arg restore_stack_info.
12171 All callers updated. Remove saving of state now saved by
12172 save_inferior_thread_state.
12173 (restore_inferior_status): Remove restoration of state now done by
12174 restore_inferior_thread_state.
12175 (discard_inferior_status): Remove freeing of registers, now done by
12176 discard_inferior_thread_state.
12177
aefc7064
PA
121782009-01-18 Pedro Alves <pedro@codesourcery.com>
12179
12180 * tui/tui-disasm.c (tui_vertical_disassem_scroll): Scroll one line
12181 at a time, times NUM_TO_SCROLL.
12182 * tui/tui-winsource.c (tui_horizontal_source_scroll): Don't try to
12183 fetch the selected frame if there is no stack.
12184
29f49a6a
PA
121852009-01-18 Pedro Alves <pedro@codesourcery.com>
12186
12187 PR gdb/9747:
12188 * gdbthread.h (finish_thread_state, finish_thread_state_cleanup):
12189 Declare.
12190 * thread.c (finish_thread_state, finish_thread_state_cleanup): New.
12191 * infrun.c (wait_for_inferior, fetch_inferior_event): If an error
12192 is thrown while handling an event, finish the thread state.
12193 (normal_stop): Use finish_thread_state cleanup.
12194 * infcmd.c (run_command_1): If an error is thrown while starting
12195 the inferior, finish the thread state.
12196
e7243d73
PA
121972009-01-18 Pedro Alves <pedro@codesourcery.com>
12198
12199 * tui/tui-winsource.c (tui_update_breakpoint_info): In asm layout,
12200 skip breakpoints without a location (pending breakpoints).
12201
e74994b5
PA
122022009-01-18 Pedro Alves <pedro@codesourcery.com>
12203
12204 PR build/9186:
12205 * hppa-hpux-tdep.c (hppa_hpux_write_pc): Remove 'return'.
12206
8405c36e
NR
122072009-01-18 Nick Roberts <nickrob@snap.net.nz>
12208
12209 * thread.c (thread_command): Move call to annotate_thread_changed
12210 to...
12211 (do_captured_thread_select): ... here, to avoid printing an
12212 annotation if the thread change generates an exception.
12213
b8bfd3ed
JB
122142009-01-16 Joel Brobecker <brobecker@adacore.com>
12215
12216 * NEWS: Document x86_64/MinGW as a new native configuration.
12217
2dde91e9
JB
122182009-01-16 Joel Brobecker <brobecker@adacore.com>
12219
12220 * NEWS: Move the documentation of "info os processes" to
12221 the appropriate section (documenting the new commands).
12222
54363045
DE
122232009-01-15 Doug Evans <dje@google.com>
12224
12225 * target.h (target_signal_to_string): Make return type const char *.
12226 (target_signal_to_name): Ditto.
12227 (target_signal_from_name): Make arg const char *.
54363045 12228 * infrun.c (sig_print_info): Update.
54363045
DE
12229 * signals/signals.c (signals): Make array and struct members const.
12230 (target_signal_to_string): Make return type const char *.
12231 (target_signal_to_name): Ditto.
12232 (target_signal_from_name): Make arg const char *.
12233
572d275c
UW
122342009-01-15 Ulrich Weigand <uweigand@de.ibm.com>
12235 Tristan Gingold <gingold@adacore.com>
12236
12237 * solist.h (struct target_so_ops): New member bfd_open.
12238 (solib_find): Add prototype.
12239 (solib_bfd_fopen): Add prototype.
12240 * solib.c (solib_find, solib_bfd_fopen): New functions, extracted
12241 from solib_bfd_open.
12242 (solib_bfd_open): Use ops->bfd_open override if present. Call
12243 solib_find and solib_bfd_open otherwise.
12244
12245 * objfiles.h (OBJF_KEEPBFD): New define.
12246 * objfiles.c (free_objfile): Do not close BFD if OBJF_KEEPBFD
12247 objfile flag is set.
12248 * solib.c (symbol_add_stub): Do not allocate second BFD for
12249 shared library; use OBJF_KEEPBFD flag on solib objfile.
12250
0701b271
UW
122512009-01-15 Ulrich Weigand <uweigand@de.ibm.com>
12252
12253 * frame.c (get_frame_arch): Abort if called with NULL this_frame.
12254
61212c0f
UW
122552009-01-15 Ulrich Weigand <uweigand@de.ibm.com>
12256
12257 * value.h (address_of_variable): Add prototype.
12258 (locate_var_value): Remove prototype.
12259
12260 * findvar.c (read_var_value): Do not attempt to default frame
12261 to selected frame.
12262 (locate_var_value): Remove function.
12263 * valops.c (value_of_variable): Retrieve selected frame for
12264 symbols that require a frame when called with NULL block.
12265 * valops.c (address_of_variable): New function.
12266
12267 * eval.c (evaluate_subexp_for_address): Call address_of_variable
12268 instead of calling locate_var_value.
12269 (evaluate_subexp_with_coercion): Likewise.
12270
adb483fe
DJ
122712009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
12272
12273 * NEWS: Document "define" for prefixed commands.
12274 * cli/cli-cmds.c (show_user): Update calls to show_user_1. Call
12275 show_user_1 for prefix commands.
12276 * cli/cli-decode.c (help_cmd_list): Recurse for "help user-defined".
12277 * cli/cli-script.c (validate_comname): Rewrite to handle prefix
12278 commands. Return the containing command list.
12279 (define_command, document_command): Update to handle prefix commands.
12280 (show_user_1): Add prefix and name arguments. Handle prefix
12281 commands.
12282 * cli/cli-script.h (show_user_1): Update prototype.
12283
a32d7317
KT
122842009-01-14 Kai Tietz <kai.tietz@onevision.com>
12285
92a610f3 12286 * ser-mingw.c (console_select_thread): Add return to make
a32d7317
KT
12287 compiler happy.
12288 (pipe_select_thread): Likewise.
12289 (file_select_thread): Likewise.
12290
041d0fd7
PA
122912009-01-14 Pedro Alves <pedro@codesourcery.com>
12292
12293 * mi/mi-main.c (mi_cmd_execute): Clean up parenthesis mess from
12294 previous change.
12295
dc1981d7
PA
122962009-01-14 Pedro Alves <pedro@codesourcery.com>
12297
12298 * remote.c (extended_remote_mourn_1): Invalidate our notion of
12299 current general thread.
12300
244bf9ae
PA
123012009-01-14 Pedro Alves <pedro@codesourcery.com>
12302
12303 * mi/mi-main.c (mi_cmd_execute): Also allow -list-thread-groups
12304 without a live selected thread.
12305
e4d013fc
JB
123062009-01-14 Joel Brobecker <brobecker@adacore.com>
12307
12308 Update the copyright notice of some of the files I missed
12309 in the previous copyright update.
12310
a588db63
JB
123112009-01-14 Joel Brobecker <brobecker@adacore.com>
12312
12313 * windows-nat.c (handle_unload_dll): Use %p to print the DLL
12314 base address instead of casting it to DWORD.
12315
77a732d9
UW
123162009-01-13 Ulrich Weigand <uweigand@de.ibm.com>
12317
12318 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Do not call get_frame_arch
12319 for NULL frame pointers.
12320
773698b5
JB
123212009-01-13 Mark Kettenis <kettenis@gnu.org>
12322
12323 * utils.c (host_address_to_string): Reimplement in a way that
12324 avoids the cast of the address to long.
12325
9918cab9
JB
123262009-01-13 Joel Brobecker <brobecker@adacore.com>
12327
12328 * mdebugread.c (parse_symbol): Save the symbol private data
12329 using SYMBOL_VALUE_BYTES instead of SYMBOL_VALUE.
12330 (psymtab_to_symtab_1): Likewise.
12331 (parse_procedure): Declare variable "e" only in the scope
12332 where it is used. Extract the symbol private data using
12333 SYMBOL_VALUE_BYTES.
12334
74bcbdf3
PA
123352009-01-13 Jim Blandy <jimb@codesourcery.com>
12336
12337 Abstract out common code for copying value locations.
12338
12339 * value.h (set_value_component_location): New declaration.
12340 * value.c (set_value_component_location): New function.
12341 (value_primitive_field): Use it.
12342 * valarith.c (value_subscript, value_subscripted_rvalue): Same.
12343 * valops.c (search_struct_field, value_slice): Same.
12344 * ada-lang.c (coerce_unspec_val_to_type)
12345 (ada_value_primitive_packed_val): Same.
12346
d7dc3873
JB
123472009-01-13 Joel Brobecker <brobecker@adacore.com>
12348
12349 * MAINTAINERS (GLOBAL MAINTAINERS): Add Tom Tromey.
12350
dc05df57
CF
123512009-01-12 Christopher Faylor <me+cygwin@cgf.cx>
12352
12353 * amd64-windows-nat.c Rename gdb-specific win32_* to windows_*
12354 throughout.
12355 * i386-cygwin-tdep.c: Ditto.
12356 * i386-windows-nat.c: Ditto.
12357 * windows-nat.h: Ditto.
12358 * windows-tdep.c: Ditto.
12359 * windows-tdep.h: Ditto.
12360 * windows-nat.c: Ditto.
12361 (cygwin_load_start): Redefine as CORE_ADDR.
12362 (cygwin_load_end): Ditto.
b8511eeb 12363 (windows_make_so): Coerce result of address arithmetic to uintptr_t
dc05df57
CF
12364 before coercing to CORE_ADDR to avoid a compiler warning.
12365 (handle_exception): Define addr as CORE_ADDR and coerce
12366 ExceptionAddress to uintptr_t before assigining to avoid a compiler
12367 warning.
12368 * config/djgpp/fnchange.lst: Add mappings for recently renamed windows
12369 files.
12370
31b060a2
CF
123712009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12372
12373 Fix linking with --enable-targets=all:
12374 * Makefile.in (ALL_TARGET_OBS): Add windows-tdep.o.
12375 (HFILES_NO_SRCDIR): Add windows-tdep.h.
12376 (ALLDEPFILES): Add windows-tdep.c.
12377
f3b6bd60 123782009-01-11 Chris Faylor <me.gdb@cgf.cx>
31b060a2
CF
12379
12380 * win32-nat.h: Delete.
12381 * windows-nat.h: Rename from win32-nat.h.
12382 * win32-nat.c: Delete.
12383 * windows-nat.c: Rename from win32-nat.c.
12384 * win32-termcap.c: Delete.
12385 * windows-termcap.c: Rename from win32-termcap.c.
12386 * amd64-windows-nat.c: Handle rename from win32-nat.h -> windows-nat.h.
12387 * configure.ac: Handle rename from win32-termcap.c ->
12388 windows-termcap.c.
12389 * configure: Regenerate.
12390 * gdb_curses.h: Change comment to reflect rename from win32-termcap.c
12391 -> windows-termcap.c.
12392 * i386-cygwin-tdep.c: Handle rename from win32-tdep.h ->
12393 windows-tdep.h.
12394 * i386-windows-nat.c: Refect rename from win32-nat.h -> windows-nat.h.
12395 * windows-nat.c: Ditto. Also reflect rename from from win32-tdep.h ->
12396 windows-tdep.h.
12397 (win32_make_so): Handle cygwin compiler warning due to change of
12398 load_addr from DWORD to LPVOID.
12399 (handle_load_dll): Use %p in format string to properly print address
12400 and avoid a compiler warning.
12401 (DEBUG_EXCEPTION_SIMPLE): Ditto.
12402 (handle_exception): Ditto.
12403 * windows-tdep.c: Handle rename from win32-tdep.h -> windows-tdep.h.
12404 * config/i386/cygwin.mh: Handle rename from win32-nat.o ->
12405 windows-nat.o.
12406 * config/i386/mingw.mh: Ditto.
12407 * config/i386/mingw64.mh: Ditto.
12408
0311118f
JK
124092009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12410
12411 * f-typeprint.c (f_type_print_varspec_suffix): Convert the autovariable
12412 arrayprint_recurse_level to a parameter. Update all the callers. New
12413 comment at autovariables.
12414
5f61c20e
JK
124152009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12416
12417 * gdbtypes.c (make_qualified_type, replace_type): Reformat to the GNU
12418 coding style.
12419
124202009-01-11 Joel Brobecker <brobecker@adacore.com>
53b71562
JB
12421
12422 * target.c (target_xfer_partial): Use host_address_to_string to
12423 print the address of readbuf and writebuf. Cast the address of
12424 elements inside the myaddr buffer into intptr_t.
12425 (deprecated_debug_xfer_memory): Use paddress to print memaddr.
12426 Cast the address of elements inside the myaddr buffer into
12427 intptr_t.
12428
5f61c20e 124292009-01-11 Joel Brobecker <brobecker@adacore.com>
d0761299
JB
12430
12431 * amd64-windows-nat.c, amd64-windows-tdep.c: New files.
12432 * config/i386/mingw64.mh, config/i386/nm-cygwin64.h: New files.
12433 * configure.host, configure.tgt: Add handling for x86_64/windows.
12434 * config/djgpp/fnchange.lst: Add entries for amd64-windows-nat.c
12435 and amd64-windows-tdep.c.
12436
5f61c20e 124372009-01-11 Joel Brobecker <brobecker@adacore.com>
bfb87e33
JB
12438
12439 * win32-tdep.h, win32-tdep.c: New files.
12440 * i386-cygwin-tdep.h: Delete.
12441 * i386-cygwin-tdep.c: Include win32-tdep.h instead of
12442 i386-cygwin-tdep.h.
12443 (win32_xfer_shared_library): Delete. Moved to win32-tdep.c.
12444 * win32-nat.c: Likewise.
12445 * configure.tgt: Add win32-tdep.o to the list of target object
12446 files for i386-cygwin and i386-mingw targets.
12447
5f61c20e 124482009-01-11 Joel Brobecker <brobecker@adacore.com>
7e63b4e4
JB
12449
12450 * win32-nat.h: New file.
12451 * win32-nat.c (mappings): Initialize to NULL.
12452 (win32_set_context_register_offsets): New function.
12453 * i386-windows-nat.c: New file.
12454 (mappings): Moved here from win32-nat.c.
12455 (_initialize_i386_windows_nat): New function.
12456 * config/i386/mingw.mh (NATDEPFILES): Add i386-windows-nat.o.
12457 * config/i386/cygwin.mh (NATDEPFILES): Likewise.
12458
25fc6591
AS
124592009-01-09 Andreas Schwab <schwab@suse.de>
12460
12461 * Makefile.in (init.c): Set LANG/LC_ALL to C, not c.
12462
87f70781
PA
124632009-01-09 Daniel Jacobowitz <dan@codesourcery.com>
12464
12465 * gdbtypes.c (append_composite_type_field): Correct the location of
12466 appended fields.
12467
58d4abe1
PA
124682009-01-09 Pedro Alves <pedro@codesourcery.com>
12469
12470 * defs.h (deprecated_error_hook): Delete declaration.
12471 * interps.c (clear_interpreter_hooks): Adjust.
12472 * remote-sim.c (gdb_os_error): Don't try to call
12473 deprecated_error_hook. No need to call exit anymore.
12474 * top.c (deprecated_error_hook): Delete.
12475
e3cb3832
JB
124762009-01-09 Joel Brobecker <brobecker@adacore.com>
12477
12478 * arch-utils.c (gdbarch_update_p): Use host_address_to_string
12479 to print the address of the gdbarch pointer.
12480
30737ed9
JB
124812009-01-09 Joel Brobecker <brobecker@adacore.com>
12482
12483 * gdbarch.sh: Fix all the compilation errors on amd64-windows
12484 due to casting a pointer to a long when printing a function
12485 address. Instead, use host_address_to_string to convert our
12486 address to a string.
12487 * gdbarch.c: Regenerate.
12488
ec4dfccf
JB
124892009-01-09 Joel Brobecker <brobecker@adacore.com>
12490
12491 * event-top.c (async_disconnect, async_stop_sig): use "raise"
12492 instead of "kill" to raise a signal.
12493
d3653bf6
JB
124942009-01-09 Joel Brobecker <brobecker@adacore.com>
12495
12496 * win32-nat.c (get_module_name): Change the type of parameter
12497 "base_address" to LPVOID. Remove unnecessary cast.
12498 (struct lm_info): Change type of load_addr to LPVOID.
12499 (win32_make_so): Change the type of parameter "load_addr"
12500 to LPVOID. Remove some unnecessary casts.
12501 (handle_unload_dll): Change the type of "lpBaseOfDll" to LPVOID.
12502 (win32_xfer_shared_libraries): Add missing cast.
12503
308a8808
JB
125042009-01-09 Joel Brobecker <brobecker@adacore.com>
12505
12506 * win32-nat.c (has_detach_ability, set_process_privilege):
12507 Cast the result of GetProcAddress to (void *) to avoid
12508 a compilation warning.
12509
5851ab76
JB
125102009-01-09 Joel Brobecker <brobecker@adacore.com>
12511
12512 * win32-nat.c (CONTEXT_EXTENDED_REGISTERS): Define to 0 if not
12513 already defined.
12514
5732a500
JB
125152009-01-09 Joel Brobecker <brobecker@adacore.com>
12516
12517 * win32-nat.c (get_image_name, win32_xfer_memory): Fix type
12518 definition of local variable "done".
12519 (info_w32_command, handle_exception): Remove unnecessary cast.
12520
def4de3a
JB
125212009-01-09 Joel Brobecker <brobecker@adacore.com>
12522
12523 * win32-nat.c (kernel32_DebugSetProcessKillOnExit): Renames
12524 DebugSetProcessKillOnExit. Update all uses in this file.
12525 (kernel32_DebugActiveProcessStop): Renames DebugActiveProcessStop.
12526 Update all uses in this file.
12527
125282009-01-09 Joel Brobecker <brobecker@adacore.com>
0795be10
JB
12529
12530 * win32-nat.c (do_initial_win32_stuff): Add new ops parameter,
12531 and use it when pushing the target.
12532 (win32_attach, win32_create_inferior): Update call to
12533 do_initial_win32_stuff.
12534 (win32_detach, win32_mourn_inferior): Use our ops parameter
12535 instead of the global win32_ops to unpush the target.
12536
1be7fe8d
JB
125372009-01-09 Joel Brobecker <brobecker@adacore.com>
12538
12539 * ser-mingw.c (ser_windows_open): Use proper type when casting
12540 in call to _open_osfhandle.
12541
1dac1b47
KT
125422009-01-09 Kai Tietz <kai.tietz@onevision.com>
12543
12544 * coff-pe-read.c (read_pe_exported_syms): Fix typo.
12545
ecf180db
JB
125462009-01-09 Joel Brobecker <brobecker@adacore.com>
12547
12548 * CONTRIBUTE: Minor reformatting.
12549
8234eceb
KT
125502009-01-08 Kai Tietz <kai.tietz@onevision.com>
12551
12552 * MAINTAINERS: Add myself to Write After Approval.
a68ddad5
KT
12553 * coff-pe-read.c (read_pe_exported_syms): Enable read of PE+
12554 export directory.
8234eceb 12555
72ee8797
NF
125562009-01-08 Nathan Froyd <froydnj@codesourcery.com>
12557
12558 * remote-sim.c (gdb_os_error): Mark as a noreturn function.
12559 Call exit to make it obvious to GCC.
12560
f7545552
TT
125612009-01-08 Tom Tromey <tromey@redhat.com>
12562
12563 PR breakpoints/9350:
12564 * varobj.c (varobj_invalidate): Unconditionally free
12565 all_rootvarobj.
12566 * symfile.c (syms_from_objfile): Free local_addr when returning
12567 normally.
12568 * exec.c (exec_file_attach): Do cleanups before returning.
12569 (exec_file_command): Likewise.
12570 * corefile.c (reopen_exec_file): Do cleanups before returning.
12571 * breakpoint.c (insert_breakpoint_locations): Do cleanups before
a2f63f5e 12572 returning.
f7545552
TT
12573 (do_vec_free): New function.
12574 (update_global_location_list): Make a cleanup for old_locations.
12575 Do cleanups before returning. Remove unused variable 'e'.
12576 (find_condition_and_thread): Free result of parsing the
12577 expression.
12578 (print_it_typical): Do cleanups before returning.
12579 (breakpoint_re_set_one): Always free sals.sals.
12580
dde02812
ES
125812009-01-08 Joel Brobecker <brobecker@adacore.com>
12582 Emi Suzuki <emi-suzuki@tjsys.co.jp>
a2f63f5e 12583
dde02812
ES
12584 * breakpoint.c (do_enable_breakpoint): Use update_watchpoint for
12585 watchpoints.
12586
69bcc6bc
DE
125872009-01-07 Doug Evans <dje@google.com>
12588
12589 * top.c (gdb_prompt_string): Delete, unused.
12590
fa3a767f
PA
125912009-01-07 Pedro Alves <pedro@codesourcery.com>
12592
12593 Delete ONE_PROCESS_WRITETEXT leftovers.
12594
12595 * breakpoint.c (insert_bp_location): Delete process_warning
12596 argument. Adjust.
12597 (insert_breakpoint_locations): Adjust.
12598 (reattach_breakpoints): Adjust.
12599 * infrun.c (normal_stop): Drop "It might be running in another
12600 process" notice.
12601
7b93f36d
SS
126022009-01-07 Stan Shebs <stan@codesourcery.com>
12603
12604 * config/pa/linux.mh (XDEPFILES): Remove.
12605
0380c18b
DE
126062009-01-07 Doug Evans <dje@google.com>
12607
12608 * cli/cli-cmds.c (set_debug): Fix cut-n-paste error.
12609
60023297
JK
126102009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12611
12612 * f-typeprint.c (f_type_print_base <TYPE_CODE_STRUCT>): Fix output
12613 spacing, a regression from 2008-04-22.
12614
ea8992ce
JB
126152009-01-07 Joel Brobecker <brobecker@adacore.com>
12616
12617 * utils.c (gdb_print_host_address): Adjust implementation to
12618 reuse host_address_to_string. Move comment explaining the conversion
12619 from host address to string from here...
12620 (host_address_to_string): ... to there.
12621
301d2c47
ES
126222009-01-07 Emi Suzuki <emi-suzuki@tjsys.co.jp>
12623
12624 * MAINTAINERS: Add myself for write after approval privileges.
12625
170ce852
TT
126262009-01-06 Tom Tromey <tromey@redhat.com>
12627
12628 * value.c (set_internalvar): Use value_free, not xfree.
12629
fdb7262a
JB
126302009-01-06 Jim Blandy <jimb@red-bean.com>
12631
bf1d7d9c
JB
12632 Check return values of functions declared with warn_unused_result
12633 attribute in GLIBC 2.8.
12634 * cli/cli-cmds.c (pwd_command): Check return value from getcwd.
12635 * inflow.c (check_syscall): New function.
12636 (new_tty): Use check_syscall to check return values from open and dup.
12637 * linux-nat.c (linux_nat_info_proc_cmd): Check return value from fgets.
12638 * main.c (captured_main): Call cwd after setting up gdb_stderr;
12639 check for errors from getcwd.
12640 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Check return value from getcwd.
12641 * ui-file.c (stdio_file_write): Ignore return value from fwrite.
12642 (stdio_file_fputs): Same.
12643 * utils.c (internal_vproblem): abort if last-ditch error message
12644 write fails.
12645
fdb7262a
JB
12646 * top.c (gdb_init): Don't set the current directory here; that's
12647 already been done in captured_main.
12648
84603566
SL
126492009-01-06 Sandra Loosemore <sandra@codesourcery.com>
12650
12651 * ser-tcp.c: Adjust includes.
12652 (tcp_set_cmdlist, tcp_show_cmdlist): Declare.
12653 (tcp_auto_retry, tcp_retry_limit): Declare.
12654 (TIMEOUT): Remove, in favor of tcp_retry_limit.
12655 (POLL_INTERVAL): Increase to 5, in favor of backoff logic.
12656 (wait_for_connect): New function.
12657 (net_open): Use it. Add auto-retry logic.
12658 (set_tcp_cmd, show_tcp_cmd): New functions.
12659 (_initialize_ser_tcp): Initialize new "set/show tcp auto-retry"
12660 and "set/show tcp connect-timeout" commands.
12661 * NEWS: Document new commands.
12662
5171e6b3
TT
126632009-01-05 Tom Tromey <tromey@redhat.com>
12664
12665 * python/python-internal.h (Py_ssize_t): Define as int.
12666
a367a1f2
JB
126672009-01-05 Jim Blandy <jimb@red-bean.com>
12668
12669 * MAINTAINERS: Fix my e-mail address as steering committee member.
12670
0fb0cc75
JB
126712009-01-03 Joel Brobecker <brobecker@adacore.com>
12672
12673 Updated copyright notices for most files.
12674
c9fc347d
JB
126752009-01-03 Joel Brobecker <brobecker@adacore.com>
12676
12677 * top.c (print_gdb_version): Update copyright year.
12678
a85d99b4
JB
126792009-01-03 Joel Brobecker <brobecker@adacore.com>
12680
12681 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2008.
12682
4d78a120
JB
126832009-01-01 Pedro Alves <pedro@codesourcery.com>
12684
12685 PR breakpoints/9681:
12686 * exceptions.h (enum errors): New error type, MEMORY_ERROR.
12687 * corefile.c (memory_error): Rewrite to throw a MEMORY_ERROR.
12688 * breakpoint.c (fetch_watchpoint_value): Ignore MEMORY_ERRORs, but
12689 retrow all other exceptions.
12690
67de2a4c 12691For older changes see ChangeLog-2008.
c906108c
SS
12692\f
12693Local Variables:
12694mode: change-log
12695left-margin: 8
12696fill-column: 74
12697version-control: never
57da7796 12698coding: utf-8
c906108c 12699End:
This page took 1.559303 seconds and 4 git commands to generate.