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