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