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