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