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