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