* symfile.h (struct sym_fns) <next>: Remove.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2010-09-30 Tom Tromey <tromey@redhat.com>
2
3 * symfile.h (struct sym_fns) <next>: Remove.
4 (add_symtab_fns): Update.
5 * symfile.c (sym_fns_ptr): New typedef.
6 (symtab_fns): Now a VEC.
7 (add_symtab_fns): Update. Change argument type.
8 (find_sym_fns): Update. Change return type.
9 (get_symfile_segment_data): Update.
10 * objfiles.h (struct objfile) <sf>: Now const.
11 * somread.c (som_sym_fns): Now const. Update.
12 * xcoffread.c (xcoff_sym_fns): Now const. Update.
13 * mipsread.c (ecoff_sym_fns): Now const. Update.
14 * machoread.c (macho_sym_fns): Now const. Update.
15 * elfread.c (elf_sym_fns): Now const. Update.
16 (elf_sym_fns_gdb_index): Likewise.
17 * dbxread.c (aout_sym_fns): Now const. Update.
18 * coffread.c (coff_sym_fns): Now const. Update.
19
20 2010-09-30 Tom Tromey <tromey@redhat.com>
21
22 * value.c (value_primitive_field): Take 'offset' into account for
23 packed field.
24
25 2010-09-30 Tom Tromey <tromey@redhat.com>
26
27 * completer.c (count_struct_fields): Handle anonymous structs and
28 unions.
29 (add_struct_fields): Likewise.
30
31 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
32
33 Fix printing parameters of inlined functions.
34 * ada-lang.c (is_known_support_routine)
35 (ada_unhandled_exception_name_addr_from_raise): Provide NULL parameter
36 for find_frame_funname.
37 * python/py-frame.c (frapy_name): Likewise.
38 * stack.c (find_frame_funname): New parameter funcp. Update the
39 function comment. Fill it in.
40 (print_frame): New variable func. Initialize it by
41 find_frame_funname. Print arguments only if FUNC is not NULL. Use
42 FUNC as the parameter of print_args_stub.
43 * stack.h (find_frame_funname): New parameter funcp. Remove the
44 function declaration comment.
45
46 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
47
48 PR corefiles/12071.
49 * inferior.c (have_live_inferiors): New variables old_chain, inf and
50 tp. Iterate INFERIOR_LIST and call target_has_execution.
51
52 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
53
54 Fix GDB crash on inferior calls with self-referencing classes.
55 * gnu-v3-abi.c (gnuv3_pass_by_reference): Do not call itself on static
56 member fields.
57
58 2010-09-29 Doug Evans <dje@google.com>
59
60 Workaround for gcc/45682.
61 * dwarf2read.c (partial_die_info): New fields fixup_called,
62 linkage_name.
63 (guess_partial_die_structure_name): Renamed from guess_structure_name.
64 Move definition next to use. Use linkage_name to determine if class
65 is in a namespace. All callers updated.
66 (fixup_partial_die): Return early if already called.
67 Set fixup_called when done.
68 (guess_full_die_structure_name): New function.
69 (determine_prefix): Call it for class/struct/union dies if c++ and
70 .debug_types section is present and parent is DW_TAG_compile_unit.
71
72 2010-09-28 Joel Brobecker <brobecker@adacore.com>
73
74 * configure.tgt (sparc-*-*): Set gdb_sim to ../sim/erc32/libsim.a.
75 (sparc-*-rtems*): Delete. Now redundant with sparc-*-*.
76
77 2010-09-28 Joel Brobecker <brobecker@adacore.com>
78
79 * NEWS: Announce Ravenscar Profile support.
80
81 2010-09-28 Joel Brobecker <brobecker@adacore.com>
82 Jerome Guitton <guitton@adacore.com>
83
84 * ravenscar-thread.c, ravenscar-thread.h, ravenscar-sparc-thread.c:
85 New files.
86 * configure.tgt (sparc-*-*): Add ravenscar-thread.o and
87 ravenscar-sparc-thread.o to gdb_target_obs.
88
89 2010-09-28 Joel Brobecker <brobecker@adacore.com>
90
91 * ada-tasks.c (iterate_over_live_ada_tasks): New function.
92 * ada-lang.h (iterate_over_live_ada_tasks): Declare.
93
94 2010-09-27 Pierre Muller <muller@ics.u-strasbg.fr>
95
96 * amd64-windows-tdep.c (amd64_skip_main_prologue): New function.
97 (amd64_windows_init_abi): Register amd64_skip_main_prologue as gdbarch
98 skip_main_prologue method.
99
100 2010-09-27 Tom Tromey <tromey@redhat.com>
101
102 * dwarf2read.c (dwarf2_read_index): Only allow version 3.
103 (write_psymbols): Add 'psyms_seen' and 'is_static' arguments.
104 Only emit a given psymbol once.
105 (struct signatured_type_index_data) <psyms_seen>: New field.
106 (write_one_signatured_type): Update.
107 (cleanup_htab): New function.
108 (write_psymtabs_to_index): Update. Create psyms_seen hash. Bump
109 version to 3.
110 (save_gdb_index_command): Update index documentation.
111
112 2010-09-27 Tom Tromey <tromey@redhat.com>
113
114 * bcache.c (expand_hash_table): Use hash_function, not hash.
115
116 2010-09-27 Tom Tromey <tromey@redhat.com>
117
118 * gdb_wchar.h: Change minimum libiconv to 0x108.
119
120 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
121
122 Fix lost siginfo_t for inferior calls.
123 * infrun.c
124 (struct inferior_thread_state) <siginfo_gdbarch, siginfo_data>: New.
125 (save_inferior_thread_state): New variables regcache, gdbarch and
126 siginfo_data. Initialize SIGINFO_DATA if gdbarch_get_siginfo_type_p.
127 Move INF_STATE allocation later, pre-clear it. Initialize REGISTERS
128 using REGCACHE.
129 (restore_inferior_thread_state): New variables regcache and gdbarch.
130 Restore SIGINFO_DATA for matching GDBARCH. Restore REGISTERS using
131 REGCACHE. Free also SIGINFO_DATA.
132
133 2010-09-24 Tom Tromey <tromey@redhat.com>
134
135 * dwarf2read.c (dw2_expand_symtabs_matching): Add missing
136 MAYBE_SWAPs.
137 (dw2_map_symbol_names): Likewise.
138
139 2010-09-24 Sami Wagiaalla <swagiaal@redhat.com>
140
141 * valops.c (find_oload_champ_namespace_loop): replace incorrect
142 discard_cleanups do_cleanups.
143
144 2010-09-24 Pedro Alves <pedro@codesourcery.com>
145
146 PR gdb/11842
147
148 * amd64-linux-nat.c (compat_siginfo_from_siginfo)
149 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
150 si_code is < 0. Check for si_code == SI_TIMER before checking for
151 si_code < 0.
152
153 2010-09-24 Pedro Alves <pedro@codesourcery.com>
154
155 * objfiles.h (ALL_OBJSECTIONS): Handle breaks in the inner loop.
156
157 2010-09-22 Joel Brobecker <brobecker@adacore.com>
158
159 * ada-tasks.c (read_atcb): Do not compute the task ptid when
160 debugging a core file.
161
162 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
163
164 Code cleanup.
165 * objfiles.c (allocate_objfile) <objfile->name != NULL>: Remove.
166 (free_objfile) <objfile->name != NULL>: Remove the conditional around
167 xfree.
168 * objfiles.h (struct objfile) <name>: New comment it is never NULL.
169 * python/py-auto-load.c (auto_load_new_objfile) <!objfile->name>:
170 Remove.
171 * python/py-objfile.c (objfpy_get_filename) <obj->objfile->name>
172 Remove the conditional.
173 * python/py-progspace.c (pspy_get_filename) <objfile->name>: Likewise.
174
175 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
176
177 * main.c: Include objfiles.h.
178 (captured_main): New variable objfile. Call
179 load_auto_scripts_for_objfile for ALL_OBJFILES.
180
181 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
182
183 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: Add also
184 DW_TAG_constant.
185
186 2010-09-22 Joel Brobecker <brobecker@adacore.com>
187
188 * dwarf2read.c (scan_partial_symbols): Add handling of
189 DW_TAG_constant DIEs.
190 (add_partial_symbol, load_partial_dies, new_symbol): Likewise.
191
192 2010-09-22 Joel Brobecker <brobecker@adacore.com>
193
194 * configure.ac: Add support for --enable-gdbserver.
195 * configure: Regenerate.
196
197 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
198
199 PR C++/12028
200 * valops.c (find_oload_champ_namespace_loop): removed incorrect
201 'old_cleanups' reassignment.
202
203 2010-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
204
205 * charset.c (wchar_iterate) <EILSEQ>: Return any possibly converted
206 characters.
207
208 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
209
210 PR mi/11407
211 * mi/mi-cmd-stack.c (list_args_or_locals): Catch exceptions from
212 read_var_value and common_val_print and print a warning.
213
214 2010-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
215
216 * MAINTAINERS (GLOBAL MAINTAINERS) <Jan Kratochvil>: Move the entry to
217 keep the list in alphabetical order. Use longer e-mail address.
218
219 2010-09-15 Tom Tromey <tromey@redhat.com>
220
221 * MAINTAINERS (GLOBAL MAINTAINERS): Add Jan Kratochvil.
222
223 2010-09-15 Tom Tromey <tromey@redhat.com>
224
225 * charset.c (iconv_open): New define.
226 (iconv): Likewise.
227 (iconv_close): Likewise.
228 (phony_iconv_open): Add "phony_" prefix.
229 (phony_iconv_close): Likewise.
230 (phony_iconv): Likewise.
231 * gdb_wchar.h: Check _LIBICONV_VERSION, __STDC_ISO_10646__.
232 Change how INTERMEDIATE_ENCODING is defined.
233
234 2010-09-15 Doug Evans <dje@google.com>
235
236 * dwarf2read.c (struct die_info): Fix comment.
237
238 2010-09-15 Alan Modra <amodra@gmail.com>
239
240 PR 4606
241 * gcore.c (gcore_create_callback): Clear SEC_HAS_CONTENTS rather
242 than setting SEC_NEVER_LOAD on sections that need not be copied.
243
244 2010-09-14 Tom Tromey <tromey@redhat.com>
245
246 * psympriv.h (add_psymbol_to_list, init_psymbol_list)
247 (start_psymtab_common, allocate_psymtab, discard_psymtab):
248 Declare.
249 * symfile.h (extend_psymbol_list): Remove.
250 (add_psymbol_to_list, init_psymbol_list, start_psymtab_common)
251 (allocate_psymtab, discard_psymtab): Move to psympriv.h.
252 * psymtab.c (extend_psymbol_list): Move earlier. Now static.
253
254 2010-09-14 Jan Kratochvil <jan.kratochvil@redhat.com>
255
256 * dwarf2read.c (dw2_map_ada_symtabs): Remove the internal_error.
257 Update the comment.
258
259 2010-09-14 Tom Tromey <tromey@redhat.com>
260
261 PR symtab/8399:
262 * dwarf2loc.c (locexpr_describe_location_piece): Don't call error
263 for unrecognized frame base expression.
264
265 2010-09-14 Tom Tromey <tromey@redhat.com>
266
267 PR exp/11803:
268 * value.c (value_static_field): Use value_of_variable.
269
270 2010-09-14 Pierre Muller <muller@ics.u-strasbg.fr>
271
272 * m32r-rom.c: Replace winsock.h with winsock2.h header.
273 * remote-m32r-sdi.c: Replace winsock.h by winsock2.h.
274
275 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
276
277 PR symtab/11992:
278 * c-exp.y (classify_name): Check is_a_member_of_this before returning
279 UNKNOWN_CPP_NAME.
280
281 2010-09-13 Joel Brobecker <brobecker@adacore.com>
282
283 * NEWS: Add x86-lynxos to the list of platforms supported by
284 gdbserver.
285
286 2010-09-13 Joel Brobecker <brobecker@adacore.com>
287
288 * NEWS: Announce GDBserver support for version 5.x of ppc-lynxos.
289
290 2010-09-13 Tom Tromey <tromey@redhat.com>
291
292 * Makefile.in (HFILES_NO_SRCDIR): Add progspace.h.
293
294 2010-09-13 H.J. Lu <hongjiu.lu@intel.com>
295
296 * i386-tdep.c (i386_ymm_type): Set type name to
297 builtin_type_vec256i.
298
299 2010-09-12 Michael Snyder <msnyder@vmware.com>
300
301 * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
302
303 2010-09-12 H.J. Lu <hongjiu.lu@intel.com>
304
305 * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
306
307 2010-09-11 H.J. Lu <hongjiu.lu@intel.com>
308
309 * amd64-tdep.c (amd64_register_name): Removed.
310 (amd64_init_abi): Don't call set_gdbarch_register_name.
311
312 * i386-tdep.c (i386_ymmh_regnum_p): Make it static.
313
314 * i386-tdep.h (i386_ymmh_regnum_p): Removed.
315
316 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
317 Paul Bolle <pebolle@tiscali.nl>
318
319 Redirect also uiout and stdtarg{,err} in execute_command_to_string.
320 * cli-logging.c (struct saved_output_files) <targerr>: New.
321 (set_logging_redirect, pop_output_files, handle_redirections):
322 Redirect also gdb_stdtargerr.
323 * defs.h (struct ui_out, make_cleanup_ui_out_redirect_pop): New
324 declarations.
325 * event-top.c (gdb_setup_readline, gdb_disable_readline): Redirect
326 also gdb_stdtargerr.
327 * top.c (execute_command_to_string): Move make_cleanup_ui_file_delete
328 to the top. Redirect also gdb_stdlog, gdb_stdtarg and gdb_stdtargerr.
329 Use ui_out_redirect, register make_cleanup_ui_out_redirect_pop.
330 * tui/tui-io.c (tui_setup_io): Redirect also gdb_stdtargerr.
331 * utils.c (do_ui_out_redirect_pop, make_cleanup_ui_out_redirect_pop):
332 New functions.
333
334 2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
335
336 * hppa-tdep.c (unwind_command): Use host_address_to_string function
337 to display a host address.
338 * monitor.c (monitor_read_memory): Likewise.
339 * xtensa-tdep.c (xtensa_push_dummy_call): Likewise.
340
341 2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
342
343 * coffread.c (struct coff_symbol): Change c_value type from `long' to
344 `CORE_ADDRESS' as it might contain target addresses.
345
346 2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
347
348 * alpha-mdebug-tdep.c (find_proc_desc): Use SYMBOL_VALUE_BYTES macro
349 before cast to pointer to avoid warning.
350
351 2010-09-09 Kevin Buettner <kevinb@redhat.com>
352
353 * v850-tdep.c (v850_gdbarch_init): Change the v850's `char'
354 type to be signed.
355
356 2010-09-09 Ulrich Weigand <uweigand@de.ibm.com>
357
358 * dwarf2read.c (fixup_partial_die): Do not set dummy name for
359 anonymous class partial DIEs.
360
361 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
362
363 * dwarf2read.c (dwarf2_compute_name): Check that the first
364 argument is a pointer.
365
366 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
367
368 * dwarf2read.c (read_func_scope, read_structure_type)
369 (read_common_block): Check for a NULL return from new_symbol.
370
371 2010-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
372
373 * dwarf2read.c (dwarf2_read_index): Return on no SEC_HAS_CONTENTS.
374
375 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
376
377 * dwarf2read.c (read_structure_type): Move processing of
378 fields and member functions from here...
379 (process_structure_scope): ... to here.
380
381 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
382
383 * gnu-v3-abi.c (gnuv3_print_method_ptr): Do not use
384 the domain type.
385 (gnuv3_make_method_ptr): Likewise.
386
387 2010-09-08 Tom Tromey <tromey@redhat.com>
388
389 * breakpoint.c (create_breakpoint): Add missing _().
390
391 2010-09-08 Doug Evans <dje@google.com>
392
393 * dwarf2-frame.h (dwarf2_frame_build_info): Delete, unused.
394
395 2010-09-08 Tom Tromey <tromey@redhat.com>
396
397 Revert:
398 2010-09-01 Tom Tromey <tromey@redhat.com>
399 * dwarf2read.c, gdbtypes.c, psymtab.c, symfile.h, symtab.c,
400 symtab.h: Revert earlier change.
401
402 2010-09-09 Sami Wagiaalla <swagiaal@redhat.com>
403
404 * psymtab.c (add_psymbol_to_bcache): Initialize
405 obj_section.
406 memset psymbol.ginfo.value to 0.
407
408 2010-09-06 Pedro Alves <pedro@codesourcery.com>
409
410 * infrun.c (resume): Extend comment on ignoring single-step
411 requests on vfork parents waiting for a vfork-done.
412
413 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
414 Pedro Alves <pedro@codesourcery.com>
415
416 * corelow.c (core_open): Use target_signal_from_host if CORE_GDBARCH
417 is NULL.
418 * fork-child.c (startup_inferior) <resume_signal>: Use enum
419 target_signal type.
420 * linux-nat.c (linux_nat_resume): Use target_signal_to_host before
421 calling strsignal. Use enum target_signal type for saved_signo.
422 (linux_handle_extended_wait) <signo>: Use enum target_signal type.
423 (linux_nat_wait_1): Use enum target_signal type for signo. Use
424 target_signal_to_host before calling strsignal.
425 * remote-m32r-sdi.c (m32r_wait, m32r_detach): Replace 0 by
426 TARGET_SIGNAL_0.
427
428 2010-09-06 Pedro Alves <pedro@codesourcery.com>
429 Jan Kratochvil <jan.kratochvil@redhat.com>
430
431 * common/signals.c (ANY): Remove.
432 (SET): No longer use ANY.
433
434 2010-09-06 Yao Qi <yao@codesourcery.com>
435
436 * infrunc(resume): When inferior is waiting_for_vfork_done,
437 clear step and don't use displaced stepping.
438
439 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
440
441 * breakpoint.c (can_use_hardware_watchpoint): Handle the first
442 value specially.
443
444 2010-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
445
446 Code cleanup - split print_stop_reason.
447 * infrun.c (enum inferior_stop_reason): Remove.
448 (print_stop_reason): Remove by splitting into ...
449 (print_exited_reason, print_signal_exited_reason)
450 (print_no_history_reason, print_signal_received_reason)
451 (print_end_stepping_range_reason): ... these new functions. Update
452 the preceding comment.
453 (handle_inferior_event): Change the calls to print_exited_reason,
454 print_signal_exited_reason, print_no_history_reason,
455 print_signal_received_reason, print_end_stepping_range_reason.
456 (handle_step_into_function, handle_step_into_function_backward):
457 Change the calls to print_end_stepping_range_reason.
458
459 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
460
461 * breakpoint.c (save_breakpoints): Use RETURN_MASK_ALL.
462 * cli-out.c: Include vec.h.
463 (cli_field_fmt, cli_spaces, cli_text, cli_message, cli_flush): New
464 variable stream, initialize it, use it.
465 (cli_redirect): New function comment. Replace the stream and
466 original_stream fields by the new streams field. Remove the
467 original_stream != NULL conditional, assert error on NULL instead.
468 (out_field_fmt, field_separator): New variable stream, initialize it, use it.
469 (cli_out_data_ctor): Assert non-NULL stream. Replace the stream and
470 original_stream fields by the new streams field.
471 (cli_out_set_stream): Replace the stream field by the new streams
472 field.
473 * cli-out.h: Include vec.h.
474 (ui_filep): New typedef, call DEF_VEC_P for it.
475 (struct cli_ui_out_data): Replace the stream and original_stream
476 fields by the new streams field.
477 * cli/cli-logging.c (set_logging_redirect): Call ui_out_redirect with
478 NULL first. Extend the comment.
479 (handle_redirections): Call ui_out_redirect with output.
480 * python/py-breakpoint.c (bppy_get_commands): Move ui_out_redirect
481 calls outside of the TRY_CATCH block.
482
483 2010-09-03 Joel Brobecker <brobecker@adacore.com>
484
485 GDB 7.2 released.
486
487 2010-09-02 Joel Brobecker <brobecker@adacore.com>
488
489 Back out the following change:
490 | 2010-06-29 Hui Zhu <teawater@gmail.com>
491 | * record.c (set_record_pic_cmdlist,
492 | show_record_pic_cmdlist): New variables.
493 | (set_record_pic_command,
494 | show_record_pic_command): New functions.
495 | (record_pic_function, record_pic_line, record_pic_enum,
496 | set_record_pic_type, record_pic_hide_nofunction,
497 | record_pic_hide_nosource, record_pic_hide_same): New variables.
498 | (record_pic_fputs): New function.
499 | (function_list, node_list, edge_list): New struct.
500 | (function_list, node_list, edge_list): New variables.
501 | (record_pic_cleanups, record_pic_node,
502 | record_pic_edge, cmd_record_pic): New functions.
503 | (_initialize_record): Add new commands for record pic.
504
505 2010-09-02 Daniel Jacobowitz <dan@codesourcery.com>
506
507 * config.in, configure: Regenerated.
508 * configure.ac: Check for waitpid.
509 * ser-pipe.c (pipe_close): Wait for the program to exit.
510
511 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
512
513 * cli/cli-logging.c: Include gdb_assert.h.
514 (set_logging_overwrite): New function.
515 (logging_redirect): New comment.
516 (logging_no_redirect_file, set_logging_redirect)
517 (pop_output_files) <logging_no_redirect_file>: New.
518 (handle_redirections) <!logging_redirect>: New variable
519 no_redirect_file. Remove file autoclose for tee_file_new. No longer
520 discard cleanup for the close of former OUTPUT. Set
521 LOGGING_NO_REDIRECT_FILE.
522 (handle_redirections) <logging_redirect>: gdb_assert
523 LOGGING_NO_REDIRECT_FILE.
524 (show_logging_command) <logging_redirect handling>: Adjust messages
525 for SAVED_FILENAME not NULL.
526 (_initialize_cli_logging): Install set_logging_overwrite and
527 set_logging_redirect.
528
529 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
530
531 * iq2000-tdep.c (iq2000_scan_prologue): Initialize SAL.END.
532
533 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
534
535 * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT): Convert it to the no- form.
536 (monitor.o): Replace $(INTERNAL_WARN_CFLAGS) by $(INTERNAL_CFLAGS) and
537 add $(GDB_WARN_CFLAGS_NO_FORMAT).
538 (printcmd.o): Replace $(INTERNAL_CFLAGS_BASE) by $(INTERNAL_CFLAGS).
539
540 2010-09-02 Yao Qi <yao@codesourcery.com>
541
542 * linux-nat.c (status_to_str): Use WTERMSIG to extract the signal
543 number from a WIFSIGNALED status.
544
545 2010-09-01 Tom Tromey <tromey@redhat.com>
546
547 * symtab.h (lookup_type_symbol): Declare.
548 * symtab.c (lookup_symbol_in_language_full): Rename from
549 lookup_symbol_in_language. Add 'for_type' argument.
550 (lookup_symbol_in_language): New function.
551 (lookup_type_symbol): Likewise.
552 (lookup_symbol_aux): Add 'for_type' argument.
553 (match_symbol_aux): New function.
554 (lookup_symbol_aux_symtabs): Use expand_one_symtab_matching.
555 (match_transparent_type): New function.
556 (basic_lookup_transparent_type): Use expand_one_symtab_matching.
557 * symfile.h (struct quick_symbol_functions)
558 <pre_expand_symtabs_matching>: Remove.
559 <expand_one_symtab_matching>: New field.
560 * psymtab.c (expand_one_symtab_matching_psymtabs): New function.
561 (pre_expand_symtabs_matching_psymtabs): Remove.
562 (psym_functions): Update.
563 * gdbtypes.c (lookup_typename): Use lookup_type_symbol.
564 * dwarf2read.c (dw2_lookup_symbol): Update comment.
565 (dw2_pre_expand_symtabs_matching): Remove.
566 (dw2_expand_one_symtab_matching): New function.
567 (dwarf2_gdb_index_functions): Update.
568
569 2010-09-01 Joel Brobecker <brobecker@adacore.com>
570
571 * NEWS: Add entry announcing GDBserver support on powerpc-lynxos.
572
573 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
574
575 * mi/mi-main.c (mi_cmd_list_target_features): Add `reverse'
576 as a feature reported by -list-target-features.
577
578 2010-09-01 Joel Brobecker <brobecker@adacore.com>
579
580 * features/Makefile (WHICH): Add rs6000/powerpc-32.
581 (powerpc-32.o, powerpc-32.c): New rules.
582 (clean): Also remove powerpc-32.c.
583 * regformats/rs6000/powerpc-32.dat: Generate.
584
585 2010-08-31 Sami Wagiaalla <swagiaal@redhat.com>
586
587 * symfile.c (reread_symbols): Use psymbol_bcache_free, and
588 psymbol_bcache_init.
589 * psymtab.h (psymbol_bcache_init): New function prototype.
590 (psymbol_bcache_free): New function prototype.
591 (psymbol_bcache_get_bcache): New function prototype.
592 * psymtab.c (psymbol_bcache_init): New function.
593 (psymbol_bcache_free): New function.
594 (psymbol_bcache_full): New function.
595 (psymbol_bcache_get_bcache): New function.
596 (add_psymbol_to_bcache): use psymbol_bcache_full.
597 * objfiles.h (psymbol_cache): Change type of psymbol_cache to
598 psymbol_bcache.
599 * symmisc.c (print_symbol_bcache_statistics): Updated.
600 (print_objfile_statistics): Updated.
601 * objfiles.c (allocate_objfile): Use psymbol_bcache_init to initialize
602 psymbol_cache.
603 (free_objfile): Use psymbol_bcache_free.
604
605 2010-08-31 Tom Tromey <tromey@redhat.com>
606
607 PR c++/11961:
608 * dwarf2read.c (new_symbol_full) <DW_TAG_template_type_param>:
609 Don't set TYPE_NAME on the type.
610
611 2010-08-31 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
612
613 * infrun.c (set_exec_direction_func): Error out if target does not
614 support reverse execution.
615
616 2010-08-31 Jan Kratochvil <jan.kratochvil@redhat.com>
617
618 Make linux_get_siginfo_type `type *' unique.
619 * linux-tdep.c (linux_gdbarch_data_handle, struct linux_gdbarch_data)
620 (init_linux_gdbarch_data, get_linux_gdbarch_data): New.
621 (linux_get_siginfo_type): New variable linux_gdbarch_data. Initialize
622 it. Use linux_gdbarch_data->siginfo_type as a persistent storage.
623 (_initialize_linux_tdep): New.
624
625 2010-08-31 Jan Kratochvil <jan.kratochvil@redhat.com>
626
627 Code cleanup.
628 * defs.h (find_memory_region_ftype): New typedef.
629 (exec_set_find_memory_regions): Use it.
630 * exec.c (exec_set_find_memory_regions): Use find_memory_region_ftype.
631 * fbsd-nat.c (fbsd_find_memory_regions): Likewise.
632 * gcore.c (objfile_find_memory_regions): Likewise.
633 * gnu-nat.c (gnu_find_memory_regions): Likewise.
634 * linux-nat.c (linux_nat_find_memory_regions): Likewise.
635 * procfs.c (iterate_over_mappings_cb_ftype): Remove.
636 (iterate_over_mappings): Rename iterate_over_mappings_cb_ftype to
637 find_memory_region_ftype.
638 (insert_dbx_link_bpt_in_region): Likewise.
639 (iterate_over_mappings): Likewise. Drop the comment part about the
640 function prototype.
641 (find_memory_regions_callback): Use find_memory_region_ftype.
642 (proc_find_memory_regions): Likewise.
643 (info_mappings_callback): Rename iterate_over_mappings_cb_ftype to
644 find_memory_region_ftype.
645 * target.c (dummy_find_memory_regions): Use find_memory_region_ftype.
646 * target.h (struct target_ops) <to_find_memory_regions>: Likewise.
647
648 2010-08-31 Sami Wagiaalla <swagiaal@redhat.com>
649
650 * psymtab.c (add_psymbol_to_bcache): Remove 'static' from
651 'static partial_symbol psymbol'.
652 (psymbol_hash): New function.
653 (psymbol_compare): New function.
654 * bcache.c (hash_continue): New.
655 (hash): Use hash_continue.
656 * bcache.c: Add hash_function and compare_function
657 pointers to bcache struct.
658 (bcache_full): Use bcache->hash_function, and
659 bcache->compare_function.
660 (bcache_compare): New function.
661 (bcache_xmalloc): Take hash_function and
662 compare_function arguments and initialize the
663 bcach's pointers.
664 Updated comment.
665 * objfiles.c (allocate_objfile): Updated.
666 * symfile.c (reread_symbols): Updated.
667 * python/py-type.c (typy_richcompare): Updated.
668
669 2010-08-30 Andre Poenitz <andre.poenitz@nokia.com>
670 Tom Tromey <tromey@redhat.com>
671
672 PR python/11792:
673 * python/py-value.c (valpy_get_dynamic_type): New function.
674 (value_object_getset): Add "dynamic_type".
675 (valpy_get_type): Fail on error.
676
677 2010-08-30 Yao Qi <yao@codesourcery.com>
678
679 * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): New.
680 (arm_linux_syscall_next_pc): New.
681 (arm_linux_copy_svc): Use arm_linux_sigreturn_return_addr instead.
682 (arm_linux_init_abi): Initialize syscall_next_pc.
683 * arm-tdep.c (thumb_get_next_pc_raw): Get next pc of SWI in Thumb mode.
684 (arm_get_next_pc_raw): Get next pc of SWI in ARM mode.
685 * arm-tdep.h (struct gdbarch_tdep): Add a function pointer syscall_next_pc.
686 Declare arm_frame_is_thumb.
687
688 2010-08-30 Jan Kratochvil <jan.kratochvil@redhat.com>
689
690 Code cleanup.
691 * breakpoint.c (bpstat_alloc): Remove unused prototype.
692 (bpstat_alloc): Change parameters cbs to bs_link_pointer. Adjust the
693 code.
694 (bpstat_stop_status): Change root_bs into bs_head and bs_link. Adjust
695 calls of bpstat_alloc. Remove explicit bs chain termination.
696
697 2010-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
698
699 Code cleanup.
700 * linux-nat.c (pull_pid_from_list): Rename status to statusp.
701 (my_waitpid): Likewise.
702
703 2010-08-27 Doug Evans <dje@google.com>
704
705 * dwarf2read.c (dw2_require_line_header): Read from .debug_types
706 as appropriate.
707
708 2010-08-27 Tom Tromey <tromey@redhat.com>
709
710 * dwarf2read.c (dwarf2_attach_fields_to_type): Don't set
711 TYPE_FIELD_IGNORE_BITS.
712
713 2010-08-27 Doug Evans <dje@google.com>
714
715 * dwarf2read.c (dwarf2_per_objfile_free): Reorganize buffers to match
716 the order they're defined in. munmap .debug_types buffer.
717
718 2010-08-26 Doug Evans <dje@google.com>
719
720 * dwarf2read.c (dw2_require_full_path): Rename parameter cu to per_cu.
721 (dw2_forget_cached_source_info): Rename local cu to per_cu.
722 (dw2_lookup_symtab, dw2_do_expand_symtabs_matching): Ditto.
723 (dw2_print_stats, dw2_expand_all_symtabs): Ditto.
724 (dw2_expand_symtabs_with_filename, dw2_find_symbol_file): Ditto.
725 (dw2_find_symbol_file, dw2_expand_symtabs_matching): Ditto.
726 (dw2_map_symbol_filenames, dwarf2_initialize_objfile): Ditto.
727 (dwarf2_free_objfile, write_one_signatured_type): Ditto.
728 (write_psymtabs_to_index): Ditto.
729
730 2010-08-26 Pedro Alves <pedro@codesourcery.com>
731
732 * NEWS: Mention libthread_db debugging with core files.
733
734 2010-08-26 Doug Evans <dje@google.com>
735
736 * dwarf2read.c (dwarf2_build_include_psymtabs): Remove unnecessary
737 forward decl. Pass pst->dirname to dwarf_decode_lines.
738 (psymtab_include_file_name): New function.
739 (dwarf_decode_lines): Call it. Update comments.
740
741 2010-08-25 Pedro Alves <pedro@codesourcery.com>
742
743 * dwarf2read.c (inherit_abstract_dies): Handle origin die's
744 compilation unit being different from target die's.
745
746 2010-08-24 Doug Evans <dje@google.com>
747
748 PR symtab/11942
749 * dwarf2read.c (dwarf2_per_objfile): New members debug_info_type_hash,
750 debug_types_type_hash.
751 (dwarf2_cu, dwarf2_per_cu_data): Delete member type_hash.
752 All uses updated.
753 (lookup_die_type): Renamed from tag_type_to_tag. First look in
754 appropriate type_hash table. All callers updated.
755 (allocate_signatured_type_table): Renamed from
756 allocate_signatured_type_hash_table. All callers updated.
757 (create_signatured_type_table_from_index): Renamed from
758 create_signatured_type_hash_from_index. All callers updated.
759 (read_die_type): Add comment. Move actual reading to ...
760 (read_die_type_1): ... here. New function.
761 (follow_die_ref_or_sig): Tweak comment.
762 (set_die_type): Rewrite to use appropriate choice of
763 debug_info_type_hash or debug_types_type_hash.
764 (get_die_type_at_offset): New function.
765 (get_die_type): Call it.
766
767 2010-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
768
769 * python/py-type.c (typy_richcompare): Initialize worklist.
770
771 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
772 Kazu Hirata <kazu@codesourcery.com>
773 Jonathan Larmour <jifl@eCosCentric.com>
774
775 * arm-tdep.c: Include features/arm-with-m.c.
776 (arm_psr_thumb_bit): New. Update all uses of CPSR_T to
777 call this function.
778 (arm_pc_is_thumb): Add a gdbarch argument. Update all callers.
779 Check is_m after force-mode.
780 (arm_gdbarch_init): Check the binary before the target description.
781 Add check for M profile attribute. If we have an M-profile device,
782 but no target register description, use arm-with-m. Recognize the
783 new org.gnu.gdb.arm.m-profile feature and its xpsr register.
784 (_initialize_arm_tdep): Call initialize_tdesc_arm_with_m.
785 * arm-tdep.h (XPSR_T): Define.
786 (struct gdbarch_tdep): Add is_m member.
787 * features/arm-m-profile.xml, features/arm-with-m.c,
788 features/arm-with-m.xml: New files.
789
790 2010-08-23 Doug Evans <dje@google.com>
791
792 * dwarf2read.c (read_structure_type): Add comment.
793 (read_enumeration_type): Add comment.
794 (process_enumeration_scope): Move definition of some locals
795 closer to their use.
796 (read_namespace_type): Add comment.
797 (set_die_type): Fix typo in comment.
798
799 2010-08-23 Tom Tromey <tromey@redhat.com>
800
801 PR python/11145:
802 * python/py-value.c: Include expression.h.
803 (valpy_do_cast): New function.
804 (valpy_cast): Use it.
805 (valpy_dynamic_cast): New function.
806 (valpy_reinterpret_cast): Likewise.
807 (value_object_methods): Add dynamic_cast, reinterpret_cast.
808
809 2010-08-23 Tom Tromey <tromey@redhat.com>
810
811 PR python/11391:
812 * python/py-value.c (valpy_nonzero): Don't throw error for other
813 Value types.
814
815 2010-08-23 Tom Tromey <tromey@redhat.com>
816
817 PR python/10676:
818 * python/py-type.c: Include bcache.h, vec.h.
819 (struct type_equality_entry): New.
820 (compare_strings): New function.
821 (check_types_equal): Likewise.
822 (check_types_worklist): Likewise.
823 (typy_richcompare): Likewise.
824 (type_object_type): Set tp_richcompare field.
825
826 2010-08-23 Tom Tromey <tromey@redhat.com>
827
828 PR python/10953:
829 * python/py-type.c (typy_fields): Call check_typedef.
830 (typy_template_argument): Add TRY_CATCH.
831
832 2010-08-23 Tom Tromey <tromey@redhat.com>
833
834 PR python/11915:
835 * python/py-type.c (typy_array): New function.
836 (type_object_methods): Add "array".
837
838 2010-08-20 Pedro Alves <pedro@codesourcery.com>
839
840 * python/python.c: Include "serial.h".
841 (gdbpy_event_fds): Change type to `struct serial *' a array from
842 int array.
843 (gdbpy_run_events): Change parameters. Use serial_readchar in
844 place of read.
845 (gdbpy_post_event): Use serial_write in place of write.
846 (gdbpy_initialize_events): Use serial_pipe instead of pipe, and
847 serial_async in place of add_file_handler.
848
849 2010-08-20 Pedro Alves <pedro@codesourcery.com>
850
851 * serial.h (gdb_pipe, serial_pipe): Declare.
852 * serial.c (serial_interface_lookup): Take a const char pointer.
853 (serial_fdopen): Rename to ...
854 (serial_fdopen_ops): ... this. Add an OPS parameter and use it.
855 Call the OPS' fdopen function if there is one.
856 (serial_fdopen): Rewrite as wrapper to serial_fdopen_ops.
857 (serial_pipe): New.
858 (struct serial_ops) <fdopen>: New field.
859
860 * ser-mingw.c (free_pipe_state):
861 (free_pipe_state): Close output on non-pex pipes.
862 (pipe_windows_fdopen): New.
863 (gdb_pipe): New.
864 (_initialize_ser_windows): Register pipe_windows_fdopen.
865 * ser-go32.c (gdb_pipe): New.
866 * ser-pipe.c (pipe_close): Close file descriptor even if there's
867 no state pointer.
868 (pipe_ops): Delete.
869 (gdb_pipe): New.
870
871 2010-08-20 Keith Seitz <keiths@redhat.com>
872
873 PR symtab/11465:
874 * dwarf2read.c (struct delayed_method_info): New struct.
875 (struct dwarf2_cu): Add vector method_list.
876 (scan_partial_symbols): Count methods for union, class, structure,
877 and interface types.
878 (add_to_method_list): New function.
879 (free_delayed_list): New function.
880 (compute_delayed_physnames): New function.
881 (process_full_comp_unit): Make a cleanup for the CU's delayed
882 physname list, compute the delayed physnames, and free the
883 the list.
884 (dwarf2_add_member_fn): For C++ and Java, delay the computation
885 of the physname until after the CU is read.
886
887 * dwarf2read.c (read_structure_type): Check if the current
888 DIE's type was already completed after dwarf2_full_name
889 was called.
890
891 2010-08-19 Stan Shebs <stan@codesourcery.com>
892
893 * NEWS: Mention some additional changes.
894
895 2010-08-19 Tom Tromey <tromey@redhat.com>
896
897 * Makefile.in (install-python): Add DESTDIR.
898
899 2010-08-19 Doug Evans <dje@google.com>
900
901 PR exp/11926
902 * parser-defs.h (parse_float, parse_c_float): Declare.
903 * parse.c (parse_float, parse_c_float): New function.
904 * c-exp.y (parse_number): Call parse_c_float.
905 * objc-exp.y (parse_number): Ditto.
906 * p-exp.y (parse_number): Ditto. Use ANSI/ISO-style definition.
907 * jv-exp.y (parse_number): Call parse_float, fix suffix handling.
908
909 2010-08-19 Joel Brobecker <brobecker@adacore.com>
910
911 * psymtab.c (map_symbol_filenames_psymtab): Call FUN with
912 the arguments in the correct order.
913 * symtab.c (maybe_add_partial_symtab_filename): Declare
914 the arguments in the correct order.
915
916 2010-08-19 Jan Kratochvil <jan.kratochvil@redhat.com>
917
918 * varobj.c (varobj_create): Replace variable old_fi with old_id,
919 initialize it by null_frame_id, wrap its usage by get_frame_id,
920 frame_id_p and frame_find_by_id.
921
922 2010-08-18 Tom Tromey <tromey@redhat.com>
923
924 PR python/11900:
925 * configure: Rebuild.
926 * configure.ac: Add install-python to CONFIG_INSTALL.
927 * Makefile.in (install-python): New.
928
929 2010-08-18 Doug Evans <dje@google.com>
930
931 * gdb_assert.h (gdb_assert_not_reached): New macro.
932 (gdb_assert_fail): Fix typo in comment.
933 * avr-tdep.c (avr_return_value): Use gdb_assert_not_reached instead of
934 gdb_assert (0).
935 * darwin-nat.c (darwin_check_new_threads): Ditto.
936 * dwarf2read.c (dwarf2_get_section_info): Ditto.
937 (munmap_section_buffer): Ditto.
938 * m32c-tdep.c (make_types): Ditto.
939 (m32c_decode_srcdest4, m32c_decode_sd23, m32c_frame_base): Ditto.
940 * macroexp.c (get_character_constant): Ditto.
941 (get_string_literal): Ditto.
942 * mep-tdep.c (mep_pseudo_cr_size): Ditto.
943 (mep_pseudo_cr_index, mep_register_type): Ditto.
944 (mep_pseudo_register_read, mep_pseudo_register_write): Ditto.
945 (mep_get_insn, mep_analyze_prologue): Ditto.
946 * objfiles.c (qsort_cmp): Ditto.
947 * prologue-value.c (pv_is_identical): Ditto.
948 * record.c (record_get_loc): Ditto.
949 * value.c (value_static_field): Ditto.
950 * xtensa-tdep.c (call0_track_op): Ditto.
951
952 2010-08-18 Tom Tromey <tromey@redhat.com>
953
954 PR symtab/11919:
955 * gdbtypes.c (lookup_struct_elt_type): Clean up error emission.
956 * parse.c (parse_field_expression): Use RETURN_MASK_ERROR. Move
957 name-copying lower. Document exception behavior.
958 * completer.c (expression_completer): Catch exceptions from
959 parse_field_expression.
960
961 2010-08-18 Pedro Alves <pedro@codesourcery.com>
962
963 PR corefile/8210
964
965 * linux-thread-db.c (add_thread_db_info): Skip glibc/BZ5983
966 workaround on core files.
967 (try_thread_db_load_1): Don't try enabling thread event reporting
968 on core files.
969 (thread_db_load): Allow thread_db on core files.
970 (attach_thread): Don't check thread signals on core files, nor try
971 really attaching to the thread, nor enabling thread event event
972 reporting.
973 (thread_db_detach): Don't try disabing thread event reporting or
974 removing thread event breakpoints when debugging a core file.
975 (find_new_threads_callback): Don't try enabling thread event
976 reporting on core files.
977 (thread_db_find_new_threads_2): Don't look for a stopped lwp when
978 debugging a core file.
979 (thread_db_find_new_threads): Don't update thread
980 cores (processors) when debugging a core (dump).
981
982 2010-08-18 Pedro Alves <pedro@codesourcery.com>
983
984 PR corefile/8210
985
986 * corelow.c (add_to_thread_list): Don't use
987 gdbarch_core_reg_section_encodes_pid. Use bfd_core_file_pid.
988 (get_core_register_section): Don't use
989 gdbarch_core_reg_section_encodes_pid.
990
991 * gdbarch.sh (core_reg_section_encodes_pid): Delete.
992 * gdbarch.h, gdbarch.c: Regenerate.
993 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Don't set
994 gdbarch_core_reg_section_encodes_pid.
995 * i386-sol2-tdep.c (i386_sol2_init_abi): Ditto.
996 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Ditto.
997 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
998
999 2010-08-18 Yao Qi <yao@codesourcery.com>
1000
1001 * MAINTAINERS : Add myself under Write After Approval.
1002
1003 2010-08-17 Tom Tromey <tromey@redhat.com>
1004
1005 * NEWS: Mention template parameter support.
1006
1007 2010-08-17 Pedro Alves <pedro@codesourcery.com>
1008
1009 PR breakpoints/11371
1010
1011 * breakpoint.c (decref_bp_location): Assert the reference count is
1012 sane.
1013
1014 2010-08-17 Pedro Alves <pedro@codesourcery.com>
1015
1016 PR breakpoints/11371
1017
1018 * breakpoint.c (breakpoint_init_inferior): Decrement the
1019 location's reference count instead of deleting right away.
1020 (bpstat_free): Decrement the location's reference count. Make
1021 static.
1022 (bpstat_copy): Increment the location's reference count.
1023 (bpstat_find_breakpoint): Adjust.
1024 (bpstat_num): Adjust.
1025 (print_it_typical): Adjust. Use the breakpoint pointer in the
1026 bpstat instead of the location's owner.
1027 (bpstat_alloc): Remove const qualifier from the 'bl' parameter.
1028 Adjust to record the location's owner in the bpstat.
1029 (watchpoint_check): Use the breakpoint pointer in the bpstat
1030 instead of the location's owner.
1031 (bpstat_check_breakpoint_conditions): Don't handle
1032 bp_watchpoint_scope here. Use the breakpoint pointer in the
1033 bpstat instead of the location's owner.
1034 (bpstat_stop_status): Defer inferior function calls to after
1035 building the bpstat list. Handle bp_watchpoint_scope here. Use
1036 the breakpoint pointer in the bpstat instead of the location's
1037 owner.
1038 (bpstat_what): Use the breakpoint pointer in the bpstat instead of
1039 the location's owner.
1040 (free_bp_location): Don't walk bpstats clearing locations.
1041 (incref_bp_location): New.
1042 (decref_bp_location): New.
1043 (breakpoint_auto_delete): Use the breakpoint pointer in the bpstat
1044 instead of the location's owner.
1045 (update_global_location_list): Clear the location's owner, and
1046 decrement the location's reference count instead of deleting it
1047 right away.
1048 (breakpoint_retire_moribund): Decrement the location's reference
1049 count instead of deleting it right away.
1050 (bpstat_remove_bp_location): Delete.
1051 (bpstat_remove_breakpoint): New.
1052 (bpstat_remove_bp_location_callback): Delete.
1053 (bpstat_remove_breakpoint_callback): New.
1054 (delete_breakpoint): Iterate over all threads' stop_bpstat's
1055 clearing references to the breakpoint that is being deleted.
1056
1057 * breakpoint.h (struct bp_location) <refc>: New field.
1058 <owner>: Update comments.
1059 (bpstat_free): Delete declaration.
1060 (struct bpstats): Change the type of the breakpoint_at field to
1061 struct breakpoint point, from struct bp_location pointer. Add new
1062 field bp_location_at.
1063
1064 2010-08-16 Tom Tromey <tromey@redhat.com>
1065
1066 * NEWS: Fix typo.
1067
1068 2010-08-16 Tom Tromey <tromey@redhat.com>
1069
1070 * NEWS: Mention watch -location.
1071
1072 2010-08-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1073
1074 * breakpoint.c (update_watchpoint): Add source empty line. Prefer
1075 EXP_STRING_REPARSE to EXP_STRING.
1076 (watch_command_1): Set also EXP_STRING_REPARSE.
1077 (delete_breakpoint): Free also EXP_STRING_REPARSE.
1078 * breakpoint.h (struct breakpoint): New field exp_string_reparse.
1079 Update comment for exp_string.
1080
1081 2010-08-16 Tom Tromey <tromey@redhat.com>
1082
1083 * value.c (release_value): Clear 'next' pointer.
1084 * breakpoint.c (watch_command_1): Add 'just_location' argument.
1085 (watch_command_wrapper): Update.
1086 (watch_maybe_just_location): New function.
1087 (watch_command): Update.
1088 (rwatch_command_wrapper): Update.
1089 (rwatch_command): Update.
1090 (awatch_command_wrapper): Update.
1091 (awatch_command): Update.
1092 (check_for_argument): New function.
1093 (_initialize_breakpoint): Update help text.
1094
1095 2010-08-14 Ulrich Weigand <uweigand@de.ibm.com>
1096
1097 * arm-tdep.c (arm_push_dummy_call): Handle pointers to
1098 typedef'ed function types correctly.
1099
1100 2010-08-13 Tom Tromey <tromey@redhat.com>
1101
1102 * python/python-internal.h (gdbpy_get_hook_function): Don't
1103 declare.
1104
1105 2010-08-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1106
1107 * cli/cli-logging.c (logging_overwrite, logging_redirect): Make them
1108 static.
1109
1110 2010-08-13 Ken Werner <ken.werner@de.ibm.com>
1111
1112 * python/python.c (gdbpy_solib_name): Remove the const qualifier of
1113 the format strings to be compatible with Python 2.4.
1114
1115 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
1116
1117 Easier and more stubborn MI memory read commands.
1118
1119 * mi/mi-cmds.c (mi_cmds): Register data-read-memory-bytes
1120 and data-write-memory-bytes.
1121 * mi/mi-cmds.h (mi_cmd_data_read_memory_bytes)
1122 (mi_cmd_data_write_memory_bytes): New.
1123 * mi/mi-main.c (mi_cmd_data_read_memory): Use regular target_read.
1124 (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory_bytes):
1125 New.
1126 (mi_cmd_list_features): Add "data-read-memory-bytes" feature.
1127 * target.c (target_read_until_error): Remove.
1128 (read_whatever_is_readable, free_memory_read_result_vector)
1129 (read_memory_robust): New.
1130 * target.h (target_read_until_error): Remove.
1131 (struct memory_read_result, free_memory_read_result_vector)
1132 (read_memory_robust): New.
1133
1134 2010-08-13 Hui Zhu <teawater@gmail.com>
1135
1136 * dwarf2read.c (load_partial_comp_unit): Initialize free_cu_cleanup.
1137 (read_comp_unit): Initialize back_to.
1138
1139 2010-08-12 Daniel Jacobowitz <dan@codesourcery.com>
1140 Pedro Alves <pedro@codesourcery.com>
1141
1142 * dwarf2read.c: Include "c-lang.h" and "valprint.h".
1143 (struct dwarf2_per_objfile) <reading_partial_symbols>: New field.
1144 (struct partial_die_info) <has_template_arguments>: New field.
1145 <num_attrs>: Change type to unsigned char.
1146 <building_fullname>: New field.
1147 (dwarf2_build_psymtabs_hard): Set reading_partial_symbols. Only
1148 allocate a CU if we don't have one already. Add a cleanup for the
1149 CU.
1150 (partial_die_full_name): Handle template arguments not in
1151 DW_AT_name.
1152 (dwarf2_psymtab_to_symtab): Clear reading_partial_symbols.
1153 (load_full_comp_unit): Only allocate a CU if we don't have one
1154 already.
1155 (do_ui_file_peek_last): New.
1156 (dwarf2_compute_name): Handle template parameters not in
1157 DW_AT_name.
1158 (read_comp_unit): Read and free abbrevs if not read yet.
1159 (load_partial_dies): Handle template arguments not in DW_AT_name.
1160 (find_partial_die): If we have a CU, but no a partial dies yet,
1161 also read in the CU.
1162 (dwarf2_const_value_attr): New, abstracted out from
1163 dwarf2_const_value.
1164 (dwarf2_const_value, dwarf2_const_value_data): Adjust to use
1165 dwarf2_const_value_attr.
1166 (determine_prefix): Detect and break loops created by RCVT's debug
1167 info.
1168 (maybe_queue_comp_unit): Bail out early if reading partial
1169 symbols.
1170 (follow_die_offset): Load full CU if we have no dies.
1171 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Make public.
1172 * dwarf2loc.h (dwarf2_evaluate_loc_desc): Declare.
1173
1174 2010-08-11 Tom Tromey <tromey@redhat.com>
1175 Phil Muldoon <pmuldoon@redhat.com>
1176
1177 * python/python.c (gdbpy_run_events): New function.
1178 (gdbpy_post_event): Likewise.
1179 (gdbpy_initialize_events): Likewise.
1180 (_initialize_python): Call gdbpy_initialize_events.
1181
1182 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
1183
1184 * gdb/valarith.c (vector_binop): New function.
1185 (scalar_binop): Likewise.
1186 (value_binop): Call scalar_binop or vector_binop depending on the types.
1187 * gdb/eval.c (ptrmath_type_p): Return 0 in case of TYPE_VECTOR.
1188 (evaluate_subexp_with_coercion): Add vector check to not convert vectors
1189 to pointers.
1190 * gdb/value.c (coerce_array): Add vector check to not coerce vectors.
1191
1192 2010-08-11 Brad Roberts <braddr@puremagic.com>
1193
1194 * d-lang.c (extract_identifiers): Handle multiple digits.
1195
1196 2010-08-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1197
1198 Code cleanup.
1199 * dummy-frame.c (dummy_frame_unwinder): Remove its static qualifier.
1200 Rename to dummy_frame_unwind.
1201 (dummy_frame_unwind): Remove.
1202 * dummy-frame.h (dummy_frame_unwind): Reference directly the struct.
1203 * frame-unwind.c (frame_unwind_init): Use address of
1204 dummy_frame_unwind and inline_frame_unwind.
1205 * frame.c (create_sentinel_frame): Use address of
1206 sentinel_frame_unwind.
1207 * inline-frame.c (inline_frame_unwinder): Rename to
1208 inline_frame_unwind.
1209 (inline_frame_unwind): Remove.
1210 * inline-frame.h (inline_frame_unwind): Reference directly the struct.
1211 * sentinel-frame.c (sentinel_frame_unwinder): Rename to
1212 sentinel_frame_unwind.
1213 (sentinel_frame_unwind): Remove.
1214 * sentinel-frame.h (sentinel_frame_unwind): Reference directly the
1215 struct.
1216
1217 2010-08-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1218
1219 Code cleanup.
1220 * frame-unwind.c (frame_unwind_find_by_frame): Remove the return type
1221 and returned value. New comment from frame-unwind.h.
1222 * frame-unwind.h (frame_unwind_find_by_frame): Remove the return type.
1223 Extend the comment.
1224 * frame.c (get_frame_id, frame_unwind_register_value)
1225 (create_new_frame, get_prev_frame_1, frame_unwinder_is)
1226 (get_frame_type, frame_unwind_arch): Do not use the return value of
1227 frame_unwind_find_by_frame.
1228
1229 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
1230 Thiago Jung Bauermann <bauerman@br.ibm.com>
1231 Tom Tromey <tromey@redhat.com>
1232
1233 * python/python.c (gdbpy_solib_address): New function.
1234 (gdbpy_decode_line): Likewise.
1235
1236 2010-08-10 Tom Tromey <tromey@redhat.com>
1237
1238 Revert gdb-add-index addition:
1239 * Makefile.in (install-only): Don't install gdb-add-index.
1240 * gdb-add-index.sh: Remove.
1241
1242 2010-08-09 Kevin Buettner <kevinb@redhat.com>
1243
1244 * remote-sim.c (gdbsim_xfer_inferior_memory): Replace
1245 `target_has_execution' check with `to_has_memory' check.
1246 (gdbsim_has_all_memory, gdbsim_has_memory): New functions.
1247 (init_gdbsym_ops): Initialize relevant fields of `gdbsim_ops'
1248 with `gdbsim_has_all_memory' and `gdbsim_has_memory'.
1249
1250 2010-08-09 Kevin Buettner <kevinb@redhat.com>
1251
1252 * remote-sim.c (program_loaded, gdbsim_desc, remote_sim_ptid)
1253 (resume_siggnal, resume_step): Move these static globals...
1254 (struct sim_inferior_data): ...into this new struct.
1255 (sim_inferior_data_key, next_pid, sim_argv, gdbsim_is_open):
1256 New static globals.
1257 (gdb_callback, callbacks_initialized): Move these globals to
1258 a point earlier in the file.
1259 (check_for_duplicate_sim_descriptor, get_sim_inferior_data)
1260 (get_sim_inferior_data_by_ptid, sim_inferior_data_cleanup)
1261 (gdbsim_close_inferior, gdbsim_resume_inferior)
1262 (gdbsim_stop_inferior): New functions.
1263 (SIM_INSTANCE_NOT_NEEDED, SIM_INSTANCE_NEEDED, INITIAL_PID):
1264 New constants.
1265 (gdbsim_fetch_register, gdbsim_store_register, gdbsim_load)
1266 (gdbsim_create_inferior, gdbsim_open, gdbsim_close, gdbsim_resume)
1267 (gdbsim_stop, gdbsim_cntrl_c, gdbsim_wait)
1268 (gdbsim_xfer_inferior_memory, gdbsim_files_info)
1269 (gdbsim_mourn_inferior, simulator_command, gdbsim_thread_alive,
1270 (gdbsim_pid_to_str): Invoke `get_sim_inferior_data' to set
1271 new local variable `sim_data' in each of these functions. Use
1272 `sim_data' to reference former globals `program_loaded',
1273 `gdbsim_desc', `remote_sim_ptid', `resume_siggnal', and
1274 `resume_step'.
1275 (gdbsim_open): Remove local variable `argv'. Put results of call
1276 to `gdb_buildargv' in `sim_argv' rather than in `argv'. Don't
1277 make a cleanup for it. Free it though when a sim instance cannot
1278 be obtained.
1279 (gdbsim_close): Free sim_argv and null it out as appropriate.
1280 Close sim instances in all inferiors.
1281 (gdbsim_cntrl_c): Stop all inferiors.
1282 (gdbsim_wait):
1283 (_initialize_remote_sim): Initialize `sim_inferior_data_key'.
1284
1285 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
1286
1287 * dwarf2read.c (new_symbol): Add symbol to variable list at end of
1288 function after symbol construction is complete.
1289 Do the same for template symbol addition to template_symbols list.
1290
1291 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
1292
1293 * symtab.c (symbol_get_demangled_name): Remove assertion and
1294 return NULL when language_specific.cplus_specific is not initialized.
1295 * stabsread.c (define_symbol): Set the name before calling
1296 cp_scan_for_anonymous_namespaces.
1297
1298 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
1299
1300 * symtab.h: Renamed SYMBOL_INIT_LANGUAGE_SPECIFIC to
1301 SYMBOL_SET_LANGUAGE.
1302 (symbol_init_language_specific): Renamed to symbol_set_language.
1303 * symtab.c (symbol_init_language_specific): Removed redundant check
1304 for language_cplus.
1305 Renamed to symbol_set_language.
1306 * stabsread.c (define_symbol): Updated.
1307 (read_enum_type): Updated
1308 * psymtab.c (add_psymbol_to_bcache): Updated.
1309 * minsyms.c (install_minimal_symbols): Updated.
1310 * coffread.c (process_coff_symbol): SYMBOL_SET_LANGUAGE instead of
1311 SYMBOL_LANGUAGE to set the language.
1312 * minsyms.c (prim_record_minimal_symbol_full): Ditto.
1313 * mdebugread.c (new_symbol): Ditto.
1314 * cp-namespace.c (check_one_possible_namespace_symbol): Ditto.
1315 * dwarf2read.c (new_symbol_full): Ditto.
1316 * jv-lang.c (add_class_symbol): Ditto.
1317
1318 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1319
1320 * defs.h (make_cleanup_restore_uinteger, make_cleanup_restore_ui_file)
1321 (make_cleanup_restore_page_info)
1322 (set_batch_flag_and_make_cleanup_restore_page_info): New declarations.
1323 * gdbcmd.h (execute_command_to_string): New declaration.
1324 * python/python.c (struct restore_ui_file_closure, restore_ui_file)
1325 (make_cleanup_restore_ui_file): Move to utils.c
1326 (execute_gdb_command) <to_string>: Move ...
1327 * top.c (execute_command_to_string): ... here. Call
1328 set_batch_flag_and_make_cleanup_restore_page_info.
1329 * utils.c (make_cleanup_restore_integer): New source file blank line.
1330 (make_cleanup_restore_uinteger): New.
1331 (struct restore_ui_file_closure, do_restore_ui_file)
1332 (make_cleanup_restore_ui_file): Move here from python/python.c.
1333 (init_page_info) <batch_flag>
1334 (do_restore_page_info_cleanup, make_cleanup_restore_page_info)
1335 (set_batch_flag_and_make_cleanup_restore_page_info): New.
1336
1337 2010-08-06 Maciej W. Rozycki <macro@codesourcery.com>
1338
1339 * thread.c (add_thread_silent): Use null_ptid instead of
1340 minus_one_ptid while getting rid of stale inferior_ptid.
1341
1342 2010-08-06 Corinna Vinschen <vinschen@redhat.com>
1343
1344 * dwarf2-frame.c (struct dwarf2_cie): Add ptr_size member.
1345 Throughout, call read_encoded_value with ptr_size rather than addr_size.
1346 (decode_frame_entry_1): Remove redundant setting of
1347 addr_size. Call gdbarch_dwarf2_addr_size rather than gdbarch_ptr_bit
1348 to determine addr_size in Dwarf versions < 4. Set ptr_size dependent
1349 on examined frame section. Add comment to explain why.
1350 * gdbarch.sh (dwarf2_addr_size): Define as variable. Add lengthy
1351 comment to explain usage.
1352 * gdbarch.c: Regenerate.
1353 * gdbarch.h: Regenerate.
1354
1355 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set dwarf2_addr_size to 4.
1356
1357 2010-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1358
1359 Code cleanup.
1360 * varobj.c (varobj_create): Move variables fi, old_fi and block to
1361 a more inner block.
1362
1363 2010-08-05 Pedro Alves <pedro@codesourcery.com>
1364
1365 * configure.tgt (alpha*-*-linux*, am33_2.0*-*-linux*, frv-*-*)
1366 (hppa*-*-linux*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
1367 (microblaze*-linux-*, mips*-*-linux*, sh*-*-linux*)
1368 (sparc-*-linux*, sparc64-*-linux*, xtensa*-*-linux*): Add
1369 linux-tdep.o to gdb_target_obs.
1370
1371 2010-08-05 Marc Khouzam <marc.khouzam@ericsson.com>
1372
1373 * mi/mi-main.c (mi_cmd_remove_inferior): Properly access first
1374 argument.
1375
1376 2010-08-05 Hui Zhu <teawater@gmail.com>
1377
1378 * mips-linux-tdep.c(regset.h): New include.
1379 (mips_supply_gregset_wrapper, mips_fill_gregset_wrapper,
1380 mips_supply_fpregset_wrapper, mips_fill_fpregset_wrapper,
1381 mips64_supply_gregset_wrapper, mips64_fill_gregset_wrapper,
1382 mips64_supply_fpregset_wrapper, mips64_fill_fpregset_wrapper,
1383 mips_linux_regset_from_core_section): New functions.
1384 (fetch_core_registers, regset_core_fns): Deleted.
1385 (mips_linux_init_abi): Add mips_linux_regset_from_core_section.
1386 Deleted regset_core_fns.
1387 * mips-tdep.c(mips_gdbarch_init): Initialize tdep->gregset,
1388 tdep->gregset64, tdep->fpregset and tdep->fpregset64.
1389 * mips-tdep.h(gdbarch_tdep): Add gregset, gregset64, fpregset
1390 and fpregset64.
1391
1392 2010-08-04 Pedro Alves <pedro@codesourcery.com>
1393
1394 * s390-tdep.c: Include linux-tdep.h.
1395 (s390_gdbarch_init): Call linux_init_abi.
1396
1397 2010-08-04 Pedro Alves <pedro@codesourcery.com>
1398
1399 * corelow.c (core_pid_to_str): Default to using normal_pid_to_str
1400 instead of printing "Thread" here.
1401 * linux-tdep.c: Include inferior.h.
1402 (linux_core_pid_to_str): New.
1403 (linux_init_abi): New.
1404 * linux-tdep.h (linux_init_abi): Declare.
1405 * alpha-linux-tdep.c: Include linux-tdep.h.
1406 (alpha_linux_init_abi): Call linux_init_abi.
1407 * amd64-linux-tdep.c (amd64_linux_init_abi): Call linux_init_abi.
1408 * arm-linux-tdep.c (arm_linux_init_abi): Call linux_init_abi.
1409 * frv-linux-tdep.c: Include linux-tdep.h
1410 (frv_linux_init_abi): Call linux_init_abi.
1411 * hppa-linux-tdep.c: Include linux-tdep.h
1412 (hppa_linux_init_abi): Call linux_init_abi.
1413 * i386-linux-tdep.c (i386_linux_init_abi): Call linux_init_abi.
1414 * ia64-linux-tdep.c: Include linux-tdep.h.
1415 (ia64_linux_init_abi): Call linux_init_abi.
1416 * m32r-linux-tdep.c: Include linux-tdep.h.
1417 (m32r_linux_init_abi): Call linux_init_abi.
1418 * m68klinux-tdep.c: Include linux-tdep.h.
1419 (m68k_linux_init_abi): Call linux_init_abi.
1420 * microblaze-linux-tdep.c: Include linux-tdep.h.
1421 (microblaze_linux_init_abi): Call linux_init_abi.
1422 * mips-linux-tdep.c: Include linux-tdep.h.
1423 (mips_linux_init_abi): Call linux_init_abi.
1424 * mn10300-linux-tdep.c: Include linux-tdep.h.
1425 (am33_linux_init_osabi): Call linux_init_abi. Rename the
1426 'gdbinfo' parameter to 'info'.
1427 * ppc-linux-tdep.c: Include linux-tdep.h.
1428 (ppc_linux_init_abi): Call linux_init_abi.
1429 * sh-linux-tdep.c: Include linux-tdep.h.
1430 (sh_linux_init_abi): Call linux_init_abi.
1431 * sparc-linux-tdep.c: Include linux-tdep.h.
1432 (sparc32_linux_init_abi): Call linux_init_abi.
1433 * sparc64-linux-tdep.c: Include linux-tdep.h.
1434 (sparc64_linux_init_abi): Call linux_init_abi.
1435 * xtensa-linux-tdep.c: Include linux-tdep.h.
1436 (xtensa_linux_init_abi): Call linux_init_abi.
1437 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): New.
1438 (i386_cygwin_init_abi): Install it as gdbarch_core_pid_to_str
1439 callback.
1440
1441 2010-08-03 Doug Evans <dje@google.com>
1442
1443 * breakpoint.c (bpdisp_text): Constify bpdisps.
1444 * solib-svr4.c (solib_break_names): Constify.
1445 (bkpt_names, main_name_list): Constify.
1446 (match_main): Constify soname arg.
1447 (bfd_lookup_symbol): Remove unnecessary forward decl.
1448 Constify symname arg.
1449 (enable_break): Constify bkpt_namep.
1450 * symtab.c (search_symbols): Constify types, types2, types3, types4.
1451 (symtab_symbol_info): Constify classnames.
1452
1453 2010-08-03 Phil Muldoon <pmuldoon@redhat.com>
1454
1455 * NEWS: Document Python value inferior function calls.
1456
1457 2010-08-02 Doug Evans <dje@google.com>
1458
1459 * dwarf2read.c (dwarf_attr_name): Add DW_AT_GNU_odr_signature.
1460
1461 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1462
1463 * linux-thread-db.c (libthread_db_debug): New variable.
1464 (thread_db_find_new_threads_silently): Control verbosity with it.
1465 (try_thread_db_load_1, try_thread_db_load): Likewise.
1466 (find_new_threads_once): Likewise.
1467 (_initialize_thread_db): Set/show it.
1468
1469 2010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1470
1471 * common/signals.c (signals): Move the content to signals.def.
1472 Include it. Remove the INDENT comments.
1473
1474 2010-07-30 Tom Tromey <tromey@redhat.com>
1475
1476 * Makefile.in (install-only): Install gdb-add-index.
1477 * gdb-add-index.sh: New file.
1478
1479 2010-07-31 Renquan Cheng <crq@gcc.gnu.org>
1480
1481 * MAINTAINERS: Add myself for write after approval privileges.
1482
1483 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1484
1485 * symfile.c (addr_section_name): New function.
1486 (addrs_section_compar): Use it.
1487 (addr_info_make_relative): Use it. Move variable sect_name into a more
1488 inner block. Make ".dynbss" and ".sdynbss" checks more strict.
1489
1490 2010-07-30 Tom Tromey <tromey@redhat.com>
1491
1492 * configure: Rebuild.
1493 * configure.ac: Add missing case for Python 2.7.
1494
1495 2010-07-29 DJ Delorie <dj@redhat.com>
1496
1497 * rx-tdep.c (rx_analyze_prologue): Don't require branches to have
1498 conditions.
1499
1500 2010-07-29 Pedro Alves <pedro@codesourcery.com>
1501
1502 * PROBLEMS: Remove mention of all problems.
1503
1504 2010-07-28 Pedro Alves <pedro@codesourcery.com>
1505
1506 PR build/11848
1507 * configure.ac: Check for wresize.
1508 * configure, config.in: Regenerate.
1509 * tui/tui-win.c (make_visible_with_new_height): Wrap wresize call
1510 with HAVE_WRESIZE.
1511
1512 2010-07-28 Tom Tromey <tromey@redhat.com>
1513
1514 PR python/11060:
1515 * python/py-type.c (typy_legacy_template_argument): New function,
1516 extracted from typy_template_argument.
1517 (typy_template_argument): Use TYPE_TEMPLATE_ARGUMENT. Return a
1518 value when needed.
1519
1520 2010-07-28 Oleg Nesterov <oleg@redhat.com>
1521
1522 * remote.c (readchar): Call pop_target in case of SERIAL_ERROR.
1523
1524 2010-07-27 Tom Tromey <tromey@redhat.com>
1525
1526 * dwarf2read.c (dwarf2_const_value_data): Never sign extend.
1527
1528 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1529
1530 * dwarf2read.c (read_subroutine_type): Improve THIS detection,
1531 handling DW_AT_object_pointer, and workaround GCC PR 43053.
1532
1533 2010-07-28 Tom Tromey <tromey@redhat.com>
1534
1535 * Makefile.in (HFILES_NO_SRCDIR): Remove link-warning.h.
1536
1537 2010-07-28 Joel Brobecker <brobecker@adacore.com>
1538
1539 * remote.c (remote_download_tracepoint): Add missing gettext markup.
1540 * tracepoint.c (parse_static_tracepoint_marker_definition): Likewise.
1541
1542 2010-07-28 Joel Brobecker <brobecker@adacore.com>
1543
1544 * breakpoint.c (breakpoint_re_set_one): Move call to set_language
1545 down, just before the block that parse the breakpoint addr_string.
1546
1547 2010-07-28 Tom Tromey <tromey@redhat.com>
1548
1549 PR c++/9946:
1550 * symfile.c (reread_symbols): Clear template_symbols.
1551 * symtab.h (struct symbol) <is_cplus_template_function>: New
1552 field.
1553 (SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION): New macro.
1554 (struct template_symbol): New.
1555 * symtab.c (lookup_symbol_aux_local): Use
1556 cp_lookup_symbol_imports_or_template.
1557 * objfiles.h (struct objfile) <template_symbols>: New field.
1558 * objfiles.c (relocate_one_symbol): New function.
1559 (objfile_relocate1): Use it. Relocate isolated symbols.
1560 * gdbtypes.h (struct cplus_struct_type) <n_template_arguments,
1561 template_arguments>: New fields.
1562 (TYPE_N_TEMPLATE_ARGUMENTS): New macro.
1563 (TYPE_TEMPLATE_ARGUMENTS): Likewise.
1564 (TYPE_TEMPLATE_ARGUMENT): Likewise.
1565 (lookup_typename): Update.
1566 * gdbtypes.c (lookup_typename): Constify "block" argument.
1567 * dwarf2read.c: Include vec.h.
1568 (symbolp): New typedef.
1569 (read_func_scope): Read template arguments. Allocate a
1570 template_symbol when needed.
1571 (read_structure_type): Read template arguments.
1572 (new_symbol_full): New function, from new_symbol. Handle
1573 DW_TAG_template_type_param and DW_TAG_template_value_param.
1574 (new_symbol): Rewrite as wrapper.
1575 * cp-support.h (cp_lookup_symbol_imports_or_template): Declare.
1576 * cp-namespace.c: Include language.h.
1577 (search_symbol_list): New function.
1578 (cp_lookup_symbol_imports_or_template): Likewise.
1579
1580 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
1581
1582 * tui/tui-win.c (make_visible_with_new_height): Resize and move
1583 the command window to the new size and position.
1584
1585 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
1586
1587 * tui/tui-win.c (tui_resize_all): Update the locator's origin's
1588 coordinates.
1589
1590 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
1591
1592 * tui/tui-io.c (tui_handle_resize_during_io): Call tui_resize_all
1593 after a detecting a resize.
1594 * tui/tui-win.c (tui_resize_all): Remove tui_set_win_resized_to
1595 call.
1596
1597 2010-07-28 Pedro Alves <pedro@codesourcery.com>
1598
1599 * configure.ac: Check for resize_term.
1600 * configure, config.in: Regenerate.
1601
1602 2010-07-27 Joel Brobecker <brobecker@adacore.com>
1603
1604 * MAINTAINERS (Write After Approval): Reorder a couple of entries.
1605
1606 2010-07-27 Daniel Jacobowitz <dan@codesourcery.com>
1607
1608 * dwarf2read.c (read_string): Rename to ...
1609 (read_direct_string): ... this.
1610 (skip_one_die, read_attribute_value, dwarf_decode_line_header)
1611 (dwarf_decode_lines, dwarf_decode_macros): Adjust.
1612
1613 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1614
1615 * linux-nat.c (linux_nat_lp_status_is_event): New function.
1616 (count_events_callback, select_event_lwp_callback)
1617 (cancel_breakpoints_callback, linux_nat_wait_1): Use it.
1618
1619 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1620
1621 * ia64-linux-nat.c (ia64_linux_status_is_event): New function.
1622 (_initialize_ia64_linux_nat): Install it.
1623 * linux-nat.c (sigtrap_is_event, linux_nat_status_is_event)
1624 (linux_nat_set_status_is_event): New.
1625 (stop_wait_callback, count_events_callback, select_event_lwp_callback)
1626 cancel_breakpoints_callback, linux_nat_filter_event)
1627 (linux_nat_wait_1): Use linux_nat_status_is_event.
1628 * linux-nat.h (linux_nat_set_status_is_event): New prototype.
1629
1630 2010-07-27 Tom Tromey <tromey@redhat.com>
1631
1632 * NEWS: Mention labels, .gdb_index.
1633
1634 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
1635
1636 * cli/cli-cmds.c (disassemble_command): Add support of disassemble
1637 "start,+length" form of arguments.
1638 * NEWS: Add "Changed commands" (disassemble) section for "Changes
1639 since GDB 7.1"; and merge two separated paragraphs of disassemble
1640 description in "Changes in GDB 7.0".
1641
1642 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1643
1644 * top.c (input_from_terminal_p): Return 0 on BATCH_FLAG.
1645 * utils.c (defaulted_query): Do not explicitly check for BATCH_FLAG.
1646 (fputs_maybe_filtered): Do not do filtering also on
1647 ! INPUT_FROM_TERMINAL_P.
1648
1649 2010-07-27 Joel Brobecker <brobecker@adacore.com>
1650
1651 * dwarf2read.c (dw2_find_pc_sect_symtab): Remove trailing newline
1652 in warning message.
1653
1654 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
1655
1656 * python/py-value.c (valpy_call): New Function.
1657
1658 2010-07-27 Ken Werner <ken.werner@de.ibm.com>
1659
1660 * dwarf2read.c (dwarf2_read_index): Initialize the types_list and
1661 types_list_elements variables.
1662
1663 2010-07-26 Tom Tromey <tromey@redhat.com>
1664
1665 * dwarf2loc.c (locexpr_describe_location_piece): Also recognize
1666 TLS with DW_OP_const4u or DW_OP_const8u.
1667
1668 2010-07-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
1669
1670 * ppc-linux-nat.c (store_vsx_register): Use PTRACE_GETVSXREGS to get
1671 VSX registers contents.
1672
1673 2010-07-26 Jerome Guitton <guitton@adacore.com>
1674
1675 * dwarf2read.c (add_partial_symbol): Do not add a global variable if
1676 its adress is null. Add comment to explain why.
1677 (new_symbol): Ditto.
1678
1679 2010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1680
1681 * linux-nat.c (linux_nat_do_thread_registers): Convert STOP_SIGNAL to
1682 the host signal first.
1683
1684 2010-07-23 Tom Tromey <tromey@redhat.com>
1685
1686 * dwarf2read.c (struct dwarf2_per_objfile) <n_type_comp_units,
1687 type_comp_units>: New fields.
1688 (dw2_get_cu): New function.
1689 (create_cus_from_index): Remove unused argument.
1690 (create_signatured_type_hash_from_index): New function.
1691 (create_addrmap_from_index): Update.
1692 (dwarf2_read_index): Handle version 2.
1693 (dw2_find_last_source_symtab, dw2_forget_cached_source_info)
1694 (dw2_lookup_symtab, dw2_do_expand_symtabs_matching)
1695 (dw2_print_stats, dw2_expand_all_symtabs)
1696 (dw2_expand_symtabs_with_filename, dw2_find_symbol_file)
1697 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Update.
1698 (dwarf2_initialize_objfile): Call create_debug_types_hash_table.
1699 (allocate_signatured_type_hash_table): New function.
1700 (add_signatured_type_cu_to_list): Likewise.
1701 (create_debug_types_hash_table): Use them. Set type_comp_units.
1702 (read_signatured_type): Ensure section data is available.
1703 (add_address_entry): Don't record empty ranges.
1704 (struct signatured_type_index_data): New.
1705 (write_one_signatured_type): New function.
1706 (write_psymtabs_to_index): Write type CUs.
1707 (save_gdb_index_command): Update comment.
1708 (process_type_comp_unit): Move inititalization of
1709 from_debug_types...
1710 (create_debug_types_hash_table): ... here.
1711
1712 2010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1713
1714 * gdb_gcore.sh (tmpfile): Remove the variable, its initialization,
1715 cleanup and generating of gdb script to it.
1716 (gdb): Use redirection from /dev/null. Use --nx. Turn off pagination
1717 and terminal size. Convert $tmpfile to a series of -ex-es.
1718
1719 2010-07-23 Keith Seitz <keiths@redhat.com>
1720
1721 * symtab.c (basic_lookup_transparent_type): Call pre-expand
1722 hook for STATIC_BLOCK types, too.
1723
1724 2010-07-23 Keith Seitz <keiths@redhat.com>
1725
1726 * dwarf2read.c: Remove unused typedef dwarf2_cu_per_cu_data_ptr
1727 and vector definition.
1728
1729 2010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1730
1731 * linux-nat.c (cancel_breakpoint): Remove unused forward declaration.
1732
1733 2010-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1734
1735 * dwarf2read.c: Include completer.h.
1736 (save_gdb_index_command): Use matching usage command name.
1737 (_initialize_dwarf2_read): New variable c, initialize it by add_cmd.
1738 Set filename_completer for it.
1739
1740 2010-07-22 Tom Tromey <tromey@redhat.com>
1741
1742 * dwarf2read.c (create_debug_types_hash_table): Set objfile on
1743 type signature's per-CU data.
1744
1745 2010-07-22 Pedro Alves <pedro@codesourcery.com>
1746
1747 * NEWS: Mention target reported shared libraries support by
1748 default.
1749
1750 2010-07-21 Pedro Alves <pedro@codesourcery.com>
1751
1752 PR symtab/11827
1753
1754 Revert:
1755 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
1756 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
1757 and DW_TAG_volatile_type.
1758 (new_symbol): Likewise.
1759
1760 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
1761
1762 * eval.c (evaluate_subexp_standard): Disabled evaluation of C++
1763 function symbols before overload resolution.
1764
1765 2010-07-21 Pedro Alves <pedro@codesourcery.com>
1766
1767 * breakpoint.c (bptype_string): New, abstracted out from
1768 print_one_breakpoint_location.
1769 (print_one_breakpoint_location): Adjust.
1770 (breakpoint_1): Adjust the type column width dynamically.
1771
1772 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1773
1774 * symfile.c (find_separate_debug_file_by_debuglink): Remove
1775 a gdb_assert call, new comment.
1776
1777 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1778
1779 * linux-nat.c (linux_handle_extended_wait): Handle case when
1780 event == PTRACE_EVENT_CLONE && stopping && WSTOPSIG (status) != SIGSTOP.
1781
1782 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1783
1784 Code cleanup.
1785 * linux-nat.c (linux_nat_wait_1): Reset STATUS after calling
1786 linux_nat_wait_1. Use always LP->STATUS afterwards.
1787
1788 2010-07-20 Hui Zhu <teawater@gmail.com>
1789
1790 * inf-ptrace.c (inf_ptrace_create_inferior): Initialize back_to.
1791 (inf_ptrace_attach): Ditto.
1792
1793 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1794
1795 Make core files the process_stratum.
1796 * corefile.c (core_target): New variable.
1797 (core_file_command): Remove variable t, use core_target.
1798 * corelow.c (core_ops): Make it static.
1799 (init_core_ops): Change to process_stratum. Initialize CORE_TARGET.
1800 * defs.h (make_cleanup_unpush_target): New prototype.
1801 * gdbarch.h: Regenerate.
1802 * gdbarch.sh (core_pid_to_str): Remove core_stratum from its comment.
1803 * gdbcore.h (core_target): New declaration.
1804 * inf-ptrace.c (inf_ptrace_create_inferior, inf_ptrace_attach): New
1805 variables ops_already_pushed and back_to. Use push_target,
1806 make_cleanup_unpush_target and discard_cleanups calls.
1807 * record.c (record_open): Replace core_stratum by a core_bfd check.
1808 * target.c (target_is_pushed): New function.
1809 (find_core_target): Remove.
1810 * target.h (enum strata) <core_stratum>: Remove.
1811 (target_is_pushed): New declaration.
1812 (find_core_target): Remove declaration.
1813 * tracepoint.c (init_tfile_ops) <to_stratum>: Remove comment.
1814 * utils.c (do_unpush_target, make_cleanup_unpush_target): New functions.
1815
1816 2010-07-19 Hui Zhu <teawater@gmail.com>
1817
1818 * breakpoint.c (single_step_breakpoints_inserted): New
1819 function.
1820 * breakpoint.h (single_step_breakpoints_inserted): Extern.
1821 * infrun.c (maybe_software_singlestep): Add check code.
1822 * record.c (record_resume): Add code for software single step.
1823 (record_wait): Ditto.
1824
1825 2010-07-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1826
1827 * linux-nat.c (linux_handle_extended_wait): Move variable new_lp into
1828 a more inner block. Remove its unused declaration initializer.
1829
1830 2010-07-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
1831
1832 * NEWS: Mention support for the new ptrace interface and hardware
1833 accelerated watchpoint conditions on powerpc-linux.
1834
1835 2010-07-16 Ozkan Sezer <sezeroz@gmail.com>
1836
1837 * target.c (debug_to_insert_breakpoint): Instead of casting to unsigned
1838 long and %ld, use core_addr_to_string() and %s to print CORE_ADDR vars
1839 and host_address_to_string() and %s for pointers.
1840 (debug_to_remove_breakpoint): Likewise.
1841 (debug_to_region_ok_for_hw_watchpoint): Likewise.
1842 (debug_to_can_accel_watchpoint_condition): Likewise.
1843 (debug_to_stopped_data_address): Likewise.
1844 (debug_to_watchpoint_addr_within_range): Likewise.
1845 (debug_to_insert_hw_breakpoint): Likewise.
1846 (debug_to_remove_hw_breakpoint): Likewise.
1847 (debug_to_insert_watchpoint): Likewise.
1848 (debug_to_remove_watchpoint): Likewise.
1849
1850 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
1851
1852 * symtab.h (symbol_set_demangled_name): Now takes an optional objfile*
1853 argument.
1854 (cplus_specific): New struct.
1855 * symtab.c (symbol_set_demangled_name): Updated.
1856 Use cplus_specific for cplus symbols.
1857 (symbol_get_demangled_name): Retrive the name from the cplus_specific
1858 struct for cplus symbols.
1859 (symbol_init_language_specific): Set cplus_specific for cplus symbols.
1860 (symbol_set_names): Pass objfile to symbol_set_demangled_name.
1861 * symtab.c (symbol_init_cplus_specific): New function.
1862
1863 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
1864
1865 * symtab.h (symbol_set_demangled_name): New function.
1866 (symbol_get_demangled_name): New function.
1867 * symtab.c (symbol_set_demangled_name): New function.
1868 (symbol_get_demangled_name): New function.
1869 (symbol_init_language_specific): Use demangled_name setter and getter.
1870 (symbol_set_names): Ditto.
1871 (symbol_natural_name): Ditto.
1872 (symbol_demangled_name): Ditto.
1873 * dwarf2read.c (new_symbol): Ditto.
1874
1875 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
1876
1877 * symtab.h: Renamed cplus_specific to mangled_lang.
1878 * symtab.c (symbol_init_language_specific): Updated.
1879 (symbol_set_names): Updated.
1880 (symbol_natural_name): Updated.
1881 (symbol_demangled_name): Updated.
1882 * ada-lang.c (ada_decode_symbol): Updated.
1883 * dwarf2read.c (new_symbol): Updated.
1884
1885 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
1886
1887 * valops.c (value_assign): Do not call to value_coerce_to_target.
1888 (value_must_coerce_to_target): Return 0 in case of TYPE_VECTOR.
1889
1890 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
1891
1892 * MAINTAINERS: Add myself for write after approval privileges.
1893
1894 2010-07-13 Emmanuel Thomé <Emmanuel.Thome@gmail.com>
1895
1896 * c-valprint.c (c_val_print): Add embedded_offset to address in
1897 call to val_print_array_elements.
1898
1899 2010-07-13 Tom Tromey <tromey@redhat.com>
1900
1901 * dwarf2read.c (dwarf2_read_index): Correctly set 'total_size'.
1902
1903 2010-07-13 Tom Tromey <tromey@redhat.com>
1904
1905 * dwarf2read.c (dwarf2_per_cu_text_offset): Fix reference to
1906 objfile.
1907
1908 2010-07-13 Tom Tromey <tromey@redhat.com>
1909
1910 * symfile.c (set_initial_language): Update.
1911 (deduce_language_from_filename): Argument type now const.
1912 * symtab.h (find_main_filename): Update.
1913 (deduce_language_from_filename): Update.
1914 * symtab.c (find_main_filename): Make result const.
1915 * dwarf2read.c (dw2_find_symbol_file): Change return type.
1916 * psymtab.c (find_symbol_file_from_partial): Change return type.
1917 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
1918 Make result const.
1919
1920 2010-07-13 Tom Tromey <tromey@redhat.com>
1921
1922 * breakpoint.c (save_cmdlist): No longer static.
1923 * gdbcmd.h (save_cmdlist): Declare.
1924 * symfile.c (symbol_file_add_with_addrs_or_offsets): Set
1925 OBJF_READNOW on objfile if readnow_symbol_files.
1926 * elfread.c (elf_symfile_read): Use dwarf2_initialize_objfile.
1927 (elf_sym_fns_gdb_index): New global.
1928 * dwarf2read.c: Include exceptions.h.
1929 (offset_type): New.
1930 (struct mapped_index): New.
1931 (dwarf2_per_cu_data_ptr): New typedef.
1932 (struct dwarf2_per_objfile) <using_index, index_table, gdb_index>:
1933 New fields.
1934 (GDB_INDEX_SECTION): New define.
1935 (struct dwarf2_per_cu_quick_data): New.
1936 (struct dwarf2_per_cu_data) <objfile>: New field.
1937 <psymtab>: Removed.
1938 <v>: New field.
1939 (byte_swap): New function.
1940 (MAYBE_SWAP): New macro.
1941 (INDEX_SUFFIX): New macro.
1942 (dw2_do_instantiate_symtab): New function.
1943 (dw2_instantiate_symtab): Likewise.
1944 (create_cus_from_index): Likewise.
1945 (create_addrmap_from_index): Likewise.
1946 (mapped_index_string_hash): Likewise.
1947 (find_slot_in_mapped_hash): Likewise.
1948 (dwarf2_read_index): Likewise.
1949 (dw2_setup): Likewise.
1950 (dw2_require_line_header): Likewise.
1951 (dw2_require_full_path): Likewise.
1952 (dw2_find_last_source_symtab): Likewise.
1953 (dw2_forget_cached_source_info): Likewise.
1954 (dw2_lookup_symtab): Likewise.
1955 (dw2_lookup_symbol): Likewise.
1956 (dw2_do_expand_symtabs_matching): Likewise.
1957 (dw2_pre_expand_symtabs_matching): Likewise.
1958 (dw2_print_stats): Likewise.
1959 (dw2_dump): Likewise.
1960 (dw2_relocate): Likewise.
1961 (dw2_expand_symtabs_for_function): Likewise.
1962 (dw2_expand_all_symtabs): Likewise.
1963 (dw2_expand_symtabs_with_filename): Likewise.
1964 (dw2_find_symbol_file): Likewise.
1965 (dw2_map_ada_symtabs): Likewise.
1966 (dw2_expand_symtabs_matching): Likewise.
1967 (dw2_find_pc_sect_symtab): Likewise.
1968 (dw2_map_symbol_names): Likewise.
1969 (dw2_map_symbol_filenames): Likewise.
1970 (dw2_has_symbols): Likewise.
1971 (dwarf2_gdb_index_functions): New global.
1972 (dwarf2_initialize_objfile): New function.
1973 (process_psymtab_comp_unit): Update.
1974 (add_partial_subprogram): Likewise.
1975 (dwarf2_psymtab_to_symtab): Likewise.
1976 (psymtab_to_symtab_1): Use dw2_do_instantiate_symtab.
1977 (process_full_comp_unit): Update.
1978 (find_file_and_directory): New function.
1979 (read_file_scope): Use find_file_and_directory.
1980 (dwarf2_per_cu_objfile): Update.
1981 (dwarf2_per_cu_addr_size): Update.
1982 (dwarf2_per_cu_offset_size): Update.
1983 (dwarf2_free_objfile): Free the index, if needed.
1984 (dwarf2_per_objfile_free): Unmap the index, if needed.
1985 (struct strtab_entry): New.
1986 (hash_strtab_entry): New function.
1987 (eq_strtab_entry): Likewise.
1988 (create_strtab): Likewise.
1989 (add_string): Likewise.
1990 (struct symtab_index_entry): New.
1991 (struct mapped_symtab): New.
1992 (hash_symtab_entry): New function.
1993 (eq_symtab_entry): Likewise.
1994 (delete_symtab_entry): Likewise.
1995 (create_index_table): Likewise.
1996 (create_mapped_symtab): Likewise.
1997 (cleanup_mapped_symtab): Likewise.
1998 (find_slot): Likewise.
1999 (hash_expand): Likewise.
2000 (add_index_entry): Likewise.
2001 (add_indices_to_cpool): Likewise.
2002 (write_hash_table): Likewise.
2003 (add_address_entry): Likewise.
2004 (write_psymbols): Likewise.
2005 (write_obstack): Likewise.
2006 (unlink_if_set): Likewise.
2007 (write_psymtabs_to_index): Likewise.
2008 (save_gdb_index_command): Likewise.
2009 (_initialize_dwarf2_read): Install "save gdb-index"
2010 command.
2011 (create_all_comp_units): Initialize 'objfile' field of CU.
2012 (dwarf2_locate_sections): Check for .gdb_index.
2013 * psymtab.h (dwarf2_gdb_index_functions): Declare.
2014 * symfile.h (dwarf2_initialize_objfile): Declare.
2015
2016 2010-07-13 Tom Tromey <tromey@redhat.com>
2017
2018 * symtab.c (lookup_symbol_aux_symtabs): Call pre-expand hook.
2019 (basic_lookup_transparent_type): Likewise.
2020 * symfile.h (struct quick_symbol_functions)
2021 <pre_expand_symtabs_matching>: New field.
2022 * psymtab.c (pre_expand_symtabs_matching_psymtabs): New function.
2023 (psym_functions): Update.
2024
2025 2010-07-13 Tom Tromey <tromey@redhat.com>
2026
2027 PR breakpoints/8357:
2028 * symtab.h (domain_enum_tag) <LABEL_DOMAIN>: Update comment.
2029 * linespec.c (decode_line_1): Update comment. Call decode_label.
2030 (decode_label): New function.
2031 (symbol_found): Handle LOC_LABEL.
2032 * dwarf2read.c (new_symbol) <DW_TAG_label>: Set symbol's type and
2033 domain. Call add_symbol_to_list.
2034
2035 2010-07-13 Tom Tromey <tromey@redhat.com>
2036
2037 * dwarf2loc.h (dwarf2_per_cu_text_offset): Declare.
2038 * dwarf2loc.c (find_location_expression): Use
2039 dwarf2_per_cu_text_offset.
2040 (dwarf2_evaluate_loc_desc): Likewise.
2041 (dwarf2_loc_desc_needs_frame): Likewise.
2042 (compile_dwarf_to_ax): Likewise.
2043 (loclist_describe_location): Likewise.
2044 * dwarf2read.c (dwarf2_per_cu_text_offset): New function.
2045 (dwarf2_per_cu_objfile): Update comment.
2046
2047 2010-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2048
2049 * dwarf2read.c (read_subrange_type): Call read_subrange_type.
2050 * p-lang.c (pascal_printstr): Likewise.
2051
2052 2010-07-09 Tom Tromey <tromey@redhat.com>
2053
2054 * python/py-prettyprint.c (gdbpy_get_display_hint): Don't use
2055 'hint' if it is NULL.
2056
2057 2010-07-09 Hui Zhu <teawater@gmail.com>
2058
2059 * source.c (print_source_lines_base): Add check for noprint.
2060
2061 2010-07-08 Joel Brobecker <brobecker@adacore.com>
2062
2063 * python/python-config.py: Resync with Python 2.7 version of this
2064 script.
2065
2066 2010-07-08 Joel Brobecker <brobecker@adacore.com>
2067
2068 * NEWS: Fix typo in section name (s/GDB 7.1/GDB 7.2).
2069
2070 2010-07-07 Joel Brobecker <brobecker@adacore.com>
2071
2072 * NEWS: Create a new section for the next release branch.
2073 Rename the section of the current branch, now that it has
2074 been cut.
2075
2076 2010-07-07 Joel Brobecker <brobecker@adacore.com>
2077
2078 GDB 7.2 branch created (branch timestamp: 2010-07-07 17:00 UTC)
2079 * version.in: Bump version to 7.2.50.20100707-cvs.
2080
2081 2010-07-07 Tom Tromey <tromey@redhat.com>
2082
2083 * dwarf2read.c (dwarf2_const_value) <DW_form_addr>: Create a
2084 LOC_COMPUTED symbol.
2085 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Set new field.
2086 (dwarf2_loc_desc_needs_frame): Likewise.
2087 (compile_dwarf_to_ax) <DW_OP_addr>: Use offset.
2088 * dwarf2expr.h (struct dwarf_expr_context) <offset>: New field.
2089 * dwarf2expr.c (execute_stack_op) <DW_OP_addr>: Use offset.
2090 * dwarf2-frame.c (execute_stack_op): Set 'offset' field. Add
2091 'offset' argument.
2092 (struct dwarf2_frame_cache) <text_offset>: New field.
2093 (dwarf2_frame_cache): Set new field.
2094 (dwarf2_frame_prev_register): Update.
2095 (dwarf2_frame_sniffer): Update.
2096 (dwarf2_frame_base_sniffer): Update.
2097 (dwarf2_frame_find_fde): Add 'out_offset' argument.
2098
2099 2010-07-07 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2100 Thiago Jung Bauermann <bauerman@br.ibm.com>
2101
2102 Support for hw accelerated condition watchpoints in booke powerpc.
2103
2104 * breakpoint.c (fetch_watchpoint_value): Rename to fetch_subexp_value
2105 and move to eval.c. Change callers.
2106 (insert_bp_location): Pass watchpoint condition in
2107 target_insert_watchpoint.
2108 (remove_breakpoint_1) Pass watchpoint condition in
2109 target_remove_watchpoint.
2110 (watchpoint_locations_match): Call
2111 target_can_accel_watchpoint_condition.
2112 * eval.c: Include wrapper.h.
2113 (fetch_subexp_value): Moved from breakpoint.c.
2114 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint):
2115 Formatting fix.
2116 (can_use_watchpoint_cond_accel): New function.
2117 (calculate_dvc): Likewise.
2118 (num_memory_accesses): Likewise.
2119 (check_condition): Likewise.
2120 (ppc_linux_can_accel_watchpoint_condition): Likewise
2121 (ppc_linux_insert_watchpoint): Call can_use_watchpoint_cond_accel,
2122 check_condition and calculate_dvc.
2123 (ppc_linux_remove_watchpoint): Likewise.
2124 (_initialize_ppc_linux_nat): Set to_can_accel_watchpoint_condition to
2125 ppc_linux_can_accel_watchpoint_condition
2126 * target.c (debug_to_insert_watchpoint): Add argument for watchpoint
2127 condition.
2128 (debug_to_remove_watchpoint): Likewise.
2129 (debug_to_can_accel_watchpoint_condition): New function.
2130 (update_current_target): Set to_can_accel_watchpoint_condition.
2131 (setup_target_debug): Set to_can_accel_watchpoint_condition.
2132 * target.h: Add opaque declaration for struct expression.
2133 (struct target_ops) <to_insert_watchpoint>,
2134 <to_remove_watchpoint>: Add new arguments to pass the watchpoint
2135 <to_can_accel_watchpoint_condition>: New member.
2136 condition. Update all callers and implementations.
2137 (target_can_accel_watchpoint_condition): New macro.
2138 * value.c (free_value_chain): New function.
2139 * value.h (fetch_subexp_value): New prototype.
2140 (free_value_chain): Likewise.
2141
2142 2010-07-07 Ulrich Weigand <uweigand@de.ibm.com>
2143
2144 * linux-nat.c (linux_nat_do_thread_registers): Use section size
2145 from gdbarch_core_regset_sections also for .reg if present.
2146
2147 * amd64-linux-tdep.c (amd64_linux_regset_sections): Fix incorrect
2148 section size for .reg.
2149 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
2150 (ppc_linux_vmx_regset_sections): Likewise.
2151 (ppc_linux_fp_regset_sections): Likewise.
2152 (ppc64_linux_vsx_regset_sections): New variable.
2153 (ppc64_linux_vmx_regset_sections): Likewise.
2154 (ppc64_linux_fp_regset_sections): Likewise.
2155 (ppc_linux_init_abi): Install core_regset_section lists appropriate
2156 for current word size.
2157
2158 2010-07-06 Joel Brobecker <brobecker@adacore.com>
2159
2160 * server.c (myresume): Make static.
2161
2162 2010-07-06 Tom Tromey <tromey@redhat.com>
2163
2164 * configure, config.in: Rebuild.
2165 * configure.ac (HAVE_LIBPYTHON2_7): New define.
2166 * python/python-internal.h: Handle HAVE_LIBPYTHON2_7.
2167
2168 2010-07-06 Andreas Schwab <schwab@linux-m68k.org>
2169
2170 * breakpoint.c (_initialize_breakpoint): Add "cl" as alias for
2171 "clear".
2172
2173 2010-07-06 Ken Werner <ken.werner@de.ibm.com>
2174
2175 * gdbtypes.h (floatformats_ieee_half): Add declaration.
2176 * gdbtypes.c (floatformats_ieee_half): New variable.
2177 * doublest.c (floatformat_from_length): Set format to
2178 gdbarch_half_format if length matches.
2179 * gdbarch.sh (half_bit): New architecture method.
2180 (half_format): Likewise.
2181 * gdbarch.h: Regenerate.
2182 * gdbarch.c: Likewise.
2183
2184 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2185 Joel Brobecker <brobecker@adacore.com>
2186
2187 Fix re-run of PIE executable, PR shlibs/11776.
2188 * solib-svr4.c (svr4_relocate_main_executable) <symfile_objfile>: Remove
2189 the part of pre-set SYMFILE_OBJFILE->SECTION_OFFSETS.
2190
2191 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2192 Joel Brobecker <brobecker@adacore.com>
2193
2194 * auxv.c (memory_xfer_auxv): Update attach comment.
2195 * solib-svr4.c (svr4_special_symbol_handling): Remove the call to
2196 svr4_relocate_main_executable.
2197 (svr4_solib_create_inferior_hook): Make the call to
2198 svr4_relocate_main_executable unconditional.
2199
2200 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2201 Joel Brobecker <brobecker@adacore.com>
2202
2203 * auxv.c (ld_so_xfer_auxv): Do not error on failed read of data_address.
2204
2205 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2206 Joel Brobecker <brobecker@adacore.com>
2207
2208 Fix attaching to PIEs prelinked on the disk after the process was
2209 started.
2210 * solib-svr4.c (svr4_exec_displacement): New variable arch_size.
2211 Verify it against bfd_get_arch_size. Try to match arbitrary
2212 displacement for the phdrs comparison.
2213
2214 2010-07-02 Tom Tromey <tromey@redhat.com>
2215
2216 PR exp/11780:
2217 * libunwind-frame.c (libunwind_frame_prev_register): Don't set
2218 value as optimized-out.
2219
2220 2010-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2221 Thiago Jung Bauermann <bauerman@br.ibm.com>
2222
2223 * breakpoint.c (can_use_hardware_watchpoint): Answer "what does this
2224 represent?" question in comment. Change comment to a proper sentence.
2225
2226 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
2227
2228 * c-valprint.c (c_val_print): Fix printing of character vectors.
2229
2230 2010-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2231
2232 * spu-tdep.c (spu_catch_start): Adjust the caller of changed
2233 create_breakpoint prototype.
2234
2235 2010-07-01 Pedro Alves <pedro@codesourcery.com>
2236
2237 * breakpoint.c (BREAK_ARGS_HELP, _initialize_breakpoint): Clarify
2238 usefulness suggestion of multiple breakpoints at same location.
2239
2240 2010-07-01 Pedro Alves <pedro@codesourcery.com>
2241
2242 * breakpoint.c (BREAK_ARGS_HELP): Add missing `the'.
2243
2244 2010-07-01 Pedro Alves <pedro@codesourcery.com>
2245
2246 * dwarf2loc.c (locexpr_tracepoint_var_ref)
2247 (loclist_tracepoint_var_ref): Handle optimized out values.
2248
2249 2010-07-01 Pedro Alves <pedro@codesourcery.com>
2250
2251 * breakpoint.c (update_watchpoint, _initialize_breakpoint): Remove
2252 unnecessary space in string.
2253 * filesystem.c (_initialize_filesystem): Ditto.
2254 * frame.c (_initialize_frame): Ditto.
2255 * infcmd.c (step_once): Ditto.
2256 * infrun.c (_initialize_infrun): Ditto.
2257 * linux-nat.c (linux_child_follow_fork): Ditto.
2258 * maint.c (maintenance_deprecate): Ditto.
2259 * memattr.c (_initialize_mem): Ditto.
2260 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2261 * monitor.c (monitor_open): Ditto.
2262 * procfs.c (procfs_xfer_memory): Ditto.
2263 * reverse.c (bookmarks_info): Ditto.
2264 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Ditto.
2265 * stack.c (_initialize_stack): Ditto.
2266 * tracepoint.c (_initialize_tracepoint): Ditto.
2267 * xtensa-tdep.c (xtensa_supply_gregset,
2268 xtensa_regset_from_core_section): Ditto.
2269
2270 2010-07-01 Tom Tromey <tromey@redhat.com>
2271
2272 * value.h (struct lval_funcs) <check_any_valid>: Rename from
2273 check_all_valid.
2274 * value.c (value_entirely_optimized_out): Invert result. Update
2275 for new function name.
2276
2277 2010-07-01 Pedro Alves <pedro@codesourcery.com>
2278
2279 Static tracepoints support.
2280
2281 * NEWS: Mention new support for static tracepoints.
2282 (New packets): Mention qTfSTM, qTsSTM, qTSTMat and
2283 qXfer:statictrace:read.
2284 (New features in the GDB remote stub, GDBserver): Mention static
2285 tracepoints support using an UST based backend.
2286 (New commands): Mention "info static-tracepoint-markers" and
2287 "strace".
2288 * breakpoint.c (is_marker_spec): New.
2289 (is_tracepoint): Handle static tracepoints.
2290 (validate_commands_for_breakpoint): Static tracepoints can't do
2291 while-stepping.
2292 (static_tracepoints_here): New.
2293 (bpstat_what): Handle static tracepoints.
2294 (print_one_breakpoint_location, allocate_bp_location, mention):
2295 Ditto.
2296 (create_breakpoint_sal): Ditto.
2297 (decode_static_tracepoint_spec): New.
2298 (create_breakpoint): Replace `hardwareflag', and `traceflag' with
2299 `type_wanted'. Adjust. Handle static tracepoint marker
2300 locations.
2301 (break_command_1): Adjust.
2302 (update_static_tracepoint): New.
2303 (update_breakpoint_locations): Handle static tracepoints.
2304 (breakpoint_re_set_one): Handle static tracepoint marker
2305 locations.
2306 (disable_command, enable_command): Handle static tracepoints.
2307 (trace_command, ftrace_command): Adjust.
2308 (strace_command): New.
2309 (create_tracepoint_from_upload): Adjust.
2310 (save_breakpoints): Handle static tracepoints.
2311 (_initialize_breakpoint): Install the "strace" command.
2312 * breakpoint.h (enum bptype): New bp_static_tracepoint type.
2313 (struct breakpoint): New fields static_trace_marker_id and
2314 static_trace_marker_id_idx.
2315 (breakpoints_here_p): Declare.
2316 (create_breakpoint): Adjust.
2317 (static_tracepoints_here): Declare.
2318 * remote.c (struct remote_state) <static_tracepoints>: New field.
2319 (PACKET_qXfer_statictrace_read, PACKET_StaticTracepoints): New.
2320 (remote_static_tracepoint_marker_at): New.
2321 (remote_static_tracepoint_markers_by_strid): New.
2322 (remote_static_tracepoint_feature): New.
2323 (remote_disconnected_tracing_feature): Handle "StaticTracepoints".
2324 (remote_xfer_partial): Handle TARGET_OBJECT_STATIC_TRACE_DATA.
2325 (remote_supports_static_tracepoints): New.
2326 (remote_download_tracepoint): Download static tracepoints.
2327 (init_remote_ops): Install remote_static_tracepoint_marker_at and
2328 remote_static_tracepoint_markers_by_strid.
2329 (_initialize_remote): Install set|show remote static-tracepoints,
2330 and set|show remote read-sdata-object commands.
2331 * target.c (update_current_target): Inherit and default
2332 to_static_tracepoint_marker_at, and
2333 to_static_tracepoint_markers_by_strid.
2334 * target.h (static_tracepoint_marker): Forward declare.
2335 (enum target_object): New object TARGET_OBJECT_STATIC_TRACE_DATA.
2336 (static_tracepoint_marker_p): New typedef.
2337 (DEF_VEC_P(static_tracepoint_marker_p)): New VEC type.
2338 (struct target_ops): New fields to_static_tracepoint_marker_at and
2339 to_static_tracepoint_markers_by_strid.
2340 (target_static_tracepoint_marker_at)
2341 (target_static_tracepoint_markers_by_strid): New.
2342 * tracepoint.c: Include source.h.
2343 (validate_actionline): Handle $_sdata.
2344 (struct collection_list): New field strace_data.
2345 (add_static_trace_data): New.
2346 (clear_collection_list): Clear strace_data.
2347 (stringify_collection_list): Account for a possible static trace
2348 data collection.
2349 (encode_actions_1): Encode an $_sdata collection.
2350 (parse_tracepoint_definition): Handle static tracepoints.
2351 (parse_static_tracepoint_marker_definition): New.
2352 (release_static_tracepoint_marker): New.
2353 (print_one_static_tracepoint_marker): New.
2354 (info_static_tracepoint_markers_command): New.
2355 (sdata_make_value): New.
2356 (_initialize_tracepoint): Create the $_sdata convenience variable.
2357 Add the "info static-tracepoint-markers" command.
2358 Mention $_sdata in the "collect" command's help output.
2359 * tracepoint.h (struct static_tracepoint_marker): New.
2360 (parse_static_tracepoint_marker_definition)
2361 (release_static_tracepoint_marker): Declare.
2362 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
2363 * python/py-breakpoint.c (bppy_new): Adjust.
2364
2365 2010-06-30 Joel Brobecker <brobecker@adacore.com>
2366
2367 * python/python-internal.h (_XOPEN_SOURCE): Undefine before
2368 including Python.h.
2369
2370 2010-06-29 Doug Evans <dje@google.com>
2371
2372 PR gdb/11702
2373 * dwarf2read.c (dwarf2_add_field): Only create a symbol if
2374 DW_AT_external is present.
2375
2376 PR gdb/11702
2377 * NEWS: Add entry.
2378 * dwarf2read.c (dwarf2_add_field): If DW_AT_const_value is present,
2379 create a symbol for the field and record the value.
2380 (new_symbol): Handle DW_TAG_member.
2381 * gdbtypes.c (field_is_static): Remove FIXME.
2382 * symtab.c (search_symbols): When searching for VARIABLES_DOMAIN,
2383 only ignore LOC_CONST symbols that are enums.
2384
2385 * dwarf2read.c: Remove trailing whitespace.
2386
2387 Delete FIELD_LOC_KIND_DWARF_BLOCK, unused.
2388 * gdbtypes.h (enum field_loc_kind): Delete FIELD_LOC_KIND_DWARF_BLOCK.
2389 (struct main_type, field loc): Delete dwarf_block.
2390 (FIELD_DWARF_BLOCK): Delete.
2391 (SET_FIELD_DWARF_BLOCK): Delete.
2392 (TYPE_FIELD_DWARF_BLOCK): Delete.
2393 * gdb-gdb.py (StructMainTypePrettyPrinter.struct_field_location_img):
2394 Update.
2395
2396 2010-06-29 Hui Zhu <teawater@gmail.com>
2397
2398 * record.c (set_record_pic_cmdlist,
2399 show_record_pic_cmdlist): New variables.
2400 (set_record_pic_command,
2401 show_record_pic_command): New functions.
2402 (record_pic_function, record_pic_line, record_pic_enum,
2403 set_record_pic_type, record_pic_hide_nofunction,
2404 record_pic_hide_nosource, record_pic_hide_same): New variables.
2405 (record_pic_fputs): New function.
2406 (function_list, node_list, edge_list): New struct.
2407 (function_list, node_list, edge_list): New variables.
2408 (record_pic_cleanups, record_pic_node,
2409 record_pic_edge, cmd_record_pic): New functions.
2410 (_initialize_record): Add new commands for record pic.
2411
2412 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2413
2414 * dwarf2read.c (read_structure_type) <fi.typedef_field_list>: Call
2415 ALLOCATE_CPLUS_STRUCT_TYPE.
2416
2417 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2418 Tom Tromey <tromey@redhat.com>
2419 Thiago Jung Bauermann <bauerman@br.ibm.com>
2420
2421 * value.c (pack_unsigned_long): New function.
2422 (value_from_ulongest): New function.
2423 * value.h (value_from_ulongest): Declare.
2424 * python/python.c (_initialize_python): Call
2425 gdbpy_initialize_thread and gdbpy_initialize_inferior.
2426 * python/python-internal.h: Define thread_object.
2427 (gdbpy_inferiors, gdbpy_selected_thread)
2428 (frame_info_to_frame_object, create_thread_object)
2429 (find_thread_object, find_inferior_object)
2430 (gdbpy_initialize_thread, gdbpy_initialize_inferiors)
2431 (gdbpy_is_value_object, get_addr_from_python): Declare.
2432 * python/py-value.c (builtin_type_upylong): Define.
2433 (convert_value_from_python): Add logic for ulongest.
2434 (gdbpy_is_value_object): New function.
2435 * python/py-utils.c (get_addr_from_python): New function.
2436 * python/py-frame.c (frame_info_to_frame_object): Return a PyObject.
2437 (gdbpy_selected_frame): Use PyObject over frame_info.
2438 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-inferior and
2439 py-infthread.
2440 (SUBDIR_PYTHON_SRCS): Likewise.
2441 (py-inferior.o): New Rule.
2442 (py-infthread.o): New Rule.
2443 * python/py-inferior.c: New File.
2444 * python/py-infthread.c: New File.
2445
2446 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2447
2448 * c-typeprint.c (c_type_print_base): For no fields check include also
2449 TYPE_TYPEDEF_FIELD_COUNT. Print new typedefs section.
2450 * dwarf2read.c (struct typedef_field_list)
2451 (struct field_info) <typedef_field_list, typedef_field_list_count>: New.
2452 (dwarf2_add_typedef): New.
2453 (read_structure_type): Call dwarf2_add_typedef for DW_TAG_typedef.
2454 Copy also FI.TYPEDEF_FIELD_LIST.
2455 * gdbtypes.h (struct typedef_field)
2456 (struct cplus_struct_type) <typedef_field, typedef_field_count>
2457 (TYPE_TYPEDEF_FIELD_ARRAY, TYPE_TYPEDEF_FIELD, TYPE_TYPEDEF_FIELD_NAME)
2458 (TYPE_TYPEDEF_FIELD_TYPE, TYPE_TYPEDEF_FIELD_COUNT): New.
2459
2460 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2461
2462 * cp-namespace.c (cp_lookup_nested_type): New variable
2463 concatenated_name. Turn the current return condition into a reverse
2464 one. Call also lookup_static_symbol_aux on the constructed qualified
2465 name.
2466 * symtab.c (lookup_symbol_aux): Move variable objfile and searching in
2467 other files into a called ...
2468 (lookup_static_symbol_aux): ... new function here.
2469 * symtab.h (lookup_static_symbol_aux): New prototype.
2470 * valops.c (value_maybe_namespace_elt): Call also
2471 lookup_static_symbol_aux if we failed otherwise.
2472
2473 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2474
2475 Fix PR c++/11703 and PR gdb/1448.
2476 * c-exp.y (yylex) <last_was_coloncolon && first_was_coloncolon>: Add
2477 FIRST_ITER check.
2478
2479 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2480
2481 Fix modification of cplus_struct_default.
2482 * dwarf2read.c (dwarf2_add_member_fn) <no DW_AT_vtable_elem_location>:
2483 Call ALLOCATE_CPLUS_STRUCT_TYPE.
2484 * gdbtypes.c (cplus_struct_default): New empty initializer, comment it.
2485
2486 2010-06-28 Joel Brobecker <brobecker@adacore.com>
2487
2488 * NEWS: Add entry announcing the python directory.
2489
2490 2010-06-28 Tom Tromey <tromey@redhat.com>
2491
2492 * dwarf2read.c (read_structure_type): Allocate null cleanup later.
2493
2494 2010-06-28 Doug Evans <dje@google.com>
2495
2496 * breakpoint.c (breakpoint_sals_to_pc): Delete arg address, unused.
2497 All callers updated.
2498
2499 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2500
2501 * cp-valprint.c (cp_print_value_fields) <recurse == 0>: Call
2502 obstack_begin after each obstack_free.
2503
2504 2010-06-27 Doug Evans <dje@google.com>
2505
2506 * value.c (value_static_field): Use `switch' instead of `if'.
2507 Assert-fail if passed invalid TYPE_FIELD_LOC_KIND.
2508
2509 * valops.c (search_struct_field): Fix typo in error message.
2510
2511 2010-06-26 Ulrich Weigand <uweigand@de.ibm.com>
2512
2513 * dwarf2expr.c (execute_stack_op): Place preprocessor
2514 directives at the start of the source line.
2515
2516 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
2517
2518 * defs.h (make_command_stats_cleanup): Declare.
2519 (set_display_time): Declare.
2520 (set_display_space): Declare.
2521 * event-top.c (command_handler): Use make_command_stats_cleanup.
2522 * main.c (display_time, display_space): Move definitions to utils.c.
2523 (captured_main): Use make_command_stats_cleanup to get start-up
2524 statistics.
2525 Use set_display_time and set_display_space for processing OPT_STATISTICS
2526 case.
2527 * maint.c (maintenance_time_display): Use set_display_time.
2528 (maintenance_space_display): Use set_display_space.
2529 * top.c (execute_command): Remove obsolete 'maint time' code.
2530 (command_loop): Use make_command_stats_cleanup.
2531 * utils.c (struct cmd_stats): Structure for storing initial time
2532 and space usage.
2533 (display_time, display_space): Move definitions here from utils.c.
2534 (set_display_time): New function.
2535 (set_display_space): New function.
2536 (make_command_stats_cleanup): New function.
2537 (report_command_stats): New auxiliary function for
2538 make_command_stats_cleanup.
2539
2540 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
2541
2542 * solib-spu.c (append_ocl_sos): Fix xsnprintf statement for
2543 hosts where CORE_ADDR is long long.
2544
2545 2010-06-25 Tom Tromey <tromey@redhat.com>
2546
2547 PR python/10808:
2548 * python/python.c (execute_gdb_command): Add keywords. Accept
2549 "to_string" argument.
2550 (struct restore_ui_file_closure): New.
2551 (restore_ui_file): New function.
2552 (make_cleanup_restore_ui_file): Likewise.
2553 (GdbMethods) <execute>: Update.
2554
2555 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
2556
2557 * s390-tdep.c (s390_push_dummy_call): Error on stack overflow
2558 during inferior call stack frame setup.
2559
2560 2010-06-25 Ken Werner <ken.werner@de.ibm.com>
2561
2562 * solib-spu.c: Include "exception.h".
2563 (ocl_program_data_key): New variable.
2564 (append_ocl_sos): New function.
2565 (ocl_enable_break): Likewise.
2566 (spu_current_sos): Call append_ocl_sos.
2567 (spu_solib_loaded): Call ocl_enable_break.
2568 (_initialize_spu_solib): Register ocl_program_data_key.
2569
2570 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
2571
2572 * cp-support.c (reset_directive_searched): New function.
2573 (make_symbol_overload_list_using): Prevent recursive calls.
2574
2575 2010-06-25 Phil Muldoon <pmuldoon@redhat.com>
2576
2577 * printcmd.c (print_variable_and_value): Print error message on
2578 caught exception.
2579
2580 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
2581
2582 * dwarf2expr.h (struct dwarf_value_location): Use ULONGEST as type
2583 of stack values.
2584 (struct dwarf_expr_piece): Rename "expr" member to "mem". Add new
2585 "value" member.
2586 (dwarf_expr_push): Change input type to ULONGEST.
2587 (dwarf_expr_fetch): Change return type to ULONGEST.
2588 (dwarf_expr_fetch_address): Add prototype.
2589 (dwarf2_read_address): Remove prototype.
2590 * dwarf2expr.c (dwarf_expr_push): Use ULONGEST as type of stack values.
2591 Truncate stack values to ctx->addr_size bytes.
2592 (dwarf_expr_fetch): Change return value to ULONGEST.
2593 (dwarf_expr_fetch_address): New function.
2594 (add_piece): Use dwarf_expr_fetch_address instead of dwarf_expr_fetch
2595 when appropriate. Update for struct dwarf_expr_piece changes.
2596 (dwarf2_read_address): Remove.
2597 (unsigned_address_type): Remove.
2598 (signed_address_type): Remove.
2599 (execute_stack_op): Use dwarf_expr_fetch_address instead of
2600 dwarf_expr_fetch when appropriate. Use ULONGEST as type of stack
2601 values. Perform operations on ULONGEST instead of on GDB values,
2602 sign-extending from ctx->addr_size bytes as needed. Read DW_OP_addr
2603 values and DW_OP_deref results as unsigned integers.
2604 * dwarf2loc.c (read_pieced_value): Update for struct dwarf_expr_piece
2605 changes.
2606 (write_pieced_value): Likewise.
2607 (dwarf2_evaluate_loc_desc): Use dwarf_expr_fetch_address instead of
2608 dwarf_expr_fetch when appropriate.
2609 (compile_dwarf_to_ax): Read DW_OP_addr values as unsigned integers.
2610 * dwarf2-frame.c (execute_stack_op): Use dwarf_expr_fetch_address
2611 instead of dwarf_expr_fetch when appropriate.
2612
2613 2010-06-25 Pierre Muller <muller@ics.u-strasbg.fr>
2614
2615 * c-typeprint.c (c_print_typedef): Append new type name for typedefs.
2616
2617 2010-06-24 Joel Brobecker <brobecker@adacore.com>
2618
2619 * python/python.c (_initialize_python): Add new "constant"
2620 PYTHONDIR in gdb module. Insert this path at the head of
2621 sys.path. Set gdb.__path__ to gdb.PYTHONDIR + '/gdb' and
2622 exec its __init__.py script if it exists in that directory.
2623
2624 2010-06-24 Kevin Buettner <kevinb@redhat.com>
2625
2626 * rx-tdep.c (RX_ACC_REGNUM): Define.
2627 (RX_NUM_REGS): Redefine to 26.
2628 (rx_register_name): Add register "acc". Change order of several
2629 registers. Change name of "vct" register to "fintv" to match RX
2630 documentation.
2631 (rx_register_type): Add case for RX_ACC_REGNUM.
2632
2633 2010-06-24 Tom Tromey <tromey@redhat.com>
2634
2635 * psymtab.c (lookup_partial_symbol): Mark definition as static.
2636
2637 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2638 Tom Tromey <tromey@redhat.com>
2639
2640 Fix GDB startup on readonly filesystem.
2641 * charset.c (find_charset_names): Use PEX_USE_PIPES for pex_init.
2642
2643 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2644 Pedro Alves <pedro@codesourcery.com>
2645
2646 Fix PR 9436.
2647 * breakpoint.c (handle_jit_event): New function.
2648 (bpstat_what): Remove enum class, kc, ss, sn, sgl, slr, clr, sr, shl,
2649 jit, err, table and bs_class. New variables shlib_event, jit_event,
2650 this_action and bptype. Change bs_class assignments to this_action
2651 assignments. new unhandled bptype internal error. Move here
2652 shlib_event and jit_event handling from handle_inferior_event.
2653 * breakpoint.h (enum bpstat_what_main_action): Extend the comment.
2654 Reorder items. Remove BPSTAT_WHAT_CHECK_SHLIBS and
2655 BPSTAT_WHAT_CHECK_JIT.
2656 * inferior.h (debug_infrun, stop_on_solib_events): New declarations.
2657 * infrun.c (debug_infrun, stop_on_solib_events): Remove static.
2658 (handle_inferior_event): Reinitialize frame and gdbarch after
2659 bpstat_what call. Move BPSTAT_WHAT_CHECK_SHLIBS and
2660 BPSTAT_WHAT_CHECK_JIT handling to bpstat_what. Reinitialize even
2661 gdbarch when frame gets reinitialized.
2662
2663 2010-06-24 Hui Zhu <teawater@gmail.com>
2664
2665 * printcmd.c (ui_printf): New function.
2666 (printf_command): Call ui_printf.
2667 (_initialize_printcmd): New command "eval".
2668
2669 2010-06-23 Ulrich Weigand <uweigand@de.ibm.com>
2670
2671 * infrun.c (handle_inferior_event): Handle presence of single-step
2672 breakpoints for TARGET_WAITKIND_FORKED and TARGET_WAITKIND_VFORKED.
2673 Cancel single-step breakpoints for TARGET_WAITKIND_EXITED,
2674 TARGET_WAITKIND_SIGNALED, and TARGET_WAITKIND_EXECD.
2675 * breakpoint.c (detach_single_step_breakpoints): New function.
2676 (detach_breakpoints): Call it.
2677 (cancel_single_step_breakpoints): New function.
2678 * breakpoint.h (cancel_single_step_breakpoints): Add prototype.
2679
2680 * spu-tdep.c (spu_memory_remove_breakpoint): New function.
2681 (spu_gdbarch_init): Install it.
2682
2683 2010-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2684
2685 * configure.ac: Always set RDYNAMIC at least as `-rdynamic'.
2686 * configure: Regenerate.
2687
2688 2010-06-22 Hui Zhu <teawater@gmail.com>
2689
2690 * i386-tdep.c (i386_record_lea_modrm): Change warning to query.
2691 (i386_process_record): Ditto.
2692 * record.c (record_memory_query): New variable.
2693 (_initialize_record): New command "set record memory-query".
2694 * record.h (record_memory_query): New extern.
2695
2696 2010-06-21 Doug Evans <dje@google.com>
2697
2698 * i386-tdep.h (i386_displaced_step_copy_insn): Declare.
2699 * i386-tdep.c (i386_displaced_step_copy_insn): New function.
2700 (i386_syscall_p): Change type of lengthp to int.
2701 (i386_displaced_step_fixup): Handle kernels that run one past a
2702 syscall insn.
2703 * i386-linux-tdep.c (i386_linux_init_abi): Use
2704 i386_displaced_step_copy_insn instead of
2705 simple_displaced_step_copy_insn.
2706
2707 2010-06-21 Tom Tromey <tromey@redhat.com>
2708
2709 * dwarf2read.c (read_base_type): Handle DW_ATE_UTF.
2710 (dwarf_type_encoding_name): Likewise.
2711
2712 2010-06-21 Tom Tromey <tromey@redhat.com>
2713
2714 * p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME.
2715 * p-typeprint.c (pascal_type_print_base): Use TYPE_ERROR_NAME.
2716 * m2-valprint.c (m2_val_print): Use TYPE_ERROR_NAME.
2717 * gdbtypes.h (TYPE_ERROR_NAME): New macro.
2718 * f-valprint.c (f_val_print): Use TYPE_ERROR_NAME.
2719 * f-typeprint.c (f_type_print_base): Use TYPE_ERROR_NAME.
2720 * dwarf2read.c (tag_type_to_type): Create a new error type on
2721 failure.
2722 * c-valprint.c (c_val_print): Use TYPE_ERROR_NAME.
2723 * c-typeprint.c (c_type_print_base): Use TYPE_ERROR_NAME.
2724
2725 2010-06-21 Michael Snyder <msnyder@vmware.com>
2726
2727 * breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd,
2728 not add_abbrev_prefix_cmd, for "enable breakpoints".
2729
2730 2010-06-21 Ulrich Weigand <uweigand@de.ibm.com>
2731
2732 * dwarf2loc.c (find_location_expression): Add relocation offset
2733 to base-address-selection entry base addresses. Read addresses
2734 (and offsets) as signed/unsigned integers, depending on the
2735 BFD's sign_extend_vma flag. Do not call dwarf2_read_address.
2736 (loclist_describe_location): Likewise.
2737 (disassemble_dwarf_expression): Read DW_OP_addr operand as
2738 unsigned integer. Do not call dwarf2_read_address.
2739 (locexpr_describe_location): Likewise for DW_OP_GNU_push_tls_address.
2740
2741 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
2742
2743 * spu-tdep.c (spu_frame_unwind_cache): Use LSLR register
2744 value instead of hard-coded SPU_LS_SIZE.
2745 (spu_software_single_step): Likewise.
2746 * spu-tdep.h (SPU_LS_SIZE): Remove.
2747
2748 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
2749
2750 * spu-multiarch.c (spu_xfer_partial): Wrap around local store
2751 limit on local store memory accesses.
2752 * spu-linux-nat.c (spu_xfer_partial): Likewise.
2753 * spu-tdep.c (spu_lslr): Remove.
2754 (spu_pointer_to_address): Do not truncate addresses.
2755 (spu_integer_to_address): Likewise.
2756 (spu_overlay_new_objfile): Use SPU_OVERLAY_LMA.
2757 * spu-tdep.h: Add comments.
2758 (SPUADDR_SPU): Respect SPU_OVERLAY_LMA bit.
2759 (SPU_OVERLAY_LMA): Define.
2760
2761 2010-06-18 Stan Shebs <stan@codesourcery.com>
2762
2763 * osdata.c (get_osdata): Warn separately if target does not report
2764 type list.
2765 (info_osdata_command): Allow empty type, report error if target
2766 does not return available types of OS data.
2767 * linux-nat.c (linux_nat_xfer_osdata): Report list of OS data
2768 types if no annex supplied.
2769
2770 * thread.c (thread_id_make_value): Make a value representing the
2771 current thread.
2772 (_initialize_thread): Create $_thread.
2773
2774 2010-06-17 Joel Brobecker <brobecker@adacore.com>
2775
2776 * dwarf2read.c (psymtabs_addrmap_cleanup): Add empty line after
2777 last local variable declaration. No real code change.
2778
2779 2010-06-17 Tom Tromey <tromey@redhat.com>
2780
2781 * dwarf2read.c (psymtabs_addrmap_cleanup): New function.
2782 (dwarf2_build_psymtabs_hard): Use it. Create addrmap on a
2783 temporary obstack.
2784
2785 2010-06-16 Sergio Durigan Junior <sergiodj@redhat.com>
2786 Jan Kratochvil <jan.kratochvil@redhat.com>
2787
2788 * breakpoint.c: Include parser-defs.h.
2789 (watchpoint_exp_is_const): New function.
2790 (watch_command_1): Call watchpoint_exp_is_const to check
2791 if the expression is constant.
2792
2793 2010-06-15 Andreas Schwab <schwab@linux-m68k.org>
2794
2795 * configure.ac: Check for RDYNAMIC also for cross builds.
2796 * configure: Regenerate.
2797
2798 2010-06-15 Pedro Alves <pedro@codesourcery.com>
2799
2800 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
2801 (SFILES): Remove solib-null.c, add solib-target.c.
2802 (COMMON_OBS): Remove solib-null.o, add solib-target.o.
2803 (ALLDEPFILES): Remove solib-target.c.
2804 * solib-target.c (_initialize_solib_target): Set
2805 current_target_so_ops to solib_target_so_ops if not already set.
2806 * solib-null.c: Delete.
2807
2808 2010-06-14 Pedro Alves <pedro@codesourcery.com>
2809
2810 * NEWS: Mention GDBserver's JIT compilation of tracepoint
2811 bytecode.
2812
2813 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
2814
2815 * cp-valprint.c (cp_print_static_field): Members of
2816 dont_print_stat_array_obstack are of type "struct type *".
2817 (_initialize_cp_valprint): Likewise.
2818
2819 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
2820
2821 * frame.c (frame_register_unwind): Do not access contents
2822 of "optimized out" unwound register value.
2823
2824 2010-06-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2825
2826 * ada-lang.h (ada_print_type): Make varstring const.
2827 * ada-typeprint.c (print_func_type): Make name const.
2828 (ada_print_type): Make varstring const.
2829 * c-lang.h (c_print_type): Make varstring const.
2830 * c-typeprint.c (c_print_type): Likewise.
2831 * f-lang.h (f_print_type): Likewise.
2832 * f-typeprint.c (f_print_type): Likewise.
2833 * jv-lang.h (java_print_type): Likewise.
2834 * jv-typeprint.c (java_print_type): Likewise.
2835 * language.c (unk_lang_print_type): Likewise.
2836 * language.h (struct language_defn) <la_print_type>: Likewise.
2837 * m2-lang.h (m2_print_type): Likewise.
2838 * m2-typeprint.c (m2_print_type): Likewise.
2839 * p-lang.h (pascal_print_type): Likewise.
2840 * p-typeprint.c (pascal_print_type): Likewise.
2841
2842 2010-06-11 Stan Shebs <stan@codesourcery.com>
2843
2844 Add per-operation permission flags.
2845
2846 * target.h (struct target_ops): New method to_set_permissions.
2847 (target_set_permissions): New macro.
2848 (target_insert_breakpoint): Change macro to function.
2849 (target_remove_breakpoint): Ditto.
2850 (target_stop): Ditto.
2851 (may_write_registers): Declare.
2852 (may_write_memory): Declare.
2853 (may_insert_breakpoints): Declare.
2854 (may_insert_tracepoints): Declare.
2855 (may_insert_fast_tracepoints): Declare.
2856 (may_stop): Declare.
2857 * target.c (may_write_registers, may_write_registers_1): New globals.
2858 (may_write_memory, may_write_memory_1): New globals.
2859 (may_insert_breakpoints, may_insert_breakpoints_1): New globals.
2860 (may_insert_tracepoints, may_insert_tracepoints_1): New globals.
2861 (may_insert_fast_tracepoints, may_insert_fast_tracepoints_1): New
2862 globals.
2863 (may_stop, may_stop_1): New global.
2864 (target_xfer_partial): Test for write permission.
2865 (target_store_registers): Ditto.
2866 (target_insert_breakpoint): New function.
2867 (target_remove_breakpoint): New function.
2868 (target_stop): New function.
2869 (_initialize_targets): Add new set/show variables.
2870 (set_write_memory_permission): New function.
2871 (update_target_permissions): New function.
2872 (set_target_permissions): New function.
2873 (update_current_target): Default to_set_permissions.
2874 (_initialize_targets): Use new globals and setter function.
2875 * tracepoint.c (start_tracing): Test for permission.
2876 * inferior.h (update_observer_mode): Declare.
2877 * infrun.c (non_stop_1): Define earlier.
2878 (observer_mode, observer_mode_1): New globals.
2879 (set_observer_mode, show_observer_mode): New functions.
2880 (update_observer_mode): New function.
2881 (_initialize_infrun): Define "set observer" command.
2882 * remote.c (PACKET_QAllow): New optional packet.
2883 (remote_protocol_features): Add QAllow.
2884 (remote_set_permissions): New function.
2885 (remote_start_remote): Call it.
2886 (init_remote_ops): Add it to target vector.
2887 (_initialize_remote): Add config command for QAllow.
2888
2889 2010-06-11 Tom Tromey <tromey@redhat.com>
2890
2891 * dwarf2read.c (dwarf2_add_member_fn): Handle correct form of
2892 DW_AT_vtable_elem_location even when GCC extension is seen.
2893
2894 2010-06-11 Tom Tromey <tromey@redhat.com>
2895
2896 PR gdb/9977, PR exp/11636:
2897 * value.h (value_offset): Update.
2898 (struct lval_funcs) <check_validity>: New field.
2899 <copy_closure>: Make argument const.
2900 (value_computed_closure): Update.
2901 (value_contents_for_printing): Declare.
2902 (value_bits_valid): Likewise.
2903 (val_print): Likewise.
2904 (set_value_component_location): Update.
2905 (value_entirely_optimized_out): Declare.
2906 * value.c (value_offset): Argument now const.
2907 (require_not_optimized_out): New function.
2908 (value_contents_for_printing): New function.
2909 (value_contents_all): Call require_not_optimized_out.
2910 (value_contents): Likewise.
2911 (value_bits_valid): New function.
2912 (value_computed_closure): Argument now const.
2913 (set_value_component_location): Make 'whole' argument const.
2914 (value_entirely_optimized_out): New function.
2915 (value_bitsize): Argument now 'const'.
2916 (value_bitpos): Likewise.
2917 (value_type): Likewise.
2918 * valprint.h (val_print_array_elements): Update.
2919 * valprint.c (val_print): Add 'val' argument. Use
2920 valprint_check_validity.
2921 (valprint_check_validity): New function.
2922 (value_check_printable): Use value_entirely_optimized_out.
2923 (common_val_print): Update.
2924 (value_print): Likewise.
2925 (val_print_array_elements): Add 'val' argument.
2926 * valops.c (value_fetch_lazy): Use value_contents_for_printing,
2927 value_bits_valid. Reinit frame cache for lval_computed.
2928 * sh64-tdep.c (sh64_do_register): Update.
2929 * scm-valprint.c (scm_val_print): Add 'val' argument.
2930 * scm-lang.h (scm_val_print): Update.
2931 * python/python.h (apply_val_pretty_printer): Update.
2932 * python/py-prettyprint.c (apply_val_pretty_printer): Add 'val'
2933 argument. Call set_value_component_location.
2934 * printcmd.c (print_scalar_formatted): Update.
2935 * p-valprint.c (pascal_val_print): Add 'val' argument.
2936 (pascal_object_print_value_fields): Likewise.
2937 (pascal_object_print_value): Likewise.
2938 (pascal_object_print_static_field): Update.
2939 * p-lang.h (pascal_val_print): Update.
2940 (pascal_object_print_value_fields): Update.
2941 * mt-tdep.c (mt_registers_info): Update.
2942 * mi/mi-main.c (get_register): Update.
2943 (mi_cmd_data_evaluate_expression): Use common_val_print.
2944 * m2-valprint.c (m2_print_array_contents): Add 'val' argument.
2945 (m2_print_unbounded_array): Likewise.
2946 (m2_val_print): Likewise.
2947 * m2-lang.h (m2_val_print): Update.
2948 * language.h (struct language_defn) <la_val_print>: Add 'val'
2949 argument.
2950 (LA_VAL_PRINT): Likewise.
2951 * language.c (unk_lang_val_print): Add 'val' argument.
2952 * jv-valprint.c (java_print_value_fields): Add 'val' argument.
2953 (java_val_print): Likewise.
2954 * jv-lang.h (java_val_print): Add 'val' argument.
2955 * infcmd.c (default_print_registers_info): Update.
2956 * f-valprint.c (f77_print_array_1): Add 'val' argument.
2957 (f77_print_array): Likewise.
2958 (f_val_print): Likewise.
2959 * f-lang.h (f_val_print): Add 'val' argument.
2960 * dwarf2loc.c (read_pieced_value): Use value_bitsize and
2961 value_bitpos.
2962 <DWARF_VALUE_OPTIMIZED_OUT>: Don't print warning. Call
2963 set_value_optimized_out.
2964 (write_pieced_value): Use value_bitsize and value_bitpos.
2965 <default>: Don't exit loop.
2966 (check_pieced_value_validity): New function.
2967 (pieced_value_funcs): Reference check_pieced_value_validity,
2968 check_pieced_value_invalid.
2969 (copy_pieced_value_closure): Update.
2970 (check_pieced_value_bits): New function.
2971 (check_pieced_value_invalid): New function.
2972 * d-valprint.c (dynamic_array_type): Add 'val' argument.
2973 (d_val_print): Likewise.
2974 * d-lang.h (d_val_print): Update.
2975 * cp-valprint.c (cp_print_value_fields): Add 'val' argument.
2976 (cp_print_value_fields_rtti): Likewise.
2977 (cp_print_value): Likewise.
2978 (cp_print_static_field): Update.
2979 * c-valprint.c (c_val_print): Add 'val' argument.
2980 (c_value_print): Update.
2981 * c-lang.h (c_val_print): Update.
2982 (cp_print_value_fields): Likewise.
2983 (cp_print_value_fields_rtti): Likewise.
2984 * ada-valprint.c (struct ada_val_print_args): Remove.
2985 (val_print_packed_array_elements): Add 'val' argument.
2986 (ada_val_print): Likewise. Rewrite.
2987 (ada_val_print_stub): Remove.
2988 (ada_val_print_array): Add 'val' argument.
2989 (ada_val_print_1): Likewise.
2990 (print_variant_part): Likewise.
2991 (ada_value_print): Update.
2992 (print_record): Add 'val' argument.
2993 (print_field_values): Likewise.
2994 * ada-lang.h (ada_val_print): Update.
2995
2996 2010-06-11 Tom Tromey <tromey@redhat.com>
2997
2998 * vec.h (VEC_cleanup): New macro.
2999 (DEF_VEC_ALLOC_FUNC_I): Update.
3000 (DEF_VEC_ALLOC_FUNC_P): Likewise.
3001 (DEF_VEC_ALLOC_FUNC_O): Likewise.
3002 * dwarf2loc.c (struct axs_var_loc): Remove.
3003 (unimplemented): New function.
3004 (translate_register): Likewise.
3005 (access_memory): Likewise.
3006 (compile_dwarf_to_ax): Likewise.
3007 (dwarf2_tracepoint_var_loc): Remove.
3008 (dwarf2_tracepoint_var_access): Likewise.
3009 (dwarf2_tracepoint_var_ref): Likewise.
3010 (locexpr_tracepoint_var_ref): Use compile_dwarf_to_ax.
3011 (loclist_tracepoint_var_ref): Likewise.
3012 * dwarf2expr.h (dwarf_expr_require_composition): Declare.
3013 * dwarf2expr.c (dwarf_expr_require_composition): Rename from
3014 require_composition. No longer static.
3015 (execute_stack_op): Update.
3016 * ax-gdb.h (trace_kludge): Declare.
3017
3018 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3019
3020 * breakpoint.c (breakpoint_restore_shadows): New OWNER comment.
3021 (should_be_inserted): Return zero also on NULL OWNER.
3022 (breakpoint_program_space_exit): New OWNER comment.
3023 (insert_breakpoint_locations): Extend comment for OWNER.
3024 (remove_breakpoint_1, remove_breakpoint): Assert on OWNER.
3025 (breakpoint_init_inferior, breakpoint_here_p, breakpoint_thread_match):
3026 New OWNER comment.
3027 (print_it_typical): Return PRINT_UNKNOWN on NULL OWNER.
3028 (watchpoint_check): New assert on BREAKPOINT_AT and OWNER.
3029 (bpstat_check_location): New assert on OWNER.
3030 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions): Move BL
3031 and B initializations to the code block. New assert on them.
3032 (print_one_breakpoint_location): New OWNER comment.
3033 (watchpoint_locations_match): Assert on OWNER.
3034 (breakpoint_locations_match): Move HW_POINT1 and HW_POINT2
3035 initializations to the code block. New assert on OWNER.
3036 (set_breakpoint_location_function): New assert on OWNER.
3037 (disable_breakpoints_in_shlibs, disable_breakpoints_in_unloaded_shlib)
3038 (bp_location_compare, update_global_location_list)
3039 (update_global_location_list): New OWNER comment.
3040
3041 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
3042
3043 * Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-linux.h
3044
3045 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
3046
3047 * config/nm-linux.h (struct target_ops): Remove forward declaration.
3048 (lin_thread_get_thread_signals): Remove prototype.
3049 (GET_THREAD_SIGNALS): Remove.
3050 * linux-nat.h (lin_thread_get_thread_signals): Add prototype.
3051 * linux-thread-db.c (check_thread_signals): Directly call
3052 lin_thread_get_thread_signals; do not check GET_THREAD_SIGNALS.
3053
3054 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
3055
3056 * gregset.h (GDB_FPXREGSET_T): Remove.
3057 (gdb_fpxregset_t): Likewise.
3058 (supply_fpxregset): Remove prototype.
3059 (fill_fpxregset): Likewise.
3060 * i386-linux-nat.c (supply_fpxregset): Remove.
3061 (fill_fpxregset): Likewise.
3062 (fetch_fpxregs): Inline supply_fpxregset call.
3063 (store_fpxregs): Inline fill_fpxregset call.
3064
3065 * config/i386/linux.mh: Set NAT_FILE to config/nm-linux.h.
3066 * config/i386/nm-linux.h: Remove file.
3067
3068 2010-06-09 Michael Snyder <msnyder@vmware.com>
3069
3070 * target.c (update_current_target): Fix spelling error in comment.
3071 (target_mourn_inferior): Fix spelling error in error message.
3072
3073 2010-06-08 Paul Hilfinger <hilfingr@adacore.com>
3074
3075 * dictionary.h (dict_iter_name_first, dict_iter_name_next): Refer to
3076 SYMBOL_SEARCH_NAME, not SYMBOL_BEST_NAME, in comments.
3077
3078 2010-06-08 Michael Snyder <msnyder@vmware.com>
3079
3080 * remote.c (remote_close): Set inferior_ptid to null_ptid.
3081
3082 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3083
3084 * configure.ac <"${have_libpython}" != no>: New workaround of
3085 python#4434.
3086 * configure: Regenerate.
3087
3088 2010-06-08 Hui Zhu <teawater@gmail.com>
3089
3090 * record.c (record_wait): Move signal out of replay code.
3091
3092 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3093
3094 Fix PR 10640.
3095 * dwarf2-frame.c (no_dwarf_call): New function.
3096 (execute_stack_op): Set CTX->DWARF_CALL.
3097 * dwarf2expr.c (execute_stack_op) <DW_OP_call2, DW_OP_call4>: New.
3098 * dwarf2expr.h (struct dwarf_expr_context) <dwarf_call>: New.
3099 (struct dwarf_expr_context) <get_subr>: Remove the #if0-ed field.
3100 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call): New functions.
3101 (dwarf2_evaluate_loc_desc): Initialize CTX->DWARF_CALL.
3102 (needs_frame_dwarf_call): New function.
3103 (dwarf2_loc_desc_needs_frame): Initialize CTX->DWARF_CALL.
3104 * dwarf2read.c (follow_die_offset): Based on former follow_die_ref.
3105 Update the comment. Move variables die, offset and error call to ...
3106 (follow_die_ref): ... a new function.
3107 (dwarf2_fetch_die_location_block): New function.
3108 * dwarf2loc.h (dwarf2_fetch_die_location_block): New prototype.
3109
3110 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3111
3112 * dwarf2loc.c (struct dwarf_expr_baton) Replace objfile by per_cu.
3113 (dwarf_expr_tls_address): Use per_cu instead of objfile.
3114 (dwarf2_evaluate_loc_desc): Drop initialization of BATON.OBJFILE.
3115 Initialize new BATON.PER_CU. Adjust CTX->GDBARCH initialization for
3116 this change.
3117 (struct needs_frame_baton): New field per_cu.
3118 (dwarf2_loc_desc_needs_frame): Initialize new BATON.PER_CU.
3119 * dwarf2read.c (struct dwarf2_per_cu_data) <cu>: Extend the comment.
3120
3121 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
3122
3123 * cp-support.c (make_symbol_overload_list_namespace): Only search
3124 static and global blocks.
3125 (make_symbol_overload_list_block): New function.
3126 (make_symbol_overload_list): Separate namespace search from block
3127 search.
3128 (make_symbol_overload_list_qualified): Use
3129 make_symbol_overload_list_block.
3130
3131 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
3132
3133 * value.h: Created oload_search_type enum.
3134 (find_overload_match): Use oload_search_type enum.
3135 * valops.c (find_overload_match): Support combined member and
3136 non-member search.
3137 * eval.c (evaluate_subexp_standard): Calls to
3138 find_overload_match now use oload_search_type enum.
3139 (oload_method_static): Verify index is a proper value.
3140 * valarith.c (value_user_defined_cpp_op): Search for and handle
3141 both member and non-member operators.
3142 (value_user_defined_cpp_op): New function.
3143 (value_user_defined_op): New function.
3144 (value_x_unop): Use value_user_defined_op.
3145 (value_x_binop): Ditto.
3146 * cp-support.c (make_symbol_overload_list_using): Added block
3147 iteration.
3148 Add check for namespace aliases and imported declarations.
3149
3150 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3151
3152 * breakpoint.h (owner): Extend the comment.
3153
3154 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3155
3156 Clear stale specific bp_location from former whole breakpoint.
3157 * breakpoint.c (delete_breakpoint): Move the stale referencing clear
3158 code ...
3159 (free_bp_location): ... here. Rename there the called function to
3160 bpstat_remove_bp_location_callback.
3161 (bpstat_remove_breakpoint_callback): Rename to ...
3162 (bpstat_remove_bp_location_callback): ... here, change DATA resolution
3163 to struct bp_location. Change the called function to
3164 bpstat_remove_bp_location. Create new declaration for the function.
3165 (bpstat_remove_breakpoint): Rename to ...
3166 (bpstat_remove_bp_location): ..., change the parameter to loc, adjust
3167 code for the new parameter type.
3168
3169 2010-06-07 Nathan Sidwell <nathan@codesourcery.com>
3170
3171 * README: Make version-agnostic.
3172
3173 2010-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3174
3175 Fix duplicate types for single DIE.
3176 * dwarf2read.c (read_structure_type): Move set_descriptive_type after
3177 set_die_type.
3178 (read_array_type): Remove type initialization. Recheck get_die_type
3179 after initial die_type. Move set_die_type before set_descriptive_type.
3180 (read_set_type): New variable domain_type. Recheck get_die_type after
3181 initial die_type. Move attr initialization later.
3182 (read_tag_pointer_type, read_tag_reference_type): New variable
3183 target_type. Recheck get_die_type after initial die_type.
3184 (read_tag_ptr_to_member_type): Recheck get_die_type after initial
3185 die_type and die_containing_type.
3186 (read_tag_const_type, read_tag_volatile_type, read_subroutine_type):
3187 Recheck get_die_type after initial die_type.
3188 (read_subrange_type): Recheck get_die_type after initial die_type.
3189 Move set_die_type before set_descriptive_type.
3190 (set_die_type): Extend the function comment. Call complaint if DIE has
3191 some type already set.
3192
3193 2010-06-05 Vladimir Prus <vladimir@codesourcery.com>
3194
3195 * mi/mi-main.c (mi_cmd_list_thread_groups): Adjust
3196 for current naming of thread groups (iN, not N).
3197
3198 2010-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
3199
3200 * ada-lang.c (ada_operator_length): Constify `struct expression'.
3201 * parse.c (operator_length): Likewise.
3202 (operator_length_standard): Likewise.
3203 * parser-defs.h (operator_length): Likewise.
3204 (operator_length_standard): Likewise.
3205 (struct exp_descriptor <operator_length>): Likewise.
3206
3207 2010-06-04 Doug Evans <dje@google.com>
3208
3209 Add support for enabling/disabling individual pretty-printers.
3210 * python/py-prettyprint.c (search_pp_list): Skip disabled printers.
3211 * python/python-internal.h (gdbpy_enabled_cst): Declare.
3212 * python/python.c (gdbpy_enabled_cst): Define.
3213 (_initialize_python): Initialize gdbpy_enabled_cst.
3214 * NEWS: Add entry.
3215
3216 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3217
3218 * breakpoint.c (update_global_location_list): Fix comment typo.
3219
3220 2010-06-04 Hui Zhu <teawater@gmail.com>
3221
3222 * dwarf2loc.c (disassemble_dwarf_expression): Change ul to l.
3223
3224 2010-06-03 Doug Evans <dje@google.com>
3225
3226 * configure.ac: Don't fail if python is unusable when
3227 configured with --with-python=auto.
3228 * configure: Regenerate.
3229
3230 2010-06-03 Sami Wagiaalla <swagiaal@redhat.com>
3231
3232 * dwarf2read.c (new_symbol): Remove redundant naming of symbol.
3233
3234 2010-06-03 Pierre Muller <muller@ics.u-strasbg.fr>
3235
3236 * valprint.h (get_array_bounds): Change low and high parameter types
3237 to LONGEST *.
3238 * valprint.c (get_array_bounds): Use get_discrete_bounds call to
3239 compute bounds.
3240 (val_print_array_elements): Adapt to change above.
3241 * ada-valprint.c (print_optional_low_bound): Adapt to change above.
3242 * p-valprint.c (pascal_val_print): Likewise.
3243
3244 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3245
3246 * symfile.c (init_filename_language_table): New extensions .for, .FOR,
3247 .ftn, .FTN, .fpp, .FPP, .f90, .F90, .f95, .F95, .f03, .F03, .f08 and
3248 .F08.
3249
3250 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3251
3252 Support DW_TAG_module as separate namespaces.
3253 * dwarf2read.c (typename_concat): New parameter physname.
3254 (read_module_type): New function and declaration.
3255 (scan_partial_symbols): Scan also DW_TAG_module children.
3256 (partial_die_parent_scope): Accept scope even from DW_TAG_module. Pass
3257 to typename_concat backward compatible physname value 0.
3258 (partial_die_full_name, read_namespace_type): Pass to typename_concat
3259 backward compatible physname value 0.
3260 (add_partial_module, read_module): Remove FIXME comment.
3261 (process_die) <DW_TAG_module>: Set PROCESSING_HAS_NAMESPACE_INFO.
3262 (die_needs_namespace) <DW_TAG_variable>: Allow returning true even for
3263 DIEs under DW_TAG_module.
3264 (dwarf2_compute_name): Move the ada block for DW_AT_linkage_name and
3265 DW_AT_MIPS_linkage_name first, extend it for language_fortran
3266 && physname and return there instead of just setting NAME. Extend
3267 the main block for language_fortran. Pass physname parameter to the
3268 typename_concat call.
3269 (read_import_statement, read_func_scope, get_scope_pc_bounds)
3270 (load_partial_dies, determine_prefix): Support also DW_TAG_module.
3271 (new_symbol): Fill in cplus_specific.demangled_name if it is still
3272 missing from SYMBOL_SET_NAMES in the language_fortran case.
3273 (new_symbol) <DW_TAG_variable>: Force LOC_UNRESOLVED for gfortran module
3274 variables.
3275 (read_type_die) <DW_TAG_module>: New.
3276 (MAX_SEP_LEN): Increase to 7.
3277 (typename_concat): New parameter physname. New variable lead. Support
3278 also language_fortran.
3279 * f-exp.y (yylex): Consider : also as a symbol name character class.
3280 * f-lang.c: Include cp-support.h.
3281 (f_word_break_characters, f_make_symbol_completion_list): New functions.
3282 (f_language_defn): Use cp_lookup_symbol_nonlocal,
3283 f_word_break_characters and f_make_symbol_completion_list.
3284 * f-typeprint.c (f_type_print_base) <TYPE_CODE_MODULE>: New.
3285 * gdbtypes.h (enum type_code) <TYPE_CODE_MODULE>: New.
3286 * symtab.c (symbol_init_language_specific): Support language_fortran.
3287 (symbol_find_demangled_name): New comment on language_fortran.
3288 (symbol_natural_name, symbol_demangled_name): Use demangled_name even
3289 for language_fortran.
3290 (lookup_symbol_aux_local): Check imports also for language_fortran.
3291 (default_make_symbol_completion_list): Rename to ...
3292 (default_make_symbol_completion_list_break_on): ... this name. New
3293 parameter break_on, use it.
3294 (default_make_symbol_completion_list): New stub.
3295 * symtab.h (default_make_symbol_completion_list_break_on): New
3296 prototype.
3297
3298 2010-06-02 Joel Brobecker <brobecker@adacore.com>
3299
3300 * remote.c (remote_get_noisy_reply): Remove trailing "\n" in call
3301 to error.
3302
3303 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3304
3305 * dwarf2read.c (typename_concat): Add const to the variable sep.
3306
3307 2010-06-02 Tom Tromey <tromey@redhat.com>
3308
3309 * dwarf2loc.h (dwarf2_per_cu_data): Declare.
3310 * dwarf2read.c (dwarf_stack_op_name): No longer static. Return
3311 type is const. Add 'def' argument. Add missing operators, remove
3312 unhandled ones.
3313 (decode_locdesc): Update.
3314 (dwarf2_always_disassemble): New global.
3315 (show_dwarf2_always_disassemble): New function.
3316 (_initialize_dwarf2_read): Add always-disassemble.
3317 (dwarf2_per_cu_offset_size): New function.
3318 * dwarf2loc.c (dwarf2_always_disassemble): Declare.
3319 (piece_end_p): New function.
3320 (locexpr_describe_location_piece): Replace 'size' argument with
3321 'end'. Use piece_end_p. Rewrite recognition of TLS. Recognize
3322 some constants. Remove errors.
3323 (disassemble_dwarf_expression): New function.
3324 (locexpr_describe_location_1): Use disassemble_dwarf_expression.
3325 Add 'offset_size' argument.
3326 (loclist_describe_location): Change output formatting.
3327 * dwarf2expr.h (dwarf_stack_op_name): Declare.
3328
3329 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
3330
3331 * cp-support.c (make_symbol_overload_list_adl_namespace): Handle
3332 anonymous type case.
3333
3334 2010-06-02 Pierre Muller <muller@ics.u-strasbg.fr>
3335
3336 * dwarf2read.c (read_subrange_type): Handle missing base type
3337 according to Dwarf-2 specifications.
3338
3339 2010-06-01 Sergio Durigan Junior <sergiodj@redhat.com>
3340
3341 * expprint.c (print_subexp_standard): Remove exp_opcodes BINOP_INCL,
3342 BINOP_EXCL.
3343 (op_name_standard): Remove exp_opcodes BINOP_INCL, BINOP_EXCL,
3344 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH.
3345 (dump_subexp_body_standard): Remove exp_opcodes BINOP_INCL,
3346 BINOP_EXCL, UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD,
3347 UNOP_CHMAX, UNOP_CHMIN.
3348 * expression.h (enum exp_opcode) <BINOP_INCL, BINOP_EXCL,
3349 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD, UNOP_CHMAX,
3350 UNOP_CHMIN>: Remove opcodes.
3351
3352 2010-06-01 Pierre Muller <muller@ics.u-strasbg.fr>
3353
3354 * dwarf2read.c (read_func_scope): Do not complain for
3355 external function if bounds are not found.
3356
3357 2010-06-01 Pedro Alves <pedro@codesourcery.com>
3358
3359 * NEWS: Mention gdbserver fast tracepoints support.
3360
3361 2010-05-31 Pierre Muller <muller@ics.u-strasbg.fr>
3362
3363 * windows-nat.c (GetConsoleFontSize, GetCurrentConsoleFont):
3364 New macros.
3365 (windows_set_console_info): New function.
3366 (windows_create_inferior): Call windows_set_console_info
3367 if NEW_CONSOLE is true.
3368 (bad_GetCurrentConsoleFont, bad_GetConsoleFontSize): New functions.
3369 (_initialize_loadable): Initialize GetConsoleFontSize and
3370 GetCurrentConsoleFont.
3371
3372 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3373
3374 * Makefile.in (RDYNAMIC): New.
3375 (SFILES): Add proc-service.list.
3376 * config/alpha/alpha-linux.mh (NAT_CDEPS): New.
3377 (LOADLIBES): Replace -rdynamic by $(RDYNAMIC).
3378 * config/arm/linux.mh: Likewise.
3379 * config/i386/linux.mh: Likewise.
3380 * config/i386/linux64.mh: Likewise.
3381 * config/ia64/linux.mh: Likewise.
3382 * config/m32r/linux.mh: Likewise.
3383 * config/m68k/linux.mh: Likewise.
3384 * config/mips/linux.mh: Likewise.
3385 * config/pa/linux.mh: Likewise.
3386 * config/powerpc/linux.mh: Likewise.
3387 * config/powerpc/ppc64-linux.mh: Likewise.
3388 * config/s390/s390.mh: Likewise.
3389 * config/sparc/linux.mh: Likewise.
3390 * config/sparc/linux64.mh: Likewise.
3391 * config/xtensa/linux.mh: Likewise.
3392 * configure.ac: New RDYNAMIC on native host and GCC.
3393 (solaris*): Replace -Wl,-export-dynamic by $RDYNAMIC.
3394 * configure: Regenerate.
3395 * proc-service.list: New.
3396
3397 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3398
3399 * linux-nat.c (linux_nat_core_of_thread_1): Fix crash on invalid
3400 CONTENT.
3401
3402 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3403
3404 * linux-nat.c (linux_nat_wait_1): Do not call
3405 linux_nat_core_of_thread_1 on TARGET_WAITKIND_EXITED or
3406 TARGET_WAITKIND_SIGNALLED.
3407
3408 2010-05-27 Joel Brobecker <brobecker@adacore.com>
3409
3410 * ada-lang.c (ada_inferior_data): New struct.
3411 (ada_inferior_data): New static global.
3412 (ada_inferior_data_cleanup, get_ada_inferior_data, ada_inferior_exit)
3413 (ada_get_tsd_type): New functions.
3414 (ada_tag_name_2): Use ada_get_tsd_type instead of ada_find_any_type
3415 to look the tsd type up.
3416 (_initialize_ada_language): Attach ada_inferior_exit to inferior_exit
3417 event. Set ada_inferior_data.
3418
3419 2010-05-27 Pedro Alves <pedro@codesourcery.com>
3420
3421 * remote.c (unpack_varlen_hex): Remove forward declaration.
3422 (remote_console_output): Make static, and add forward declaration.
3423 * remote.h: Drop FIXME comment.
3424 (unpack_varlen_hex): Declare.
3425 (remote_console_output, remote_cisco_objfile_relocate)
3426 (deprecated_target_resume_hook, deprecated_target_wait_loop_hook):
3427 Delete declarations.
3428 * tracepoint.c: Include "remote.h".
3429 (unpack_varlen_hex): Delete declaration.
3430
3431 2010-05-27 Tom Tromey <tromey@redhat.com>
3432
3433 * dwarf2loc.c (struct piece_closure) <refc>: New field.
3434 (allocate_piece_closure): Initialize refc.
3435 (copy_pieced_value_closure): Use refc.
3436 (free_pieced_value_closure): Likewise.
3437
3438 2010-05-27 Tom Tromey <tromey@redhat.com>
3439
3440 * arm-tdep.c (push_stack_item): 'contents' now const.
3441 (arm_push_dummy_call): Make 'val' const. Use value_contents, not
3442 value_contents_writeable. Introduce new temporary.
3443
3444 2010-05-27 Tom Tromey <tromey@redhat.com>
3445
3446 * findcmd.c (parse_find_args): Use value_contents, not
3447 value_contents_raw.
3448
3449 2010-05-27 Tom Tromey <tromey@redhat.com>
3450
3451 * alpha-tdep.c (alpha_push_dummy_call): Make alpha_arg.contents
3452 const. Use value_contents, not value_contents_writeable.
3453
3454 2010-05-27 Joel Brobecker <brobecker@adacore.com>
3455
3456 * ada-lang.c (ensure_lval): Replace call to value_contents_raw
3457 by call to value_contents.
3458
3459 2010-05-27 Ozkan Sezer <sezeroz@gmail.com>
3460
3461 * MAINTAINERS: Add myself for write after approval privileges.
3462
3463 2010-05-26 Doug Evans <dje@google.com>
3464
3465 Allow python to find its files if moved from original location.
3466 * acinclude.m4 (GDB_AC_DEFINE_RELOCATABLE): New function.
3467 (GDB_AC_WITH_DIR): Call it.
3468 * configure.ac: Define WITH_PYTHON_PATH if we can find the
3469 python installation directory.
3470 * config.in: Regenerate.
3471 * configure: Regenerate.
3472 * defs.h (python_libdir): Declare.
3473 * main.c (python_libdir): Define.
3474 (captured_main): Initialize python_libdir.
3475 * python/python.c (_initialize_python): #ifdef WITH_PYTHON_PATH,
3476 call Py_SetProgramName to make sure python can find its libraries
3477 and modules.
3478
3479 * configure.ac: Try to use python's distutils to fetch compilation
3480 parameters.
3481 * configure: Regenerate.
3482 * python/python-config.py: New file.
3483
3484 2010-05-26 Ozkan Sezer <sezeroz@gmail.com>
3485
3486 * ser-tcp.c (net_open): Check error return from socket() call by its
3487 equality to -1 not by it being negative.
3488 (net_close): Likewise.
3489
3490 2010-05-26 Pedro Alves <pedro@codesourcery.com>
3491
3492 * NEWS: Mention the `qRelocInsn' feature.
3493 * gdbarch.sh (relocate_instruction): New.
3494 * amd64-tdep.c (rip_relative_offset): New.
3495 (append_insns): New.
3496 (amd64_relocate_instruction): New.
3497 (amd64_init_abi): Install it.
3498 * i386-tdep.c (append_insns): New.
3499 (i386_relocate_instruction): New.
3500 (i386_gdbarch_init): Install it.
3501 * remote.c (remote_get_noisy_reply): Handle qRelocInsn requests.
3502 * gdbarch.h, gdbarch.c: Regenerate.
3503
3504 2010-05-26 Tom Tromey <tromey@redhat.com>
3505
3506 * dwarf2loc.h (struct dwarf2_locexpr_baton) <data>: Now const.
3507 (struct dwarf2_loclist_baton) <data>: Likewise.
3508 * dwarf2loc.c (find_location_expression): Constify return type.
3509 (dwarf2_evaluate_loc_desc): Make 'data' argument const.
3510 (dwarf2_loc_desc_needs_frame): Likewise.
3511 (loclist_read_variable): Constify.
3512 (loclist_describe_location): Likewise.
3513 (loclist_tracepoint_var_ref): Likewise.
3514
3515 2010-05-25 Tom Tromey <tromey@redhat.com>
3516
3517 * dwarf2loc.c (dwarf_expr_frame_base): Constify.
3518 (dwarf_expr_frame_base_1): Likewise.
3519 (read_pieced_value): Update.
3520 (needs_frame_frame_base): Constify.
3521 (dwarf2_tracepoint_var_loc): Likewise.
3522 (dwarf2_tracepoint_var_access): Likewise.
3523 (locexpr_describe_location_piece): Likewise.
3524 (locexpr_describe_location_1): Likewise.
3525 * dwarf2expr.h (struct dwarf_expr_context) <get_frame_base>:
3526 Constify.
3527 (data): Now const.
3528 (struct dwarf_expr_piece) <v.literal.data>: Likewise.
3529 (dwarf_expr_eval, read_uleb128, read_sleb128)
3530 (dwarf2_read_address): Update.
3531 * dwarf2expr.c (dwarf_expr_eval): Constify.
3532 (read_uleb128): Likewise.
3533 (read_sleb128): Likewise.
3534 (dwarf2_read_address): Likewise.
3535 (require_composition): Likewise.
3536 (execute_stack_op): Likewise.
3537 * dwarf2-frame.h (struct dwarf2_frame_state_reg) <loc.exp>: Now a
3538 "const gdb_byte *".
3539 * dwarf2-frame.c (struct dwarf2_frame_state_reg_info) <cfa_exp>:
3540 Now const.
3541 (no_get_frame_base): Constify.
3542 (execute_stack_op): Likewise.
3543 (execute_cfa_program): Likewise.
3544 (read_encoded_value): Likewise.
3545
3546 2010-05-25 Doug Evans <dje@google.com>
3547
3548 * ser-pipe.c (pipe_open): Ignore SIGINTs in child.
3549
3550 * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPTION): Move to ...
3551 * event-loop.c: ... here.
3552 * tui/tui-io.c (tui_readline_output): Rename parameter `code' to
3553 `error' for clarity.
3554 (tui_getc): Pass correct value for `error' parameter to
3555 tui_readline_output.
3556
3557 Add python gdb.GdbError and gdb.string_to_argv.
3558 * NEWS: Document them.
3559 * python/py-cmd.c (cmdpy_function): Don't print a traceback if
3560 the exception is gdb.GdbError. Print a second traceback if there's
3561 an error computing the error message.
3562 (gdbpy_string_to_argv): New function.
3563 * python/py-utils.c (gdbpy_obj_to_string): New function.
3564 (gdbpy_exception_to_string): New function.
3565 * python/python-internal.h (gdbpy_string_to_argv): Declare.
3566 (gdbpy_obj_to_string, gdbpy_exception_to_string): Declare.
3567 (gdbpy_gdberror_exc): Declare.
3568 * python/python.c (gdbpy_gdberror_exc): New global.
3569 (_initialize_python): Initialize gdbpy_gdberror_exc and create
3570 gdb.GdbError.
3571 (GdbMethods): Add string_to_argv.
3572
3573 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
3574
3575 * windows-nat.c (display_selector): Call GetLastError to give better
3576 failure explanation.
3577
3578 2010-05-24 Pedro Alves <pedro@codesourcery.com>
3579
3580 * config.in: Regenerate.
3581
3582 2010-05-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3583
3584 Code cleanup.
3585 * target.c (push_target): Return only void. Remove the return value
3586 comment.
3587 * target.h (push_target): Return only void.
3588
3589 2010-05-23 Pedro Alves <pedro@codesourcery.com>
3590
3591 Update gnulib from latest git.
3592 (250b80067c1e1d8faa0c42fb572f721975b929c5)
3593
3594 * gnulib/memcmp.c: Removed.
3595 * gnulib/memchr.valgrind: New.
3596 * gnulib/stddef.in.h: New.
3597 * gnulib/Makefile.am: Updated.
3598 * gnulib/memchr.c: Updated.
3599 * gnulib/memmem.c: Updated.
3600 * gnulib/stdint.in.h: Updated.
3601 * gnulib/str-two-way.h: Updated.
3602 * gnulib/string.in.h: Updated.
3603 * gnulib/wchar.in.h: Updated.
3604
3605 * gnulib/extra/link-warning.h: Removed.
3606 * gnulib/extra/c++defs.h: New.
3607 * gnulib/extra/warn-on-use.h: New.
3608 * gnulib/extra/arg-nonnull.h: Updated.
3609
3610 * gnulib/m4/extensions.m4: Updated.
3611 * gnulib/m4/gnulib-cache.m4: Updated.
3612 * gnulib/m4/gnulib-common.m4: Updated.
3613 * gnulib/m4/gnulib-comp.m4: Updated.
3614 * gnulib/m4/gnulib-tool.m4: Updated.
3615 * gnulib/m4/include_next.m4: Updated.
3616 * gnulib/m4/longlong.m4: Updated.
3617 * gnulib/m4/memchr.m4: Updated.
3618 * gnulib/m4/memmem.m4: Updated.
3619 * gnulib/m4/stdint.m4: Updated.
3620 * gnulib/m4/string_h.m4: Updated.
3621 * gnulib/m4/memcmp.m4: Removed.
3622 * gnulib/m4/onceonly_2_57.m4: Removed.
3623 * gnulib/m4/00gnulib.m4: New.
3624 * gnulib/m4/mmap-anon.m4: New.
3625 * gnulib/m4/multiarch.m4: New.
3626 * gnulib/m4/onceonly.m4: New.
3627 * gnulib/m4/stddef_h.m4: New.
3628 * gnulib/m4/warn-on-use.m4: New.
3629 * gnulib/m4/wchar.m4: Removed.
3630 * gnulib/m4/wchar_h.m4: New.
3631 * gnulib/m4/wchar_t.m4: New.
3632 * gnulib/m4/wint_t.m4: New.
3633
3634 * aclocal.m4: Regenerate.
3635 * config.in: Likewise.
3636 * configure: Likewise.
3637 * gnulib/Makefile.in: Likewise.
3638
3639 2010-05-21 Tom Tromey <tromey@redhat.com>
3640
3641 * dwarf2loc.c (extract_bits_primitive): New function.
3642 (extract_bits): Likewise.
3643 (insert_bits): Likewise.
3644 (copy_bitwise): Likewise.
3645 (read_pieced_value): Do all operations in bits.
3646 (write_pieced_value): Likewise.
3647 * dwarf2expr.h (struct dwarf_expr_piece) <offset>: New field.
3648 * dwarf2expr.c (add_piece): New arguments bit_piece, offset.
3649 Always use xrealloc to resize piece array.
3650 (execute_stack_op) <DW_OP_reg0>: Handle DW_OP_bit_piece.
3651 <DW_OP_piece>: Update.
3652 <DW_OP_bit_piece>: New case.
3653
3654 2010-05-21 Tom Tromey <tromey@redhat.com>
3655
3656 * dwarf2loc.c (read_pieced_value): Exit loop when result is full.
3657 <DWARF_VALUE_OPTIMIZED_OUT>: New case.
3658 * dwarf2expr.h (enum dwarf_value_location)
3659 <DWARF_VALUE_OPTIMIZED_OUT>: New constant.
3660 * dwarf2expr.c (dwarf_expr_stack_empty_p): New function.
3661 (add_piece): Handle empty piece.
3662 (execute_stack_op) <DW_OP_piece>: Handle
3663 DWARF_VALUE_OPTIMIZED_OUT.
3664
3665 2010-05-21 Tom Tromey <tromey@redhat.com>
3666
3667 * eval.c (evaluate_subexp_standard) <BINOP_SUBSCRIPT>: Call
3668 evaluate_subexp, not evaluate_subexp_with_coercion.
3669
3670 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
3671
3672 * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
3673 attribute.
3674
3675 2010-05-21 Tom Tromey <tromey@redhat.com>
3676
3677 * dwarf2loc.c (read_pieced_value): Work properly when 'v' has an
3678 offset.
3679 (write_pieced_value): Likewise.
3680
3681 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
3682
3683 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
3684 and DW_TAG_volatile_type.
3685 (new_symbol): Likewise.
3686
3687 2010-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
3688
3689 * p-valprint.c (pascal_val_print): Call get_array_bounds
3690 to obtain the number of elements in an array.
3691
3692 2010-05-19 Doug Evans <dje@google.com>
3693
3694 * python.c (gdbpy_print_stack): Ensure output ends with a newline.
3695
3696 * python.c (source_python_script): Add comment.
3697 (source_python_script_for_objfile): Remove unnecessary call to
3698 gdbpy_print_stack.
3699
3700 2010-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3701 Sergio Durigan Junior <sergiodj@redhat.com>
3702
3703 Code cleanup.
3704 * parse.c (exp_iterate): Use operator_length wrapper function.
3705
3706 2010-05-18 Michael Snyder <msnyder@vmware.com>
3707
3708 * ada-lang.c: White space.
3709 * ada-typeprint.c: White space.
3710 * ada-valprint.c: White space.
3711 * addrmap.c: White space.
3712 * auxv.c: White space.
3713 * ax-gdb.c: White space.
3714
3715 2010-05-18 Hui Zhu <teawater@gmail.com>
3716
3717 * linux-fork.c (inferior_call_waitpid_cleanup): Add check
3718 for oldfp.
3719 (inferior_call_waitpid): Move make_cleanup out of check.
3720 Check the return of waitpid.
3721 (delete_checkpoint_command): Add pptid to save fi->parent_ptid.
3722
3723 2010-05-17 Michael Snyder <msnyder@vmware.com>
3724
3725 * tui/tui.c: White space.
3726 * tui/tui-data.c: White space.
3727 * tui/tui-disasm.c: White space.
3728 * tui/tui-file.c: White space.
3729 * tui/tui-interp.c: White space.
3730 * tui/tui-main.c: White space.
3731 * tui/tui-out.c: White space.
3732 * tui/tui-regs.c: White space.
3733 * tui/tui-source.c: White space.
3734 * tui/tui-stack.c: White space.
3735 * tui/tui-win.c: White space.
3736 * tui/tui-winsource.c: White space.
3737
3738 * procfs.c: White space.
3739
3740 * python/py-auto-load.c: White space.
3741 * python/py-block.c: White space.
3742 * python/py-breakpoint.c: White space.
3743 * python/py-cmd.c: White space.
3744 * python/py-function.c: White space.
3745 * python/py-lazy-string.c: White space.
3746 * python/py-objfile.c: White space.
3747 * python/py-param.c: White space.
3748 * python/py-prettyprint.c: White space.
3749 * python/py-progspace.c: White space.
3750 * python/py-symtab.c: White space.
3751 * python/python.c: White space.
3752 * python/py-type.c: White space.
3753 * python/py-utils.c: White space.
3754 * python/py-value.c: White space.
3755
3756 * mi/mi-cmd-break.c: White space.
3757 * mi/mi-cmd-env.c: White space.
3758 * mi/mi-cmds.c: White space.
3759 * mi/mi-cmd-stack.c: White space.
3760 * mi/mi-cmd-var.c: White space.
3761 * mi/mi-console.c: White space.
3762 * mi/mi-getopt.c: White space.
3763 * mi/mi-interp.c: White space.
3764 * mi/mi-main.c: White space.
3765 * mi/mi-out.c: White space.
3766 * mi/mi-parse.c: White space.
3767
3768 * cli/cli-cmds.c: White space.
3769 * cli/cli-decode.c: White space.
3770 * cli/cli-dump.c: White space.
3771 * cli/cli-interp.c: White space.
3772 * cli/cli-logging.c: White space.
3773 * cli/cli-script.c: White space.
3774 * cli/cli-setshow.c: White space.
3775
3776 * valarith.c: White space.
3777 * valops.c: White space.
3778 * valprint.c: White space.
3779 * value.c: White space.
3780 * varobj.c: White space.
3781 * xcoffread.c: White space.
3782 * xml-support.c: White space.
3783 * xml-tdesc.c: White space.
3784
3785 2010-05-17 Andreas Schwab <schwab@redhat.com>
3786
3787 PR gdb/11092
3788 * c-lang.c (c_printstr): Compute real length of NUL terminated
3789 string at first.
3790
3791 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3792
3793 * parse.c (parse_exp_in_context): When block is not NULL, use
3794 its associated language to parse the expression instead of
3795 the current_language.
3796
3797 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3798
3799 * jv-lang.c (java_lookup_class): Remove commented out code.
3800 (type_from_class): Likewise.
3801 (java_op_print_tab): Remove commented-out elements.
3802
3803 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3804
3805 * ada-lang.c (to_fixed_range_type): The the raw index type as
3806 argument instead of the raw type name. Remove orig_type parameter.
3807 Update calls throughout.
3808 (ada_fixup_array_indexes_type): New function.
3809 (ada_array_bound_from_type): Add call to ada_fixup_array_indexes_type.
3810 * ada-lang.h (ada_fixup_array_indexes_type): Add declaration.
3811 * ada-typeprint.c (print_range_type): Renames print_range_type_named.
3812 Remove name parameter.
3813 (print_array_type): Add call to ada_fixup_array_indexes_type.
3814 Update calls to print_range_type.
3815 (ada_print_type): Update calls to print_range_type.
3816
3817 2010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
3818
3819 * dwarf2read.c (read_set_type): Set type length if
3820 DW_AT_byte_size attribute is present.
3821
3822 2010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
3823
3824 * p-valprint.c (pascal_val_print): Handle set type if range limits
3825 are undefined but size is known.
3826
3827 2010-05-17 Pedro Alves <pedro@codesourcery.com>
3828
3829 * procfs.c: Reformat.
3830
3831 2010-05-16 Michael Snyder <msnyder@vmware.com>
3832
3833 * target.c: White space.
3834 * target-descriptions.c: White space.
3835 * target-memory.c: White space.
3836 * thread.c: White space.
3837 * top.c: White space.
3838 * tracepoint.c: White space.
3839 * trad-frame.c: White space.
3840 * tramp-frame.c: White space.
3841 * ui-file.c: White space.
3842 * ui-out.c: White space.
3843 * user-regs.c: White space.
3844 * utils.c: White space.
3845
3846 * scm-exp.c: White space.
3847 * scm-lang.c: White space.
3848 * scm-valprint.c: White space.
3849 * sentinel-frame.c: White space.
3850 * ser-base.c: White space.
3851 * ser-go32.c: White space.
3852 * serial.c: White space.
3853 * ser-mingw.c: White space.
3854 * ser-pipe.c: White space.
3855 * ser-tcp.c: White space.
3856 * ser-unix.c: White space.
3857 * solib.c: White space.
3858 * solib-darwin.c: White space.
3859 * solib-frv.c: White space.
3860 * solib-irix.c: White space.
3861 * solib-osf.c: White space.
3862 * solib-pa64.c: White space.
3863 * solib-som.c: White space.
3864 * solib-spu.c: White space.
3865 * solib-svr4.c: White space.
3866 * solib-target.c: White space.
3867 * source.c: White space.
3868 * stabsread.c: White space.
3869 * stack.c: White space.
3870 * std-regs.c: White space.
3871 * symfile.c: White space.
3872 * symmisc.c: White space.
3873 * symtab.c: White space.
3874
3875 2010-05-16 Michael Snyder <msnyder@vmware.com>
3876
3877 * source.c (_initialize_source): Add "rev" as an abbreviation
3878 for the "reverse-search" command.
3879
3880 2010-05-16 Michael Snyder <msnyder@vmware.com>
3881
3882 * record.c: White space.
3883 * regcache.c: White space.
3884 * reggroups.c: White space.
3885 * remote-fileio.c: White space.
3886 * remote-m32r-sdi.c: White space.
3887 * remote-mips.c: White space.
3888 * remote-sim.c: White space.
3889 * remote.c: White space.
3890 (process_g_packet): Remove orphan braces.
3891
3892 2010-05-15 Michael Snyder <msnyder@vmware.com>
3893
3894 * parse.c: White space.
3895 * p-lang.c: White space.
3896 * posix-hdep.c: White space.
3897 * printcmd.c: White space.
3898 * progspace.c: White space.
3899 * prologue-value.c: White space.
3900 * psymtab.c: White space.
3901 * p-typeprint.c: White space.
3902 * p-valprint.c: White space.
3903
3904 * objc-lang.c: White space.
3905 * objfiles.c: White space.
3906 * observer.c: White space.
3907 * osabi.c: White space.
3908 * osdata.c: White space.
3909
3910 * m2-lang.c: White space.
3911 * m2-valprint.c: White space.
3912 * macrocmd.c: White space.
3913 * macroexp.c: White space.
3914 * macroscope.c: White space.
3915 * macrotab.c: White space.
3916 * main.c: White space.
3917 * maint.c: White space.
3918 * mdebugread.c: White space.
3919 * memattr.c: White space.
3920 * minsyms.c: White space.
3921 * monitor.c: White space.
3922
3923 2010-05-14 Michael Snyder <msnyder@vmware.com>
3924
3925 * jv-lang.c: White space.
3926 * jv-typeprint.c: White space.
3927 * jv-valprint.c: White space.
3928 * language.c: White space.
3929 * libunwind-frame.c: White space.
3930 * linespec.c: White space.
3931 * linux-nat.c: White space.
3932 * linux-record.c: White space.
3933 * linux-thread-db.c: White space.
3934
3935 * infcall.c: White space.
3936 * inf-child.c: White space.
3937 * infcmd.c: White space.
3938 * inferior.c: White space.
3939 * inf-loop.c: White space.
3940 * inflow.c: White space.
3941 * inline-frame.c: White space.
3942 * interps.c: White space.
3943
3944 * gcore.c: White space.
3945 * gdb.c: White space.
3946 * gdbtypes.c: White space.
3947 * gnu-nat.c: White space.
3948 * gnu-v2-abi.c: White space.
3949 * gnu-v3-abi.c: White space.
3950
3951 * findcmd.c: White space.
3952 * findvar.c: White space.
3953 * fork-child.c: White space.
3954 * frame-base.c: White space.
3955 * frame.c: White space.
3956 * frame-unwind.c: White space.
3957 * f-valprint.c: White space.
3958
3959 * elfread.c: White space.
3960 * environ.c: White space.
3961 * eval.c: White space.
3962 * event-loop.c: White space.
3963 * event-top.c: White space.
3964 * exceptions.c: White space.
3965 * exec.c: White space.
3966 * expprint.c: White space.
3967
3968 * dbxread.c: White space.
3969 * dcache.c: White space.
3970 * disasm.c: White space.
3971 * doublest.c: White space.
3972 * dsrec.c: White space.
3973 * dummy-frame.c: White space.
3974 * dwarf2expr.c: White space.
3975 * dwarf2-frame.c: White space.
3976 * dwarf2loc.c: White space.
3977 * dwarf2read.c: White space.
3978
3979 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
3980
3981 PR python/11482
3982
3983 * python/py-value.c (valpy_hash): New function.
3984 (value_object_type): Register valpy_hash.
3985
3986 2010-05-14 Hui Zhu <teawater@gmail.com>
3987 Michael Snyder <msnyder@vmware.com>
3988
3989 * linux-fork.c (gdbthread.h): New include.
3990 (fork_info): Add parent_ptid.
3991 (inferior_call_waitpid_cleanup, inferior_call_waitpid): New
3992 functions.
3993 (delete_checkpoint_command): Call inferior_call_waitpid.
3994 (checkpoint_command): Set parent_ptid.
3995
3996 2010-05-13 Michael Snyder <msnyder@vmware.com>
3997
3998 * dictionary.c: Re-indent to GNU coding standard.
3999
4000 * charset.c: White space.
4001 * c-lang.c: White space.
4002 * cli-out.c: White space.
4003 * coffread.c: White space.
4004 * complaints.c: White space.
4005 * completer.c: White space.
4006 * corefile.c: White space.
4007 * corelow.c: White space.
4008 * cp-abi.c: White space.
4009 * cp-namespace.c: White space.
4010 * cp-support.c: White space.
4011 * cp-valprint.c: White space.
4012 * c-typeprint.c: White space.
4013 * c-valprint.c: White space.
4014 * blockframe.c: White space.
4015 * breakpoint.c: White space.
4016 * buildsym.c: White space.
4017 * blockframe.c: White space.
4018 * bcache.c: White space.
4019 * gdbarch.sh: White space, add blank lines.
4020 * arch-utils.c: Ditto.
4021 * gdbarch.c: Regenerate.
4022 * frame.c: White space, add blank lines.
4023 * stack.c: White space, add blank lines.
4024 (initialize_stack): Remove long-dead code.
4025
4026 2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4027
4028 Code cleanup.
4029 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Change the parameter to type.
4030 (locexpr_read_variable, loclist_read_variable): Update the callers.
4031
4032 2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4033
4034 Code cleanup.
4035 * dwarf2read.c (die_type, die_descriptive_type): Remove variable type.
4036 Remove check of NULL returned by tag_type_to_type.
4037 (die_containing_type): Remove variable type. Remove type_die variable
4038 initialization. Remove check of NULL returned by tag_type_to_type.
4039
4040 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
4041
4042 PR exp/11530.
4043 * gdbtypes.c (lookup_struct_elt_type): Also lookup
4044 names of unnamed structures or unions.
4045
4046 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
4047
4048 * procfs.c (proc_watchpoint_address): New function.
4049 (procfs_stopped_by_watchpoint): Remove useless check after
4050 find_procinfo_or_die call.
4051 (procfs_stopped_data_address): New function.
4052 (procfs_use_watchpoints): Register new watchpoint related function.
4053
4054 2010-05-11 Tom Tromey <tromey@redhat.com>
4055
4056 * eval.c (evaluate_subexp_standard): Revert inadvertent change.
4057
4058 2010-05-10 Michael Snyder <msnyder@vmware.com>
4059
4060 * utils.c: White space cleanup.
4061
4062 2010-05-10 Tom Tromey <tromey@redhat.com>
4063
4064 * eval.c (ptrmath_type_p): Add 'lang' argument.
4065 (evaluate_subexp_standard): Update.
4066 (evaluate_subexp_with_coercion): Update.
4067 * language.h (CAST_IS_CONVERSION): Add 'LANG' argument.
4068
4069 2010-05-10 Michael Snyder <msnyder@vmware.com>
4070
4071 * utils.c (do_fclose_cleanup) Restore local variable.
4072
4073 2010-05-09 Doug Evans <dje@google.com>
4074
4075 * record.c (init_record_core_ops): Rename record_core to record-core.
4076
4077 2010-05-08 Joel Brobecker <brobecker@adacore.com>
4078
4079 Implement task switching on pa-hpux.
4080 * inf-ttrace.c (inf_ttrace_get_ada_task_ptid): New function.
4081 (inf_ttrace_target): Set t->to_get_ada_task_ptid.
4082
4083 2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
4084
4085 * valops.c (find_overload_match): Add missing i18n markup.
4086
4087 2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
4088
4089 * p-exp.y (exp : SIZEOF '(' exp ')'): New rule.
4090
4091 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4092
4093 * dwarf2read.c (typename_concat): Use (char *) NULL terminated stdarg
4094 list for the obconcat call.
4095 * mdebugread.c (parse_symbol): Likewise.
4096 * stabsread.c (define_symbol, read_member_functions, read_cpp_abbrev):
4097 Likewise.
4098 * symfile.c (obconcat): Replace the s1, s2 and s3 parameters by `...'.
4099 New variable ap. Remove variables len and val.
4100 * symfile.h (obconcat): Likewise for the prototype.
4101
4102 2010-05-07 Michael Snyder <msnyder@vmware.com>
4103
4104 * python/python.c (execute_gdb_command): Remove unused variables.
4105 * python/py-block.c (gdbpy_block_for_pc): Remove unused variable.
4106 * python/py-breakpoint.c (gdbpy_breakpoint_created):
4107 Remove unused variable.
4108 * python/py-cmd.c (cmdpy_function): Remove unused variable.
4109 (cmdpy_completer): Remove unused variable.
4110 * python/py-frame.c (frapy_find_sal): Remove unused variable.
4111 * python/py-function.c (fnpy_call): Remove unused variable.
4112 * python/py-objfile.c (objfile_to_objfile_object):
4113 Remove unused variable.
4114 * python/py-param.c (parmpy_init): Remove unused variable.
4115 * python/py-prettyprint.c (apply_varobj_pretty_printer):
4116 Remove unused variable.
4117 (gdbpy_default_visualizer): Remove unused variable.
4118 * python/py-progspace.c (pspace_to_pspace_object):
4119 Remove unused variable.
4120 * python/py-symtab.c (symtab_and_line_to_sal_object):
4121 Remove unused variable.
4122 * python/py-type.c (typy_template_argument):
4123 Remove unused variable.
4124 * python/py-value.c (valpy_string): Remove unused variable.
4125 (convert_value_from_python): Remove unused variables.
4126
4127 2010-05-07 Michael Snyder <msnyder@vmware.com>
4128
4129 * valops.c (value_cast_pointers): Restore unused variable 'type1',
4130 and use it to compute variable 't1'.
4131
4132 2010-05-07 Joel Brobecker <brobecker@adacore.com>
4133
4134 * ada-lang.c (assign_aggregate): Remove unused variable.
4135
4136 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
4137
4138 PR C++/7943:
4139 * valops.c (find_overload_match): Handle fsym == NULL case.
4140 Add int no_adl argument.
4141 (find_oload_champ_namespace_loop): Call make_symbol_overload_list_adl
4142 when appropriate.
4143 Add int no_adl argument.
4144 (find_oload_champ_namespace): Add int no_adl argument.
4145 * parse.c (operator_length_standard): Return length for OP_ADL_FUNC
4146 expression.
4147 * expprint.c (op_name_standard): Added string for OP_ADL_FUNC case.
4148 * eval.c (evaluate_subexp_standard): Added OP_ADL_FUNC case.
4149 Evaluate arguments and use them to perform ADL lookup.
4150 Pass no_adl argument to find_overload_match.
4151 Disable adl lookup when evaluating a fully qualified OP_FUNCALL.
4152 * cp-support.h: Added prototype for
4153 make_symbol_overload_list_namespace.
4154 * cp-support.c (make_symbol_overload_list_namespace): New function.
4155 (make_symbol_overload_list_adl_namespace): New function.
4156 (make_symbol_overload_list_adl): New function.
4157 (make_symbol_overload_list_using): Moved code to add function to
4158 overload set to make_symbol_overload_list_namespace.
4159 * c-exp.y: create UNKNOWN_CPP_NAME token.
4160 Add parse rule for ADL functions.
4161 (classify_name): Recognize an UNKNOWN_CPP_NAME.
4162
4163 2010-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4164
4165 * fbsd-nat.c (fbsd_make_corefile_notes): Add cast to NULL used as
4166 sentinel.
4167
4168 2010-05-07 Joel Brobecker <brobecker@adacore.com>
4169
4170 Implement task switching on solaris targets.
4171 * sol-thread.c (thread_db_find_thread_from_tid)
4172 (sol_get_ada_task_ptid): New functions.
4173 (init_sol_thread_ops): Set sol_thread_ops.to_get_ada_task_ptid.
4174
4175 2010-05-07 Pedro Alves <pedro@codesourcery.com>
4176
4177 * remote.c (remote_query_supported_append): Use reconcat.
4178 (remote_query_supported): Install a cleanup. Use reconcat.
4179
4180 2010-05-07 Pedro Alves <pedro@codesourcery.com>
4181
4182 * gdbarch.sh (qsupported): Delete.
4183 * gdbarch.h, gdbarch.c: Regenerate.
4184 * remote.c (remote_query_supported): Remove use of
4185 gdbarch_qsupported.
4186
4187 2010-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
4188
4189 * xml-syscall.c (syscall_start_syscalls_info): Remove unused
4190 function.
4191
4192 2010-05-06 Michael Snyder <msnyder@vmware.com>
4193
4194 * xml-support.c (xinclude_start_include): Delete unused variable.
4195 (xml_process_xincludes): Delete unused variable.
4196 * xml-syscall.c (syscall_parse_xml): Delete unused variable.
4197 * target-descriptions.c (tdesc_gdb_type): Delete unused variable.
4198 (tdesc_find_arch_register): Delete unused variable.
4199 (tdesc_use_registers): Delete unused variable.
4200 * xml-tdesc.c (tdesc_start_target): Delete unused variable.
4201 * inferior.c (print_inferior): Delete unused variable.
4202 * record.c (record_open_1): Delete unused variable.
4203 (record_restore): Delete unused variable.
4204 (cmd_record_save): Delete unused variable.
4205 * gcore.c (derive_heap_segment): Delete unused variable.
4206 (objfile_find_memory_regions): Use unused variable.
4207 * jit.c (jit_inferior_init): Delete unused variable.
4208 * progspace.c (clone_program_space): Delete unused variable.
4209 (pspace_empty_p): Delete unused variable.
4210
4211 * frame-unwind.c (frame_unwind_find_by_frame):
4212 Delete unused variable.
4213 * gnu-v2-abi.c (gnuv2_value_rtti_type): Delete unused variable.
4214 * cp-support.c (mangled_name_to_comp): Delete unused variable.
4215 (method_name_from_physname): Delete unused variable.
4216 (cp_func_name): Delete unused variable.
4217 (cp_validate_operator): Delete unused variable.
4218 * cp-namespace.c (cp_scan_for_anonymous_namespaces):
4219 Delete unused variable.
4220 * trad-frame.c (trad_frame_get_prev_register):
4221 Delete unused variable.
4222 * tramp-frame.c (tramp_frame_cache): Delete unused variable.
4223
4224 * serial.c (serial_for_fd): Delete unused variable.
4225 * mdebugread.c (psymtab_to_symtab_1): Delete unused variable.
4226 * top.c (execute_command): Delete unused variable.
4227 (init_main): Delete unused variable.
4228 * utils.c (do_fclose_cleanup): Delete unused variable.
4229 (do_all_inferior_continuations): Delete unused variable.
4230 (initialize_utils): Delete unused variable.
4231 (internal_problem_mode): Delete unused global.
4232 * frame.c (get_prev_frame): Delete unused global.
4233 (get_frame_locals_address): Delete unused global.
4234 (get_frame_args_address): Delete unused global.
4235
4236 * p-typeprint.c (pascal_type_print_base): Delete unused variable.
4237 (pascal_type_print_varspec_prefix): Delete unused variable.
4238 * f-typeprint.c (f_type_print_base): Delete unused variable.
4239 (f_type_print_varspec_suffix): Delete unused variable.
4240 * m2-typeprint.c (m2_print_type): Delete unused variable.
4241 (m2_long_set): Delete unused variable.
4242 * ada-valprint.c (ada_val_print_1): Delete unused variable.
4243 * d-valprint.c (dynamic_array_type): Delete unused variable.
4244 * f-valprint.c (f77_get_dynamic_length_of_aggregate):
4245 Delete unused variable.
4246 (f77_create_arrayprint_offset_tbl): Delete unused variable.
4247 * m2-valprint.c (m2_val_print): Delete unused variable.
4248
4249 * ui-out.c (ui_out_field_int): Delete unused variable.
4250 (ui_out_field_fmt_int): Delete unused variable.
4251 * varobj.c (varobj_list_children): Delete unused variable.
4252 (varobj_set_value): Delete unused variable.
4253 (install_new_value_visualizer): Delete unused variable.
4254 (varobj_set_visualizer): Delete unused variable.
4255 (varobj_update): Delete unused variable.
4256 (varobj_editable_p): Delete unused variable.
4257 (c_value_of_root): Delete unused variable.
4258 (cplus_describe_child): Delete unused variable.
4259
4260 * ada-lang.c (add_defn_to_vec): Delete unused variable.
4261 (decode_constrained_packed_array_type): Delete unused variable.
4262 (add_defn_to_vec): Delete unused variable.
4263 (symbol_completion_match): Delete unused variable.
4264 (value_tag_from_contents_and_address): Delete unused variable.
4265 (ada_evaluate_subexp): Delete unused variable.
4266 * c-lang.c (classify_type): Delete unused variable.
4267 * f-lang.c (f_printstr): Delete unused variable.
4268 * objc-lang.c (objc_printstr): Delete unused variable.
4269 * ada-tasks.c (get_known_tasks_addr): Delete unused variable.
4270 * jv-lang.c (type_from_class): ifdef unused variable.
4271 (java_class_name_from_physname): Delete unused variable.
4272 * m2-lang.c (m2_printstr): Delete unused variable.
4273
4274 * objfiles.c (objfile_relocate): Delete unused variable.
4275 * maint.c (_initialize_maint_cmds): Delete unused variable.
4276 * demangle.c (_initialize_demangler): Delete unused variable.
4277 * corefile.c (reopen_exec_file): Delete unused variable.
4278 * dwarf2expr.c (dwarf2_read_address): Delete unused variable.
4279 * dwarf2-frame.c (decode_frame_entry): Delete unused variable.
4280
4281 * osabi.c (_initialize_gdb_osabi): Delete unused variable.
4282 * memattr.c (mem_delete): Delete unused variable.
4283 (invalidate_target_mem_regions): Delete unused variable.
4284 * mem-break.c (default_memory_insert_breakpoint):
4285 Delete unused variable.
4286 * target.c (target_get_osdata): Delete unused variable.
4287 * parse.c (length_of_subexp): Delete unused variable.
4288 (prefixify_subexp): Delete unused variable.
4289 (exp_iterate): Delete unused variable.
4290 * reverse.c (delete_bookmark_command): Delete unused variable.
4291
4292 * macrocmd.c (_initialize_macrocmd): Delete unused variable.
4293 * macroexp.c (gather_arguments): Delete unused variable.
4294 (substitute_args): Delete unused variable.
4295 * completer.c (gdb_completer_loc_break_characters): Unused, delete.
4296 * gdbarch.sh (gdbarch_printable_names): Delete unused variable.
4297 (_initialize_gdbarch): Delete unused variable.
4298 * gdbarch.c, gdbarch.h: Regenerate.
4299 * arch-utils.c (initialize_current_architecture):
4300 Delete unused variable.
4301 (_initialize_gdbarch_utils): Delete unused variable.
4302 * gdbtypes.c (make_cv_type): Delete unused variable.
4303 (make_type_with_address_space): Delete unused variable.
4304
4305 * linespec.c (decode_compound): Delete unused variable.
4306 * dictionary.c (iterator_next_hashed): Delete unused variable.
4307 * infcall.c (call_function_by_hand): Delete unused variable.
4308 * infcmd.c (step_1): Delete unused variable.
4309 (registers_info): Delete unused variable.
4310 (attach_command): Delete unused variable.
4311 * infrun.c (follow_exec): Delete unused variable.
4312 (handle_step_into_function_backwards): Delete unused variable.
4313 (_initialize_infrun): Delete unused variable.
4314 * stack.c (parse_frame_specification_1): Delete unused variable.
4315 (frame_info): Delete unused variable.
4316 (backtrace_command_1): Delete unused variable.
4317 (catch_info): Delete unused variable.
4318
4319 * eval.c (evaluate_subexp_standard): Delete unused variable.
4320 * valops.c (value_cast_pointers): Delete unused variable.
4321 (value_dynamic_cast): Delete unused variable.
4322 (value_array): Delete unused variable.
4323 (find_overload_match): Delete unused variable.
4324 * valarith.c (value_subscript): Delete unused variable.
4325 (value_binop): Delete unused variable.
4326 * valprint.c (_initialize_valprint): Delete unused variable.
4327 * printcmd.c (print_command_1): Delete unused variable.
4328 (address_info): Delete unused variable.
4329 (printf_command): Delete unused variable.
4330
4331 * auxv.c (target_auxv_search): Delete unused variable.
4332 * blockframe.c (get_frame_block): Delete unused variable.
4333 * regcache.c (regcache_cpy): Delete unused variable.
4334 (regcache_cpy_no_passthrough): Delete unused variable.
4335 * charset.c (wchar_iterate): Delete unused variable.
4336 (find_charset_names): Delete unused variable.
4337 (_initialize_charset): Delete unused variable.
4338 * disasm.c (do_mixed_source_and_assembly):
4339 Delete unused variable.
4340 * source.c (set_default_source_symtab_and_line):
4341 Delete unused variable.
4342 (set_substitute_path_command): Delete unused variable.
4343 * value.c (preserve_values): Delete unused variable.
4344 (value_from_double): Delete unused variable.
4345
4346 2010-05-05 Michael Snyder <msnyder@vmware.com>
4347
4348 * psymtab.c (lookup_partial_symbol): Delete unused variable.
4349 (find_last_source_symtab_from_partial): Delete unused variable.
4350 * symfile.c (place_section): Delete unused variable.
4351 (default_symfile_offsets): Delete unused variable.
4352 (get_debug_link_info): Delete unused variable.
4353 (find_separate_debug_file_by_debuglink): Delete unused variable.
4354 (add_symbol_file_command): Delete unused variable.
4355 (symfile_find_segment_sections): Delete unused variable.
4356 * symmisc.c (free_symtab): Delete unused variable.
4357 (dump_symtab_1): Delete unused variable.
4358 * symtab.c (lookup_symbil_aux_quick): Delete unused variable.
4359 (find_pc_sect_symtab): Delete unused variable.
4360 (skip_prologue_using_lineinfo): Delete unused variable.
4361 (sources_info): Delete unused variable.
4362 (completion_list_add_name): Delete unused variable.
4363 (expand_line_sal): Delete unused variable.
4364
4365 * breakpoint.c (validate_commands_for_breakpoint):
4366 Delete unused variables.
4367 (insert_catchpoint): Delete unused variable.
4368 (update_watchpoint): Delete unused variable.
4369 (insert_bp_location): Delete unused variable.
4370 (insert_breakpoint_locations): Delete unused variable.
4371 (remove_breakpoint_1): Delete unused variable.
4372 (software_breakpoint_inserted_here_p): Delete unused variable.
4373 (watchpoints_triggered): Delete unused variable.
4374 (bpstat_check_watchpoint): Delete unused variable.
4375 (bpstat_stop_status): Delete unused variable.
4376 (print_one_breakpoint_location): Delete unused variable.
4377 (allocate_bp_location): Delete unused variable.
4378 (create_breakpoint): Delete unused variable.
4379 (watch_command_1): Delete unused variable.
4380 (catch_exception_command_1): Delete unused variable.
4381 (catch_ada_exception_command): Delete unused variable.
4382 (delete_breakpoint): Delete unused variable.
4383 (breakpoint_re_set_one): Delete unused variable.
4384 (do_enable_breakpoint): Delete unused variable.
4385
4386 2010-05-06 Pedro Alves <pedro@codesourcery.com>
4387
4388 * amd64-tdep.c: Include disasm.h.
4389 (amd64_insn_length_fprintf, amd64_insn_length_init_dis)
4390 (amd64_insn_length): Moved to disasm.c and renamed.
4391 (fixup_riprel): Adjust.
4392 * disasm.c (do_ui_file_delete): New.
4393 (gdb_insn_length): New.
4394 (gdb_buffered_insn_length_fprintf)
4395 (gdb_buffered_insn_length_init_dis)
4396 (gdb_buffered_insn_length): New, moved from amd64-tdep.c, and
4397 renamed.
4398 * disasm.h (gdb_insn_length): Declare.
4399 (gdb_buffered_insn_length): Declare.
4400
4401 2010-05-06 Pedro Alves <pedro@codesourcery.com>
4402
4403 * remote.c (clear_threads_parsing_context): New.
4404 (remote_threads_info): Delete unused null_cleanup. Install a
4405 cleanup to clear the threads_parsing_context in case parsing
4406 throws.
4407
4408 2010-05-05 Michael Snyder <msnyder@vmware.com>
4409
4410 * c-exp.y (parse_string_or_char): Delete unused variable.
4411 (c_lex): Delete unused variable.
4412 * cp-name-parser.y (cpname_lex): Delete unused variable.
4413 * ada-exp.y (find_primitive_type): Delete unused variable.
4414 (write_var_or_type): Delete unused variable.
4415 * jv-exp.y (java_parse): Delete unused variable.
4416 (push_expression_name): Delete unused variable.
4417 * p-exp.y (pascal_lex): Delete unused variable.
4418
4419 2010-05-05 Pedro Alves <pedro@codesourcery.com>
4420
4421 * remote.c (remote_threads_info): Really revert previous previous
4422 change.
4423
4424 2010-05-05 Michael Snyder <msnyder@vmware.com>
4425
4426 * elfread.c (elf_symtab_read): Delete unused variable.
4427 (find_separate_debug_file_by_buildid): Delete unused variables.
4428 (elf_symfile_read): Delete unused variable.
4429
4430 * coffread.c (coff_symfile_read): Delete unused variables.
4431
4432 * coff-pe-read.c (add_pe_exported_sym): Delete unused variable.
4433 (read_pe_exported_syms): Delete unused variable.
4434
4435 * stabsread.c (define_symbol): Delete unused variable.
4436
4437 * dwarf2read.c (read_type_comp_unit_head): Delete unused variable.
4438 (process_psymtab_comp_unit): Delete unused variable.
4439 (dwarf2_build_psymtabs_hard): Delete unused variable.
4440 (load_partial_comp_unit): Delete unused variable.
4441 (create_all_comp_units): Delete unused variable.
4442 (scan_partial_symbols): Delete unused variable.
4443 (add_partial_symbol): Delete unused variable.
4444 (add_partial_namespace): Delete unused variable.
4445 (add_partial_enumeration): Delete unused variable.
4446 (load_full_comp_unit): Delete unused variable.
4447 (process_full_comp_unit): Delete unused variable.
4448 (read_file_scope): Delete unused variable.
4449 (read_type_unit_scope): Delete unused variable.
4450 (process_structure_scope): Delete unused variable.
4451 (process_enumeration_scope): Delete unused variable.
4452 (read_tag_ptr_to_member_type): Delete unused variable.
4453 (read_typedef): Delete unused variable.
4454 (read_partial_die): Delete unused variable.
4455 (decode_locdesc): Delete unused variable.
4456 (zeroed_partial_die): Delete unused global variable.
4457
4458 * tui/tui-interp.c (_initialize_tui_interp):
4459 Delete unused variable.
4460 * tui/tui-regs.c tui_display_registers_from):
4461 Delete unused variable.
4462 (tui_check_register_values): Delete unused variable.
4463 (tui_register_format): Delete unused variable.
4464 * tui/tui-win.c (_initialize_tui_win): Delete unused variable.
4465 * tui/tui-windata.c (tui_display_data_from_line):
4466 Delete unused variables.
4467 (tui_vertical_data_scroll): Delete unused variables.
4468
4469 2010-05-05 Michael Snyder <msnyder@vmware.com>
4470
4471 * remote.c (remote_threads_info): Revert questionable part of
4472 the previous change.
4473
4474 2010-05-05 Michael Snyder <msnyder@vmware.com>
4475
4476 * mi/mi-out.c (mi_table_begin): Delete unused variable.
4477 * mi/mi-cmd-var.c (print_varobj): Delete unused variable.
4478 (mi_cmd_var_list_children): Delete unused variable.
4479 (varobj_update_one): Delete unused variable.
4480 * mi/mi-cmd-break.c (mi_cmd_break_insert): Delete unused variables.
4481 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals):
4482 Delete unused variable.
4483 (mi_cmd_stack_list_variables): Delete unused variable.
4484 (list_args_or_locals): Delete unused variable.
4485 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):
4486 Delete unused variables.
4487 (mi_cmd_file_list_exec_source_files): Delete unused variable.
4488 * mi/mi-cmd-target.c (mi_cmd_target_file_delete):
4489 Delete unused variable.
4490 * mi/mi-interp.c (mi_interpreter_exec): Delete unused variable.
4491 (mi_cmd_interpreter_exec): Delete unused variable.
4492 (mi_on_normal_stop): Delete unused variable.
4493 * mi/mi-main.c (run_one_inferior): Delete unused variable.
4494 (print_one_inferior): Delete unused variables.
4495 (mi_execute_command): Delete unused variable.
4496 (mi_cmd_execute): Delete unused variable.
4497 (timestamp): Delete unused variable.
4498
4499 * cli/cli-dump.c (dump_memory_to_file): Delete unused variable.
4500 (restore_binary_file): Delete unused variable.
4501 * cli/cli-decode.c (deprecated_cmd_warning): Delete unused variables.
4502 * cli/cli-script.c (define_command): Delete unused variables.
4503 (recurse_read_control_structure): Delete unused variable.
4504 (script_from_file): Delete unused variable.
4505 * cli/cli-cmds.c (complete_command): Delete unused variable.
4506 (disassemble_command): Delete unused variable.
4507
4508 * ax-gdb.c (gen_struct_elt_for_reference): Delete unused variables.
4509 * tracepoint.c (delete_trace_variable_command):
4510 Delete unused variables.
4511 (encode_actions_1): Delete unused variables.
4512 (start_tracing): Delete unused variable.
4513 (trace_status_mi): Delete unused variable.
4514 (tfind_1): Delete unused variable.
4515 (trace_find_pc_command): Delete unused variable.
4516 (trace_find_line_command): Delete unused variables.
4517 (trace_find_range_command): Delete unused variables.
4518 (trace_find_outside_command): Delete unused variables.
4519 (parse_tracepoint_definition): Delete unused variables.
4520 (tfile_fetch_registers): Delete unused variable.
4521
4522 * dcache.c (dcache_init): Delete unused variable.
4523 (dcache_info): Delete unused variable.
4524
4525 * remote.c (remote_threads_info): Delete unused variable.
4526 (process_stop_reply) :Delete unused variable.
4527 (remote_get_trace_status): Delete unused variables.
4528
4529 * linux-thread-db.c (add_thread_db_info): Delete unused variable.
4530 (thread_from_lwp): Delete unused variable.
4531 (enable_thread_event_reporting): Delete unused variable.
4532 (check_for_thread_db): Delete unused variables.
4533 (thread_db_find_new_threads_2): Delete unused variable.
4534
4535 * linux-fork.c (info_checkpoints_command): Delete unused variables.
4536 (checkpoint_command): Delete unused variable.
4537 (linux_fork_context): Delete unused variables.
4538
4539 * linux-nat.c (linux_parent_pid): Delete unused global variable.
4540 (linux_tracefork_child): Delete unused variable.
4541 (linux_child_follow_fork): Delete unused variable.
4542 (linux_nat_detach): Delete unused variable.
4543 (linux_handle_extended_wait): Delete unused variable.
4544 (linux_nat_has_pending_sigint): Delete unused variable.
4545 (linux_nat_find_memory_regions): Delete unused variable.
4546 (linux_nat_make_corefile_notes): Delete unused variables.
4547 (linux_nat_info_proc_cmd): Delete unused variable.
4548 (linux_proc_pending_signals): Delete unused variable.
4549 (linux_nat_stop_lwp): Delete unused variables.
4550 (_initialize_linux_nat): Delete unused variable.
4551
4552 * ser-pipe.c (pipe_ops): Delete unused global variable.
4553
4554 * linux-record.c (record_linux_system_call):
4555 Delete unused variables.
4556
4557 * corelow.c (core_xfer_partial): Delete unused variables.
4558
4559 * solib-svr4.c (find_program_interpreter): Delete unused variable.
4560 (svr4_solib_create_inferior_hook): Add ifdef around
4561 conditionally-used variable declarations.
4562
4563 * solib.c (solib_find): Delete unused variable.
4564 (free_so_symbols): Delete unused variable.
4565 (info_sharedlibrary_command): Delete unused variable.
4566 (reload_shared_libraries_1): Delete unused variable.
4567 (_initialize_solib): Delete unused variable.
4568
4569 * i386-tdep.c (i386_supply_xstateregset) Delete unused variable.
4570 (i386_collect_xstateregset): Delete unused variable.
4571 * i387-tdep.c (i387_print_float_info): Delete unused variable.
4572
4573 * features/i386/i386-mmx.c (initialize_tdesc_i386_mmx):
4574 Delete unused variable 'type'.
4575
4576 2010-05-05 Joel Brobecker <brobecker@adacore.com>
4577
4578 * gdbtypes.h (MAX_OF_TYPE, MIN_OF_TYPE): Delete macros. *
4579 ada-lang.c: Remove comment mentioning these macros.
4580 * m2-exp.y: Delete commented out code.
4581
4582 2010-05-05 Joel Brobecker <brobecker@adacore.com>
4583
4584 * sparc-tdep.c (sparc_structure_or_union_p): Return non-zero
4585 for array types.
4586 * sparc64-tdep.c (sparc64_structure_or_union_p): Likewise.
4587
4588 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
4589
4590 ARI fix: Remove ATTRIBUTE_UNUSED throughout.
4591 * arm-linux-tdep.c (arm_linux_cleanup_svc): Remove
4592 ATTRIBUTE_UNUSED.
4593 (cleanup_kernel_helper_return): Likewise.
4594 * arm-tdep.c (copy_unmodified): Likewise.
4595 (copy_preload): Likewise.
4596 (copy_copro_load_store): Likewise.
4597 (cleanup_branch): Likewise.
4598 (copy_b_bl_blx): Likewise.
4599 (copy_bx_blx_reg): Likewise.
4600 (copy_alu_imm): Likewise.
4601 (copy_alu_reg): Likewise.
4602 (copy_alu_shifted_reg): Likewise.
4603 (cleanup_load): Likewise.
4604 (cleanup_store): Likewise.
4605 (cleanup_block_load_pc): Likewise.
4606 (cleanup_svc): Likewise.
4607 (copy_undef): Likewise.
4608 (copy_unpred): Likewise.
4609 * remote.c (register_remote_support_xml): Likewise.
4610
4611 2010-05-05 Hui Zhu <teawater@gmail.com>
4612
4613 * gdbarch.h (gdbarch_has_dos_based_file_system): Update comment.
4614
4615 2010-05-04 Mark Kettenis <kettenis@gnu.org>
4616
4617 * remote.c (register_remote_support_xml)
4618 (remote_query_supported_append, remote_query_supported): Add cast
4619 to NULL used as sentinel.
4620 * tracepoint.c (tvariables_info_1): Likewise.
4621 * utils.c (add_internal_problem_command): Likewise.
4622
4623 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4624
4625 * dwarf2loc.c (read_pieced_value, write_pieced_value,
4626 dwarf2_evaluate_loc_desc): Handle not being able to access DWARF
4627 registers gracefully.
4628
4629 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4630
4631 * exec.c (print_section_info): Display entry point without arch
4632 specific parts.
4633
4634 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
4635
4636 PR exp/11349.
4637 * printcmd.c (x_command): Only dereference once implicitly for
4638 TYPE_CODE_REF.
4639
4640 2010-05-03 Doug Evans <dje@google.com>
4641
4642 * event-loop.c (gdb_timer): Delete unused global.
4643 (create_timer): Update.
4644
4645 2010-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4646
4647 * cp-namespace.c (cp_lookup_symbol_imports): Support ALIAS for the
4648 CURRENT->DECLARATION case.
4649 * cp-support.h (struct using_direct): Provide extended comment.
4650
4651 2010-05-03 Mark Kettenis <kettenis@gnu.org>
4652
4653 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Renamed from
4654 HPPABSD_SIZEOF_GREGS.
4655 (HPPAOBSD_SIZEOF_FPREGS): New define.
4656 (hppaobsd_supply_gregset): Renamed from hppabsd_supply_gregset.
4657 (hppaobsd_supply_fpregset): New function.
4658 (hppaobsd_gregset): Renamed from hppabsd_gregset.
4659 (hppaobsd_fpregset): New variable.
4660 (hppaobsd_regset_from_core_section): Handle floating-point registers.
4661 (_initialize_hppabsd_tdep): Remove spurious blank line.
4662
4663 2010-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
4664
4665 PR pascal/11349.
4666 * p-valprint.c (pascal_value_print): Always dereference a value with
4667 type code TYPE_CODE_REF.
4668
4669 2010-05-03 Pedro Alves <pedro@codesourcery.com>
4670
4671 * remote.c (remote_notice_signals): New.
4672 (remote_start_remote): In non-stop mode, update the remote end on
4673 which signals it can silently pass.
4674 (init_remote_ops): Install remote_notice_signals.
4675
4676 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4677
4678 * cli/cli-cmds.h (error_no_arg): Remove. Move the comment ...
4679 * command.h (error_no_arg): ... here. Remove NORETURN, change
4680 ATTR_NORETURN to ATTRIBUTE_NORETURN.
4681 * defs.h (NORETURN, ATTR_NORETURN): Remove.
4682 (perror_with_name, verror, error, error_stream, vfatal, fatal)
4683 (internal_verror, internal_error, nomem): Remove NORETURN, change
4684 ATTR_NORETURN to ATTRIBUTE_NORETURN.
4685 * exceptions.c (throw_exception, deprecated_throw_reason, throw_verror)
4686 (throw_vfatal, throw_error): Remove NORETURN.
4687 (throw_it): Remove NORETURN, change ATTR_NORETURN to ATTRIBUTE_NORETURN.
4688 * exceptions.h (throw_exception, throw_verror, throw_vfatal)
4689 (throw_error, deprecated_throw_reason): Remove NORETURN, change
4690 ATTR_NORETURN to ATTRIBUTE_NORETURN.
4691 * linespec.c (cplusplus_error): Remove NORETURN, change ATTR_NORETURN
4692 to ATTRIBUTE_NORETURN for prototype, for the definition only remove
4693 NORETURN.
4694 * remote-mips.c (mips_error): Change NORETURN to ATTRIBUTE_NORETURN.
4695 * remote-sim.c (gdb_os_error): Change ATTR_NORETURN to
4696 ATTRIBUTE_NORETURN.
4697 * target.c (tcomplain): Likewise.
4698 * target.h (noprocess): Remove NORETURN, change ATTR_NORETURN to
4699 ATTRIBUTE_NORETURN.
4700 * utils.c (verror, error, vfatal, fatal, error_stream, internal_verror)
4701 (internal_error, perror_with_name, nomem): Remove NORETURN.
4702 * xml-support.h (gdb_xml_error): Change ATTR_NORETURN to
4703 ATTRIBUTE_NORETURN.
4704
4705 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4706
4707 * ada-lang.c (lim_warning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
4708 * amd64-tdep.c (amd64_insn_length_fprintf): Likewise.
4709 * cli-out.c (cli_field_fmt): New ATTRIBUTE_PRINTF.
4710 (cli_message, out_field_fmt): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
4711 * complaints.c (find_complaint): New ATTRIBUTE_PRINTF.
4712 (vcomplaint): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
4713 * complaints.h (complaint, internal_complaint): Likewise.
4714 * defs.h: Change ATTR_FORMAT to ATTRIBUTE_PRINTF in the top comment.
4715 (ATTR_FORMAT): Remove.
4716 (query, nquery, yquery, vprintf_filtered, vfprintf_filtered)
4717 (fprintf_filtered, fprintfi_filtered, printf_filtered, printfi_filtered)
4718 (vprintf_unfiltered, vfprintf_unfiltered, fprintf_unfiltered)
4719 (printf_unfiltered, xasprintf, xvasprintf, xstrprintf, xstrvprintf)
4720 (xsnprintf, verror, error, vfatal, fatal, internal_verror)
4721 (internal_error, internal_vwarning, internal_warning, warning)
4722 (vwarning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
4723 * disasm.c (fprintf_disasm): Likewise.
4724 * exceptions.c (throw_it): Likewise.
4725 * exceptions.h (exception_fprintf, throw_verror, throw_vfatal)
4726 (throw_error): Likewise.
4727 * language.h (type_error, range_error): Likewise.
4728 * linespec.c (cplusplus_error): Likewise.
4729 * mi/mi-interp.c (mi_interp_query_hook): Likewise.
4730 * mi/mi-out.c (mi_field_fmt, mi_message): Likewise.
4731 * monitor.c (monitor_debug): Likewise.
4732 * parser-defs.h (parser_fprintf): Likewise.
4733 * serial.h (serial_printf): Likewise.
4734 * tui/tui-hooks.c (tui_query_hook): Likewise.
4735 * ui-out.c (default_field_fmt, default_message, uo_field_fmt)
4736 (uo_message): Likewise.
4737 * ui-out.h (ui_out_field_fmt, ui_out_message): Likewise.
4738 * utils.c (vfprintf_maybe_filtered, internal_vproblem, defaulted_query):
4739 Likewise.
4740 * xml-support.h (gdb_xml_debug, gdb_xml_error): Likewise.
4741
4742 2010-05-02 Pedro Alves <pedro@codesourcery.com>
4743
4744 * cli-out.c (cli_table_begin, cli_table_body, cli_table_end)
4745 (cli_table_header, cli_begin, cli_end, cli_field_int)
4746 (cli_field_skip, cli_field_string, cli_field_fmt, cli_spaces)
4747 (cli_text, cli_message, cli_wrap_hint, cli_flush, cli_redirect):
4748 Delete forward declarations.
4749 (cli_ui_out_impl): Move below the callbacks.
4750 (_initialize_cli_out): Delete.
4751
4752 2010-05-02 Pedro Alves <pedro@codesourcery.com>
4753
4754 * README: Use consistent `GDB' and `GDBserver' spellings.
4755
4756 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4757
4758 * cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
4759
4760 2010-05-01 Pedro Alves <pedro@codesourcery.com>
4761
4762 * infrun.c (prepare_for_detach): In non-stop, context switch to
4763 the thread that got the event before handling the event.
4764
4765 2010-04-30 Tom Tromey <tromey@redhat.com>
4766
4767 * symtab.c (symbol_set_names): Fix typo.
4768
4769 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
4770
4771 * python/py-param.c (parm_constants): Avoid ARI warning
4772 by adding ARI comment.
4773 (parmpy_init): Likewise.
4774
4775 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
4776
4777 * windows-tdep.c (windows_get_tlb_type): Remember last GDBARCH
4778 and created type for re-use.
4779
4780 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
4781
4782 * NEWS: Mention gdbserver support for x86_64 Windows 64-bit.
4783
4784 2010-04-29 Doug Evans <dje@google.com>
4785
4786 * ser-base.h (reschedule): Delete prototype.
4787 * ser-base.c (reschedule): Make static.
4788
4789 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4790
4791 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Remove.
4792 (ARM_LINUX_JB_PC_FPA): Add, offset of PC in longjmp buffer for FPA.
4793 (ARM_LINUX_JB_PC_EABI): Add, offset of PC in longjmp buffer for
4794 EABI.
4795 (arm_linux_init_abi): Set up JB_PC field dependent on FP model in
4796 use.
4797
4798 2010-04-29 Pedro Alves <pedro@codesourcery.com>
4799
4800 PR gdb/11557
4801
4802 * regcache.c (registers_changed): Rename to ...
4803 (registers_changed_ptid): ... this, and only delete register cache
4804 entries matching the ptid filter argument.
4805 (registers_changed): Reimplement on top of registers_changed_ptid.
4806 * regcache.h (registers_changed_ptid): Declare.
4807 * target.c (target_resume): Flush register caches.
4808
4809 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
4810 Tom Tromey <tromey@redhat.com>
4811 Thiago Jung Bauermann <bauerman@br.ibm.com>
4812
4813 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-parameter.
4814 (SUBDIR_PYTHON_SRCS): Likewise.
4815 (py-parameter.o): New rule.
4816 * python/py-parameter.c: New file.
4817 * python/python-internal.h (gdbpy_initialize_parameter)
4818 (gdbpy_parameter, gdbpy_parameter_value)
4819 (gdbpy_parse_command_name): Declare.
4820 * python/py-cmd.c (parse_command_name): Rename to
4821 gdbpy_parse_command_name.
4822 (gdbpy_parse_command_name): Accept a starting list parameter and
4823 use over cmdlist.
4824 (cmdpy_init): Use gdbpy_parse_command_name.
4825 * python/python.c (parameter_to_python): Rename to
4826 gdbpy_parameter_to_python. Accept enum var_types and value.
4827 (gdbpy_parameter): Use gdbpy_parameter_value.
4828 (_initialize_python): Call gdbpy_initialize_parameters.
4829
4830 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4831
4832 * MAINTAINERS: Add myself for write after approval privileges.
4833
4834 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4835
4836 D language support.
4837 * Makefile.in (SFILES): Add d-lang.c d-valprint.c.
4838 (COMMON_OBS): Add d-lang.o d-valprint.o.
4839 (HFILES_NO_SRCDIR): Add d-lang.h.
4840 * NEWS: Mention D language support.
4841 * c-lang.c (c_emit_char, exp_descriptor_c): Make public.
4842 * c-lang.h (c_emit_char, exp_descriptor_c): Add declaration.
4843 * d-lang.c: New file.
4844 * d-lang.h: New file.
4845 * d-valprint.c: New file.
4846 * defs.h (enum language): Add language_d.
4847 * dwarf2read.c (set_cu_language): Add DW_LANG_D.
4848 * language.c (binop_result_type, integral_type, character_type)
4849 (string_type, boolean_type, structured_type): Add language_d.
4850 * symfile.c (init_filename_language_table): Add language_d.
4851 * symtab.c: Include d-lang.h.
4852 (symbol_init_language_specific, symbol_find_demangled_name)
4853 (symbol_natural_name, lookup_symbol_in_language)
4854 (symbol_demangled_name, symbol_matches_domain): Add language_d.
4855
4856 2010-04-27 Joel Brobecker <brobecker@adacore.com>
4857
4858 * solib-svr4.c (solib_svr4_r_map): Expand function description.
4859
4860 2010-04-27 Joel Brobecker <brobecker@adacore.com>
4861
4862 * symfile.c (init_filename_language_table): Register .dg files
4863 with language_ada.
4864
4865 2010-04-27 Joel Brobecker <brobecker@adacore.com>
4866
4867 * gdbtypes.h (struct main_type): Expand comment about target_type
4868 field.
4869
4870 2010-04-27 Pedro Alves <pedro@codesourcery.com>
4871 Tristan Gingold <gingold@adacore.com>
4872
4873 * symfile.c (reread_symbols): Also search for file in libraries.
4874 Update comment.
4875
4876 2010-04-27 Joel Brobecker <brobecker@adacore.com>
4877
4878 * configure.tgt: Treat x86-lynxos targets as x86 bareboard targets
4879 in terms of configuration.
4880
4881 2010-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4882
4883 * objfiles.c: Include solist.h.
4884 (free_all_objfiles): New variable so. Check stale solist objfiles.
4885 * symfile.c (symbol_file_clear): Swap the order of free_all_objfiles
4886 and no_shared_libraries.
4887
4888 2010-04-27 Joel Brobecker <brobecker@adacore.com>
4889
4890 ARI warning fix.
4891 * python/py-auto-load.c (source_section_scripts): Remove trailing
4892 new-line in i18n string.
4893
4894 2010-04-26 Doug Evans <dje@google.com>
4895
4896 * serial.c (serial_write): Handle serial_debug_p akin to serial_read.
4897
4898 2010-04-26 Tom Tromey <tromey@redhat.com>
4899
4900 * cli/cli-decode.c (complete_on_cmdlist): Make two passes over the
4901 command list.
4902
4903 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4904
4905 Removal of config/i386/nm-i386sol2.h native configuration file.
4906 * config/i386/nm-i386sol2.h: Remove file.
4907 * config/i386/i386sol2.mh: Remove NAT_FILE definition.
4908 * config/i386/sol2-64.mh: Idem.
4909 * config/djgpp/fnchange.lst: Remove reference to that file.
4910 * Makefile.in (HFILES_NO_SRCDIR): Idem.
4911
4912 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4913
4914 PR breakpoints/11531.
4915 * config/i386/nm-i386sol2.h (CANNOT_STEP_HW_WATCHPOINTS): Remove
4916 macro definition and related comment.
4917 * infrun.c (CANNOT_STEP_HW_WATCHPOINTS): Remove macro.
4918 (resume): Remove code and comment related to this macro.
4919
4920 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4921
4922 * cp-namespace.c (cp_lookup_symbol_in_namespace): Fix alloca size.
4923 Fix whitespace.
4924
4925 2010-04-24 Pedro Alves <pedro@codesourcery.com>
4926
4927 * defs.h: Adjust comment.
4928 * filesystem.h, filesystem.c: New files.
4929 * Makefile.in (SFILES): Add filesystem.c.
4930 (COMMON_OBS): Add filesystem.o.
4931 * solib.c (solib_find): Handle DOS-based filesystems. Handle
4932 different target and host path flavours.
4933 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
4934 has_dos_based_file_system on the gdbarch.
4935 * arm-wince-tdep.c (arm_wince_init_abi): Ditto.
4936 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Ditto.
4937 * i386-tdep.c (i386_go32_init_abi): Ditto.
4938 * gdbarch.sh (has_dos_based_file_system): New.
4939 * gdbarch.h, gdbarch.c: Regenerate.
4940 * NEWS: Mention improved support for remote targets with DOS-based
4941 filesystems. Mention new `set/show target-file-system-kind'
4942 commands.
4943
4944 2010-04-23 Stan Shebs <stan@codesourcery.com>
4945
4946 * ax.h (struct agent_expr): Merge in agent_reqs fields, add some
4947 comments.
4948 (struct agent_reqs): Remove.
4949 (ax_reg_mask): Declare.
4950 * ax-general.c (new_agent_expr): Add gdbarch argument, set new fields.
4951 (free_agent_expr): Free reg_mask.
4952 (ax_print): Add scope and register mask info.
4953 (ax_reqs): Remove agent_reqs argument, use agent expression
4954 fields, and move part of register mask computation to...
4955 (ax_reg_mask): New function.
4956 * ax-gdb.c (gen_trace_static_fields): Call it.
4957 (gen_traced_pop): Ditto.
4958 (is_nontrivial_conversion): Add dummy gdbarch to new_agent_expr.
4959 (gen_trace_for_var): Pass gdbarch to new_agent_expr.
4960 (gen_trace_for_expr): Ditto, and clear optimized_out flag.
4961 (gen_eval_for_expr): Ditto, and require an rvalue.
4962 (agent_command): Call ax_reqs.
4963 (agent_eval_command): Ditto.
4964 * tracepoint.c (report_agent_reqs_errors): Use agent expression fields.
4965 (validate_action_line): Ditto.
4966 (collect_symbol): Ditto.
4967 (encode_actions_1): Ditto.
4968
4969 2010-04-23 Daniel Jacobowitz <dan@codesourcery.com>
4970 Paul Pluzhnikov <ppluzhnikov@google.com>
4971 Jan Kratochvil <jan.kratochvil@redhat.com>
4972
4973 Fix deadlock on looped list of loaded shared objects.
4974 * solib-svr4.c (LM_PREV): New function.
4975 (IGNORE_FIRST_LINK_MAP_ENTRY): Use it.
4976 (svr4_current_sos): Check for correct l_prev. New variables prev_lm
4977 and next_lm. Clear prev_lm for solib_svr4_r_ldsomap.
4978 * config/djgpp/fnchange.lst: Add translation for solib-corrupted.exp.
4979
4980 2010-04-23 Doug Evans <dje@google.com>
4981
4982 * configure.ac (CONFIG_SRCS): Add py-auto-load.o even if not using
4983 python.
4984 * configure: Regenerate.
4985 * main.c: #include "python/python.h".
4986 (captured_main): Defer loading auto-loaded scripts until after
4987 local_gdbinit has been sourced.
4988 * python/py-auto-load.c (gdbpy_global_auto_load): New global.
4989 (load_auto_scripts_for_objfile): New function.
4990 (auto_load_new_objfile): Call it.
4991 * python/python.h (gdbpy_global_auto_load): Declare.
4992 (load_auto_scripts_for_objfile): Declare.
4993
4994 Add support for auto-loading scripts from .debug_gdb_scripts section.
4995 * NEWS: Add entry for .debug_gdb_scripts.
4996 * Makefile.in SUBDIR_PYTHON_OBS): Add py-auto-load.o.
4997 (SUBDIR_PYTHON_SRCS): Add py-auto-load.c.
4998 (py-auto-load.o): New rule.
4999 * cli/cli-cmds.c (find_and_open_script): Make externally visible.
5000 * cli/cli-cmds.h (find_and_open_script): Update prototype.
5001 * python/py-auto-load.c: New file.
5002 * python/python-internal.h: #include <stdio.h>.
5003 (set_python_list, show_python_list): Declare.
5004 (gdbpy_initialize_auto_load): Declare.
5005 (source_python_script_for_objfile): Declare.
5006 * python/python.c: Remove #include of observer.h.
5007 (gdbpy_auto_load): Moved to py-auto-load.c.
5008 (GDBPY_AUTO_FILENAME): Ditto.
5009 (gdbpy_new_objfile): Delete.
5010 (source_python_script_for_objfile): New function.
5011 (set_python_list, show_python_list): Make externally visible.
5012 (_initialize_python): Move "auto-load" command to py-auto-load.c
5013 and observer_attach_new_objfile to py-auto-load.c.
5014
5015 2010-04-23 Jerome Guitton <guitton@adacore.com>
5016
5017 * alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA)
5018 (OPR_FUNCTION, OPR_HAS_IMMEDIATE, OPR_RA, OPR_RC, OPR_LIT): New macros.
5019 (lda_opcode, stq_opcode, bne_opcode, subq_opcode, subq_function):
5020 New constants.
5021 (alpha_heuristic_analyze_probing_loop): New function.
5022 (alpha_heuristic_frame_unwind_cache): In the prologue analysis, detect
5023 and handle cases when a stack probe loop is generated.
5024 * alpha-mdebug-tdep.c (alpha_mdebug_frameless): New function.
5025 (alpha_mdebug_max_frame_size_exceeded): New function.
5026 (alpha_mdebug_after_prologue): Use alpha_mdebug_frameless.
5027 (alpha_mdebug_frame_sniffer, alpha_mdebug_frame_base_sniffer):
5028 Return 0 when the maximum debuggable frame size has been exceeded.
5029
5030 2010-04-23 Joel Brobecker <brobecker@adacore.com>
5031
5032 Fix ARI warning.
5033 * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
5034
5035 2010-04-20 Chris Moller <cmoller@redhat.com>
5036
5037 PR 10179
5038
5039 * symtab.c (rbreak_command): Added code to include a filename
5040 specification in the rbreak argument.
5041 * NEWS: Added a brief description of filename-qualified rbreak.
5042
5043 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5044
5045 Fix crashes on dangling display expressions.
5046 * ada-lang.c (ada_operator_check): New function.
5047 (ada_exp_descriptor): Fill-in the field operator_check.
5048 * c-lang.c (exp_descriptor_c): Fill-in the field operator_check.
5049 * jv-lang.c (exp_descriptor_java): Likewise.
5050 * m2-lang.c (exp_descriptor_modula2): Likewise.
5051 * scm-lang.c (exp_descriptor_scm): Likewise.
5052 * parse.c (exp_descriptor_standard): Likewise.
5053 (operator_check_standard): New function.
5054 (exp_iterate, exp_uses_objfile_iter, exp_uses_objfile): New functions.
5055 * parser-defs.h (struct exp_descriptor): New field operator_check.
5056 (operator_check_standard, exp_uses_objfile): New declarations.
5057 * printcmd.c: Remove the inclusion of solib.h.
5058 (display_uses_solib_p): Remove the function.
5059 (clear_dangling_display_expressions): Call lookup_objfile_from_block
5060 and exp_uses_objfile instead of display_uses_solib_p.
5061 * solist.h (struct so_list) <objfile>: New comment.
5062 * symtab.c (lookup_objfile_from_block): Remove the static qualifier.
5063 * symtab.h (lookup_objfile_from_block): New declaration.
5064 (struct general_symbol_info) <obj_section>: Extend the comment.
5065
5066 2010-04-22 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5067 Thiago Jung Bauermann <bauerman@br.ibm.com>
5068
5069 * ppc-linux-nat.c (PTRACE_GET_DEBUGREG): Update comment.
5070 (PPC_PTRACE_GETWDBGINFO, PPC_PTRACE_SETHWDEBUG, PPC_PTRACE_DELHWDEBUG,
5071 ppc_debug_info, PPC_DEBUG_FEATURE_INSN_BP_RANGE,
5072 PPC_DEBUG_FEATURE_INSN_BP_MASK, PPC_DEBUG_FEATURE_DATA_BP_RANGE,
5073 PPC_DEBUG_FEATURE_DATA_BP_MASK, ppc_hw_breakpoint,
5074 PPC_BREAKPOINT_TRIGGER_EXECUTE, PPC_BREAKPOINT_TRIGGER READ,
5075 PPC_BREAKPOINT_TRIGGER_WRITE, PPC_BREAKPOINT_TRIGGER_RW,
5076 PPC_BREAKPOINT_MODE_EXACT PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE,
5077 PPC_BREAKPOINT_MODE_RANGE_EXCLUSIVE, PPC_BREAKPOINT_MODE_MASK,
5078 PPC_BREAKPOINT_CONDITION_NONE, PPC_BREAKPOINT_CONDITION_AND,
5079 PPC_BREAKPOINT_CONDITION_EXACT, PPC_BREAKPOINT_CONDITION_OR,
5080 PPC_BREAKPOINT_CONDITION_AND_OR, PPC_BREAKPOINT_CONDITION_BE_ALL,
5081 PPC_BREAKPOINT_CONDITION_BE_SHIFT, PPC_BREAKPOINT_CONDITION_BE):
5082 Define, in case <ptrace.h> doesn't provide it.
5083 (booke_debug_info): New variable.
5084 (max_slots_number): Ditto.
5085 (hw_break_tuple): New struct.
5086 (thread_points): Ditto.
5087 (ppc_threads): New variable.
5088 (PPC_DEBUG_CURRENT_VERSION): New define.
5089 (have_ptrace_new_debug_booke): New function.
5090 (ppc_linux_check_watch_resources): Renamed to ...
5091 (ppc_linux_can_use_hw_breakpoint): ... this. Handle BookE processors.
5092 (ppc_linux_region_ok_for_hw_watchpoint): Handle BookE processors.
5093 (booke_cmp_hw_point): New function.
5094 (booke_find_thread_points_by_tid): Ditto.
5095 (booke_insert_point): Ditto.
5096 (booke_remove_point): Ditto.
5097 (ppc_linux_insert_hw_breakpoint): Ditto.
5098 (ppc_linux_remove_hw_breakpoint): Ditto.
5099 (get_trigger_type): Ditto.
5100 (ppc_linux_insert_watchpoint): Handle BookE processors.
5101 (ppc_linux_remove_watchpoint): Ditto.
5102 (ppc_linux_new_thread): Ditto.
5103 (ppc_linux_thread_exit): New function..
5104 (ppc_linux_stopped_data_address): Handle BookE processors.
5105 (ppc_linux_watchpoint_addr_within_range): Ditto.
5106 (_initialize_ppc_linux_nat): Initialize to_insert_hw_breakpoint and
5107 to_remove_hw_breakpoint fields of the target operations struct.
5108 Add observe for the thread_exit event.
5109
5110 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
5111
5112 * i386-linux-nat.c (regmap): Removed.
5113 (fetch_register): Replace regmap with
5114 i386_linux_gregset_reg_offset.
5115 (store_register): Likewise.
5116 (supply_gregset): Likewise.
5117 (fill_gregset): Likewise.
5118
5119 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): Make it
5120 global.
5121
5122 * i386-linux-tdep.h (i386_linux_gregset_reg_offset): New.
5123
5124 2010-04-22 Chris Moller <cmoller@redhat.com>
5125
5126 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
5127 method of popping recursion-detection stack with a method based on
5128 obstack_object_size(). (Similar to the PR9167 patch below, but for
5129 the static array obstack rather than the static member obstack.)
5130
5131 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
5132
5133 * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Removed.
5134 (_initialize_amd64_linux_nat): Replace
5135 amd64_linux_gregset64_reg_offset with
5136 amd64_linux_gregset_reg_offset.
5137
5138 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Make it
5139 global.
5140
5141 * amd64-tdep.h (amd64_linux_gregset_reg_offset): New.
5142
5143 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5144
5145 PR stabs/11479.
5146 * stabsread.c (set_length_in_type_chain): New function.
5147 (read_struct_type): Call set_length_in_type_chain function.
5148 (read_enum_type): Idem.
5149
5150 2010-04-21 Stan Shebs <stan@codesourcery.com>
5151 Nathan Sidwell <nathan@codesourcery.com>
5152
5153 * tracepoint.c (trace_save): Open in binary mode.
5154
5155 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5156
5157 * gdbtypes.h (builtin_type): Add builtin_char16 and builtin_char32
5158 fields.
5159 * gdbtypes.c (gdbtypes_post_init): Set builtin_char16 and
5160 builtin_char32 fields.
5161 * printcmd.c (decode_format): Set char size to '\0'
5162 for strings unless explicit size is given.
5163 (print_formatted): Correct calculation of NEXT_ADDRESS
5164 for 16 or 32 bit strings.
5165 (do_examine): Do not force byte size for strings.
5166 Use builtin_char16 and builtin_char32 types to display
5167 16 or 32 bit-wide strings.
5168 (x_command): Set LAST_SIZE to 'b' for string type.
5169
5170 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
5171
5172 PR corefiles/11523
5173 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5174 XCR0 first.
5175
5176 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Return 0 if
5177 there is no .reg-xstate section.
5178 (i386_linux_core_read_description): Check XCR0 first.
5179
5180 2010-04-21 Mike Frysinger <vapier@gentoo.org>
5181
5182 * gdb/sparc-tdep.c (sparc32_store_return_value): Add gdb_assert ()
5183 for len <= 8.
5184
5185 2010-04-21 Chris Moller <cmoller@redhat.com>
5186
5187 PR 9167
5188 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
5189 method of popping recursion-detection stack with a method based on
5190 obstack_object_size().
5191
5192 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
5193
5194 PR pascal/11492.
5195 * p-valprint.c (pascal_val_print): Fix default printing of integer
5196 arrays.
5197
5198 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
5199
5200 Fix compilation warning on gcc-4.1.2.
5201 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Initialize
5202 local variable`pc' to zero.
5203
5204 2010-04-20 Joel Brobecker <brobecker@adacore.com>
5205
5206 Implement thread support with core files on alpha-tru64.
5207 * dec-thread.c (dec_thread_find_new_threads): New function,
5208 extracted from resync_thread_list.
5209 (resync_thread_list): Add OPS parameter. Replace extracted-out
5210 code by call to dec_thread_find_new_threads.
5211 (dec_thread_wait): Update call to resync_thread_list.
5212 (init_dec_thread_ops): Set dec_thread_ops.to_find_new_threads.
5213
5214 2010-04-20 Joel Brobecker <brobecker@adacore.com>
5215
5216 * ada-lang.c (value_pointer): New function.
5217 (make_array_descriptor): Call value_pointer to convert addresses to
5218 pointers.
5219
5220 2010-04-20 Joel Brobecker <brobecker@adacore.com>
5221
5222 * rs6000-aix-tdep.c: #include exceptions.h.
5223 (rs6000_convert_from_func_ptr_addr): If an exception is thrown
5224 while reading the memory at ADDR, then ADDR cannot be a function
5225 descriptor.
5226
5227 2010-04-20 Joel Brobecker <brobecker@adacore.com>
5228
5229 * ada-typeprint.c (ada_print_typedef): New function.
5230 * ada-lang.h (ada_print_typedef): Add declaration.
5231 * ada-lang.c (ada_language_defn): set la_print_typdef field
5232 to ada_print_typedef.
5233
5234 2010-04-20 Joel Brobecker <brobecker@adacore.com>
5235
5236 * procfs.c (procfs_address_to_host_pointer): Only define when used.
5237
5238 2010-04-20 Joel Brobecker <brobecker@adacore.com>
5239
5240 * procfs.c (iterate_over_mappings_cb_ftype): New typedef.
5241 (iterate_over_mappings): Adjust function profile. Add declaration.
5242 (insert_dbx_link_bpt_in_region, info_mappings_callback):
5243 Adjust accordingly.
5244
5245 2010-04-20 Joel Brobecker <brobecker@adacore.com>
5246
5247 * procfs.c (solib_mappings_callback): Move function up to avoid
5248 a compiler warning.
5249
5250 2010-04-20 Joel Brobecker <brobecker@adacore.com>
5251
5252 * procfs.c (find_signalled_thread, find_stop_signal): Move
5253 these functions down to define them only when used.
5254
5255 2010-04-20 Joel Brobecker <brobecker@adacore.com>
5256
5257 * valprint.c (common_val_print): Fix the value before extracting
5258 its contents.
5259 * ada-lang.c (ada_to_fixed_value): Make this function extern.
5260 * ada-lang.h (ada_to_fixed_value): New function declaration.
5261 * ada-valprint.c (ada_value_print): Use ada_to_fixed_value
5262 to avoid code duplication and fix a bug in the handling of
5263 fixed types contents.
5264
5265 2010-04-20 Tom Tromey <tromey@redhat.com>
5266
5267 * dwarf2read.c (dwarf2_compute_name): Handle DW_AT_linkage_name.
5268 (read_partial_die): Likewise.
5269 (dwarf_attr_name): Likewise.
5270
5271 2010-04-20 Chris Moller <cmoller@redhat.com>
5272
5273 PR 10867
5274
5275 * cp-valprint.c (global): Adding new static array recursion
5276 detection obstack.
5277 (cp_print_value_fields, cp_print_static_field): Added new static
5278 array recursion detection code.
5279
5280 2010-04-20 Mark Kettenis <kettenis@gnu.org>
5281
5282 * i386-linux-tdep.c (i386_linux_regset_sections): Size of the
5283 general-purpose register set should be 68 instead of 144.
5284 (i386_linux_sse_regset_sections): Likewise.
5285 (i386_linux_avx_regset_sections): Likewise.
5286
5287 2010-04-20 Stan Shebs <stan@codesourcery.com>
5288 Nathan Sidwell <nathan@codesourcery.com>
5289
5290 * dwarf2loc.c (struct axs_var_loc): New struct.
5291 (dwarf2_tracepoint_var_loc): New function.
5292 (dwarf2_tracepoint_var_access): New function.
5293 (dwarf2_tracepoint_var_ref): Use dwarf2_tracepoint_var_loc, deal
5294 with DW_OP_piece.
5295 (locexpr_describe_location_piece): New function.
5296 (locexpr_describe_location_1): New function.
5297 (locexpr_describe_location): Call it, update signature.
5298 (loclist_describe_location): Rewrite to loop over locations,
5299 update signature.
5300 * symtab.h (struct symbol_computed_ops): Add address to
5301 describe_location arguments, return void.
5302 * printcmd.c (address_info): Get context PC, pass to computed
5303 location description.
5304 * tracepoint.c (scope_info): Ditto.
5305 * ax-gdb.c (trace_kludge): Export.
5306
5307 2010-04-20 Tom Tromey <tromey@redhat.com>
5308
5309 * dwarf2-frame.c (decode_frame_entry_1): Handle CIE version 4.
5310 (struct dwarf2_cie) <segment_size>: New field.
5311 * dwarf2read.c (partial_read_comp_unit_head): Accept DWARF 4.
5312 (skip_one_die): Handle DW_FORM_flag_present, DW_FORM_sec_offset,
5313 DW_FORM_exprloc.
5314 (read_attribute_value): Handle DW_FORM_flag_present,
5315 DW_FORM_sec_offset, DW_FORM_exprloc.
5316 (dump_die_shallow): Likewise.
5317 (attr_form_is_section_offset): Handle DW_FORM_sec_offset.
5318 (dwarf2_const_value): Handle DW_FORM_exprloc.
5319 (attr_form_is_block): Likewise.
5320 (struct line_header) <maximum_ops_per_instruction>: New field.
5321 (dwarf_decode_line_header): Set new field.
5322 (dwarf_decode_lines): Handle new field.
5323
5324 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5325
5326 * f-exp.y: Add new production to recognize the `logical*8' type.
5327 (LOGICAL_S8_KEYWORD): New token.
5328 * f-lang.c (enum f_primitive_types)
5329 <f_primitive_type_logical_s8>: New field.
5330 (f_language_arch_info): Handling `logical*8' type.
5331 (build_fortran_types): Building `logical*8' type.
5332 * f-lang.h (struct builtin_f_type) <builtin_logical_s8>: New field.
5333
5334 2010-04-19 Doug Evans <dje@google.com>
5335
5336 * ser-base.c (generic_readchar): Watch for EOF in read of error_fd.
5337 * ser-pipe.c (pipe_open): Fix file descriptor leaks.
5338 (pipe_close): Ditto.
5339
5340 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
5341
5342 * configure.tgt (x86_64-*-mingw*): Set BUILD_GDBSERVER to yes.
5343
5344 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
5345
5346 * windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
5347 type to void function.
5348
5349 2010-04-19 Stan Shebs <stan@codesourcery.com>
5350 Vladimir Prus <vladimir@codesourcery.com>
5351
5352 * tracepoint.c (tfind_1): Add missing newline, report exit from
5353 tfind mode as such.
5354 * target.c (update_current_target): Make default
5355 to_trace_find return -1.
5356
5357 2010-04-19 Mike Frysinger <vapier@gentoo.org>
5358
5359 * objc-lang.c (find_methods): Move symname check up.
5360
5361 2010-04-19 Pedro Alves <pedro@codesourcery.com>
5362
5363 * ada-lang.c (print_recreate_exception)
5364 <ex_catch_exception_unhandled>: It's "catch exception unhandled",
5365 not "catch unhandled".
5366
5367 2010-04-19 Pedro Alves <pedro@codesourcery.com>
5368
5369 PR breakpoints/8554.
5370
5371 Implement `save-breakpoints'.
5372
5373 * breakpoint.c (save_cmdlist): New.
5374 (breakpoint_set_cmdlist, breakpoint_show_cmdlist): Moved up close
5375 to save_cmdlist.
5376 (print_recreate_catch_fork): New.
5377 (catch_fork_breakpoint_ops): Install it.
5378 (print_recreate_catch_vfork): New.
5379 (catch_vfork_breakpoint_ops): Install it.
5380 (print_recreate_catch_syscall): New.
5381 (catch_syscall_breakpoint_ops): Install it.
5382 (print_recreate_catch_exec): New.
5383 (catch_exec_breakpoint_ops): Install it.
5384 (print_recreate_exception_catchpoint): New.
5385 (gnu_v3_exception_catchpoint_ops): Install it.
5386 (save_breakpoints): New, based on tracepoint_save_command, but
5387 handle all breakpoint types.
5388 (save_breakpoints_command): New.
5389 (tracepoint_save_command): Rename to...
5390 (save_tracepoints_command): ... this, and reimplement using
5391 save_breakpoints.
5392 (save_command): New.
5393 (_initialize_breakpoints): Install the "save" command prefix.
5394 Install the "save breakpoints" command. Make "save-tracepoints" a
5395 deprecated alias for "save tracepoints".
5396 * breakpoint.h (struct breakpoint_ops): New field `print_recreate'.
5397 * ada-lang.c (print_recreate_exception): New.
5398 (print_recreate_catch_exception): New.
5399 (catch_exception_breakpoint_ops): Install it.
5400 (print_recreate_catch_exception_unhandled): New.
5401 (catch_exception_unhandled_breakpoint_ops): Install it.
5402 (print_recreate_catch_assert): New.
5403 (catch_assert_breakpoint_ops): Install it.
5404
5405 * NEWS: Mention the new `save breakpoints' command. Mention the
5406 new `save tracepoints' alias and that `save-tracepoints' is now
5407 deprecated.
5408
5409 2010-04-18 Pedro Alves <pedro@codesourcery.com>
5410
5411 PR tui/9217
5412
5413 * tui/tui-out.c: Include cli-out.h.
5414 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
5415 (tui_begin, tui_end, tui_field_int, tui_field_skip)
5416 (tui_field_string, tui_field_fmt, tui_spaces, tui_text)
5417 (tui_message, tui_wrap_hint, tui_flush): Delete forward
5418 declarations.
5419 (struct ui_out_data): Rename to...
5420 (struct tui_ui_out_data): ... this. Remove `stream' and
5421 `suppress_output' fields, and inherit cli_ui_out_data.
5422 (tui_out_data): New typedef.
5423 (tui_ui_out_impl): Don't initialize fields staticaly.
5424 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
5425 (tui_begin, tui_end): Delete.
5426 (tui_field_int): Adjust to delegate most work to the base type.
5427 (tui_field_skip): Delete.
5428 (tui_field_string, tui_field_fmt): Adjust comment. Adjust to
5429 delegate most work to the base type.
5430 (tui_spaces): Delete.
5431 (tui_text): Adjust to delegate most work to the base type.
5432 (tui_message): Delete.
5433 (tui_wrap_hint): Delete.
5434 (tui_flush): Delete.
5435 (out_field_fmt): Delete.
5436 (field_separator): Delete.
5437 (tui_out_new): Adjust to initialize the base type.
5438 (_initialize_tui_out): Initialize tui_ui_out_impl.
5439 * cli-out.c (struct ui_out_data): Moved out to cli-out.h, renamed
5440 cli_ui_out_data.
5441 (cli_out_data): Adjust.
5442 (cli_ui_out_impl): Make extern.
5443 (cli_table_header, cli_field_int, cli_field_skip): Use
5444 uo_field_string instead of cli_field_string.
5445 (cli_redirect): Adjust to use cli_out_data.
5446 (cli_out_data_ctor): New.
5447 (cli_out_new): Use it.
5448 * cli-out.h (struct ui_file): Remove forward declaration.
5449 (struct cli_ui_out_data): New, moved from cli-out.c, and renamed.
5450 (cli_ui_out_impl): Declare.
5451 (cli_out_data_ctor): Declare.
5452 * ui-out.c (struct ui_out) <data>: Change type to void pointer.
5453 (uo_field_string): No longer static.
5454 (ui_out_data): Change return type to void pointer.
5455 (ui_out_new): Change `data' parameter type to void pointer.
5456 * ui-out.h (struct ui_out_data): Don't forward declare.
5457 (ui_out_data): Change return type to void pointer.
5458 (ui_out_new): Change `data' parameter type to void pointer.
5459 (uo_field_string): Declare.
5460
5461 2010-04-17 Pedro Alves <pedro@codesourcery.com>
5462
5463 * ui-file.c (tee_file_isatty): Return whether `tee->one' is a tty,
5464 instead of always false.
5465
5466 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
5467
5468 PR corefiles/11511
5469 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Support
5470 orig_rax.
5471
5472 2010-04-17 Pedro Alves <pedro@codesourcery.com>
5473
5474 * breakpoint.c (watchpoints_triggered): Use
5475 is_hardware_watchpoint.
5476 (watchpoints_triggered): Ditto.
5477 (bpstat_check_location): Use is_watchpoint and
5478 is_hardware_watchpoint.
5479 (bpstat_check_watchpoint): Use is_watchpoint and
5480 is_hardware_watchpoint.
5481 (bpstat_stop_status): Fix comment.
5482 (user_settable_breakpoint): Use is_watchpoint.
5483 (hw_watchpoint_used_count): Use is_hardware_watchpoint.
5484 (disable_watchpoints_before_interactive_call_start): Use
5485 is_watchpoint.
5486 (enable_watchpoints_after_interactive_call_stop): Use
5487 is_watchpoint.
5488 (clear_command): Use is_watchpoint.
5489 (do_enable_breakpoint): Use is_watchpoint.
5490
5491 2010-04-16 Mike Frysinger <vapier@gentoo.org>
5492
5493 * solib-frv.c (enable_break1_done): Delete.
5494 (enable_break2): Do not check enable_break1_done. Move the
5495 enable_break2_done setting and call to
5496 remove_solib_event_breakpoints() to the end. Return without
5497 warning when the contents of _dl_debug_addr are 0.
5498 (enable_break): Do not set enable_break1_done.
5499 (frv_clear_solib): Likewise.
5500
5501 2010-04-16 Kevin Buettner <kevinb@redhat.com>
5502
5503 * m32c-tdep.c (m32c_m16c_address_to_pointer): Print warning
5504 instead of an error if no PLT entry is found. Return a
5505 potentially useful result.
5506 (m32c_m16c_pointer_to_address): Add code to search for function
5507 address when no .plt entry is found.
5508
5509 2010-04-16 Stan Shebs <stan@codesourcery.com>
5510
5511 * tracepoint.c (trace_variable_command): Run a cleanup.
5512
5513 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5514
5515 * p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.
5516
5517 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5518
5519 Support for Windows OS Thread Information Block.
5520 * NEWS: Document new feature.
5521 * remote.c (PACKET_qGetTIBAddr): New enum element.
5522 (remote_get_tib_address): New function.
5523 (init_remote_ops): Set to_get_tib_address field
5524 to remote_get_tib_address.
5525 (_initialize_remote): Add add_packet_config_cmd
5526 for PACKET_qGetTIBAddr.
5527 * target.c (update_current_target): Set default value for
5528 new to_get_tib_address field.
5529 * target.h (target_ops): New field to_get_tib_address.
5530 (target_get_tib_address): New macro.
5531 * windows-nat.c (thread_info): Add thread_local_base field.
5532 (windows_add_thread): Add tlb argument of type 'void *'.
5533 (fake_create_process): Adapt windows_add_thread call.
5534 (get_windows_debug_event): Idem.
5535 (windows_get_tib_address): New function.
5536 (init_windows_ops): Set to_get_tib_address field
5537 to remote_get_tib_address.
5538 (_initialize_windows_nat): Replace info_w32_cmdlist
5539 initialization by a call to init_w32_command_list.
5540 (info_w32_command, info_w32_cmdlist): Removed from here...
5541 to windows-tdep.c file.
5542 * windows-tdep.h (info_w32_cmdlist): Declare.
5543 (init_w32_command_list): New external function
5544 declaration.
5545 * windows-tdep.c: Add several headers.
5546 (info_w32_cmdlist): to here, made global.
5547 (thread_information_32): New struct.
5548 (thread_information_64): New struct.
5549 (TIB_NAME): New char array.
5550 (MAX_TIB32, MAX_TIB64, FULL_TIB_SIZE): New constants.
5551 (maint_display_all_tib): New static variable.
5552 (windows_get_tlb_type): New function.
5553 (tlb_value_read, tlb_value_write): New functions.
5554 (tlb_value_funcs): New static struct.
5555 (tlb_make_value): New function.
5556 (display_one_tib): New function.
5557 (display_tib): New function.
5558 (show_maint_show_all_tib):New function.
5559 (info_w32_command): Moved from windows-nat.c.
5560 (init_w32_command_list): New function.
5561 (_initialize_windows_tdep): New function.
5562 New "maint set/show show-all-tib" command
5563 New "$_tlb" internal variable.
5564
5565 2010-04-16 Joel Brobecker <brobecker@adacore.com>
5566
5567 * tui/tui-regs.c (tui_display_register): Add comment about
5568 a couple of casts.
5569 * tui/tui-stack.c (tui_show_locator_content): Ditto.
5570
5571 2010-04-15 Stan Shebs <stan@codesourcery.com>
5572
5573 * frame.c: Include tracepoint.h.
5574 (get_current_frame): Allow a trace frame to be an alternate source
5575 of stack frame data.
5576 * tracepoint.c (tfind_1): Don't try to get current stack frame if
5577 it won't succeed.
5578
5579 2010-04-15 Pedro Alves <pedro@codesourcery.com>
5580
5581 * ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
5582 flags.
5583 * solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
5584
5585 2010-04-15 Doug Evans <dje@google.com>
5586
5587 * NEWS: Add entry for python program space support.
5588 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-progspace.o.
5589 (SUBDIR_PYTHON_SRCS): Add py-progspace.c.
5590 (py-progspace.o): New rule.
5591 * python/py-prettyprint.c (find_pretty_printer_from_objfiles): New
5592 function.
5593 (find_pretty_printer_from_progspace): New function.
5594 (find_pretty_printer_from_gdb): New function.
5595 (find_pretty_printer): Rewrite.
5596 * python/py-progspace.c: New file.
5597 * python/python-internal.h (program_space): Add forward decl.
5598 (pspace_to_pspace_object, pspy_get_printers): Declare.
5599 (gdbpy_initialize_pspace): Declare.
5600 * python/python.c: #include "progspace.h".
5601 (gdbpy_get_current_progspace, gdbpy_progspaces): New functions.
5602 (_initialize_python): Call gdbpy_initialize_pspace.
5603 (GdbMethods): Add current_progspace, progspaces.
5604
5605 Add -s option to source command.
5606 * NEWS: Document new option.
5607 * cli/cli-cmds.c (find_and_open_script): Add function comment.
5608 Delete from_tty and cleanupp args. Split filep arg into file and
5609 full_pathp. New arg search_path.
5610 (source_script_from_stream): New function.
5611 (source_script_with_search): New function.
5612 (source_script): Rewrite.
5613 (source_command): Parse "-s" option.
5614 (init_cli_cmds): Add "-s" docs to source command help, and reformat.
5615 * python/python.c (source_python_script): Make file arg a const char *.
5616 Don't call fclose, leave for caller.
5617 * python/python.h (source_python_script): Update.
5618
5619 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
5620 Pedro Alves <pedro@codesourcery.com>
5621
5622 Avoid rereading shared libraries that haven't changed.
5623
5624 * solib.c (free_so_symbols): New function, from ...
5625 (free_so): ... here. Call it.
5626 (solib_read_symbols): Don't warn here if symbols have already been
5627 loaded.
5628 (solib_add): Warn here instead, if a pattern was specified.
5629 (reload_shared_libraries_1): New.
5630 (reload_shared_libraries): Rewrite to not fetch the library list.
5631
5632 2010-04-14 Doug Evans <dje@google.com>
5633
5634 * source.c (openp): Strip DOS drive letter if present before
5635 concatenating string to search path.
5636
5637 2010-04-14 Pedro Alves <pedro@codesourcery.com>
5638
5639 * objfiles.h (gdb_bfd_close_or_warn): Declare.
5640 * objfiles.c (gdb_bfd_close_or_warn): New.
5641 * corelow.c: Include objfiles.h
5642 (core_close): Use gdb_bfd_close_or_warn.
5643 * elfread.c (build_id_verify): Ditto.
5644 * exec.c (exec_close, exec_close_1): Ditto.
5645
5646 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
5647 Pedro Alves <pedro@codesourcery.com>
5648
5649 Group errors for many missing shared libraries.
5650
5651 * solist.h (struct so_list): Remove from_tty.
5652 * solib.c (solib_bfd_open): Return NULL if we failed to open a BFD.
5653 (solib_map_sections): Take so_list argument. Return 0 if we
5654 failed to open a BFD. Add target sections here.
5655 (symbol_add_stub): Delete.
5656 (solib_read_symbols): Inline symbol_add_stub. Use current flags,
5657 not from_tty copied from the so_list. Don't warn a second time
5658 for a missing library.
5659 (update_solib_list): Don't save from_tty. Use TRY_CATCH. Do not
5660 add to the section table here. Print out a single warning for all
5661 missing libraries.
5662 * bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
5663 flags.
5664
5665 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5666
5667 * python/py-block.c (gdbpy_block_for_pc): Use i8n to encompass
5668 error/warning messages. Capitalize and use complete sentences.
5669 (blpy_block_syms_iternext): Likewise.
5670 * python/py-cmd.c (parse_command_name, cmdpy_init): Likewise.
5671 * python/py-frame.c (FRAPY_REQUIRE_VALID, frapy_block)
5672 (frame_info_to_frame_object, frapy_read_var)
5673 (gdbpy_frame_stop_reason_string): Likewise.
5674 * python/py-lazy-string.c (stpy_convert_to_value)
5675 (gdbpy_create_lazy_string_object): Likewise.
5676 * python/py-objfile.c (objfpy_set_printers): Likewise.
5677 * python/py-prettyprint.c (gdbpy_default_visualizer): Likewise.
5678 * python/python.c (parameter_to_python): Likewise.
5679 * python/py-type.c (typy_range, typy_target): Likewise.
5680 * python/py-value.c (valpy_cast, valpy_length, valpy_getitem)
5681 (valpy_richcompare, valpy_int, valpy_long, valpy_float): Likewise.
5682
5683
5684 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5685
5686 PR python/11381
5687
5688 * python/py-prettyprint.c (pretty_print_one_value): Test for
5689 Py_None.
5690 (print_string_repr): Test for Py_None. Set flags accordingly.
5691 Return value depending on return type.
5692 (print_children): Take a value indicating whether data was printed
5693 before this function was called. Alter output accordingly.
5694 (apply_val_pretty_printer): Capture return value from
5695 print_string_repr and pass to print_children.
5696
5697 2010-04-13 Mark Kettenis <kettenis@gnu.org>
5698
5699 PR corefiles/11481
5700 * i386-linux-tdep.c (i386_linux_regset_sections): Remove extended
5701 register note sections.
5702 (i386_linux_sse_regset_sections, i386_linux_avx_regset_sections):
5703 New variables.
5704 (i386_linux_init_abi): Install list of supported register note
5705 sections that matches the target description.
5706
5707 2010-04-13 Pedro Alves <pedro@codesourcery.com>
5708
5709 * remote.c (remote_get_noisy_reply): Don't error out on empty
5710 replies.
5711 (remote_start_remote): Update and merge tracepoints and trace
5712 state variables as long as the target supports tracepoints.
5713 (remote_trace_init): Fix prototype.
5714 (remote_download_trace_state_variable): Validate reply.
5715 (remote_trace_set_readonly_regions): Fix prototype.
5716 (remote_trace_start): Fix prototype. Check for empty reply.
5717 (remote_get_trace_status): Small cleanup.
5718 (remote_trace_stop): Fix prototype. Check for empty reply.
5719 (remote_trace_find): Check for empty reply.
5720 (remote_save_trace_data): Validate reply.
5721 (remote_set_disconnected_tracing): Check for empty reply, and
5722 validate reply.
5723 (remote_set_circular_trace_buffer): Ditto.
5724
5725 2010-04-13 Pierre Muller <muller@ics.u-strasbg.fr>
5726
5727 Suppress unused value warning during compilation.
5728 * tui/tui-regs.c (tui_display_register): Cast wstandout and wstandend
5729 calls to void.
5730 * tui/tui-stack.c (tui_show_locator_content): Likewise.
5731
5732 2010-04-12 Stan Shebs <stan@codesourcery.com>
5733
5734 * tracepoint.c (tfile_xfer_partial): Check read result.
5735
5736 2010-04-12 Mike Frysinger <vapier@gentoo.org>
5737
5738 * remote-m32r-sdi.c (m32r_files_info): Add const to local "file" var.
5739 * remote-sim.c (gdbsim_files_info): Likewise.
5740
5741 2010-04-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5742
5743 * arm-tdep.h (gdb_regnum): Add ARM_FPSCR_REGNUM
5744 * arm-linux-nat.c (arm_linux_vfp_register_count): New
5745 variable.
5746 (fetch_vfp_registers): New function to fetch VFP registers.
5747 (store_vfp_registers): New function to store VFP registers.
5748 (arm_linux_fetch_inferior_registers): Add support for VFP
5749 registers.
5750 (arm_linux_store_inferior_registers): Likewise.
5751 (arm_linux_read_description): Likewise.
5752 (_initialize_arm_linux_nat): Delay initialising iWMMX tdesc
5753 until we need it.
5754
5755 2010-04-11 H.J. Lu <hongjiu.lu@intel.com>
5756
5757 * amd64-tdep.c (amd64_supply_xstateregset): Remove the unused
5758 tdep.
5759 (amd64_collect_xstateregset): Likewise.
5760
5761 2010-04-09 Stan Shebs <stan@codesourcery.com>
5762
5763 * tracepoint.c (trace_status_mi): Report frames created.
5764
5765 * tracepoint.c (trace_dump_command): Include default-collect
5766 expressions.
5767
5768 2010-04-09 Ulrich Weigand <uweigand@de.ibm.com>
5769
5770 * symtab.c (find_function_start_sal): Never return SAL pointing
5771 before function start address, even if line info is missing.
5772
5773 2010-04-09 Pedro Alves <pedro@codesourcery.com>
5774
5775 * NEWS: Mention tracepoints support.
5776
5777 2010-04-09 Pedro Alves <pedro@codesourcery.com>
5778
5779 * tracepoint.c (trace_status_mi): Report disconnected tracing and
5780 circular trace buffer statuses.
5781
5782 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5783
5784 * config/djgpp/fnchange.lst: Fix typo in translations for
5785 symbol-without-target_section.exp and symbol-without-target_section.c.
5786
5787 2010-04-09 Pedro Alves <pedro@codesourcery.com>
5788
5789 * breakpoint.c (condition_command): Pass condition expression to
5790 set_breakpoint_condition stripped from breakpoint number.
5791
5792 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5793 Thiago Jung Bauermann <bauerman@br.ibm.com>
5794 Tom Tromey <tromey@redhat.com>
5795
5796 * breakpoint.c (condition_command): Simplify. Move condition
5797 setting code to ...
5798 (set_breakpoint_condition): ... here. New function.
5799 * breakpoint.h (set_breakpoint_condition): Declare.
5800 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
5801 (SUBDIR_PYTHON_SRCS): Likewise.
5802 (py-breakpoint.o): New rule.
5803 * python/py-breakpoint.c: New file.
5804 * python/python-internal.h (gdbpy_breakpoints)
5805 (gdbpy_initialize_breakpoints): Declare.
5806 (GDB_PY_SET_HANDLE_EXCEPTION) Define.
5807
5808 2010-04-09 Pedro Alves <pedro@codesourcery.com>
5809
5810 * regformats/regdat.sh: Include server.h. Don't include
5811 regcache.h.
5812
5813 2010-04-08 Stan Shebs <stan@codesourcery.com>
5814 Pedro Alves <pedro@codesourcery.com>
5815
5816 * tracepoint.h (struct trace_status): New fields disconnected_tracing
5817 and circular_buffer.
5818 (disconnect_tracing): Rename from disconnect_or_stop_tracing.
5819 * tracepoint.c (trace_status_command): Display target's status for
5820 disconnected tracing and circular buffer.
5821 (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
5822 query for non-disconnected-tracing case, remove the stop_tracing
5823 call.
5824 (tfile_open): Clear disconnected and circular buffer status.
5825 (trace_save): Save disconnected and circular buffer status.
5826 (parse_trace_status): Parse disconnected and circular buffer status,
5827 also recognize disconnected as a stop reason.
5828 * remote.c (remote_set_disconnected_tracing): Only set
5829 QTDisconnected if the remote end supports disconnected tracing.
5830 Warn otherwise, if trying to enable disconnected tracing.
5831 * infcmd.c (detach_command): Update disconnect_tracing call.
5832 * cli/cli-cmds.c (quit_command): Ditto.
5833
5834 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5835
5836 * i387-tdep.c (i387_collect_xsave): Replace abort with
5837 internal_error.
5838
5839 2010-04-08 Stan Shebs <stan@codesourcery.com>
5840
5841 * breakpoint.c (default_collect_info): New function.
5842 (breakpoints_info): Call it.
5843 (maintenance_info_breakpoints): Ditto.
5844 (tracepoints_info): Ditto.
5845
5846 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5847
5848 * i387-tdep.c (i387_collect_xsave): Re-indent.
5849
5850 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5851
5852 * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
5853 if HAVE_PTRACE_GETFPXREGS is defined.
5854 (i386_linux_read_description): Set have_ptrace_getfpxregs and
5855 have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
5856
5857 * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
5858 (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
5859 if .reg-xfp section doesn't exist.
5860 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
5861
5862 * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
5863
5864 * i386-tdep.c: Include "features/i386/i386-mmx.c".
5865 (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
5866 (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional. Set
5867 xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
5868 (i386_gdbarch_init): Update comments.
5869 (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
5870
5871 * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
5872
5873 * config/djgpp/fnchange.lst: Add i386 MMX XML files.
5874
5875 * features/Makefile (i386/i386-mmx-expedite): New.
5876 (i386/i386-mmx-linux-expedite): Likewise.
5877 ($(outdir)/i386/i386-mmx.dat): Likewise.
5878 ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
5879
5880 * features/i386/i386-mmx-linux.c: New.
5881 * features/i386/i386-mmx-linux.xml: Likewise.
5882 * features/i386/i386-mmx.c: Likewise.
5883 * features/i386/i386-mmx.xml: Likewise.
5884 * regformats/i386/i386-mmx-linux.dat: Likewise.
5885 * regformats/i386/i386-mmx.dat: Likewise.
5886
5887 * features/Makefile (WHICH): Add i386/i386-mmx and
5888 i386/i386-mmx-linux.
5889
5890 2010-04-08 Doug Evans <dje@google.com>
5891
5892 * source.c (openp): Skip $cdir in PATH.
5893
5894 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
5895
5896 PR python/11417
5897 * python/py-lazy-string.c (stpy_convert_to_value): Check for
5898 a NULL address.
5899 (gdbpy_create_lazy_string_object): Allow strings with a NULL
5900 address and a zero length.
5901
5902 2010-04-08 Hui Zhu <teawater@gmail.com>
5903
5904 * i386-tdep.c (i386_process_record): Add support for insn
5905 rdtsc.
5906
5907 2010-04-07 Doug Evans <dje@google.com>
5908
5909 * python/python.c (source_python_script): Use ensure_python_env
5910 to prepare environment for script.
5911
5912 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
5913
5914 * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
5915 <sys/uio.h> and "i386-xstate.h".
5916 (PTRACE_GETREGSET): New.
5917 (PTRACE_SETREGSET): Likewise.
5918 (have_ptrace_getregset): Likewise.
5919 (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
5920 registers.
5921 (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
5922 registers.
5923 (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
5924 (amd64_linux_store_inferior_registers): Likewise.
5925 (amd64_linux_read_description): Check and enable AVX target
5926 descriptions.
5927
5928 * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
5929 and "features/i386/amd64-avx-linux.c".
5930 (amd64_linux_regset_sections): New.
5931 (amd64_linux_core_read_description): Check and enable AVX
5932 target description.
5933 (amd64_linux_init_abi): Set xsave_xcr0_offset. Call
5934 set_gdbarch_core_regset_sections.
5935 (_initialize_amd64_linux_tdep): Call
5936 initialize_tdesc_amd64_avx_linux.
5937
5938 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
5939 AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
5940 (tdesc_amd64_avx_linux): New.
5941 (amd64_linux_update_xstateregset): Likewise.
5942
5943 * amd64-tdep.c: Include "features/i386/amd64-avx.c".
5944 (amd64_ymm_names): New.
5945 (amd64_ymmh_names): Likewise.
5946 (amd64_register_name): Likewise.
5947 (amd64_supply_xstateregset): Likewise.
5948 (amd64_collect_xstateregset): Likewise.
5949 (amd64_supply_xsave): Likewise.
5950 (amd64_collect_xsave): Likewise.
5951 (AMD64_NUM_REGS): Removed.
5952 (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
5953 %xmmN if AVX is available.
5954 (amd64_pseudo_register_name): Support pseudo YMM registers.
5955 (amd64_regset_from_core_section): Support .reg-xstate section.
5956 (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
5957 and ymm0h_regnum. Call set_gdbarch_register_name.
5958 (amd64_init_abi): Call initialize_tdesc_amd64_avx.
5959
5960 * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
5961 AMD64_YMM15H_REGNUM.
5962 (AMD64_NUM_REGS): New.
5963 (amd64_supply_xsave): Likewise.
5964 (amd64_collect_xsave): Likewise.
5965 (amd64_register_name): Removed.
5966 (amd64_register_type): Likewise.
5967
5968 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
5969
5970 * i387-tdep.c: Include "i386-xstate.h".
5971 (XSAVE_XSTATE_BV_ADDR): New.
5972 (xsave_avxh_offset): Likewise.
5973 (XSAVE_AVXH_ADDR): Likewise.
5974 (i387_supply_xsave): Likewise.
5975 (i387_collect_xsave): Likewise.
5976
5977 * i387-tdep.h (I387_NUM_YMM_REGS): New.
5978 (I387_YMM0H_REGNUM): Likewise.
5979 (I387_YMMENDH_REGNUM): Likewise.
5980 (i387_supply_xsave): Likewise.
5981 (i387_collect_xsave): Likewise.
5982
5983 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
5984
5985 * i386-linux-nat.c: Include "regset.h", "elf/common.h",
5986 <sys/uio.h> and "i386-xstate.h".
5987 (PTRACE_GETREGSET): New.
5988 (PTRACE_SETREGSET): Likewise.
5989 (fetch_xstateregs): Likewise.
5990 (store_xstateregs): Likewise.
5991 (GETXSTATEREGS_SUPPLIES): Likewise.
5992 (regmap): Include 8 upper YMM registers.
5993 (i386_linux_fetch_inferior_registers): Support XSAVE extended
5994 state.
5995 (i386_linux_store_inferior_registers): Likewise.
5996 (i386_linux_read_description): Check and enable AVX target
5997 descriptions.
5998
5999 * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
6000 "i386-xstate.h" and "features/i386/i386-avx-linux.c".
6001 (i386_linux_regset_sections): Add ".reg-xstate".
6002 (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
6003 (i386_linux_core_read_xcr0): New.
6004 (i386_linux_core_read_description): Check and enable AVX target
6005 description.
6006 (i386_linux_init_abi): Set xsave_xcr0_offset.
6007 (_initialize_i386_linux_tdep): Call
6008 initialize_tdesc_i386_avx_linux.
6009
6010 * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
6011 I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
6012 (i386_linux_core_read_xcr0): New.
6013 (tdesc_i386_avx_linux): Likewise.
6014 (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
6015
6016 * i386-tdep.c: Include "i386-xstate.h" and
6017 "features/i386/i386-avx.c".
6018 (i386_ymm_names): New.
6019 (i386_ymmh_names): Likewise.
6020 (i386_ymmh_regnum_p): Likewise.
6021 (i386_ymm_regnum_p): Likewise.
6022 (i386_xmm_regnum_p): Likewise.
6023 (i386_register_name): Likewise.
6024 (i386_ymm_type): Likewise.
6025 (i386_supply_xstateregset): Likewise.
6026 (i386_collect_xstateregset): Likewise.
6027 (i386_sse_regnum_p): Removed.
6028 (i386_pseudo_register_name): Support pseudo YMM registers.
6029 (i386_pseudo_register_type): Likewise.
6030 (i386_pseudo_register_read): Likewise.
6031 (i386_pseudo_register_write): Likewise.
6032 (i386_dbx_reg_to_regnum): Return %ymmN register number for
6033 %xmmN if AVX is available.
6034 (i386_regset_from_core_section): Support .reg-xstate section.
6035 (i386_register_reggroup_p): Supper upper YMM and YMM registers.
6036 (i386_process_record): Replace i386_sse_regnum_p with
6037 i386_xmm_regnum_p.
6038 (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
6039 Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
6040 (i386_gdbarch_init): Set xstateregset. Set xsave_xcr0_offset.
6041 Call set_gdbarch_register_name. Replace I386_SSE_NUM_REGS with
6042 I386_AVX_NUM_REGS. Set ymmh_register_names, ymm0h_regnum and
6043 num_ymm_regs. Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
6044 Set ymm0_regnum.
6045 (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
6046
6047 * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
6048 xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
6049 i386_ymm_type.
6050 (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
6051 (I386_AVX_NUM_REGS): New.
6052 (i386_xmm_regnum_p): Likewise.
6053 (i386_ymm_regnum_p): Likewise.
6054 (i386_ymmh_regnum_p): Likewise.
6055
6056 * common/i386-xstate.h: New.
6057
6058 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
6059
6060 * config/djgpp/fnchange.lst: Add x86 AVX XML files.
6061
6062 * features/Makefile (WHICH): Add i386/i386-avx,
6063 i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
6064 (i386/i386-avx-expedite): New.
6065 (i386/i386-avx-linux-expedite): Likewise.
6066 (i386/x86-64-avx-expedite):Likewise.
6067 (i386/x86-64-avx-linux-expedite): Likewise.
6068 ($(outdir)/i386/i386-avx.dat): New dependency.
6069 ($(outdir)/i386/i386-avx-linux.dat): Likewise.
6070 ($(outdir)/i386/x86-avx-64.dat): Likewise.
6071 ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
6072
6073 * features/i386/32bit-avx.xml: New.
6074 * features/i386/64bit-avx.xml: Likewise.
6075 * features/i386/i386-avx-linux.c: Likewise.
6076 * features/i386/i386-avx-linux.xml: Likewise.
6077 * features/i386/i386-avx.c: Likewise.
6078 * features/i386/i386-avx.xml: Likewise.
6079 * features/i386/x86-64-avx-linux.c: Likewise.
6080 * features/i386/x86-64-avx-linux.xml: Likewise.
6081 * features/i386/x86-64-avx.c: Likewise.
6082 * features/i386/x86-64-avx.xml: Likewise.
6083 * regformats/i386/i386-avx-linux.dat: Likewise.
6084 * regformats/i386/i386-avx.dat: Likewise.
6085 * regformats/i386/x86-64-avx-linux.dat: Likewise.
6086 * regformats/i386/x86-64-avx.dat: Likewise.
6087
6088 2010-04-07 Doug Evans <dje@google.com>
6089
6090 * top.c (source_file_name): Make const char *.
6091 * top.h (source_file_name): Update.
6092 * cli/cli-script.c (source_cleanup_lines_args): Make old_file
6093 const char *.
6094 (script_from_file): Change `file' arg to const char *.
6095 * cli/cli-script.h (script_from_file): Update.
6096
6097 2010-04-06 Doug Evans <dje@google.com>
6098
6099 * cli/cli-cmds.c (source_command): Run cleanups.
6100
6101 2010-04-06 Stan Shebs <stan@codesourcery.com>
6102
6103 * defs.h (char_ptr): Move typedef here from...
6104 * ada-lang.c (char_ptr): Remove.
6105 * charset.c (char_ptr): Remove.
6106 * tracepoint.h (struct uploaded_string): Remove.
6107 (struct uploaded_tp): Use vectors for string arrays.
6108 * tracepoint.c (trace_save): Use vectors of actions.
6109 (parse_tracepoint_definition): Ditto.
6110 (get_uploaded_tp): Clear vectors.
6111 * breakpoint.c (create_tracepoint_from_upload): Use vectors.
6112 (next_cmd): Change to an int.
6113 (read_next_cmd): Use vector of command strings.
6114
6115 2010-04-06 Doug Evans <dje@google.com>
6116
6117 * top.h (source_script, cd_command): Delete.
6118 * main.c: #include "cli/cli-cmds.h"
6119
6120 2010-04-06 Kevin Buettner <kevinb@redhat.com>
6121
6122 * m32c-tdep.c (make_types): When calling `arch_type', pass size of
6123 type in bytes, not bits.
6124
6125 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
6126
6127 * stabsread.c (define_symbol): Add support for char
6128 and string constants.
6129
6130 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
6131
6132 Remove remaining "%ll" uses.
6133 * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
6134 hex_string call.
6135 * rs6000-nat.c (rs6000_ptrace64): Idem.
6136 * solib-pa64.c (pa64_current_sos): Idem.
6137 * solib-spu.c (spu_current_sos): Idem.
6138 * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
6139 plongest call.
6140 * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
6141 phex (VAR, 8) call.
6142 * sh64-tdep.c (sh64_show_media_regs): Idem.
6143
6144 2010-04-05 Stan Shebs <stan@codesourcery.com>
6145
6146 * tracepoint.c: Include gdbcore.h.
6147 (tfile_xfer_partial): Return partial results, also try reading
6148 from executable.
6149 (tfile_has_all_memory): New function.
6150 (init_tfile_ops): Use it.
6151
6152 2010-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6153
6154 PR gdb/10736:
6155 * xml-syscall.c (my_gdb_datadir): New variable to keep track of
6156 the changes in data-directory.
6157 (init_sysinfo): Reload the syscall XML file if the data-directory
6158 has changed.
6159
6160 2010-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6161
6162 Code cleanup.
6163 * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
6164
6165 2010-04-04 Stan Shebs <stan@codesourcery.com>
6166 Nathan Sidwell <nathan@codesourcery.com>
6167
6168 * breakpoint.c (breakpoint_1): Add filter argument, return number of
6169 breakpoints printed.
6170 (is_hardware_watchpoint): Make argument const.
6171 (is_watchpoint): Ditto.
6172 (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
6173 use it everywhere.
6174 (breakpoints_info): Pass NULL to breakpoint_1.
6175 (maintenance_info_breakpoints): Ditto.
6176 (watchpoints_info): New function.
6177 (tracepoints_info): Use breakpoint_1 filter.
6178 (set_ignore_count): Warn that tracepoint ignore count will be ignored.
6179 (_initialize_breakpoint): Make "info watchpoints" its own command.
6180 * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
6181 * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
6182
6183 2010-04-04 Stan Shebs <stan@codesourcery.com>
6184
6185 * tracepoint.c (tfile_fetch_registers): Add fallback case.
6186
6187 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6188
6189 * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
6190 * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
6191
6192 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6193
6194 * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
6195 * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
6196
6197 2010-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6198
6199 * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
6200 code form.
6201
6202 2010-04-02 Hui Zhu <teawater@gmail.com>
6203
6204 * i386-tdep.c (OT_DQUAD): New enum.
6205 (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
6206 SSE3, SSSE3 and SSE4.
6207
6208 2010-04-02 Hui Zhu <teawater@gmail.com>
6209
6210 * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
6211 "*addr = 0".
6212
6213 2010-04-02 Pedro Alves <pedro@codesourcery.com>
6214
6215 * tracepoint.c (trace_dump_actions): New, factored out from
6216 trace_dump_command, and adjusted to recurse into while-stepping's
6217 action list.
6218 (trace_dump_command): Use it.
6219
6220 2010-04-02 Pedro Alves <pedro@codesourcery.com>
6221
6222 * breakpoint.h (struct counted_command_line): Moved definition to
6223 breakpoint.c, and forward declare.
6224 (breakpoint_commands): Declare.
6225 * breakpoint.c (struct counted_command_line): Moved here.
6226 (breakpoint_commands): New.
6227 * tracepoint.c (encode_actions): Use breakpoint_commands.
6228 * remote.c (remote_download_tracepoint): Ditto.
6229
6230 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
6231
6232 * remote.c (remote_parse_stop_reply): Use hex_string instead
6233 of phex_nz for error.
6234
6235 2010-04-01 Stan Shebs <stan@codesourcery.com>
6236 Nathan Sidwell <nathan@codesourcery.com>
6237
6238 * tracepoint.h (enum actionline_type): Remove.
6239 (validate_actionline): Change return to void.
6240 * tracepoint.c (report_agent_reqs_errors): New function.
6241 (validate_actionline): Call it, change return to void, report errors
6242 more consistently.
6243 (collect_symbol): Call report_agent_reqs_errors.
6244 (encode_actions_1): Ditto.
6245 (encode_actions): Don't expect a result from validate_actionline.
6246
6247 2010-04-01 Stan Shebs <stan@codesourcery.com>
6248
6249 * tracepoint.c (trace_start_command): Confirm if trace is running.
6250 (trace_stop_command): Error if trace not running.
6251
6252 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
6253
6254 * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
6255 (AMD64_NUM_LOWER_BYTE_REGS): New.
6256 (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
6257 (amd64_pseudo_register_write): Likewise.
6258 (amd64_init_abi): Set num_byte_regs to 20.
6259
6260 2010-04-01 Pedro Alves <pedro@codesourcery.com>
6261
6262 * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
6263 (prev_breakpoint_count): New.
6264 (set_breakpoint_count): Adjust.
6265 (rbreak_start_breakpoint_count): New.
6266 (start_rbreak_breakpoints): Adjust.
6267 (end_rbreak_breakpoints): Adjust.
6268 (struct commands_info) <arg>: New field.
6269 (do_map_commands_command): Tweak output to include breakpoint spec
6270 range.
6271 (commands_command_1): Adjust. Avoid setting an xfree cleanup if
6272 ARG was empty on entry. Set INFO's arg.
6273 (create_breakpoint): Adjust.
6274
6275 * NEWS: Clarify `commands' changes.
6276
6277 2010-04-01 Pedro Alves <pedro@codesourcery.com>
6278
6279 * tracepoint.c: Include stack.h.
6280 (struct add_local_symbols_data): New.
6281 (do_collect_symbol): New.
6282 (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
6283 iterate_over_block_local_vars.
6284 * stack.c (print_block_frame_locals): Rewrite as ...
6285 (iterate_over_block_locals): ... this. Take a callback function
6286 pointer and generic data pointer, and call that instead of
6287 print_variable_and_value.
6288 (struct print_variable_and_value_data): New.
6289 (do_print_variable_and_value): New.
6290 (iterate_over_block_local_vars): New, abstracted out from
6291 print_frame_local_vars.
6292 (print_frame_local_vars): Rewrite using
6293 iterate_over_block_local_vars.
6294 (iterate_over_block_arg_vars): New, abstracted out from
6295 print_frame_arg_vars.
6296 (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
6297 * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
6298 (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
6299
6300 2010-03-31 Richard Earnshaw <rearnsha@arm.com>
6301
6302 * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
6303 instructions. Use the PC+4 if the base of the TBB or TBH is the
6304 PC register.
6305
6306 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
6307
6308 Fix crash on reading wrong function declaration DWARF.
6309 * dwarf2read.c (read_subroutine_type): New variable void_type.
6310 Pre-fill all TYPE_FIELD_TYPEs. Move nparams and iparams initialization
6311 more close to their use.
6312
6313 2010-03-31 Stan Shebs <stan@codesourcery.com>
6314
6315 * breakpoint.c (tracepoint_save_command): Include variables,
6316 conditionals, tracepoint types, and default-collect.
6317 * tracepoint.c (save_trace_state_variables): New function.
6318 * tracepoint.h (save_trace_state_variables): Declare it.
6319
6320 2010-03-31 Pierre Muller <muller@ics.u-strasbg.fr>
6321
6322 * remote.c (end_thread): ARI fix: Use xstrdup instead of strdup.
6323
6324 2010-03-30 Keith Seitz <keiths@redhat.com>
6325
6326 * c-typeprint.c (c_type_print_args): Don't print "void"
6327 for java, regardless of whether it is TYPE_PROTOTYPED.
6328 Use the passed-in language instead of current_language.
6329 (c_type_print_varspec_suffix): Use current_language instead
6330 of assuming language_c.
6331 * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
6332 any return type specifier from the physname.
6333
6334 2010-03-30 Pedro Alves <pedro@codesourcery.com>
6335
6336 * tui/tui-interp.c (tui_is_toplevel): New.
6337 (tui_init): Set it.
6338 (tui_allowed_p): New.
6339 * tui/tui.c (tui_enable): Check if the TUI is allowed before
6340 enabling it.
6341 * tui/tui.h (tui_allowed_p): Declare.
6342
6343 2010-03-30 Ozkan Sezer <sezeroz@gmail.com>
6344
6345 * serial.h: Include winsock2.h before windows.h.
6346
6347 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
6348
6349 * NEWS: Mention xmlRegisters= in qSupported packet.
6350
6351 * i386-tdep.c: Include "remote.h".
6352 (_initialize_i386_tdep): Call register_remote_support_xml.
6353
6354 * remote.c (remote_support_xml): New.
6355 (register_remote_support_xml): Likewise.
6356 (remote_query_supported_append): Likewise.
6357 (remote_query_supported): Support remote_support_xml.
6358
6359 * remote.h (register_remote_support_xml): New.
6360
6361 2010-03-29 Stan Shebs <stan@codesourcery.com>
6362
6363 * tracepoint.c (trace_find_line_command): Remove dead code.
6364
6365 * tracepoint.h (struct uploaded_string): New struct.
6366 (struct uploaded_tp): New fields for source strings.
6367 * breakpoint.c (this_utp, next_cmd): New globals.
6368 (read_uploaded_action): New function.
6369 (create_tracepoint_from_upload): Fill in more parts
6370 of a tracepoint.
6371 * tracepoint.c (encode_source_string): New function.
6372 (trace_save): Write out source strings, fix error checks.
6373 (parse_tracepoint_definition): Add source string parsing.
6374 * remote.c (PACKET_TracepointSource): New packet type.
6375 (remote_download_command_source): New function.
6376 (remote_download_tracepoint): Download source pieces also.
6377 (_initialize_remote): Add packet config command.
6378
6379 * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
6380 expression handler.
6381
6382 * tracepoint.c (start_tracing): Check tracepoints before sending
6383 commands to target, don't start if all tracepoints disabled.
6384
6385 2010-03-28 Pedro Alves <pedro@codesourcery.com>
6386
6387 * cli/cli-script.c (process_next_line): Handle 'stepping'.
6388
6389 2010-03-26 Stan Shebs <stan@codesourcery.com>
6390
6391 * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
6392
6393 2010-03-26 Tom Tromey <tromey@redhat.com>
6394
6395 * breakpoint.c (commands_command_1): Duplicate 'arg'.
6396
6397 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
6398
6399 * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
6400 (skip_prologue_sal): Remove local definition.
6401 (resolve_sal_pc): Remove now unnecessary code.
6402 * linespec.c (minsym_found): Call skip_prologue_sal.
6403 * symtab.c (find_function_start_pc): Remove.
6404 (find_function_start_sal): Extract prologue skipping into ...
6405 (skip_prologue_sal): ... this new function. Handle code both
6406 with and without debug info. Respect SAL's explicit_pc and
6407 explicit_line flags. Inline old find_function_start_pc.
6408 * symtab.h (find_function_start_pc): Remove.
6409 (skip_prologue_sal): Add prototype.
6410
6411 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
6412
6413 * dwarf2read.c (read_func_scope): Also scan specification DIEs
6414 for DW_TAG_imported_module children.
6415
6416 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
6417
6418 * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
6419 ignoring spurious DW_AT_name attributes for unnamed structs or unions.
6420 * completer.c (add_struct_fields): Fix inverted logic.
6421
6422 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
6423
6424 * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
6425
6426 2010-03-26 Pedro Alves <pedro@codesourcery.com>
6427
6428 * tracepoint.c (current_trace_status): Don't make sure error_desc
6429 is non-NULL here.
6430 (parse_trace_status): Release a previous error_desc string, and
6431 set it to NULL by default. If stop reason is tracepoint_error,
6432 make sure error_desc is not left NULL.
6433
6434 2010-03-26 Pedro Alves <pedro@codesourcery.com>
6435
6436 * tracepoint.c (trace_save): Remove X from tracepoint error
6437 description.
6438
6439 2010-03-26 Pedro Alves <pedro@codesourcery.com>
6440
6441 * tracepoint.c (parse_trace_status): Don't allow plain strings in
6442 the terror description. Don't expect an X prefix.
6443
6444 2010-03-25 Stan Shebs <stan@codesourcery.com>
6445
6446 * tracepoint.h (trace_stop_reason): Add tracepoint_error.
6447 (struct trace_status): New field error_desc.
6448 * tracepoint.c (stop_reason_names): Add terror.
6449 (current_trace_status): Ensure non-NULL error description.
6450 (trace_status_command): Add error report.
6451 (trace_status_mi): Ditto.
6452 (trace_save): Add special case for error description.
6453 (parse_trace_status): Add case for errors.
6454
6455 2010-03-25 Keith Seitz <keiths@redhat.com>
6456
6457 * dwarf2read.c (read_subroutine_type): If the compilation unit
6458 language is Java, mark any formal parameter named "this" as
6459 artificial (GCC/43521).
6460 (dwarf2_name): Add special handling for Java constructors.
6461
6462 2010-03-25 Tom Tromey <tromey@redhat.com>
6463
6464 PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
6465 * infrun.c (handle_inferior_event): Change initialization of
6466 stop_stack_dummy.
6467 (handle_inferior_event): Change assignment to stop_stack_dummy.
6468 (normal_stop): Update use of stop_stack_dummy.
6469 (struct inferior_status) <stop_stack_dummy>: Change type.
6470 * inferior.h (stop_stack_dummy): Update.
6471 * infcmd.c (stop_stack_dummy): Change type.
6472 * infcall.c (cleanup_delete_std_terminate_breakpoint): New
6473 function.
6474 (call_function_by_hand): Call set_std_terminate_breakpoint.
6475 Rewrite std::terminate handling.
6476 * breakpoint.h (enum bptype) <bp_std_terminate,
6477 bp_std_terminate_master>: New.
6478 (enum stop_stack_kind): New.
6479 (struct bpstat_what) <call_dummy>: Change type.
6480 (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
6481 Declare.
6482 * breakpoint.c (create_std_terminate_master_breakpoint): New
6483 function.
6484 (update_breakpoints_after_exec): Handle bp_std_terminate_master.
6485 Call create_std_terminate_master_breakpoint.
6486 (print_it_typical): Handle new breakpoint kinds.
6487 (bpstat_stop_status): Handle bp_std_terminate_master.
6488 (bpstat_what): Correctly set call_dummy field. Handle
6489 bp_std_terminate_master and bp_std_terminate.
6490 (print_one_breakpoint_location): Update.
6491 (allocate_bp_location): Update.
6492 (set_std_terminate_breakpoint): New function.
6493 (delete_std_terminate_breakpoint): Likewise.
6494 (create_thread_event_breakpoint): Update.
6495 (delete_command): Update.
6496 (breakpoint_re_set_one): Update.
6497 (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
6498
6499 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6500
6501 * symfile.c (build_section_addr_info_from_bfd): New.
6502 (build_section_addr_info_from_objfile): Base it on
6503 build_section_addr_info_from_bfd.
6504 (addrs_section_compar, addrs_section_sort): New.
6505 (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
6506 addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs. Build
6507 addrs_to_abfd_addrs. Use it for recalculating ADDRS.
6508
6509 2010-03-24 Michael Snyder <msnyder@localhost.localdomain>
6510
6511 * elfread.c (find_separate_debug_file_by_buildid):
6512 Remove unused local variable.
6513
6514 2010-03-24 Tom Tromey <tromey@redhat.com>
6515
6516 PR breakpoints/9352:
6517 * NEWS: Mention changes to `commands' and `rbreak'.
6518 * symtab.c (do_end_rbreak_breakpoints): New function.
6519 (rbreak_command): Call start_rbreak_breakpoints; arrange to call
6520 end_rbreak_breakpoints.
6521 * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
6522 (set_breakpoint_count): Likewise. Clear last_was_multi.
6523 (multi_start, multi_end, last_was_multi): New globals.
6524 (start_rbreak_breakpoints, end_rbreak_breakpoints): New
6525 functions.
6526 (struct commands_info): New
6527 (do_map_commands_command): New function.
6528 (commands_command_1): New function.
6529 (commands_command): Use it.
6530 (commands_from_control_command): Likewise.
6531 (do_delete_breakpoint): New function.
6532 (delete_command): Use it.
6533 (map_breakpoint_numbers): Add 'data' argument. Pass to callback.
6534 (do_map_disable_breakpoint): New function.
6535 (disable_command): Use it.
6536 (do_map_enable_breakpoint): New function.
6537 (enable_command): Use it.
6538 (enable_once_breakpoint): Add argument.
6539 (enable_once_command): Update.
6540 (enable_delete_breakpoint): Add argument.
6541 (enable_delete_command): Update.
6542 (break_command_really): Set last_was_multi when needed.
6543 (check_tracepoint_command): Fix formatting.
6544 (validate_commands_for_breakpoint): New function.
6545 (breakpoint_set_commands): Use it.
6546 (tracepoint_save_command): Update.
6547 * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
6548 Declare.
6549
6550 2010-03-24 Tom Tromey <tromey@redhat.com>
6551
6552 * breakpoint.h (struct counted_command_line): New struct.
6553 (struct breakpoint) <commands>: Change type.
6554 (struct bpstats) <commands>: Change type.
6555 <commands_left>: New field.
6556 * breakpoint.c (alloc_counted_command_line): New function.
6557 (incref_counted_command_line): Likewise.
6558 (decref_counted_command_line): Likewise.
6559 (do_cleanup_counted_command_line): Likewise.
6560 (make_cleanup_decref_counted_command_line): Likewise.
6561 (breakpoint_set_commands): Use decref_counted_command_line and
6562 alloc_counted_command_line.
6563 (commands_command): Don't error if breakpoint commands are
6564 executing.
6565 (commands_from_control_command): Likewise.
6566 (bpstat_free): Update.
6567 (bpstat_copy): Likewise.
6568 (bpstat_clear_actions): Likewise.
6569 (bpstat_do_actions_1): Likewise.
6570 (bpstat_stop_status): Likewise.
6571 (print_one_breakpoint_location): Likewise.
6572 (delete_breakpoint): Likewise.
6573 (bpstat_alloc): Initialize new field.
6574 (tracepoint_save_command): Update.
6575 * tracepoint.c (encode_actions): Update.
6576 (trace_dump_command): Update.
6577
6578 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
6579
6580 * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
6581 * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
6582 (read_structure_type): For RealView, set TYPE_STUB on structures with
6583 no byte size and no children.
6584 (read_subroutine_type): Mark functions as prototyped by default.
6585 * symtab.c (producer_is_realview): New function.
6586 * symtab.h (expand_line_sal): Fix declaration formatting.
6587 (producer_is_realview): Declare.
6588
6589 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
6590
6591 * arm-tdep.c (skip_prologue_function): New function.
6592 (submask, bit, bits, sbits, BranchDest): Move higher in the file.
6593 (thumb_analyze_prologue): Document return value. Recognize more
6594 Thumb instructions, skippable calls, and some Thumb-2 instructions.
6595 Add debug output.
6596 (arm_skip_prologue): Remove call dummy check. Check the prologue
6597 for non-GNU compilers.
6598 (arm_instruction_changes_pc): New function.
6599 (arm_analyze_prologue): New function, broken out from
6600 arm_scan_prologue. Recognize more ARM instructions and skippable
6601 calls. Update comments. Handle NULL cache. Return the address
6602 of the first unrecognized instruction. Do not skip past other
6603 instructions which change control flow. Add debug output.
6604 (arm_scan_prologue): Use arm_analyze_prologue.
6605 (ARM_PC_32): Delete.
6606 (shifted_reg_val): Simplify ARM_PC_32 check.
6607
6608 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6609
6610 * tracepoint.c (tvariables_info_1): Actually compute
6611 the number of rows in the result.
6612
6613 2010-03-24 Pedro Alves <pedro@codesourcery.com>
6614
6615 * remote.c (crc32): Constify `buf' parameter.
6616 (remote_verify_memory): New, abstracted out from...
6617 (compare_sections_command): ... this. Remove hardcoded target
6618 checks.
6619 (init_remote_ops): Install remote_verify_memory.
6620 * target.c (target_verify_memory): New.
6621 * target.h (struct target_ops) <to_verify_memory>: New field.
6622 (target_verify_memory): Declare.
6623
6624 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6625
6626 Implement -trace-save.
6627
6628 * mi-cmds.h (mi_cmds_trace_save): Declare.
6629 * mi-cmds.c (mi_cmds): Register -trace-save.
6630 * mi/mi-main.c (mi_cmd_trace_save): New.
6631 * remote.c (remote_save_trace_data): Take const parameter.
6632 * target.h (struct target_ops::to_save_trace_data): Take
6633 const parameter.
6634 * target.c (update_current_target): Adjust to the above.
6635 * tracepoint.c (trave_save): New, extracted from
6636 (trace_save_command): ...this.
6637 (tfile_trace_find): Remove message that is unnecessary now
6638 that 'tfind' reports found frame.
6639 * tracepoint.h (trace_save): Declare.
6640
6641 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6642
6643 Implement -trace-find.
6644
6645 * mi/mi-cmds.c (mi_cmds): Register -trace-find.
6646 * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
6647 * mi/mi-main.c (mi_cmd_trace_find): New.
6648 * target.h (struct target_ops): Document to_trace_find.
6649 * tracepoint.h (tfind_1): Declare.
6650 * tracepoint.c (finish_tfind_command): Rename to...
6651 (tfind_1): ...this.
6652 * remote.c (remote_trace_find): Return -1 if target say
6653 there's no frame. Improve error diagnostics.
6654
6655 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6656
6657 -trace-define-variable and -trace-list-variables.
6658
6659 * tracepoint.c (create_trace_state_variable): Make
6660 private copy of name, as opposed to assuming the
6661 pointer lives forever.
6662 (tvariables_info_1): New.
6663 (tvariables_info): Use the above.
6664 * tracepoint.h (create_trace_state_variable, tvariables_info_1):
6665 Declare.
6666 * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
6667 and -trace-list-variables.
6668 * mi/mi-cmds.h (mi_cmd_trace_define_variable)
6669 (mi_cmd_trace_list_variables): New.
6670 * mi/mi-main.c (mi_cmd_trace_define_variable)
6671 (mi_cmd_trace_list_variables): New.
6672
6673 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6674
6675 Implement -break-passcount.
6676
6677 * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
6678 * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
6679 * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
6680
6681 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6682
6683 -trace-start/-trace-end/-trace-status.
6684
6685 * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
6686 and -trace-stop.
6687 * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
6688 (mi_cmd_trace_stop): Declare.
6689 * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
6690 (mi_cmd_trace_stop): New.
6691 * tracepoint.c (start_tracing): New, extracted from...
6692 (trace_start_command): ...this.
6693 (trace_status_mi): New.
6694 * tracepoint.h (struct trace_status): Document
6695 stopping_tracepoint.
6696 (start_tracing, stop_tracing, trace_status_mi): Declare.
6697
6698 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6699
6700 Implement creating tracepoints with -break-insert.
6701
6702 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
6703 to mean that tracepoint should be created.
6704
6705 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6706
6707 * breakpoint.c (check_no_tracepoint_commands): Use
6708 current spelling of 'teval'.
6709
6710 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6711
6712 Unify actions and commands
6713
6714 * defs.h (read_command_lines, read_command_lines_1): New
6715 parameters validator and closure.
6716 * tracepoint.h (struct action_line): Remove.
6717 * breakpoint.h (struct breakpoint): Remove the 'actions'
6718 field.
6719 * defs.h (enum command_control_type): New value
6720 while_stepping_control.
6721 (struct command_line): Add comments.
6722 * breakpoint.c (breakoint_is_tracepoint): New.
6723 (breakpoint_set_commands): For tracepoints,
6724 verify the commands are permissible.
6725 (check_tracepoint_commands): New.
6726 (commands_command): Require that each new line is validated using
6727 check_tracepoint_command, if we set commands for a tracepoint.
6728 (create_tracepoint_from_upload): Likewise.
6729 (print_one_breakpoint_location): Remove the code to print
6730 actions specifically.
6731 (tracepoint_save_command): Relay to print_command_lines.
6732 * cli/cli-script.c (process_next_line): New parameters validator
6733 and closure. Handle 'while-stepping'. Call validator if not null.
6734 (read_command_lines, read_command_lines1): Likewise.
6735 (recurse_read_control_structure): New parameters validator and
6736 closure. Handle while_stepping_control.
6737 (print_command_lines): Handle while-stepping.
6738 (get_command_line, define_command, document_command): Adjust.
6739 * remote.c (remote_download_tracepoint): Adjust.
6740 * tracepoint.c (make_cleanup_free_actions, read_actions)
6741 (free_actions, do_free_actions_cleanup): Remove.
6742 (trace_actions_command): Use read_command_lines.
6743 (validate_actionline): Use error in one place.
6744 (encode_actions_1): New, extracted from...
6745 (encode_actions): ...this. Also use cleanups for exception
6746 safety.
6747 (trace_dump_command): Adjust.
6748 * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
6749 it's tracepoint.
6750
6751 2010-03-23 Mike Frysinger <vapier@gentoo.org>
6752
6753 * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
6754
6755 2010-03-22 Stan Shebs <stan@codesourcery.com>
6756
6757 * value.c (value_static_field): Be lazy about the field's value.
6758
6759 2010-03-22 Reid Kleckner <reid@kleckner.net>
6760
6761 PR gdb/11094
6762 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
6763 bp_jit_event.
6764 (disable_breakpoints_in_shlibs): Likewise.
6765
6766 2010-03-22 Ulrich Weigand <uweigand@de.ibm.com>
6767
6768 * dwarf2read.c (partial_die_parent_scope): Work around buggy
6769 GCC 4.1 debug info generation (GCC PR c++/28460).
6770 (determine_prefix): Likewise.
6771
6772 2010-03-20 Daniel Jacobowitz <dan@codesourcery.com>
6773
6774 * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
6775 get_current_arch.
6776 * tui/tui-layout.c (extract_display_start_addr): Likewise.
6777
6778 2010-03-19 Stan Shebs <stan@codesourcery.com>
6779
6780 * ax-gdb.c (gen_fetch): Handle bool.
6781 (gen_usual_unary): Ditto.
6782 (gen_cast): Ditto.
6783 (gen_equal): New function.
6784 (gen_less): New function.
6785 (gen_expr_binop_rest): Call them, also return integer type from
6786 logical operations.
6787 (gen_expr): Ditto.
6788
6789 2010-03-19 Tom Tromey <tromey@redhat.com>
6790
6791 * jv-lang.c (jv_dynamics_objfile_data_key)
6792 (jv_type_objfile_data_key): New globals.
6793 (class_symtab): Move earlier.
6794 (jv_per_objfile_free): New function.
6795 (get_dynamics_objfile): Call set_objfile_data. Add 'gdbarch'
6796 parameter.
6797 Remove ancient #if 1.
6798 (add_class_symbol): Remove redundant declaration.
6799 (java_lookup_class): Use alloc_type, not alloc_type_arch.
6800 (java_link_class_type): Mark as static. Update.
6801 (jv_clear_object_type): New function.
6802 (set_java_object_type): Likewise.
6803 (get_java_object_type): Use set_java_object_type.
6804 (is_object_type): Likewise.
6805 (_initialize_java_language): Register new objfile keys.
6806 (get_java_class_symtab): Add 'gdbarch' parameter.
6807 (add_class_symtab_symbol): Update.
6808 (type_from_class): Update.
6809
6810 2010-03-19 Stan Shebs <stan@codesourcery.com>
6811
6812 * ax-general.c (ax_const_l): Fix a sizing bug.
6813
6814 2010-03-18 Joel Brobecker <brobecker@adacore.com>
6815
6816 GDB 7.1 released.
6817
6818 2010-03-18 Stan Shebs <stan@codesourcery.com>
6819 Pedro Alves <pedro@codesourcery.com>
6820
6821 * target.h (struct target_ops): New method
6822 to_set_circular_trace_buffer.
6823 (target_set_circular_trace_buffer): New macro.
6824 * target.c (update_current_target): Add
6825 to_set_circular_trace_buffer, fix to_set_disconnected_tracing
6826 default behavior.
6827 * remote.c (remote_set_circular_trace_buffer): New function.
6828 (init_remote_ops): Add it to vector.
6829 * tracepoint.h (struct trace_status): New field traceframes_created,
6830 change buffer_size and buffer_free to int.
6831 * tracepoint.c (circular_trace_buffer): New global.
6832 (start_tracing): Send values of disconnected tracing and circular
6833 trace buffer settings.
6834 (set_circular_trace_buffer): New function.
6835 (parse_trace_state): Handle total space and frames created.
6836 (trace_status_command): Display total space and total frames
6837 created.
6838 (trace_save): Write out new status values.
6839 (parse_trace_status): Set traceframe_count, traceframes_created,
6840 buffer_free and buffer_size to -1 by default.
6841 (_initialize_tracepoint): New setshow for circular-trace-buffer.
6842 * NEWS: Mention the circular trace buffer option.
6843
6844 2010-03-18 Tom Tromey <tromey@redhat.com>
6845
6846 * infcmd.c (finish_command_continuation): Wrap print_return_value
6847 in TRY_CATCH.
6848
6849 2010-03-18 Joel Brobecker <brobecker@adacore.com>
6850
6851 * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
6852 DIE has a name before creating the associated partial symbol.
6853 (read_func_scope): Emit a complaint if the subprogram does not
6854 have a name or when we can't extract the subprogram PC bounds.
6855
6856 2010-03-18 Ulrich Weigand <uweigand@de.ibm.com>
6857
6858 * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
6859 instead of selected frame architecture.
6860
6861 2010-03-18 Pedro Alves <pedro@codesourcery.com>
6862
6863 * infcmd.c (until_command): Use ERROR_NO_INFERIOR. Ensure there's
6864 a valid selected thread, and that it is not running.
6865 (advance_command): Ditto.
6866 (finish_command): Ditto.
6867
6868 2010-03-17 Stan Shebs <stan@codesourcery.com>
6869
6870 * ax-gdb.c (require_rvalue): Disallow non-scalars.
6871
6872 * infcall.c: Include tracepoint.h.
6873 (call_function_by_hand): Disallow calls in tfind mode.
6874 * infcmd.c: Include tracepoint.h.
6875 (ensure_not_tfind_mode): New function.
6876 (continue_1): Call it.
6877 (step_1) Ditto.
6878 (jump_command): Ditto.
6879 (signal_command): Ditto.
6880 (advance_command): Ditto.
6881 (until_command): Ditto.
6882 (finish_command): Ditto.
6883 * tracepoint.h (disconnect_or_stop_tracing): Declare.
6884
6885 * ax-gdb.h (struct axs_value): New field optimized_out.
6886 (gen_trace_for_var): Add gdbarch argument.
6887 * ax-gdb.c (gen_trace_static_fields): New function.
6888 (gen_traced_pop): Call it, add gdbarch argument.
6889 (gen_trace_for_expr): Update call to it.
6890 (gen_trace_for_var): Ditto, and report optimized-out variables.
6891 (gen_struct_ref_recursive): Check for optimized-out value.
6892 (gen_struct_elt_for_reference): Ditto.
6893 (gen_static_field): Pass gdbarch instead of expression, assume
6894 optimization if field not found.
6895 (gen_var_ref): Set the optimized_out flag.
6896 (gen_expr): Error on optimized-out variable.
6897 * tracepoint.c (collect_symbol): Handle struct-valued vars as
6898 expressions, skip optimized-out variables with computed locations.
6899 * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
6900 erroring out if location expression missing.
6901 (loclist_tracepoint_var_ref): Don't error out here.
6902
6903 2010-03-17 Tom Tromey <tromey@redhat.com>
6904
6905 * dwarf2read.c (dwarf2_get_section_info): Handle case where no
6906 DWARF data is available.
6907
6908 2010-03-17 Daniel Jacobowitz <dan@codesourcery.com>
6909
6910 * symfile.c (generic_load): Reset breakpoints after loading.
6911
6912 2010-03-17 Tom Tromey <tromey@redhat.com>
6913
6914 * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
6915
6916 2010-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6917
6918 * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
6919 create_breakpoint call, adjust the parameters.
6920
6921 2010-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6922 Chandru <chandru@in.ibm.com>
6923
6924 * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
6925 * valarith.c (value_subscripted_rvalue): Suppress error if
6926 TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
6927
6928 2010-03-16 Holger Hans Peter Freyther <zecke@selfish.org>
6929
6930 * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
6931
6932 2010-03-16 Joel Brobecker <brobecker@adacore.com>
6933
6934 * ada-tasks.c (task_command_1): Check that the task ptid is valid
6935 before doing the associated thread switch.
6936
6937 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
6938
6939 * MAINTAINERS: Update my email address.
6940
6941 2010-03-16 Vladimir Prus <vladimir@codesourcery.com>
6942
6943 Simplify MI breakpoint setting.
6944
6945 * breakpoint.c (break_command_really): Make nonstatic and
6946 rename to...
6947 (create_breakpoint): ...this. Rename prior function by this name
6948 to...
6949 (create_breakpoint_sal): ...this.
6950 (create_breakpoints): Rename to...
6951 (create_breakpoints_sal): ...this.
6952 (set_breakpoint): Remove.
6953 * breakpoint.h: Adjust to above changes.
6954 * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
6955
6956 2010-03-15 Stan Shebs <stan@codesourcery.com>
6957
6958 * ax-gdb.c: Include cp-support.h.
6959 (find_field): Remove.
6960 (gen_primitive_field): New function.
6961 (gen_struct_ref_recursive): New function.
6962 (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
6963 of find_field.
6964 (gen_static_field): New function.
6965 (gen_struct_elt_for_reference): New.
6966 (gen_namespace_elt): New.
6967 (gen_maybe_namespace_elt): New.
6968 (gen_aggregate_elt_ref): New.
6969 (gen_expr): Add OP_SCOPE, display opcode name in error message.
6970
6971 2010-03-15 Tom Tromey <tromey@redhat.com>
6972
6973 * dwarf2read.c (die_needs_namespace): Also return 0 for
6974 DW_TAG_subprogram.
6975
6976 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
6977
6978 PR c++/7936:
6979 * cp-support.h: Added char *declaration element to using_direct
6980 data struct.
6981 (cp_add_using): Added char *declaration argument.
6982 (cp_add_using_directive): Ditto.
6983 (cp_lookup_symbol_imports): made extern.
6984 * cp-namespace.c: Updated with the above changes.
6985 * dwarf2read.c (read_import_statement): Ditto.
6986 (read_namespace): Ditto.
6987 (read_import_statement): Support import declarations.
6988 * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
6989 declarations.
6990 Added support for 'declaration_only' search.
6991 (cp_lookup_symbol_namespace): Attempt to search for the name as
6992 is before consideration of imports.
6993 * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
6994 search at every block level search.
6995 Now takes language argument.
6996 (lookup_symbol_aux): Updated.
6997
6998 2010-03-15 Tom Tromey <tromey@redhat.com>
6999
7000 * c-exp.y (name_not_typename): Add 'operator' clause.
7001
7002 2010-03-15 Ralf Corsepius <ralf.corsepius@rtems.org> (tiny change)
7003
7004 * configure.ac: Exit if ${gdb_target_obs}" is not set.
7005 * configure: Regenerate.
7006
7007 2010-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7008
7009 * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
7010 and ".sdynbss". Update the comment.
7011
7012 2010-03-15 Jie Zhang <jie@codesourcery.com>
7013
7014 * MAINTAINERS: Update my email address.
7015
7016 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
7017
7018 * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
7019
7020 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
7021
7022 * charset.c [USE_WIN32API]: Include <windows.h>.
7023 (_initialize_charset): Correct type of w32_host_default_charset.
7024
7025 2010-03-14 Pedro Alves <pedro@codesourcery.com>
7026
7027 * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
7028
7029 2010-03-12 Tom Tromey <tromey@redhat.com>
7030
7031 PR c++/9708:
7032 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
7033 in a lexical block does not need a namespace.
7034 (new_symbol) <DW_TAG_variable>: Put extern variables on
7035 list_in_scope in all cases.
7036
7037 2010-03-12 Stan Shebs <stan@codesourcery.com>
7038
7039 * ax-gdb.c (gen_expr): Add shift expressions.
7040 (gen_expr_binop_rest): Ditto.
7041
7042 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
7043
7044 * buildsym.c (finish_block): Reset using_directives pointer
7045 after block initialization.
7046
7047 2010-03-12 H.J. Lu <hongjiu.lu@intel.com>
7048
7049 * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
7050 * i386-tdep.c (i386_word_names): Likewise.
7051
7052 2010-03-12 Pedro Alves <pedro@codesourcery.com>
7053
7054 * target.c (memory_xfer_partial): Don't use the stack cache if
7055 inspecting trace frames.
7056 * tracepoint.c (finish_tfind_command): Invalidate the target
7057 dcache.
7058
7059 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7060
7061 * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
7062 for the PIC displacement, print also the displacement value.
7063 (svr4_exec_displacement): Print DISPLACEMENT if INFO_VERBOSE.
7064
7065 2010-03-10 Kevin Buettner <kevinb@redhat.com>
7066
7067 * remote-mips.c (close_ports, mips_initialize_cleanups)
7068 (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
7069 (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
7070 (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
7071 (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
7072 (pmon_check_entry_address, pmon_check_total, pmon_end_download)
7073 (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
7074 comments describing each of these functions.
7075 (mips_enter_debug, mips_exit_debug, common_open)
7076 (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
7077 blank line after the comment describing the function.
7078
7079 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7080
7081 * solib-svr4.c (svr4_exec_displacement): Return now success, new
7082 parameter displacementp. Update comment.
7083 (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
7084 element exists. Return if svr4_exec_displacement was not successful.
7085 Update comment.
7086
7087 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7088 Daniel Jacobowitz <dan@codesourcery.com>
7089
7090 * solib-svr4.c (read_program_header): Support type == -1 to read
7091 all program headers.
7092 (read_program_headers_from_bfd): New function.
7093 (svr4_static_exec_displacement): Remove and move the comment ...
7094 (svr4_exec_displacement): ... here. Remove variable found. New
7095 variable displacement. Check also DYNAMIC. Verify DISPLACEMENT
7096 alignment for ELF targets. Compare target vs. exec_bfd PHDRs for ELF
7097 targets using read_program_headers_from_bfd. Remove the call of
7098 svr4_static_exec_displacement.
7099
7100 2010-03-10 Tom Tromey <tromey@redhat.com>
7101
7102 * dwarf2read.c (struct pubnames_header): Remove.
7103 (_PUBNAMES_HEADER): Remove.
7104 (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
7105 (struct aranges_header): Remove.
7106 (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
7107 (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
7108 (PUBNAMES_SECTION): Remove.
7109 (ARANGES_SECTION): Remove.
7110 (dwarf2_locate_sections): Don't handle pubnames or aranges.
7111 (dwarf2_build_psymtabs): Remove dead code.
7112 (dwarf2_build_psymtabs_easy): Remove.
7113
7114 2010-03-10 Tom Tromey <tromey@redhat.com>
7115
7116 * elfread.c (elf_symfile_read): Don't call
7117 dwarf2_build_frame_info.
7118 * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
7119 (struct dwarf2_per_objfile) <objfile>: New field.
7120 (dwarf2_has_info): Now idempotent. Set objfile field.
7121 (dwarf2_read_section): Check and set readin field. Call
7122 posix_madvise.
7123 (dwarf2_build_psymtabs): Don't read all sections.
7124 (read_type_comp_unit_head): Read types section.
7125 (create_debug_types_hash_table): Likewise.
7126 (init_cu_die_reader): Add asserts.
7127 (process_type_comp_unit): Add assert.
7128 (dwarf2_build_psymtabs_hard): Read info section.
7129 (load_partial_comp_unit): Add assert.
7130 (create_all_comp_units): Read info section.
7131 (load_full_comp_unit): Likewise.
7132 (dwarf2_ranges_read): Read ranges section.
7133 (dwarf2_record_block_ranges): Add assert.
7134 (dwarf2_read_abbrevs): Read abbrev section.
7135 (read_indirect_string): Read str section.
7136 (dwarf_decode_line_header): Read line section.
7137 (read_signatured_type_at_offset): Read types section.
7138 (dwarf_decode_macros): Read macinfo section.
7139 (dwarf2_symbol_mark_computed): Read loc section.
7140 * dwarf2-frame.c (dwarf2_frame_find_fde): Call
7141 dwarf2_build_frame_info.
7142 (dwarf2_build_frame_info): Unconditionally set
7143 dwarf2_frame_objfile_data on the objfile.
7144 * configure.ac: Check for posix_madvise.
7145 * config.in, configure: Rebuild.
7146
7147 2010-03-10 Tom Tromey <tromey@redhat.com>
7148
7149 * xcoffread.c (xcoff_start_psymtab): Update.
7150 (xcoff_end_psymtab): Update.
7151 * psymtab.c (allocate_psymtab): Remove dead code.
7152 * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
7153 void*.
7154 * mdebugread.c (parse_partial_symbols): Update.
7155 (new_psymtab): Likewise.
7156 * dwarf2read.c (process_psymtab_comp_unit): Update.
7157 (psymtab_to_symtab_1): Update.
7158 * dbxread.c (start_psymtab): Update.
7159 (end_psymtab): Likewise.
7160
7161 2010-03-10 Tom Tromey <tromey@redhat.com>
7162
7163 * xcoffread.c: Include psymtab.h.
7164 (xcoff_sym_fns): Update.
7165 * symtab.h (struct partial_symbol): Remove.
7166 (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
7167 (struct partial_symtab): Remove.
7168 (PSYMTAB_TO_SYMTAB): Remove.
7169 (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
7170 (find_pc_sect_psymtab): Remove.
7171 (find_pc_sect_symtab_via_partial): Declare.
7172 (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
7173 (find_main_psymtab): Remove.
7174 (find_main_filename): Declare.
7175 (fixup_psymbol_section): Remove.
7176 (fixup_section): Declare.
7177 * symtab.c: Include psymtab.h.
7178 (lookup_symtab): Use lookup_symtab method.
7179 (lookup_partial_symtab): Remove.
7180 (find_pc_sect_psymtab_closer): Remove.
7181 (find_pc_sect_psymtab): Remove.
7182 (find_pc_sect_symtab_via_partial): New function.
7183 (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
7184 (fixup_section): No longer static.
7185 (fixup_psymbol_section): Remove.
7186 (lookup_symbol_aux): Use lookup_symbol_aux_quick.
7187 (lookup_global_symbol_from_objfile): Likewise.
7188 (lookup_symbol_aux_psymtabs): Remove.
7189 (lookup_symbol_aux_quick): New function.
7190 (lookup_symbol_global): Use lookup_symbol_aux_quick.
7191 (lookup_partial_symbol): Remove.
7192 (basic_lookup_transparent_type_quick): New function.
7193 (basic_lookup_transparent_type): Use it.
7194 (find_main_psymtab): Remove.
7195 (find_main_filename): New function.
7196 (find_pc_sect_symtab): Use find_pc_sect_symtab method.
7197 (find_line_symtab): Use expand_symtabs_with_filename method.
7198 (output_partial_symbol_filename): New function.
7199 (sources_info): Use map_partial_symbol_filenames.
7200 (struct search_symbols_data): New type.
7201 (search_symbols_file_matches): New function.
7202 (search_symbols_name_matches): Likewise.
7203 (search_symbols): Use expand_symtabs_matching method.
7204 (struct add_name_data): Rename from add_macro_name_data.
7205 (add_macro_name): Update.
7206 (add_partial_symbol_name): New function.
7207 (default_make_symbol_completion_list): Use
7208 map_partial_symbol_names.
7209 (struct add_partial_symbol_name): New type.
7210 (maybe_add_partial_symtab_filename): New function.
7211 (make_source_files_completion_list): Use
7212 map_partial_symbol_filenames.
7213 (expand_line_sal): Use expand_symtabs_with_filename method.
7214 * symmisc.c: Include psymtab.h.
7215 (print_objfile_statistics): Use print_stats method.
7216 (dump_objfile): Use dump method.
7217 (dump_psymtab, maintenance_print_psymbols)
7218 (maintenance_info_psymtabs, maintenance_check_symtabs)
7219 (extend_psymbol_list): Remove.
7220 * symfile.h (struct quick_symbol_functions): New struct.
7221 (struct sym_fns) <qf>: New field.
7222 (sort_pst_symbols): Remove.
7223 (increment_reading_symtab): Declare.
7224 * symfile.c: Include psymtab.h.
7225 (compare_psymbols, sort_pst_symbols): Remove.
7226 (psymtab_to_symtab): Remove.
7227 (increment_reading_symtab): New function.
7228 (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
7229 method.
7230 (set_initial_language): Use find_main_filename.
7231 (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
7232 (free_named_symtabs): Remove unused code.
7233 (start_psymtab_common, add_psymbol_to_bcache)
7234 (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
7235 Remove.
7236 * stack.c: Include psymtab.h, symfile.h.
7237 (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
7238 * source.h (psymtab_to_fullname): Don't declare.
7239 * source.c: Include psymtab.h.
7240 (select_source_symtab): Use find_last_source_symtab method.
7241 (forget_cached_source_info): Use forget_cached_source_info
7242 method.
7243 (find_and_open_source): No longer static.
7244 (psymtab_to_fullname): Remove.
7245 * somread.c: Include psymtab.h.
7246 (som_sym_fns): Update.
7247 * psympriv.h: New file.
7248 * psymtab.h: New file.
7249 * psymtab.c: New file.
7250 * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
7251 (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
7252 * objfiles.c: Include psymtab.h.
7253 (objfile_relocate1): Use relocate method.
7254 (objfile_has_partial_symbols): Use has_symbols method.
7255 * mipsread.c: Include psymtab.h.
7256 (ecoff_sym_fns): Update.
7257 * mi/mi-cmd-file.c: Include psymtab.h.
7258 (print_partial_file_name): New function.
7259 (mi_cmd_file_list_exec_source_files): Use
7260 map_partial_symbol_filenames.
7261 * mdebugread.c: Include psympriv.h.
7262 * machoread.c: Include psympriv.h.
7263 (macho_sym_fns): Update.
7264 * m2-exp.y (yylex): Use lookup_symtab.
7265 * elfread.c: Include psympriv.h.
7266 (elf_sym_fns): Update.
7267 * dwarf2read.c: Include psympriv.h.
7268 * dbxread.c: Include psympriv.h.
7269 (aout_sym_fns): Update.
7270 * cp-support.c: Include psymtab.h.
7271 (read_in_psymtabs): Remove.
7272 (make_symbol_overload_list_qualified): Use
7273 expand_symtabs_for_function method.
7274 * coffread.c: Include psympriv.h.
7275 (coff_sym_fns): Update.
7276 * blockframe.c: Include psymtab.h.
7277 (find_pc_partial_function): Use find_pc_sect_symtab method.
7278 * ada-lang.h (ada_update_initial_language): Update.
7279 * ada-lang.c: Include psymtab.h.
7280 (ada_update_initial_language): Remove 'main_pst' argument.
7281 (ada_lookup_partial_symbol): Remove.
7282 (struct ada_psym_data): New type.
7283 (ada_add_psyms): New function.
7284 (ada_add_non_local_symbols): Use map_ada_symtabs method.
7285 (struct add_partial_datum): New type.
7286 (ada_add_partial_symbol_completions): New function.
7287 (ada_make_symbol_completion_list): Use map_partial_symbol_names.
7288 (ada_exception_support_info_sniffer): Update.
7289 * Makefile.in (SFILES): Add psymtab.c.
7290 (COMMON_OBS): Add psymtab.o.
7291 (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
7292
7293 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
7294
7295 * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
7296
7297 2010-03-10 Sami Wagiaalla <swagiaal@redhat.com>
7298
7299 PR C++/11236:
7300 * cp-namespace.c (cp_add_using): Deleted.
7301 (cp_add_using_directive): Use obstack allocations.
7302 Merged the function cp_add_using into this one.
7303 Added 'struct obstack *' argument.
7304 (cp_scan_for_anonymous_namespaces): Updated.
7305 * cp-support.h: Updated.
7306 * dwarf2read.c (read_import_statement): Updated.
7307 (read_namespace): Updated.
7308
7309 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
7310
7311 * windows-nat.c (cygwin_conv_path): Remove old macro.
7312
7313 2010-03-10 Pedro Alves <pedro@codesourcery.com>
7314
7315 * breakpoint.c (condition_command): Handle watchpoint conditions.
7316 (is_hardware_watchpoint): Add comment.
7317 (is_watchpoint): New.
7318 (update_watchpoint): Don't reparse the watchpoint's condition
7319 unless necessary.
7320 (WP_IGNORE): New.
7321 (watchpoint_check): Use it.
7322 (bpstat_check_watchpoint): Handle it.
7323 (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
7324 conditions in a frame where it makes sense.
7325 (watch_command_1): Store the innermost block of the condition
7326 expression.
7327 (delete_breakpoint): Delete the watchpoint condition expression.
7328 * breakpoint.h (struct bp_location) <cond>: Update comment.
7329 (struct breakpoint): New field `cond_exp_valid_block'.
7330
7331 2010-03-09 Joel Brobecker <brobecker@adacore.com>
7332
7333 Adjust handling of Ada DIEs after dwarf2_physname patch.
7334 * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
7335
7336 2010-03-09 Christopher Faylor <me+cygwin@cgf.cx>
7337 Pierre Muller <muller@ics.u-strasbg.fr>
7338
7339 * windows-nat.c (cygwin_conv_path): Redefine to properly convert
7340 from/to posix/win32.
7341 (windows_make_so): Use non-Cygwin 1.7 specific function.
7342 (windows_create_inferior): Make sure that cygallargs points to
7343 original args in non Cygwin 1.7. case.
7344
7345 2010-03-09 Michael Snyder <msnyder@vmware.com>
7346
7347 * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
7348 after target_read_memory to get host byte order.
7349 (i386_process_record): Ditto.
7350
7351 2010-03-09 Keith Seitz <keiths@redhat.com>
7352
7353 Based on work from Daniel Jacobowitz <dan@codesourcery.com>
7354 * c-typeprint.c (cp_type_print_method_args): For non-static methods,
7355 print out const or volatile qualifiers, too.
7356 (c_type_print_args): Add parameters show_artificial and language.
7357 Skip artificial parameters when requested.
7358 Use the appropriate language printer.
7359 (c_type_print_varspec): Tell c_type_print_args to skip artificial
7360 parameters and pass language_c.
7361 * dwarf2read.c (die_list): New file global.
7362 (struct partial_die_info): Update comments for name field.
7363 (pdi_needs_namespace): Renamed to ...
7364 (die_needs_namespace): ... this. Rewrite.
7365 (dwarf2_linkage_name): Remove.
7366 (add_partial_symbol): Do not predicate the call to
7367 partial_die_full_name based on pdi_needs_namespace.
7368 Remove call to cp_check_possible_namespace_symbols and associated
7369 outdated comments.
7370 (guess_structure_name): Do not inspect child subprogram DIEs.
7371 (dwarf2_fullname): Update comments.
7372 Use die_needs_namespace to assist in computing the name.
7373 (read_func_scope): Use dwarf2_name to get the DIE's name.
7374 Use dwarf2_physname to get the "linkage name" of the DIE.
7375 (dwarf2_add_member_field): Use dwarf2_physname instead of
7376 dwarf2_linkage_name.
7377 (read_structure_type): For structs and classes, set TYPE_NAME, too.
7378 (determine_class): Remove.
7379 (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
7380 except Ada.
7381 (new_symbol): Unconditionally call dwarf2_name.
7382 Compute the "linkage name" using dwarf2_physname.
7383 Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
7384 When determining to scan for anonymous C++ namespaces, ignore
7385 the linkage name.
7386 (dwarf2_physname): New function.
7387 (dwarf2_full_name): Move content to new function and call
7388 that.
7389 (dwarf2_compute_name): "New" function.
7390 (_initialize_dwarf2_read): Initialize die_list.
7391 * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
7392 physname.
7393 (gnu_v3_print_method_ptr): Use the physname for virtual methods
7394 without a demangled name.
7395 Print out type information for non-virtual methods.
7396 * linespec.c (decode_line_1): Force ANY string using "::" (or
7397 "." for java) to use decode_compound, and clean up any stray quoting.
7398 If we found a file symtab, re-evaluate whether the remainder is_quoted.
7399 (decode_compound): Stop consuming at an open parenthesis.
7400 Keep template parameters.
7401 Keep any overload information.
7402 Keep keywords like "const".
7403 Remove paren_pointer.
7404 Move is_quoted check from set_flags to here.
7405 Remove #if 0 code from 2000. Ten years is long enough.
7406 (find_method): Before comparing symbol names, canonicalize the string
7407 from the user.
7408 If a specific overload is requested, find it. Otherwise throw an error.
7409 (find_method_overload_end): New function.
7410 (set_flags): Remove.
7411 (decode_compound): Assume that parentheses are matched.
7412 It's a lot easier.
7413 * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
7414 to cplus_demangle.
7415 * linespec.c (decode_line_1): Keep important keywords like
7416 "const" and "volatile".
7417 * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
7418 * typeprint.h (c_type_print_args): Add declaration.
7419 * ui-file.c (do_ui_file_obsavestring): New function.
7420 (ui_file_obsavestring): New function.
7421 * ui-file.h (ui_file_obsavestring): Add declaration.
7422 * valops.c (find_overload_match): Resolve the object to
7423 a non-pointer type.
7424 If the object is a data member, search the object for the member
7425 and return with staticp set.
7426 Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
7427 Do not attempt to extract a function name from non-function types.
7428 If the extracted function name and the original name are the same,
7429 we don't have a C++ method.
7430
7431 From Jan Kratochvil <jan.kratochvil@redhat.com>:
7432 * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
7433
7434 * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
7435 and arguments from symbol lookups.
7436 * ax-gdb.c (gen_expr): Likewise.
7437 * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
7438 cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
7439 lookup_possible_namespace_symbol): Likewise.
7440 * cp-support.c (read_in_psymtabs): Likewise.
7441 * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
7442 * language.h (la_lookup_symbol_nonlocal): Likewise.
7443 * scm-valprint.c (scm_inferior_print): Likewise.
7444 * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
7445 * solib-svr.c (elf_lookup_lib): Likewise.
7446 * solib.c (show_auto_solib_add): Likewise.
7447 * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
7448 * symmisc.c (maintenance_check_symtabs): Likewise.
7449 * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
7450 lookup_symbol_aux_local, lookup_symbol_aux_block,
7451 lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
7452 lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
7453 lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
7454 basic_lookup_transparent_type, find_main_psymtab,
7455 lookup_block_symbol): Likewise.
7456 * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
7457 lookup_symbol_global, lookup_symbol_aux_block,
7458 lookup_symbol_partial_symbol, lookup_block_symbol,
7459 lookup_global_symbol, value_maybe_namespace_elt): Likewise.
7460
7461 2010-03-09 Pierre Muller <muller@ics.u-strasbg.fr>
7462
7463 * python/python-internal.h: Include symtab.h.
7464
7465 2010-03-09 Joel Brobecker <brobecker@adacore.com>
7466 Pierre Muller <muller@ics.u-strasbg.fr>
7467
7468 * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
7469 * p-valprint.c (pascal_val_print): Remove undeed block and fix
7470 indentation.
7471
7472 2010-03-08 Tom Tromey <tromey@redhat.com>
7473
7474 * breakpoint.c (breakpoint_1): Add "QUIT".
7475
7476 2010-03-08 Daniel Jacobowitz <dan@codesourcery.com>
7477 Pedro Alves <pedro@codesourcery.com>
7478
7479 * solib.c (solib_find): Replace extension if
7480 solib_symbols_extension is set in the target gdbarch.
7481 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
7482 solib_symbols_extension to "sym".
7483 * gdbarch.sh (solib_symbols_extension): New variable.
7484 (pstring): New function.
7485 * gdbarch.h, gdbarch.c: Regenerate.
7486
7487 2010-03-08 Tom Tromey <tromey@redhat.com>
7488
7489 PR cli/9591:
7490 * NEWS: Update.
7491 * utils.c: Include main.h.
7492 (fputs_maybe_filtered): Don't paginate if `batch_flag'.
7493 (defaulted_query): Use default answer if `batch_flag'.
7494 * main.h (batch_flag): Declare.
7495 * main.c (batch_flag): New global.
7496 (captured_main): Remove 'batch'. Update.
7497
7498 2010-03-08 Kevin Buettner <kevinb@redhat.com>
7499
7500 From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
7501 and Kevin Buettner:
7502
7503 * remote-mips.c (rockhopper_ops): New target_ops struct.
7504 (MON_ROCKHOPPER): New mips_monitor_type.
7505 (read_hex_value): New function.
7506 (mips_request): Send 8-byte values with a 'T' packet. Read the
7507 packet argument as a string and use read_hex_value to parse it.
7508 (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
7509 (rockhopper_open): New function.
7510 (mips_wait): Read the PC, FP and SP fields as strings. Use
7511 read_hex_value to parse them and mips_set_register to commit them.
7512 (mips_set_register): New function.
7513 (mips_fetch_registers): Do not cast register value to "unsigned"
7514 when reading a MON_ROCKHOPPER 't' packet. Use mips_set_register.
7515 (mips_store_registers): Use a 'T' packet to set registers when
7516 using MON_ROCKHOPPER.
7517 (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
7518 and expect the total to be printed before the entry address.
7519 (_initialize_remote_mips): Initialize and add rockhopper_ops.
7520
7521 2010-03-08 Kevin Buettner <kevinb@redhat.com>
7522
7523 * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
7524 Change return value to int. Store value fetched in location
7525 addressed by `val'. Use function's return value as success
7526 or failure indicator. Adjust all callers.
7527
7528 2010-03-08 Pierre Muller <muller@ics.u-strasbg.fr>
7529
7530 * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
7531
7532 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7533 Hui Zhu <teawater@gmail.com>
7534
7535 * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
7536 tmp_to_stopped_data_address.
7537 (record_open): Reset tmp_to_stopped_by_watchpoint and
7538 tmp_to_stopped_data_address.
7539 * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
7540 to_stopped_data_address.
7541
7542 2010-03-08 Hui Zhu <teawater@gmail.com>
7543
7544 * i386-tdep.c (i386_process_record): Initialize regnum.
7545
7546 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7547
7548 * symfile.c (addr_info_make_relative): New variable sect_name, use it.
7549 Do not warn on ".gnu.liblist" and ".gnu.conflict".
7550
7551 2010-03-08 Joel Brobecker <brobecker@adacore.com>
7552
7553 Memory error when reading wrong core file.
7554 * solib-svr4.c (solib_svr4_r_map): catch and print all exception
7555 errors while reading the inferior memory, and return zero if
7556 an exception was raised.
7557
7558 2010-03-07 Michael Snyder <msnyder@vmware.com>
7559
7560 * record.c (record_restore): Rename tmpu8 to rectype.
7561
7562 * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
7563 tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
7564
7565 (i386_record_push): Rename local tmpulongest to addr.
7566
7567 (i386_process_record): Rename local tmpulongest to addr.
7568
7569 Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
7570 addr64.
7571
7572 Rename local variable tmpu8 to opcode8 and regnum.
7573
7574 2010-03-07 Joel Brobecker <brobecker@adacore.com>
7575
7576 * remote.c (remote_get_ada_task_ptid): New function.
7577 (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
7578
7579 2010-03-06 Christopher Faylor <me+cygwin@cgf.cx>
7580
7581 * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
7582 block. Define helper macros to reduce ifdefs in code.
7583 (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
7584 size. Call unadorned GetModuleFileNameEx rather than
7585 GetModuleFileNameEx*.
7586 (windows_make_so): Use __PMAX to denote maximum buffer size and
7587 cygwin_buf_t for buffer type. Use GetSystemDirectory{W,A} as
7588 appropriate.
7589 (get_image_name): Use __PMAX to denote maximum buffer size.
7590 (handle_load_dll): Likewise.
7591 (windows_pid_to_exec_file): Likewise.
7592 (windows_create_inferior): Add many accommodations for older Cygwin and
7593 non-Cygwin.
7594 (bad_GetModuleFileNameExW): Control inclusion of this function based on
7595 __USEWIDE conditional.
7596 (bad_GetModuleFileNameExA): Likewise.
7597 (_initialize_loadable): Just use real function names without the dyn_
7598 part since they are defined earlier.
7599
7600 2010-03-05 Corinna Vinschen <vinschen@redhat.com>
7601 Tom Tromey <tromey@redhat.com>
7602
7603 * utils.c (host_char_to_target): Add 'gdbarch' argument.
7604 (parse_escape): Likewise.
7605 * python/py-utils.c (unicode_to_target_string): Update.
7606 (unicode_to_target_python_string): Update.
7607 (target_string_to_unicode): Update.
7608 * printcmd.c (printf_command): Update.
7609 * p-exp.y (yylex): Update.
7610 * objc-exp.y (yylex): Update.
7611 * mi/mi-parse.c: Include charset.h.
7612 (mi_parse_escape): New function.
7613 (mi_parse_argv): Use it.
7614 * jv-exp.y (yylex): Update.
7615 * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
7616 function.
7617 (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
7618 * gdbarch.sh (auto_charset, auto_wide_charset): New.
7619 * gdbarch.c: Rebuild.
7620 * gdbarch.h: Rebuild.
7621 * defs.h (parse_escape): Update.
7622 * cli/cli-setshow.c: Include arch-utils.h.
7623 (do_setshow_command): Update.
7624 * cli/cli-cmds.c (echo_command): Update.
7625 * charset.h (target_charset, target_wide_charset): Update.
7626 * charset.c: Include arch-utils.h.
7627 (target_charset_name): Default to "auto".
7628 (target_wide_charset_name): Likewise.
7629 (show_target_charset_name): Handle "auto".
7630 (show_target_wide_charset_name): Likewise.
7631 (be_le_arch): New global.
7632 (set_be_le_names): Add 'gdbarch' argument.
7633 (validate): Likewise. Don't call set_be_le_names.
7634 (set_charset_sfunc, set_host_charset_sfunc)
7635 (set_target_charset_sfunc, set_target_wide_charset_sfunc):
7636 Update.
7637 (target_charset): Add 'gdbarch' argument.
7638 (target_wide_charset): Likewise. Remove 'byte_order' argument.
7639 (auto_target_charset_name): New global.
7640 (default_auto_charset, default_auto_wide_charset): New functions.
7641 (_initialize_charset): Set auto_target_charset_name. Allow "auto"
7642 for target charsets. Copy result of nl_langinfo. Use GetACP if
7643 USE_WIN32API.
7644 * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
7645 remove 'byte_order' argument. Update.
7646 (classify_type): Likewise.
7647 (c_emit_char): Update.
7648 (c_printchar): Update.
7649 (c_printstr): Update.
7650 (c_get_string): Update.
7651 (evaluate_subexp_c): Update.
7652 * arch-utils.h (default_auto_charset, default_auto_wide_charset):
7653 Declare.
7654 * python/python.c (gdbpy_target_charset): New function.
7655 (gdbpy_target_wide_charset): Likewise.
7656 (GdbMethods): Update.
7657 * NEWS: Update.
7658
7659 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
7660
7661 * symfile.c (build_section_addr_info_from_objfile): Do not mask
7662 off high address bits.
7663
7664 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
7665
7666 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
7667 address as UnsignedLongLong, not LongLong.
7668
7669 2010-03-05 Kevin Buettner <kevinb@redhat.com>
7670 Pedro Alves <pedro@codesourcery.com>
7671
7672 * remote-mips.c (gdbthread.h): Include.
7673 (remote_mips_ptid): Declare.
7674 (mips_error): Only mourn the inferior when inferior_ptid is non-null.
7675 (common_open): Set inferior_ptid, add it as an inferior, and
7676 as a thread too. Delete FIXME comment regarding start_remote().
7677 (mips_close): Invoke generic_mourn_inferior().
7678 (mips_kill): Make sure that target_mourn_inferior is invoked.
7679 (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
7680 it's now invoked from mips_close().
7681 (mips_load): Don't null out inferior_ptid. Don't call
7682 clear_symtab_users().
7683 (mips_thread_alive, mips_pid_to_str): New functions.
7684 (_initialize_remote_mips): Initialize remote_mips_ptid. Initialize
7685 to_thread_alive and to_pid_to_str operations.
7686
7687 2010-03-04 Tom Tromey <tromey@redhat.com>
7688
7689 * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
7690 in DWARF 3 and later.
7691 (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
7692
7693 2010-03-04 Keith Seitz <keiths@redhat.com>
7694
7695 * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
7696 If the filename portion of the linespec was quoted, recheck the
7697 remainder for additional quoting.
7698 (locate_first_half): Skip over completer chars, too.
7699
7700 2010-03-04 Tom Tromey <tromey@redhat.com>
7701
7702 * printcmd.c (printf_command): Pass dummy argument to
7703 printf_filtered.
7704
7705 2010-03-04 Doug Evans <dje@google.com>
7706
7707 * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
7708 unwound_fp.
7709
7710 * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
7711
7712 2010-03-04 Pedro Alves <pedro@codesourcery.com>
7713
7714 * breakpoint.c (update_watchpoint): Create a sentinel location if
7715 the software watchpoint isn't watching any memory.
7716 (breakpoint_address_bits): Skip dummy software watchpoint locations.
7717
7718 2010-03-04 Pedro Alves <pedro@codesourcery.com>
7719
7720 * utils.c (fputs_maybe_filtered): Check if there's already a top
7721 level interpreter before dereferencing it. If there isn't one,
7722 don't paginate either.
7723
7724 2010-03-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
7725
7726 * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
7727 the state right when single stepping.
7728 (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
7729 Get the next PC along with the instruction state.
7730 (thumb_get_next_pc): Remove.
7731 (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
7732
7733 2010-03-04 Hui Zhu <teawater@gmail.com>
7734
7735 * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
7736
7737 2010-03-03 Pedro Alves <pedro@codesourcery.com>
7738
7739 * utils.c (fputs_maybe_filtered): Always disable pagination if the
7740 top level interpreter is MI.
7741
7742 2010-03-03 Stan Shebs <stan@codesourcery.com>
7743
7744 * remote.c (remote_download_tracepoint): Iterate over locations.
7745 * tracepoint.c (validate_actionline): Ditto.
7746 (encode_actions): Add location argument.
7747 (trace_dump_command): Check all locations to see if stepping
7748 frame.
7749
7750 2010-03-03 H.J. Lu <hongjiu.lu@intel.com>
7751 Eli Zaretskii <eliz@gnu.org>
7752
7753 * NEWS: Add X86 general purpose registers section.
7754
7755 2010-03-03 Tom Tromey <tromey@redhat.com>
7756
7757 PR mi/11098:
7758 * varobj.c (install_new_value): Handle case where new print_value
7759 is NULL.
7760
7761 2010-03-03 Dainis Jonitis <jonitis@gmail.com>
7762
7763 PR gdb/11345:
7764 * printcmd.c (printf_command): Print end of format string using
7765 printf_filtered.
7766
7767 2010-03-02 Tom Tromey <tromey@redhat.com>
7768
7769 * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
7770 * defs.h (read_command_lines_1): Add missing 'void'.
7771 * cli/cli-script.c (recurse_read_control_structure): Add missing
7772 'void'.
7773 (read_next_line): Likewise.
7774 (read_command_lines_1): Likewise.
7775
7776 2010-03-02 Ulrich Weigand <uweigand@de.ibm.com>
7777
7778 * spu-tdep.c (spu_analyze_prologue): Track instruction to
7779 store backchain as part of prologue.
7780
7781 2010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
7782
7783 * progspace.c (update_address_spaces): Update inferior address spaces
7784 also.
7785
7786 2010-03-02 Doug Evans <dje@google.com>
7787
7788 * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
7789 lowpc,highpc args to addrmap_set_empty.
7790
7791 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
7792
7793 * amd64-tdep.c (amd64_byte_names): New.
7794 (amd64_word_names): Likewise.
7795 (amd64_dword_names): Likewise.
7796 (amd64_pseudo_register_name): Likewise.
7797 (amd64_pseudo_register_read): Likewise.
7798 (amd64_pseudo_register_write): Likewise.
7799 (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
7800 and num_mmx_regs. Call set_gdbarch_pseudo_register_read,
7801 set_gdbarch_pseudo_register_write and
7802 set_tdesc_pseudo_register_name. Don't call
7803 set_gdbarch_num_pseudo_regs. Don't set mm0_regnum.
7804
7805 * i386-tdep.c (i386_num_mmx_regs): Removed.
7806 (i386_num_pseudo_regs): Likewise.
7807 (i386_byte_names): New.
7808 (i386_word_names): Likewise.
7809 (i386_byte_regnum_p): Likewise.
7810 (i386_word_regnum_p): Likewise.
7811 (i386_mmx_regnum_p): Updated.
7812 (i386_pseudo_register_name): Make it global. Handle byte and
7813 word pseudo-registers.
7814 (i386_pseudo_register_read): Likewise.
7815 (i386_pseudo_register_write): Likewise.
7816 (i386_pseudo_register_type): Handle byte, word and dword
7817 pseudo-registers
7818 (i386_register_reggroup_p): Don't include pseudo
7819 registers, except for MXX, in any register groups. Don't
7820 include pseudo byte, word, dword registers in general_reggroup.
7821 (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
7822 num_dword_regs, al_regnum, ax_regnum and eax_regnum. Put MMX
7823 pseudo-registers after word pseudo-registers. Call
7824 set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
7825
7826 * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
7827 al_regnum, num_word_regs, ax_regnum, num_dword_regs and
7828 eax_regnum.
7829 (i386_byte_regnum_p): New.
7830 (i386_word_regnum_p): Likewise.
7831 (i386_dword_regnum_p): Likewise.
7832 (i386_pseudo_register_name): Likewise.
7833 (i386_pseudo_register_read): Likewise.
7834 (i386_pseudo_register_write): Likewise.
7835
7836 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
7837
7838 * target-descriptions.c (tdesc_type): Remove
7839 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
7840 (tdesc_predefined_types): Likewise.
7841 (tdesc_gdb_type): Likewise. Pass NULL to append_flags_type_flag
7842 if flag name is empty.
7843 (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
7844
7845 * features/i386/32bit-core.xml: Define i386_eflags.
7846 * features/i386/64bit-core.xml: Likewise.
7847
7848 * features/i386/32bit-sse.xml: Define i386_mxcsr.
7849 * features/i386/64bit-sse.xml: Likewise.
7850
7851 * features/i386/amd64-linux.c: Regenerated.
7852 * features/i386/amd64.c: Likewise.
7853 * features/i386/i386-linux.c: Likewise.
7854 * features/i386/i386.c: Likewise.
7855
7856 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
7857
7858 * gdbtypes.c (append_composite_type_field_raw): New.
7859 (append_composite_type_field_aligned): Use the new function.
7860 * gdbtypes.h (append_composite_type_field_raw): Declare.
7861 * target-descriptions.c (struct tdesc_type_field): Add start and end.
7862 (struct tdesc_type_flag): New type.
7863 (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
7864 kind. Add size to u.u. Add u.f for flags.
7865 (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
7866 (tdesc_free_type): Likewise.
7867 (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
7868 (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
7869 (tdesc_add_bitfield, tdesc_add_flag): New.
7870 * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
7871 (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
7872 * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
7873 current_type. Add current_type_size and current_type_is_flags.
7874 (tdesc_start_union): Clear the new fields.
7875 (tdesc_start_struct, tdesc_start_flags): New.
7876 (tdesc_start_field): Handle struct fields, including bitfields.
7877 (field_attributes): Make type optional. Add start and end.
7878 (union_children): Rename to struct_union_children.
7879 (union_attributes): Rename to struct_union_attributes. Add optional
7880 size.
7881 (flags_attributes): New.
7882 (feature_children): Add struct and flags.
7883 * features/gdb-target.dtd: Add flags and struct to features.
7884 Make field type optional. Add field start and end.
7885
7886 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
7887
7888 * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
7889 (amd64_linux_read_description): Likewise.
7890 (_initialize_amd64_linux_nat): Set to_read_description to
7891 amd64_linux_read_description.
7892
7893 * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
7894 (amd64_linux_register_name): Removed.
7895 (amd64_linux_register_type): Likewise.
7896 (amd64_linux_core_read_description): New.
7897 (amd64_linux_init_abi): Set target description to
7898 tdesc_amd64_linux if needed. Support orig_rax in target
7899 description. Don't call set_gdbarch_register_name nor
7900 set_gdbarch_register_type. Call
7901 set_gdbarch_core_read_description.
7902 (_initialize_amd64_linux_tdep): Call
7903 initialize_tdesc_amd64_linux.
7904
7905 * amd64-linux-tdep.h (tdesc_amd64_linux): New.
7906
7907 * amd64-tdep.c: Include "features/i386/amd64.c".
7908 (amd64_register_names): Removed.
7909 (amd64_register_name): Likewise.
7910 (amd64_register_type): Likewise.
7911 (amd64_init_abi): Set num_core_regs and register_names. Set
7912 target description to tdesc_amd64 if needed. Don't call
7913 set_gdbarch_register_name nor set_gdbarch_register_type.
7914 (_initialize_amd64_tdep): New.
7915
7916 * i386-linux-nat.c (i386_linux_read_description): New.
7917 (_initialize_i386_linux_nat): Set to_read_description to
7918 i386_linux_read_description.
7919
7920 * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
7921 (i386_linux_register_name): Removed.
7922 (i386_linux_core_read_description): New.
7923 (i386_linux_read_description): Likewise.
7924 (i386_linux_init_abi): Don't call set_gdbarch_register_name.
7925 Set target description to tdesc_i386_linux if needed. Support
7926 orig_eax. Set register_reggroup_p. Call
7927 set_gdbarch_core_read_description.
7928 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
7929
7930 * i386-linux-tdep.h (tdesc_i386_linux): New.
7931
7932 * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
7933 with I387_NUM_REGS.
7934
7935 * i386-tdep.c: Include "features/i386/i386.c".
7936 (i386_register_names): Make it const.
7937 (i386_mmx_names): Likewise.
7938 (i386_num_register_names): Removed.
7939 (i386_register_name): Likewise.
7940 (i386_eflags_type): Likewise.
7941 (i386_mxcsr_type): Likewise.
7942 (i386_sse_type): Likewise.
7943 (i386_register_type): Likewise.
7944 (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
7945 (i386_pseudo_register_name): New.
7946 (i386_pseudo_register_type): Likewise.
7947 (i386_mmx_type): Make it static.
7948 (i386_gdbarch_init): Check arch. Replace I386_NUM_FREGS with
7949 I387_NUM_REGS. Set num_core_regs and register_names. Don't
7950 call set_gdbarch_register_name nor set_gdbarch_register_type.
7951 Set register_reggroup_p. Set target description to tdesc_i386
7952 if needed. Call set_tdesc_pseudo_register_type,
7953 set_tdesc_pseudo_register_name and tdesc_use_registers.
7954 (_initialize_i386_tdep): Call initialize_tdesc_i386.
7955 initialize_tdesc_x86_64.
7956
7957 * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
7958 i386_mxcsr_type and i386_sse_type. Add num_core_regs,
7959 register_names, tdesc and register_reggroup_p.
7960 (I386_NUM_FREGS): Removed.
7961 (i386_eflags_type): Likewise.
7962 (i386_mxcsr_type): Likewise.
7963 (i386_mmx_type): Likewise.
7964 (i386_sse_type): Likewise.
7965 (i386_register_name): Likewise.
7966 (i386_regnum): Add I386_MXCSR_REGNUM.
7967 (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
7968
7969 * i387-tdep.h (I387_NUM_REGS): New.
7970
7971 * regformats/i386/i386-linux.dat: Generated.
7972 * regformats/i386/i386.dat: Likewise.
7973 * regformats/i386/amd64-linux.dat: Likewise.
7974 * regformats/i386/amd64.dat: Likewise.
7975
7976 * regformats/reg-i386-linux.dat: Removed.
7977 * regformats/reg-i386.dat: Likewise.
7978 * regformats/reg-x86-64-linux.dat: Likewise.
7979 * regformats/reg-x86-64.dat: Likewise.
7980
7981 2010-03-01 Corinna Vinschen <vinschen@redhat.com>
7982
7983 * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
7984 cygwin_conv_path API rather than the deprecated
7985 cygwin_conv_to_full_posix_path.
7986 * windows-nat.c:
7987 (GetModuleFileNameExA): Undefine for Cygwin.
7988 (GetModuleFileNameExW): Define for Cygwin.
7989 (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
7990 Call GetModuleFileNameExW and convert path to POSIX using
7991 cygwin_conv_path.
7992 (windows_make_so): Always define p. Drop unused variable m.
7993 Don't use Win32 functions to check file existance, rather use
7994 access on Cygwin. Fetch system directory using GetSystemDirectoryW.
7995 Use canonicalize_file_name to get full path.
7996 (get_image_name): Use wcstombs, rather than WideCharToMultiByte
7997 to convert Unicode pathname to multibyte on Cygwin. Otherwise,
7998 use correct target buffer size in call to WideCharToMultiByte.
7999 (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
8000 (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
8001 (windows_create_inferior): Convert all paths and arguments to wchar_t
8002 and use CreateProcessW on Cygwin.
8003 (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
8004 (bad_GetModuleFileNameExA): Undefine for Cygwin.
8005 (bad_GetModuleFileNameExW): Define for Cygwin.
8006 (_initialize_loadable): Load GetModuleFileNameExW into
8007 dyn_GetModuleFileNameExW on Cygwin. Don't load ANSI function on Cygwin.
8008
8009 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
8010
8011 PR python/11036
8012 * python/py-frame.c (frapy_read_var): Add block argument and logic
8013 to cope with user provided blocks.
8014
8015 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8016
8017 * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
8018 New comment.
8019
8020 2010-02-28 Corinna Vinschen <vinschen@redhat.com>
8021
8022 * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
8023 (COMMON_OBS): ... to here since it's used unconditionally.
8024 (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
8025 (SFILES): To here.
8026
8027 2010-02-26 David Daney <ddaney@caviumnetworks.com>
8028
8029 * mips-linux-tdep.c: Update struct sigframe comments.
8030 (SIGFRAME_CODE_OFFSET): Delete macro.
8031 (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
8032 this_frame's sp.
8033 (mips_linux_n32n64_sigframe_init): Same.
8034
8035 2010-02-26 Kevin Buettner <kevinb@redhat.com>
8036
8037 * remote-mips.c (mips_load): Don't use pseudo-register when
8038 invalidating regcache.
8039
8040 2010-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8041
8042 * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
8043
8044 2010-02-26 Pedro Alves <pedro@codesourcery.com>
8045
8046 * NEWS: Add "New targets" section, and mention ARM Symbian
8047 support.
8048
8049 2010-02-26 Ulrich Weigand <uweigand@de.ibm.com>
8050
8051 * dwarf2loc.c (struct piece_closure): Remove ARCH member,
8052 add ADDR_SIZE member.
8053 (allocate_piece_closure): Update.
8054 (copy_pieced_value_closure): Likewise.
8055 (dwarf2_evaluate_loc_desc): Likewise.
8056 (read_pieced_value): Use DWARF address size instead of
8057 GDB's gdbarch_addr_bit as size of values on the DWARF stack.
8058
8059 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
8060 Tom Tromey <tromey@redhat.com>
8061
8062 * python/py-type.c (typy_lookup_typename): Add in block argument.
8063 If provided restrict lookup to specified blocks.
8064 (gdbpy_lookup_type): Likewise.
8065 (typy_lookup_type): Likewise.
8066
8067 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
8068
8069 Symbian config
8070
8071 gdb/
8072 * arm-symbian-tdep.c: New.
8073 * configure.tgt (arm*-*-symbianelf*): New target.
8074 (*-*-symbianelf*): New OS.
8075 * osabi.c (gdb_osabi_names): Add Symbian.
8076 * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
8077 * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
8078 (ALLDEPFILES): Add arm-symbian-tdep.c.
8079
8080 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
8081
8082 * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
8083
8084 2010-02-24 Pedro Alves <pedro@codesourcery.com>
8085
8086 * mi/mi-main.c (mi_cmd_execute): Fix typo.
8087
8088 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
8089 Tom Tromey <tromey@redhat.com>
8090 Thiago Jung Bauermann <bauerman@br.ibm.com>
8091
8092 * python/python.c (_initialize_python): Call
8093 gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
8094 gdbpy_initialize_blocks.
8095 * python/python-internal.h: Declare struct symbol, block and
8096 symtab_and_line. Declare block_object_type and
8097 symbol_object_type
8098 (gdbpy_lookup_symbol gdbpy_block_for_pc)
8099 (symtab_and_line_to_sal_object, symtab_to_symtab_object)
8100 (symbol_to_symbol_object, block_to_block_object)
8101 (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
8102 (gdbpy_initialize_blocks ): Declare.
8103 * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
8104 (frapy_select): Add methods.
8105 (frapy_read_var): Add symbol branch.
8106 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
8107 py-block.
8108 (SUBDIR_PYTHON_SRCS): Likewise.
8109 (py-symbol.o): New rule.
8110 (py-symtab.o): Likewise.
8111 (py-block.o): Likewise.
8112 * python/py-symbol.c: New file.
8113 * python/py-symtab.c: Likewise.
8114 * python/py-block.c: Likewise.
8115
8116 2010-02-24 Pedro Alves <pedro@codesourcery.com>
8117
8118 PR gdb/11321
8119
8120 * inferior.h (prepare_for_detach): Declare.
8121 (struct inferior) <detaching>: New field.
8122 * infrun.c (prepare_for_detach): New.
8123 (handle_inferior_event) <random signal>: Don't stop if detaching.
8124 * target.c (target_detach): Call prepare_for_detach.
8125
8126 2010-02-24 Pedro Alves <pedro@codesourcery.com>
8127
8128 Per-process displaced stepping queue.
8129
8130 * infrun.c (displaced_step_ptid, displaced_step_request_queue)
8131 (displaced_step_gdbarch, displaced_step_closure,
8132 (displaced_step_original, displaced_step_copy): Move globals to
8133 this...
8134 (struct displaced_step_inferior_state): ... new structure.
8135 (displaced_step_inferior_states): New global.
8136 (get_displaced_stepping_state, add_displaced_stepping_state)
8137 (remove_displaced_stepping_state, infrun_inferior_exit): New
8138 functions.
8139 (displaced_step_clear): Add displaced_step_inferior_state
8140 parameter, and adjust to handle it.
8141 (displaced_step_clear_cleanup): Parameter is now a
8142 displaced_step_inferior_state. Adjust.
8143 (displaced_step_prepare): Adjust.
8144 (displaced_step_fixup, displaced_step_fixup)
8145 (infrun_thread_ptid_changed, resume): Adjust.
8146 (init_wait_for_inferior): Don't call displaced_step_clear.
8147 (infrun_thread_stop_requested): Rewrite.
8148 (_initialize_infrun): Install infrun_inferior_exit as
8149 inferior_exit observer.
8150
8151 2010-02-24 Pedro Alves <pedro@codesourcery.com>
8152
8153 * inferior.h (ptid_match): Declare.
8154 * infrun.c (ptid_match): New.
8155 * remote.c (queued_stop_reply): Rewrite and use ptid_match.
8156 (handle_notification): Add debug output.
8157 * linux-nat.c (ptid_match): Delete.
8158
8159 2010-02-24 David S. Miller <davem@davemloft.net>
8160
8161 * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
8162 * syscalls/sparc-linux.xml: New.
8163 * syscalls/sparc64-linux.xml: New.
8164 * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
8165 * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
8166 (sparc32_linux_get_syscall_number): New function.
8167 (sparc32_linux_init_abi): Set syscall XML file name and hook up
8168 syscall number fetcher.
8169 * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
8170 (sparc64_linux_get_syscall_number): New function.
8171 (sparc64_linux_init_abi): Set syscall XML file name and hook up
8172 syscall number fetcher.
8173
8174 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
8175
8176 Multiexec MI
8177
8178 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
8179 * inferior.c (add_inferior_silent): Notify inferior_added
8180 observer.
8181 (delete_inferior_1): Notify inferior_removed observer.
8182 (exit_inferior_1): Pass inferior, not pid, to observer.
8183 (inferior_appeared): Likewise.
8184 (add_inferior_with_spaces): New.
8185 (add_inferior_command): Use the above.
8186 * inferior.h (delete_inferior_1, add_inferior_with_spaces):
8187 Declare.
8188
8189 * inflow.c (inflow_inferior_exit): Likewise.
8190 * jit.c (jit_inferior_exit_hook): Likewise.
8191
8192 * mi/mi-cmds.c (mi_cmds): Register add-inferior and
8193 remove-inferior.
8194 * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
8195 * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
8196 (report_initial_inferior): New.
8197 (mi_inferior_removed): Register the above. Make sure
8198 inferior_added observer is called on the first inferior.
8199 (mi_new_thread, mi_thread_exit): Thread group is now identified by
8200 inferior number, not pid.
8201 (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
8202 affected.
8203 * mi/mi-main.c (current_context): New.
8204 (proceed_thread_callback): Use typed closure.
8205 Proceed everything if pid is 0. Most implementation split into
8206 (proceed_thread): ... this.
8207 (run_one_inferior): New.
8208 (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
8209 Adjust for multiexec behaviour.
8210 (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
8211 (mi_cmd_execute): Handle the 'thread-group' option here.
8212 Do some extra checks.
8213 * mi-parse.c (mi_parse): Handle the --all and --thread-group
8214 options.
8215 * mi-parse.h (struct mi_parse): New fields all and thread_group.
8216
8217 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
8218
8219 Make -exec-run a proper MI commands.
8220
8221 * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
8222 * mi/mi-cmds.c (mi_cmds): Adjust.
8223 * mi/mi-main.c (mi_cmd_exec_run): New.
8224
8225 2010-02-24 Pedro Alves <pedro@codesourcery.com>
8226 Stan Shebs <stan@codesourcery.com>
8227
8228 * tracepoint.h (set_traceframe_number)
8229 (cleanup_restore_current_traceframe): Declare.
8230 * tracepoint.c (set_traceframe_number): New.
8231 (struct current_traceframe_cleanup): New.
8232 (do_restore_current_traceframe_cleanup)
8233 (restore_current_traceframe_cleanup_dtor)
8234 (make_cleanup_restore_current_traceframe): New.
8235 * infrun.c: Include tracepoint.h.
8236 (fetch_inferior_event): Switch out and in of tfind mode.
8237
8238 2010-02-24 Pedro Alves <pedro@codesourcery.com>
8239
8240 * breakpoint.c (breakpoint_init_inferior): Also delete
8241 bp_shlib_event breakpoints.
8242 * solib-frv.c (enable_break): Remove call to
8243 remove_solib_event_breakpoints.
8244 * solib-svr4.c (enable_break): Ditto.
8245 * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
8246 * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
8247 * solib-som.c (som_solib_create_inferior_hook): Ditto.
8248 * solib-spu.c (spu_enable_break): Ditto.
8249
8250 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
8251
8252 * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
8253
8254 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
8255
8256 * varobj.c (varobj_update): Avoid non-constants in initializers.
8257
8258 2010-02-23 Tom Tromey <tromey@redhat.com>
8259
8260 * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
8261 handle big-endian values.
8262 (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
8263
8264 2010-02-22 Pedro Alves <pedro@codesourcery.com>
8265
8266 PR9605
8267
8268 gdb/
8269 * breakpoint.c (insert_bp_location): If inserting the read
8270 watchpoint failed, fallback to an access watchpoint.
8271 (bpstat_check_watchpoint): Stop for read watchpoint triggers even
8272 if the value changed, if not watching the same memory for writes.
8273 (watchpoint_locations_match): Add comment.
8274 (update_global_location_list): Copy the location's watchpoint type.
8275 * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
8276 handle read watchpoints here.
8277 (i386_insert_watchpoint): Read watchpoints aren't supported.
8278 * remote.c (remote_insert_watchpoint): Return 1 for unsupported
8279 packets.
8280 * target.h (target_insert_watchpoint): Update description.
8281
8282 2010-02-19 Tom Tromey <tromey@redhat.com>
8283
8284 * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
8285 * m2-typeprint.c (m2_print_type): Update.
8286 * gdbtypes.c (recursive_dump_type): Update.
8287 (copy_type_recursive): Update.
8288 * c-typeprint.c (c_type_print_varspec_prefix): Update.
8289 (c_type_print_base): Update.
8290 * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
8291 Remove.
8292 (struct cplus_struct_type) <ntemplate_args>: Remove.
8293 <struct template_arg>: Remove.
8294 <is_dynamic>: Move earlier.
8295 (TYPE_TEMPLATE_ARGS): Remove.
8296 (TYPE_NTEMPLATE_ARGS): Remove.
8297 (TYPE_TEMPLATE_ARG): Remove.
8298
8299 2010-02-19 Tom Tromey <tromey@redhat.com>
8300
8301 PR c++/8693, PR c++/9496:
8302 * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
8303 * c-exp.y (lex_one_token): Rename from yylex. Don't call
8304 write_dollar_variable. Don't try to classify NAME tokens.
8305 (token_and_value): New type.
8306 (token_fifo, popping, name_obstack): New globals.
8307 (classify_name): New function.
8308 (classify_inner_name): Likewise.
8309 (yylex): Likewise.
8310 (VARIABLE): Now has type sval.
8311 (exp : VARIABLE): Call write_dollar_variable.
8312 (qualified_name): Use TYPENAME, not typebase. Add production for
8313 multiple "::" instances.
8314 (variable): Use name_not_typename.
8315 (qualified_type): Remove.
8316 (typebase): Update.
8317
8318 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8319
8320 * symfile.c (addr_info_make_relative): Extend comment. Move SECT to
8321 a more inner block. Initialize ADDR by LOWER_OFFSET only if it was
8322 found by bfd_get_section_by_name.
8323 * symfile.h (struct section_addr_info) <sectindex>: New comment.
8324
8325 2010-02-19 Joel Brobecker <brobecker@adacore.com>
8326
8327 * NEWS: Add new "[...] since 7.1" section. Rename the "[...] since
8328 7.0 section" into "Changes in 7.1".
8329
8330 2010-02-19 Joel Brobecker <brobecker@adacore.com>
8331
8332 GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
8333 * version.in: Bump version to 7.1.50.20100219-cvs.
8334
8335 2010-02-18 Harald Koenig <H.Koenig@science-computing.de>
8336
8337 * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
8338 * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
8339
8340 2010-02-17 Tom Tromey <tromey@redhat.com>
8341
8342 * NEWS: Add Python API Improvements section.
8343
8344 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
8345
8346 * NEWS: Correct typo.
8347
8348 2010-02-17 Tom Tromey <tromey@redhat.com>
8349
8350 * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
8351
8352 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8353
8354 * symfile.c (build_section_addr_info_from_objfile): Include sections
8355 only if they are SEC_ALLOC or SEC_LOAD.
8356
8357 2010-02-17 H.J. Lu <hongjiu.lu@intel.com>
8358
8359 PR shlibs/11293
8360 * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
8361 of ULONGEST for address size.
8362
8363 2010-02-17 Tom Tromey <tromey@redhat.com>
8364
8365 * NEWS: Add C++ improvements section.
8366
8367 2010-02-17 Ulrich Weigand <uweigand@de.ibm.com>
8368
8369 * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
8370 PyThreadState_Swap): Avoid "statement with no effect" warning.
8371
8372 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8373
8374 * solib-svr4.c (enable_break <target_auxv_search>): New variable
8375 addr_bit. Adjust LOAD_ADDR sign for cross-arch inferiors.
8376
8377 2010-02-17 Tristan Gingold <gingold@adacore.com>
8378 Petr Hluzin <petr.hluzin@gmail.com>
8379
8380 * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
8381 gdb_assert. Fix info->size for SIG prologue.
8382
8383 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
8384
8385 * infcmd.c (show_inferior_tty_command): Check for NULL.
8386 Correct output message.
8387
8388 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
8389
8390 * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
8391 FUNCTION contains parentheses. Improve removal of a trailing
8392 single quote.
8393
8394 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
8395
8396 * gcore.c (do_bfd_delete_cleanup): New function.
8397 (gcore_command): Use it. Discard the cleanup after success.
8398 (gcore_copy_callback): Delete dead code.
8399
8400 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
8401
8402 * symfile.c (addr_info_make_relative): Always use
8403 find_lowest_section.
8404
8405 2010-02-16 Sami Wagiaalla <swagiaal@redhat.com>
8406
8407 * NEWS: Added entry for namespace fixes.
8408
8409 2010-02-15 Tom Tromey <tromey@redhat.com>
8410
8411 * dwarf2read.c (guess_structure_name): Allocate name on the
8412 objfile obstack.
8413
8414 2010-02-15 Tom Tromey <tromey@redhat.com>
8415
8416 * c-typeprint.c (c_type_print_base): Reverse order of test.
8417
8418 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8419
8420 * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize. Optionally
8421 initialize it from ELF BFD. Extend the prelink condition by it.
8422
8423 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8424
8425 * defs.h (parse_pid_to_attach): New.
8426 * utils.c (parse_pid_to_attach): New.
8427 * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
8428 * gnu-nat.c (gnu_attach): Likewise.
8429 * nto-procfs.c (procfs_attach): Likewise.
8430 * procfs.c (procfs_attach): Likewise.
8431 * windows-nat.c (windows_attach): Likewise.
8432 * inf-ptrace.c (inf_ptrace_attach): Likewise. Remove variable dummy.
8433 * inf-ttrace.c (inf_ttrace_attach): Likewise.
8434 * remote.c (extended_remote_attach_1): Likewise. New comment on getpid
8435 check.
8436
8437 2010-02-14 Masaki Muranaka <monaka@monami-software.com>
8438
8439 * MAINTAINERS: Add myself for write after approval privileges.
8440
8441 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8442
8443 * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
8444 block.
8445
8446 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8447
8448 * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
8449 only if INFO_VERBOSE.
8450
8451 2010-02-12 Tomas Holmberg <th@virtutech.com>
8452
8453 * mi/mi-main.c: Added the --reverse flag to the following MI
8454 commands: exec-continue, exec-finish, exec-next, exec-step,
8455 exec-next-instruction, exec-step-instruction. This is to
8456 support reverse execution over the MI interface to gdb.
8457
8458 2010-02-12 Pedro Alves <pedro@codesourcery.com>
8459
8460 * tracepoint.c (_initialize_tracepoint): Specify that the address
8461 range of `tfind outsize' is exclusive, and that the address range
8462 of `tfind range' is inclusive, in the commands' help strings.
8463
8464 2010-02-12 Joel Brobecker <brobecker@adacore.com>
8465
8466 Spurious "dll not found" error messages on x64-windows.
8467 * windows-nat.c: Add include of complaints.h.
8468 (handle_unload_dll): Change dll-not-found error into a complaint.
8469
8470 2010-02-12 Pedro Alves <pedro@codesourcery.com>
8471
8472 * breakpoint.c (allocate_bp_location): Use bp_loc_other for
8473 bp_tracepoint and bp_fast_tracepoint, not
8474 bp_loc_software_breakpoint.
8475 (update_global_location_list): Tracepoints are never duplicates of
8476 anything.
8477
8478 2010-02-12 Pedro Alves <pedro@codesourcery.com>
8479
8480 * breakpoint.c (break_command_really): Change return type to int.
8481 Return false if no breakpoint was created, true otherwise.
8482 (trace_command): Don't set the tracepoint count if no tracepoint
8483 was created.
8484 (ftrace_command): Ditto.
8485 (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
8486 created in the breakpoints table.
8487
8488 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8489 Ulrich Weigand <uweigand@de.ibm.com>
8490
8491 * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
8492
8493 2010-02-11 Pedro Alves <pedro@codesourcery.com>
8494
8495 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
8496 the offset value isn't of integral type.
8497
8498 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8499
8500 * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
8501 New.
8502
8503 2010-02-11 Pedro Alves <pedro@codesourcery.com>
8504
8505 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
8506 non-subscriptable types.
8507 * valarith.c (binop_types_user_defined_p): New, abstracted out
8508 from ...
8509 (binop_user_defined_p): ... this.
8510 * value.h (binop_types_user_defined_p): Declare.
8511
8512 2010-02-11 Pedro Alves <pedro@codesourcery.com>
8513
8514 * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
8515 Merge uploaded TSVs before merging uploaded tracepoints.
8516
8517 2010-02-11 Pedro Alves <pedro@codesourcery.com>
8518
8519 * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
8520
8521 2010-02-11 Vladimir Prus <vladimir@codesourcery.com>
8522
8523 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
8524 whitespace character after a dot in comment.
8525 (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
8526 Likewise.
8527 (list_args_or_locals): For the 'all' (that is
8528 -stack-list-variables) case, always output list of tuples.
8529 Output 'arg' field if variable is argument.
8530
8531 2010-02-10 Tom Tromey <tromey@redhat.com>
8532
8533 * parser-defs.h (parser_debug): Declare.
8534 * parse.c (_initialize_parse): Install "debug parser" set/show
8535 command.
8536 (parser_debug): New global.
8537 (show_parserdebug): New function.
8538 * c-exp.y (c_parse): Set yydebug.
8539
8540 2010-02-10 H.J. Lu <hongjiu.lu@intel.com>
8541
8542 * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
8543 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
8544 (tdesc_predefined_types): Add i387_ext, i386_eflags and
8545 i386_mxcsr.
8546 (tdesc_find_type): New.
8547 (tdesc_gdb_type): Use tdesc_find_type. Handle TDESC_TYPE_I387_EXT,
8548 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
8549
8550 * target-descriptions.h (tdesc_find_type): New.
8551
8552 2010-02-10 Michael Snyder <msnyder@vmware.com>
8553
8554 * gdb-gdb.py: Comment fix.
8555
8556 2010-02-09 Tristan Gingold <gingold@adacore.com>
8557
8558 * machoread.c (macho_symfile_relocate): New function.
8559 (macho_sym_fns): Use macho_symfile_relocate instead of
8560 default_symfile_relocate.
8561 (macho_oso_data): New type.
8562 (current_oso): New variable.
8563 (macho_add_oso_symfile): Do not compute section_addr_info, but
8564 instead set vma of sections.
8565 Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
8566 Set and clear current_oso.
8567
8568 2010-02-09 Joel Brobecker <brobecker@adacore.com>
8569
8570 Wrong type description for tagged type parameter.
8571 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
8572 EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
8573 reference to a tagged type.
8574
8575 2010-02-09 Tristan Gingold <gingold@adacore.com>
8576
8577 * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
8578 brothers of the parent.
8579
8580 2010-02-08 Tom Tromey <tromey@redhat.com>
8581
8582 PR c++/8017:
8583 * value.h: Update.
8584 * valops.c (search_struct_field): Make 'name' const.
8585 (search_struct_method): Likewise.
8586 (find_method_list): Make 'method' const.
8587 (value_struct_elt): Make 'name' and 'err' const.
8588 (value_find_oload_method_list): Make 'method' const.
8589 (find_overload_match): Make 'name' const.
8590 * eval.c (evaluate_subexp_standard): New locals function,
8591 function_name.
8592 <OP_FUNCALL>: Handle OP_SCOPE specially.
8593
8594 2010-02-08 Ulrich Weigand <uweigand@de.ibm.com>
8595
8596 * infrun.c (handle_inferior_event): Do not look up regcache
8597 for exited processes.
8598
8599 2010-02-08 Chris Moller <moller@mollerware.com>
8600
8601 PR gdb/10728
8602 * valarith.c (value_ptrdiff): Added a test for a zero type length,
8603 warn if found, and assume length = 1.
8604
8605 2010-02-08 Chris Moller <cmoller@redhat.com>
8606
8607 PR gdb/9067
8608 * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
8609 (cp_print_static_field) Fix use of obstacks.
8610
8611 2010-02-08 Pedro Alves <pedro@codesourcery.com>
8612
8613 * linux-nat.c (linux_nat_resume): In non-stop, also only tag
8614 resumed LWPs as resumed.
8615 (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
8616 we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
8617 of throwing an internal error. If an LWP of a process we're not
8618 waiting for reports a signal, don't force collecting a SIGSTOP,
8619 and if it was breakpoint hit in non-stop mode, cancel it. Don't
8620 go through all LWPs cancelling breakpoints in non-stop mode.
8621 (resume_stopped_resumed_lwps): New.
8622 (linux_nat_wait): Use it.
8623
8624 2010-02-07 H.J. Lu <hongjiu.lu@intel.com>
8625
8626 * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
8627 i386/amd64 and i386/amd64-linux.
8628 (i386/i386-expedite): New.
8629 (i386/i386-linux-expedite): Likewise.
8630 (i386/amd64-expedite):Likewise.
8631 (i386/amd64-linux-expedite): Likewise.
8632 ($(outdir)/i386/i386-linux.dat): Likewise.
8633 ($(outdir)/i386/amd64.dat): Likewise.
8634 ($(outdir)/i386/amd64-linux.dat): Likewise.
8635
8636 * features/i386/32bit-core.xml: New.
8637 * features/i386/32bit-linux.xml: Likewise.
8638 * features/i386/32bit-sse.xml: Likewise.
8639 * features/i386/64bit-core.xml: Likewise.
8640 * features/i386/64bit-linux.xml: Likewise.
8641 * features/i386/64bit-sse.xml: Likewise.
8642 * features/i386/i386-linux.xml: Likewise.
8643 * features/i386/i386.xml: Likewise.
8644 * features/i386/amd64-linux.xml: Likewise.
8645 * features/i386/amd64.xml: Likewise.
8646 * features/i386/i386-linux.c: Likewise.
8647 * features/i386/i386.c: Likewise.
8648 * features/i386/amd64-linux.c: Likewise.
8649 * features/i386/amd64.c: Likewise.
8650
8651 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
8652
8653 PR c++/7935:
8654 * cp-support.h: Added char* alias element to using_direct data
8655 struct.
8656 (cp_add_using): Added char* alias argument.
8657 (cp_add_using_directive): Ditto.
8658 * cp-namespace.c: Updated with the above changes.
8659 (cp_lookup_symbol_imports): Check for aliases.
8660 * dwarf2read.c (read_import_statement): Figure out local alias
8661 for the import and pass it on to cp_add_using.
8662 (read_namespace): Pass alias argument to cp_add_using.
8663
8664 2010-02-05 Hui Zhu <teawater@gmail.com>
8665
8666 * defs.h (gdb_bfd_errmsg): New extern.
8667 * exec.c (exec_file_attach): Change bfd_errmsg to
8668 gdb_bfd_errmsg.
8669 * utils.c (AMBIGUOUS_MESS1): New macro.
8670 (AMBIGUOUS_MESS2): New macro.
8671 (gdb_bfd_errmsg): New function.
8672
8673 2010-02-04 Doug Evans <dje@google.com>
8674
8675 * solib-svr4.c (enable_break): Add comment.
8676
8677 2010-02-04 Anthony Green <green@moxielogic.com>
8678
8679 * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
8680 gracefully.
8681
8682 2010-02-04 Tom Tromey <tromey@redhat.com>
8683
8684 * valops.c (search_struct_field): Account for
8685 value_embedded_offset. Fix check for virtual base past the end of
8686 the object. Use value_copy when making a slice of the value.
8687
8688 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
8689
8690 PR tui/9622
8691 * tui/tui-interp.c (tui_init): Call tui_initialize_readline
8692 only if gdb_stdout is a tty.
8693
8694 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
8695
8696 * target-descriptions.c: Include "osabi.h".
8697 (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
8698 OSABI.
8699
8700 2010-02-04 Tristan Gingold <gingold@adacore.com>
8701
8702 * machoread.c (macho_add_oso): Renamed to macho_register_oso.
8703 (macho_symtab_read): Adjust calls to macho_add_oso.
8704 (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
8705 (macho_symfile_read): Adjust call to macho_oso_symfile.
8706 (macho_new_init): Move this function after declarations.
8707 (macho_symfile_init): Ditto.
8708 * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
8709 * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
8710
8711 2010-02-04 Vladimir Prus <vladimir@codesourcery.com>
8712
8713 Include MI command in remotelog.
8714
8715 * mi/mi-main.c (mi_execute_command): Call target_log_command.
8716
8717 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
8718
8719 * remote.c (remote_state): Remove gdbarch.
8720 (init_remote_state): Don't set gdbarch.
8721 (remote_query_supported): Pass target_gdbarch instead of
8722 rs->gdbarch to gdbarch_qsupported.
8723
8724 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
8725
8726 * gdbarch.sh: Add qsupported.
8727
8728 * gdbarch.c: Regenerated.
8729 * gdbarch.h: Likewise.
8730
8731 * remote.c (remote_state): Add gdbarch.
8732 (init_remote_state): Set gdbarch.
8733 (remote_query_supported): Support gdbarch_qsupported.
8734
8735 2010-02-03 Daniel Jacobowitz <dan@codesourcery.com>
8736
8737 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
8738 __FreeBSD_kernel_version.
8739
8740 2010-02-03 Tristan Gingold <gingold@adacore.com>
8741
8742 * symfile.h (struct sym_fns): Add sym_relocate field.
8743 (default_symfile_relocate): New prototype.
8744 (symfile_relocate_debug_section): First argument is now an objfile.
8745 * symfile.c (default_symfile_relocate): Rename from
8746 symfile_relocate_debug_section, first argument is now an objfile.
8747 (symfile_relocate_debug_section): New function.
8748 * coffread.c (coff_sym_fns): Set sym_relocate field.
8749 * somread.c (som_sym_fns): Ditto.
8750 * mipsread.c (ecoff_sym_fns): Ditto.
8751 * machoread.c (macho_sym_fns): Ditto.
8752 * elfread.c (elf_sym_fns): Ditto.
8753 * dwarf2read.c (dwarf2_read_section): Ditto.
8754 * xcoffread.c (xcoff_sym_fns): Ditto.
8755 * dbxread.c (aout_sym_fns): Ditto.
8756 (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
8757 (elfstab_build_psymtabs): Ditto.
8758
8759 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
8760
8761 * defs.h (MAX_REGISTER_SIZE): Increase to 32.
8762
8763 2010-02-02 Tom Tromey <tromey@redhat.com>
8764
8765 * valops.c (value_cast_structs): Try downcasting using the RTTI
8766 type.
8767
8768 2010-02-02 Tom Tromey <tromey@redhat.com>
8769
8770 * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
8771 (gnuv2_baseclass_offset): Now static.
8772 * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
8773 * gnu-v2-abi.h: Remove.
8774
8775 2010-02-02 Tom Tromey <tromey@redhat.com>
8776
8777 * m2-typeprint.c (m2_record_fields): Don't use
8778 TYPE_DECLARED_TYPE.
8779 * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
8780 (struct main_type) <flag_declared_class>: New field.
8781 (struct cplus_struct_type) <declared_type>: Remove.
8782 <ntemplate_args>: Move earlier.
8783 (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
8784 (DECLARED_TYPE_TEMPLATE): Remove.
8785 (TYPE_DECLARED_TYPE): Remove.
8786 * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
8787 * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
8788 * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
8789 TYPE_DECLARED_TYPE.
8790
8791 2010-02-02 Tom Tromey <tromey@redhat.com>
8792
8793 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
8794 * valops.c (search_struct_field): Compute nbases after calling
8795 CHECK_TYPEDEF.
8796 (check_field): Call CHECK_TYPEDEF.
8797 * cp-valprint.c (cp_print_value): Pass correct address to
8798 baseclass_offset. Fix check for virtual base past the end of the
8799 object. Don't offset address passed to cp_print_value_fields or
8800 apply_val_pretty_printer.
8801 (cp_print_value_fields): Fix call to val_print.
8802 (cp_print_value_fields_rtti): New function.
8803 * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
8804 * p-valprint.c (pascal_object_print_value_fields): Fix call to
8805 val_print.
8806 * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
8807 offset to address.
8808 * language.h (struct language_defn) <la_val_print>: Document.
8809 * c-lang.h (cp_print_value_fields_rtti): Declare.
8810
8811 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8812
8813 PR libc/11214:
8814 * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
8815 (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
8816 (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
8817
8818 2010-02-01 Michael Matz <matz@suse.de>
8819 Daniel Jacobowitz <dan@codesourcery.com>
8820
8821 * i386-tdep.c (i386_frame_cache): Assume valid anonymous
8822 functions use a frame pointer.
8823
8824 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8825
8826 * solib-svr4.c (scan_dyntag): New variable dyn_addr. Replace gdb_assert
8827 by a conditional setting DYN_ADDR. Use DYN_ADDR.
8828 * config/djgpp/fnchange.lst: Add translations for
8829 symbol-without-target_section.exp and symbol-without-target_section.c.
8830
8831 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8832
8833 * gdbarch.sh: Set LANG and LC_ALL to C, not c.
8834 (remote_breakpoint_for_pc): Correct invalid_p check.
8835 * gdbarch.c: Regenerated.
8836
8837 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8838
8839 * arm-tdep.c (arm_find_mapping_symbol): New function, from
8840 arm_pc_is_thumb.
8841 (arm_pc_is_thumb): Use arm_find_mapping_symbol.
8842 (extend_buffer_earlier): New function.
8843 (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
8844 (arm_adjust_breakpoint_address): New function.
8845 (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
8846
8847 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8848
8849 * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
8850 (arm_linux_thumb2_le_breakpoint): New constants.
8851 (arm_linux_init_abi): Set thumb2_breakpoint and
8852 thumb2_breakpoint_size.
8853 * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
8854 (thumb_get_next_pc): Add a comment. Rename IT to ITSTATE.
8855 Implement support for single stepping through IT blocks if
8856 a 32-bit Thumb breakpoint instruction is available.
8857 (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
8858 is available, use it when needed.
8859 (arm_remote_breakpoint_from_pc): New function.
8860 (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
8861 * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
8862 comment. Add thumb2_breakpoint and thumb2_breakpoint_size.
8863
8864 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8865
8866 * arch-utils.c (default_remote_breakpoint_from_pc): New function.
8867 * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
8868 * gdbarch.c, gdbarch.h: Regenerated.
8869 * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
8870 * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
8871 gdbarch_remote_breakpoint_from_pc.
8872
8873 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8874
8875 * infrun.c (prepare_to_proceed): Handle other signals which might
8876 match a breakpoint.
8877 (handle_inferior_event): Move the check for unusual breakpoint
8878 signals earlier.
8879
8880 2010-01-29 Paul Hilfinger <hilfinger@adacore.com>
8881
8882 amd64 - function returning record with field straddling 2 registers.
8883 * amd64-tdep.c (amd_classify_aggregate): Handle the case of
8884 a record of length <= 16 in which a field straddles the two
8885 eightbytes.
8886
8887 2010-01-29 Joel Brobecker <brobecker@adacore.com>
8888
8889 Implement return values on amd64-windows.
8890 * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
8891 (amd64_windows_return_value): New function.
8892 (amd64_windows_init_abi): Call set_gdbarch_return_value with
8893 amd64_windows_return_value.
8894
8895 2010-01-29 Joel Brobecker <brobecker@adacore.com>
8896
8897 amd64-windows: 32 bytes allocated on stack by caller for integer
8898 parameter registers.
8899 * i386-tdep.h (struct gdbarch_tdep): Add new field
8900 integer_param_regs_saved_in_caller_frame.
8901 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
8902 tdep->integer_param_regs_saved_in_caller_frame to 1.
8903 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
8904 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
8905
8906 2010-01-29 Joel Brobecker <brobecker@adacore.com>
8907
8908 amd64-windows: memory args passed by pointer during function calls.
8909 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
8910 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
8911 where tdep->memory_args_by_pointer is non-zero.
8912 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
8913 tdep->memory_args_by_pointer to 1.
8914
8915 2010-01-29 Joel Brobecker <brobecker@adacore.com>
8916
8917 amd64-windows: Integer parameters in function calls.
8918 * i386-tdep.h (enum amd64_reg_class): New, moved here from
8919 amd64-tdep.c.
8920 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
8921 call_dummy_integer_regs, and classify.
8922 * amd64-tdep.h (amd64_classify): Add declaration.
8923 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
8924 (amd64_reg_class): Delete, moved to i386-tdep.h.
8925 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
8926 Replace call to amd64_classify by call to tdep->classify.
8927 (amd64_push_arguments): Get the list of registers to use for
8928 passing integer parameters from the gdbarch tdep structure,
8929 rather than using a hardcoded one. Replace calls to amd64_classify
8930 by calls to tdep->classify.
8931 (amd64_push_dummy_call): Get the register number used for
8932 the "hidden" argument from tdep->call_dummy_integer_regs.
8933 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
8934 and tdep->call_dummy_integer_regs. Set tdep->classify.
8935 * amd64-windows-tdep.c: Add include of gdbtypes.h.
8936 (amd64_windows_dummy_call_integer_regs): New static global.
8937 (amd64_windows_classify): New function.
8938 (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
8939 tdep->call_dummy_integer_regs and tdep->classify.
8940
8941 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
8942
8943 * regcache.c (regcache_xmalloc): Add aspace argument. Use it
8944 for the new regcache. All callers updated.
8945 (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
8946 (get_thread_arch_regcache): Do not set aspace here.
8947 * regcache.h (regcache_xmalloc): Update declaration.
8948
8949 * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
8950 regcache_xmalloc updated.
8951
8952 2010-01-28 Joel Brobecker <brobecker@adacore.com>
8953
8954 Another -Wunused-function error in procfs.c (sparc-solaris)
8955 * procfs.c (insert_dbx_link_breakpoint): Delete declaration. Move up.
8956 Only define if SYS_syssgi is defined.
8957 (remove_dbx_link_breakpoint): Delete declaration. Move up.
8958 (dbx_link_addr, insert_dbx_link_bpt_in_file)
8959 (insert_dbx_link_bpt_in_region): Move up. Only define if SYS_syssgi
8960 is itself defined.
8961
8962 2010-01-27 Christopher Faylor <me+cygwin@cgf.cx>
8963
8964 * windows-nat.c (windows_initialization_done): New variable.
8965 (get_windows_debug_event): Issue error when process dies before
8966 completely initializing.
8967 (do_initial_windows_stuff): Set flag to indicate when we are done with
8968 the initial steps of attaching to the child.
8969
8970 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8971
8972 * symtab.h (struct symbol <symtab>): New comment on NULL values.
8973
8974 2010-01-27 Doug Evans <dje@google.com>
8975
8976 * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
8977
8978 * breakpoint.c (bpstat_stop_status): Delete useless code.
8979
8980 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8981
8982 * printcmd.c (display_uses_solib_p): Remove variable section. Access
8983 objfile via SYMBOL_SYMTAB.
8984
8985 2010-01-26 Tom Tromey <tromey@redhat.com>
8986
8987 PR exp/7643:
8988 * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
8989 coerce_array on result.
8990
8991 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
8992
8993 * cp-namespace.c (cp_lookup_symbol_namespace): Added
8994 search_parent argument.
8995 (cp_add_using): Initialize 'searched' field.
8996 (reset_directive_searched): New function.
8997 * cp-support.h: Add 'searched' field to using_direct struct.
8998 (cp_lookup_symbol_imports): Ditto.
8999 * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
9000 Perform recursive search.
9001 Implement non parent search.
9002 * valops.c (value_maybe_namespace_elt): Updated.
9003
9004 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
9005
9006 PR gdb/10929:
9007 * dwarf2read.c (read_lexical_block_scope): Create blocks for
9008 scopes which contain using directives even if they contain no
9009 declarations.
9010 * symtab.c (lookup_symbol_aux): Pass lowest level block to
9011 la_lookup_symbol_nonlocal.
9012 * cp-namespace.c (cp_lookup_symbol_nonlocal): call
9013 cp_lookup_symbol_namespace.
9014 (cp_lookup_symbol_namespace): Perform an import lookup at every
9015 block level.
9016 (cp_lookup_symbol_imports): New function.
9017 (cp_lookup_symbol_in_namespace): New function.
9018
9019 2010-01-25 Tom Tromey <tromey@redhat.com>
9020
9021 PR gdb/11049:
9022 * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
9023 result.
9024
9025 2010-01-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9026
9027 * configure.ac: Only use host_os part when disabling TUI on osf.
9028 Use test to check variables, prefix strings with x.
9029 * configure: Regenerate.
9030
9031 * solib-osf.c (osf_current_sos): Initialize tail.
9032
9033 2010-01-25 gingold <gingold@adacore.com>
9034
9035 * windows-nat.c (windows_continue): Use %x to print thread id.
9036 (get_windows_debug_event): Ditto.
9037
9038 2010-01-22 Tom Tromey <tromey@redhat.com>
9039
9040 PR symtab/11199:
9041 * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
9042 type and arguments. Use smash_to_methodptr_type.
9043 (read_structure_type): Call quirk_gcc_member_function_pointer
9044 later.
9045 * gdbtypes.h (smash_to_methodptr_type): Declare.
9046 * gdbtypes.c (smash_to_methodptr_type): New function.
9047 (lookup_methodptr_type): Use it.
9048
9049 2010-01-21 Tom Tromey <tromey@redhat.com>
9050
9051 PR symtab/11198:
9052 * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
9053 * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
9054 * glibc-tdep.c (find_minsym_and_objfile): Remove.
9055 (glibc_skip_solib_resolver): Use
9056 lookup_minimal_symbol_and_objfile.
9057
9058 2010-01-21 Kai Tietz <kai.tietz@onevision.com>
9059
9060 * inflow.c (check_syscall): Guard by #if clause for GO32 and
9061 WIN32 targets.
9062
9063 2010-01-20 Tom Tromey <tromey@redhat.com>
9064
9065 PR backtrace/10770:
9066 * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
9067 BINOP_GEQ. Handle BINOP_NOTEQUAL in the signed case.
9068 * dwarf2expr.c (new_dwarf_expr_context): Allocate
9069 dwarf_stack_values, not CORE_ADDRs.
9070 (execute_stack_op): Change DW_OP_div and comparison operators to
9071 use signed operands.
9072
9073 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
9074
9075 Per-inferior args and tty and environment.
9076
9077 * infcmd.c (inferior_args): Rename to ...
9078 (inferior_args_scratch): ... this.
9079 (inferior_io_terminal): Rename to ...
9080 (inferior_io_terminal_scratch): ... this.
9081 (inferior_argc, inferior_argv): Remove.
9082 (set_inferior_io_terminal, get_inferior_io_terminal): Store
9083 inside current_inferior().
9084 (set_inferior_tty_command, show_inferior_tty_command): New.
9085 (get_inferior_args, set_inferior_args): Store inside
9086 current_inferior().
9087 (notice_args_set): Likewise and rename to...
9088 (set_args_command): ... this.
9089 (set_inferior_args_vector): Likewise.
9090 (notice_args_read): Rename to...
9091 (show_args_command): ...new.
9092 (tty_command): Remove.
9093 (run_command_1): Don't free old args, as they are freed by
9094 set_inferior_arg now.
9095 (run_no_args_command): Likewise.
9096 (inferior_environ): Remove.
9097 (run_command_1): Use environment of the current inferior.
9098 (environment_info, set_environment_command)
9099 (unset_environment_command, path_info, path_command): Likewise.
9100 (_initialize_infcmd): Adjust for function and variable renames.
9101 Do not init inferior_environ.
9102 * inferior.h (set_inferior_arg): Adjust prototype.
9103 (struct inferior): New fields args, argc, argv, terminal, environment.
9104 (inferior_environ): Remove declaration.
9105 * inferior.c (free_inferior): Free new fields.
9106 (add_inferior_silent): Initialize 'environment' field.
9107 * main.c (captured_main): Set arguments only after the initial
9108 inferior has been created. Set set_inferior_io_terminal,
9109 not tty_command.
9110 * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
9111 inferior.
9112 (_initialize_mi_cmd_env): Adjust for disappearance of global
9113 inferior_environ.
9114 * solib.c (solib_find): Use environment of the current inferior.
9115
9116 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9117
9118 * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
9119 HAVE_PYTHON.
9120 (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
9121
9122 2010-01-20 Joel Brobecker <brobecker@adacore.com>
9123
9124 Get rid of ada-lang.c:function_name_from_pc.
9125 * ada-lang.c: Add "stack.h" #include.
9126 (function_name_from_pc): Delete.
9127 (is_known_support_routine): Replace call to function_name_from_pc
9128 by call to find_frame_funname.
9129 (ada_unhandled_exception_name_addr_from_raise): Likewise.
9130
9131 2010-01-19 Tom Tromey <tromey@redhat.com>
9132
9133 PR c++/11026:
9134 * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
9135 objfile obstack.
9136
9137 2010-01-19 Tom Tromey <tromey@redhat.com>
9138
9139 * top.c (stop_sig, float_handler, do_nothing): Remove.
9140
9141 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9142
9143 * breakpoint.c (watchpoint_check): Check the call
9144 gdbarch_in_function_epilogue_p before calling frame_find_by_id.
9145 Extend the comment.
9146 * config/djgpp/fnchange.lst: Add translations for
9147 watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
9148 watchpoint-cond-gone-stripped.c.
9149
9150 2010-01-19 Tom Tromey <tromey@redhat.com>
9151
9152 PR c++/8000:
9153 * dwarf2read.c (partial_die_parent_scope): Put enumeration type
9154 into parent scope, and enumerator into grandparent scope.
9155
9156 2010-01-19 Joel Brobecker <brobecker@adacore.com>
9157
9158 * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
9159
9160 2010-01-19 Joel Brobecker <brobecker@adacore.com>
9161
9162 * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
9163 i[34567]86-*-solaris2.1[0-9]*.
9164 * configure.tgt: Likewise.
9165
9166 2010-01-19 Joel Brobecker <brobecker@adacore.com>
9167
9168 * NEWS: Document the source command enhancement allowing it
9169 to load Python scripts. Document the "set/show script-extension"
9170 commands.
9171
9172 2010-01-19 Joel Brobecker <brobecker@adacore.com>
9173
9174 Add -Wunused-function to compile flags.
9175 * configure.ac: Add -Wunused-function to build_warnings.
9176 * configure: Regenerate.
9177
9178 2010-01-19 Joel Brobecker <brobecker@adacore.com>
9179
9180 "delete" ada-lex.c:input function, not used.
9181 * ada-lex.l: #define YY_NO_INPUT.
9182
9183 2010-01-19 Joel Brobecker <brobecker@adacore.com>
9184
9185 Delete free_named_symtabs and associated cleanup.
9186 * symfile.h (free_named_symtabs): Delete declaration.
9187 * symfile.c: Remove some commented out code (clear_symtab_users_once).
9188 (cashier_psymtab): Comment function out.
9189 Delete declaration.
9190 (free_named_symtabs): Delete.
9191 * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
9192 * dbxread.c (end_psymtab): Likewise.
9193 * dwarf2read.c (process_psymtab_comp_unit): Ditto.
9194 * exec.c (exec_close_1): Ditto.
9195 * xcoffread.c (xcoff_end_psymtab): Likewise.
9196
9197 2010-01-19 Joel Brobecker <brobecker@adacore.com>
9198
9199 * stack.c (print_block_frame_labels): Comment function out.
9200
9201 2010-01-19 Joel Brobecker <brobecker@adacore.com>
9202
9203 Delete unused or undefined functions.
9204 * breakpoint.c (ep_parse_optional_filename): Delete.
9205 * dcache.c (dcache_write_line): Remove declaration.
9206 * infrun.c (build_infrun): Remove declaration.
9207 * tracepoint.c (tracepoint_save_command): Remove declaration.
9208 * linux-nat.c (init_lwp_list): Delete. No longer used.
9209 * event-loop.c (check_async_signal_handlers): Delete declaration.
9210 * infrun.c (init_execution_control_state): Delete.
9211 (proceed): Update comment to avoid mentioning
9212 init_execution_control_state.
9213 * target.c (kill_or_be_killed, nosupport_runtime): Delete.
9214 * ada-lang.c (ada_to_static_fixed_value): Delete.
9215 * scm-lang.c (evaluate_subexp_scm): Delete declaration.
9216 * cp-namespace.c (cp_copy_usings): Delete.
9217 * xml-syscall.c (xml_number_of_syscalls): Delete.
9218 * progspace.c (find_program_space_by_num): Delete.
9219 * inflow.c (handle_sigio): Delete declaration.
9220 * hppa-tdep.c (hppa_alignof): Delete.
9221 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
9222 (mipsnbsd_core_osabi_sniffer): Delete.
9223
9224 2010-01-18 Tom Tromey <tromey@redhat.com>
9225
9226 PR c++/9680:
9227 * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
9228 (CONST_CAST): New tokens.
9229 (exp): Add new productions.
9230 (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
9231 reinterpret_cast.
9232 (is_cast_operator): New function.
9233 (yylex): Handle cast operators specially.
9234 * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
9235 UNOP_REINTERPRET_CAST>: New cases.
9236 * expprint.c (print_subexp_standard): Likewise.
9237 (op_name_standard): Likewise.
9238 (dump_subexp_body_standard): Likewise.
9239 * parse.c (operator_length_standard): Likewise.
9240 * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
9241 UNOP_REINTERPRET_CAST.
9242 * gdbtypes.c (class_types_same_p): New function.
9243 (is_ancestor): Use it.
9244 (is_public_ancestor): New function.
9245 (is_unique_ancestor_worker): Likewise.
9246 (is_unique_ancestor): Likewise.
9247 * gdbtypes.h (class_types_same_p, is_public_ancestor)
9248 (is_unique_ancestor): Declare.
9249 * valops.c (value_reinterpret_cast): New function.
9250 (dynamic_cast_check_1): Likewise.
9251 (dynamic_cast_check_2): Likewise.
9252 (value_dynamic_cast): Likewise.
9253 * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
9254
9255 2010-01-18 Joel Brobecker <brobecker@adacore.com>
9256
9257 Fix build failure when building without Python support.
9258 * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
9259 is not defined.
9260
9261 2010-01-18 Joel Brobecker <brobecker@adacore.com>
9262
9263 Use XVS field type instead of doing a parallel lookup.
9264 * ada-lang.c (ada_get_base_type): Follow the XVS field type
9265 if it is a reference type instead of doing a type lookup using
9266 the XVS field name.
9267
9268 2010-01-18 Joel Brobecker <brobecker@adacore.com>
9269
9270 Trust PAD types instead of using PAD___XVS.
9271 * ada-lang.c (trust_pad_over_xvs): New static variable.
9272 (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
9273 parallel XVS type, follow the XVS type instead of the PAD type.
9274 (unwrap_value): Make sure that there is no parallel XVE type
9275 before returning the value as is.
9276 (set_ada_list, show_ada_list): New static variables.
9277 (set_ada_command, show_ada_command): New functions.
9278 (_initialize_ada_language): Add new "set/show ada" prefix commands.
9279 Add new "set/show ada trust-PAD-over-XVS" setting.
9280
9281 2010-01-18 Tom Tromey <tromey@redhat.com>
9282 Thiago Jung Bauermann <bauerman@br.ibm.com>
9283
9284 Allow "source" to load python scripts.
9285 * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
9286 * python/python.c (source_python_script): New function.
9287 * python/python.h (source_python_script): Add declaration.
9288 * cli/cli-cmds.c: #include exceptions.h and python/python.h.
9289 (script_ext_off, script_ext_soft, script_ext_strict)
9290 (script_ext_enums, script_ext_mode): New static constants.
9291 (show_script_ext_mode, find_and_open_script): New functions.
9292 (source_script): Enhance to handle Python scripts.
9293 (init_cli_cmds): Add set/show script-extension commands.
9294
9295 2010-01-16 Stan Shebs <stan@codesourcery.com>
9296
9297 * tracepoint.h (struct trace_status): Use unsigned long long
9298 instead of size_t.
9299 * tracepoint.c (trace_status_command): Fix printf directive.
9300 (trace_save_command): Check fwrite returns, fix printf directive.
9301 (trace_filename): New global.
9302 (tfile_open): Set it, check read returns.
9303 (tfile_close): Free trace_filename.
9304 (tfile_get_traceframe_address): Check read returns.
9305 (tfile_trace_find): Ditto.
9306 (tfile_fetch_registers): Ditto.
9307 (tfile_xfer_partial): Ditto.
9308 (tfile_get_trace_state_variable_value): Ditto.
9309
9310 2010-01-15 Stan Shebs <stan@codesourcery.com>
9311
9312 Add trace file support.
9313 * tracepoint.h (enum trace_stop_reason): New enum.
9314 (struct trace_status): New struct.
9315 (parse_trace_status): Declare.
9316 (struct uploaded_tp): Move here from remote.c,
9317 add fields for actions.
9318 (struct uploaded_tsv): New struct.
9319 * tracepoint.c (tfile_ops): New target vector.
9320 (trace_fd): New global.
9321 (tfile_open): New function.
9322 (tfile_close): New function.
9323 (tfile_files_info): New function.
9324 (tfile_get_trace_status): New function.
9325 (tfile_get_traceframe_address): New function.
9326 (tfile_trace_find): New function.
9327 (tfile_fetch_registers): New function.
9328 (tfile_xfer_partial): New function.
9329 (tfile_get_trace_state_variable_value): New function.
9330 (init_tfile_ops): New function.
9331 (_initialize_tracepoint): Call it, add tfile target.
9332 (trace_status): New global.
9333 (current_trace_status): New function.
9334 (trace_running_p): Remove, change all users to get from
9335 current_trace_status()->running.
9336 (get_trace_status): Remove.
9337 (trace_status_command): Call target_get_trace_status directly,
9338 report more detail including tracing stop reasons.
9339 (trace_find_command): Always allow tfind on a file.
9340 (trace_find_pc_command): Ditto.
9341 (trace_find_tracepoint_command): Ditto.
9342 (trace_find_line_command): Ditto.
9343 (trace_find_range_command): Ditto.
9344 (trace_find_outside_command): Ditto.
9345 (trace_frames_offset, cur_offset): Declare as off_t.
9346 (trace_regblock_size): Rename from reg_size, update users.
9347 (parse_trace_status): New function.
9348 (tfile_interp_line): New function.
9349 (disconnect_or_stop_tracing): Ensure current trace
9350 status before asking what to do.
9351 (stop_reason_names): New global.
9352 (trace_save_command): New command.
9353 (get_uploaded_tp): Move here from remote.c.
9354 (find_matching_tracepoint): Ditto.
9355 (merge_uploaded_tracepoints): New function.
9356 (parse_trace_status): Use stop_reason_names.
9357 (_initialize_tracepoint): Define tsave command.
9358 * target.h (target_ops): New fields to_save_trace_data,
9359 to_upload_tracepoints, to_upload_trace_state_variables,
9360 to_get_raw_trace_data, change to_get_trace_status
9361 to take a pointer to a status struct.
9362 (target_save_trace_data): New macro.
9363 (target_upload_tracepoints): New macro.
9364 (target_upload_trace_state_variables): New macro.
9365 (target_get_raw_trace_data): New macro.
9366 * target.c (update_current_target): Add new methods, change
9367 signature of to_get_trace_status.
9368 * remote.c (hex2bin): Make globally visible.
9369 (bin2hex): Ditto.
9370 (remote_download_trace_state_variable): Download name also.
9371 (remote_get_trace_status): Update parameter, use
9372 parse_trace_status.
9373 (remote_save_trace_data): New function.
9374 (remote_upload_tracepoints): New function.
9375 (remote_upload_trace_state_variables): New function.
9376 (remote_get_raw_trace_data): New function.
9377 (remote_start_remote): Use them.
9378 (_initialize_remote_ops): Add operations.
9379 * ax-gdb.c: Include breakpoint.h.
9380 * breakpoint.c (create_tracepoint_from_upload): Use
9381 break_command_really, return tracepoint, warn about unimplemented
9382 parts.
9383 * NEWS: Mention trace file addition.
9384
9385 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9386
9387 Fix compilation warning on gcc-3.4.
9388 * exec.c (print_section_info): Move the `displacement' variable
9389 initialization to its declaration.
9390
9391 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9392
9393 * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
9394 comparison.
9395
9396 2010-01-15 Eric Botcazou <botcazou@adacore.com>
9397
9398 "info tasks" broken by typedefs in ATCB type definitions.
9399 * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
9400 ada_check_typedef before retrieving the length of the type for
9401 regular fields.
9402
9403 2010-01-15 Joel Brobecker <brobecker@adacore.com>
9404
9405 Do not use name-based lookup for unconstrained packed arrays.
9406 * ada-lang.c (find_parallel_type_by_descriptive_type):
9407 Limit the fallback to name-based lookups to the case where
9408 the type is a constrained packed array.
9409
9410 2010-01-15 Joel Brobecker <brobecker@adacore.com>
9411
9412 Enhance gdb-gdb.py to handle main_type.type_specific.
9413 * gdb-gdb.py: Print the type-specific part of struct main_type.
9414
9415 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9416
9417 * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
9418 * configure: Regenerate.
9419 * config.in: Regenerate.
9420 * utils.c: Include sys/resource.h.
9421 (dump_core, can_dump_core): New.
9422 (internal_vproblem): Update the comment. Check can_dump_core while
9423 setting dump_core_p. Replace two abort calls by dump_core calls.
9424
9425 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9426 Eli Zaretskii <eliz@gnu.org>
9427
9428 * NEWS: Document the PIE support.
9429
9430 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9431
9432 * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
9433 (check_is_pie_binary, _initialize_linux_tdep): Remove.
9434
9435 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9436
9437 * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
9438 Replace exec_entry_point call by bfd_get_start_address.
9439
9440 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9441
9442 Support Valgrind attachments broken by the PIE support.
9443 * auxv.c: Include gdbcore.h.
9444 (procfs_xfer_auxv): Make static. Reduce its comment. Drop its
9445 parameters ops, object and annex. Remove their assertions.
9446 (ld_so_xfer_auxv, memory_xfer_auxv): New function.
9447 * auxv.h (procfs_xfer_auxv): Remove comment. Rename to ...
9448 (memory_xfer_auxv): ... here.
9449 * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
9450 memory_xfer_auxv.
9451 * procfs.c (procfs_xfer_partial): Likewise.
9452 * solib-svr4.c (svr4_relocate_main_executable): New prototype.
9453 (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
9454 (svr4_solib_create_inferior_hook): Conditionalize the
9455 svr4_relocate_main_executable call.
9456
9457 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9458
9459 * solib-svr4.c (scan_dyntag): Remove variable dyn_addr. New variable
9460 target_section. Find SECT in current_target_sections, gdb_assert it.
9461 (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
9462 New variable abfd.
9463 * symtab.c (lookup_objfile_from_block): Return the binary file instead
9464 of separate debug info file.
9465
9466 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9467
9468 Support PIEs with no symfile_objfile.
9469 * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
9470 * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
9471
9472 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9473
9474 * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
9475 code part to ...
9476 (svr4_static_exec_displacement): ... a new function.
9477 (svr4_exec_displacement): New function.
9478 (svr4_relocate_main_executable): Call svr4_exec_displacement. Allocate
9479 new_offsets using alloca now. Remove variable old_chain and changed.
9480 Call objfile_relocate unconditionally now.
9481
9482 2010-01-14 Doug Evans <dje@google.com>
9483
9484 * gdbtypes.c (arch_flags_type): Fix comment.
9485 * gdbtypes.h (arch_composite_type): Fix comment.
9486
9487 2009-01-14 Tristan Gingold <gingold@adacore.com>
9488
9489 * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
9490 Call xstrdup for abfd->filename. Pass symfile_flags and objfile flags
9491 to symbol_file_add_from_bfd. Add OSO as separate objfile.
9492 (macho_oso_symfile): Add symfile_flags parameter. Pass it to
9493 macho_add_oso_symfile.
9494 (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
9495
9496 2010-01-14 Joel Brobecker <brobecker@adacore.com>
9497
9498 Tru64: Dead threads are never deleted.
9499 * dec-thread.c (dec_thread_ptid_is_alive): New function.
9500 (dec_thread_count_gdb_threads): Fix counter increment.
9501 (dec_thread_add_gdb_thread): Fix *listp increment.
9502 (resync_thread_list): Fix bug in deletion of dead threads that
9503 caused all threads to be deleted, instead of just the dead ones.
9504
9505 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
9506
9507 PR python/10705
9508
9509 * python/python-internal.h: Add lazy_string_object_type
9510 definition.
9511 (create_lazy_string_object, gdbpy_initialize_lazy_string)
9512 (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
9513 * python/py-value.c (valpy_lazy_string): New function.
9514 (convert_value_from_python): Add lazy string conversion.
9515 * python/py-prettyprint.c (pretty_print_one_value): Check if
9516 return is also a lazy string.
9517 (print_string_repr): Add lazy string printing branch.
9518 (print_children): Likewise.
9519 * python/py-lazy-string.c: New file. Implement lazy strings.
9520 * python/python.c (_initialize_python): Call
9521 gdbpy_initialize_lazy_string.
9522 * varobj.c (value_get_print_value): Add lazy string printing
9523 branch. Account for encoding.
9524 * c-lang.c (c_printstr): Account for new encoding argument. If
9525 encoding is NULL, find encoding suited for type, otherwise use
9526 user encoding.
9527 * language.h (language_defn): Add encoding argument.
9528 (LA_PRINT_STRING): Likewise.
9529 * language.c (unk_lang_printstr): Update to reflect new encoding
9530 argument to language_defn.
9531 * ada-lang.h (ada_printstr): Likewise.
9532 * c-lang.h (c_printstr): Likewise.
9533 * p-lang.h (pascal_printstr);
9534 * f-lang.c (f_printstr): Likewise.
9535 * m2-lang.c (m2_printstr): Likewise.
9536 * objc-lang.c (objc_printstr): Likewise.
9537 * p-lang.c (pascal_printstr): Likewise.
9538 * scm-lang.c (scm_printstr): Likewise.
9539 * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
9540 encoding argument.
9541 * ada-valprint.c (ada_printstr): Likewise.
9542 * f-valprint.c (f_val_print): Likewise
9543 * m2-valprint.c (m2_val_print): Likewise.
9544 * p-valprint.c (pascal_val_print): Likewise.
9545 * expprint.c (print_subexp_standard): Likewise.
9546 * valprint.c (val_print_string): Likewise.
9547 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
9548 (SUBDIR_PYTHON_SRCS): Likewise.
9549 (py-lazy-string.o): New rule.
9550
9551 2010-01-13 Doug Evans <dje@google.com>
9552
9553 * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
9554 uninitialized" warning from gcc on local `tree'.
9555
9556 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
9557
9558 Implement core awareness.
9559
9560 * bcache.c (compare_ints): Remove
9561 (print_percentage): Use compare_positive_ints.
9562 * defs.h (compare_positive_ints): Declare.
9563 * linux-nat.h (struct lin_lwp): New field core.
9564 (linux_nat_core_of_thread_1): Declare.
9565 * linux-nat.c (add_lwp): Init the 'core' field.
9566 (linux_nat_wait_1): Record the core.
9567 (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
9568 (linux_nat_add_target): Register the above.
9569 * linux-thread-db.c (update_thread_core): New.
9570 (thread_db_find_new_threads): Update core information for
9571 every thread.
9572 * remote.c (struct private_thread_info): New.
9573 (free_private_thread_info, demand_private_info): New.
9574 (PACKET_qXfer_threads, use_osdata_threads): New.
9575 (struct thread_item, threads_parsing_context
9576 (start_thread, end_thread, thread_attributes)
9577 (thread_children, threads_children, threads_elements): New.
9578 (remote_threads_info): Try qXfer:threads before anything
9579 else.
9580 (remote_protocol_packets): Register qXfer:threads.
9581 (remote_open_1): Init use_osdata_threads.
9582 (struct stop_reply): New field 'core'.
9583 (remote_parse_stop_reply): Parse core number.
9584 (process_stop_reply): Record core number.
9585 (remote_xfer_partial): Handle qXfer:threads.
9586 (remote_core_of_thread): New.
9587 (init_remote_ops): Register remote_core_of_thread.
9588 (_initialize_remote): Register qXfer:read.
9589 * target.c (target_core_of_thread): New
9590 * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
9591 (struct target_ops): New field to_core_of_threads.
9592 (target_core_of_thread): Declare.
9593 * gdbthread.h (struct thread_info): New field private_dtor.
9594 * thread.c (print_thread_info): Report the core.
9595 * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
9596 * utils.c (compare_positive_ints): New.
9597 * features/threads.dtd: New.
9598 * mi/mi-interp.c (mi_on_normal_stop): Report the core.
9599 * mi/mi-main.c (struct collect_cores_data, collect_cores)
9600 (do_nothing, free_vector_of_osdata_items)
9601 (splay_tree_int_comparator, free_splay_tree): New.
9602 (print_one_inferior_data): Implemented printing of selected
9603 inferiors. Collect and print cores.
9604 (output_cores): New.
9605 (mi_cmd_list_thread_groups): Support --recurse. Permit specifying
9606 thread groups together with --available.
9607
9608 2010-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9609
9610 * configure: Regenerate (for _STRUCTURED_PROC).
9611
9612 2010-01-12 Joel Brobecker <brobecker@adacore.com>
9613
9614 Delete dead function.
9615 * ada-lang.c (extract_string): Delete. No longer used.
9616
9617 2010-01-12 Joel Brobecker <brobecker@adacore.com>
9618
9619 Fix -Wunused warning in dec-thread.c.
9620 * dec-thread.c (dec_thread_count_gdb_threads)
9621 (dec_thread_add_gdb_thread): Prevent -Wunused warning.
9622
9623 2010-01-12 Joel Brobecker <brobecker@adacore.com>
9624
9625 * ada-valprint.c (ada_print_floating): Remove trailing space.
9626
9627 2010-01-12 Joel Brobecker <brobecker@adacore.com>
9628
9629 Add support for DW_AT_GNAT_descriptive_type.
9630 * gdbtypes.h (enum type_specific_kind): New enum.
9631 (struct main_type) [type_specific_field]: New component.
9632 [type_specific]: Add new component "gnat_stuff".
9633 (struct gnat_aux_type): New type.
9634 (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
9635 (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
9636 (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
9637 (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
9638 (TYPE_SPECIFIC_FIELD): New macros.
9639 (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
9640 type does not hold any cplus-specific data.
9641 (TYPE_RAW_CPLUS_SPECIFIC): New macro.
9642 (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
9643 (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
9644 cplus-specific data.
9645 * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
9646 Set new component TYPE_SPECIFIC_FIELD (type).
9647 (gnat_aux_default): New constant.
9648 (allocate_gnat_aux_type): New function.
9649 (init_type): Add initialization the type-specific stuff for
9650 TYPE_CODE_FLT and TYPE_CODE_FUNC types.
9651 (print_gnat_stuff): New function.
9652 (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
9653 specific data. Adjust code that prints the contents of the
9654 type-specific union using the TYPE_SPECIFIC_FIELD value.
9655 * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
9656 the type cplus stuff for Ada types.
9657 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
9658 Error out if these routines are called with an Ada type.
9659 (read_structure_type, read_array_type, read_subrange_type):
9660 Add call to set_descriptive_type.
9661 (set_die_type): Initialize the gnat-specific data if necessary.
9662 (need_gnat_info, die_descriptive_type, set_descriptive_type):
9663 New functions.
9664 * ada-lang.c (decode_constrained_packed_array_type): Use
9665 decode_constrained_packed_array_type instead of doing a standard
9666 lookup to locate a parallel type.
9667 (find_parallel_type_by_descriptive_type): New function.
9668 (ada_find_parallel_type_with_name): New function.
9669 (ada_find_parallel_type): Reimplement using
9670 ada_find_parallel_type_with_name.
9671 * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
9672 to check if type has a cplus stuff.
9673 * linespec.c (total_number_of_methods): Likewise.
9674 * mdebugread.c (new_type): Likewise.
9675
9676 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9677
9678 * NEWS: Document the 0b binary number prefix parsing.
9679
9680 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9681
9682 * objfiles.c (objfile_relocate1): Change the return type to int.
9683 Describe the new return value. Return non-zero if data changed.
9684 (objfile_relocate): New variable changed. Set it. Call
9685 breakpoint_re_set depending on CHANGED.
9686
9687 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9688
9689 Implement binary numbers parsing.
9690 * c-exp.y (parse_number): New case 'b' and 'B'.
9691
9692 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9693 Tristan Gingold <gingold@adacore.com>
9694
9695 * solib.c (info_sharedlibrary_command): Replace
9696 objfile_has_partial_symbols and objfile_has_full_symbols calls by
9697 objfile_has_symbols.
9698
9699 2010-01-10 Joel Brobecker <brobecker@adacore.com>
9700
9701 * NEWS: Document the improvements made to the mips-irix port.
9702
9703 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9704
9705 Fix the documentation of valprint.c:value_print.
9706 * valprint.c (value_print): Update the function description to
9707 mention that the syntax of the output follows the current_language,
9708 not necessarily C.
9709
9710 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9711
9712 Fix displacement of separate debug info files.
9713 * objfiles.c (objfile_relocate): Rename to ...
9714 (objfile_relocate1): ... here and make it static. Extend the comment.
9715 (objfile_relocate): New function.
9716 * solib-spu.c (spu_relocate_main_executable): Explicitly check if
9717 SYMFILE_OBJFILE is NULL. Remove variables objfile and old_chain.
9718 Remove following of SEPARATE_DEBUG_OBJFILE. new_offsets is now
9719 allocated using alloca.
9720 * symfile.c (copy_section_addr_info): Remove.
9721 (build_section_addr_info_from_objfile): Make it global. New variables
9722 addr_bit and mask, use them.
9723 * symfile.h (build_section_addr_info_from_objfile): New prototype.
9724 (copy_section_addr_info): Remove.
9725
9726 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9727
9728 Signal unwinder for mips-irix N32.
9729 * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
9730 tramp-frame.h.
9731 (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
9732 (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
9733 (SIGCONTEXT_LO_OFF): New macros.
9734 (mips_irix_n32_tramp_frame_init): New function.
9735 (mips_irix_n32_tramp_frame): New static constant.
9736 (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
9737
9738 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9739
9740 Breakpoint in shared library does not work on mips-irix.
9741 * procfs.c: #include "observer.h".
9742 (procfs_inferior_created): New function, moving here the code
9743 which unsets the syssgi syscall-exit notifications.
9744 (procfs_create_inferior): Remove the code which unsets the syssgi
9745 syscall-exit notifications. It is too early to do this here.
9746 (_initialize_procfs): Attach the procfs_inferior_created observer.
9747
9748 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9749
9750 Wrong return convention for arrays (mips-irix).
9751 * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
9752 128 bits or smaller are returned the same way as structs
9753 and unions of the the same size.
9754
9755 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9756
9757 Cannot set the PC on mips-irix.
9758 * irix5-nat.c (fill_gregset): Check regno against the raw PC
9759 register number, no the cooked one.
9760
9761 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9762
9763 Error while loading core file on mips-irix.
9764 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
9765 if debugging from a core file.
9766
9767 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9768
9769 GDB hangs when attaching to process on mips-irix.
9770 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
9771 attaching to a process.
9772
9773 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9774
9775 Use the correct breakpoint instruction on mips-irix.
9776 * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
9777 containing the correct breakpoint instruction to use on mips-irix.
9778 Use it when the osabi is GDB_OSABI_IRIX.
9779
9780 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9781
9782 -Wunused warning in procfs.c (mips-irix only).
9783 * procfs.c (gdb_praddset, gdb_prdelset): New macros. Use them
9784 throughout instead of using praddset and prdelset respectively.
9785
9786 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9787
9788 GDB crash while stepping into function.
9789 * infrun.c (handle_inferior_event): Refetch the current frame
9790 after handling what.main_action, in case that pointer became
9791 dangling.
9792
9793 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9794
9795 Fix build failure of solaris-hosted cross debuggers.
9796 * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
9797
9798 2010-01-09 Daniel Gutson <dgutson@codesourcery.com>
9799
9800 Fix build failure on sparc-solaris.
9801 * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
9802
9803 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9804
9805 Move some symfile code into subroutines.
9806 * symfile.h (relative_addr_info_to_section_offsets)
9807 (addr_info_make_relative): New prototypes.
9808 * symfile.c (default_symfile_offsets): Move a part to ...
9809 (relative_addr_info_to_section_offsets): ... this new function.
9810 (default_symfile_offsets): Call it.
9811 (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
9812 this part to ...
9813 (addr_info_make_relative): ... this new function.
9814
9815 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9816
9817 Add from_tty to solib_create_inferior_hook.
9818 * infcmd.c (post_create_inferior): Move solib_add after
9819 solib_create_inferior_hook. Pass from_tty to
9820 solib_create_inferior_hook. Call solib_add and SOLIB_ADD with
9821 0 from_tty and comment why.
9822 * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
9823 * linux-nat.c (linux_child_follow_fork): Likewise.
9824 * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
9825 * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
9826 from_tty.
9827 * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
9828 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
9829 * solib-null.c (null_solib_create_inferior_hook): Likewise.
9830 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
9831 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
9832 * solib-som.c (som_solib_create_inferior_hook): Likewise.
9833 * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
9834 Pass it to svr4_so_ops.solib_create_inferior_hook.
9835 * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
9836 from_tty.
9837 * solib-svr4.c (enable_break): New parameter from_tty. Pass it to
9838 solib_add.
9839 (svr4_solib_create_inferior_hook): New parameter from_tty. Pass it to
9840 enable_break.
9841 * solib-target.c (solib_target_solib_create_inferior_hook): New
9842 parameter from_tty.
9843 * solib.c (solib_create_inferior_hook): New parameter from_tty. Pass
9844 it to ops->solib_create_inferior_hook.
9845 (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
9846 Move solib_add after solib_create_inferior_hook, call it now with
9847 from_tty as 0. New comment there.
9848 * solib.h (solib_create_inferior_hook): New parameter from_tty.
9849 * solist.h (struct target_so_ops <solib_create_inferior_hook>):
9850 Likewise.
9851
9852 2010-01-08 Vladimir Prus <vladimir@codesourcery.com>
9853
9854 Fix multiexec race.
9855 * infrun.c (handle_inferior_event): Use get_thread_regcache
9856 with events ptid, not get_current_regcache.
9857
9858 2009-01-08 Joel Brobecker <brobecker@adacore.com>
9859
9860 GDB crash with empty executable name (MinGW).
9861 * source.c (openp): Add assert that parameter string is not NULL.
9862 if parameter string is an empty string, then return with a failure
9863 immediately.
9864
9865 2009-01-08 Joel Brobecker <brobecker@adacore.com>
9866
9867 Get rid of support for VAX Floats.
9868 * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
9869 (ada_vax_float_print_function): Delete.
9870 * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
9871 (ada_vax_float_print_function): Delete.
9872 * ada-typeprint.c (print_vax_floating_point_type): Delete.
9873 (ada_print_type): Remove support for VAX floats.
9874 * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
9875
9876 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9877
9878 * stabsread.c (read_args): Handle zero arguments.
9879
9880 2009-01-08 Joel Brobecker <brobecker@adacore.com>
9881
9882 Cannot find in-tree libiconv.a after reconfigure.
9883 * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
9884 that we can use, then cache the path to this archive.
9885 * configure: Regenerate.
9886
9887 2010-01-07 Stan Shebs <stan@codesourcery.com>
9888
9889 Make tracepoint operations go through target vector.
9890 * target.h (enum trace_find_type): New enum.
9891 (struct target_ops): New fields to_trace_init,
9892 to_download_tracepoint, to_download_trace_state_variable,
9893 to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
9894 to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
9895 to_set_disconnected_tracing.
9896 (target_trace_init): New macro.
9897 (target_download_tracepoint): New macro.
9898 (target_download_trace_state_variable): New macro.
9899 (target_trace_start): New macro.
9900 (target_trace_set_readonly_regions): New macro.
9901 (target_get_trace_status): New macro.
9902 (target_trace_stop): New macro.
9903 (target_trace_find): New macro.
9904 (target_get_trace_state_variable_value): New macro.
9905 (target_set_disconnected_tracing): New macro.
9906 * target.c (update_current_target): Inherit and set defaults for
9907 tracepoint operations.
9908 * tracepoint.c (default_collect): Make globally visible.
9909 (target_is_remote): Remove, along with all calls.
9910 (tvariables_info): Call target_get_trace_state_variable_value.
9911 (remote_set_transparent_ranges): Remove.
9912 (trace_start_command): Call target_trace_init,
9913 target_download_tracepoint, etc.
9914 (download_tracepoint): Remove.
9915 (trace_stop_command): Simplify.
9916 (stop_tracing): Call target_trace_stop.
9917 (get_trace_status): Call target_get_trace_status.
9918 (trace_status_command): Add case for targets that cannot trace.
9919 (finish_tfind_command): Change to take numerical arguments, call
9920 target_trace_find.
9921 (trace_find_command): Update call to finish_tfind_command.
9922 (trace_find_pc_command): Ditto.
9923 (trace_find_tracepoint_command): Ditto.
9924 (trace_find_line_command): Ditto.
9925 (trace_find_range_command): Ditto.
9926 (trace_find_outside_command): Ditto.
9927 (set_disconnected_tracing_value): Call
9928 target_set_disconnected_tracing.
9929 * remote.c: Add protocol encoding bits from tracepoint.c.
9930 (trace_error): Move from tracepoint.c.
9931 (remote_get_noisy_reply): Ditto.
9932 (free_actions_list_cleanup_wrapper): Ditto.
9933 (free_actions_list): Ditto.
9934 (remote_trace_init): New function.
9935 (remote_download_tracepoint): New function.
9936 (remote_download_trace_state_variable): New function.
9937 (remote_trace_set_readonly_regions): New function.
9938 (remote_trace_start): New function.
9939 (remote_get_trace_status): New function.
9940 (remote_trace_stop): New function.
9941 (remote_trace_find): New function.
9942 (remote_download_trace_state_variable): New function.
9943 (remote_set_disconnected_tracing): New function.
9944 (init_remote_ops): Add tracepoint operations.
9945
9946 * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
9947
9948 2010-01-07 Tristan Gingold <gingold@adacore.com>
9949
9950 * symfile.c (build_section_addr_info_from_objfile): New function.
9951 (symbol_file_add_separate): Don't use offsets from objfile but
9952 built an addr info.
9953
9954 2010-01-06 Stan Shebs <stan@codesourcery.com>
9955
9956 Support disconnected tracing.
9957 * infcmd.c (detach_command): Ask whether to stop tracing.
9958 * cli/cli-cmds.c (quit_command): Ditto.
9959 * breakpoint.h (struct breakpoint): New field number_on_target.
9960 * breakpoint.c (create_tracepoint_from_upload): New function.
9961 (get_tracepoint_by_number_on_target): New function.
9962 * remote.c (struct remote): New field disconnected_tracing.
9963 (remote_disconnected_tracing_feature): New function.
9964 (remote_protocol_features): Add DisconnectedTracing.
9965 (struct uploaded_tp): New struct.
9966 (uploaded_tps): New global.
9967 (get_uploaded_tp): New function.
9968 (find_matching_tracepoint): New function.
9969 (remote_get_tracing_state): New function.
9970 (remote_start_remote): Call it.
9971 * tracepoint.c (disconnected_tracing): New global.
9972 (trace_start_command): Initialize number_on_target.
9973 (stop_tracing): New function, split out from...
9974 (trace_stop_command): Call stop_tracing.
9975 (get_trace_status): New function, split out from...
9976 (trace_status_command): Call get_trace_status, add info on
9977 disconnection behavior.
9978 (disconnect_or_stop_tracing): New function.
9979 (finish_tfind_command): Translate from number on target.
9980 (trace_find_tracepoint_command): Translate to number on target.
9981 (send_disconnected_tracing_value): New function.
9982 (set_disconnected_tracing): New function.
9983 (_initialize_tracepoint): Add disconnected-tracing variable.
9984 * NEWS: Mention disconnected tracing.
9985
9986 2010-01-06 Tristan Gingold <gingold@adacore.com>
9987
9988 * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
9989 parameter to main_objfile. Iterate on all separate debug objfiles.
9990 * symfile.h (symbol_file_add_separate)
9991 (find_separate_debug_file_by_debuglink): Remove parameter names.
9992 * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
9993 (reread_symbols): Use free_objfile_separate_debug.
9994 * objfiles.h (struct objfile): Add separate_debug_objfile_link.
9995 Adjust comment.
9996 (objfile_separate_debug_iterate, add_separate_debug_objfile)
9997 (free_objfile_separate_debug): New prototypes.
9998 * objfiles.c (objfile_separate_debug_iterate): New function.
9999 (add_separate_debug_objfile, free_objfile_separate_debug): New
10000 functions.
10001 (free_objfile): Use free_objfile_separate_debug. Adjust for
10002 multiple separate debug objfile.
10003 (objfile_has_symbols): Adjust comment. Iterate on all separate
10004 debug objfiles.
10005 * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
10006 debug objfile.
10007 (lookup_minimal_symbol_text): Ditto.
10008 (lookup_minimal_symbol_by_pc_name): Ditto.
10009 (lookup_minimal_symbol_solib_trampoline): Ditto.
10010 (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
10011 debug objfiles.
10012
10013 2010-01-05 Stan Shebs <stan@codesourcery.com>
10014
10015 Add fast tracepoints.
10016 * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
10017 * arch-utils.c (default_fast_tracepoint_valid_at): New function.
10018 * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
10019 * breakpoint.c (tracepoint_type): New function.
10020 (ALL_TRACEPOINTS): Use it.
10021 (should_be_inserted): Ditto.
10022 (bpstat_check_location): Ditto.
10023 (print_one_breakpoint_location): Ditto.
10024 (user_settable_breakpoint): Ditto.
10025 (set_breakpoint_location_function): Ditto.
10026 (disable_breakpoints_in_shlibs): Ditto.
10027 (delete_trace_command): Ditto.
10028 (print_it_typical): Add bp_fast_tracepoint case.
10029 (bpstat_what): Ditto.
10030 (print_one_breakpoint_location): Ditto.
10031 (allocate_bp_location): Ditto.
10032 (mention): Ditto.
10033 (breakpoint_re_set_one): Ditto.
10034 (disable_command): Ditto.
10035 (enable_command): Ditto.
10036 (check_fast_tracepoint_sals): New function.
10037 (break_command_really): Call it.
10038 (ftrace_command): New function.
10039 (_initialize_breakpoint): Add ftrace command.
10040 * gdbarch.sh (fast_tracepoint_valid_at): New.
10041 * gdbarch.h, gdbarch.c: Regenerate.
10042 * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
10043 (i386_gdbarch_init): Use it.
10044 * remote.c (struct remote_state): New field fast_tracepoints.
10045 (PACKET_FastTracepoints): New packet config type.
10046 (remote_fast_tracepoint_feature): New function.
10047 (remote_protocol_features): Add FastTracepoints.
10048 (remote_supports_fast_tracepoints): New function.
10049 (_initialize_remote): Add FastTracepoints.
10050 * tracepoint.c (download_tracepoint): Add fast tracepoint option.
10051 * NEWS: Mention fast tracepoints.
10052
10053 2010-01-06 Joel Brobecker <brobecker@adacore.com>
10054
10055 * gdb-gdb.py: New file.
10056
10057 2010-01-05 Michael Snyder <msnyder@vmware.com>
10058
10059 * infrun.c (handle_inferior_event): Fix typo in comment.
10060
10061 2010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10062
10063 * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
10064
10065 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
10066
10067 * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
10068 and s390x-linux64.
10069 (s390-linux32-expedite): Define.
10070 (s390-linux64-expedite): Define.
10071 (s390x-linux64-expedite): Define.
10072 * features/s390-acr.xml: New file.
10073 * features/s390-fpr.xml: New file.
10074 * features/s390-core32.xml: New file.
10075 * features/s390-core64.xml: New file.
10076 * features/s390x-core64.xml: New file.
10077 * features/s390-linux32.xml: New file.
10078 * features/s390-linux64.xml: New file.
10079 * features/s390x-linux64.xml: New file.
10080 * features/s390-linux32.c: New generated file.
10081 * features/s390-linux64.c: New generated file.
10082 * features/s390x-linux64.c: New generated file.
10083
10084 * regformats/s390-linux32.dat: New generated file.
10085 * regformats/s390-linux64.dat: New generated file.
10086 * regformats/s390x-linux64.dat: New generated file.
10087 * regformats/reg-s390.dat: Remove.
10088 * regformats/reg-s390x.dat: Remove.
10089
10090 * s390-nat.c: Include "auxv.h" and <elf.h>.
10091 (HWCAP_S390_HIGH_GPRS): Define if undefined.
10092 (s390_target_wordsize): New function.
10093 (s390_auxv_parse): Likewise.
10094 (s390_get_hwcap): Likewise.
10095 (s390_read_description): Likewise.
10096 (_initialize_s390_nat): Install s390_auxv_parse and
10097 s390_read_description.
10098
10099 * s390-tdep.c: Include "features/s390-linux32.c",
10100 "features/s390-linux64.c", and "features/s390x-linux64.c".
10101 (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
10102 (s390_register_call_saved): New function.
10103 (s390_register_name): Remove.
10104 (s390_register_type): Remove.
10105 (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
10106 (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
10107 (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
10108 (s390_pseudo_register_name): New function.
10109 (s390_pseudo_register_type): New function.
10110 (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
10111 Handle full GPR pesudos and varying pseudo register numbers.
10112 (s390_pseudo_register_write): Likewise
10113 (s390x_pseudo_register_read): Remove.
10114 (s390x_pseudo_register_write): Likewise.
10115 (s390_register_group): Remove.
10116 (s390_pseudo_register_group): New function.
10117 (s390_regmap_gregset): Add GPR upper halves.
10118 (s390x_regmap_gregset): Likewise.
10119 (s390_regmap_fpregset): Likewise.
10120 (s390_regmap_upper): New global variable.
10121 (s390_upper_regset): New global variable.
10122 (s390_upper_regset_sections): New global variable.
10123 (s390_regset_from_core_section): Handle GPR upper halves.
10124 (s390_core_read_description): New function.
10125 (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
10126 register information. Handle varying pseudo register numbers.
10127 (s390_backchain_frame_unwind_cache): Likewise.
10128 (s390_frame_prev_register): Unwind full GPRs to show lower halves.
10129 (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
10130 (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
10131 PC and CC pseudos. Unwind upper halves and full GPRs as appropriate.
10132 Handle varying pseudo register numbers.
10133 (s390_unwind_pc): Handle varying pseudo register numbers.
10134 (s390_dwarf2_prev_register): New function.
10135 (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
10136 register information. Handle varying pseudo register numbers.
10137 Install s390_dwarf2_prev_register to unwind full GPRs.
10138 (s390_gdbarch_init): Handle target descriptions. Assign varying
10139 pseudo register numbers. Install s390_adjust_frame_regnum.
10140 (_initialize_s390_tdep): Initialize target descriptions.
10141
10142 * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
10143 (S390_NUM_REGS): Redefine to include upper half registers.
10144 (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
10145 (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
10146 (tdesc_s390_linux32): Add declaration.
10147 (tdesc_s390_linux64): Likewise.
10148 (tdesc_s390x_linux64): Likewise.
10149
10150 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
10151
10152 * regset.h (struct core_regset_section): Add HUMAN_NAME.
10153 * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
10154 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
10155 (ppc_linux_vmx_regset_sections): Likewise.
10156 (ppc_linux_fp_regset_sections): Likewise.
10157
10158 * corelow.c (get_core_register_section): Constify arguments.
10159 (get_core_registers): Use gdbarch_core_regset_sections instead
10160 of hard-coded platform-specific register section names.
10161
10162 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
10163
10164 * dwarf2loc.c (read_pieced_value): If a piece occupies part of
10165 a register, assume the least-significant part is used.
10166 (write_pieced_value): Likewise.
10167
10168 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
10169
10170 * printcmd.c: Include "arch-utils.h".
10171 (do_one_display): Re-parse expression if current architecture changed.
10172
10173 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10174 Joel Brobecker <brobecker@adacore.com>
10175
10176 * gdbtypes.c (check_typedef): New comment on type length.
10177 * value.c (allocate_value_lazy): Remove the unused atype variable. New
10178 comment on type length.
10179 (value_primitive_field): Keep the original TYPE value, new comment.
10180
10181 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10182
10183 * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
10184 p_start. Change != comparisons to > and < comparisons.
10185
10186 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10187
10188 * cli/cli-script.c (process_next_line): Check P2 overrun.
10189
10190 2009-01-01 Joel Brobecker <brobecker@adacore.com>
10191
10192 Update the copyright hearder to add year 2010 for most GDB files.
10193
10194 2009-01-01 Joel Brobecker <brobecker@adacore.com>
10195
10196 Fix build failure in inf-ptrace.c.
10197 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
10198
10199 2010-01-01 Joel Brobecker <brobecker@adacore.com>
10200
10201 * top.c (print_gdb_version): Update copyright year.
10202
10203 2010-01-01, 10 Joel Brobecker <brobecker@adacore.com>
10204
10205 Fix break *FUN'address thread NUM.
10206 * ada-lex.l (task): Expand rule to also match the thread keyword.
10207
10208 2010-01-01 Joel Brobecker <brobecker@adacore.com>
10209
10210 Fix break *FUN'address task NUM.
10211 * ada-lex.l (task): New rule.
10212 * ada-lang.c (valid_task_id): Make sure the Ada task list has
10213 been built before using it.
10214
10215 For older changes see ChangeLog-2009.
10216 \f
10217 Local Variables:
10218 mode: change-log
10219 left-margin: 8
10220 fill-column: 74
10221 version-control: never
10222 coding: utf-8
10223 End:
This page took 0.292777 seconds and 4 git commands to generate.