01be712e91a0bdfec81c2222fedf07772abe0e0c
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2012-06-08 Yao Qi <yao@codesourcery.com>
2 Chung-Lin Tang <cltang@codesourcery.com>
3
4 * arch-utils.c (default_return_in_first_hidden_param_p): New.
5 * arch-utils.h: Declare.
6 * gdbarch.sh: Add return_in_first_hidden_param_p.
7 * gdbarch.c, gdbarch.h: Regenerated.
8 * infcall.c (call_function_by_hand): Call
9 gdbarch_return_in_first_hidden_param_p instead of
10 language_pass_by_reference.
11
12 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
13 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
14 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
15 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
16 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
17 `cplus_return_struct_by_reference'.
18 (tic6x_return_value): Handle language cplusplus.
19 (tic6x_return_in_first_hidden_param_p): New.
20 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
21
22 2012-06-07 Doug Evans <dje@google.com>
23
24 * dwarf2read.c (dwarf2_cu): Add comment.
25
26 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
27
28 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
29 variable.
30 (mips_eabi_push_dummy_call): Likewise.
31 (mips_n32n64_push_dummy_call): Likewise.
32 (mips_o32_push_dummy_call): Likewise.
33 (mips_o64_push_dummy_call): Likewise.
34
35 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
36
37 * mips-tdep.c (mips_convert_register_p): Correct coding style.
38
39 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
40
41 * mips-tdep.c (mips_pseudo_register_type): Use
42 mips_float_register_p.
43
44 2012-06-06 Pedro Alves <palves@redhat.com>
45
46 * infrun.c (handle_inferior_event): Remove calls to
47 reinit_frame_cache that follow a context_switch call.
48
49 2012-06-06 Pedro Alves <palves@redhat.com>
50
51 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
52 context_switch and remove stale comment.
53
54 2012-06-06 Pedro Alves <palves@redhat.com>
55
56 * infrun.c (struct execution_control_state): Remove
57 `new_thread_event' field.
58 (handle_inferior_event): Simplify new threads handling; don't
59 resume the inferior if we find a new thread.
60
61 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
62
63 * NEWS: Document the deprecation of SH's 'regs' command.
64 * inferior.h (all_registers_info): Add function declaration.
65 * sh-tdep.c (sh_show_regs): Remove variable.
66 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
67 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
68 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
69 (sh_show_regs_command): Remove functions.
70 (sh_gdbarch_init): Don't set sh_show_regs.
71 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
72 'info all-registers'.
73 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
74 (sh64_show_regs): Remove functions.
75 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
76
77 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
78
79 * configure.ac: Move development=true below AC_INIT.
80 * configure: Regenerate.
81
82 2012-06-05 Stan Shebs <stan@codesourcery.com>
83
84 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
85 gdb_stdout.
86
87 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
88
89 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
90 argument as ssize_t.
91 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
92 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
93 * target.c (target_read_stack, target_write_memory)
94 (target_write_raw_memory): Likewise.
95 * target.h (target_read_stack, target_write_memory)
96 (target_write_raw_memory): Likewise.
97
98 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
99
100 * symfile-mem.c: Change gdb_static_assert to ssize_t.
101 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
102 * target.c (target_read_memory): Change LEN to ssize_t.
103 * target.h (target_read_memory): Change LEN to ssize_t.
104
105 2012-06-05 Pedro Alves <palves@redhat.com>
106
107 PR backtrace/13866
108
109 * breakpoint.c (until_break_command): Only fetch the selected
110 frame after decode_line_1.
111
112 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
113
114 * solib-svr4.c (enable_break): Don't fallback to setting the solib
115 event breakpoint at _start, __start or main if a program
116 interpreter is not found.
117
118 2012-06-05 Joel Brobecker <brobecker@adacore.com>
119
120 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
121 Add declaration.
122 * windows-tdep.c: #include "objfiles.h".
123 (windows_iterate_over_objfiles_in_search_order): New function.
124 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
125 iterate_over_objfiles_in_search_order gdbarch method to
126 windows_iterate_over_objfiles_in_search_order.
127 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
128
129 2012-06-05 Joel Brobecker <brobecker@adacore.com>
130
131 * gdbarch.sh: Add generation of
132 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
133 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
134 (iterate_over_objfiles_in_search_order): New gdbarch method.
135 * gdbarch.h, gdbarch.c: Regenerate.
136 * objfiles.h (default_iterate_over_objfiles_in_search_order):
137 Add declaration.
138 * objfiles.c (default_iterate_over_objfiles_in_search_order):
139 New function.
140 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
141 out of lookup_symbol_aux_symtabs.
142 (lookup_symbol_aux_symtabs): Replace extracted-out code by
143 call to lookup_symbol_aux_objfile.
144 (struct global_sym_lookup_data): New type.
145 (lookup_symbol_global_iterator_cb): New function.
146 (lookup_symbol_global): Search for symbol using
147 gdbarch_iterate_over_objfiles_in_search_order and
148 lookup_symbol_global_iterator_cb.
149 * findvar.c (struct minsym_lookup_data): New type.
150 (minsym_lookup_iterator_cb): New function.
151 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
152 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
153 and minsym_lookup_iterator_cb.
154
155 2012-06-05 Joel Brobecker <brobecker@adacore.com>
156
157 Revert the following patch:
158 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
159 try locating the symbol in the symbol's own objfile first, before
160 extending the search to all objfiles.
161 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
162 out of lookup_symbol_aux_symtabs.
163 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
164 Replace extracted-out code by call to lookup_symbol_aux_objfile.
165 Do not search EXCLUDE_OBJFILE.
166 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
167 (lookup_symbol_global): Search for matches in the block's objfile
168 first, before searching all other objfiles.
169
170 2012-06-05 Joel Brobecker <brobecker@adacore.com>
171
172 * breakpoint.c (find_condition_and_thread): Stop parsing
173 as soon as the first invalid keyword is found.
174
175 2012-06-05 Joel Brobecker <brobecker@adacore.com>
176
177 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
178
179 2012-06-05 Joel Brobecker <brobecker@adacore.com>
180
181 * config/djgpp/djcheck.sh: Add copyright header.
182
183 2012-06-05 Joel Brobecker <brobecker@adacore.com>
184
185 * copyright.py (update_files, main): Fix path to update-copyright
186 script.
187
188 2012-06-05 Joel Brobecker <brobecker@adacore.com>
189
190 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
191 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
192 for which a reminder to update by hand is printed.
193
194 2012-06-04 Doug Evans <dje@google.com>
195
196 * buildsym.c (make_blockvector): Add comment.
197
198 2012-06-04 Pedro Alves <palves@redhat.com>
199
200 * arch-utils.c (default_gdb_signal_from_target): Delete.
201 * arch-utils.h (default_gdb_signal_from_target): Delete.
202 * corelow.c (core_open) <signal mapping>: Extended comment. Check
203 gdbarch_gdb_signal_from_target_p.
204 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
205 predicate).
206 * gdbarch.h: Regenerate.
207 * gdbarch.c: Regenerate.
208
209 2012-06-04 Pedro Alves <palves@redhat.com>
210
211 * gdbarch.sh (gdb_signal_from_target): Mention that the
212 implementation of the method must be host independent.
213 * gdbarch.h: Regenerate.
214
215 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
216
217 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
218 parameters.
219 (target_read_memory_bfd): New function.
220 (symbol_file_add_from_memory): Use it.
221
222 2012-06-03 Doug Evans <dje@google.com>
223
224 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
225 of primary symtab.
226 (basic_lookup_transparent_type): Ditto.
227
228 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
229 (ALL_PRIMARY_SYMTABS): Use it.
230 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
231 * dwarf2read.c (dw2_find_symbol_file): Ditto.
232 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
233 * symtab.c (lookup_symbol_aux_objfile): Ditto.
234 (basic_lookup_transparent_type): Ditto.
235
236 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
237
238 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
239 it to optimize resolution of demangled name.
240
241 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
242
243 * configure.ac (development): Define new variable.
244 Call AC_CHECK_LIB for mcheck if $development.
245 (ERROR_ON_WARNING): Enable it by default only if $development.
246 * config.in: Regenerate.
247 * configure: Regenerate.
248
249 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
250
251 * target.c (target_read_memory): Make LEN argument as size_t.
252 * target.h (target_read_memory): Likewise.
253
254 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
255
256 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
257
258 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
259
260 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
261 BookE interface for PowerPC server processors if not available
262 in the Linux Kernel.
263
264 2012-05-31 Keith Seitz <keiths@redhat.com>
265
266 * linespec.c (decode_objc): Add cleanup to free
267 INFO.FILE_SYMTABS.
268 (find_linespec_symbols): Add cleanup to free CLASSES.
269 * symfile.c (find_separate_debug_file_by_debuglink): Add
270 cleanup to free DEBUGLINK.
271 * ui-out.c (clear_header_list): No need to check if
272 HEADER_NEXT.COLHDR is NULL.
273 Free HEADER_NEXT.COL_NAME.
274
275 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
276
277 * ada-lang.c (standard_lookup): Prevent uninitialized variable
278 warning.
279
280 2012-05-30 Jeff Kenton <jkenton@tilera.com>
281
282 * configure.host (gdb_host_cpu): Handle tilegx*.
283 (gdb_host): Handle tilegx-*-linux*.
284 * tilegx-linux-nat.c: New file.
285 * config/tilegx/linux.mh: New file.
286
287 2012-05-30 Jeff Kenton <jkenton@tilera.com>
288
289 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
290 tilegx-linux-tdep.o.
291 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
292 tilegx-linux-tdep.c.
293 * configure.tgt: Handle tilegx-*-linux*.
294 * tilegx-tdep.h: New file.
295 * tilegx-tdep.c: New file.
296 * tilegx-linux-tdep.c: New file.
297 * regformats/reg-tilegx.dat: New file.
298
299 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
300
301 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
302 accounting of hw watchpoints on ppc.
303
304 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
305
306 * source.c (openp): Expand tilde in path entries.
307
308 2012-05-29 Doug Evans <dje@google.com>
309
310 * buildsym.c (block_compar): Fix comment.
311 (end_symtab): Fix and clarify some comments.
312
313 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
314 cleanup_undefined_types.
315 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
316 All callers updated.
317
318 2012-05-29 Tom Tromey <tromey@redhat.com>
319
320 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
321 fails.
322 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
323 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
324 fails.
325 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
326 fails.
327
328 2012-05-29 Tristan Gingold <gingold@adacore.com>
329
330 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
331 (struct darwin_info): ... New struct.
332 (solib_darwin_pspace_data): New variable.
333 (darwin_pspace_data_cleanup): New function.
334 (get_darwin_info): Likewise.
335 (darwin_dyld_version_ok, darwin_load_image_infos)
336 (darwin_solib_get_all_image_info_addr_at_init)
337 (darwin_solib_read_all_image_info_addr): Add info argument.
338 Adjust code.
339 (darwin_current_sos): Use per pspace structure.
340 (darwin_solib_create_inferior_hook): Likewise.
341 (darwin_clear_solib): Likewise.
342 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
343
344 2012-05-28 Pedro Alves <palves@redhat.com>
345
346 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
347 block that uses them. Clear ecss before handling each event.
348
349 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
350
351 * solib-svr4.c (svr4_current_sos): New comment on
352 svr4_current_sos_via_xfer_libraries fall back.
353
354 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
355
356 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
357 it as a fallback for TYPE_IS_OPAQUE.
358 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
359 symbols for lookup_symbol.
360
361 2012-05-24 John Steele Scott <toojays@toojays.net>
362
363 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
364 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
365 (producer_is_gxx_lt_4_6): Move the checking and caching to...
366 (check_producer): ... this new function, which also checks for ICC
367 and caches the result.
368 (producer_is_icc): New function.
369 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
370 producer was ICC.
371
372 2012-05-24 Pedro Alves <palves@redhat.com>
373
374 PR gdb/7205
375
376 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
377 (default_gdb_signal_to_target): ... this. Add comment.
378 (default_gdb_signal_from_host): Rename to ...
379 (default_gdb_signal_from_target): ... this. Add comment.
380 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
381 (default_gdb_signal_to_target): ... this.
382 (default_gdb_signal_from_host): Rename to ...
383 (default_gdb_signal_from_target): ... this.
384 * corelow.c (core_open): Adjust to naming change. Replace comment.
385 * gdbarch.sh (gdb_signal_from_host): Rename to ...
386 (gdb_signal_from_target): ... this. Adjust to
387 default_gdb_signal_from_host naming change. Extend comment.
388 (gdb_signal_to_host): Rename to ...
389 (gdb_signal_to_target): ... this. Adjust to
390 default_gdb_signal_to_host naming change.
391 * gdbarch.h, gdbarch.c: Renegerate.
392
393 2012-05-24 Pedro Alves <palves@redhat.com>
394
395 PR gdb/7205
396
397 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
398
399 2012-05-24 Pedro Alves <palves@redhat.com>
400
401 PR gdb/7205
402
403 Replace target_signal with gdb_signal throughout.
404
405 2012-05-24 Pedro Alves <palves@redhat.com>
406
407 PR tui/14159
408
409 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
410 string, instead of reusing the va_list argument.
411
412 2012-05-24 Tom Tromey <tromey@redhat.com>
413
414 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
415 Remove.
416
417 2012-05-23 Doug Evans <dje@google.com>
418
419 * symtab.c (search_symbols): Formatting fixes.
420 (print_symbol_info): Formatting fixes.
421
422 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
423 int64_t change to leb128 API.
424 (read_encoded_value, decode_frame_entry_1): Ditto.
425 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
426 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
427 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
428 (execute_stack_op): Ditto.
429 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
430 (safe_read_uleb128, safe_read_sleb128): Ditto.
431 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
432 (dwarf2_compile_expr_to_ax): Ditto.
433 (locexpr_describe_location_piece): Ditto.
434 (disassemble_dwarf_expression): Ditto.
435 (locexpr_describe_location_1): Ditto.
436
437 2012-05-23 Stan Shebs <stan@codesourcery.com>
438 Kwok Cheung Yeung <kcy@codesourcery.com>
439
440 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
441 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
442 (mi-cmd-info.o): New rule.
443 * osdata.h (info_osdata_command): New declaration.
444 * osdata.c (info_osdata_command): Change to non-static.
445 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
446 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
447 * mi/mi-cmd-info.c: New file.
448
449 2012-05-23 Doug Evans <dje@google.com>
450
451 * symtab.c (search_symbols): Pass NULL for file_matcher to
452 expand_symtabs_matching if there are no files to match.
453
454 * gdbtypes.c (lookup_typename): Simplify.
455
456 2012-05-23 Pedro Alves <palves@redhat.com>
457
458 * arch-utils.h (default_target_signal_to_host): Delete.
459 * arch-utils.c (default_target_signal_to_host): Delete.
460 * gdbarch.sh (target_signal_to_host): Remove.
461 * gdbarch.h, gdbarch.c: Regenerate.
462
463 2012-05-22 Doug Evans <dje@google.com>
464
465 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
466 "const gdb_byte *".
467 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
468 (execute_cfa_program): Update to match API of leb128 functions.
469 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
470 "const gdb_byte *".
471 (read_unsigned_leb128, read_signed_leb128): Delete.
472 (read_initial_length): Change type of buf argument to
473 "const gdb_byte *".
474 (read_encoded_value): Update to match API of leb128 functions.
475 (decode_frame_entry): Change result to "const gdb_byte *", and
476 similarly for "start" parameter.
477 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
478 (dwarf2_build_frame_info): Change local frame_ptr to
479 "const gdb_byte *".
480 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
481 read_uleb128, read_sleb128. All callers updated.
482 (safe_skip_leb128): New function.
483 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
484 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
485 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
486 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
487 read_uleb128, read_sleb128.
488 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
489 (execute_stack_op): Update to match API of leb128 functions.
490 * dwarf2expr.h: #include "leb128.h".
491 (read_uleb128, read_sleb128): Delete.
492 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
493 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
494 * dwarf2loc.c (debug_loc_kind): New enum.
495 (decode_debug_loc_addresses): New function.
496 (decode_debug_loc_dwo_addresses): New function.
497 (dwarf2_find_location_expression): Rewrite.
498 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
499 (locexpr_describe_location_piece): Ditto.
500 (disassemble_dwarf_expression): Ditto.
501 (locexpr_describe_location_1): Ditto.
502 (loclist_describe_location): Rewrite.
503 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
504 * dwarf2read.c (die_reader_specs): New member "buffer_end".
505 (dwarf2_section_buffer_overflow_complaint): Renamed from
506 dwarf2_macros_too_long_complaint. All callers updated.
507 (skip_leb128): Delete.
508 (init_cu_die_reader): Initialize reader->buffer_end.
509 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
510 (skip_form_bytes): New arg buffer_end. All callers updated.
511 Replace call to skip_leb128 with gdb_skip_leb128.
512 (skip_unknown_opcode): New arg mac_end. All callers updated.
513 (fill_in_loclist_baton): Initialize baton->from_dwo.
514
515 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
516
517 * mips-linux-nat.c (mips_linux_read_description): Use a more
518 verbose error message.
519
520 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
521
522 * NEWS: Add MIPS/Linux DSP support.
523 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
524 (SIGCONTEXT_DSPCTL): New macro.
525 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
526 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
527 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
528 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
529 (N64_SIGCONTEXT_HI3): Likewise.
530 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
531 (N64_SIGCONTEXT_LO3): Likewise.
532 (N64_SIGCONTEXT_DSPCTL): Likewise.
533 (N64_SIGCONTEXT_FPCSR): Clarify definition.
534 (mips_linux_o32_sigframe_init): Handle DSP registers.
535 (mips_linux_n32n64_sigframe_init): Likewise.
536
537 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
538
539 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
540 call to abort.
541
542 2012-05-22 Pedro Alves <palves@redhat.com>
543
544 * target.h (store_waitstatus): Move declaration ...
545 * inf-child.h (store_waitstatus): ... here.
546 * target.c: Move inclusion of gdb_wait.h, and ...
547 (store_waitstatus): ... this ...
548 * inf-child.c: ... here.
549 * linux-nat.c: Include inf-child.h.
550 * rs6000-nat.c: Include inf-child.h.
551 * spu-linux-nat.c: Include inf-child.h.
552
553 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
554
555 * tracepoint.c (start_tracing): Add missing i18n markup.
556 (stop_tracing, set_trace_user): Ditto.
557 (set_trace_notes, set_trace_stop_notes): Ditto.
558
559 2012-05-21 Tom Tromey <tromey@redhat.com>
560
561 PR c++/7173:
562 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
563 types.
564 * value.h (value_cast_pointers): Update.
565 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
566 (value_cast): Update.
567 (update_search_result): New function.
568 (do_search_struct_field): New, from search_struct_field. Check
569 for ambiguous results.
570 (search_struct_field): Rewrite.
571 * infcall.c (value_arg_coerce): Update.
572 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
573 value_cast_pointers.
574 * ada-lang.c (ada_convert_actual): Update.
575
576 2012-05-21 Tom Tromey <tromey@redhat.com>
577
578 * macroexp.c (macro_stringify): Terminate the string.
579
580 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
581
582 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
583 Describe it.
584 * auto-load.c (auto_load_expand_dir_vars): New function.
585 (auto_load_safe_path_vec_update): Use it, remove the
586 substitute_path_component call thanks to it.
587 (auto_load_objfile_script): Remove the debug_file_directory processing.
588 Use auto_load_expand_dir_vars, remove the substitute_path_component
589 call thanks to it.
590 * configure: Regenerate.
591 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
592 path. Escape $ also for $debugdir.
593 (--with_auto_load_safe_path): Escape $ also for $debugdir.
594 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
595
596 2012-05-20 Doug Evans <dje@google.com>
597
598 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
599 before use. Check for symtab->includes == NULL before scanning it.
600
601 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
602
603 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
604
605 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
606
607 * NEWS: Add microMIPS support and "set mips compression",
608 "show mips compression" commands.
609 * mips-tdep.h (mips_isa): New enum.
610 (gdbarch_tdep): Add mips_isa.
611 (mips_pc_is_mips16): Update prototype.
612 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
613 * mips-tdep.c (mips_compression_mips16): New variable.
614 (mips_compression_micromips): Likewise.
615 (mips_compression_strings): Likewise.
616 (mips_compression_string): Likewise.
617 (is_mips16_isa, is_micromips_isa): New functions.
618 (is_mips16_addr): Rename to...
619 (is_compact_addr): ... this.
620 (unmake_mips16_addr): Likewise to...
621 (unmake_compact_addr): ... this.
622 (make_mips16_addr): Likewise to...
623 (make_compact_addr): ... this.
624 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
625 functions.
626 (mips_elf_make_msymbol_special): Handle microMIPS code.
627 (msymbol_is_special): Rename to...
628 (msymbol_is_mips16): ... this.
629 (mips_make_symbol_special, mips_pc_is_mips16): Update
630 accordingly.
631 (msymbol_is_mips, msymbol_is_micromips): New functions.
632 (mips16_to_32_reg): Rename to...
633 (mips_reg3_to_reg): ... this.
634 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
635 (mips_pc_isa): Likewise.
636 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
637 code.
638 (mips_fetch_instruction): Pass return status instead of printing
639 an error message if requested. Handle microMIPS code. Bail out
640 on an invalid ISA.
641 (micromips_op): New macro.
642 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
643 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
644 (b6s4_op, b7s3_reg): Likewise.
645 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
646 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
647 (mips_insn_size): New function.
648 (mips32_next_pc): Update mips_fetch_instruction call.
649 (micromips_relative_offset7): New function.
650 (micromips_relative_offset10): Likewise.
651 (micromips_relative_offset16): Likewise.
652 (micromips_pc_insn_size): Likewise.
653 (micromips_bc1_pc): Likewise.
654 (micromips_next_pc): Likewise.
655 (unpack_mips16): Update mips_fetch_instruction call.
656 (extended_mips16_next_pc): Update according to change to
657 mips16_to_32_reg.
658 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
659 code.
660 (mips16_scan_prologue): Update mips_fetch_instruction call.
661 Update according to change to mips16_to_32_reg.
662 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
663 (mips_insn16_frame_base_sniffer): Likewise.
664 (micromips_decode_imm9): New function.
665 (micromips_scan_prologue): Likewise.
666 (mips_micro_frame_cache): Likewise.
667 (mips_micro_frame_this_id): Likewise.
668 (mips_micro_frame_prev_register): Likewise.
669 (mips_micro_frame_sniffer): Likewise.
670 (mips_micro_frame_unwind): New variable.
671 (mips_micro_frame_base_address): New function.
672 (mips_micro_frame_base): New variable.
673 (mips_micro_frame_base_sniffer): New function.
674 (mips32_scan_prologue): Update mips_fetch_instruction call.
675 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
676 rather than for MIPS16.
677 (mips_insn32_frame_base_sniffer): Likewise.
678 (mips_addr_bits_remove): Handle microMIPS code.
679 (deal_with_atomic_sequence): Rename to...
680 (mips_deal_with_atomic_sequence): ... this. Update the type
681 of the variable used to hold an instruction. Remove the ISA bit
682 check. Update mips_fetch_instruction call.
683 (micromips_deal_with_atomic_sequence): New function.
684 (deal_with_atomic_sequence): Likewise.
685 (mips_about_to_return): Handle microMIPS code. Update
686 mips_fetch_instruction call.
687 (heuristic_proc_start): Check for the standard MIPS ISA rather
688 than for MIPS16. Update mips_pc_is_mips16 and
689 mips_fetch_instruction calls. Handle microMIPS code.
690 (mips_push_dummy_code): Handle microMIPS code.
691 (mips_eabi_push_dummy_call): Likewise.
692 (mips_o32_return_value): Update mips_pc_is_mips16 call.
693 (mips_o64_push_dummy_call): Handle microMIPS code.
694 (mips_o64_return_value): Update mips_pc_is_mips16 call.
695 (is_delayed): Remove function.
696 (mips_single_step_through_delay): Replace the call to is_delayed
697 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
698 Handle microMIPS code.
699 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
700 microMIPS code.
701 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
702 call.
703 (micromips_in_function_epilogue_p): New function.
704 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
705 call.
706 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
707 Handle microMIPS.
708 (gdb_print_insn_mips): Likewise.
709 (mips_breakpoint_from_pc): Likewise.
710 (mips_remote_breakpoint_from_pc): New function.
711 (mips32_instruction_has_delay_slot): Simplify making use of the
712 updated mips_fetch_instruction interface.
713 (micromips_instruction_has_delay_slot): New function.
714 (mips16_instruction_has_delay_slot): Simplify making use of the
715 updated mips_fetch_instruction interface.
716 (mips_adjust_breakpoint_address): Check for the standard MIPS
717 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
718 calls. Handle microMIPS code.
719 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
720 (mips_skip_trampoline_code): Handle microMIPS code.
721 (global_mips_compression): New function.
722 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
723 file flags. Register the microMIPS remote breakpoint handler
724 and heuristic frame unwinder.
725 (show_mips_compression): New function.
726 (_initialize_mips_tdep): Add the "set mips compression" and
727 "show mips compression" commands.
728
729 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
730
731 * ada-lang.c:
732 * ada-tasks.c:
733 * ada-varobj.c:
734 * amd64-darwin-tdep.c:
735 * arm-symbian-tdep.c:
736 * arm-tdep.c:
737 * avr-tdep.c:
738 * ax-gdb.c:
739 * bfin-linux-tdep.c:
740 * breakpoint.c:
741 * c-valprint.c:
742 * cli/cli-cmds.c:
743 * coffread.c:
744 * cp-support.c:
745 * cris-tdep.c:
746 * dwarf2-frame-tailcall.c:
747 * dwarf2-frame.c:
748 * dwarf2expr.c:
749 * dwarf2loc.c:
750 * dwarf2read.c:
751 * elfread.c:
752 * eval.c:
753 * expprint.c:
754 * f-valprint.c:
755 * frv-tdep.c:
756 * h8300-tdep.c:
757 * hppa-hpux-tdep.c:
758 * hppa-tdep.c:
759 * hppanbsd-tdep.c:
760 * i386-nto-tdep.c:
761 * i386-tdep.c:
762 * i387-tdep.c:
763 * ia64-tdep.c:
764 * jit.c:
765 * linespec.c:
766 * linux-tdep.c:
767 * lm32-tdep.c:
768 * m2-valprint.c:
769 * m32c-tdep.c:
770 * m32r-rom.c:
771 * m32r-tdep.c:
772 * m68k-tdep.c:
773 * m68klinux-tdep.c:
774 * mi/mi-main.c:
775 * microblaze-tdep.c:
776 * mips-linux-tdep.c:
777 * mips-tdep.c:
778 * mn10300-tdep.c:
779 * p-valprint.c:
780 * parse.c:
781 * ppc-linux-tdep.c:
782 * ppc-sysv-tdep.c:
783 * printcmd.c:
784 * python/py-finishbreakpoint.c:
785 * python/py-inferior.c:
786 * python/py-infthread.c:
787 * python/py-type.c:
788 * python/python.c:
789 * remote-fileio.c:
790 * remote-m32r-sdi.c:
791 * remote-mips.c:
792 * reverse.c:
793 * rl78-tdep.c:
794 * rs6000-aix-tdep.c:
795 * rs6000-tdep.c:
796 * s390-tdep.c:
797 * score-tdep.c:
798 * sh64-tdep.c:
799 * skip.c:
800 * solib-darwin.c:
801 * solib-dsbt.c:
802 * solib-frv.c:
803 * sparc-tdep.c:
804 * spu-multiarch.c:
805 * spu-tdep.c:
806 * stack.c:
807 * symfile.c:
808 * symtab.c:
809 * tic6x-tdep.c:
810 * tracepoint.c:
811 * v850-tdep.c:
812 * valarith.c:
813 * valprint.c:
814 * value.c:
815 * xcoffread.c:
816 * xtensa-tdep.c:
817 * ada-lang.c:
818 * ada-tasks.c:
819 * ada-varobj.c:
820 * amd64-darwin-tdep.c:
821 * arm-symbian-tdep.c:
822 * arm-tdep.c: Delete unused variables.
823
824 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
825
826 Rename $ddir to $datadir.
827 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
828 * auto-load.c (auto_load_safe_path_vec_update)
829 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
830 * configure: Regenerate.
831 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
832 Likewise. Remove the 'use $ddir' help string.
833
834 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
835
836 * auto-load.c (show_auto_load_safe_path): Accept any combination of
837 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
838
839 2012-05-18 Tom Tromey <tromey@redhat.com>
840
841 PR exp/13907:
842 * valprint.h (struct value_print_options) <symbol_print>: New
843 field.
844 * valprint.c (user_print_options): Add default for symbol_print.
845 (show_symbol_print): New function.
846 (generic_val_print): Respect symbol_print.
847 (_initialize_valprint): Add "print symbol" setting.
848 * f-valprint.c (f_val_print): Respect symbol_print.
849 * c-valprint.c (c_val_print): Respect symbol_print.
850 * NEWS: Update.
851 * printcmd.c (print_address_symbolic): Return int. Ignore some
852 zero-size symbols.
853 (print_address_demangle): Return int.
854 * defs.h: (print_address_symbolic): Return int.
855 * value.h (print_address_demangle): Return int.
856
857 2012-05-18 Tom Tromey <tromey@redhat.com>
858
859 * valprint.c (val_print_string): Don't print leading space.
860 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
861 print space before string or vtbl.
862 * m2-valprint.c (print_unpacked_pointer): Optionally print space
863 before string.
864 * jv-valprint.c (java_value_print): Print space before string.
865 * go-valprint.c (print_go_string): Print space before string.
866 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
867 space before string.
868 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
869 space before string or vtbl.
870 * auxv.c (fprint_target_auxv): Print space after address.
871
872 2012-05-18 Tom Tromey <tromey@redhat.com>
873
874 * printcmd.c (print_address_demangle): Remove special case for 0.
875
876 2012-05-18 Tom Tromey <tromey@redhat.com>
877
878 * printcmd.c (print_address_demangle): Add 'opts' argument.
879 * p-valprint.c (pascal_val_print): Update.
880 * jv-valprint.c (java_val_print): Update.
881 * value.h: Update.
882 * valprint.c (generic_val_print): Update.
883 (print_function_pointer_address): Add 'options' argument. Remove
884 'addressprint' argument. Update.
885 * m2-valprint.c (print_unpacked_pointer): Update.
886 * gnu-v3-abi.c (print_one_vtable): Update.
887 (gnuv3_print_method_ptr): Update.
888 * f-valprint.c (f_val_print): Update.
889 * cp-valprint.c (cp_print_value_fields): Update.
890 * valprint.h (print_function_pointer_address): Update.
891 * c-valprint.c (c_val_print): Update.
892
893 2012-05-18 Tom Tromey <tromey@redhat.com>
894
895 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
896 directly corresponding to the found psymtab.
897 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
898 (dw2_find_pc_sect_symtab): Use it.
899 * block.h (blockvector_contains_pc): Declare.
900 * block.c (find_block_in_blockvector): New function.
901 (blockvector_for_pc_sect): Use it.
902 (blockvector_contains_pc): New function.
903
904 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
905
906 * mips-tdep.h (mips_write_pc): New prototype.
907 * mips-tdep.c (mips_write_pc): Make external, add description.
908 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
909 add description.
910
911 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
912
913 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
914 mips_regnum->pc.
915 (mips_unwind_pc, mips_write_pc): Likewise.
916 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
917 gdbarch_read_pc.
918
919 2012-05-17 Joel Brobecker <brobecker@adacore.com>
920
921 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
922 proc_warn, proc_error, proc_get_status, proc_flags,
923 proc_why, proc_what, proc_nsysarg, proc_sysargs,
924 proc_set_run_on_last_close, proc_unset_run_on_last_close,
925 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
926 proc_stop_process, proc_wait_for_stop, proc_run_process,
927 proc_set_traced_signals, proc_set_traced_faults,
928 proc_set_traced_sysentry, proc_set_traced_sysexit,
929 proc_set_held_signals, proc_get_held_signals,
930 proc_get_traced_signals, proc_get_traced_faults,
931 proc_get_traced_sysentry, proc_get_traced_sysexit,
932 proc_clear_current_fault, proc_set_current_signal,
933 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
934 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
935 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
936 proc_get_current_thread, proc_get_current_thread,
937 proc_get_current_thread, proc_update_threads,
938 proc_update_threads, proc_update_threads, proc_update_threads,
939 proc_iterate_over_threads, procfs_find_new_threads,
940 procfs_pid_to_str): Make static. Remove advance declaration.
941 (proc_cursig): Make static. Conditionalized defintion on
942 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
943 (proc_syscall, proc_set_kill_on_last_close,
944 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
945 proc_get_pending_signals, proc_get_signal_actions,
946 proc_trace_signal, proc_ignore_signal): Delete.
947
948 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
949
950 * coffread.c (cs_section_address): Passing proper argument for
951 `bfd_get_section_vma'.
952 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
953 `bfd_get_section_flags'.
954 * remote.c (remote_trace_set_readonly_regions): Likewise, for
955 `bfd_get_section_vma'.
956
957 2012-05-16 Tom Tromey <tromey@redhat.com>
958
959 PR macros/13205:
960 * macrotab.h: (macro_define_special): Declare.
961 (enum macro_special_kind): New.
962 (struct macro_definition) <argc, replacement>: Update comments.
963 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
964 (macro_define_object_internal): New function.
965 (macro_define_object): Use it.
966 (macro_define_special): New function.
967 (fixup_definition): New function.
968 (macro_lookup_definition, foreach_macro_in_scope)
969 (foreach_macro): Use fixup_definition.
970 * macroexp.h (macro_stringify): Declare.
971 * macroexp.c (free_buffer_return_text): New function.
972 (stringify): Constify "arg".
973 (macro_stringify): New function.
974 * dwarf2read.c (macro_start_file): Call macro_define_special.
975
976 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
977 Maciej W. Rozycki <macro@mips.com>
978
979 * breakpoint.h (bp_location): Add related_address member.
980 * inferior.h (get_return_value): Take a pointer to struct value
981 instead of struct type for the function requested.
982 * value.h (using_struct_return): Likewise.
983 * gdbarch.sh (return_value): Take a pointer to struct value
984 instead of struct type for the function requested.
985 * breakpoint.c (set_breakpoint_location_function): Initialize
986 related_address for bp_gnu_ifunc_resolver breakpoints.
987 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
988 requested function's address to gdbarch_return_value.
989 * eval.c (evaluate_subexp_standard): Pass the requested
990 function's address to using_struct_return.
991 * infcall.c (call_function_by_hand): Pass the requested
992 function's address to using_struct_return and
993 gdbarch_return_value.
994 * infcmd.c (get_return_value): Take a pointer to struct value
995 instead of struct type for the function requested.
996 (print_return_value): Update accordingly.
997 (finish_command_continuation): Likewise.
998 * stack.c (return_command): Pass the requested function's
999 address to using_struct_return and gdbarch_return_value.
1000 * value.c (using_struct_return): Take a pointer to struct value
1001 instead of struct type for the function requested. Pass the
1002 requested function's address to gdbarch_return_value.
1003 * python/py-finishbreakpoint.c (finish_breakpoint_object):
1004 New function_value member, replacing function_type.
1005 (bpfinishpy_dealloc): Update accordingly.
1006 (bpfinishpy_pre_stop_hook): Likewise.
1007 (bpfinishpy_init): Likewise. Record the requested function's
1008 address.
1009 * mips-tdep.c (mips_fval_reg): New enum.
1010 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
1011 words put in GP registers.
1012 (mips_o64_push_dummy_call): Update a comment.
1013 (mips_o32_return_value): Take a pointer to struct value instead
1014 of struct type for the function requested and use it to check if
1015 using the MIPS16 calling convention. Return the designated
1016 general purpose registers for floating-point values returned in
1017 MIPS16 mode.
1018 (mips_o64_return_value): Likewise.
1019 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
1020 (ppc_sysv_abi_broken_return_value): Likewise.
1021 (ppc64_sysv_abi_return_value): Likewise.
1022 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
1023 value instead of struct type for the function requested.
1024 * amd64-tdep.c (amd64_return_value): Likewise.
1025 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
1026 * arm-tdep.c (arm_return_value): Likewise.
1027 * avr-tdep.c (avr_return_value): Likewise.
1028 * bfin-tdep.c (bfin_return_value): Likewise.
1029 * cris-tdep.c (cris_return_value): Likewise.
1030 * frv-tdep.c (frv_return_value): Likewise.
1031 * h8300-tdep.c (h8300_return_value): Likewise.
1032 (h8300h_return_value): Likewise.
1033 * hppa-tdep.c (hppa32_return_value): Likewise.
1034 (hppa64_return_value): Likewise.
1035 * i386-tdep.c (i386_return_value): Likewise.
1036 * ia64-tdep.c (ia64_return_value): Likewise.
1037 * iq2000-tdep.c (iq2000_return_value): Likewise.
1038 * lm32-tdep.c (lm32_return_value): Likewise.
1039 * m32c-tdep.c (m32c_return_value): Likewise.
1040 * m32r-tdep.c (m32r_return_value): Likewise.
1041 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
1042 * m68k-tdep.c (m68k_return_value): Likewise.
1043 (m68k_svr4_return_value): Likewise.
1044 * m88k-tdep.c (m88k_return_value): Likewise.
1045 * mep-tdep.c (mep_return_value): Likewise.
1046 * microblaze-tdep.c (microblaze_return_value): Likewise.
1047 * mn10300-tdep.c (mn10300_return_value): Likewise.
1048 * moxie-tdep.c (moxie_return_value): Likewise.
1049 * mt-tdep.c (mt_return_value): Likewise.
1050 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
1051 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
1052 (ppc_sysv_abi_broken_return_value): Likewise.
1053 (ppc64_sysv_abi_return_value): Likewise.
1054 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
1055 * rl78-tdep.c (rl78_return_value): Likewise.
1056 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
1057 * rx-tdep.c (rx_return_value): Likewise.
1058 * s390-tdep.c (s390_return_value): Likewise.
1059 * score-tdep.c (score_return_value): Likewise.
1060 * sh-tdep.c (sh_return_value_nofpu): Likewise.
1061 (sh_return_value_fpu): Likewise.
1062 * sh64-tdep.c (sh64_return_value): Likewise.
1063 * sparc-tdep.c (sparc32_return_value): Likewise.
1064 * sparc64-tdep.c (sparc64_return_value): Likewise.
1065 * spu-tdep.c (spu_return_value): Likewise.
1066 * tic6x-tdep.c (tic6x_return_value): Likewise.
1067 * v850-tdep.c (v850_return_value): Likewise.
1068 * vax-tdep.c (vax_return_value): Likewise.
1069 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
1070 * xtensa-tdep.c (xtensa_return_value): Likewise.
1071 * gdbarch.c: Regenerate.
1072 * gdbarch.h: Regenerate.
1073
1074 2012-05-15 Tom Tromey <tromey@redhat.com>
1075
1076 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
1077
1078 2012-05-15 Joel Brobecker <brobecker@adacore.com>
1079
1080 * breakpoint.c (init_breakpoint_sal): Add quotes around part
1081 of command in two error message.
1082
1083 2012-05-15 Joel Brobecker <brobecker@adacore.com>
1084
1085 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
1086
1087 2012-05-15 Joel Brobecker <brobecker@adacore.com>
1088
1089 * breakpoint.c (find_condition_and_thread): Minor reformatting.
1090
1091 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1092
1093 * NEWS (show auto-load scripts-directory): Add forgotten command.
1094
1095 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1096
1097 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
1098 parameters.
1099
1100 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
1101
1102 * amd64-tdep.c: Include features/i386/x32.c and
1103 features/i386/x32-avx.c.
1104 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
1105 initialize_tdesc_x32_avx.
1106
1107 2012-05-14 Stan Shebs <stan@codesourcery.com>
1108
1109 Add dynamic printf.
1110 * breakpoint.h (enum bptype): New type bp_dprintf.
1111 (struct breakpoint): New field extra_string.
1112 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
1113 (create_breakpoint): Add extra_string arg.
1114 * breakpoint.c (dprintf_breakpoint_ops): New.
1115 (is_breakpoint): Add bp_dprintf.
1116 (bpstat_what): Add dprintf case.
1117 (bptype_string): Ditto.
1118 (print_one_breakpoint_location): Ditto.
1119 (init_bp_location): Ditto.
1120 (bkpt_print_mention): Ditto.
1121 (dprintf_style_enums): New array.
1122 (dprintf_style): New global.
1123 (dprintf_function): New global.
1124 (dprintf_channel): New global.
1125 (update_dprintf_command_list): New function.
1126 (update_dprintf_commands): New function.
1127 (init_breakpoint_sal): Add extra_string argument, handle it.
1128 (create_breakpoint_sal): Add extra_string argument.
1129 (create_breakpoints_sal): Add extra_string argument, update callers.
1130 (find_condition_and_thread): Add extra argument.
1131 (create_breakpoint): Add extra_string argument, record it.
1132 (dprintf_command): New function.
1133 (break_command_1): Add arg to create_breakpoint call.
1134 (handle_gnu_v3_exceptions): Ditto.
1135 (trace_command): Ditto.
1136 (ftrace_command): Ditto.
1137 (strace_command): Ditto.
1138 (bkpt_print_mention): Add dprintf case.
1139 (create_breakpoint_sal_default): Add extra_string argument.
1140 (_initialize_breakpoint): Add new commands.
1141 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
1142 * python/py-breakpoint.c (bppy_init): Ditto.
1143 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
1144
1145 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
1146
1147 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
1148
1149 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
1150
1151 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
1152 unsigned long long.
1153
1154 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
1155
1156 Add a new function gdb.find_pc_line to the Python API.
1157 * NEWS (Python Scripting): Add entry about the new function.
1158 * python/python.c (gdbpy_find_pc_line): New function which
1159 implements gdb.find_pc_line.
1160 (GdbMethods): Add entry for the new function.
1161
1162 2012-05-12 Pedro Alves <palves@redhat.com>
1163
1164 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
1165 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
1166
1167 2012-05-12 Eli Zaretskii <eliz@gnu.org>
1168
1169 * inferior.c: Include completer.h
1170 (initialize_inferiors): Set completer of add-inferior to
1171 filename_completer.
1172
1173 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
1174
1175 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
1176 gdbarch_ptr_bit for x32 core dump.
1177
1178 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
1179
1180 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
1181 and features/i386/x32-avx-linux.c.
1182
1183 2012-05-11 Stan Shebs <stan@codesourcery.com>
1184 Kwok Cheung Yeung <kcy@codesourcery.com>
1185
1186 * NEWS: Describe new info os commands.
1187 * common/linux-osdata.c (PID_T, TIME_T): Define.
1188 (MAX_PID_T_STRLEN): New.
1189 (linux_common_core_of_thread): Add comment. Change to use PID_T and
1190 MAX_PID_T_STRLEN.
1191 (command_from_pid): Add comment. Change to use PID_T.
1192 (commandline_from_pid): Change to use PID_T.
1193 (user_from_pid): Add comment.
1194 (get_process_owner): Add comment. Change to use PID_T and
1195 MAX_PID_T_STRLEN.
1196 (get_number_of_cpu_cores): Add comment.
1197 (get_cores_used_by_process): Add comment. Change to use PID_T and
1198 MAX_PID_T_STRLEN.
1199 (linux_xfer_osdata_processes): Change to use PID_T and
1200 MAX_PID_T_STRLEN.
1201 (compare_processes): New function.
1202 (linux_xfer_osdata_processgroups): New function.
1203 (linux_xfer_osdata_threads): Change to use PID_T.
1204 (linux_xfer_osdata_fds): New function.
1205 (format_socket_state, print_sockets): New functions.
1206 (union socket_addr): New union.
1207 (linux_xfer_osdata_isockets): New function.
1208 (time_from_time_t, group_from_gid): New functions.
1209 (linux_xfer_osdata_shm): New function.
1210 (linux_xfer_osdata_sem): New function.
1211 (linux_xfer_osdata_msg): New function.
1212 (linux_xfer_osdata_modules): New function.
1213 (osdata_table): Add new entries.
1214 * common/buffer.c (buffer_xml_printf): Add support for long and
1215 long long format specifiers.
1216
1217 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
1218
1219 * amd64-linux-tdep.h (tdesc_x32_linux): New.
1220 (tdesc_x32_avx_linux): Likewise.
1221
1222 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1223
1224 Implement multi-component --with-auto-load-dir.
1225 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
1226 entries.
1227 (--with-auto-load-safe-path): Update the default value description.
1228 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
1229 New.
1230 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
1231 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
1232 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
1233 (_initialize_auto_load): Initialize also auto_load_dir. Install new
1234 "set auto-load scripts-directory".
1235 * config.in: Regenerate.
1236 * configure: Regenerate.
1237 * configure.ac (--with-auto-load-dir): New configure option.
1238 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
1239
1240 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1241
1242 Provide $ddir substitution for --with-auto-load-safe-path.
1243 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
1244 entries.
1245 * auto-load.c: Include observer.h.
1246 (auto_load_safe_path_vec_update): Call substitute_path_component for
1247 each component. New variable ddir_subst.
1248 (auto_load_gdb_datadir_changed): New function.
1249 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
1250 AUTO_LOAD_SAFE_PATH. New comment.
1251 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
1252 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
1253 * config.in: Regenerate.
1254 * configure: Regenerate.
1255 * configure.ac (--auto-load-safe-path): Rename
1256 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
1257 GDB_DATADIR/auto-load.
1258 * defs.h (substitute_path_component): New declaration.
1259 * top.c: Include observer.h.
1260 (set_gdb_datadir): New function.
1261 (init_main): Install it for "set data-directory".
1262 * utils.c (substitute_path_component): New function.
1263
1264 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1265
1266 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
1267 * auto-load.c (auto_load_objfile_script): Remove check for NULL
1268 DEBUG_FILE_DIRECTORY. Handle multiple components of
1269 DEBUG_FILE_DIRECTORY.
1270
1271 2012-05-10 Tom Tromey <tromey@redhat.com>
1272
1273 * dwarf2read.c (recursively_write_psymbols): New function.
1274 (write_psymtabs_to_index): Use it.
1275
1276 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
1277 field.
1278 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
1279 (load_partial_comp_unit): Update.
1280 (queue_comp_unit): Add argument 'pretend_language'.
1281 (process_queue): Update.
1282 (psymtab_to_symtab_1): Skip dependencies that have a user.
1283 (load_partial_comp_unit_reader): Give meaning to the 'data'
1284 argument.
1285 (load_full_comp_unit): Add 'pretend_language' argument.
1286 (process_full_comp_unit): Add 'pretend_language' argument. Set
1287 language on CU.
1288 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
1289 Update.
1290 (maybe_queue_comp_unit): Add 'pretend_language' argument.
1291 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
1292 Update.
1293 (prepare_one_comp_unit): Add 'pretend_language' argument.
1294
1295 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
1296 (struct dwarf2_per_objfile) <just_read_cus>: New field.
1297 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
1298 (dw2_do_instantiate_symtab): Check whether symtab was read in
1299 before queueing.
1300 (dw2_instantiate_symtab): Add assertion. Call
1301 process_cu_includes.
1302 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
1303 (partial_symtab_p): New typedef.
1304 (set_partial_user): New function.
1305 (dwarf2_build_psymtabs_hard): Use set_partial_user.
1306 (scan_partial_symbols): Add imported CU to imported_symtabs.
1307 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
1308 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
1309 (get_symtab, recursively_compute_inclusions)
1310 (compute_symtab_includes, process_cu_includes)
1311 (process_imported_unit_die): New functions.
1312 (process_die) <DW_TAG_imported_unit>: New case.
1313 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
1314
1315 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
1316 comment.
1317 (struct partial_die_info) <locdesc>: Remove.
1318 <d>: New field.
1319 (process_psymtab_comp_unit): Add 'read_partial' argument.
1320 Update.
1321 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
1322 (scan_partial_symbols): Handle DW_TAG_imported_unit.
1323 (add_partial_symbol): Update.
1324 (process_die): Handle DW_TAG_partial_unit.
1325 (read_file_scope): Update comment.
1326 (load_partial_dies): Handle DW_TAG_imported_unit.
1327 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
1328 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
1329
1330 2012-05-10 Tom Tromey <tromey@redhat.com>
1331
1332 * cc-with-dwz.sh: New file.
1333
1334 2012-05-10 Tom Tromey <tromey@redhat.com>
1335
1336 * symtab.h (struct symtab) <includes, user>: New fields.
1337 * block.h (struct block_iterator) <d, idx, which>: New fields.
1338 * block.c (initialize_block_iterator, find_iterator_symtab)
1339 (block_iterator_step, block_iter_name_step)
1340 (block_iter_match_step): New functions.
1341 (block_iterator_first, block_iterator_next)
1342 (block_iter_name_first, block_iter_name_next)
1343 (block_iter_match_first, block_iter_match_next): Rewrite.
1344 (get_block_symtab): New function.
1345
1346 2012-05-10 Tom Tromey <tromey@redhat.com>
1347
1348 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
1349 set_block_symtab.
1350 * jit.c (finalize_symtab): Use allocate_global_block,
1351 set_block_symtab.
1352 * buildsym.c (finish_block_internal): New function, from old
1353 finish_block.
1354 (finish_block): Rewrite.
1355 (end_symtab): Use finish_block_internal, set_block_symtab.
1356 * block.h (struct global_block): New.
1357 (allocate_global_block, set_block_symtab): Declare.
1358 * block.c (allocate_global_block, set_block_symtab): New
1359 functions.
1360
1361 2012-05-10 Tom Tromey <tromey@redhat.com>
1362
1363 * psymtab.c (partial_map_expand_apply): Add assertion.
1364 (partial_map_symtabs_matching_filename): Skip included psymtabs.
1365 (psymtab_to_symtab): Find unshared psymtab.
1366 (dump_psymtab): Print including psymtabs.
1367 (recursively_search_psymtabs): New function.
1368 (expand_symtabs_matching_via_partial): Use it.
1369 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
1370 fields.
1371 (enum psymtab_search_status): New.
1372
1373 2012-05-10 Tom Tromey <tromey@redhat.com>
1374
1375 * tracepoint.c (scope_info): Update.
1376 * symtab.c (lookup_block_symbol, iterate_over_symbols)
1377 (find_pc_sect_symtab, search_symbols)
1378 (default_make_symbol_completion_list_break_on)
1379 (make_file_symbol_completion_list): Update.
1380 * symmisc.c (dump_symtab_1): Update.
1381 * stack.c (print_frame_args, iterate_over_block_locals)
1382 (print_frame_labels, iterate_over_block_arg_vars): Update.
1383 * python/py-block.c (block_object) <dict>: Remove.
1384 <block>: New field.
1385 <iter>: Change type.
1386 (blpy_iter): Update.
1387 (blpy_block_syms_iternext): Update.
1388 * psymtab.c (map_block): Use block iterators.
1389 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
1390 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
1391 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
1392 * infrun.c (check_exception_resume): Update.
1393 * cp-support.c (make_symbol_overload_list_block): Update.
1394 * coffread.c (patch_opaque_types): Update.
1395 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
1396 * block.h (struct block_iterator): New.
1397 (block_iterator_first, block_iterator_next, block_iter_name_first)
1398 (block_iter_name_next, block_iter_match_first)
1399 (block_iter_match_next): Declare.
1400 (ALL_BLOCK_SYMBOLS): Redefine.
1401 * block.c (block_iterator_first, block_iterator_next)
1402 (block_iter_name_first, block_iter_name_next)
1403 (block_iter_match_first, block_iter_match_next): New functions.
1404 * ada-lang.c (ada_add_block_symbols)
1405 (ada_make_symbol_completion_list): Use block iterator.
1406
1407 2012-05-10 Tom Tromey <tromey@redhat.com>
1408
1409 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
1410 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
1411 (lookup_partial_symbol, find_last_source_symtab_from_partial)
1412 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
1413 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
1414 Update.
1415
1416 2012-05-10 Joel Brobecker <brobecker@adacore.com>
1417
1418 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
1419 print-file-var-lib2.c, print-file-var-main.c and
1420 print-file-var.exp (located in gdb/testsuite/gdb.base).
1421
1422 2012-05-10 Joel Brobecker <brobecker@adacore.com>
1423
1424 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
1425 try locating the symbol in the symbol's own objfile first, before
1426 extending the search to all objfiles.
1427 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
1428 out of lookup_symbol_aux_symtabs.
1429 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
1430 Replace extracted-out code by call to lookup_symbol_aux_objfile.
1431 Do not search EXCLUDE_OBJFILE.
1432 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
1433 (lookup_symbol_global): Search for matches in the block's objfile
1434 first, before searching all other objfiles.
1435
1436 2012-05-10 Tristan Gingold <gingold@adacore.com>
1437
1438 * printcmd.c (set_command): Add pre/post inc/dec.
1439
1440 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
1441
1442 * gdb.1: Document -ex option.
1443
1444 2012-05-09 Joel Brobecker <brobecker@adacore.com>
1445
1446 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
1447 * inferior.h (AT_SYMBOL): Delete.
1448
1449 2012-05-09 Joel Brobecker <brobecker@adacore.com>
1450
1451 * mips-tdep.c (mips_push_dummy_code): New function.
1452 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
1453 ON_STACK and install mips_push_dummy_code as our gdbarch
1454 push_dummy_code routine.
1455
1456 2012-05-09 Pedro Alves <palves@redhat.com>
1457
1458 * target.c (set_maintenance_target_async_permitted): Rename to ...
1459 (set_target_async_command): ... this.
1460 (show_maintenance_target_async_permitted): Rename to ...
1461 (show_target_async_command): ... this.
1462 (initialize_targets): Adjust.
1463
1464 2012-05-08 Doug Evans <dje@google.com>
1465
1466 * go-exp.y (classify_name): Add missing assignment of fields of
1467 yylval.ssym.
1468
1469 2012-05-08 Eli Zaretskii <eliz@gnu.org>
1470
1471 Display the ">" prompt in interactive mode while reading canned
1472 commands, even when the current interpreter is MI.
1473
1474 * interps.c (interp_set_temp): New function.
1475
1476 * interps.h (interp_set_temp): Add prototype.
1477
1478 * cli/cli-script.c (restore_interp): New cleanup function.
1479 (read_command_lines): Temporarily override the current interpreter
1480 with CLI and arrange for restoring the original one.
1481
1482 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
1483
1484 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
1485
1486 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
1487
1488 * probe.c (parse_probes): Move conditional to check for
1489 debuginfo files from here...
1490 * stap-probe.c (stap_get_probes): ... to here.
1491
1492 2012-05-07 Mark Kettenis <kettenis@gnu.org>
1493 H.J. Lu <hongjiu.lu@intel.com>
1494
1495 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
1496 `movl %esp, %ebp' for the X32 ABI.
1497
1498 2012-05-07 Tom Tromey <tromey@redhat.com>
1499
1500 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
1501 get_DW_TAG_name.
1502 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
1503 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
1504 (dwarf_stack_op_name): Remove.
1505 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
1506 (decode_locdesc): Use get_DW_OP_name.
1507 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
1508 (dwarf2_compile_expr_to_ax): Likewise.
1509 (disassemble_dwarf_expression): Likewise.
1510 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
1511
1512 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
1513
1514 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
1515 (sh_linux_sigtramp_cache): New function.
1516 (sh_linux_sigreturn_init): New function.
1517 (sh_linux_rt_sigreturn_init): New function.
1518 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
1519 patterns.
1520 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
1521 syscall codes.
1522 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
1523 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
1524 (sh_linux_init_abi): Add init calls to register new tramp_frame
1525 definitions under 32-bit SH, update comments.
1526
1527 2012-05-07 Pedro Alves <palves@redhat.com>
1528
1529 PR gdb/10952
1530
1531 * amd64-linux-tdep.c: Include glibc-tdep.h.
1532 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
1533 gdbarch_skip_solib_resolver callback.
1534
1535 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1536
1537 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
1538 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
1539 (show_auto_load_safe_path): Check any-directory by comparison with "/".
1540 (add_auto_load_safe_path): Change the error message.
1541 (_initialize_auto_load): Change the "safe-path" help text.
1542 * configure: Regenerate
1543 * configure.ac (--without-auto-load-safe-path): Set
1544 WITH_AUTO_LOAD_SAFE_PATH to /.
1545
1546 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
1547
1548 * stap-probe.h: Do not include unecessary `probe.h'.
1549
1550 2012-05-05 Alan Modra <amodra@gmail.com>
1551
1552 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
1553 bfd_und_section_ptr.
1554 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
1555 and bfd_com_section_ptr.
1556
1557 2012-05-04 Joel Brobecker <brobecker@adacore.com>
1558
1559 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
1560
1561 2012-05-04 Joel Brobecker <brobecker@adacore.com>
1562
1563 * windows-nat.h (segment_register_p_ftype): New typedef.
1564 (windows_set_segment_register_p): Add declaration.
1565 * windows-nat.c (segment_register_p): New static global.
1566 (windows_set_segment_register_p): New function.
1567 (do_windows_fetch_inferior_registers): Add special handling
1568 for segment registers.
1569 * amd64-windows-nat.c: #include "amd64-tdep.h".
1570 (amd64_windows_segment_register_p): New function.
1571 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
1572 * i386-windows-nat.c: #include "i386-tdep.h".
1573 (i386_windows_segment_register_p): New function.
1574 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
1575
1576 2012-05-04 Tristan Gingold <gingold@adacore.com>
1577
1578 * printcmd.c (set_command): Emit a warning if the expression is not
1579 an assignment.
1580
1581 2012-05-03 Joel Brobecker <brobecker@adacore.com>
1582
1583 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
1584 Make static.
1585
1586 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
1587
1588 * stap-probe.c (stap_is_operator): Change declaration.
1589 (stap_get_opcode): Change return value.
1590 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
1591 `stap_parse_argument_1'.
1592
1593 2012-05-03 Pedro Alves <pedro@codesourcery.com>
1594
1595 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
1596 debug log.
1597
1598 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
1599
1600 Add two new methods global_block and static_block to gdb.Symtab
1601 objects.
1602 * NEWS (Python scripting): Add entry about the new methods.
1603 * python/py-symtab.c (stpy_global_block): New function which
1604 implements the gdb.Symtab.global_block() method.
1605 (stpy_static_block): New function which implements the
1606 gdb.Symtab.static_block() method.
1607 (symtab_object_methods): Add entries for the two new methods.
1608
1609 2012-05-03 Doug Evans <dje@google.com>
1610
1611 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
1612 files.
1613
1614 2012-05-03 Yao Qi <yao@codesourcery.com>
1615
1616 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
1617 space.
1618 (i386_process_record): Ditto.
1619
1620 2012-05-02 Joel Brobecker <brobecker@adacore.com>
1621
1622 * infcall.c (unwind_on_signal_p): Make static.
1623
1624 2012-05-02 Joel Brobecker <brobecker@adacore.com>
1625
1626 * sol-thread.c (solaris_pid_to_str): Make static.
1627 (_initialize_sol_thread): Add prototype.
1628
1629 2012-05-02 Joel Brobecker <brobecker@adacore.com>
1630
1631 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
1632
1633 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
1634
1635 * MAINTAINERS: Remove myself.
1636
1637 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1638
1639 Fix --without-auto-load-safe-path for MS-Windows host platform.
1640 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
1641
1642 2012-05-02 Eli Zaretskii <eliz@gnu.org>
1643
1644 * gdb_curses.h: Undefine KEY_EVENT before including curses
1645 headers. Move "#undef MOUSE_MOVED" before any curses header
1646 inclusion.
1647
1648 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
1649
1650 * features/i386/i386-mmx-linux.c: Regenerate.
1651 * features/rs6000/powerpc-32.c: Likewise.
1652 * features/rs6000/powerpc-32l.c: Likewise.
1653 * features/rs6000/powerpc-403.c: Likewise.
1654 * features/rs6000/powerpc-403gc.c: Likewise.
1655 * features/rs6000/powerpc-405.c: Likewise.
1656 * features/rs6000/powerpc-505.c: Likewise.
1657 * features/rs6000/powerpc-601.c: Likewise.
1658 * features/rs6000/powerpc-602.c: Likewise.
1659 * features/rs6000/powerpc-603.c: Likewise.
1660 * features/rs6000/powerpc-604.c: Likewise.
1661 * features/rs6000/powerpc-64.c: Likewise.
1662 * features/rs6000/powerpc-64l.c: Likewise.
1663 * features/rs6000/powerpc-750.c: Likewise.
1664 * features/rs6000/powerpc-860.c: Likewise.
1665 * features/rs6000/powerpc-e500.c: Likewise.
1666 * features/rs6000/powerpc-e500l.c: Likewise.
1667 * features/rs6000/powerpc-isa205-32l.c: Likewise.
1668 * features/rs6000/powerpc-isa205-64l.c: Likewise.
1669 * features/rs6000/rs6000.c: Likewise.
1670
1671 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
1672
1673 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
1674 variable.
1675 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
1676 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
1677 (stap_parse_argument) <e>: Likewise.
1678 (handle_stap_probe) <byte_order>: Likewise.
1679
1680 2012-04-30 Doug Evans <dje@google.com>
1681
1682 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
1683 init_and_read_dies_worker. All callers updated.
1684 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
1685 replaced with init_cutu_and_read_dies.
1686 (load_partial_comp_unit): Pass 1 for use_existing_cu.
1687 (find_partial_die): Remove FIXME. Don't free current CU.
1688
1689 2012-04-30 Sterling Augustine <saugustine@google.com>
1690
1691 * contrib: New directory.
1692 * contrib/test_pubnames_and_indexes.py: New file.
1693
1694 2012-04-30 Doug Evans <dje@google.com>
1695
1696 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
1697 All callers updated.
1698 (init_cu_die_reader): Verify the section is non-empty.
1699 (dwarf_decode_line_header): Don't dereference section->asection
1700 until we know the section is present.
1701
1702 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
1703
1704 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
1705 probes.
1706
1707 2012-04-29 Yao Qi <yao@codesourcery.com>
1708
1709 * gdb-code-style.el: New hook gdb-markup-hook
1710 and gdb-comment-hook.
1711
1712 2012-04-28 Doug Evans <dje@google.com>
1713
1714 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
1715 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
1716 objfile->obfd.
1717 * symfile.h (dwarf2_debug_sections): New member addr.
1718 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
1719 (ctx_no_get_addr_index): New function.
1720 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
1721 (ctx_no_get_addr_index): Declare.
1722 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
1723 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
1724 (dwarf_expr_ctx_funcs): Update.
1725 (needs_get_addr_index): New function.
1726 (needs_frame_ctx_funcs): Update.
1727 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
1728 * dwarf2read.c: #include "gdbcore.h".
1729 (dwarf2_per_objfile): New members addr, dwo_files.
1730 (dwarf2_elf_names): Add entry for addr.
1731 (struct dwo_section_names): New type.
1732 (dwo_section_names): New static global.
1733 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
1734 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
1735 old debug_types_section member updated to use this.
1736 Rename member debug_types_section to info_or_types_section,
1737 all uses updated.
1738 (signatured_type): Rename member type_offset to type_offset_in_tu,
1739 all uses updated. New member type_offset_in_section.
1740 (struct dwo_sections): New type.
1741 (struct dwo_unit): New type.
1742 (struct dwo_file): New type.
1743 (die_reader_specs): New member dwo_file.
1744 (dwarf2_locate_sections): Watch for .debug_addr.
1745 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
1746 (dwarf2_read_section): Get bfd of section from bfd's asection,
1747 instead of objfile.
1748 (create_cus_from_index): Initialize the_cu->info_or_types_section.
1749 (create_signatured_type_table_from_index): Initialize
1750 sig_type->info_or_types_section.
1751 (dw2_get_file_names): Statement lists for type units with DWO files
1752 live in the DWO file.
1753 (create_debug_types_hash_table): New function.
1754 (create_all_type_units): Rewrite.
1755 (init_cu_die_reader): New arg dwo_file, all callers updated.
1756 (init_and_read_dies_worker): Get section from
1757 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
1758 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
1759 continue reading the CU/TU from there.
1760 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
1761 updated. Get section from this_cu->info_or_types_section.
1762 (create_all_comp_units): Initialize this_cu->info_or_types_section.
1763 (skip_one_die): New cases DW_FORM_GNU_addr_index,
1764 DW_FORM_GNU_str_index.
1765 (hash_dwo_file, eq_dwo_file): New functions.
1766 (allocate_dwo_file_hash_table): New function.
1767 (hash_dwo_unit, eq_dwo_unit): New functions.
1768 (allocate_dwo_unit_table): New function.
1769 (dwarf2_locate_dwo_sections): New function.
1770 (struct create_dwo_info_table_data): New type.
1771 (create_debug_info_hash_table_reader): New function.
1772 (create_debug_info_hash_table): New function.
1773 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
1774 (lookup_dwo_file): New function.
1775 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
1776 (free_dwo_file, free_dwo_file_cleanup): New functions.
1777 (free_dwo_file_from_slot, free_dwo_files): New functions.
1778 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
1779 (dwarf2_record_block_ranges): Ditto.
1780 (read_partial_die): Ditto.
1781 (process_enumeration_scope): Update to use type_offset_in_section.
1782 (read_full_die_1): New function.
1783 (read_full_die): Rewrite.
1784 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
1785 DW_FORM_GNU_str_index.
1786 (read_addr_index_1, read_addr_index): New functions.
1787 (read_addr_index_from_leb128): New function.
1788 (struct dwarf2_read_addr_index_data): New type.
1789 (dwarf2_read_addr_index_reader): New function.
1790 (dwarf2_read_addr_index): New function.
1791 (read_str_index): New function.
1792 (leb128_size): New function.
1793 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
1794 If processing a type unit from a DWO file, get the line section
1795 from the DWO file.
1796 (var_decode_location): Watch for DW_OP_GNU_addr_index.
1797 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
1798 DW_FORM_GNU_str_index.
1799 (lookup_die_type): Check whether section offset of type's die is
1800 known before looking it up. Remove assert. Condition can
1801 legimately happen for inter-cu type references.
1802 (dwarf_attr_name): Handle Fission attributes.
1803 (dwarf_form_name): Handle Fission forms.
1804 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
1805 DW_FORM_GNU_str_index.
1806 (follow_die_sig): Update to use type_offset_in_section.
1807 (decode_locdesc): New case DW_OP_GNU_addr_index.
1808 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
1809 DW_FORM_GNU_str_index.
1810 (cu_debug_loc_section): New function.
1811 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
1812 (dwarf2_per_objfile_free): Unmap .debug_addr section.
1813 Free DWO files if present.
1814 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
1815
1816 Refactor DIE reading.
1817 * dwarf2read.c (dwarf2_per_objfile): Replace members
1818 debug_info_type_hash and debug_types_type_hash with die_type_hash.
1819 (die_reader_specs): New member "die_section". Temporarily make
1820 member "buffer" non-const, pending constifying all info_ptr uses.
1821 (die_reader_func_ftype): New typedef.
1822 (dw2_get_file_names_reader): New function.
1823 (dw2_get_file_names): Rewrite.
1824 (read_and_check_type_unit_head): Rename arg type_offset to
1825 type_offset_in_tu.
1826 (create_all_type_units): Improve debugging message.
1827 Improve dummy type unit check.
1828 (init_cu_die_reader): New arg "section". All callers updated.
1829 (init_and_read_dies_worker): New function.
1830 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
1831 (init_cutu_and_read_dies_no_follow): New function.
1832 (init_cutu_and_read_dies_simple): New function.
1833 (process_psymtab_comp_unit_reader): New function.
1834 (process_psymtab_comp_unit): Delete args section,
1835 is_debug_types_section. Rewrite. All callers updated.
1836 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
1837 All callers updated. Rewrite.
1838 (load_partial_comp_unit_reader): New function.
1839 (load_partial_comp_unit): Rewrite.
1840 (skip_children): New arg reader. Delete args buffer, cu.
1841 All callers updated.
1842 (skip_one_die): New arg reader. Delete args buffer, cu.
1843 All callers updated.
1844 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
1845 All callers updated.
1846 (load_full_comp_unit_reader): New function.
1847 (load_full_comp_unit): Rewrite.
1848 (read_comp_unit): Delete.
1849 (read_die_and_children_1): Delete, contents moved ...
1850 (read_die_and_children): ... here.
1851 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
1852 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
1853 All callers updated.
1854 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
1855 All callers updated.
1856 (find_partial_die): Rewrite load_all_dies support.
1857 (read_attribute_value): New arg reader. Delete args abfd, cu.
1858 All callers updated.
1859 (read_attribute): New arg reader. Delete args abfd, cu.
1860 All callers updated.
1861 (load_full_type_unit): Add assert.
1862 (read_signatured_type_reader): New function.
1863 (read_signatured_type): Rewrite.
1864 (free_stack_comp_unit): Remove call to age_cached_comp_units.
1865 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
1866 All callers updated. Set per_cu->cu = NULL after freeing it.
1867 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
1868 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
1869 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
1870 (set_die_type): Update.
1871 (get_die_type_at_offset): Update.
1872 (read_file_scope): Call prepare_one_comp_unit.
1873 (read_type_unit_scope): Ditto.
1874 (prepare_one_comp_unit): Set producer if present.
1875
1876 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
1877
1878 * probe.c (compile_rx_or_error): Silence ARI warning about missing
1879 gettext function on `error'.
1880
1881 2012-04-27 Doug Evans <dje@google.com>
1882
1883 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
1884 is empty.
1885
1886 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
1887 Tom Tromey <tromey@redhat.com>
1888
1889 * breakpoint.c (struct breakpoint_objfile_data)
1890 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
1891 <exception_probes>: New fields.
1892 (free_breakpoint_probes): New function.
1893 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
1894 `_Unwind_DebugHook'.
1895 (create_exception_master_breakpoint): Likewise.
1896 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
1897 * infrun.c: Including necessary header files for handling SystemTap
1898 probes.
1899 (handle_inferior_event): Handling longjmp breakpoint and exceptions
1900 via SystemTap probes.
1901 (check_exception_resume): Remove `func' argument. Handle exception
1902 unwinding breakpoint set via a SystemTap probe.
1903 (insert_exception_resume_from_probe): New function.
1904
1905 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
1906 Tom Tromey <tromey@redhat.com>
1907 Jan Kratochvil <jan.kratochvil@redhat.com>
1908
1909 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
1910 (COMMON_OBS): Likewise.
1911 (HFILES_NO_SRCDIR): Add `probe'.
1912 * NEWS: Mention support for static and SystemTap probes.
1913 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
1914 SystemTap probes' arguments parser.
1915 * arm-linux-tdep.c: Including headers needed to perform the parsing
1916 of SystemTap probes' arguments.
1917 (arm_stap_is_single_operand): New function.
1918 (arm_stap_parse_special_token): Likewise.
1919 (arm_linux_init_abi): Initializing proper fields used by SystemTap
1920 probes' arguments parser.
1921 * ax-gdb.c (require_rvalue): Removing static declaration.
1922 (gen_expr): Likewise.
1923 * ax-gdb.h (gen_expr): Declaring function.
1924 (require_rvalue): Likewise.
1925 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
1926 (bkpt_probe_breakpoint_ops): New variable.
1927 (momentary_breakpoint_from_master): Set the `probe' value.
1928 (add_location_to_breakpoint): Likewise.
1929 (break_command_1): Using proper breakpoint_ops according to the
1930 argument passed by the user in the command line.
1931 (bkpt_probe_insert_location): New function.
1932 (bkpt_probe_remove_location): Likewise.
1933 (bkpt_probe_create_sals_from_address): Likewise.
1934 (bkpt_probe_decode_linespec): Likewise.
1935 (tracepoint_probe_create_sals_from_address): Likewise.
1936 (tracepoint_probe_decode_linespec): Likewise.
1937 (tracepoint_probe_breakpoint_ops): New variable.
1938 (trace_command): Using proper breakpoint_ops according to the
1939 argument passed by the user in the command line.
1940 (initialize_breakpoint_ops): Initializing breakpoint_ops for
1941 static probes on breakpoints and tracepoints.
1942 * breakpoint.h (struct bp_location) <probe>: New field.
1943 * cli-utils.c (skip_spaces_const): New function.
1944 (extract_arg): Likewise.
1945 * cli-utils.h (skip_spaces_const): Likewise.
1946 (extract_arg): Likewise.
1947 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
1948 * configure.ac: Append `stap-probe.o' to be generated when ELF
1949 support is present.
1950 * configure: Regenerate.
1951 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
1952 * elfread.c: Include `probe.h' and `arch-utils.h'.
1953 (probe_key): New variable.
1954 (elf_get_probes): New function.
1955 (elf_get_probe_argument_count): Likewise.
1956 (elf_evaluate_probe_argument): Likewise.
1957 (elf_compile_to_ax): Likewise.
1958 (elf_symfile_relocate_probe): Likewise.
1959 (stap_probe_key_free): Likewise.
1960 (elf_probe_fns): New variable.
1961 (elf_sym_fns): Add `sym_probe_fns' value.
1962 (elf_sym_fns_lazy_psyms): Likewise.
1963 (elf_sym_fns_gdb_index): Likewise.
1964 (_initialize_elfread): Initialize objfile cache for static
1965 probes.
1966 * gdb_vecs.h (struct probe): New forward declaration.
1967 (probe_p): New VEC declaration.
1968 * gdbarch.c: Regenerate.
1969 * gdbarch.h: Regenerate.
1970 * gdbarch.sh (stap_integer_prefix): New variable.
1971 (stap_integer_suffix): Likewise.
1972 (stap_register_prefix): Likewise.
1973 (stap_register_suffix): Likewise.
1974 (stap_register_indirection_prefix): Likewise.
1975 (stap_register_indirection_suffix): Likewise.
1976 (stap_gdb_register_prefix): Likewise.
1977 (stap_gdb_register_suffix): Likewise.
1978 (stap_is_single_operand): New function.
1979 (stap_parse_special_token): Likewise.
1980 (struct stap_parse_info): Forward declaration.
1981 * i386-tdep.c: Including headers needed to perform the parsing
1982 of SystemTap probes' arguments.
1983 (i386_stap_is_single_operand): New function.
1984 (i386_stap_parse_special_token): Likewise.
1985 (i386_elf_init_abi): Initializing proper fields used by SystemTap
1986 probes' arguments parser.
1987 * i386-tdep.h (i386_stap_is_single_operand): New function.
1988 (i386_stap_parse_special_token): Likewise.
1989 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
1990 * mipsread.c (ecoff_sym_fns): Likewise.
1991 * objfiles.c (objfile_relocate1): Support relocation for static
1992 probes.
1993 * parse.c (prefixify_expression): Remove static declaration.
1994 (initialize_expout): Likewise.
1995 (reallocate_expout): Likewise.
1996 * parser-defs.h (initialize_expout): Declare function.
1997 (reallocate_expout): Likewise.
1998 (prefixify_expression): Likewise.
1999 * ppc-linux-tdep.c: Including headers needed to perform the parsing
2000 of SystemTap probes' arguments.
2001 (ppc_stap_is_single_operand): New function.
2002 (ppc_stap_parse_special_token): Likewise.
2003 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
2004 probes' arguments parser.
2005 * probe.c: New file, for generic statically defined probe support.
2006 * probe.h: Likewise.
2007 * s390-tdep.c: Including headers needed to perform the parsing of
2008 SystemTap probes' arguments.
2009 (s390_stap_is_single_operand): New function.
2010 (s390_gdbarch_init): Initializing proper fields used by SystemTap
2011 probes' arguments parser.
2012 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
2013 * stap-probe.c: New file, for SystemTap probe support.
2014 * stap-probe.h: Likewise.
2015 * symfile.h: Include `gdb_vecs.h'.
2016 (struct sym_probe_fns): New struct.
2017 (struct sym_fns) <sym_probe_fns>: New field.
2018 * symtab.c (init_sal): Initialize `probe' field.
2019 * symtab.h (struct probe): Forward declaration.
2020 (struct symtab_and_line) <probe>: New field.
2021 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
2022 locations.
2023 (stop_tracing): Likewise.
2024 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
2025
2026 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2027 Tom Tromey <tromey@redhat.com>
2028
2029 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
2030 and to compile agent expressions.
2031 * infrun.c (siginfo_make_value): New argument `ignore'.
2032 (siginfo_funcs): New struct.
2033 (_initialize_infrun): New argument when calling
2034 `create_internalvar_type_lazy'.
2035 * thread.c (thread_id_make_value): New argument `ignore'.
2036 (thread_funcs): New struct.
2037 (_initialize_thread): New argument when calling
2038 `create_internalvar_type_lazy'.
2039 * tracepoint.c (sdata_make_value): New argument `ignore'.
2040 (sdata_funcs): New struct.
2041 (_initialize_tracepoint): New argument when calling
2042 `create_internalvar_type_lazy'.
2043 * value.c (make_value): New struct.
2044 (create_internalvar_type_lazy): New argument `data'.
2045 (compile_internalvar_to_ax): New function.
2046 (value_of_internalvar): Properly handling `make_value' case.
2047 (clear_internalvar): Likewise.
2048 (show_convenience): Adding `TRY_CATCH' block.
2049 * value.h (internalvar_make_value): Delete, replace by...
2050 (struct internalvar_funcs): ... this.
2051 (create_internalvar_type_lazy) <fun>: Delete argument.
2052 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
2053 (compile_internalvar_to_ax): New function.
2054 * windows-tdep.c (tlb_make_value): New argument `ignore'.
2055 (tlb_funcs): New struct.
2056 (_initialize_windows_tdep): New argument when calling
2057 `create_internalvar_type_lazy'.
2058
2059 2012-04-27 Mark Wielaard <mjw@redhat.com>
2060
2061 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
2062 see whether it is an address or a constant offset from DW_AT_low_pc.
2063 (dwarf2_record_block_ranges): Likewise.
2064 (read_partial_die): Likewise.
2065
2066 2012-04-26 Mark Wielaard <mjw@redhat.com>
2067
2068 * MAINTAINERS (Write After Approval): Add myself to the list.
2069
2070 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
2071
2072 * proc-utils.h (proc_prettyprint_signalset): New prototype.
2073 (proc_prettyprint_signal): Likewise.
2074 (proc_prettyprint_faultset): Likewise.
2075 (proc_prettyprint_fault): Likewise.
2076 (proc_prettyprint_actionset): Likewise.
2077 (proc_prettyprint_flags): Move to new proc-flags.c section.
2078 (proc_prettyfprint_flags): New prototype.
2079 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
2080 (proc_syscall, proc_cursig): Likewise.
2081 (proc_set_kill_on_last_close): Likewise.
2082 (proc_unset_kill_on_last_close): Likewise.
2083 (proc_set_watchpoint): Make static.
2084 (proc_delete_dead_threads): Likewise.
2085 (procfs_set_watchpoint): Likewise.
2086 (_initialize_procfs): Add prototype.
2087 * proc-events.c: Include proc-utils.h.
2088 (init_syscall_table): Make static.
2089 * proc-api.c (_initialize_proc_api): Add prototype.
2090 * proc-flags.c: Include proc-utils.h.
2091
2092 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
2093
2094 * configure.ac: Add AC_ARG_PROGRAM.
2095 * configure: Regenerate.
2096
2097 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2098
2099 Fix DW_AT_lower_bound defaults for DWARF-4+.
2100 * dwarf2read.c (read_subrange_type): Remove initialization of low and
2101 high. New variable low_default_is_valid. Implement DWARF-4+
2102 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
2103 no default by the DWARF standard.
2104
2105 2012-04-26 Maciej W. Rozycki <macro@mips.com>
2106 Maciej W. Rozycki <macro@codesourcery.com>
2107
2108 * infrun.c (handle_inferior_event): Move the check for return
2109 trampolines ahead of the check for function trampolines.
2110 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
2111 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
2112 (mips_str_mips16_ret_stub): Likewise.
2113 (mips_str_call_fp_stub): Likewise.
2114 (mips_str_call_stub): Likewise.
2115 (mips_str_fn_stub): Likewise.
2116 (mips_str_pic): Likewise.
2117 (mips_in_frame_stub): New function.
2118 (mips_unwind_pc): Return the return address rather than the PC
2119 if the PC of an intermediate frame is inside a call thunk.
2120 (mips_is_stub_suffix): New function.
2121 (mips_is_stub_mode): Likewise.
2122 (mips_get_mips16_fn_stub_pc): Likewise.
2123 (mips_skip_mips16_trampoline_code): Update to handle all the
2124 currently generated stub types. Don't recurse into __fn_stub
2125 thunks. Remove heuristics to handle stubs beyond etext/_etext.
2126 Use cooked register accesses.
2127 (mips_in_return_stub): Reintroduce function.
2128 (mips_skip_trampoline_code): Traverse trampolines recursively.
2129 (mips_gdbarch_init): Handle MIPS16 return trampolines.
2130
2131 2012-04-26 Joel Brobecker <brobecker@adacore.com>
2132
2133 GDB 7.4.1 released.
2134
2135 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
2136
2137 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
2138 * features/arm-with-m-vfp-d16.xml: New file. Describes
2139 Cortex-M with VFPv4-sp-d16 FPU register layout.
2140 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
2141 * features/arm-with-m-vfp-d16.c: New. Generated from above.
2142 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
2143 (arm-register_g_packet_guesses): Add vfp-d16 guess.
2144 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
2145
2146 2012-04-25 Doug Evans <dje@google.com>
2147
2148 * cli/cli-decode.c (print_doc_line): Use stream instead of
2149 current_uiout.
2150
2151 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2152
2153 * features/arm-with-iwmmxt.c: Regenerate.
2154 * features/arm-with-m-fpa-layout.c: Likewise.
2155 * features/arm-with-m.c: Likewise.
2156 * features/arm-with-neon.c: Likewise.
2157 * features/arm-with-vfpv2.c: Likewise.
2158 * features/arm-with-vfpv3.c: Likewise.
2159 * features/mips-dsp-linux.c: Likewise.
2160 * features/mips-linux.c: Likewise.
2161 * features/mips64-dsp-linux.c: Likewise.
2162 * features/mips64-linux.c: Likewise.
2163 * features/s390-linux32.c: Likewise.
2164 * features/s390-linux32v1.c: Likewise.
2165 * features/s390-linux32v2.c: Likewise.
2166 * features/s390-linux64.c: Likewise.
2167 * features/s390-linux64v1.c: Likewise.
2168 * features/s390-linux64v2.c: Likewise.
2169 * features/s390x-linux64.c: Likewise.
2170 * features/s390x-linux64v1.c: Likewise.
2171 * features/s390x-linux64v2.c: Likewise.
2172 * features/tic6x-c62x-linux.c: Likewise.
2173 * features/tic6x-c62x.c: Likewise.
2174 * features/tic6x-c64x-linux.c: Likewise.
2175 * features/tic6x-c64x.c: Likewise.
2176 * features/tic6x-c64xp-linux.c: Likewise.
2177 * features/tic6x-c64xp.c: Likewise.
2178 * target-descriptions.c: Only generate `field_type' and `type'
2179 variables when needed.
2180
2181 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
2182
2183 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
2184
2185 2012-04-25 Doug Evans <dje@google.com>
2186
2187 Initial pass at Go language support.
2188 * NEWS: Mention Go.
2189 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
2190 go-valprint.c.
2191 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
2192 (YYFILES): Add go-exp.c.
2193 (YYOBJ): Add go-exp.o.
2194 (local-maintainer-clean): Delete go-exp.c.
2195 * defs.h (enum language): Add language_go.
2196 * dwarf2read.c: #include "go-lang.h".
2197 (fixup_go_packaging): New function.
2198 (process_full_comp_unit): Call it when processing Go CUs.
2199 (dwarf2_physname): Add Go support.
2200 (read_file_scope): Handle missing language spec for GNU Go.
2201 (set_cu_language): Handle DW_LANG_Go.
2202 * go-exp.y: New file.
2203 * go-lang.h: New file.
2204 * go-lang.c: New file.
2205 * go-typeprint.c: New file.
2206 * go-valprint.c: New file.
2207 * symtab.c: #include "go-lang.h".
2208 (symbol_set_language): Handle language_go.
2209 (symbol_find_demangled_name, symbol_set_names): Ditto.
2210 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
2211
2212 2012-04-24 Jim Meyering <meyering@redhat.com>
2213
2214 avoid a few strncpy-induced buffer overruns
2215 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
2216 fname and psargs before trying to concatenate.
2217 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
2218 "name" before applying strchr.
2219
2220 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
2221
2222 * CONTRIBUTE: Use unified diff instead of context diff when
2223 generating patches.
2224
2225 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
2226
2227 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
2228 code. Handle JR.HB correctly.
2229
2230 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
2231
2232 * mips-tdep.c
2233 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
2234 with the other MIPS16 helpers.
2235
2236 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
2237
2238 * observer.sh: Conditionally declare `args', thus cleaning up
2239 unused instances of this variable.
2240
2241 2012-04-24 Yao Qi <yao@codesourcery.com>
2242
2243 Revert this patch to allow breakpoint always-inserted
2244 in record target.
2245 2011-12-05 Pedro Alves <pedro@codesourcery.com>
2246 * breakpoint.c: Include record.h.
2247 (breakpoints_always_inserted_mode): Return false when the record
2248 target is in use.
2249
2250 * breakpoint.c (iterate_over_bp_locations): New.
2251 * breakpoint.h: Declare.
2252 New typedef walk_bp_location_callback.
2253 * record.c (record_open): Call record_init_record_breakpoints.
2254 (record_sync_record_breakpoints): New.
2255 (record_init_record_breakpoints): New.
2256 * NEWS: Mention supporting breakpoint always-inserted mode in
2257 record target.
2258
2259 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
2260
2261 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
2262 any thread.
2263
2264 2012-04-24 Yao Qi <yao@codesourcery.com>
2265
2266 * breakpoint.c (ep_is_catchpoint): Renamed to ...
2267 (is_catchpoint): ... it.
2268 (print_one_breakpoint_location): Caller update.
2269 * breakpoint.h: Update declaration.
2270
2271 2012-04-23 David S. Miller <davem@davemloft.net>
2272
2273 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
2274
2275 2012-04-23 Tom Tromey <tromey@redhat.com>
2276
2277 * buildsym.c (add_free_pendings): Remove.
2278 * buildsym.h (add_free_pendings): Remove.
2279
2280 2012-04-23 Doug Evans <dje@google.com>
2281
2282 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
2283 attr.u.unsnd instead of attr.u.addr.
2284 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
2285 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
2286 DW_FORM_ref_udata.
2287 (dump_die_shallow): Update cases DW_FORM_ref_addr,
2288 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
2289 DW_FORM_ref_udata.
2290 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
2291
2292 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
2293
2294 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
2295 (mips_o32_return_value): Likewise.
2296 (mips_o64_return_value): Likewise.
2297
2298 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
2299
2300 * ada-lang.c (ada_evaluate_subexp): Add cases for
2301 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
2302 their treatment in eval.c.
2303
2304 2012-04-21 David S. Miller <davem@davemloft.net>
2305
2306 * sparc-tdep.c (X_DISP10): Define.
2307 (sparc_analyze_control_transfer): Handle compare-and-branch.
2308
2309 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
2310
2311 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
2312 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
2313
2314 2012-04-20 Nigel Stephens <nigel@mips.com>
2315 Maciej W. Rozycki <macro@codesourcery.com>
2316
2317 * mips-tdep.c (mips_float_register_p): New function.
2318 (mips_convert_register_float_case_p): Use mips_float_register_p.
2319 (mips_register_type): Likewise.
2320 (mips_print_register): Likewise.
2321 (print_gp_register_row): Likewise.
2322 (mips_print_registers_info): Likewise.
2323
2324 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
2325
2326 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
2327 of mips16 symbols.
2328
2329 2012-04-20 Andrew Pinski <apinski@cavium.com>
2330
2331 * MAINTAINERS (Write After Approval): Add myself to the list.
2332
2333 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
2334
2335 * MAINTAINERS: Update my e-mail address.
2336
2337 2012-04-20 Pedro Alves <palves@redhat.com>
2338
2339 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
2340 $srcdir.
2341 * configure: Regenerate.
2342
2343 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
2344
2345 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
2346 declaration.
2347 * gdb_vecs.h: Declare `const_char_ptr' VEC.
2348
2349 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2350
2351 Fix compilation compatibility with python-2.4
2352 * python/py-type.c (convert_field): Cast ADDRSTRING for
2353 PyObject_SetAttrString as non-const. New comment.
2354
2355 2012-04-19 Tom Tromey <tromey@redhat.com>
2356
2357 * top.c (quit_target): Use all_cleanups.
2358 * main.c (captured_command_loop): Use all_cleanups.
2359 * exceptions.c (throw_exception): Use all_cleanups.
2360
2361 2012-04-19 Pedro Alves <palves@redhat.com>
2362
2363 * Makefile.in (GNULIB_BUILDDIR): New.
2364 (LIBGNU, INCGNU, GNULIB_H): Adjust.
2365 (SUBDIRS): Add $(GNULIB_BUILDDIR).
2366 (CLEANDIRS). Remove gnulib/import.
2367 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
2368 (all-lib): Ditto.
2369 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
2370 (gnulib/import/Makefile): Replace gnulib/import with
2371 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
2372 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
2373 (aclocal_m4_deps): Remove the gnulib dependencies. Add
2374 acx_configure_dir.m4.
2375 * acinclude.m4: Include acx_configure_dir.m4.
2376 * acx_configure_dir.m4: New file.
2377 * aclocal.m4: Regenerate.
2378 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
2379 calls. Configure gnulib using ACX_CONFIGURE_DIR.
2380 (GNULIB): New variable.
2381 (GNULIB_STDINT_H): Adjust.
2382 (AC_OUTPUT): Don't output gnulib/Makefile.
2383 * gdb/defs.h: Include build-gnulib/config.h.
2384 * aclocal.m4: Regenerate.
2385 * config.in: Regenerate.
2386 * configure: Regenerate.
2387
2388 * gnulib/Makefile.in: New file.
2389 * gnulib/configure.ac: New file.
2390 * gnulib/aclocal.m4: New file.
2391 * gnulib/config.in: New file.
2392 * gnulib/configure: New file.
2393 * gnulib/: Re-run gnulib-tool to adjust.
2394
2395 2012-04-19 Doug Evans <dje@google.com>
2396
2397 * cleanups.h (struct cleanup): Move to cleanups.c.
2398 (make_cleanup_dtor_ftype): New typedef.
2399 (make_cleanup_dtor): Use it.
2400 (ALL_CLEANUPS): Replace with ...
2401 (all_cleanups): ... this. Declare. All uses updated.
2402 * cleanups.c: #include "gdb_assert.h".
2403 (sentinel_cleanup): New static global.
2404 (SENTINEL_CLEANUP): Define.
2405 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
2406 (make_my_cleanup2): Assert result is non-NULL.
2407 (all_cleanups): New function.
2408 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
2409 of NULL.
2410
2411 2012-04-19 Pedro Alves <palves@redhat.com>
2412
2413 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
2414 Adjust paths to gnulib imported files.
2415
2416 2012-04-19 Pedro Alves <palves@redhat.com>
2417
2418 * gnulib/: Move whole directory ...
2419 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
2420 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
2421 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
2422 (aclocal_m4_deps): Adjust.
2423 * aclocal.m4: Regenerate.
2424 * configure: Regenerate.
2425 * configure.ac: Adjust AC_OUTPUT output.
2426
2427 2012-04-19 Yao Qi <yao@codesourcery.com>
2428
2429 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
2430 (vec.o): New rule.
2431 * vec.c: Move it ...
2432 * common/vec.c: ... here.
2433 * vec.h: Move it ...
2434 * common/vec.h: ... here.
2435
2436 2012-04-19 Yao Qi <yao@codesourcery.com>
2437
2438 * gdb-code-style.el: New.
2439
2440 2012-04-18 Pedro Alves <palves@redhat.com>
2441
2442 Update gnulib from latest git.
2443 (639ea5ae15e39fe48d43e04864b2997301e4b969)
2444
2445 * gnulib/Makefile.am: Update.
2446 * gnulib/dummy.c: Update.
2447 * gnulib/extra/arg-nonnull.h: Update.
2448 * gnulib/extra/c++defs.h: Update.
2449 * gnulib/extra/update-copyright: Update.
2450 * gnulib/extra/warn-on-use.h: Update.
2451 * gnulib/inttypes.in.h: Update.
2452 * gnulib/m4/00gnulib.m4: Update.
2453 * gnulib/m4/extensions.m4: Update.
2454 * gnulib/m4/gnulib-cache.m4: Update.
2455 * gnulib/m4/gnulib-common.m4: Update.
2456 * gnulib/m4/gnulib-comp.m4: Update.
2457 * gnulib/m4/gnulib-tool.m4: Update.
2458 * gnulib/m4/include_next.m4: Update.
2459 * gnulib/m4/inttypes-pri.m4: Update.
2460 * gnulib/m4/inttypes.m4: Update.
2461 * gnulib/m4/longlong.m4: Update.
2462 * gnulib/m4/memchr.m4: Update.
2463 * gnulib/m4/memmem.m4: Update.
2464 * gnulib/m4/mmap-anon.m4: Update.
2465 * gnulib/m4/multiarch.m4: Update.
2466 * gnulib/m4/onceonly.m4: Update.
2467 * gnulib/m4/stddef_h.m4: Update.
2468 * gnulib/m4/stdint.m4: Update.
2469 * gnulib/m4/string_h.m4: Update.
2470 * gnulib/m4/warn-on-use.m4: Update.
2471 * gnulib/m4/wchar_h.m4: Update.
2472 * gnulib/m4/wchar_t.m4: Update.
2473 * gnulib/m4/wint_t.m4: Update.
2474 * gnulib/memchr.c: Update.
2475 * gnulib/memmem.c: Update.
2476 * gnulib/stddef.in.h: Update.
2477 * gnulib/stdint.in.h: Update.
2478 * gnulib/str-two-way.h: Update.
2479 * gnulib/string.in.h: Update.
2480 * gnulib/wchar.in.h: Update.
2481
2482 * gnulib/extra/arg-nonnull.h: Delete.
2483 * gnulib/extra/c++defs.h: Delete.
2484 * gnulib/extra/warn-on-use.h: Delete.
2485 * gnulib/m4/wchar_h.m4: Delete.
2486 * gnulib/m4/wint_t.m4: Delete.
2487 * gnulib/wchar.in.h: Delete.
2488
2489 * gnulib/extra/snippets/arg-nonnull.h: New.
2490 * gnulib/extra/snippets/c++defs.h: New.
2491 * gnulib/extra/snippets/warn-on-use.h: New.
2492
2493 * aclocal.m4: Regenerate.
2494 * config.in: Regenerate.
2495 * configure: Regenerate.
2496 * gnulib/Makefile.in: Regenerate.
2497
2498 2012-04-18 Pedro Alves <palves@redhat.com>
2499
2500 Reimport the update-copyright module from gnulib
2501 (250b80067c1e1d8faa0c42fb572f721975b929c5).
2502
2503 * configure: Regenerate.
2504 * gnulib/Makefile.am: Update.
2505 * gnulib/Makefile.in: Regenerate.
2506 * gnulib/extra/update-copyright: Update.
2507 * gnulib/m4/gnulib-cache.m4: Update.
2508 * gnulib/m4/gnulib-comp.m4: Update.
2509
2510 2012-04-18 Tristan Gingold <gingold@adacore.com>
2511
2512 * configure.ac (aix): Put -lpthread into libs.
2513 * configure: Regenerate.
2514
2515 2012-04-18 Tom Tromey <tromey@redhat.com>
2516
2517 * linespec.c (convert_linespec_to_sals): Don't use
2518 SYMBOL_OBJ_SECTION.
2519 (compare_msymbols): Arguments are minsym_and_objfile, not
2520 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
2521
2522 2012-04-18 Pedro Alves <palves@redhat.com>
2523
2524 Revert gnulib/ part of:
2525 2011-01-01 Joel Brobecker <brobecker@adacore.com>
2526 Copyright year update in most files (performed by copyright.sh).
2527
2528 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2529
2530 Fix 64-bit constants on 32-bit hosts.
2531 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
2532 from unsigned long to ULONGEST.
2533 (read_signed_leb128): Change declaration return type from long to
2534 LONGEST.
2535 (dwarf2_const_value_attr): Change declaration parameter value from long
2536 to LONGEST.
2537 (dwarf2_compute_name): Change variable value from long to LONGEST.
2538 (read_unsigned_leb128): Change return type, variable result and some
2539 casts from unsigned long to ULONGEST.
2540 (read_signed_leb128): Change return type, variable result and some
2541 casts from long to LONGEST.
2542 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
2543 value from long to LONGEST.
2544 (dwarf2_const_value): Change variable value from long to LONGEST.
2545 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
2546 plongest and hex_string.
2547 * symtab.h (struct general_symbol_info): Change ivalue from long to
2548 LONGEST, remove the comment.
2549 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
2550 Change SYMBOL_VALUE format strings to use plongest and hex_string.
2551
2552 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
2553
2554 PR symtab/7259:
2555 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
2556 * ada-lang.c (ada_discrete_type_high_bound)
2557 (ada_discrete_type_low_bound): Fix function comment. Use
2558 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
2559 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
2560 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
2561 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
2562 Use TYPE_FIELD_ENUMVAL.
2563 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
2564 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
2565 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
2566 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
2567 TYPE_CODE_ENUM.
2568 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
2569 * dwarf2read.c (process_enumeration_scope): Likewise.
2570 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
2571 field.bitpos.
2572 (class StructMainTypePrettyPrinter): Support also
2573 FIELD_LOC_KIND_ENUMVAL.
2574 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
2575 TYPE_CODE_ENUM.
2576 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
2577 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
2578 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
2579 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
2580 field enumval.
2581 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
2582 accommodate enumval.
2583 (struct call_site): Adjust loc_kind to accommodate enumval.
2584 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
2585 (TYPE_FIELD_ENUMVAL): New macros.
2586 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
2587 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
2588 TYPE_CODE_ENUM.
2589 * p-typeprint.c (pascal_type_print_base): Likewise.
2590 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
2591 enumval.
2592 * python/lib/gdb/types.py (make_enum_dict): Likewise.
2593 * python/py-type.c (convert_field): New variable addrstring. Use
2594 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
2595 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
2596 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
2597 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
2598 TYPE_CODE_ENUM.
2599 * valprint.c (generic_val_print): Likewise.
2600
2601 2012-04-17 Doug Evans <dje@google.com>
2602
2603 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
2604
2605 * dwarf2read.c: Whitespace fixes.
2606 (lookup_signatured_type): Tweak comment.
2607 (get_die_type_at_offset): Fix comment.
2608
2609 2012-04-17 Joel Brobecker <brobecker@adacore.com>
2610
2611 * xcoffread.c (xcoff_secnum_to_sections): New function.
2612 (secnum_to_section, secnum_to_bfd_section): Reimplement
2613 using xcoff_secnum_to_sections. Rename "secnum" parameter
2614 into "n_scnum".
2615 (RECORD_MINIMAL_SYMBOL): Delete.
2616 (record_minimal_symbol): New function.
2617 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
2618 by call to record_minimal_symbol and set misc_func_recorded
2619 to 1. Set last_csect_sec to the XCOFF section index instead
2620 of GDB's section_offset index. Update calls to
2621 prim_record_minimal_symbol_and_info to pass the BFD section
2622 as well.
2623
2624 2012-04-17 Joel Brobecker <brobecker@adacore.com>
2625
2626 * xcoffread.c (read_xcoff_symtab): Delete variables
2627 last_csect_val and last_csect_sec and associated code.
2628
2629 2012-04-17 Doug Evans <dje@google.com>
2630
2631 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
2632 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
2633 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
2634 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
2635
2636 * cleanups.h: New file.
2637 * cleanups.c: New file.
2638 * Makefile.in (SFILES): Add cleanups.c.
2639 (HFILES_NO_SRCDIR): Add cleanups.h.
2640 (COMMON_OBS): Add cleanups.o.
2641 * defs.h (struct cleanup): Moved to cleanups.h.
2642 (do_cleanups,do_final_cleanups): Ditto.
2643 (discard_cleanups,discard_final_cleanups): Ditto
2644 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
2645 (save_cleanups,save_final_cleanups): Ditto.
2646 (restore_cleanups,restore_final_cleanups): Ditto.
2647 (null_cleanup): Ditto.
2648 (make_my_cleanup,make_my_cleanup2): Ditto.
2649 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
2650 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
2651 (do_cleanups,do_final_cleanups): Ditto.
2652 (discard_cleanups,discard_final_cleanups): Ditto
2653 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
2654 (save_cleanups,save_final_cleanups): Ditto.
2655 (restore_cleanups,restore_final_cleanups): Ditto.
2656 (null_cleanup): Ditto.
2657 (make_my_cleanup,make_my_cleanup2): Ditto.
2658 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
2659
2660 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
2661 make_my_cleanup.
2662 (make_cleanup_dyn_string_delete): Ditto.
2663 (make_cleanup_ui_file_delete): Ditto.
2664 (make_cleanup_ui_out_redirect_pop): Ditto.
2665 (make_cleanup_free_section_addr_info): Ditto.
2666 (make_cleanup_restore_integer): Ditto.
2667 (make_cleanup_unpush_target): Ditto.
2668 (make_cleanup_value_free_to_mark): Ditto.
2669 (make_cleanup_value_free): Ditto.
2670 (make_cleanup_free_so): Ditto.
2671
2672 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2673
2674 New option "set debug auto-load".
2675 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
2676 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
2677 (auto_load_safe_path_vec_update)
2678 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
2679 if DEBUG_AUTO_LOAD.
2680 (file_is_auto_load_safe): New parameters debug_fmt and ....
2681 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
2682 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
2683 caller by explanatory string.
2684 (_initialize_auto_load): Register "set debug auto-load".
2685 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
2686 and ....
2687 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
2688 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
2689 by explanatory string.
2690 * main.c (captured_main): Likewise.
2691 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
2692 (source_section_scripts): Likewise.
2693
2694 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2695
2696 New option "set auto-load safe-path".
2697 * NEWS: New commands "set auto-load safe-path"
2698 and "show auto-load safe-path".
2699 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
2700 (auto_load_safe_path, auto_load_safe_path_vec)
2701 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
2702 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
2703 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
2704 (source_gdb_script_for_objfile): New variable is_safe. Call
2705 file_is_auto_load_safe. Return if it is not.
2706 (struct loaded_script): New field loaded.
2707 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
2708 (print_script): Use LOADED indicator instead of FULL_PATH. Change
2709 output "Missing" to "No".
2710 (_initialize_auto_load): New variable cmd. Initialize
2711 auto_load_safe_path. Register "set auto-load safe-path",
2712 "show auto-load safe-path" and "add-auto-load-safe-path".
2713 * auto-load.h (maybe_add_script): Add parameter loaded.
2714 (file_is_auto_load_safe): New declaration.
2715 * config.in: Regenerate.
2716 * configure: Regenerate.
2717 * configure.ac: New parameters --with-auto-load-safe-path
2718 and --without-auto-load-safe-path.
2719 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
2720 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
2721 * main.c (captured_main): Check file_is_auto_load_safe for
2722 LOCAL_GDBINIT.
2723 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
2724 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
2725 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
2726 not.
2727
2728 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2729
2730 auto-load: Implementation.
2731 * NEWS: New descriptions for "info auto-load",
2732 "info auto-load gdb-scripts", "info auto-load python-scripts",
2733 "info auto-load local-gdbinit" and "info auto-load libthread-db".
2734 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
2735 and "show auto-load-scripts". New description for "set auto-load",
2736 "show auto-load", "set auto-load gdb-scripts",
2737 "show auto-load gdb-scripts", "set auto-load python-scripts",
2738 "show auto-load python-scripts", "set auto-load local-gdbinit",
2739 "show auto-load local-gdbinit", "set auto-load libthread-db" and
2740 "show auto-load libthread-db".
2741 * auto-load.c: Remove include python/python-internal.h. Add includes
2742 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
2743 cli/cli-setshow.h.
2744 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
2745 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
2746 (gdbpy_global_auto_load): Rename to ...
2747 (global_auto_load): ... here.
2748 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
2749 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
2750 (script_language_gdb, source_gdb_script_for_objfile): New.
2751 (struct loaded_script): New field language.
2752 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
2753 LANGUAGE.
2754 (maybe_add_script): Add parameter language. Drop redundant
2755 entry.full_path initialization. Initialize entry.language and
2756 (*slot)->language.
2757 (auto_load_objfile_script): Change parameter suffix to language.
2758 Remove the call of maybe_add_script.
2759 Call language->source_script_for_objfile.
2760 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
2761 New.
2762 (collect_matching_scripts): Adjust it for
2763 struct collect_matching_scripts_data.
2764 (auto_load_info_scripts_pattern_nl): New variable.
2765 (info_auto_load_scripts): Rename to ...
2766 (auto_load_info_scripts): ... here, add parameter language. Adjust it
2767 for struct collect_matching_scripts_data.
2768 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
2769 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
2770 (auto_load_show_cmdlist_get, info_auto_load_cmd)
2771 (auto_load_info_cmdlist_get): New.
2772 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
2773 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
2774 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
2775 "info auto-load local-gdbinit".
2776 * auto-load.h (struct script_language): New.
2777 (gdbpy_global_auto_load): Rename to ...
2778 (global_auto_load): ... here.
2779 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
2780 (auto_load_local_gdbinit_loaded): New declarations.
2781 (maybe_add_script): New parameter language.
2782 (auto_load_objfile_script): Change parameter suffix to language.
2783 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
2784 (auto_load_info_scripts, auto_load_set_cmdlist_get)
2785 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
2786 declarations.
2787 * linux-thread-db.c: Include auto-load.h and ctype.h.
2788 (auto_load_thread_db, show_auto_load_thread_db): New.
2789 (struct thread_db_info): New field filename.
2790 (delete_thread_db_info): Call xfree for FILENAME.
2791 (try_thread_db_load): Initialize FILENAME.
2792 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
2793 if !AUTO_LOAD_THREAD_DB.
2794 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
2795 (_initialize_thread_db): Install auto_load_thread_db
2796 as "set auto-load libthread-db" and install info_auto_load_libthread_db
2797 as "info auto-load libthread-db".
2798 * main.c (captured_main): Rename gdbpy_global_auto_load to
2799 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
2800 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
2801 (print_gdb_help): Extend the help for 'local init file'.
2802 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
2803 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
2804 (auto_load_scripts): Rename to ...
2805 (auto_load_python_scripts): ... here, update the comment.
2806 (gdbpy_load_auto_script_for_objfile): New declaration.
2807 (show_auto_load_python_scripts, script_language_python)
2808 (gdbpy_load_auto_script_for_objfile): New.
2809 (source_section_scripts): Refactor the code.
2810 (load_auto_scripts_for_objfile): Rename to ...
2811 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
2812 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
2813 (info_auto_load_python_scripts): New.
2814 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
2815 Rename "set auto-load-scripts" to "set auto-load python-scripts".
2816 Register "set auto-load-scripts" as its deprecated alias. Register
2817 "info auto-load python-scripts". Register "info auto-load-scripts" as
2818 its deprecated alias.
2819 (load_auto_scripts_for_objfile): Rename to ...
2820 (gdbpy_load_auto_scripts_for_objfile): ... here.
2821 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
2822 (gdbpy_load_auto_scripts_for_objfile): ... here.
2823
2824 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2825
2826 auto-load: Move files.
2827 * Makefile.in (SFILES): Add auto-load.c.
2828 (HFILES_NO_SRCDIR): Add auto-load.h.
2829 (COMMON_OBS): Add auto-load.o.
2830 (distclean): Change .gdbinit for gdb-gdb.gdb.
2831 * auto-load.c: New file, with parts from python/py-auto-load.c.
2832 * auto-load.h: New file, with parts from python/python.h.
2833 * configure: Regenerate.
2834 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
2835 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
2836 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
2837 * main.c: Include auto-load.h.
2838 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
2839 command.h, observer.h and progspace.h to auto-load.c. Add include
2840 auto-load.h.
2841 (gdbpy_global_auto_load, struct auto_load_pspace_info)
2842 (struct loaded_script, auto_load_pspace_data)
2843 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
2844 (hash_loaded_script_entry, eq_loaded_script_entry)
2845 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
2846 (maybe_add_script): Move to auto-load.c.
2847 (source_section_scripts): Change maybe_add_script parameters passing,
2848 use script_not_found_warning_print.
2849 (clear_section_scripts, auto_load_objfile_script)
2850 (auto_load_new_objfile, loaded_script_ptr)
2851 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
2852 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
2853 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
2854 auto_load_new_objfile and info_auto_load_scripts initizations to
2855 auto-load.c.
2856 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
2857
2858 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2859
2860 Code cleanup.
2861 * charset.c (find_charset_names): Remove variables ix and elt.
2862 Use free_char_ptr_vec.
2863 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
2864 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
2865 debugdir_end. New variable debugdir_len.
2866 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
2867 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
2868 declarations.
2869 * progspace.c (clear_program_space_solib_cache): Remove variables ix
2870 and elt. Use free_char_ptr_vec.
2871 * source.c (add_path): Remove variables argv, arg and argv_index.
2872 New variables dir_vec, back_to, ix and name.
2873 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
2874 make_cleanup_freeargv. Remove variable separator. Simplify the code
2875 no longer expecting DIRNAME_SEPARATOR.
2876 (openp): Remove variable p, p1 and len. New variables dir_vec,
2877 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
2878 no longer expecting DIRNAME_SEPARATOR.
2879 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
2880 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
2881 debugdir_end.
2882 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
2883 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
2884 (dirnames_to_char_ptr_vec): New functions.
2885
2886 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2887
2888 Code cleanup.
2889 * source.c (add_path): Remove always true conditional 'p == 0' and
2890 unindent its code block.
2891
2892 2012-04-17 Pedro Alves <palves@redhat.com>
2893
2894 * gdbtypes.h (FIELD_BITPOS): Rename to ...
2895 (FIELD_BITPOS_LVAL): ... this.
2896 (FIELD_BITPOS): New.
2897 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
2898 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
2899 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
2900 SET_FIELD_BITPOS.
2901 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
2902 SET_FIELD_BITPOS.
2903 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
2904 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
2905 * target-descriptions.c (tdesc_gdb_type): Adjust to use
2906 SET_FIELD_BITPOS.
2907
2908 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2909
2910 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
2911 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
2912 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
2913 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
2914 * jv-lang.c (java_link_class_type): Likewise, once.
2915 * stabsread.c (read_enum_type): Likewise.
2916
2917 2012-04-16 Yao Qi <yao@codesourcery.com>
2918
2919 * common/agent.c (agent_run_command): Add one more parameter `len'.
2920 Update callers.
2921 * common/agent.h: Update declaration.
2922 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
2923 Update.
2924 (linux_child_static_tracepoint_markers_by_strid): Ditto.
2925
2926 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2927
2928 PR mi/13393
2929 * value.c (value_actual_type): New function.
2930 * value.h (value_actual_type): New declaration.
2931 * varobj.c (update_type_if_necessary): New function.
2932 (varobj_create): Call value_actual_type instead of
2933 value_type.
2934 (install_dynamic_child): distinct changed and type changed MI variable
2935 objects.
2936 (update_dynamic_varobj_children): Updated for install_dynamic_child
2937 change. All callers updated.
2938 (varobj_update): Support for MI variable object type change if
2939 the value changed and RTTI is used to determine the type.
2940 (create_child_with_value): Call value_actual_type instead of
2941 value_type.
2942 (adjust_value_for_child_access): Extended with a new parameter which
2943 specify whether the given value should be casted to enclosing type.
2944 All callers updated.
2945
2946 2012-04-14 Yao Qi <yao@codesourcery.com>
2947
2948 Import gnulib module inttypes from git
2949 (250b80067c1e1d8faa0c42fb572f721975b929c5)
2950 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
2951 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
2952 gnulib/m4/inttypes-pri.m4
2953 * aclocal.m4, config.in, configure: Regenerated.
2954 * gnulib/Makefile.am: Update.
2955 * gnulib/Makefile.in: Update.
2956 * gnulib/m4/gnulib-cache.m4: Update.
2957 * gnulib/m4/gnulib-comp.m4: Update.
2958 * gnulib/inttypes.in.h: New.
2959 * gnulib/m4/inttypes-pri.m4: New.
2960 * gnulib/m4/inttypes.m4: New.
2961
2962 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
2963
2964 * infrun.c (resume): Update PC address to the real PC after
2965 preparing to do displaced stepping.
2966
2967 2012-04-12 Doug Evans <dje@google.com>
2968
2969 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
2970 All callers updated.
2971
2972 2012-04-12 Mark Kettenis <kettenis@gnu.org>
2973
2974 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
2975
2976 2012-04-12 Doug Evans <dje@google.com>
2977
2978 * dwarf2read.c (create_all_type_units): Renamed from
2979 create_debug_types_hash_table. All callers updated.
2980
2981 * dwarf2read.c (create_signatured_type_table_from_index): Rename
2982 local type_sig to sig_type, type_offset to type_offset_in_tu.
2983 (hash_signatured_type): Renamed from hash_type_signature,
2984 all callers updated.
2985 (eq_signatured_type): Renamed from eq_type_signature,
2986 all callers updated.
2987 (create_debug_types_hash_table): Rename local type_sig to sig_type.
2988 (process_enumeration_scope): Ditto.
2989 (lookup_signatured_type_at_offset): Ditto.
2990 (load_full_type_unit, read_signatured_type): Ditto.
2991
2992 2012-04-12 Yao Qi <yao@codesourcery.com>
2993
2994 * remote.c (async_remote_interrupt): Correct function name in
2995 debug message.
2996 (async_remote_interrupt_twice): Ditto.
2997
2998 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
2999
3000 * source.c (find_and_open_source): Consistently pass resulting
3001 full path through xfullpath.
3002
3003 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3004
3005 Provide more specific displaced-stepping memory error message.
3006 * infrun.c (displaced_step_prepare): New variable status. Call
3007 target_read_memory instead of read_memory, provide more specific
3008 error message.
3009
3010 2012-04-11 Tristan Gingold <gingold@adacore.com>
3011
3012 PR gdb/13901
3013 * darwin-nat.c (darwin_execvp): Revert previous patch.
3014
3015 2012-04-11 Tristan Gingold <gingold@adacore.com>
3016
3017 PR gdb/13901
3018 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
3019 in case of change.
3020
3021 2012-04-11 Tristan Gingold <gingold@adacore.com>
3022
3023 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
3024 warning.
3025
3026 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3027
3028 New command 'explore' which helps explore values and types in
3029 scope.
3030 * NEWS: Add an entry about the new 'explore' command.
3031 * data-directory/Makefile.in: Add gdb/command/explore.py
3032 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
3033 command using the GDB Python API.
3034
3035 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
3036
3037 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
3038 extension in jump target calculation.
3039
3040 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
3041
3042 * mips-tdep.c (mips32_next_pc): Handle JALX.
3043
3044 2012-04-10 Yao Qi <yao@codesourcery.com>
3045
3046 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
3047
3048 2012-04-10 Yao Qi <yao@codesourcery.com>
3049
3050 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
3051 and gnulib/m4/gnulib-tool.m4.
3052
3053 2012-04-10 Doug Evans <dje@google.com>
3054
3055 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
3056 (load_partial_dies): Clarify comment.
3057 (find_partial_die): Support rereading type units.
3058 Clarify CU handling, if we know offset is in CU, don't search for the
3059 containing CU. Add comment regarding memory waste.
3060
3061 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
3062
3063 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
3064 i386/x32-avx and i386/x32-avx-linux.
3065 (i386/x32-expedite): New.
3066 (i386/x32-linux-expedite): Likewise.
3067 (i386/x32-avx-expedite): Likewise.
3068 (i386/x32-avx-linux-expedite): Likewise.
3069 ($(outdir)/i386/x32.dat): Likewise.
3070 ($(outdir)/i386/x32-linux.dat): Likewise.
3071 ($(outdir)/i386/x32-avx.dat): Likewise.
3072 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
3073
3074 * features/i386/x32-avx-linux.xml: New file.
3075 * features/i386/x32-avx.xml: Likewise.
3076 * features/i386/x32-core.xml: Likewise.
3077 * features/i386/x32-linux.xml: Likewise.
3078 * features/i386/x32.xml: Likewise.
3079
3080 * features/i386/x32-avx-linux.c: New. Generated.
3081 * features/i386/x32-avx.c: Likewise.
3082 * features/i386/x32-linux.c: Likewise.
3083 * features/i386/x32.c: Likewise.
3084 * regformats/i386/x32-avx-linux.dat: Likewise.
3085 * regformats/i386/x32-avx.dat: Likewise.
3086 * regformats/i386/x32-linux.dat: Likewise.
3087 * regformats/i386/x32.dat: Likewise.
3088
3089 2012-04-10 Tristan Gingold <gingold@adacore.com>
3090
3091 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
3092 code to kill the inferior.
3093
3094 2012-04-09 Mark Kettenis <kettenis@gnu.org>
3095
3096 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
3097 defines.
3098 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
3099 defines.
3100 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
3101 (yyvsp): New defines.
3102 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
3103 defines.
3104 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
3105 defines.
3106 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
3107 defines.
3108 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
3109 defines.
3110 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
3111 defines.
3112
3113 2012-04-09 Mark Kettenis <kettenis@gnu.org>
3114
3115 * sparc64-tdep.c (sparc64_store_arguments)
3116 (sparc64_store_arguments): Fix coding style.
3117
3118 2012-04-07 Mark Kettenis <kettenis@gnu.org>
3119
3120 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
3121 complex floats, adjust some related comments and tighten a related
3122 assertion.
3123 (sparc64_extract_return_value): Handle complex floats.
3124
3125 2012-04-07 Doug Evans <dje@google.com>
3126
3127 * dwarf2read.c (load_partial_dies): Change condition to assert.
3128
3129 2012-04-06 Doug Evans <dje@google.com>
3130
3131 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
3132 "mov %rsp,%rbp".
3133
3134 2012-04-05 Kevin Buettner <kevinb@redhat.com>
3135
3136 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
3137 fencepost error.
3138 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
3139 (v850_gdbarch_init): Set `num_regs' as appropriate for the
3140 architecture.
3141
3142 2012-04-05 Keith Seitz <keiths@redhat.com>
3143
3144 * linespec.c (decode_compound): Remove.
3145 (enum offset_relative_sign): New enum.
3146 (struct line_offset): New struct.
3147 (struct linespec): New struct.
3148 (struct linespec_state): Move file_symtabs,
3149 user_filename, and user_function into struct linespec.
3150 Make result an anonymous struct holding vectors of
3151 symbolp and minsym_and_objfile_d.
3152 Add language member.
3153 (enum ls_token_type): New enum.
3154 (linespec_keywords): New array.
3155 (struct ls_token): New struct.
3156 (struct ls_parser): New struct.
3157 (linespec_lexer_lex_number): New function.
3158 (linespec_lexer_lex_keyword): New function.
3159 (is_ada_operator): New function.
3160 (skip_quote_char): New function.
3161 (copy_token_string): New function.
3162 (is_closing_quote_enclosed): New function.
3163 (find_parameter_list_end): New function.
3164 (linespec_lexer_lex_string): New function.
3165 (linespec_lexer_lex_one): New function.
3166 (linespec_lexer_consume_token): New function.
3167 (linespec_lexer_peek_token): New function.
3168 (cplusplus_error): Remove unused function.
3169 (find_methods): Update comment.
3170 (find_toplevel_char): Return const.
3171 (is_objc_method_format): Remove unused function.
3172 (find_toplevel_string): New function.
3173 (is_linespec_boundary): Remove.
3174 (symbol_not_found_error): New function.
3175 (find_method_overload_end): Remove function.
3176 (unexpected_linespec_error): New function.
3177 (keep_name_info): Remove.
3178 (linespec_parse_line_offset): New function.
3179 (linespec_parse_basic): New function.
3180 (canonicalize_linespec): New function.
3181 (decode_line_internal): Remove.
3182 (create_sals_line_offset): New function adapted from
3183 decode_all_digits.
3184 (convert_linespec_to_sals): New function.
3185 (parse_linespec): New function.
3186 (linespec_parser_new): New function.
3187 (linespec_state_destructor): Change parameter type to
3188 struct linespec_state *.
3189 Add language parameter.
3190 Remove freeing of moved members.
3191 (linespec_parser_delete): New function.
3192 (decode_line_full): Use parse_linespec and linespec_parser_new.
3193 (decode_line_1): Likewise.
3194 (decode_indirect): Rename to ...
3195 (linespec_expression_to_pc): ... this and rewrite
3196 to simply find CORE_ADDR, storing this result for later
3197 conversion to SALs.
3198 (locate_first_half): Remove.
3199 (deocde_objc): Add parameter LS.
3200 Initialize new struct collect_info members.
3201 Handle minimal symbols, too.
3202 (decode_compound): Delete.
3203 (lookup_prefix_sym): Rewrite.
3204 (compare_msymbols): New function.
3205 (find_method): Rewrite.
3206 Do not call cplusplus_error.
3207 (symtabs_from_filename): Rewrite.
3208 (collect_function_symbols): Delete.
3209 (find_function_symbols): Rewrite without ARGPTR-style
3210 processing.
3211 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
3212 (decode_dollar): Adapted and renamed to ...
3213 (linespec_parse_variable): ... this.
3214 (find_linespec_symbols): New function.
3215 (decode_label): Adapted and renamed to ...
3216 (find_label_symbols): ... this.
3217 (decode_digits_list_mode): Add and use LS argument.
3218 (decode_digits_ordinary): Likewise.
3219 (collect_symbols): Do not collect SALs, just symbols and msymbols.
3220 If in list mode, allow any symbol class. Otherwise, only
3221 permit LOC_BLOCK symbols.
3222 (minsym_found): Update comments.
3223 (search_minsyms_for_name): Do not convert the matching symbol
3224 into a SAL. Simply push the symbol and objfile into the
3225 result vector.
3226 (decode_variable): Delete. Contents adapted into
3227 find_linespec_symbols.
3228
3229 * cp-support.c (SKIP_SPACE): Remove.
3230 (operator_tokens): Remove unused global.
3231 (cp_validate_operator): Remove.
3232 * cp-support.h (cp_validate_operator): Remove declaration.
3233
3234 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3235
3236 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
3237 for TYPE_VPTR_FIELDNO.
3238 * valprint.c (valprint_check_validity): Make it global, move the
3239 function comment ...
3240 * value.h (valprint_check_validity): ... to this new declaration.
3241
3242 2012-04-02 Tristan Gingold <gingold@adacore.com>
3243
3244 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
3245 the STATE32 api for i386 state.
3246 (i386_darwin_store_inferior_registers): Likewise.
3247
3248 2012-04-02 Tristan Gingold <gingold@adacore.com>
3249
3250 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
3251 SS offset.
3252 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
3253 format_string.
3254
3255 2012-04-02 Tristan Gingold <gingold@adacore.com>
3256
3257 PR gdb/13901
3258 * darwin-nat.c (darwin_execvp): Set binary preference.
3259
3260 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3261
3262 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
3263
3264 2012-03-30 Tom Tromey <tromey@redhat.com>
3265
3266 * python/python.c (gdbpy_decode_line): Move cleanup creation out
3267 of TRY_CATCH. Fix error handling.
3268 * python/py-value.c (convert_value_from_python): Move 'old'
3269 declaration to innermost scope.
3270
3271 2012-03-29 Joel Brobecker <brobecker@adacore.com>
3272 Andrey Smirnov <andrew.smirnov@gmail.com>
3273
3274 -Wshadow warning fix.
3275 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
3276 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
3277 Adjust code accordingly.
3278
3279 2012-03-29 Joel Brobecker <brobecker@adacore.com>
3280
3281 * ada-lang.c (symbol_completion_add): Rename parameter
3282 "encoded" into "encoded_p". Ajust code and documentation
3283 accordingly.
3284
3285 2012-03-29 Joel Brobecker <brobecker@adacore.com>
3286 Andrey Smirnov <andrew.smirnov@gmail.com>
3287
3288 -Wshadow warning fix.
3289 * ada-lang.c (symbol_completion_add): Rename parameter
3290 "wild_match" into wild_match_p. Update code and documentation
3291 accordingly.
3292
3293 2012-03-29 Joel Brobecker <brobecker@adacore.com>
3294
3295 * ada-lang.c (symbol_completion_match): Rename parameter
3296 "encoded" into "encoded_p". Ajust code and documentation
3297 accordingly.
3298
3299 2012-03-29 Joel Brobecker <brobecker@adacore.com>
3300 Andrey Smirnov <andrew.smirnov@gmail.com>
3301
3302 -Wshadow warning fix.
3303 * ada-lang.c (symbol_completion_match): Rename parameter
3304 "wild_match" into "wild_match_p". Adjust code and function
3305 documentation accordingly.
3306
3307 2012-03-29 Joel Brobecker <brobecker@adacore.com>
3308 Andrey Smirnov <andrew.smirnov@gmail.com>
3309
3310 -Wshadow warning fix.
3311 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
3312 "symbol_info" into "info". Adjust code accordingly.
3313 (ada_lookup_symbol): Likewise.
3314
3315 2012-03-29 Joel Brobecker <brobecker@adacore.com>
3316
3317 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
3318 of this function's documentation.
3319
3320 2012-03-29 Joel Brobecker <brobecker@adacore.com>
3321 Andrey Smirnov <andrew.smirnov@gmail.com>
3322
3323 -Wshadow warning fix.
3324 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
3325 variable into "wild_match_p". Adjust code accordingly.
3326
3327 2012-03-29 Joel Brobecker <brobecker@adacore.com>
3328 Andrey Smirnov <andrew.smirnov@gmail.com>
3329
3330 -Wshadow warning fix.
3331 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
3332 parameter into "wild_match_p". Adjust code accordingly.
3333 Document this parameter in the function description.
3334
3335 2012-03-29 Joel Brobecker <brobecker@adacore.com>
3336 Andrey Smirnov <andrew.smirnov@gmail.com>
3337
3338 -Wshadow warning fix.
3339 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
3340 "wild_match" parameter to "wild_match_p" (-Wshadow).
3341
3342 2012-03-29 Joel Brobecker <brobecker@adacore.com>
3343
3344 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
3345 in function documentation.
3346
3347 2012-03-29 Joel Brobecker <brobecker@adacore.com>
3348 Andrey Smirnov <andrew.smirnov@gmail.com>
3349
3350 -Wshadow warning fix.
3351 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
3352 variable into wild_match_p. Adjust code accordingly.
3353
3354 2012-03-29 Joel Brobecker <brobecker@adacore.com>
3355 Andrey Smirnov <andrew.smirnov@gmail.com>
3356
3357 * ada-valprint.c (ada_val_print_1): Move the code handling
3358 TYPE_CODE_ENUM inside its own lexical block. Declare
3359 variables len and val there, instead of in the function's
3360 top level block. Avoid declaring deref_val again in a way
3361 that shadows another variable of the same name declared
3362 in one of the up-level blocks. Just re-use the up-level
3363 variable instead.
3364
3365 2012-03-29 Joel Brobecker <brobecker@adacore.com>
3366
3367 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
3368 Replace block_found argument by symbol_info. Adjust
3369 implementation accordingly. Add function documentation.
3370 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
3371 Fix documentation.
3372 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
3373 * ada-exp.y (write_object_renaming): Adjust to new
3374 ada_lookup_encoded_symbol API.
3375
3376 2012-03-29 Joel Brobecker <brobecker@adacore.com>
3377
3378 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
3379 documentation.
3380
3381 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
3382
3383 * v850-tdep.c: Add the enum values for mpu and fpu registers.
3384 (v850_register_name): Add the mpu and fpu register names.
3385 (v850e_register_name): Add the mpu and fpu register names.
3386 (v850e2_register_name): New function.
3387 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
3388 bfd_mach_v850e2v3.
3389
3390 2012-03-28 Joel Brobecker <brobecker@adacore.com>
3391
3392 * NEWS: Add entry for Ada varobj support.
3393
3394 2012-03-28 Joel Brobecker <brobecker@adacore.com>
3395
3396 * varobj.c (default_value_is_changeable_p): New function,
3397 extracted from varobj_value_is_changeable_p. Add declaration.
3398 (ada_value_is_changeable_p): New function, extracted from
3399 varobj_value_is_changeable_p. Add declaration.
3400 (struct language_specific): New field "value_is_changeable_p".
3401 (languages): Add entries for new field.
3402 (varobj_create): Set language before calling install_new_value.
3403 (varobj_value_is_changeable_p): Reimplement to call the varobj's
3404 "value_is_changeable_p" language callback.
3405
3406 2012-03-28 Joel Brobecker <brobecker@adacore.com>
3407
3408 * ada-varobj.h, ada-varobj.c: New files.
3409 * Makefile.in (SFILES): Add ada-varobj.c.
3410 (HFILES_NO_SRCDIR): Add ada-varobj.h.
3411 (COMMON_OBS): Add ada-varobj.o.
3412
3413 2012-03-28 Joel Brobecker <brobecker@adacore.com>
3414
3415 * varobj.c (ada_value_has_mutated): Add declaration. New function.
3416 (struct language_specific): New field "value_has_mutated".
3417 (languages): Set field "value_has_mutated" in each entry of array.
3418 (varobj_value_has_mutated): New function.
3419 (varobj_udpdate): Add handling of type mutation.
3420 (value_of_root): Add handling of type mutation.
3421 (ada_value_has_mutated): New function.
3422
3423 2012-03-28 Pedro Alves <palves@redhat.com>
3424
3425 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
3426 Always supply $fr0 as 0.0 and $fr1 as 1.0.
3427
3428 2012-03-28 Tom Tromey <tromey@redhat.com>
3429
3430 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
3431 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
3432 before returning.
3433
3434 2012-03-28 Tom Tromey <tromey@redhat.com>
3435
3436 * .dir-locals.el: New file.
3437
3438 2012-03-28 Pedro Alves <palves@redhat.com>
3439
3440 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
3441
3442 2012-03-28 Joel Brobecker <brobecker@adacore.com>
3443
3444 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
3445 handling for r0.
3446
3447 2012-03-27 Pedro Alves <palves@redhat.com>
3448
3449 Eliminate struct ui_stream.
3450
3451 * ui-out.h (struct ui_stream): Delete.
3452 (ui_out_field_stream): Adjust prototype.
3453 (ui_out_stream_new, ui_out_stream_delete)
3454 (make_cleanup_ui_out_stream_delete): Delete declarations.
3455 * ui-out.c (ui_out_field_stream): Change prototype to take a
3456 ui_file instead of a ui_stream. Adjust.
3457 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
3458 (make_cleanup_ui_out_stream_delete): Delete.
3459 * breakpoint.c (print_breakpoint_location)
3460 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
3461 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
3462 * disasm.c (dump_insns): Ditto.
3463 (do_mixed_source_and_assembly, do_assembly_only): Adjust
3464 prototype.
3465 (gdb_disassembly): Use ui_file/mem_fileopen instead of
3466 ui_stream/ui_out_stream_new.
3467 * infcmd.c (print_return_value): Ditto.
3468 * osdata.c (info_osdata_command): Don't allocate a local
3469 ui_stream.
3470 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
3471 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
3472 * tracepoint.c (print_one_static_tracepoint_marker): Don't
3473 allocate a local ui_stream.
3474 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
3475 instead of ui_stream/ui_out_stream_new.
3476 (list_args_or_locals): Don't allocate a local ui_stream.
3477 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
3478 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
3479 ui_stream/ui_out_stream_new.
3480 * cli/cli-setshow.c (do_setshow_command): Ditto.
3481
3482 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
3483
3484 * arm-linux-tdep.c (arm_linux_init_abi): Call
3485 set_gdbarch_process_record. Initialize `arm_swi_record' field.
3486 * arm-tdep.c (arm_process_record): New function.
3487 (deallocate_reg_mem): New function.
3488 (decode_insn): New function.
3489 (thumb_record_branch): New function.
3490 (thumb_record_ldm_stm_swi(): New function.
3491 (thumb_record_misc): New function.
3492 (thumb_record_ld_st_stack): New function.
3493 (thumb_record_ld_st_imm_offset): New function.
3494 (thumb_record_ld_st_reg_offset(): New function.
3495 (thumb_record_add_sub_cmp_mov): New function.
3496 (thumb_record_shift_add_sub): New function.
3497 (arm_record_coproc_data_proc): New function.
3498 (arm_record_coproc): New function.
3499 (arm_record_b_bl): New function.
3500 (arm_record_ld_st_multiple): New function.
3501 (arm_record_ld_st_reg_offset): New function.
3502 (arm_record_ld_st_imm_offset): New function.
3503 (arm_record_data_proc_imm): New function.
3504 (arm_record_data_proc_misc_ld_str): New function.
3505 (arm_record_extension_space): New function.
3506 (arm_record_strx): New function.
3507 (sbo_sbz): New function.
3508 (struct insn_decode_record): New structure for arm insn record.
3509 (REG_ALLOC): New macro for reg allocations.
3510 (MEM_ALLOC): New macro for memory allocations.
3511 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
3512
3513 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
3514
3515 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
3516 (store_register): Likewise.
3517
3518 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
3519
3520 * MAINTAINERS (Write After Approval): Add myself to the list.
3521
3522 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3523
3524 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
3525 Describe also the option "auto".
3526
3527 2012-03-22 Richard Henderson <rth@redhat.com>
3528
3529 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
3530 * sparc-nat.c (sparc_xfer_wcookie): Make static.
3531
3532 2012-03-22 Richard Henderson <rth@redhat.com>
3533
3534 * jit.c (jit_read_code_entry): Compute alignment and offset of
3535 int64_t member before computing entry_size.
3536
3537 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3538
3539 Python scripting: Add new method Value.referenced_value to
3540 gdb.Value which can dereference pointer as well as reference
3541 values.
3542 * NEWS: Add entry under 'Python scripting' about the new method
3543 Value.referenced_value on gdb.Value objects.
3544 * python/py-value.c (valpy_referenced_value): New function
3545 defining a new method on gdb.Value objects which can dereference
3546 pointer and reference values.
3547
3548 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3549
3550 * MAINTAINERS (Write After Approval): Add myself to the list.
3551
3552 2012-03-21 Kevin Buettner <kevinb@redhat.com>
3553
3554 * symtab.c (skip_prologue_sal): Change test to check for "main()"
3555 in addition to "main".
3556
3557 2012-03-21 Joel Brobecker <brobecker@adacore.com>
3558
3559 * expression.h (op_name): Add declaration.
3560 * expprint.c (op_name): Remove declaration. Make non-static.
3561 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
3562
3563 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
3564
3565 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
3566 of struct siginfo.
3567 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
3568 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
3569 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
3570 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
3571 (linux_nat_get_siginfo): Likewise.
3572 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
3573 (linux_nat_get_siginfo): Likewise.
3574 * linux-tdep.c (linux_get_siginfo_type): Likewise.
3575 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
3576 * procfs.c (gdb_siginfo_t): Likewise.
3577
3578 2012-03-21 Mike Frysinger <vapier@gentoo.org>
3579
3580 * .gitignore: Ignore more files.
3581
3582 2012-03-20 Pedro Alves <palves@redhat.com>
3583
3584 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
3585 returns.
3586
3587 2012-03-20 Yao Qi <yao@codesourcery.com>
3588
3589 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
3590 comment.
3591
3592 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3593
3594 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
3595 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
3596 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
3597 sect_offset.
3598 * dwarf2expr.h (cu_offset, sect_offset): New types.
3599 (struct dwarf_expr_context_funcs) <dwarf_call>
3600 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
3601 sect_offset.
3602 (struct dwarf_expr_context) <len>: Improve the comment.
3603 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
3604 cu_offset and sect_offset.
3605 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
3606 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
3607 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
3608 * dwarf2loc.h: Include dwarf2expr.h.
3609 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
3610 and sect_offset.
3611 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
3612 Improve the comment.
3613 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
3614 (struct signatured_type, struct line_header, struct partial_die_info)
3615 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
3616 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
3617 (get_die_type_at_offset, create_cus_from_index)
3618 (create_signatured_type_table_from_index, dw2_get_file_names)
3619 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
3620 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
3621 (create_debug_types_hash_table, process_psymtab_comp_unit)
3622 (load_partial_comp_unit, create_all_comp_units)
3623 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
3624 (load_full_comp_unit, dwarf2_physname, read_import_statement)
3625 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
3626 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
3627 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
3628 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
3629 (find_partial_die, read_attribute_value, lookup_die_type)
3630 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
3631 (is_ref_attr): New function comment.
3632 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
3633 Use cu_offset and sect_offset.
3634 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
3635 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
3636 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
3637 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
3638 (offset_and_type_hash, offset_and_type_eq, set_die_type)
3639 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
3640 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
3641 sect_offset.
3642
3643 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3644
3645 Code cleanup.
3646 * python/py-auto-load.c (source_section_scripts): New variable back_to.
3647 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
3648 with xfree.
3649 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
3650
3651 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3652
3653 * NEWS: Describe new options --init-command=FILE, -ix and
3654 --init-eval-command=COMMAND, -iex.
3655 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
3656 CMDARG_INIT_COMMAND.
3657 (captured_main): New enum items OPT_IX and OPT_IEX. Add
3658 "init-command", "init-eval-command", "ix" and "iex" to the variable
3659 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
3660 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
3661 (print_gdb_help): Describe --init-command=FILE, -ix and
3662 --init-eval-command=COMMAND, -iex.
3663
3664 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3665
3666 Code cleanup.
3667 * main.c (struct cmdarg): Move it here from main. Add more comments.
3668 (cmdarg_s, VEC (cmdarg_s)): New.
3669 (main): Move struct cmdarg from here. New variables cmdarg_vec and
3670 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
3671 Install cleanup for cmdarg_vec. Update filling for options 'x' and
3672 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
3673 of CMDARG.
3674
3675 2012-03-19 Tom Tromey <tromey@redhat.com>
3676
3677 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
3678
3679 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3680
3681 PR symtab/13777
3682 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
3683 GCC >=4.5.
3684
3685 2012-03-16 Chris January <chris.january@allinea.com>
3686
3687 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
3688 of clear.
3689
3690 2012-03-16 Chris January <chris.january@allinea.com>
3691
3692 * source.c (add_path): Use memmove instead of strcpy because the
3693 strings overlap.
3694
3695 2012-03-16 Joel Brobecker <brobecker@adacore.com>
3696
3697 * value.h (set_value_parent): Add declaration.
3698 * value.c (set_value_parent): New function.
3699 (value_address): If VALUE->PARENT is not NULL, then use it as
3700 the base address instead of VALUE->LOCATION.address.
3701 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
3702 the same as OBJ's address. Adjust V's offset accordingly.
3703 Set V's parent.
3704
3705 2012-03-16 Gary Benson <gbenson@redhat.com>
3706
3707 PR breakpoints/10738
3708 * dwarf2read.c (use_deprecated_index_sections): New global.
3709 (struct partial_die_info): New member may_be_inlined.
3710 (read_partial_die): Set may_be_inlined where appropriate.
3711 (add_partial_subprogram): Add partial symbols for partial
3712 DIEs that may be inlined.
3713 (new_symbol_full): Add inlined subroutines to the current
3714 scope.
3715 (write_psymtabs_to_index): Bump version number.
3716 (dwarf2_read_index): Read only version 6 indices unless
3717 use_deprecated_index_sections is set.
3718 * linespec.c (symbol_and_data_callback): New structure.
3719 (iterate_inline_only): New function.
3720 (iterate_over_all_matching_symtabs): New argument
3721 "include_inline". If nonzero, also call the callback for
3722 symbols representing inlined subroutines.
3723 (lookup_prefix_sym): Pass extra argument to the above.
3724 (find_function_symbols): Likewise.
3725 (add_matching_symbols_to_info): Likewise.
3726 * NEWS: Mention that GDB can now set breakpoints on inlined
3727 functions.
3728
3729 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
3730
3731 * p-typeprint.c (pascal_type_print_method_args):
3732 Fix display of parameter of methods.
3733
3734 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
3735
3736 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
3737 Add missing prototype.
3738
3739 2012-03-16 Yao Qi <yao@codesourcery.com>
3740 Jan Kratochvil <jan.kratochvil@redhat.com>
3741
3742 Fix false compilation warning.
3743 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
3744
3745 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
3746 Pedro Alves <pedro@codesourcery.com>
3747
3748 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
3749 (arm_register_g_packet_guesses): New function.
3750 (arm_gdbarch_init): Don't force a target description with
3751 registers when the executable is detected as M-profile. Instead
3752 set gdbarch->tdep->is_m. Register `g' packet guesses.
3753 (_initialize_arm_tdep): Initialize the new target description.
3754 * features/arm-with-m-fpa-layout.xml: New description.
3755 * features/arm-with-m-fpa-layout.c: New, generated.
3756
3757 2012-03-15 Joel Brobecker <brobecker@adacore.com>
3758
3759 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
3760 Update function description.
3761 (insert_bp_location): Do not wipe bl->target_info out.
3762 * mem-break.c: #include "gdb_string.h".
3763 (default_memory_insert_breakpoint): Do not call target_read_memory
3764 with a pointer to the breakpoint's shadow_contents buffer. Use
3765 a local buffer instead.
3766 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
3767
3768 2012-03-15 Tom Tromey <tromey@redhat.com>
3769
3770 * NEWS: Mention "info vtbl", not "info vtable".
3771 * cp-support.c (info_vtbl_command): Fix comment.
3772 (_initialize_cp_support): Fix text.
3773
3774 2012-03-15 Tom Tromey <tromey@redhat.com>
3775
3776 * cp-valprint.c (cp_print_value_fields): Use
3777 print_function_pointer_address for vtable slot.
3778
3779 2012-03-15 Tom Tromey <tromey@redhat.com>
3780
3781 * gnu-v3-abi.c (struct value_and_voffset): New.
3782 (hash_value_and_voffset, eq_value_and_voffset)
3783 (compare_value_and_voffset, compute_vtable_size)
3784 (print_one_vtable, gnuv3_print_vtable): New functions.
3785 (init_gnuv3_ops): Initialize 'print_vtable' field.
3786 * cp-support.c (info_vtbl_command): New function.
3787 (_initialize_cp_support): Add "info vtbl".
3788 * cp-abi.h (cplus_print_vtable): Declare.
3789 (struct cp_abi_ops) <print_vtable>: New field.
3790 * cp-abi.c (cplus_print_vtable): New function.
3791 * NEWS: Update.
3792
3793 2012-03-15 Tom Tromey <tromey@redhat.com>
3794
3795 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
3796 iterate_over_symbols.
3797
3798 2012-03-14 Doug Evans <dje@google.com>
3799
3800 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
3801 DW_OP_GNU_parameter_ref.
3802
3803 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3804
3805 Fix double prompt of 'interpreter-exec mi'.
3806 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
3807 (mi_interpreter_resume): use it.
3808 (mi_execute_command_input_handler): New function.
3809 * mi/mi-main.c (mi_execute_command): Move prompt printing to
3810 mi_execute_command_input_handler.
3811
3812 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
3813
3814 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
3815 prototype.
3816 (darwin_debug_port_info): Make static.
3817 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
3818 * machoread.c (_initialize_machoread): Add prototype.
3819 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
3820 (i386_darwin_set_control, i386_darwin_get_control)
3821 i386_darwin_dr_set_addr, i386_darwin_get_addr)
3822 i386_darwin_get_status, i386_darwin_get_control):
3823 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
3824
3825 2012-03-13 Joel Brobecker <brobecker@adacore.com>
3826
3827 * ax-gdb.c (gen_usual_unary): Remove special handling of
3828 enum and bool types.
3829
3830 2012-03-13 Joel Brobecker <brobecker@adacore.com>
3831
3832 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
3833
3834 2012-03-13 Joel Brobecker <brobecker@adacore.com>
3835
3836 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
3837
3838 2012-03-13 Chris January <chris.january@allinea.com>
3839
3840 * aix-thread.c (fill_sprs): Store the floating point registers
3841 at the correct offsets into vals.
3842
3843 2012-03-13 Doug Evans <dje@google.com>
3844
3845 * NEWS: Mention symbol-reloading has been deleted.
3846 * symfile.c (symbol_reloading): Delete.
3847 (show_symbol_reloading): Delete.
3848 (_initialize_symfile): Delete set/show symbol-reloading.
3849
3850 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
3851 read_in_chain until we have successfully read it in.
3852 (load_full_comp_unit): Ditto.
3853 (read_signatured_type): Add comment.
3854
3855 2012-03-13 Chris January <chris.january@allinea.com>
3856
3857 * stabsread.c (fix_common_block): Change type of valu argument
3858 to CORE_ADDR.
3859
3860 2012-03-13 Chris January <chris.january@allinea.com>
3861
3862 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
3863 instruction.
3864
3865 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3866
3867 * common/linux-procfs.c (linux_proc_get_int): New, from
3868 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
3869 field.
3870 (linux_proc_get_tgid): Only call linux_proc_get_int.
3871 (linux_proc_get_tracerpid): New.
3872 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
3873 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
3874 linux_proc_pid_has_state.
3875 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
3876 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
3877 (linux_ptrace_attach_warnings): New.
3878 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
3879 New declaration.
3880 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
3881 (linux_nat_attach): New variables ex, buffer, message and message_s.
3882 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
3883
3884 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3885
3886 * Makefile.in (linux-ptrace.o): New.
3887 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
3888 from linux-nat.c.
3889 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
3890 * common/linux-ptrace.c: New file.
3891 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
3892 * config/arm/linux.mh: Likewise.
3893 * config/i386/linux.mh: Likewise.
3894 * config/i386/linux64.mh: Likewise.
3895 * config/ia64/linux.mh: Likewise.
3896 * config/m32r/linux.mh: Likewise.
3897 * config/m68k/linux.mh: Likewise.
3898 * config/mips/linux.mh: Likewise.
3899 * config/pa/linux.mh: Likewise.
3900 * config/powerpc/linux.mh: Likewise.
3901 * config/powerpc/ppc64-linux.mh: Likewise.
3902 * config/powerpc/spu-linux.mh: Likewise.
3903 * config/s390/s390.mh: Likewise.
3904 * config/sparc/linux.mh: Likewise.
3905 * config/sparc/linux64.mh: Likewise.
3906 * config/xtensa/linux.mh: Likewise.
3907 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
3908 common/linux-procfs.c.
3909 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
3910
3911 2012-03-13 Hui Zhu <teawater@gmail.com>
3912 Pedro Alves <palves@redhat.com>
3913
3914 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
3915 CREATE_BREAKPOINT_FLAGS_INSERTED.
3916 (create_breakpoint_sal, create_breakpoints_sal)
3917 (base_breakpoint_create_breakpoints_sal)
3918 (tracepoint_create_breakpoints_sal)
3919 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
3920 down.
3921 (break_command_1, handle_gnu_v3_exceptions, trace_command)
3922 (ftrace_command, strace_command): Adjust.
3923 (create_tracepoint_from_upload): Pass
3924 CREATE_BREAKPOINT_FLAGS_INSERTED.
3925 * breakpoint.h (enum breakpoint_create_flags): New.
3926 (create_breakpoint): New flags parameter.
3927 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
3928 * python/py-breakpoint.c (bppy_init): Adjust.
3929 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
3930 * spu-tdep.c (spu_catch_start): Adjust.
3931
3932 2012-03-13 Pedro Alves <palves@redhat.com>
3933 Hui Zhu <teawater@gmail.com>
3934 Yao Qi <yao@codesourcery.com>
3935
3936 * remote.c (struct remote_state): New field `starting_up'.
3937 (remote_start_remote): Set and clear it.
3938 (remote_can_download_tracepoint): If starting up, return false.
3939
3940 2012-03-13 Yao Qi <yao@codesourcery.com>
3941
3942 * inferior.h (struct inferior): Remove fields any_syscall_count,
3943 syscalls_counts and total_syscalls_count. Move them to new
3944 struct catch_syscall_inferior_data in breakpoint.c.
3945 * breakpoint.c: Call DEF_VEC_I(int).
3946 (struct catch_syscall_inferior_data): New.
3947 (get_catch_syscall_inferior_data): New.
3948 (catch_syscall_inferior_data_cleanup): New.
3949 (insert_catch_syscall): Update to access data in
3950 struct catch_syscall_inferior_data.
3951 (insert_catch_syscall): Likewise.
3952 (remove_catch_syscall): Likewise.
3953 (remove_catch_syscall): Likewise.
3954 (is_syscall_catchpoint_enabled): Likewise.
3955 (add_catch_command): Likewise.
3956 (_initialize_breakpoint): Register cleanup.
3957 * breakpoint.h: Removed DEF_VEC_I(int).
3958 * dwarf2loc.c: Call DEF_VEC_I(int).
3959 * mi/mi-main.c: Likewise.
3960
3961 2012-03-12 Mark Kettenis <kettenis@gnu.org>
3962
3963 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
3964
3965 2012-03-12 Chris January <chris.january@allinea.com>
3966
3967 * aix-thread.c (_initialize_aix_thread): Add prototype.
3968 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
3969 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
3970
3971 2012-03-12 Joel Brobecker <brobecker@adacore.com>
3972
3973 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
3974 include of "amd64-nat.h".
3975
3976 2012-03-12 Tom Tromey <tromey@redhat.com>
3977
3978 * buildsym.c (record_pending_block): Now static.
3979 * buildsym.h: (record_pending_block): Remove.
3980
3981 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
3982
3983 * amd64bsd-nat.c: Include amd64bsd-nat.h.
3984
3985 2012-03-09 Tom Tromey <tromey@redhat.com>
3986
3987 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
3988 producer_is_gxx_lt_4_6>: New fields.
3989 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
3990
3991 2012-03-09 Tom Tromey <tromey@redhat.com>
3992
3993 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
3994
3995 2012-03-08 Joel Brobecker <brobecker@adacore.com>
3996
3997 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
3998 prototype.
3999
4000 2012-03-08 Joel Brobecker <brobecker@adacore.com>
4001
4002 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
4003
4004 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4005
4006 Fix -Wmissing-prototypes build.
4007 * arm-linux-nat.c (get_thread_id): Make it static.
4008 * xtensa-linux-nat.c (get_thread_id): Likewise.
4009
4010 2012-03-08 Joel Brobecker <brobecker@adacore.com>
4011
4012 * server.c (process_point_options): If a conditional expression
4013 is found, only print a message if remote_debug is nonzero.
4014
4015 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
4016
4017 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
4018 of internal error for unknown/unsupported types.
4019
4020 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4021
4022 Fix CU relative vs. absolute DIE offsets.
4023 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
4024 offset to offset_in_cu.
4025 * dwarf2read.c (process_enumeration_scope): Add CU offset to
4026 TYPE_OFFSET.
4027 (dwarf2_fetch_die_location_block): Rename parameter offset to
4028 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
4029
4030 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4031
4032 * libunwind-frame.c: Rename to ...
4033 * ia64-libunwind-tdep.c: ... here.
4034 * libunwind-frame.h: Rename to ...
4035 * ia64-libunwind-tdep.h: ... here.
4036 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
4037 ia64-libunwind-tdep.h.
4038 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
4039 * README (--with-libunwind): Rename to ...
4040 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
4041 * config.in: Regenerate.
4042 * configure: Regenerate.
4043 * configure.ac: New option --with-libunwind-ia64, make the
4044 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
4045 Remove AC_DEFINE for HAVE_LIBUNWIND.
4046 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
4047 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
4048 Rename libunwind-frame in the general comment.
4049 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
4050 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
4051 Move forward declarations inside #ifndef. Rename libunwind-frame in
4052 the general comment.
4053 * ia64-tdep.c: Rename libunwind-frame.h #include to
4054 ia64-libunwind-tdep.h.
4055 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
4056 (ia64_libunwind_descr): Rename libunwind-frame to
4057 ia64-libunwind-tdep in these function comments.
4058 * ia64-tdep.h: Rename libunwind-frame.h #include to
4059 ia64-libunwind-tdep.h.
4060 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
4061 ia64-libunwind-tdep in that data comment.
4062
4063 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4064
4065 * libunwind-frame.h (struct frame_unwind): New declaration.
4066
4067 2012-03-08 Joel Brobecker <brobecker@adacore.com>
4068
4069 * breakpoint.c (_initialize_breakpoint): Fix error in help of
4070 "set breakpoint condition-evaluation" command.
4071
4072 2012-03-08 Tristan Gingold <gingold@adacore.com>
4073
4074 * sparc-stub.c: Move to stubs/
4075 * sh-stub.c: Likewise.
4076 * m68k-stub.c: Likewise.
4077 * m32r-stub.c: Likewise.
4078 * i386-stub.c: Likewise.
4079
4080 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
4081
4082 * m68klinux-tdep.c (m68k_linux_init_abi): Register
4083 linux_get_siginfo_type.
4084
4085 * m68klinux-nat.c: Include "gdb_proc_service.h".
4086 (PTRACE_GET_THREAD_AREA): Define.
4087 (ps_get_thread_area): New function.
4088
4089 2012-03-08 Yao Qi <yao@codesourcery.com>
4090
4091 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
4092 `xsnprintf'.
4093 (remote_query_attached): Likewise.
4094 (remote_static_tracepoint_marker_at): Likewise.
4095 (remote_set_permissions): Likewise.
4096 (remote_detach_1, extended_remote_attach_1): Likewise.
4097 (send_g_packet, remote_vkill): Likewise.
4098 (extended_remote_disable_randomization): Likewise.
4099 (remote_add_target_side_condition): Likewise.
4100 (remote_insert_breakpoint): Likewise.
4101 (remote_remove_breakpoint): Likewise.
4102 (remote_insert_watchpoint): Likewise.
4103 (remote_remove_watchpoint): Likewise.
4104 (remote_insert_hw_breakpoint): Likewise.
4105 (remote_insert_hw_breakpoint): Likewise.
4106 (remote_remove_hw_breakpoint): Likewise.
4107 (remote_download_command_source): Likewise.
4108 (remote_download_tracepoint): Likewise.
4109 (remote_download_trace_state_variable): Likewise.
4110 (remote_disable_tracepoint): Likewise.
4111 (remote_trace_set_readonly_regions): Likewise.
4112 (remote_get_tracepoint_status): Likewise.
4113 (remote_trace_find): Likewise.
4114 (remote_get_trace_state_variable_value): Likewise.
4115 (remote_set_disconnected_tracing): Likewise.
4116 (remote_set_circular_trace_buffer): Likewise.
4117 (remote_get_min_fast_tracepoint_insn_len): Likewise.
4118 (remote_use_agent): Likewise.
4119 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
4120 Update callers.
4121
4122 2012-03-07 Pedro Alves <palves@redhat.com>
4123
4124 * NEWS: Mention QProgramSignals.
4125 * inferior.h (update_signals_program_target): Declare.
4126 * infrun.c: (update_signals_program_target): New.
4127 (handle_command): Update the target of the new program signals
4128 array changes.
4129 * remote.c (PACKET_QProgramSignals): New enum.
4130 (last_program_signals_packet): New global.
4131 (remote_program_signals): New.
4132 (remote_start_remote): Update the target with the program signals
4133 list.
4134 (remote_protocol_features): Add entry for QPassSignals.
4135 (remote_open_1): Free anc clear last_program_signals_packet.
4136 (init_remote_ops): Install remote_program_signals.
4137 * target.c (update_current_target): Adjust.
4138 (target_program_signals): New.
4139 * target.h (struct target_ops) <to_program_signals>: New field.
4140 (target_program_signals): Declare.
4141
4142 2012-03-07 Pedro Alves <palves@redhat.com>
4143
4144 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
4145 extensions.
4146
4147 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
4148
4149 * m68klinux-nat.c (getregs_supplies): Make static.
4150 (getfpregs_supplies): Likewise.
4151 (have_ptrace_getregs): Likewise.
4152
4153 2012-03-06 Joel Brobecker <brobecker@adacore.com>
4154
4155 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
4156 in call to get_die_type_at_offset.
4157
4158 2012-03-06 Stan Shebs <stan@codesourcery.com>
4159
4160 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
4161 * mi/mi-cmd-disas.c: Ditto.
4162 * mi/mi-cmd-env.c: Ditto.
4163 * mi/mi-cmd-file.c: Ditto.
4164 * mi/mi-cmd-stack.c: Ditto.
4165 * mi/mi-cmd-target.c: Ditto.
4166 * mi/mi-cmd-var.c: Ditto.
4167 * mi/mi-cmds.c: Ditto.
4168 * mi/mi-cmds.h: Ditto.
4169 * mi/mi-console.c: Ditto.
4170 * mi/mi-getopt.c: Ditto.
4171 * mi/mi-getopt.h: Ditto.
4172 * mi/mi-interp.c: Ditto.
4173 * mi/mi-main.c: Ditto.
4174 * mi/mi-out.c: Ditto.
4175 * mi/mi-parse.c: Ditto.
4176 * mi/mi-parse.h: Ditto.
4177 * mi/mi-symbol-cmds.c: Ditto.
4178
4179 * mi/mi-getopt.h: Move mi_opt struct up.
4180 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
4181 return.
4182 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
4183
4184 2012-03-06 Tom Tromey <tromey@redhat.com>
4185
4186 * proc-service.c (ps_pglobal_lookup): Set the current program
4187 space.
4188
4189 2012-03-06 Pedro Alves <palves@redhat.com>
4190
4191 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
4192
4193 2012-03-05 Joel Brobecker <brobecker@adacore.com>
4194
4195 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
4196
4197 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4198
4199 Code cleanup.
4200 * common/linux-osdata.c (linux_common_core_of_thread): New function
4201 comment.
4202 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
4203 call by linux_common_core_of_thread.
4204 (linux_nat_core_of_thread_1): Remove.
4205 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
4206 * linux-thread-db.c: Include linux-osdata.h.
4207 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
4208 linux_common_core_of_thread.
4209
4210 2012-03-05 Tom Tromey <tromey@redhat.com>
4211
4212 * value.c (value_primitive_field): Don't fetch contents for
4213 non-virtual bases.
4214
4215 2012-03-05 Tom Tromey <tromey@redhat.com>
4216
4217 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
4218
4219 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
4220
4221 * s390-nat.c: Include "gregset.h".
4222
4223 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4224
4225 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
4226 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
4227 (libunwind_load): New variable so_error, use it for dlerror. Try to
4228 load also LIBUNWIND_SO_7.
4229
4230 2012-03-05 Pedro Alves <palves@redhat.com>
4231
4232 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
4233 is not NULL, and remove resulting dead code.
4234
4235 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
4236
4237 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
4238 prologue to sh_analyze_prologue.
4239 (sh_analyze_prologue): Make better use of such an upper limit, and
4240 generally be more cautious about accessing memory.
4241
4242 2012-03-05 Tom Tromey <tromey@redhat.com>
4243
4244 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
4245 _initialize_ia64_hpux_tdep.
4246
4247 2012-03-05 Pedro Alves <palves@redhat.com>
4248
4249 PR gdb/13766
4250
4251 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
4252 the register state is clear, supply explicit zero, instead of
4253 marking the register unavailable.
4254
4255 2012-03-05 Tristan Gingold <gingold@adacore.com>
4256
4257 * NEWS: Mention OpenVMS ia64 new target.
4258
4259 2012-03-05 Tristan Gingold <gingold@adacore.com>
4260
4261 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
4262 (ia64_unw_accessors, ia64_unw_rse_accessors)
4263 (ia64_libunwind_descr): Declare.
4264 * ia64-vms-tdep.c: New file.
4265 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
4266 (ia64_libunwind_descr): Make them public.
4267 * configure.tgt: Add ia64-*-*vms*.
4268 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
4269 (ALLDEPFILES): Add ia64-vms-tdep.c
4270
4271 2012-03-05 Tristan Gingold <gingold@adacore.com>
4272
4273 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
4274 * remote.c (PACKET_qXfer_uib): New enum value.
4275 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
4276 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
4277 (_initialize_remote): Call add_packet_config_cmd for
4278 xfer:uib packet.
4279
4280 2012-03-05 Tristan Gingold <gingold@adacore.com>
4281
4282 * osabi.c (gdb_osabi_names): Add OpenVMS.
4283 (generic_elf_osabi_sniffer): Likewise.
4284 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
4285
4286 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4287
4288 Removed unused code.
4289 * libunwind-frame.c (libunwind_frame_unwind)
4290 (libunwind_frame_base_address): Remove.
4291 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
4292
4293 2012-03-04 Yao Qi <yao@codesourcery.com>
4294
4295 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
4296 remove trailing new line.
4297 (agent_run_command, agent_run_command): Add _ markup.
4298 (agent_capability_check): Likewise.
4299
4300 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4301
4302 * breakpoint.c (set_condition_evaluation_mode): Set
4303 CONDITION_EVALUATION_MODE unconditionally.
4304
4305 2012-03-03 Yao Qi <yao@codesourcery.com>
4306
4307 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
4308 * common/agent.h: Update declaration.
4309 * inf-child.c (inf_child_use_agent): New.
4310 (inf_child_can_use_agent): New.
4311 (inf_child_target): Initialize fields `to_use_agent'
4312 and `to_can_use_agent'.
4313 * agent.c (agent_new_objfile): New.
4314 (_initialize_agent): Add agent_new_objfile to new_objfile
4315 observer.
4316
4317 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
4318 New.
4319 (linux_target_install_ops): Initialize field
4320 `to_static_tracepoint_markers_by_strid'.
4321 * remote.c (free_current_marker): Move it to ...
4322 * tracepoint.c (free_current_marker): ... here. New.
4323 (cleanup_target_stop): New.
4324 * tracepoint.h: Declare free_current_marker.
4325 * NEWS: Add one entry about `info static-tracepoint-marker'.
4326
4327 2012-03-03 Yao Qi <yao@codesourcery.com>
4328
4329 * common/agent.c (agent_loaded_p): New.
4330 (agent_look_up_symbols): New global.
4331 * common/agent.h: Declare agent_loaded_p.
4332
4333 2012-03-03 Yao Qi <yao@codesourcery.com>
4334
4335 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
4336 (agent_capability_check, agent_capability_invalidate): New.
4337 (symbol_list): New array element.
4338 * common/agent.h (enum agent_capa): New.
4339 * target.c (target_pre_inferior): Call agent_capability_invalidate.
4340
4341 2012-03-03 Yao Qi <yao@codesourcery.com>
4342
4343 * target.h (struct target_ops) <to_use_agent>: New field.
4344 (struct target_ops) <to_can_use_agent>: New field.
4345 (target_use_agent, target_can_use_agent): New macro.
4346 * target.c (update_current_target): Update.
4347 * remote.c: New enum `PACKET_QAgent'.
4348 (remote_protocol_features): Add a new element.
4349 (remote_use_agent, remote_can_use_agent): New.
4350 (init_remote_ops): Initialize field `can_use_agent' with
4351 remote_can_use_agent. Intiailize field `use_agent' with
4352 remote_use_agent.
4353 * common/agent.c (use_agent): New global.
4354 * common/agent.h: Declare it.
4355 * tracepoint.c (info_static_tracepoint_markers_command): Add
4356 comment.
4357 * Makefile.in (SFILES): Add common/agent.c and agent.c.
4358 (COMMON_OBS): Add common/agent.o and agent.o
4359 (common-agent.o): New rule.
4360 * agent.c: New.
4361
4362 2012-03-03 Yao Qi <yao@codesourcery.com>
4363
4364 * common/agent.c: New.
4365 * common/agent.h: New.
4366 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
4367 AC_CHECK_HEADERS.
4368 * configure, configh.in: Regenerated.
4369
4370 2012-03-02 Kevin Buettner <kevinb@redhat.com>
4371
4372 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
4373 unless it exists for this architecture.
4374
4375 2012-03-02 Joel Brobecker <brobecker@adacore.com>
4376
4377 * language.h (struct language_defn): New "method" la_read_var_value.
4378 * findvar.c: #include "language.h".
4379 (default_read_var_value): Renames read_var_value. Rewrite
4380 function description.
4381 (read_var_value): New function.
4382 * value.h (default_read_var_value): Add prototype.
4383 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
4384 New functions.
4385 (ada_language_defn): Add entry for la_read_var_value.
4386 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
4387 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
4388 language_defn structures to add entry for new la_read_var_value
4389 field.
4390
4391 2012-03-02 Tom Tromey <tromey@redhat.com>
4392 Pedro Alves <palves@redhat.com>
4393
4394 PR breakpoints/13776:
4395 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
4396 breakpoints.
4397 (delete_longjmp_breakpoint_at_next_stop): New.
4398 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
4399 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
4400 before deleting the inferior. Add comments.
4401 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
4402 breakpoints immediately, but only on next stop. Move that code
4403 next to where we mark other breakpoints for deletion.
4404
4405 2012-03-02 Joel Brobecker <brobecker@adacore.com>
4406
4407 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
4408 marker.
4409 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
4410 violation.
4411
4412 2012-03-02 Pedro Alves <palves@redhat.com>
4413
4414 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
4415
4416 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
4417
4418 Fix -Wmissing-prototypes build.
4419 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
4420 * remote-sim.c (gdbsim_has_all_memory): Likewise.
4421 (gdbsim_has_memory): Likewise.
4422
4423 2012-03-02 Yao Qi <yao@codesourcery.com>
4424
4425 Fix -Wmissing-prototypes build.
4426 * charset.c (phony_iconv_open): Make static.
4427 (phony_iconv_close, phony_iconv): Likewise.
4428 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
4429 * i386-windows-nat.c (_initialize_i386_windows_nat): New
4430 prototype.
4431 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
4432 * ser-mingw.c (create_select_thread): Make static.
4433 * windows-termcap.c (tgetent): New prototype.
4434 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
4435
4436 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
4437
4438 Fix -Wmissing-prototypes build.
4439 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
4440 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
4441 (_initialize_loadable): New prototypes.
4442
4443 2012-03-02 Doug Evans <dje@google.com>
4444
4445 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
4446 abbrev table, read_comp_unit will do it.
4447
4448 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4449
4450 Fix -Wmissing-prototypes build.
4451 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
4452 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
4453 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
4454 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
4455 (_initialize_arm_symbian_tdep): New prototype.
4456 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
4457 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
4458 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
4459 static.
4460 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
4461 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
4462 prototype.
4463 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
4464 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
4465 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
4466 static.
4467 * moxie-tdep.c (moxie_process_record): Likewise.
4468 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
4469 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
4470 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
4471 (_initialize_rl78_tdep): New prototype.
4472 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
4473 (_initialize_rx_tdep): New prototype.
4474 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
4475 (_initialize_darwin_solib): New prototype.
4476 * solib-spu.c: Include solib-spu.h.
4477 (_initialize_spu_solib): New prototype.
4478 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
4479 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
4480 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
4481 (tic6x_software_single_step): Make it static.
4482 (_initialize_tic6x_tdep): New prototype.
4483
4484 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4485
4486 Fix -Wmissing-prototypes build.
4487 * cris-tdep.c (cris_can_use_hardware_watchpoint)
4488 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
4489
4490 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4491
4492 Fix -Wmissing-prototypes build.
4493 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
4494 (frv_have_stopped_data_address): Remove.
4495
4496 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4497
4498 Fix -Wmissing-prototypes build.
4499 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
4500 * sh-tdep.c: Include sh64-tdep.h.
4501 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
4502 * sh64-tdep.c: Include sh64-tdep.h.
4503 * sh64-tdep.h: New file.
4504
4505 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4506
4507 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
4508
4509 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4510
4511 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
4512 sp_regnum once the gdbarch_init_osabi hook has been called.
4513
4514 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4515
4516 * mips-tdep.c (mips32_bc1_pc): New function.
4517 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
4518 BPOSGE32 and BPOSGE64 instructions.
4519 (deal_with_atomic_sequence): Likewise.
4520 (mips32_instruction_has_delay_slot): Likewise.
4521
4522 2012-03-01 Maciej W. Rozycki <macro@mips.com>
4523 Chris Dearman <chris@mips.com>
4524 Maciej W. Rozycki <macro@codesourcery.com>
4525 Joseph Myers <joseph@codesourcery.com>
4526
4527 * features/mips-dsp.xml: New file.
4528 * features/mips64-dsp.xml: New file.
4529 * features/mips-dsp-linux.xml: New file.
4530 * features/mips64-dsp-linux.xml: New file.
4531 * features/Makefile (WHICH): Add mips-dsp-linux and
4532 mips64-dsp-linux.
4533 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
4534 * features/mips-dsp-linux.c: New file.
4535 * features/mips64-dsp-linux.c: New file.
4536 * regformats/mips-dsp-linux.dat: New file.
4537 * regformats/mips64-dsp-linux.dat: New file.
4538 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
4539 registers.
4540 (mips64_linux_register_addr): Likewise.
4541 (mips64_linux_regsets_fetch_registers): Likewise.
4542 (mips64_linux_regsets_store_registers): Likewise.
4543 (mips64_linux_fetch_registers): Update call to
4544 mips64_linux_regsets_fetch_registers.
4545 (mips64_linux_store_registers): Update call to
4546 mips64_linux_regsets_store_registers.
4547 (mips_linux_read_description): Probe for DSP registers.
4548 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
4549 and initialize_tdesc_mips64_dsp_linux.
4550 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
4551 Remove padding of no longer used embedded register slots.
4552 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
4553 (MIPS_RESTART_REGNUM): Redefine enum value.
4554 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
4555 strings.
4556 (mips_tx39_reg_names): Likewise.
4557 (mips_linux_reg_names): New array of register names for Linux
4558 targets.
4559 (mips_register_name): Check for a null pointer in
4560 mips_processor_reg_names and return an empty string.
4561 (mips_register_type): Exclude embedded registers for the IRIX
4562 and Linux ABIs.
4563 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
4564 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
4565 DSP registers.
4566 (mips_stab_reg_to_regnum): Handle DSP accumulators.
4567 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
4568 (mips_gdbarch_init): Likewise. Initialize internal register
4569 indices for the Linux ABI. Use dynamic numbers to refer to
4570 registers, as applicable, while parsing the target description.
4571 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
4572
4573 2012-03-01 Joel Brobecker <brobecker@adacore.com>
4574
4575 * frame.h (read_frame_register_unsigned): Fix typo in function
4576 description.
4577
4578 2012-03-01 Pedro Alves <palves@redhat.com>
4579
4580 * jit-reader.in [!__cplusplus]
4581 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
4582
4583 2012-03-01 Pedro Alves <palves@redhat.com>
4584
4585 * configure.ac (build_warnings): Add -Wmissing-prototypes.
4586 * configure: Regenerate.
4587
4588 2012-03-01 Pedro Alves <palves@redhat.com>
4589
4590 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
4591 * breakpoint.c (create_exception_master_breakpoint, trace_command)
4592 (ftrace_command, strace_command): Make static.
4593 * d-lang.c (_initialize_d_language): Declare.
4594 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
4595 * dwarf2loc.c (_initialize_dwarf2loc):
4596 * dwarf2read.c (process_psymtab_comp_unit): Make static.
4597 * exec.c (exec_get_section_table): Make static.
4598 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
4599 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
4600 * inferior.c (remove_inferior_command, add_inferior_command)
4601 (clone_inferior_command): Make static.
4602 * linux-nat.c (linux_nat_thread_address_space)
4603 (linux_nat_core_of_thread): Make static.
4604 * linux-tdep.c (_initialize_linux_tdep): Declare.
4605 * objc-lang.c (_initialize_objc_lang): Declare.
4606 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
4607 Make static.
4608 (_initialize_opencl_language): Declare.
4609 * record.c (_initialize_record): Declare.
4610 * remote.c (demand_private_info, remote_get_tib_address)
4611 (remote_supports_cond_tracepoints)
4612 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
4613 Make static.
4614 * skip.c (_initialize_step_skip): Declare.
4615 * symtab.c (skip_prologue_using_lineinfo): Make static.
4616 * tracepoint.c (delete_trace_state_variable)
4617 (trace_variable_command, delete_trace_variable_command)
4618 (get_uploaded_tsv, find_matching_tracepoint_location)
4619 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
4620 Make static.
4621 * value.c (pack_unsigned_long): Make static.
4622 * varobj.c (varobj_ensure_python_env): Make static.
4623 * windows-tdep.c (_initialize_windows_tdep): Declare.
4624 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
4625
4626 2012-03-01 Pedro Alves <palves@redhat.com>
4627
4628 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
4629 gdbarch parameter.
4630 (linux_init_abi): Install it as has_shared_address_space gdbarch
4631 callback.
4632
4633 2012-03-01 Pedro Alves <palves@redhat.com>
4634
4635 * observer.c (observer_test_first_notification_function)
4636 (observer_test_second_notification_function)
4637 (observer_test_third_notification_function): Add declarations.
4638
4639 2012-03-01 Pedro Alves <palves@redhat.com>
4640
4641 * common/signals.c (default_target_signal_to_host)
4642 (default_target_signal_from_host): Move ...
4643 * arch-utils.c: ... here.
4644 * arch-utils.h (default_target_signal_to_host)
4645 (default_target_signal_from_host): Declare.
4646
4647 * common/signals.c (target_signal_from_command): Move ...
4648 * infrun.c: ... here.
4649 * inferior.h (target_signal_from_command): Declare.
4650 * target.h (target_signal_from_command)
4651 (default_target_signal_from_host, default_target_signal_to_host):
4652 Delete declarations.
4653
4654 * common/signals.c (_initialize_signals): Delete.
4655
4656 2012-03-01 Pedro Alves <palves@redhat.com>
4657
4658 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
4659 both __cplusplus and !__cplusplus.
4660
4661 2012-03-01 Pedro Alves <palves@redhat.com>
4662
4663 * psymtab.c (find_and_open_source): Delete declaration.
4664 * source.c (find_and_open_source): Move comment ...
4665 * source.h (find_and_open_source): ... to this new declaration.
4666
4667 2012-03-01 Pedro Alves <palves@redhat.com>
4668
4669 * inline-frame.c: Include inline-frame.h.
4670
4671 2012-03-01 Pedro Alves <palves@redhat.com>
4672
4673 * tui/tui-data.c (set_gen_win_origin): Delete.
4674 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
4675 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
4676
4677 2012-03-01 Pedro Alves <palves@redhat.com>
4678
4679 * remote.c (encode_actions): Delete declaration.
4680 * tracepoint.c (encode_actions): Make extern.
4681 * tracepoint.h (encode_actions): Declare.
4682
4683 2012-03-01 Pedro Alves <palves@redhat.com>
4684
4685 * python/py-breakpoint.c: Include python.h.
4686 * python/py-continueevent.c (create_continue_event_object): Make
4687 static.
4688 * python/py-lazy-string.c (stpy_get_type): Make static.
4689 * python/py-newobjfileevent.c (create_new_objfile_event_object):
4690 Make static.
4691 * python/py-utils.c (unicode_to_target_python_string): Make
4692 static.
4693 * python/py-value.c: Include python.h.
4694
4695 2012-03-01 Pedro Alves <palves@redhat.com>
4696
4697 * inferior.c (delete_threads_of_inferior): Delete.
4698
4699 2012-03-01 Pedro Alves <palves@redhat.com>
4700
4701 Import fallback definitions from glibc.
4702
4703 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
4704 ps_prochandle): Forward declare.
4705 (ps_err_e): Use glibc's comments.
4706 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
4707 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
4708 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
4709 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
4710 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
4711 (struct ps_prochandle): Adjust comment.
4712
4713 2012-03-01 Pedro Alves <palves@redhat.com>
4714
4715 * ada-lang.c (ada_modulus_from_name): Delete.
4716 * ada-lex.l (lexer_init): Make static.
4717
4718 2012-03-01 Pedro Alves <palves@redhat.com>
4719
4720 PR gdb/13767
4721
4722 * frame.c (read_frame_register_unsigned): New.
4723 * frame.h (read_frame_register_unsigned): Declare.
4724 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
4725 Handle it.
4726 (print_i387_control_word): New parameter `control_p'. Handle it.
4727 (i387_print_float_info): Handle unavailable float registers.
4728
4729 2012-03-01 Keith Seitz <keiths@redhat.com>
4730
4731 * linespec.c (decode_line_2): Sort the list of methods
4732 alphabetically before presenting the user with a selection
4733 menu.
4734
4735 2012-03-01 Doug Evans <dje@google.com>
4736
4737 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
4738 has_namespace_info.
4739 (dwarf2_read_abbrevs): Remove corresponding initialization.
4740
4741 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
4742
4743 * NEWS: Mention new python command class gdb.COMMAND_USER.
4744 * cli/cli-cmds.c (show_user): Print error when used on a python
4745 command.
4746 (init_cli_cmds): Update documentation strings for "show user" and
4747 "set/show max-user-call-depth" to clarify that it does not apply to
4748 python commands.
4749 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
4750 error check.
4751 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
4752 gdb python api.
4753 * top.c (execute_command): Only execute a user-defined command as a
4754 legacy macro if c->user_commands is set.
4755
4756 2012-03-01 Tom Tromey <tromey@redhat.com>
4757
4758 * valprint.h (struct generic_val_print_decorations): New.
4759 (generic_val_print): Declare.
4760 * valprint.c (generic_val_print): New function.
4761 * p-valprint.c (p_decorations): New global.
4762 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
4763 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
4764 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
4765 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
4766 * m2-valprint.c (m2_decorations): New global.
4767 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
4768 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
4769 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
4770 TYPE_CODE_ERROR>: Call generic_val_print.
4771 * f-valprint.c (f_decorations): New global.
4772 (f_val_print): Use print_function_pointer_address.
4773 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
4774 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
4775 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
4776 generic_val_print.
4777 * c-valprint.c (c_decorations): New global.
4778 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
4779 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
4780 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
4781 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
4782 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
4783 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
4784 case.
4785
4786 2012-03-01 Tom Tromey <tromey@redhat.com>
4787
4788 * valprint.c (val_print): Update.
4789 * p-valprint (pascal_val_print): Return void.
4790 * p-lang.h (pascal_val_print): Return void.
4791 * m2-valprint.c (m2_val_print): Return void.
4792 * m2-lang.h (m2_val_print): Return void.
4793 * language.h (struct language_defn) <la_val_print>: Return void.
4794 * language.c (unk_lang_val_print): Return void.
4795 * jv-valprint.c (java_val_print): Return void.
4796 * jv-lang.h (java_val_print): Return void.
4797 * f-valprint.c (f_val_print): Return void.
4798 * f-lang.h (f_val_print): Return void.
4799 * d-valprint.c (d_val_print): Return void.
4800 (dynamic_array_type): Update.
4801 * d-lang.h (d_val_print): Return void.
4802 * c-valprint.c (c_val_print): Return void.
4803 * c-lang.h (c_val_print): Return void.
4804 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
4805 void.
4806 * ada-lang.h (ada_val_print): Return void.
4807
4808 2012-03-01 Tom Tromey <tromey@redhat.com>
4809
4810 * value.h (val_print): Return void.
4811 * valprint.c (val_print): Return void.
4812
4813 2012-03-01 Tom Tromey <tromey@redhat.com>
4814
4815 * value.h (common_val_print): Return void.
4816 * valprint.c (common_val_print): Return void.
4817
4818 2012-03-01 Tom Tromey <tromey@redhat.com>
4819
4820 * value.h (value_print): Return void.
4821 * valprint.c (value_print): Return void.
4822 * p-valprint.c (pascal_value_print): Return void.
4823 * p-lang.h (pascal_value_print): Return void.
4824 * language.h (struct language_defn) <la_value_print>: Return
4825 void.
4826 * language.c (unk_lang_value_print): Return void.
4827 * jv-valprint.c (java_value_print): Return void.
4828 * jv-lang.h (java_value_print): Return void.
4829 * f-valprint.c (c_value_print): Don't declare.
4830 Include c-lang.h.
4831 * c-valprint.c (c_value_print): Return void.
4832 * c-lang.h (c_value_print): Return void.
4833 * ada-valprint.c (ada_value_print): Return void.
4834 * ada-lang.h (ada_value_print): Return void.
4835
4836 2012-03-01 Tom Tromey <tromey@redhat.com>
4837
4838 * value.c (value_primitive_field): Handle virtual base classes.
4839
4840 2012-03-01 Tom Tromey <tromey@redhat.com>
4841
4842 * gdbtypes.h (struct vbase): Remove.
4843
4844 2012-03-01 Tom Tromey <tromey@redhat.com>
4845
4846 * c-valprint.c (print_function_pointer_address): Move...
4847 * valprint.c: ... here. Make non-static.
4848 * m2-valprint.c (print_function_pointer_address): Remove.
4849 * valprint.h (print_function_pointer_address): Declare.
4850
4851 2012-03-01 Joel Brobecker <brobecker@adacore.com>
4852
4853 * NEWS: Document the fact that one can provide a condition when
4854 creating an Ada exception catchpoint.
4855
4856 2012-03-01 Tom Tromey <tromey@redhat.com>
4857
4858 * valprint.c (val_print_type_code_flags): Fix placement of
4859 trailing brace.
4860
4861 2012-03-01 Joel Brobecker <brobecker@adacore.com>
4862
4863 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
4864 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
4865 environment variable before calling update-copyright.
4866
4867 2012-03-01 Joel Brobecker <brobecker@adacore.com>
4868
4869 * gnulib/extra/update-copyright: Update to the latest from
4870 gnulib's git repository.
4871 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
4872 variable to 2 instead of 1.
4873
4874 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4875
4876 * varobj.c (c_value_of_variable): Remove dead code.
4877
4878 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4879
4880 * ada-lex.p (processId): Do not modify already encoded IDs.
4881 Update function documentation.
4882
4883 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4884
4885 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
4886 "name" with "struct symbol *name_sym".
4887 * ada-exp.y (write_var_or_type): Update call to
4888 ada_find_renaming_symbol.
4889 "name" with "struct symbol *name_sym". Adjust Implementation
4890 accordingly. Adjust the function documentation.
4891
4892 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4893
4894 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
4895 * ada-lang.c (ada_find_any_type): Add advance declaration.
4896 Make static. Replace ada_find_any_symbol by
4897 ada_find_any_type_symbol.
4898 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
4899 Improve function description. Make static.
4900 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
4901 Replace ada_find_any_symbol by ada_find_any_type_symbol.
4902
4903 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4904
4905 * ada-lang.c (struct tag_args): Delete.
4906 (ada_get_tsd_type): Function body moved up in source file.
4907 (ada_tag_name_1, ada_tag_name_2): Delete.
4908 (ada_get_tsd_from_tag): New function.
4909 (ada_tag_name_from_tsd): New function.
4910 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
4911 to determine the tag name.
4912
4913 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4914
4915 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
4916 declaration.
4917 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
4918 function.
4919
4920 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4921
4922 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
4923
4924 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4925
4926 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
4927 full searches.
4928
4929 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4930
4931 * ada-lang.c (constrained_packed_array_type): If there is a
4932 parallel XA type, use it to determine the array index type.
4933
4934 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4935
4936 * ada-valprint.c (ada_val_print_1): If our value is a reference
4937 to an array descriptor, dereference it before converting it
4938 to a simple array.
4939
4940 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4941
4942 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
4943 creating fixed value.
4944 (ada_value_ind, ada_coerce_ref, assign_component)
4945 (ada_evaluate_subexp): Remove call to unwrap_value before
4946 call to ada_to_fixed_value.
4947
4948 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4949
4950 * ada-lang.c (to_fixed_array_type): Set result's type name.
4951
4952 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4953
4954 * ada-lang.c (catch_ada_exception_command_split): Add new
4955 argument cond_string. Add support for condition at end of
4956 "catch exception" commands.
4957 (ada_decode_exception_location): Add new argument cond_string.
4958 Update call to catch_ada_exception_command_split.
4959 (create_ada_exception_catchpoint): Add new argument cond_string.
4960 Set the breakpoint condition if needed.
4961 (catch_ada_exception_command): Update call to
4962 ada_decode_exception_location.
4963 (ada_decode_assert_location): Add function documentation.
4964 Add support for condition at end of "catch assert" command.
4965 (catch_assert_command): Update calls to ada_decode_assert_location
4966 and create_ada_exception_catchpoint.
4967
4968 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4969
4970 Fix disp-step-syscall.exp: fork: single step over fork.
4971 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
4972 (i386_linux_get_syscall_number_from_regcache): ... here, new function
4973 comment, change parameters gdbarch and ptid to regcache. Remove
4974 parameter regcache, initialize gdbarch from regcache here.
4975 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
4976 New functions.
4977 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
4978 instead.
4979 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
4980 'syscall'. Make the 'int' check more strict.
4981
4982 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4983
4984 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
4985 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
4986 (i386_linux_intx80_sysenter_syscall_record): ... here.
4987 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
4988 Use the renamed function name.
4989
4990 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4991
4992 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
4993 * breakpoint.c (until_break_command): Likewise.
4994 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
4995 * infcall.c (call_function_by_hand): Likewise.
4996 * infcmd.c (finish_forward): Likewise.
4997 * infrun.c (insert_exception_resume_breakpoint): Likewise.
4998
4999 2012-02-28 Tristan Gingold <gingold@adacore.com>
5000
5001 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
5002 avoid variable assignments inside condition.
5003
5004 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5005
5006 Fix static analysis issue found by cppcheck.
5007 * microblaze-tdep.c (microblaze_extract_return_value): Fix
5008 uninitialized BUF for size 2.
5009
5010 2012-02-27 Chris Dearman <chris@mips.com>
5011 Nathan Froyd <froydnj@codesourcery.com>
5012 Maciej W. Rozycki <macro@codesourcery.com>
5013
5014 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
5015 (mips16_instruction_has_delay_slot): Likewise.
5016 (mips_segment_boundary): Likewise.
5017 (mips_adjust_breakpoint_address): Likewise.
5018 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
5019
5020 2012-02-27 Maciej W. Rozycki <macro@mips.com>
5021 Maciej W. Rozycki <macro@codesourcery.com>
5022
5023 * infrun.c (handle_inferior_event): Don't proceed through
5024 shared library trampolines if stepping at the machine
5025 instruction level.
5026
5027 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
5028
5029 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
5030 too.
5031
5032 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
5033
5034 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
5035 (sh_stub_unwind_sniffer): New functions.
5036 (sh_stub_unwind): New variable.
5037 (sh_gdbarch_init): Wire everything.
5038
5039 2012-02-27 Pedro Alves <palves@redhat.com>
5040
5041 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
5042 (linux_nat_post_attach_wait): Adjust to use
5043 linux_proc_pid_is_stopped.
5044 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
5045 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
5046 based on pid_is_stopped from both linux-nat.c and
5047 gdbserver/linux-low.c, and renamed.
5048
5049 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
5050
5051 * remote.c (remote_watchpoint_addr_within_range): New function.
5052 (init_remote_ops): Use it.
5053
5054 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
5055
5056 * target.h (target_watchpoint_addr_within_range): Document macro.
5057
5058 2012-02-24 Pedro Alves <palves@redhat.com>
5059
5060 * stack.c (set_last_displayed_sal): Issue internal_error instead
5061 of warning, and issue it after clearing the last displayed sal.
5062
5063 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5064 Pedro Alves <palves@redhat.com>
5065
5066 * breakpoint.c (until_break_command): Install breakpoints after
5067 all frame manipulations.
5068
5069 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
5070
5071 * remote.c (remote_supports_cond_breakpoints): New forward
5072 declaration.
5073 (remote_add_target_side_condition): New function.
5074 (remote_insert_breakpoint): Add target-side breakpoint
5075 conditional if supported.
5076 (remote_insert_hw_breakpoint): Likewise.
5077 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
5078 hook.
5079
5080 * target.c (update_current_target): Inherit
5081 to_supports_evaluation_of_breakpoint_conditions.
5082 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
5083
5084 * target.h (struct target_ops)
5085 <to_supports_evaluation_of_breakpoint_conditions>: New field.
5086 (target_supports_evaluation_of_breakpoint_conditions): New #define.
5087
5088 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
5089 (condition_evaluation_both, condition_evaluation_auto,
5090 condition_evaluation_host, condition_evaluation_target,
5091 condition_evaluation_enums, condition_evaluation_mode_1,
5092 condition_evaluation_mode): New static globals.
5093 (translate_condition_evaluation_mode): New function.
5094 (breakpoint_condition_evaluation_mode): New function.
5095 (gdb_evaluates_breakpoint_condition_p): New function.
5096 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
5097 (mark_breakpoint_modified): New function.
5098 (mark_breakpoint_location_modified): New function.
5099 (set_condition_evaluation_mode): New function.
5100 (show_condition_evaluation_mode): New function.
5101 (bp_location_compare_addrs): New function.
5102 (get_first_location_gte_addr): New helper function.
5103 (set_breakpoint_condition): Free condition bytecode if locations
5104 has become unconditional. Call mark_breakpoint_modified (...).
5105 (condition_command): Call update_global_location_list (1) for
5106 breakpoints.
5107 (breakpoint_xfer_memory): Use is_breakpoint (...).
5108 (is_breakpoint): New function.
5109 (parse_cond_to_aexpr): New function.
5110 (build_target_condition_list): New function.
5111 (insert_bp_location): Handle target-side conditional
5112 breakpoints and call build_target_condition_list (...).
5113 (update_inserted_breakpoint_locations): New function.
5114 (insert_breakpoint_locations): Handle target-side conditional
5115 breakpoints.
5116 (bpstat_check_breakpoint_conditions): Add comment.
5117 (bp_condition_evaluator): New function.
5118 (bp_location_condition_evaluator): New function.
5119 (print_breakpoint_location): Print information on where the condition
5120 will be evaluated.
5121 (print_one_breakpoint_location): Likewise.
5122 (init_bp_location): Call mark_breakpoint_location_modified (...) for
5123 breakpoint location.
5124 (force_breakpoint_reinsertion): New functions.
5125 (update_global_location_list): Handle target-side breakpoint
5126 conditions.
5127 Reinsert locations that are already inserted if conditions have
5128 changed.
5129 (bp_location_dtor): Free agent expression bytecode.
5130 (disable_breakpoint): Call mark_breakpoint_modified (...).
5131 Call update_global_location_list (...) with parameter 1 for breakpoints.
5132 (disable_command): Call mark_breakpoint_location_modified (...).
5133 Call update_global_location_list (...) with parameter 1 for breakpoints.
5134 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
5135 (enable_command): mark_breakpoint_location_modified (...).
5136 (_initialize_breakpoint): Update documentation and add
5137 condition-evaluation breakpoint subcommand.
5138
5139 * breakpoint.h: Include ax.h.
5140 (condition_list): New data structure.
5141 (condition_status): New enum.
5142 (bp_target_info) <cond_list>: New field.
5143 (bp_location) <condition_changed, cond_bytecode>: New fields.
5144 (is_breakpoint): New prototype.
5145
5146 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
5147
5148 * remote.c (remote_state) <cond_breakpoints>: New field.
5149 (PACKET_ConditionalBreakpoints): New enum.
5150 (remote_cond_breakpoint_feature): New function.
5151 (remote_protocol_features): Add new ConditionalBreakpoints entry.
5152 (remote_supports_cond_breakpoints): New function.
5153 (_initialize_remote): Add new packet configuration for
5154 target-side conditional breakpoints.
5155
5156 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
5157
5158 * NEWS: Mention target-side conditional breakpoint support,
5159 new condition-evaluation breakpoint subcommand and remote
5160 packet extensions.
5161
5162 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
5163
5164 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
5165 number.
5166
5167 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
5168
5169 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
5170 (after_prologue): Remove.
5171
5172 2012-02-23 Tom Tromey <tromey@redhat.com>
5173
5174 * jv-valprint.c (java_val_print): Remove dead code.
5175
5176 2012-02-23 Tristan Gingold <gingold@adacore.com>
5177
5178 * ada-tasks.c (struct ada_tasks_inferior_data): Add
5179 known_tasks_element and known_tasks_length fields.
5180 (read_known_tasks_array): Change argument type. Use pointer type
5181 and number of elements from DATA. Adjust.
5182 (read_known_tasks_list): Likewise.
5183 (get_known_tasks_addr): Remove.
5184 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
5185 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
5186 type and array length. Merge former get_known_tasks_addr code.
5187
5188 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5189
5190 PR backtrace/13716
5191 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
5192 it after set_momentary_breakpoint.
5193
5194 2012-02-22 Sterling Augustine <saugustine@google.com>
5195
5196 PR 13689:
5197 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
5198
5199 2012-02-22 Gary Benson <gbenson@redhat.com>
5200
5201 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
5202 (find_slot_in_mapped_hash): Likewise.
5203
5204 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5205
5206 PR build/13638
5207 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
5208 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
5209 * configure: Regenerate.
5210
5211 2012-02-21 Tristan Gingold <gingold@adacore.com>
5212 Pedro Alves <palves@redhat.com>
5213
5214 * ia64-tdep.c: Do not include libunwind-ia64.h.
5215 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
5216 Include libunwind-ia64.h instead of libunwind.h.
5217 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
5218 for libunwind.h existence.
5219 * configure, config.in: Regenerate.
5220
5221 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
5222
5223 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
5224 instead of value_rtti_target_type.
5225 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
5226 instead of value_rtti_target_type.
5227 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
5228 value_rtti_target_type.
5229 * valops.c (value_ind): Extract function readjust_indirect_value_type.
5230 (value_rtti_target_type): Rename to ...
5231 (value_rtti_indirect_type): ... here and make it indirect. Update
5232 function comment.
5233 * value.c (readjust_indirect_value_type): New function.
5234 (coerce_ref): Support for enclosing type setting for references
5235 with readjust_indirect_value_type.
5236 * value.h (readjust_value_type): New declaration.
5237 (value_rtti_target_type): Rename to ...
5238 (value_rtti_indirect_type): ... here.
5239
5240 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
5241
5242 * MAINTAINERS (Write After Approval): Add myself to the list.
5243
5244 2012-02-20 Doug Evans <dje@google.com>
5245
5246 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
5247 Rename objfile_p_char parameter to objfilep.
5248 (build_objfile_section_table): Result is now void. All callers
5249 updated.
5250 * objfiles.h (struct objfile): Tweak comments, whitespace.
5251 (build_objfile_section_table): Update.
5252
5253 * elfread.c (elf_symfile_segments): Fix warning text.
5254
5255 2012-02-20 Tom Tromey <tromey@redhat.com>
5256
5257 PR gdb/13498:
5258 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
5259 particular set of file names once.
5260 (dw2_map_symbol_filenames): Likewise.
5261
5262 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5263
5264 Code cleanup.
5265 * main.c (write_files): Remove the declaration.
5266 (external_editor_command): Move the declaration ...
5267 [GDBTK] (external_editor_command): ... here. Fix the comment.
5268
5269 2012-02-20 Tom Tromey <tromey@redhat.com>
5270
5271 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
5272 extraneous block.
5273
5274 2012-02-20 Tristan Gingold <gingold@adacore.com>
5275
5276 * darwin-nat.h (enum darwin_msg_state): Add comments.
5277
5278 2012-02-20 Tristan Gingold <gingold@adacore.com>
5279
5280 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
5281 value.
5282
5283 2012-20-18 Joel Brobecker <brobecker@adacore.com>
5284
5285 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
5286 between function description and implementation.
5287
5288 2012-02-17 Tom Tromey <tromey@redhat.com>
5289
5290 PR python/12070:
5291 * python/py-event.c (event_object_getset): New global.
5292 (event_object_type): Reference it.
5293 * python/py-type.c (field_object_getset): New global.
5294 (field_object_type): Reference it.
5295 * python/python-internal.h (gdb_py_generic_dict): Declare.
5296 * python/py-utils.c (gdb_py_generic_dict): New function.
5297
5298 2012-02-17 Tristan Gingold <gingold@adacore.com>
5299
5300 * solib-darwin.c (darwin_current_sos): Check magic and filetype
5301
5302 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
5303
5304 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
5305 TYPE_CALLING_CONVENTION annotation.
5306
5307 2012-02-16 Kevin Buettner <kevinb@redhat.com>
5308
5309 * MAINTAINERS: Add rx to target ISA section.
5310 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
5311 (ALLDEPFILES): Add rx-tdep.c.
5312
5313 2012-02-16 Tom Tromey <tromey@redhat.com>
5314
5315 * symfile.c (symbol_file_add_main_1): Use inferior's
5316 symfile_flags.
5317 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
5318 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
5319 inferior.
5320 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
5321 inferior.
5322 (follow_exec): Use inferior's symfile_flags.
5323 * inferior.h (struct inferior) <symfile_flags>: New field.
5324
5325 2012-02-16 Mike Frysinger <vapier@gentoo.org>
5326
5327 PR gdb/9734:
5328 * remote-sim.c (gdbsim_create_inferior): Call error() when
5329 sim_create_inferior() fails.
5330
5331 2012-02-16 Josh Matthews <josh@joshmatthews.net>
5332
5333 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
5334
5335 2012-02-16 Tom Tromey <tromey@redhat.com>
5336
5337 PR c++/13653:
5338 * thread.c (struct current_thread_cleanup) <was_removable>: New
5339 field.
5340 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
5341 (make_cleanup_restore_current_thread): Initialize new field.
5342
5343 2012-02-15 Kevin Buettner <kevinb@redhat.com>
5344
5345 * MAINTAINERS: Add rl78 to target ISA section.
5346 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
5347 (ALLDEPFILES): Add rl78-tdep.c.
5348 * NEWS: Mention rl78 as a new target.
5349
5350 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
5351
5352 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
5353 data.
5354 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
5355
5356 2012-02-15 Tom Tromey <tromey@redhat.com>
5357
5358 PR gdb/12659:
5359 * infcmd.c (registers_info): Print just the current register's
5360 name.
5361
5362 2012-02-15 Tom Tromey <tromey@redhat.com>
5363
5364 * python/py-symbol.c (sympy_value): Use _().
5365
5366 2012-02-15 Pedro Alves <palves@redhat.com>
5367
5368 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
5369 output to be like native targets'.
5370 (remote_pid_to_str): Special case the null ptid.
5371
5372 2012-02-14 Stan Shebs <stan@codesourcery.com>
5373
5374 * NEWS: Mention enable count command.
5375 * breakpoint.h (struct breakpoint): New field enable_count.
5376 * breakpoint.c (enable_breakpoint_disp): Add count argument.
5377 (enable_breakpoint): Add arg to call.
5378 (struct disp_data): New struct.
5379 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
5380 (do_map_enable_once_breakpoint): Create a struct and pass it.
5381 (do_map_enable_delete_breakpoint): Ditto.
5382 (do_map_enable_count_breakpoint): New function.
5383 (enable_count_command): New function.
5384 (bpstat_stop_status): Decrement enable_count.
5385 (print_one_breakpoint_location): Report enable count.
5386 (_initialize_breakpoint): Add enable count command.
5387
5388 2012-02-14 Kevin Buettner <kevinb@redhat.com>
5389
5390 * rl78-tdep.c (reggroups.h): Include.
5391 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
5392 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
5393 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
5394 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
5395 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
5396 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
5397 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
5398 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
5399 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
5400 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
5401 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
5402 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
5403 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
5404 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
5405 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
5406 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
5407 beginning of register list.
5408 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
5409 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
5410 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
5411 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
5412 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
5413 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
5414 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
5415 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
5416 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
5417 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
5418 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
5419 the pseudo registers. Rearrange other pseudo registers too so
5420 that the bank registers appear at the end.
5421 (rl78_register_type): Account for the fact that the byte sized
5422 bank registers are now pseudo-registers.
5423 (rl78_register_name): Rearrange the register name array. Make
5424 initial set of raw banked registers inaccessible.
5425 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
5426 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
5427 case for copying bytes back and forth between raw and pseudo
5428 versions of the banked registers. Update other cases to reflect
5429 the changed names.
5430 (rl78_return_value): Update to account for changed names of
5431 raw registers.
5432 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
5433 rl78_register_sim_regno().
5434
5435 2012-02-14 Kevin Buettner <kevinb@redhat.com>
5436
5437 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
5438 the name parameter being passed to find_pc_partial_function().
5439
5440 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5441
5442 * MAINTAINERS: Step down from being ia64 target maintainer.
5443
5444 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5445
5446 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
5447 compilation warning.
5448
5449 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5450
5451 Fix crash on loaded shlibs without loaded exec_bfd.
5452 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
5453 (set_section_command): Replace exec_bfd by p->bfd.
5454
5455 2012-02-10 Tom Tromey <tromey@redhat.com>
5456
5457 * linespec.c (decode_line_internal): Skip symtabs_from_filename
5458 when we have a C++ qualified name.
5459
5460 2012-02-10 Pedro Alves <palves@redhat.com>
5461
5462 * inferior.c (inferior_pid_to_str): New.
5463 (print_inferior, inferior_command): Use it.
5464
5465 2012-02-10 Pedro Alves <palves@redhat.com>
5466
5467 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
5468 the test CFLAGS.
5469 * configure: Regenerate.
5470
5471 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5472
5473 * linespec.c (decode_line_internal): Fix comment correctness.
5474
5475 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
5476
5477 PR gdb/12953
5478 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
5479 * amd64bsd-nat.c: Add support for debug registers (adapted from
5480 i386bsd-nat.c).
5481 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
5482 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
5483 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
5484 (amd64bsd_dr_get_control): New functions.
5485 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
5486 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
5487 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
5488 watchpoints initialization.
5489 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
5490
5491 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5492
5493 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
5494 flds_bnds.fields.
5495 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
5496
5497 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5498
5499 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
5500
5501 2012-02-08 Joel Brobecker <brobecker@adacore.com>
5502
5503 * language.h (symbol_name_cmp_ftype): Renames
5504 symbol_name_match_p_ftype.
5505 (struct language_defn)[la_get_symbol_name_cmp]: Renames
5506 la_get_symbol_name_match_p.
5507 * ada-lang.c (ada_get_symbol_name_cmp): Renames
5508 ada_get_symbol_name_match_p. Update comment.
5509 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
5510 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
5511 Renames symbol_name_match_p. Update field type.
5512 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
5513 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
5514 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
5515 "la_get_symbol_name_cmp" in comments.
5516 * language.c: Likewise.
5517
5518 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5519
5520 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
5521 %eflags offset.
5522 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
5523 (amd64_sol2_gregset32_reg_offs): Likewise.
5524
5525 2012-02-08 Joel Brobecker <brobecker@adacore.com>
5526
5527 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
5528 of the returned BFD is allocated by GDB.
5529
5530 2012-02-07 Tom Tromey <tromey@redhat.com>
5531
5532 PR python/12027:
5533 * python/python-internal.h (frame_object_type): Declare.
5534 * python/py-symbol.c (sympy_needs_frame): New function.
5535 (sympy_value): New function.
5536 (symbol_object_getset): Add "needs_frame".
5537 (symbol_object_methods): Add "value".
5538 * python/py-frame.c (frame_object_type): No longer static.
5539
5540 2012-02-07 Tom Tromey <tromey@redhat.com>
5541
5542 PR python/13599:
5543 * python/py-symbol.c (sympy_line): New function.
5544 (symbol_object_getset): Add "line".
5545
5546 2012-02-07 Tom Tromey <tromey@redhat.com>
5547
5548 * charset.c (find_charset_names): Check 'in' against NULL.
5549
5550 2012-02-06 Doug Evans <dje@google.com>
5551
5552 * gdbtypes.h (struct main_type): Change type of name,tag_name,
5553 and fields.name members from char * to const char *. All uses updated.
5554 (struct cplus_struct_type): Change type of fn_fieldlists.name member
5555 from char * to const char *. All uses updated.
5556 (type_name_no_tag): Update.
5557 (lookup_unsigned_typename, lookup_signed_typename): Update.
5558 * gdbtypes.c (type_name_no_tag): Change result type
5559 from char * to const char *. All callers updated.
5560 (lookup_unsigned_typename, lookup_signed_typename): Change type of
5561 name parameter from char * to const char *.
5562 * symtab.h (struct cplus_specific): Change type of demangled_name
5563 member from char * to const char *. All uses updated.
5564 (struct general_symbol_info): Change type of name and
5565 mangled_lang.demangled_name members from char * to const char *.
5566 All uses updated.
5567 (symbol_get_demangled_name, symbol_natural_name): Update.
5568 (symbol_demangled_name, symbol_search_name): Update.
5569 * symtab.c (symbol_get_demangled_name): Change result type
5570 from char * to const char *. All callers updated.
5571 (symbol_natural_name, symbol_demangled_name): Ditto.
5572 (symbol_search_name): Ditto.
5573 (completion_list_add_name): Change type of symname,sym_text,
5574 text,word parameters from char * to const char *.
5575 (completion_list_objc_symbol): Change type of sym_text,
5576 text,word parameters from char * to const char *.
5577 * ada-lang.c (find_struct_field): Change type of name parameter
5578 from char * to const char *.
5579 (encoded_ordered_before): Similarly for N0,N1 parameters.
5580 (old_renaming_is_invisible): Similarly for function_name parameter.
5581 (ada_type_name): Change result type from char * to const char *.
5582 All callers updated.
5583 * ada-lang.h (ada_type_name): Update.
5584 * buildsym.c (hashname): Change type of name parameter
5585 from char * to const char *.
5586 * buildsym.h (hashname): Update.
5587 * dbxread.c (end_psymtab): Change type of include_list parameter
5588 from char ** to const char **.
5589 * dwarf2read.c (determine_prefix): Change result type
5590 from char * to const char *. All callers updated.
5591 * f-lang.c (find_common_for_function): Change type of name, funcname
5592 parameters from char * to const char *.
5593 * f-lang.c (find_common_for_function): Update.
5594 * f-valprint.c (list_all_visible_commons): Change type of funcname
5595 parameters from char * to const char *.
5596 * gdbarch.sh (static_transform_name): Change type of name parameter
5597 and result from char * to const char *.
5598 * gdbarch.c: Regenerate.
5599 * gdbarch.h: Regenerate.
5600 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
5601 of name parameter from char * to const char *.
5602 * jv-lang.c (java_primitive_type_from_name): Ditto.
5603 (java_demangled_signature_length): Similarly for signature parameter.
5604 (java_demangled_signature_copy): Ditto.
5605 (java_demangle_type_signature): Ditto.
5606 * jv-lang.h (java_primitive_type_from_name): Update.
5607 (java_demangle_type_signature): Update.
5608 * objc-lang.c (specialcmp): Change type of a,b parameters
5609 from char * to const char *.
5610 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
5611 from char * to const char *. All callers updated.
5612 * p-lang.h (is_pascal_string_type): Update.
5613 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
5614 of name parameter from char * to const char *.
5615 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
5616 * utils.c (fprintf_symbol_filtered): Ditto.
5617 * defs.h (fprintf_symbol_filtered): Update.
5618 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
5619 * stabsread.h (end_psymtab): Update.
5620 * stack.c (find_frame_funname): Change type of funname parameter
5621 from char ** to const char **.
5622 * stack.h (find_frame_funname): Update.
5623 * typeprint.c (type_print): Change type of varstring parameter
5624 from char * to const char *.
5625 * value.h (type_print): Update.
5626 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
5627 from char * to const char *. All callers updated.
5628 (xcoff_end_psymtab): Change type of include_list parameter
5629 from char ** to const char **. All callers updated.
5630 (swap_sym): Similarly for name parameter. All callers updated.
5631 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
5632 Use xstrdup.
5633 (process_coff_symbol): Use xstrdup.
5634 * stabsread.c (stabs_method_name_from_physname): Renamed from
5635 update_method_name_from_physname. Change result type from void
5636 to char *. All callers updated.
5637 (read_member_functions): In has_destructor case, store name in objfile
5638 obstack instead of malloc space. In !has_stub case, fix mem leak.
5639
5640 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
5641
5642 * configure: Rebuild.
5643 * configure.ac: Put -L../bfd and -L../libiberty at the front of
5644 LDFLAGS.
5645
5646 2012-02-03 Kevin Buettner <kevinb@redhat.com>
5647
5648 * configure.tgt (rl78-*-elf): New target.
5649 * rl78-tdep.c: New file.
5650
5651 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5652
5653 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
5654 and continue the loop. Add QUIT statement.
5655
5656 2012-02-03 Tom Tromey <tromey@redhat.com>
5657
5658 PR gdb/13596:
5659 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
5660 bfd_lookup_symbol_from_symtab.
5661 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
5662 gdb_bfd_lookup_symbol_from_symtab.
5663
5664 2012-02-03 Joel Brobecker <brobecker@adacore.com>
5665
5666 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
5667 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
5668 symbol. Add assertion that sym2 is never NULL.
5669
5670 2012-02-02 Doug Evans <dje@google.com>
5671
5672 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
5673 "name" parameter to const char ** from char **. All callers updated.
5674 (find_pc_partial_function): Ditto.
5675 (cache_pc_function_name): Change type to const char * from char *.
5676 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
5677 (find_pc_partial_function): Update.
5678 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
5679 type of "name" parameter to const char * from char *.
5680 All uses updated.
5681 * arch-utils.c (generic_in_solib_return_trampoline): Change
5682 type of "name" parameter to const char * from char *.
5683 * arch-utils.h (generic_in_solib_return_trampoline): Update.
5684 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
5685 type of "name" parameter to const char * from char *.
5686 * gdbarch.sh (in_solib_return_trampoline): Ditto.
5687 * gdbarch.c: Regenerate.
5688 * gdbarch.h: Regenerate.
5689 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
5690 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
5691 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
5692 type of "name" parameter to const char * from char *.
5693 * skip.c (skip_function_pc): Ditto.
5694 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
5695 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
5696 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
5697 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
5698 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
5699 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
5700 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
5701 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
5702 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
5703
5704 2012-02-02 Pedro Alves <palves@redhat.com>
5705
5706 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
5707 the current inferior has no execution. Make sure the current
5708 remote process matches gdb's current inferior.
5709
5710 2012-02-02 Tom Tromey <tromey@redhat.com>
5711
5712 PR gdb/13405:
5713 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
5714 read-only memory.
5715
5716 2012-02-02 Tom Tromey <tromey@redhat.com>
5717
5718 PR gdb/9307:
5719 * symtab.c (lookup_language_this): Set block_found.
5720
5721 2012-02-01 Tom Tromey <tromey@redhat.com>
5722
5723 PR gdb/13431:
5724 * jit.c (struct jit_inferior_data): Rewrite.
5725 (struct jit_objfile_data): New.
5726 (get_jit_objfile_data): New function.
5727 (add_objfile_entry): Update.
5728 (jit_read_descriptor): Return int. Replace descriptor_addr
5729 argument with inf_data. Update. Don't call error.
5730 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
5731 descriptor here.
5732 (jit_inferior_init): Don't look up descriptor. Don't call error.
5733 (jit_reset_inferior_data_and_breakpoints)
5734 (jit_inferior_created_observer): Remove.
5735 (jit_inferior_exit_hook): Update.
5736 (jit_executable_changed_observer): Remove.
5737 (jit_event_handler): Update.
5738 (free_objfile_data): Reset inferior data if needed.
5739 (_initialize_jit): Update.
5740
5741 2012-02-01 Tom Tromey <tromey@redhat.com>
5742
5743 * jit.c (bfd_open_from_target_memory): Move higher in file.
5744
5745 2012-02-01 Tristan Gingold <gingold@adacore.com>
5746
5747 * libunwind-frame.c (libunwind_load): Display message if dlopen
5748 failed.
5749
5750 2012-02-01 Gary Benson <gbenson@redhat.com>
5751
5752 * symtab.h (symbol_found_callback_ftype): New typedef.
5753 (iterate_over_symbols): Use the above.
5754 * symtab.c (iterate_over_symbols): Likewise.
5755 * language.h (language_defn->la_iterate_over_symbols): Likewise.
5756 * ada-lang.c (ada_iterate_over_symbols): Likewise.
5757 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
5758 (iterate_name_matcher): Document return values.
5759 (collect_one_symbol): Likewise.
5760 (collect_function_symbols): Likewise.
5761 (collect_symbols): Likewise.
5762
5763 2012-02-01 Tom Tromey <tromey@redhat.com>
5764
5765 * ada-lang.c (resolve_subexp): Update.
5766 (ada_lookup_symbol_list): Add 'full_search' argument.
5767 (ada_iterate_over_symbols): Pass 0 as full_search argument to
5768 ada_lookup_symbol_list.
5769 (ada_lookup_encoded_symbol): Update.
5770 (get_var_value): Update.
5771 * ada-exp.y (block_lookup): Update.
5772 (write_var_or_type): Update.
5773 (write_name_assoc): Update.
5774 * ada-lang.h (ada_lookup_symbol_list): Update.
5775
5776 2012-01-31 Tom Tromey <tromey@redhat.com>
5777
5778 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
5779 comment.
5780
5781 2012-01-31 Doug Evans <dje@google.com>
5782
5783 * symtab.h: Remove outdated comment.
5784 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
5785
5786 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
5787
5788 Fix build error in Darwin port.
5789 * i386-darwin-nat.c: Include i386-nat.h.
5790
5791 2012-01-30 Tom Tromey <tromey@redhat.com>
5792
5793 PR breakpoints/13568:
5794 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
5795 argument. Check for recursive includes.
5796 (dwarf_decode_macros): Create an include hash.
5797
5798 2012-01-30 Michael Eager <eager@eagercon.com>
5799
5800 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
5801 * ppc-linux-tdep.c: Include glibc-tdep.h.
5802 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
5803 (powerpc_linux_in_plt_stub): New function.
5804 (powerpc_linux_in_dynsym_resolve_code): New function.
5805 (ppc_skip_trampoline_code): New function.
5806 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
5807 Use glibc_skip_solib_resolver.
5808
5809 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5810
5811 Code cleanup: Make 1440 bytes of data segment read-only.
5812 * arch-utils.c (endian_enum): Make it const char *const [].
5813 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
5814 Likewise.
5815 * breakpoint.c (always_inserted_enums): Likewise.
5816 * cli/cli-cmds.c (script_ext_enums): Likewise.
5817 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
5818 enumlist parameter const char *const *.
5819 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
5820 const char *const *.
5821 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
5822 parameter const char *const *.
5823 * cris-tdep.c (cris_modes): Make it const char *const [].
5824 * filesystem.c (target_file_system_kinds): Likewise.
5825 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
5826 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
5827 (can_use_displaced_stepping_enum, scheduler_enums)
5828 (exec_direction_names): Likewise.
5829 * language.c (_initialize_language): Make the type_or_range_names and
5830 case_sensitive_names variables const char *const [].
5831 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
5832 * python/python.c (python_excp_enums): Likewise.
5833 * remote.c (interrupt_sequence_modes): Likewise.
5834 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
5835 * serial.c (logbase_enums): Likewise.
5836 * sh-tdep.c (sh_cc_enum): Likewise.
5837 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
5838 Likewise.
5839 * symtab.c (multiple_symbols_modes): Likewise.
5840 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
5841 Likewise.
5842 * utils.c (internal_problem_modes): Likewise.
5843
5844 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5845
5846 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
5847 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
5848 result.
5849
5850 2012-01-27 Doug Evans <dje@google.com>
5851
5852 * configure.ac (with_python): Fix absolute path handling for win32.
5853 * configure: Regenerate.
5854
5855 2012-01-26 Doug Evans <dje@google.com>
5856
5857 * symtab.c: Whitespace cleanup, no code changes.
5858
5859 * symtab.c (lookup_symbol_in_language): Improve comment.
5860 (lookup_symbol_aux): Fix comment.
5861
5862 * psymtab.c (add_psymbol_to_list): Result is now "void".
5863 * psympriv.h (add_psymbol_to_list): Update.
5864
5865 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
5866
5867 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5868
5869 Do not open script filenames twice.
5870 * cli/cli-cmds.c (source_script_from_stream): Pass to
5871 source_python_script also STREAM.
5872 * python/py-auto-load.c (source_section_scripts): Pass to
5873 source_python_script_for_objfile also STREAM.
5874 (auto_load_objfile_script): Pass to source_python_script_for_objfile
5875 also INPUT.
5876 * python/python-internal.h (source_python_script_for_objfile): New
5877 parameter file, rename parameter file to filename.
5878 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
5879 instead if !_WIN32. Update the function comment.
5880 (source_python_script, source_python_script_for_objfile)
5881 (source_python_script): New parameter file, rename parameter file to
5882 filename. Pass FILENAME to python_run_simple_file.
5883 * python/python.h (source_python_script): New parameter file, rename
5884 parameter file to filename.
5885
5886 2012-01-26 Pedro Alves <palves@redhat.com>
5887
5888 * corelow.c (core_has_fake_pid): Delete.
5889 (core_close): Delete references to `core_has_fake_pid'.
5890 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
5891 (core_open): Delete references to `core_has_fake_pid'.
5892 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
5893 the removed global.
5894
5895 2012-01-26 Joel Brobecker <brobecker@adacore.com>
5896
5897 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
5898 Remove language parameter from name_matcher. Adjust the comment.
5899 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
5900 Remove language parameter.
5901 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
5902 * linespec.c (iterate_name_matcher): Likewise.
5903 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
5904 name_matcher. Adjust call accordingly.
5905 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
5906 (maintenance_check_symtabs): Adjust type of parameter "fun".
5907 * psymtab.h (maintenance_check_symtabs): Likewise.
5908
5909 2012-01-26 Joel Brobecker <brobecker@adacore.com>
5910
5911 * language.h (symbol_name_match_p_ftype): New typedef.
5912 (struct language_defn): Replace field la_symbol_name_compare
5913 by la_get_symbol_name_match_p.
5914 * ada-lang.c (ada_get_symbol_name_match_p): New function.
5915 (ada_language_defn): Use it.
5916 * linespec.c (struct symbol_matcher_data): New type.
5917 (iterate_name_matcher): Rewrite.
5918 (iterate_over_all_matching_symtabs): Pass a pointer to
5919 a symbol_matcher_data struct to expand_symtabs_matching
5920 instead of just the lookup name.
5921 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
5922 opencl-lang.c, p-lang.c, language.c: Delete field
5923 la_symbol_name_compare, and replace by NULL for new field
5924 la_get_symbol_name_match_p.
5925 * symfile.h (struct quick_symbol_functions): Update comment.
5926
5927 2012-01-25 Tom Tromey <tromey@redhat.com>
5928
5929 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
5930 dereferencing.
5931
5932 2012-01-24 Tom Tromey <tromey@redhat.com>
5933
5934 PR symtab/12406:
5935 * solib.c (update_solib_list): Update the program space's
5936 added_solibs and deleted_solibs fields.
5937 * progspace.h (struct program_space) <added_solibs,
5938 deleted_solibs>: New fields.
5939 (clear_program_space_solib_cache): Declare.
5940 * progspace.c (release_program_space): Call
5941 clear_program_space_solib_cache.
5942 (clear_program_space_solib_cache): New function.
5943 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
5944 bpstat_stop_status. Use handle_solib_event.
5945 * breakpoint.c: Include gdb_regex.h.
5946 (print_solib_event): New function.
5947 (bpstat_print): Use print_solib_event.
5948 (bpstat_stop_status): Add special case for bp_shlib_event.
5949 (handle_solib_event): New function.
5950 (bpstat_what): Use handle_solib_event.
5951 (struct solib_catchpoint): New.
5952 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
5953 (breakpoint_hit_catch_solib, check_status_catch_solib)
5954 (print_it_catch_solib, print_one_catch_solib)
5955 (print_mention_catch_solib, print_recreate_catch_solib): New
5956 functions.
5957 (catch_solib_breakpoint_ops): New global.
5958 (catch_load_or_unload, catch_load_command_1)
5959 (catch_unload_command_1): New functions.
5960 (internal_bkpt_check_status): Add special case for
5961 bp_shlib_event.
5962 (internal_bkpt_print_it): Use print_solib_event.
5963 (initialize_breakpoint_ops): Initialize
5964 catch_solib_breakpoint_ops.
5965 (_initialize_breakpoint): Register "catch load" and "catch
5966 unload".
5967 * breakpoint.h (handle_solib_event): Declare.
5968 * NEWS: Add entry for "catch load" and "catch unload".
5969
5970 2012-01-24 Tom Tromey <tromey@redhat.com>
5971
5972 * ada-lang.c: Include gdb_vecs.h.
5973 * charset.c: Include gdb_vecs.h.
5974 * tracepoint.h: Include gdb_vecs.h.
5975 * gdb_vecs.h: New file.
5976
5977 2012-01-24 Pedro Alves <pedro@codesourcery.com>
5978
5979 * breakpoint.c (breakpoint_hit_catch_fork)
5980 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
5981 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
5982 * infrun.c (inferior_has_forked, inferior_has_vforked)
5983 (inferior_has_execd, inferior_has_called_syscall): Delete.
5984 (handle_syscall_event): Get syscall_number from the execution
5985 control state's wait status.
5986 (wait_for_inferior): Don't clear syscall_number.
5987
5988 2012-01-24 Pedro Alves <palves@redhat.com>
5989
5990 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
5991 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
5992 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
5993 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
5994 `ws' parameter.
5995 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
5996 false for events other than TARGET_SIGNAL_TRAP.
5997 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
5998 Add `ws' parameter.
5999 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
6000 events other than TARGET_SIGNAL_TRAP.
6001 (tracepoint_breakpoint_hit): Add `ws' parameter.
6002 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
6003 parameter.
6004 (bpstat_stop_status): Same.
6005 (pc_at_non_inline_function): Same.
6006 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
6007 to pass the current event's waitstatus to bpstat_stop_status
6008 and pc_at_non_inline_function.
6009
6010 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6011
6012 Code cleanup.
6013 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
6014 Update the function comment for it.
6015 (source_script_with_search): Call make_cleanup_fclose for STREAM.
6016 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
6017 for STREAM.
6018
6019 2012-01-24 Pedro Alves <palves@redhat.com>
6020
6021 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
6022 outside `bs->stop' block.
6023 (bpstat_what): Rework bp_shlib_event handling.
6024 (internal_bkpt_check_status): If the breakpoint is a
6025 bp_shlib_event, then set bs->stop and bs->print if
6026 stop_on_solib_events is set.
6027
6028 2012-01-24 Gary Benson <gbenson@redhat.com>
6029
6030 Delete #if 0'd out code.
6031 * stack.c (print_frame_label_vars): Remove.
6032 (catch_info): Likewise.
6033 (_initialize_stack): Remove "info catch" command.
6034 * NEWS: Mention the above.
6035
6036 2012-01-24 Pedro Alves <palves@redhat.com>
6037
6038 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
6039 it.
6040 (remote_notice_new_inferior): If the remote end doesn't support
6041 the multiprocess extensions, then the PID is fake.
6042 (add_current_inferior_and_thread): New.
6043 (remote_start_remote): Use it.
6044 (extended_remote_attach_1): Adjust.
6045 (extended_remote_create_inferior_1): Use
6046 add_current_inferior_and_thread.
6047
6048 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6049
6050 Fix watchpoints to be specific for each inferior.
6051 * breakpoint.c (watchpoint_in_thread_scope): Verify also
6052 current_program_space.
6053 * i386-nat.c (i386_inferior_data_cleanup): New.
6054 (i386_inferior_data_get): Replace variable inf_data_local by an
6055 inferior_data call.
6056 (i386_use_watchpoints): Initialize i386_inferior_data.
6057 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
6058 specific iterate_over_lwps.
6059
6060 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6061
6062 Fix watchpoints across inferior fork.
6063 * amd64-linux-nat.c (update_debug_registers_callback): Update the
6064 comment for linux_nat_iterate_watchpoint_lwps.
6065 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
6066 linux_nat_iterate_watchpoint_lwps.
6067 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
6068 * i386-linux-nat.c (update_debug_registers_callback): Update the
6069 comment for linux_nat_iterate_watchpoint_lwps.
6070 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
6071 linux_nat_iterate_watchpoint_lwps.
6072 (i386_linux_prepare_to_resume): New comment on Linux kernel.
6073 * i386-nat.c: Include inferior.h.
6074 (dr_mirror): Remove.
6075 (i386_inferior_data, struct i386_inferior_data)
6076 (i386_inferior_data_get): New.
6077 (i386_debug_reg_state): Use i386_inferior_data_get.
6078 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
6079 (i386_insert_watchpoint, i386_remove_watchpoint)
6080 (i386_stopped_data_address, i386_insert_hw_breakpoint)
6081 (i386_remove_hw_breakpoint): New variable state, use
6082 i386_debug_reg_state instead of DR_MIRROR.
6083 * linux-nat.c (delete_lwp): New declaration.
6084 (num_lwps): Move here from downwards.
6085 (delete_lwp_cleanup): New.
6086 (linux_child_follow_fork): Create new child_lp, call
6087 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
6088 PTRACE_DETACH.
6089 (num_lwps): Move upwards.
6090 (linux_nat_iterate_watchpoint_lwps): New.
6091 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
6092 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
6093
6094 2012-01-24 Joel Brobecker <brobecker@adacore.com>
6095
6096 GDB 7.4 released.
6097
6098 2012-01-23 Pedro Alves <palves@redhat.com>
6099
6100 * top.c (caution): Rename to ...
6101 (confirm): ... this.
6102 (show_caution): Rename to ...
6103 (show_confirm): ... this.
6104 (quit_cover): Adjust.
6105 (init_main): Adjust.
6106 * top.h (caution): Rename to ...
6107 (confirm): ... this.
6108 * utils.c (internal_vproblem, defaulted_query): Adjust.
6109
6110 2012-01-23 Pedro Alves <palves@redhat.com>
6111
6112 * top.c (caution): Update comment.
6113 (execute_command): Don't consider the current value of `caution'.
6114
6115 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6116
6117 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
6118
6119 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
6120
6121 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
6122 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
6123 * target.c (target_fileio_pwrite): Remove buffer address from
6124 debug output.
6125 (target_fileio_pread): Likewise.
6126
6127 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
6128
6129 * NEWS: Document remote "info proc" and "generate-core-file".
6130
6131 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
6132
6133 * gdbarch.sh (find_memory_regions): New callback.
6134 * gdbarch.c, gdbarch.h: Regenerate.
6135
6136 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
6137 callback before falling back to target method.
6138
6139 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
6140 (linux_target_install_ops): No longer install it.
6141
6142 * linux-tdep.c (linux_find_memory_regions): New function.
6143 (linux_init_abi): Install it.
6144
6145 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
6146
6147 * gdbarch.sh (make_corefile_notes): New architecture callback.
6148 * gdbarch.c: Regenerate.
6149 * gdbarch.h: Likewise.
6150
6151 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
6152 before target_make_corefile_notes. If NULL is returned, the
6153 target does not support core file generation.
6154
6155 * linux-nat.c: Include "linux-tdep.h".
6156 (find_signalled_thread, find_stop_signal): Remove.
6157 (linux_nat_do_thread_registers): Likewise.
6158 (struct linux_nat_corefile_thread_data): Likewise.
6159 (linux_nat_corefile_thread_callback): Likewise.
6160 (iterate_over_spus): Likewise.
6161 (struct linux_spu_corefile_data): Likewise.
6162 (linux_spu_corefile_callback): Likewise.
6163 (linux_spu_make_corefile_notes): Likewise.
6164 (linux_nat_collect_thread_registers): New function.
6165 (linux_nat_make_corefile_notes): Replace contents by call to
6166 linux_make_corefile_notes passing linux_nat_collect_thread_registers
6167 as native-only callback.
6168
6169 * linux-tdep.h: Include "bfd.h".
6170 (struct regcache): Add forward declaration.
6171 (linux_collect_thread_registers_ftype): New typedef.
6172 (linux_make_corefile_notes): Add prototype.
6173 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
6174 "regset.h", and "elf-bfd.h".
6175 (find_signalled_thread, find_stop_signal): New functions.
6176 (linux_spu_make_corefile_notes): Likewise.
6177 (linux_collect_thread_registers): Likewise.
6178 (struct linux_corefile_thread_data): New data structure.
6179 (linux_corefile_thread_callback): New funcion.
6180 (linux_make_corefile_notes): Likewise.
6181 (linux_make_corefile_notes_1): Likewise.
6182 (linux_init_abi): Install it.
6183
6184 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
6185
6186 * gdbarch.sh (info_proc): New callback.
6187 * gdbarch.c, gdbarch.h: Regenerate.
6188
6189 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
6190 before falling back to the target info_proc callback.
6191
6192 * linux-nat.c: Do not include "cli/cli-utils.h".
6193 (linux_nat_info_proc): Remove.
6194 (linux_target_install_ops): No longer install it.
6195
6196 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
6197 (read_mapping): New function.
6198 (linux_info_proc): Likewise.
6199 (linux_init_abi): Install it.
6200
6201 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
6202
6203 * defs.h (enum info_proc_what): Moved here from linux-nat.c
6204 * infcmd.c: (info_proc_cmd_1): New function.
6205 (info_proc_cmd): New function, moved here from equivalent routine
6206 orignally in linux-nat.c.
6207 (info_proc_cmd_mappings): Likewise.
6208 (info_proc_cmd_stat): Likewise.
6209 (info_proc_cmd_status): Likewise.
6210 (info_proc_cmd_cwd): Likewise.
6211 (info_proc_cmd_cmdline): Likewise.
6212 (info_proc_cmd_exe): Likewise.
6213 (info_proc_cmd_all): Likewise.
6214 (_initialize_infcmd): Install "info proc" command and subcommands.
6215
6216 * target.h (struct target_ops): Add to_info_proc.
6217 (target_info_proc): Add prototype.
6218 * target.c (target_info_proc): New function.
6219
6220 * procfs.c (procfs_info_proc): Add prototype.
6221 (info_proc_cmd): Rename into ...
6222 (procfs_info_proc): ... this. Update argument types as appropriate
6223 for a to_info_proc implementation. Handle "what" argument.
6224 (procfs_target): Install procfs_info_proc.
6225 (_initialize_procfs): No longer install "info proc" command.
6226
6227 * linux-nat.c: (enum info_proc_what): Remove.
6228 (linux_nat_info_proc_cmd_1): Rename into ...
6229 (linux_nat_info_proc): ... this. Update argument types as appropriate
6230 for a to_info_proc implementation.
6231 (linux_nat_info_proc_cmd): Remove.
6232 (linux_nat_info_proc_cmd_mappings): Likewise.
6233 (linux_nat_info_proc_cmd_stat): Likewise.
6234 (linux_nat_info_proc_cmd_status): Likewise.
6235 (linux_nat_info_proc_cmd_cwd): Likewise.
6236 (linux_nat_info_proc_cmd_cmdline): Likewise.
6237 (linux_nat_info_proc_cmd_exe): Likewise.
6238 (linux_nat_info_proc_cmd_all): Likewise.
6239 (linux_target_install_ops): Install linux_nat_info_proc.
6240 (_initialize_linux_nat): No longer install "info proc" command
6241 and subcommands.
6242
6243 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
6244
6245 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
6246 * config.in, configure: Regenerate.
6247
6248 * target.h (struct target_ops): Add to_fileio_readlink.
6249 (target_fileio_readlink): Add prototype.
6250 * target.c (target_fileio_readlink): New function.
6251
6252 * inf-child.c: Conditionally include <sys/param.h>.
6253 (inf_child_fileio_readlink): New function.
6254 (inf_child_target): Install it.
6255
6256 * remote.c (PACKET_vFile_readlink): New enum value.
6257 (remote_hostio_readlink): New function.
6258 (init_remote_ops): Install it.
6259 (_initialize_remote): Handle vFile:readlink packet type.
6260
6261 2012-01-20 Pedro Alves <palves@redhat.com>
6262 Ulrich Weigand <ulrich.weigand@linaro.org>
6263
6264 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
6265 * config.in, configure: Regenerate.
6266
6267 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
6268 to_fileio_pread, to_fileio_close, to_fileio_unlink.
6269 (target_fileio_open): Add prototype.
6270 (target_fileio_pwrite): Likewise.
6271 (target_fileio_pread): Likewise.
6272 (target_fileio_close): Likewise.
6273 (target_fileio_unlink): Likewise.
6274 (target_fileio_read_alloc): Likewise.
6275 (target_fileio_read_stralloc): Likewise.
6276
6277 * target.c: Include "gdb/fileio.h".
6278 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
6279 (default_fileio_target): New function.
6280 (target_fileio_open): Likewise.
6281 (target_fileio_pwrite): Likewise.
6282 (target_fileio_pread): Likewise.
6283 (target_fileio_close): Likewise.
6284 (target_fileio_unlink): Likewise.
6285 (target_fileio_close_cleanup): Likewise.
6286 (target_fileio_read_alloc_1): Likewise.
6287 (target_fileio_read_alloc): Likewise.
6288 (target_fileio_read_stralloc): Likewise.
6289
6290 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
6291 <fcntl.h>, and <unistd.h>.
6292 (inf_child_fileio_open_flags_to_host): New function.
6293 (inf_child_errno_to_fileio_error): Likewise.
6294 (inf_child_fileio_open): Likewise.
6295 (inf_child_fileio_pwrite): Likewise.
6296 (inf_child_fileio_pread): Likewise.
6297 (inf_child_fileio_close): Likewise.
6298 (inf_child_fileio_unlink): Likewise.
6299 (inf_child_target): Install to_fileio routines.
6300
6301 * remote.c (init_remote_ops): Install to_fileio routines.
6302
6303 2012-01-20 Pedro Alves <palves@redhat.com>
6304 Ulrich Weigand <ulrich.weigand@linaro.org>
6305
6306 * remote.c (remote_multi_process_p): Only check for multi-process
6307 protocol feature, do not check for extended protocol.
6308 (remote_supports_multi_process): Check for extended protocol here.
6309 (set_general_process): Likewise.
6310 (extended_remote_kill): Likewise.
6311 (remote_pid_to_str): Likewise.
6312 (remote_query_supported): Always query multiprocess mode.
6313
6314 2012-01-20 Pedro Alves <palves@redhat.com>
6315 Ulrich Weigand <ulrich.weigand@linaro.org>
6316
6317 * inferior.h (struct inferior): Add fake_pid_p.
6318 * inferior.c (exit_inferior_1): Clear fake_pid_p.
6319 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
6320 magic_null_ptid since the remote side doesn't provide a real PID.
6321
6322 2012-01-19 Tom Tromey <tromey@redhat.com>
6323
6324 * NEWS: Combine the two Python sections.
6325
6326 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6327
6328 * target.h (target_close): Update comment on the target's unpush state.
6329
6330 2012-01-19 Pedro Alves <palves@redhat.com>
6331
6332 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
6333 linux_nat_async directly instead of going through the target
6334 vector.
6335 * target.c (unpush_target): Close target after unpushing it, not
6336 before.
6337
6338 2012-01-19 Gary Benson <gbenson@redhat.com>
6339
6340 * mdebugread.c (sort_blocks): Replace integer constants with ones
6341 derived from FIRST_LOCAL_BLOCK.
6342
6343 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6344 Jan Kratochvil <jan.kratochvil@redhat.com>
6345
6346 PR gdb/9538
6347 * symfile.c (find_separate_debug_file): New function.
6348 (terminate_after_last_dir_separator): Likewise.
6349 (find_separate_debug_file_by_debuglink): Also try realpath.
6350 * configure.ac (AC_CHECK_FUNCS): Add lstat.
6351 * configure: Regenerate.
6352 * config.in: Regenerate.
6353
6354 2012-01-18 Doug Evans <dje@google.com>
6355
6356 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
6357 (main.o): Remove rule.
6358 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
6359 (--with-sysroot): Rewrite.
6360 * configure: Regenerate.
6361 * config.in: Regenerate.
6362
6363 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
6364
6365 * parse.c (initialize_expout): New function.
6366 (reallocate_expout): Likewise.
6367 (parse_exp_in_context): Use `initialize_expout' and
6368 `reallocate_expout' when appropriate.
6369
6370 2012-01-18 Pedro Alves <palves@redhat.com>
6371
6372 * record.c (struct record_breakpoint, record_breakpoint_p)
6373 (record_breakpoints): New.
6374 (record_insert_breakpoint, record_remove_breakpoint): Manage
6375 record breakpoints list. Only remove breakpoints from the
6376 inferior if they had been inserted there in the first place.
6377
6378 2012-01-17 Doug Evans <dje@google.com>
6379
6380 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
6381 if we know we don't have a file name to look for.
6382
6383 2012-01-17 Pedro Alves <palves@redhat.com>
6384
6385 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
6386 the frame's stop reason is UNWIND_UNAVAILABLE.
6387
6388 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6389
6390 Fix compilation error.
6391 * m2-exp.y (yyerror): Use ANSI C prototype.
6392
6393 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
6394
6395 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
6396 (growbuf_by_size): Likewise.
6397 (yyerror): Likewise.
6398 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
6399 (modblock): Remove variable (was #if 0'ed).
6400 (parse_number): Convert prototype from K&R to ANSI C.
6401 (yyerror): Likewise.
6402 * objc-exp.y (parse_number): Likewise.
6403 (yyerror): Likewise.
6404 (yylex): Remove #if 0'ed code.
6405 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
6406 (yyerror): Likewise.
6407
6408 2012-01-16 Tom Tromey <tromey@redhat.com>
6409
6410 * NEWS: Add item.
6411 * symtab.h (compare_filenames_for_search): Declare.
6412 * symtab.c (compare_filenames_for_search): New function.
6413 (iterate_over_some_symtabs): Use it.
6414 * symfile.h (struct quick_symbol_functions)
6415 <map_symtabs_matching_filename>: Change spec.
6416 * psymtab.c (partial_map_symtabs_matching_filename): Use
6417 compare_filenames_for_search. Update for new spec.
6418 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
6419 compare_filenames_for_search. Update for new spec.
6420 * breakpoint.c (clear_command): Use compare_filenames_for_search.
6421
6422 2012-01-16 Tom Tromey <tromey@redhat.com>
6423
6424 PR python/13281:
6425 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
6426 (struct main_type) <flag_flag_enum>: New field.
6427 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
6428 * NEWS: Add entries.
6429 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
6430 enums.
6431 * python/lib/gdb/printing.py (_EnumInstance): New class.
6432 (FlagEnumerationPrinter): Likewise.
6433
6434 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
6435
6436 * breakpoint.c (create_sals_from_address_default): New function.
6437 (create_breakpoints_sal_default): Likewise.
6438 (decode_linespec_default): Likewise.
6439 (is_marker_spec): Removed.
6440 (strace_marker_p): New function.
6441 (init_breakpoint_sal): Using `strace_marker_p' instead of
6442 `is_marker_spec'.
6443 (create_breakpoint): Call method `create_sals_from_address' from
6444 breakpoint_ops, replacing code that created SALs conditionally
6445 on the type of the breakpoint. Call method `create_breakpoints_sal',
6446 replacing code that created breakpoints conditionally on the type
6447 wanted.
6448 (base_breakpoint_create_sals_from_address): New function.
6449 (base_breakpoint_create_breakpoints_sal): Likewise.
6450 (base_breakpoint_decode_linespec): Likewise.
6451 (base_breakpoint_ops): Add methods
6452 `base_breakpoint_create_sals_from_address',
6453 `base_breakpoint_create_breakpoints_sal' and
6454 `base_breakpoint_decode_linespec'.
6455 (bkpt_create_sals_from_address): New function.
6456 (bkpt_create_breakpoints_sal): Likewise.
6457 (bkpt_decode_linespec): Likewise.
6458 (tracepoint_create_sals_from_address): Likewise.
6459 (tracepoint_create_breakpoints_sal): Likewise.
6460 (tracepoint_decode_linespec): Likewise.
6461 (strace_marker_create_sals_from_address): Likewise.
6462 (strace_marker_create_breakpoints_sal): Likewise.
6463 (strace_marker_decode_linespec): Likewise.
6464 (strace_marker_breakpoint_ops): New variable.
6465 (addr_string_to_sals): Remove `marker_spec'. Call method
6466 `decode_linespec' from breakpoint_ops, replacing code that decoded
6467 an address string into a SAL. Use `strace_marker_p' instead of
6468 `marker_spec'.
6469 (strace_command): Decide whether we are dealing with a static
6470 tracepoint with marker or not. Use the appropriate breakpoint_ops.
6471 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
6472 * breakpoint.h (linespec_result, linespec_sals): New forward
6473 declarations.
6474 (breakpoint_ops) <create_sals_from_address>,
6475 <create_breakpoints_sal>, <decode_linespec>: New methods.
6476
6477 2012-01-14 Doug Evans <dje@google.com>
6478
6479 * NEWS: Update text for "maint set python print-stack".
6480 It is deprecated in gdb 7.4 and deleted in 7.5.
6481
6482 2012-01-13 Eli Zaretskii <eliz@gnu.org>
6483
6484 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
6485 including curses.h.
6486
6487 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6488
6489 * configure: Regenerate.
6490 * config.in: Regenerate.
6491
6492 2012-01-12 Keith Seitz <keiths@redhat.com>
6493
6494 PR mi/10586
6495 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
6496 (ANONYMOUS_UNION_NAME): Define.
6497 (is_path_expr_parent): New function.
6498 (get_path_expr_parent): New function.
6499 (is_anonymous_child): New function.
6500 (create_child_with_value): If the child is anonymous and without
6501 a name, assign an object name to it.
6502 (c_describe_child): Use get_path_expr_parent to determine
6503 the parent expression.
6504 If there field represents an anonymous struct or union and
6505 has no name, set an appropriate display name and expression.
6506 (cplus_describe_child): Likewise.
6507
6508 2012-01-12 Pedro Alves <palves@redhat.com>
6509
6510 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
6511 available when %ebp is found to be zero (outermost).
6512
6513 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
6514
6515 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
6516 an internal gdb_static_assert.
6517 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
6518
6519 2012-01-11 Tom Tromey <tromey@redhat.com>
6520
6521 PR gdb/9598:
6522 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
6523 catch" and "catch throw".
6524
6525 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6526
6527 * blockframe.c (block_innermost_frame): Start search from selected
6528 frame, if present, or otherwise the current frame.
6529
6530 * c-exp.y (variable): Update innermost_block for
6531 'block COLONCOLON NAME' clause.
6532 * m2-exp.y (variable): Ditto.
6533 * objc-exp.y (variable): Ditto.
6534
6535 2012-01-10 Tom Tromey <tromey@redhat.com>
6536
6537 PR python/13199:
6538 * python/python.c (finish_python_initialization): Set sys.argv.
6539
6540 2012-01-10 Doug Evans <dje@google.com>
6541
6542 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
6543 "want_line_info". All callers updated.
6544 (dwarf_decode_lines_1): New function.
6545 (handle_DW_AT_stmt_list): Add function comment.
6546 New arg "want_line_info". All callers updated.
6547 (read_file_scope,read_type_unit_scope): Move comment from
6548 handle_DW_AT_stmt_list to here.
6549
6550 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6551
6552 Fix regression after libiberty/ update for GCC PR 6057 and others.
6553 * c-exp.y (operator) <OPERATOR DELETE>
6554 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
6555 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
6556 (make_builtin_type, make_name): New variable i, add gdb_assert.
6557 (operator) <OPERATOR NEW>: Update ARGS to 3.
6558 (operator) <OPERATOR DELETE>: Add trailing space.
6559 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
6560 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
6561 * cp-support.c (cp_canonicalize_string): Check NULL from
6562 cp_comp_to_string, call warning and return.
6563
6564 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6565
6566 Fix duplicate .o files after omitting libbfd.a.
6567 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
6568 (SFILES): Add corelow.c.
6569 (COMMON_OBS): Add corelow.o.
6570 (ALLDEPFILES): Remove corelow.c.
6571 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
6572 * config/alpha/alpha-osf3.mh: Likewise.
6573 * config/alpha/fbsd.mh: Likewise.
6574 * config/arm/nbsdaout.mh: Likewise.
6575 * config/arm/nbsdelf.mh: Likewise.
6576 * config/i386/i386gnu.mh: Likewise.
6577 * config/ia64/hpux.mh: Likewise.
6578 * config/ia64/linux.mh: Likewise.
6579 * config/m32r/linux.mh: Likewise.
6580 * config/m68k/linux.mh: Likewise.
6581 * config/mips/irix5.mh: Likewise.
6582 * config/mips/irix6.mh: Likewise.
6583 * config/pa/hpux.mh: Likewise.
6584 * config/pa/linux.mh: Likewise.
6585 * config/powerpc/aix.mh: Likewise.
6586 * config/sparc/linux.mh: Likewise.
6587 * config/sparc/linux64.mh: Likewise.
6588 * config/sparc/sol2.mh: Likewise.
6589 * config/vax/vax.mh: Likewise.
6590 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
6591 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
6592 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
6593 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
6594 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
6595 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
6596 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
6597 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
6598 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
6599 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
6600 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
6601 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
6602 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
6603 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
6604 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
6605 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
6606 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
6607 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
6608 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
6609 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
6610 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
6611 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
6612 corelow.o from gdb_target_obs.
6613 * corefile.c (core_target): Update the comment on NULL value.
6614 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
6615 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
6616 MATCHES. Drop YUMMY set on NULL.
6617 (core_close): Do not call exit_inferior_silent on zero PID. Do not
6618 reclaim CORE_DATA if it is already NULL.
6619
6620 2012-01-09 Doug Evans <dje@google.com>
6621
6622 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
6623 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
6624
6625 2012-01-09 Keith Seitz <keiths@redhat.com>
6626
6627 * breakpoint.c (wrapper.h): Don't include.
6628
6629 2012-01-09 Keith Seitz <keiths@redhat.com>
6630
6631 * Makefile.in (SFILES): Remove wrapper.c.
6632 (HFILES_NO_SRCDIR): Remove wrapper.h.
6633 (COMMON_OBS): Remove wrapper.o.
6634 * cli/cli-interp.c: Don't inlude wrapper.h.
6635 * corelow.c: Likewise.
6636 (core_open): Replace gdb_target_find_new_threads with
6637 TRY_CATCH around target_find_new_threads.
6638 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
6639 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
6640 * varobj.c (varobj_create): Likewise for parse_exp_1 and
6641 evaluate_expression.
6642 (varobj_set_value): Likewise for evaluate_expression and
6643 value_assign.
6644 (install_new_variable): Likewise for value_fetch_lazy.
6645 (adjust_value_for_child_access): Likewise for value_ind.
6646 (c_describe_child): Likewise for value_subscript and
6647 value_ind.
6648 (c_value_of_root): Likewise for evaluate_expression.
6649 * wrapper.c: Remove.
6650 * wrapper.h: Remove.
6651
6652 2012-01-09 Doug Evans <dje@google.com>
6653
6654 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
6655 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
6656 "abfd" args with "section". All callers updated.
6657 Error checking code moved ...
6658 (error_check_comp_unit_head): ... here. New function.
6659 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
6660 Delete arg "abfd". New arg "type_offset". All callers updated.
6661 (create_debug_types_hash_table): Simplify by using
6662 read_and_check_type_unit_head.
6663
6664 * parser-defs.h (namecopy): Delete.
6665 * parse.c (namecopy, namecopy_size): Move into copy_name.
6666
6667 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6668
6669 Partially fix duplicate .o files after omitting libbfd.a.
6670 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
6671 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
6672 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
6673 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
6674 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
6675 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
6676 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
6677
6678 2012-01-09 Pedro Alves <palves@redhat.com>
6679
6680 * MAINTAINERS: Update my email address.
6681
6682 2012-01-08 Doug Evans <dje@google.com>
6683
6684 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
6685 n_type_units. Rename type_comp_units to all_type_units.
6686 All uses updated.
6687 (add_signatured_type_cu_to_table): Renamed from
6688 add_signatured_type_cu_to_list. All callers updated.
6689
6690 * gdbtypes.h (struct cplus_struct_type): Delete member
6691 nfn_fields_total. All uses removed.
6692
6693 2012-01-06 Doug Evans <dje@google.com>
6694
6695 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
6696 to top of file.
6697 (dwarf2_find_comp_unit): Delete.
6698 (process_psymtab_comp_unit): Make result "void".
6699 Delete args buffer, info_ptr, buffer_size, and replace with
6700 "section". All callers updated.
6701 (dwarf2_build_psymtabs_hard): Simplify.
6702
6703 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
6704 Thiago Jung Bauermann <bauerman@br.ibm.com>
6705
6706 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
6707 before `struct gdb_exception'.
6708 * breakpoint.c (update_global_location_list_nothrow)
6709 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
6710 * cp-abi.c (value_rtti_type): Likewise.
6711 * cp-support.c (cp_validate_operator): Likewise.
6712 * infrun.c (insert_exception_resume_breakpoint)
6713 (check_exception_resume, keep_going): Likewise.
6714 * mi-interp.c (mi_breakpoint_created)
6715 (mi_breakpoint_modified): Likewise.
6716 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
6717 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
6718 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
6719
6720 2012-01-05 Doug Evans <dje@google.com>
6721
6722 * dwarf2read.c (statement_prologue): Delete, unused.
6723
6724 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
6725 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
6726
6727 * dwarf2read.c (comp_unit_header): Delete, unused.
6728
6729 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
6730
6731 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
6732 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
6733
6734 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
6735
6736 * infrun.c (normal_stop): Don't skip calling the normal_stop
6737 observers if the thread was doing a multi-step, but stopped for
6738 some reason other than stepping.
6739
6740 2012-01-05 Pedro Alves <alves.ped@gmail.com>
6741
6742 * cli/cli-decode.h: Add comments.
6743 (CMD_LIST_AMBIGUOUS): Moved to command.h
6744 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
6745 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
6746 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
6747 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
6748 (add_com, add_com_alias, add_info, add_info_alias)
6749 (complete_on_cmdlist, complete_on_enum, help_list): Remove
6750 declarations.
6751 * command.h: Add and adjust comments.
6752 (CMD_LIST_AMBIGUOUS): Moved here.
6753 (help_cmd, help_cmd_list): Delete declarations.
6754
6755 2012-01-04 Doug Evans <dje@google.com>
6756
6757 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
6758 All callers updated.
6759 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
6760 Replace all arguments with "per_cu". All callers updated.
6761
6762 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
6763
6764 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
6765 New arg "per_cu". All callers updated.
6766
6767 Delete #if 0'd out code.
6768 * language.c (binop_result_type): Delete.
6769 (simple_type, ordered_type, same_type, integral_type): Delete.
6770 (numeric_type, character_type, string_type, boolean_type): Delete.
6771 (float_type, structured_type): Delete.
6772 * language.h: Update.
6773
6774 2012-01-04 Tom Tromey <tromey@redhat.com>
6775
6776 * python/py-value.c (valpy_binop): Initialize 'res_val'.
6777
6778 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6779
6780 * corefile.c (close_exec_file): Delete.
6781 (reopen_exec_file): Remove commented out code that seems related
6782 to close_exec_file, which is being deleted here.
6783 * inferior.h (close_exec_file): Delete.
6784 * fork-child.c (fork_inferior): Remove call to fork_inferior.
6785
6786 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6787
6788 * ada-lang.c: #include "cli/cli-utils.h".
6789 (get_selections): Use skip_spaces.
6790 (ada_get_next_arg): Use skip_spaces and skip_to_space.
6791 (catch_ada_exception_command_split): Use skip_spaces.
6792 (ada_decode_assert_location): Likewise.
6793
6794 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6795
6796 * linespec.c (decode_line_internal): Check for C++ or Java
6797 compound constructs only if the current language is C, C++
6798 or Java.
6799
6800 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6801
6802 Revert:
6803 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6804 Joel Brobecker <brobecker@adacore.com>
6805 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
6806 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
6807 3 times.
6808 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
6809 fall through into AT_ENTRY_POINT.
6810 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
6811 DUMMY_ADDR with it.
6812 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
6813 PPC_INSN_SIZE skip to 3 times.
6814
6815 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6816
6817 * linespec.c (add_minsym): Preserve function descriptors.
6818
6819 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
6820
6821 * breakpoint.c (all_locations_are_pending): Consider locations
6822 in program spaces executing during startup pending as well.
6823
6824 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6825
6826 Copyright year update in most files of the GDB Project.
6827
6828 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6829
6830 * copyright.sh: Delete.
6831 * copyright.py: Rewrite.
6832
6833 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6834
6835 * gnulib/extra/update-copyright: New file, imported from gnulib.
6836
6837 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6838
6839 * README (Copyright and License Notices): New section.
6840
6841 2012-01-03 Tom Tromey <tromey@redhat.com>
6842
6843 PR python/12533:
6844 * python/py-value.c (valpy_dereference, valpy_get_address
6845 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
6846 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
6847 (valpy_absolute, valpy_richcompare): Free intermediate values.
6848
6849 2011-01-03 Joel Brobecker <brobecker@adacore.com>
6850
6851 * ada-lang.c: Reformat the copyright notice.
6852
6853 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6854
6855 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
6856 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
6857 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
6858 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
6859 Revert this part of:
6860 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6861 Build gdb directly from *.o files not using libgdb.a.
6862 * Makefile.in (COMMON_OBS): Remove solib-target.o.
6863
6864 2012-01-02 Joel Brobecker <brobecker@adacore.com>
6865
6866 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
6867 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
6868 Reformat the copyright header.
6869
6870 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6871
6872 Revert this part of:
6873 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6874 Remove the gdbtui binary.
6875 * gdb.c (main): Remove args.interpreter_p initialization.
6876 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
6877 * main.h (struct captured_main_args): Remove interpreter_p.
6878
6879 2012-01-02 Joel Brobecker <brobecker@adacore.com>
6880
6881 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
6882
6883 2012-01-02 Joel Brobecker <brobecker@adacore.com>
6884
6885 * top.c (print_gdb_version): Update copyright year.
6886
6887 2012-01-02 Yao Qi <yao@codesourcery.com>
6888
6889 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
6890
6891 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6892 Joel Brobecker <brobecker@adacore.com>
6893
6894 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
6895 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
6896 3 times.
6897 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
6898 fall through into AT_ENTRY_POINT.
6899 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
6900 DUMMY_ADDR with it.
6901 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
6902 PPC_INSN_SIZE skip to 3 times.
6903
6904 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6905
6906 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
6907 the return value.
6908 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
6909
6910 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6911
6912 Build gdb directly from *.o files not using libgdb.a.
6913 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
6914 (COMMON_OBS): Remove solib-target.o.
6915 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
6916 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
6917 (LIBGDB_OBS, libgdb.a): Move it above.
6918 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
6919 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
6920 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
6921 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
6922 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
6923 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
6924 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
6925 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
6926 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
6927 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
6928 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
6929 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
6930 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
6931 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
6932 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
6933 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
6934 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
6935 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
6936 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
6937 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
6938 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
6939 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
6940 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
6941 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
6942 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
6943 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
6944 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
6945
6946 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6947
6948 Remove the gdbtui binary.
6949 * .gitignore (/gdbtui): Remove.
6950 * Makefile.in (TUI): Remove.
6951 (SUBDIR_TUI_OBS): Remove tui-main.o.
6952 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
6953 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
6954 (tui-main.o): Remove.
6955 (all_object_files): Remove tui-main.o.
6956 * NEWS: New note for the gdbtui removal.
6957 * configure: Rebuilt.
6958 * configure.ac: No longer add all-tui, clean-tui, install-tui and
6959 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
6960 CONFIG_UNINSTALL respectively.
6961 * gdb.c (main): Remove args.interpreter_p initialization.
6962 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
6963 * main.h (struct captured_main_args): Remove interpreter_p.
6964 * tui/tui-main.c: Remove.
6965
6966 2012-01-01 Doug Evans <dje@google.com>
6967
6968 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
6969 (dwarf2_physname, read_import_statement): Ditto.
6970 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
6971 (process_structure_scope read_subroutine_type): Ditto.
6972 (read_typedef, load_partial_dies, read_partial_die): Ditto.
6973 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
6974 (dwarf2_fetch_die_location_block): Ditto.
6975 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
6976
6977 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
6978 All callers updated.
6979 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
6980 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
6981 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
6982
6983 * dwarf2read.c (load_cu): Move assert to more useful location.
6984
6985 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
6986 All callers updated.
6987
6988 * dwarf2read.c (dwarf2_per_objfile): Add comment.
6989 (dwarf2_elf_names): Minor reformat.
6990 (dwarf2_per_cu_data): Tweak comment.
6991 (dwarf2_read_section): Fix comment.
6992 (create_all_comp_units): Fix comment.
6993 (load_full_comp_unit): Fix comment.
6994 (process_full_comp_unit): Fix comment.
6995 (read_signatured_type): Fix comment.
6996
6997 For older changes see ChangeLog-2011.
6998 \f
6999 Local Variables:
7000 mode: change-log
7001 left-margin: 8
7002 fill-column: 74
7003 version-control: never
7004 coding: utf-8
7005 End:
This page took 0.199264 seconds and 3 git commands to generate.