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