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