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