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