gdb/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2012-08-16 Yao Qi <yao@codesourcery.com>
2
3 * remote.c (handle_notification): Remove parameter 'length'.
4 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
5
6 2012-08-15 Keith Seitz <keiths@redhat.com>
7
8 * gdbtypes.c (opaque_type_resolution): Make static.
9 Add missing comment.
10 (overload_debug): Add missing comment.
11 (show_opaque_type_resolution): Likewise.
12 (show_overload_debug): Likewise.
13 (print_bit_vector): Remove unnecessary forward declaration.
14 (print_arg_types): Likewise.
15 (dump_fn_fieldlists): Likewise.
16 (print_cplus_stuff): Likewise.
17
18 2012-08-15 Tom Tromey <tromey@redhat.com>
19
20 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
21 (gdb_bfd_ref): Initialize new field.
22 (gdb_bfd_unref): Unref the archive BFD.
23 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
24 parent archive.
25
26 2012-08-15 Tom Tromey <tromey@redhat.com>
27
28 PR python/14387:
29 * python/py-bpevent.c (create_breakpoint_event_object): Update
30 comment.
31 * python/py-event.c (evpy_add_attribute): Update comment.
32 * python/py-exitedevent.c (create_exited_event_object): Fix
33 reference counting and error handling.
34 * python/py-newobjfileevent.c (create_new_objfile_event_object):
35 Fix reference counting.
36 * python/py-signalevent.c (create_signal_event_object): Fix
37 reference counting and error handling.
38 * python/py-stopevent.c (emit_stop_event): Fix reference
39 counting.
40 * python/py-threadevent.c (get_event_thread): Return a
41 borrowed reference.
42 * python/py-type.c (convert_field): Fix reference counting.
43
44 2012-08-15 Tom Tromey <tromey@redhat.com>
45
46 * dwarf2read.c (dwarf_decode_macro_bytes)
47 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
48 as hash key.
49
50 2012-08-14 Mike Frysinger <vapier@gentoo.org>
51
52 * infcmd.c (_initialize_infcmd): Update help text for the signal,
53 stepi, nexti, finish, next, step, jump, and continue commands.
54 * infrun.c (_initialize_infrun): Update help text for the handle
55 command.
56
57 2012-08-14 Doug Evans <dje@google.com>
58
59 * gdbtypes.c (struct extra): Delete, unused.
60
61 * gdbtypes.c: Whitespace cleanup.
62 (address_space_name_to_int): Remove "extern" from definition.
63 (_initialize_gdbtypes): Declare with initialize_file_ftype.
64
65 * gdbtypes.c (make_pointer_type): Remove redundant setting of
66 TYPE_POINTER_TYPE (type).
67
68 2012-08-14 Gary Benson <gbenson@redhat.com>
69
70 * solib-svr4.c (svr4_free_library_list): Use free_so.
71
72 2012-08-13 Mike Frysinger <vapier@gentoo.org>
73
74 * .gitignore: Add go-exp.c.
75
76 2012-08-13 Doug Evans <dje@google.com>
77
78 * value.c (show_convenience): Tweak comment.
79 (_initialize_values): Mention convenience functions in the help text
80 for "show convenience".
81
82 2012-08-13 Yao Qi <yao@codesourcery.com>
83
84 * std-operator.def: Remove TERNOP_SLICE_COUNT.
85 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
86 TERNOP_SLICE_COUNT.
87 * eval.c (evaluate_subexp_standard): Likewise.
88 * expprint.c (print_subexp_standard): Likewise.
89 (dump_subexp_body_standard): Likewise.
90 * parse.c (operator_length_standard): Likewise.
91
92 2012-08-13 Yao Qi <yao@codesourcery.com>
93
94 * std-operator.def: Remove OP_BITSTRING.
95 * breakpoint.c (watchpoint_exp_is_const): Update.
96 * eval.c (evaluate_subexp_standard): Remove handling to
97 OP_BITSTRING.
98 * expprint.c (print_subexp_standard): Likewise.
99 (dump_subexp_body_standard): Likewise.
100 * parse.c (operator_length_standard): Likewise.
101 * valops.c (value_bitstring): Remove.
102 * value.h: Remove the declaration of 'value_bitstring'.
103
104 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
105
106 * linespec.c (find_methods): Remove unused variables `i1' and
107 `name_len'.
108 (decode_line_full): Likewise for `arg_start'.
109
110 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
111
112 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
113 (zlib_decompress_section): Likewise for `section_data'.
114 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
115
116 2012-08-10 Doug Evans <dje@google.com>
117
118 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
119 * NEWS: Document them.
120 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
121 function/strfns.py.
122 * python/py-type.c (typy_array_1): New function.
123 (typy_array): Call it.
124 (typy_vector): New function.
125 (type_object_methods): Add "vector".
126 * python/lib/gdb/function/__init__.py: New file.
127 * python/lib/gdb/function/strfns.py: New file.
128
129 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
130
131 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
132 for TYPE_FIELD_BITPOS.
133 (typy_get_sizeof): Likewise for TYPE_LENGTH.
134
135 2012-08-10 Mike Frysinger <vapier@gentoo.org>
136
137 PR cli/10436:
138 * common/vec.h (VEC_merge): Define.
139 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
140 (DEF_VEC_ALLOC_FUNC_P): Likewise.
141 (DEF_VEC_ALLOC_FUNC_O): Likewise.
142 * completer.c: Include gdb_signals.h.
143 (signal_completer): Define.
144 * completer.h (signal_completer): Add prototype.
145 * infcmd.c (_initialize_infcmd): Assign the command
146 completer for "signal" to handle_completer.
147 * infrun.c: Include completer.h.
148 (handle_completer): Define.
149 (_initialize_infrun): Declare a new local variable c. Store the
150 result of add_com("handle") to it. Assign the command
151 completer for "handle" to handle_completer.
152
153 2012-08-09 Yao Qi <yao@codesourcery.com>
154
155 * cli/cli-decode.c (set_cmd_prefix): New.
156 (lookup_cmd_for_prefixlist): New.
157 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
158 of each cmd_list_element in *prefixlist.
159 (add_setshow_cmd_full): set_cmd_prefix.
160 (add_alias_cmd): Likewise.
161 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
162 Declare 'auto_boolean_enums'.
163 * cli/cli-setshow.c: Include "observer.h".
164 (notify_command_param_changed_p): New.
165 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
166 Remove 'static'.
167 (do_setshow_command): Split it to ...
168 (do_set_command, do_show_command): ... them. New.
169 (do_set_command): Call observer_notify_command_param_changed if
170 notify_command_param_changed_p returns true.
171 (cmd_show_list): Caller update.
172 * auto-load.c (set_auto_load_cmd): Likewise.
173 * remote.c (show_remote_cmd): Likewise.
174 * cli/cli-setshow.h: Update declarations.
175 * top.c (execute_command): Call do_set_command and do_show_command.
176
177 * NEWS: Mention new MI notification.
178 * mi/mi-interp.c: Declare mi_command_param_changed.
179 (mi_interpreter_init): Attach mi_command_param_changed to
180 observer command_param_changed.
181 (mi_command_param_changed): New.
182 Remove mi_suppress_breakpoint_notifications.
183 Define global variable mi_suppress_notification.
184 (mi_breakpoint_created): Update.
185 (mi_breakpoint_deleted): Likewise.
186 (mi_breakpoint_modified): Likewise.
187 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
188 'gdb-set' and set mi_suppress_notification.
189 * mi/mi-main.h: (mi_suppress_notification): New struct.
190
191 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
192 Jan Kratochvil <jan.kratochvil@redhat.com>
193
194 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
195
196 2012-08-09 Yao Qi <yao@codesourcery.com>
197
198 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
199 (skiplist): Move it to skip.c.
200 (init_cmd_lists): Remove code setting enablebreaklist and
201 skiplist to NULL.
202 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
203 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
204 skiplist.
205 * gdbcmd.h: Likewise.
206 * skip.c (_initialize_step_skip): Move 'skiplist' from
207 cli/cli-cmds.c.
208
209 2012-08-09 Yao Qi <yao@codesourcery.com>
210
211 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
212 * gnu-nat.c, symfile.c: Likewise.
213
214 2012-08-08 Aaron Gamble <agamble@google.com>
215
216 * utils.c (prompt_for_continue_wait_time): New static global.
217 (make_command_stats_cleanup): Initialize it.
218 (report_command_stats): Subtract time waiting for user.
219 (prompt_for_continue): Track time waiting for user.
220 (defaulted_query): Track time waiting for user.
221
222 2012-08-08 Doug Evans <dje@google.com>
223
224 * eval.c (evaluate_subexp_standard): Fix thinko in handling
225 UNOP_MEMVAL_TYPE.
226 * expprint.c (print_subexp_standard, case OP_TYPE): New.
227 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
228 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
229 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
230 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
231 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
232 elt.
233 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
234 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
235 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
236 (dump_prefix_expression): Handle OP_TYPE.
237
238 2012-08-08 Keith Seitz <keiths@redhat.com>
239
240 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
241 addr_start.
242
243 2012-08-08 Doug Evans <dje@google.com>
244
245 * linux-thread-db.c: #include "gdb_vecs.h".
246 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
247 updated.
248 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
249 (thread_db_load_search): Use a vector to iterate over path elements.
250 Handle text appearing after "$pdir".
251
252 * gdb_string.h: Moved to ...
253 * common/gdb_string.h: ... here.
254 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
255 gdb_string.h and gdb_assert.h.
256
257 2012-08-08 Yao Qi <yao@codesourcery.com>
258
259 * tic6x-tdep.c (tic6x_register_to_value): Remove.
260 (tic6x_value_to_register): Likewise.
261 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
262 and set_gdbarch_value_to_register.
263
264 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
265 Jean-Marc Saffroy <saffroy@gmail.com>
266
267 PR 11804
268 * defs.h (find_memory_region_ftype): New comment. New arg modified.
269 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
270 * gcore.c (gcore_create_callback): New function comment. Add modified
271 parameter. Only write modified regions. Set SEC_READONLY exactly
272 according to MODIFIED.
273 (objfile_find_memory_regions): Ignore separate debug info files. Ass
274 the passed modified value to FUNC.
275 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
276 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
277 first. New variables modified and has_anonymous. Parse the lines of
278 smaps file. Add the passed MODIFIED value to FUNC.
279 * procfs.c (find_memory_regions_callback): Add the passed modified
280 value.
281
282 2012-08-06 Tom Tromey <tromey@redhat.com>
283
284 * dwarf2-frame.c (clear_pointer_cleanup): New function.
285 (dwarf2_frame_cache): Use it.
286 * frame-unwind.h (frame_sniffer_ftype): Document prologue
287 cache initialization constraint.
288
289 2012-08-06 Tom Tromey <tromey@redhat.com>
290
291 PR python/14386:
292 * varobj.c (update_dynamic_varobj_children): Don't call
293 PyIter_Check.
294
295 2012-08-06 Tom Tromey <tromey@redhat.com>
296
297 PR cli/14392:
298 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
299
300 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
301
302 * NEWS: New entry for 'cd' default parameters.
303 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
304
305 2012-08-03 Tom Tromey <tromey@redhat.com>
306
307 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
308 return.
309
310 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
311
312 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
313 to attempting lseek/write.
314 (inf_child_fileio_pread): Likewise for pread.
315
316 2012-08-02 Yao Qi <yao@codesourcery.com>
317
318 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
319 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
320 add_setshow_zinteger_cmd.
321 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
322 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
323 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
324 instead of add_setshow_zinteger_cmd.
325 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
326 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
327 instead of add_setshow_zinteger_cmd.
328 * frame.c (frame_debug): Add 'unsigned'.
329 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
330 add_setshow_zinteger_cmd.
331 * frame.h: Update the declaration of 'frame_debug'.
332 * gdbtypes.c (overload_debug): Add 'unsigned'.
333 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
334 add_setshow_zinteger_cmd.
335 * inferior.h: Update declaration of 'debug_infrun'.
336 * infrun.c (debug_infrun): Add 'unsigned'.
337 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
338 add_setshow_zinteger_cmd.
339 * jit.c (jit_debug): Add 'unsigned'.
340 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
341 add_setshow_zinteger_cmd.
342 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
343 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
344 instead of add_setshow_zinteger_cmd.
345 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
346 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
347 add_setshow_zinteger_cmd.
348 * machoread.c (mach_o_debug_level): Add 'unsigned'.
349 (_initialize_machoread): Call add_setshow_zuinteger_cmd
350 instead of add_setshow_zinteger_cmd.
351 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
352 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
353 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
354 intead of add_setshow_zinteger_cmd.
355 * mips-tdep.c (mips_debug): Add 'unsigned'.
356 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
357 instead of add_setshow_zinteger_cmd.
358 * monitor.c (monitor_debug): Add 'unsigned'.
359 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
360 add_setshow_zinteger_cmd.
361 * observer.c (observer_debug): Add 'unsigned'.
362 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
363 add_setshow_zinteger_cmd.
364 * parse.c (expressiondebug): Add 'unsigned'.
365 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
366 add_setshow_zinteger_cmd.
367 * record.c (record_debug): Add 'unsigned'.
368 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
369 add_setshow_zinteger_cmd.
370 * record.h: Update the declaration of 'record_debug'.
371 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
372 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
373 add_setshow_zinteger_cmd.
374 * serial.c (global_serial_debug_p): Add 'unsigned'.
375 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
376 add_setshow_zinteger_cmd.
377 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
378 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
379 add_setshow_zinteger_cmd.
380 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
381 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
382 add_setshow_zinteger_cmd.
383 * target.c (targetdebug): Add 'unsigned'.
384 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
385 add_setshow_zinteger_cmd.
386 * valops.c (overload_debug): Add 'unsigned'.
387 * varobj.c (varobjdebug): Add 'unsigned'.
388 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
389 add_setshow_zinteger_cmd.
390 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
391 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
392 instead of add_setshow_zinteger_cmd.
393
394 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
395 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
396 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
397 instead of add_setshow_zinteger_cmd.
398 * gdbarch.c, gdbarch.h: Re-generated.
399
400 2012-08-02 Yao Qi <yao@codesourcery.com>
401
402 * nto-tdep.c: Don't include cli/cli-decode.h and
403 cli/cli-cmds.h.
404 (_initialize_nto_tdep): Remove.
405 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
406 Remove field.
407 Remove macro nto_internal_debugging.
408
409 2012-08-01 Richard Henderson <rth@redhat.com>
410
411 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
412 (mep-*-*) [gdb_target_obs]: Likewise.
413
414 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
415
416 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
417 linux_get_siginfo_type.
418
419 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
420
421 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
422 AT_ENTRY_POINT.
423 (call_function_by_hand) <ON_STACK>: Call write_memory with
424 gdbarch_breakpoint_from_pc, if possible.
425 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
426 here.
427
428 2012-07-31 Yao Qi <yao@codesourcery.com>
429
430 * tracepoint.c: Add 'static' for some variables.
431
432 2012-07-31 Yao Qi <yao@codesourcery.com>
433
434 * go32-nat.c: Declare _initialize_go32_nat.
435 * ser-go32.c: Declare _initialize_ser_dos.
436 * top.c (do_chdir_cleanup): Add 'static'.
437
438 2012-07-30 Keith Seitz <keiths@redhat.com>
439
440 * linespec.c (linespec_lex_number): A number followed
441 by quotes is a valid number, too.
442
443 2012-07-30 Tom Tromey <tromey@redhat.com>
444
445 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
446
447 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
448
449 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
450 attempt to 4-byte-align HW breakpoint addresses for Thumb.
451
452 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
453
454 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
455 invalid or reevaluated to prevent prevent references to possibly
456 delete'd type objects being left in the varobj.
457
458 2012-07-27 Tom Tromey <tromey@redhat.com>
459 Jan Kratochvil <jan.kratochvil@redhat.com>
460
461 * copying.awk: Print buffer-read-only and vi ro markers.
462 * copying.c: Rebuild.
463 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
464 * gdbarch.c, gdbarch.h: Rebuild.
465 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
466 buffer-read-only and vi ro markers.
467 * features/arm-with-iwmmxt.c: Rebuild.
468 * features/arm-with-m-fpa-layout.c: Rebuild.
469 * features/arm-with-m-vfp-d16.c: Rebuild.
470 * features/arm-with-m.c: Rebuild.
471 * features/arm-with-neon.c: Rebuild.
472 * features/arm-with-vfpv2.c: Rebuild.
473 * features/arm-with-vfpv3.c: Rebuild.
474 * features/i386/amd64-avx-linux.c: Rebuild.
475 * features/i386/amd64-avx.c: Rebuild.
476 * features/i386/amd64-linux.c: Rebuild.
477 * features/i386/amd64.c: Rebuild.
478 * features/i386/i386-avx-linux.c: Rebuild.
479 * features/i386/i386-avx.c: Rebuild.
480 * features/i386/i386-linux.c: Rebuild.
481 * features/i386/i386-mmx-linux.c: Rebuild.
482 * features/i386/i386-mmx.c: Rebuild.
483 * features/i386/i386.c: Rebuild.
484 * features/i386/x32-avx-linux.c: Rebuild.
485 * features/i386/x32-avx.c: Rebuild.
486 * features/i386/x32-linux.c: Rebuild.
487 * features/i386/x32.c: Rebuild.
488 * features/mips-dsp-linux.c: Rebuild.
489 * features/mips-linux.c: Rebuild.
490 * features/mips64-dsp-linux.c: Rebuild.
491 * features/mips64-linux.c: Rebuild.
492 * features/rs6000/powerpc-32.c: Rebuild.
493 * features/rs6000/powerpc-32l.c: Rebuild.
494 * features/rs6000/powerpc-403.c: Rebuild.
495 * features/rs6000/powerpc-403gc.c: Rebuild.
496 * features/rs6000/powerpc-405.c: Rebuild.
497 * features/rs6000/powerpc-505.c: Rebuild.
498 * features/rs6000/powerpc-601.c: Rebuild.
499 * features/rs6000/powerpc-602.c: Rebuild.
500 * features/rs6000/powerpc-603.c: Rebuild.
501 * features/rs6000/powerpc-604.c: Rebuild.
502 * features/rs6000/powerpc-64.c: Rebuild.
503 * features/rs6000/powerpc-64l.c: Rebuild.
504 * features/rs6000/powerpc-7400.c: Rebuild.
505 * features/rs6000/powerpc-750.c: Rebuild.
506 * features/rs6000/powerpc-860.c: Rebuild.
507 * features/rs6000/powerpc-altivec32.c: Rebuild.
508 * features/rs6000/powerpc-altivec32l.c: Rebuild.
509 * features/rs6000/powerpc-altivec64.c: Rebuild.
510 * features/rs6000/powerpc-altivec64l.c: Rebuild.
511 * features/rs6000/powerpc-cell32l.c: Rebuild.
512 * features/rs6000/powerpc-cell64l.c: Rebuild.
513 * features/rs6000/powerpc-e500.c: Rebuild.
514 * features/rs6000/powerpc-e500l.c: Rebuild.
515 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
516 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
517 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
518 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
519 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
520 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
521 * features/rs6000/powerpc-vsx32.c: Rebuild.
522 * features/rs6000/powerpc-vsx32l.c: Rebuild.
523 * features/rs6000/powerpc-vsx64.c: Rebuild.
524 * features/rs6000/powerpc-vsx64l.c: Rebuild.
525 * features/rs6000/rs6000.c: Rebuild.
526 * features/s390-linux32.c: Rebuild.
527 * features/s390-linux32v1.c: Rebuild.
528 * features/s390-linux32v2.c: Rebuild.
529 * features/s390-linux64.c: Rebuild.
530 * features/s390-linux64v1.c: Rebuild.
531 * features/s390-linux64v2.c: Rebuild.
532 * features/s390x-linux64.c: Rebuild.
533 * features/s390x-linux64v1.c: Rebuild.
534 * features/s390x-linux64v2.c: Rebuild.
535 * features/tic6x-c62x-linux.c: Rebuild.
536 * features/tic6x-c62x.c: Rebuild.
537 * features/tic6x-c64x-linux.c: Rebuild.
538 * features/tic6x-c64x.c: Rebuild.
539 * features/tic6x-c64xp-linux.c: Rebuild.
540 * features/tic6x-c64xp.c: Rebuild.
541
542 2012-07-27 Tom Tromey <tromey@redhat.com>
543
544 * c-exp.y (classify_name): Avoid assignment in condition.
545
546 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
547
548 * amd64-windows-tdep.c: Include "frame.h".
549 (amd64_windows_skip_trampoline_code): New function.
550 (amd64_windows_init_abi): Add trampoline registration.
551
552 2012-07-27 Yao Qi <yao@codesourcery.com>
553
554 * tracepoint.c (cur_traceframe_number): Remove.
555 (set_tfile_traceframe): Remove.
556 (tfile_trace_find, tfile_fetch_registers): Update callers.
557 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
558 (tfile_open, tfile_trace_find): Likewise.
559
560 2012-07-27 Yao Qi <yao@codesourcery.com>
561
562 * thread.c (switch_to_thread): Don't call registers_changed.
563
564 2012-07-26 Tom Tromey <tromey@redhat.com>
565
566 * Makefile.in (SFILES): Remove objc-exp.y.
567 (YYFILES): Remove objc-exp.c.
568 (YYOBJ): Remove objc-exp.o.
569 (local-maintainer-clean): Don't mention objc-exp.c.
570 * c-exp.y: Include objc-lang.h.
571 (%union) <class>: New field.
572 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
573 (exp): Clone subscript production for OBJC_LBRAC. Add various
574 Objective C productions.
575 (msglist, msgarglist, msgarg): New productions.
576 (array_mod, func_mod, operator): Clone productions for
577 OBJC_LBRAC.
578 (parse_string_or_char): Handle '@' strings.
579 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
580 (classify_name): Check la_name_of_this. Recognize ObjC class
581 names.
582 * objc-exp.y: Remove.
583 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
584 * objc-lang.h (objc_parse, objc_error): Don't declare.
585
586 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
587
588 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
589
590 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
591
592 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
593 and decrement.
594
595 2012-07-26 Tom Tromey <tromey@redhat.com>
596
597 * copying.c: Rebuild.
598 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
599 'no_class'.
600
601 2012-07-26 Tom Tromey <tromey@redhat.com>
602
603 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
604 immediate_quit.
605 (print_objfile_statistics): Likewise.
606 (maintenance_print_symbols): Likewise.
607 (maintenance_print_msymbols): Likewise.
608 (maintenance_print_objfiles): Likewise.
609 * psymtab.c (print_partial_symbols): Call QUIT.
610 (maintenance_print_psymbols): Likewise. Don't modify
611 immediate_quit.
612 * copying.c (show_copying_command): Don't modify immediate_quit.
613 (show_warranty_command): Likewise.
614 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
615
616 2012-07-26 Keith Seitz <keiths@redhat.com>
617
618 * linespec.c (linespec_lexer_lex_number): The input
619 is also a valid number if the next character is a comma
620 or colon.
621
622 2012-07-26 Joel Brobecker <brobecker@adacore.com>
623
624 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
625 configure options.
626
627 2012-07-26 Tristan Gingold <gingold@adacore.com>
628
629 * machoread.c: Include gdb_bfd.h.
630
631 2012-07-26 Tristan Gingold <gingold@adacore.com>
632
633 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
634 offset.
635
636 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
637
638 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
639 SIZE to size_t.
640 (dwarf2_evaluate_loc_desc): Likewise.
641 (dwarf2_loc_desc_needs_frame): Likewise.
642 (locexpr_describe_location_1): Likewise.
643 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
644 size_t.
645 (struct dwarf2_loclist_baton): Likewise.
646 * dwarf2read.c (struct dwarf_block): Likewise.
647 (dump_die_shallow): Use pulongest to print dwarf_block.size.
648 (decode_locdesc): Expand SIZE and I to size_t.
649
650 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
651
652 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
653
654 2012-07-25 Joel Brobecker <brobecker@adacore.com>
655
656 * doublest.c (convert_doublest_to_floatformat): If the exponent
657 is too small, treat the value as zero. If the exponent is too
658 large, treat the value as infinity.
659
660 2012-07-25 Joel Brobecker <brobecker@adacore.com>
661
662 * configure.ac: Add --enable-lmcheck configure option.
663 * configure: Regenerate.
664
665 2012-07-25 Tom Tromey <tromey@redhat.com>
666
667 * NEWS: Mention maint info bfds.
668 * gdb_bfd.c (all_bfds): New global.
669 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
670 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
671 New functions.
672
673 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
674
675 * configure.tgt: Add v850*-*-rtems*.
676
677 2012-07-25 Tom Tromey <tromey@redhat.com>
678
679 * macrotab.c (macro_bcache_str): Remove cast.
680
681 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
682
683 * linespec.c (linespec_lexer_lex_number): Update comments,
684 change the return and add check to make sure the input is
685 the decimal numbers.
686 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
687 false, call linespec_lexer_lex_string.
688
689 2012-07-24 Tom Tromey <tromey@redhat.com>
690
691 * symfile.c (symbol_file_add): Don't open BFD twice.
692
693 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
694
695 * breakpoint.c (create_breakpoint): Store condition for pending
696 breakpoints.
697
698 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
699
700 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
701 (m68k_return_value): Handle complex types like structures.
702 (m68k_svr4_return_value): Likewise.
703
704 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
705
706 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
707 parameters to bfd_get_section_name.
708
709 2012-07-24 Yao Qi <yao@codesourcery.com>
710
711 * cli/cli-setshow.c: Handle case 'var_uinteger'
712 and 'var_zuninteger' together. Handle case 'var_integer' and
713 'var_zinteger' together.
714
715 2012-07-23 Keith Seitz <keiths@redhat.com>
716
717 * linespec.c (convert_linespec_to_sal): Don't add
718 any symbols to the result vector if symbol_to_sal
719 returns zero.
720
721 2012-07-23 Keith Seitz <keiths@redhat.com>
722
723 * linespec.c (decode_objc): Record the function name
724 in the linespec.
725
726 2012-07-23 Tom Tromey <tromey@redhat.com>
727
728 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
729 counting.
730 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
731 (map_vmap): Acquire a reference to the BFD.
732
733 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
734
735 * p-valprint.c (pascal_object_print_value): Replace potentially
736 unsafe alloca with xmalloc/xfree.
737 * valops.c (search_struct_method): Likewise.
738
739 2012-07-23 Tom Tromey <tromey@redhat.com>
740
741 * solib-svr4.c (enable_break): Update.
742 * bfd-target.h (target_bfd_reopen): Update documentation.
743
744 2012-07-23 Tom Tromey <tromey@redhat.com>
745
746 * symfile.c (separate_debug_file_exists): Update.
747 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
748 (reread_symbols): Update.
749 * elfread.c (build_id_verify): Update.
750 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
751 bfd_open_maybe_remote.
752
753 2012-07-23 Tom Tromey <tromey@redhat.com>
754
755 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
756
757 2012-07-23 Tom Tromey <tromey@redhat.com>
758
759 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
760 and 'abfd'.
761 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
762 and 'abfd'.
763 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
764 * machoread.c (macho_add_oso_symfile): Make a cleanup for
765 'abfd'.
766 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
767 * objfiles.c (allocate_objfile): Acquire a new reference.
768 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
769 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
770 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
771 a cleanup for 'nbfd'.
772 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
773 for 'nbfd'.
774 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
775 make a cleanup for 'abfd'.
776 (symbol_file_add): Make a BFD cleanup.
777
778 2012-07-23 Tom Tromey <tromey@redhat.com>
779
780 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
781 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
782 * corelow.c (core_open): Use gdb_bfd_fopen.
783 * dsrec.c (load_srec): Use gdb_bfd_openr.
784 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
785 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
786 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
787 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
788 (gdb_bfd_fdopenr): New functions.
789 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
790 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
791 (gdb_bfd_fdopenr): Declare.
792 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
793 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
794 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
795 gdb_bfd_openr_next_archived_file.
796 (macho_check_dsym): Use gdb_bfd_openr.
797 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
798 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
799 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
800 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
801 gdb_bfd_openr.
802 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
803 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
804 gdb_bfd_openr_next_archived_file.
805 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
806 Use gdb_bfd_openr.
807 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
808 gdb_bfd_openr.
809 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
810 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
811 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
812 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
813 (symfile_bfd_open): Use gdb_bfd_fopen.
814 (generic_load): Use gdb_bfd_openr.
815 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
816
817 2012-07-23 Tom Tromey <tromey@redhat.com>
818
819 * bfd-target.c (target_bfd_reopen): Update.
820 * cli/cli-dump.c (bfd_openr_with_cleanup)
821 (bfd_openw_with_cleanup): Update.
822 * corelow.c (core_open): Update.
823 * dsrec.c (load_srec): Update.
824 * exec.c (exec_file_attach): Update.
825 * gcore.c (create_gcore_bfd): Update.
826 * gdb_bfd.c (gdb_bfd_ref): Return void.
827 (gdb_bfd_open): Update.
828 * gdb_bfd.h (gdb_bfd_ref): Return void.
829 Update comments.
830 * jit.c (jit_bfd_try_read_symtab): Update.
831 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
832 * machoread.c (macho_symfile_read_all_oso): Update.
833 (macho_check_dsym): Update.
834 * procfs.c (insert_dbx_link_bpt_in_file): Update.
835 * remote-m32r-sdi.c (m32r_load): Update.
836 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
837 * rs6000-nat.c (add_vmap): Update.
838 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
839 Update.
840 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
841 * solib-spu.c (spu_bfd_open): Update.
842 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
843 * spu-linux-nat.c (spu_bfd_open): Update.
844 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
845 (generic_load): Update.
846 * windows-nat.c (windows_make_so): Update.
847
848 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
849
850 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
851
852 2012-07-20 Jeff Kenton <jkenton@tilera.com>
853
854 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
855 SIGTRAMP_FRAME unwinding.
856
857 2012-07-20 Doug Evans <dje@google.com>
858
859 * NEWS: Document new options "set/show use-deprecated-index-sections",
860 and delete reference to --use-deprecated-index-sections.
861 * symfile.h (use_deprecated_index_sections): Delete.
862 * dwarf2read.c (use_deprecated_index_sections): Make static.
863 (read_index_from_section): Update wording of how to load
864 deprecated index sections.
865 (_initialize_dwarf2_read): New options
866 "set/show use-deprecated-index-sections".
867 * main.c (captured_main): Delete --use-deprecated-index-sections.
868
869 2012-07-20 Pedro Alves <palves@redhat.com>
870
871 PR threads/11692
872 PR gdb/12203
873
874 * infrun.c (handle_inferior_event) <new thread>: Don't special
875 case minus_one_ptid.
876 <TARGET_WAITKIND_SPURIOUS>: Ditto.
877 * linux-thread-db.c (thread_get_info_callback): Don't return early
878 if the thread is zombie.
879 (thread_from_lwp): Change return type to void. Rewrite stale
880 comment.
881 (attach_thread): Don't return early if the thread is zombie,
882 instead set its "dying" flag.
883 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
884 (find_new_threads_callback): Don't return early if the thread is
885 zombie.
886
887 2012-07-20 Pedro Alves <palves@redhat.com>
888
889 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
890 * target.c (target_wait): Likewise.
891 (str_comma_list_concat_elem, do_option, target_options_to_string):
892 New functions.
893 * target.h (target_options_to_string): Declare.
894
895 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
896 Tom Tromey <tromey@redhat.com>
897
898 * dwarf2read.c (dwarf_decode_macros)
899 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
900 DW_MACRO_GNU_transparent_include_alt>: New cases.
901 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
902 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
903
904 2012-07-20 Tom Tromey <tromey@redhat.com>
905
906 * dwarf2read.c (try_open_dwo_file): Don't call
907 gdb_bfd_stash_filename.
908
909 2012-07-20 Pedro Alves <palves@redhat.com>
910
911 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
912 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
913 (i386_process_record): Tweak description comments.
914
915 2012-07-20 Pedro Alves <palves@redhat.com>
916
917 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
918 (i386_process_record): Use record_read_memory.
919 * record.c (record_read_memory): New function.
920 (record_arch_list_add_mem, record_exec_insn): Use
921 record_read_memory.
922 * record.h (record_read_memory): Declare.
923
924 2012-07-20 Yao Qi <yao@codesourcery.com>
925
926 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
927 NULL for xfree.
928
929 2012-07-19 Pedro Alves <palves@redhat.com>
930
931 * record.c (record_resume): Ask the target beneath to report all
932 signals.
933
934 2012-07-19 Doug Evans <dje@google.com>
935
936 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
937 there's no section at address zero.
938 (dwarf2_record_block_ranges): Ditto.
939
940 2012-07-19 Yao Qi <yao@codesourcery.com>
941
942 * command.h, remote.c: Fix a typo in comment.
943
944 2012-07-19 Tom Tromey <tromey@redhat.com>
945
946 PR exp/13206:
947 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
948 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
949 OP_DECLTYPE>: New cases.
950 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
951 (type_exp): Add new productions.
952 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
953 and decltype.
954 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
955 New case.
956 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
957 OP_DECLTYPE>: New case.
958 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
959 New case.
960 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
961 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
962
963 2012-07-19 Tom Tromey <tromey@redhat.com>
964
965 * c-exp.y (enum token_flags): New.
966 (struct token) <cxx_only>: Remove.
967 <flags>: New field.
968 (tokentab3, tokentab2, ident_tokens): Update.
969 (lex_one_token): Update. Handle FLAG_SHADOW.
970
971 2012-07-19 Tom Tromey <tromey@redhat.com>
972
973 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
974 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
975 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
976 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
977 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
978 type_exp production where appropriate.
979 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
980 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
981 <UNOP_MEMVAL_TYPE>: New case.
982 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
983 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
984 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
985 <UNOP_MEMVAL_TYPE>: New case.
986 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
987 UNOP_REINTERPRET_CAST>: Update.
988 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
989 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
990 UNOP_REINTERPRET_CAST>: Update.
991 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
992 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
993 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
994 constants.
995
996 2012-07-19 Yao Qi <yao@codesourcery.com>
997 Jan Kratochvil <jan.kratochvil@redhat.com>
998
999 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
1000 and case 'var_optional_filename' together.
1001 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
1002 instead of add_setshow_optional_filename_cmd for setshow command
1003 'args'. Set completer for 'set args'.
1004
1005 2012-07-18 Doug Evans <dje@google.com>
1006
1007 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
1008 * common/gdb_vecs.c: New file, contents from utils.c.
1009 * common/host-defs.h: New file, contents from defs.h.
1010 * utils.h: New file, contents from defs.h.
1011 * defs.h: Move all declarations of objects defined in utils.c
1012 to utils.h (except QUIT() and related).
1013 #include "utils.h", "host-defs.h".
1014 * probe.h (probe_p): Move here from gdb_vecs.h.
1015 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
1016 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
1017 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
1018 * Makefile.in (SFILES): Add common/gdb_vecs.c.
1019 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
1020 (COMMON_OBS): Add gdb_vecs.o.
1021 (gdb_vecs.o): New rule.
1022
1023 2012-07-18 Keith Seitz <keiths@redhat.com>
1024
1025 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
1026 parameter. If non-zero, use SYMNAME as the canonical name
1027 for the SaL.
1028 Update all callers.
1029 (convert_linespec_to_sals): Use add_sal_to_sals for
1030 expressions, too.
1031 (decode_line_full): No need to "fill in missing canonical names"
1032 anymore. Simply make cleanups for the allocated names.
1033
1034 2012-07-18 Keith Seitz <keiths@redhat.com>
1035
1036 * linespec.c (struct linespec): Constify expression,
1037 source_filename, function_name, and label_name.
1038 (symbol_not_found_error): Make all parameters const.
1039 (linespec_parser_delete): No need to check for NULL
1040 when using xfree. Cast const char * to char * for xfree.
1041
1042 2012-07-18 Keith Seitz <keiths@redhat.com>
1043
1044 * breakpoint.c (invalid_thread_id_error): New function.
1045 (find_condition_and_thread): Use invalid_thread_id_error.
1046 (watch_command_1): Likewise.
1047
1048 2012-07-18 Tom Tromey <tromey@redhat.com>
1049
1050 * cc-with-index.sh, cc-with-dwz.sh: Remove.
1051 * contrib/cc-with-tweaks.sh: New file.
1052
1053 2012-07-18 Tom Tromey <tromey@redhat.com>
1054
1055 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
1056 (locate_dwz_sections): Recognize .gdb_index.
1057 (create_cus_from_index_list): New function.
1058 (create_cus_from_index): Use it. Handle .dwz data.
1059 (read_index_from_section): New function, extracted from
1060 dwarf2_read_index.
1061 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
1062 if needed.
1063
1064 2012-07-18 Tom Tromey <tromey@redhat.com>
1065
1066 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
1067 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
1068 <is_dwz>: New field.
1069 (struct dwz_file): New.
1070 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
1071 (locate_dwz_sections, dwarf2_get_dwz_file)
1072 (get_abbrev_section_for_cu): New functions.
1073 (error_check_comp_unit_head, read_and_check_comp_unit_head)
1074 (read_and_check_type_unit_head): Add abbrev_section argument.
1075 (create_debug_types_hash_table): Update.
1076 (init_cutu_and_read_dies): Use proper abbrev section.
1077 (init_cutu_and_read_dies_no_follow): Likewise.
1078 (set_partial_user): Do nothing if PST==NULL.
1079 (read_comp_units_from_section): New function.
1080 (create_all_comp_units): Use it.
1081 (scan_partial_symbols, partial_die_parent_scope): Update.
1082 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
1083 (process_imported_unit_die, read_partial_die): Handle .dwz files.
1084 (find_partial_die): Add offset_in_dwz argument. Update.
1085 (guess_partial_die_structure_name, fixup_partial_die): Update.
1086 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
1087 DW_FORM_GNU_strp_alt.
1088 (read_indirect_string_from_dwz): New function.
1089 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
1090 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
1091 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
1092 (follow_die_offset): Add offset_in_dwz argument.
1093 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
1094 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
1095 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
1096 Handle new macro forms.
1097 (dwarf_decode_macros): Update.
1098 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
1099 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
1100 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
1101 (create_debug_types_hash_table): Use correct abbrev section.
1102 (get_debug_line_section): New function.
1103 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
1104 (process_full_comp_unit): Pass 'required' argument to
1105 end_symtab_get_static_block.
1106 * buildsym.h (end_symtab_get_static_block): Update.
1107 * buildsym.c (end_symtab_get_static_block): Add 'required'
1108 argument.
1109 (end_symtab, end_expandable_symtab): Update.
1110
1111 2012-07-18 Tom Tromey <tromey@redhat.com>
1112
1113 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
1114 (pagesize): Remove.
1115 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
1116 (zlib_decompress_section): Remove.
1117 (dwarf2_read_section): Use gdb_bfd_map_section.
1118 (munmap_section_buffer): Remove.
1119 (free_dwo_file, dwarf2_per_objfile_free): Don't use
1120 munmap_section_buffer.
1121 * gdb_bfd.c: Include zlib.h, sys/mman.h.
1122 (struct gdb_bfd_section_data): New.
1123 (free_one_bfd_section): New function.
1124 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
1125 (get_section_descriptor, zlib_decompress_section)
1126 (gdb_bfd_map_section): New functions.
1127 * gdb_bfd.h (gdb_bfd_map_section): Declare.
1128
1129 2012-07-18 Tom Tromey <tromey@redhat.com>
1130
1131 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
1132
1133 2012-07-18 Tom Tromey <tromey@redhat.com>
1134
1135 * gdb_bfd.c (struct gdb_bfd_data): New.
1136 (gdb_bfd_cache): New global.
1137 (struct gdb_bfd_cache_search): New.
1138 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
1139 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
1140 * gdb_bfd.h (gdb_bfd_open): Declare.
1141
1142 2012-07-18 Tom Tromey <tromey@redhat.com>
1143
1144 * utils.c (make_cleanup_bfd_unref): Rename from
1145 make_cleanup_bfd_close.
1146 * defs.h (make_cleanup_bfd_unref): Rename from
1147 make_cleanup_bfd_close.
1148 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
1149 (bfd_openw_with_cleanup): Update.
1150 * corelow.c (core_open): Update.
1151 * dsrec.c (load_srec): Update.
1152 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
1153 * remote-m32r-sdi.c (m32r_load): Update.
1154 * remote-mips.c (mips_load_srec): Update.
1155 (pmon_load_fast): Update.
1156 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1157 Update.
1158 (darwin_bfd_open): Update.
1159 * solib.c (solib_bfd_fopen): Update.
1160 * symfile-mem.c (symbol_file_add_from_memory): Update.
1161 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
1162 (symfile_bfd_open): Update.
1163 (generic_load): Update.
1164
1165 2012-07-18 Tom Tromey <tromey@redhat.com>
1166
1167 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
1168 (pmon_load_fast): Likewise.
1169 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
1170 (m32r_upload_command): Likewise.
1171 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
1172 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1173 Use make_cleanup_bfd_close.
1174
1175 2012-07-18 Tom Tromey <tromey@redhat.com>
1176
1177 * symfile.c (symfile_bfd_open): Don't copy name. Call
1178 gdb_bfd_stash_filename.
1179 (load_command): Open the new BFD before freeing the old.
1180 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
1181 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
1182 Call gdb_bfd_stash_filename.
1183 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
1184 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
1185 gdb_bfd_stash_filename.
1186 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1187 Free found_pathname.
1188 * rs6000-nat.c (add_vmap): Don't copy filename. Call
1189 gdb_bfd_stash_filename.
1190 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
1191 * machoread.c (macho_add_oso_symfile): Call
1192 gdb_bfd_stash_filename.
1193 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
1194 gdb_bfd_stash_filename.
1195 (macho_check_dsym): Don't copy filename. Call
1196 gdb_bfd_stash_filename.
1197 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
1198 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
1199 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
1200 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
1201 * exec.c (exec_close): Don't free the BFD's filename.
1202 (exec_file_attach): Don't copy the filename. Call
1203 gdb_bfd_stash_filename.
1204 * corelow.c (core_close): Don't free the BFD's filename.
1205 (core_open): Call gdb_bfd_stash_filename.
1206 * corefile.c (reopen_exec_file): Remove #if 0 code.
1207 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
1208 pathname.
1209 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
1210
1211 2012-07-18 Tom Tromey <tromey@redhat.com>
1212
1213 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
1214 gdb_bfd_unref.
1215 (free_dwo_file): Use gdb_bfd_unref.
1216 * cli/cli-dump.c: Include gdb_bfd.h.
1217 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
1218 (bfd_openr_with_cleanup): Likewise.
1219 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
1220 gdb_bfd_unref.
1221 * utils.c: Include gdb_bfd.h.
1222 (do_bfd_close_cleanup): Use gdb_bfd_unref.
1223 * symfile.c: Include gdb_bfd.h.
1224 (separate_debug_file_exists): Use gdb_bfd_unref.
1225 (bfd_open_maybe_remote): Use gdb_bfd_ref.
1226 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
1227 (generic_load): Use gdb_bfd_ref.
1228 (reread_symbols): Use gdb_bfd_unref.
1229 * symfile-mem.c: Include gdb_bfd.h.
1230 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
1231 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
1232 * solib.c: Include gdb_bfd.h.
1233 (solib_bfd_fopen): Use gdb_bfd_ref.
1234 (solib_bfd_open): Use gdb_bfd_unref.
1235 (free_so_symbols): Use gdb_bfd_unref.
1236 (reload_shared_libraries_1): Use gdb_bfd_unref.
1237 * solib-spu.c: Include gdb_bfd.h.
1238 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
1239 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
1240 gdb_bfd_unref.
1241 * solib-frv.c: Include gdb_bfd.h.
1242 (enable_break2): Use gdb_bfd_unref.
1243 * solib-dsbt.c: Include gdb_bfd.h.
1244 (enable_break2): Use gdb_bfd_unref.
1245 * solib-darwin.c: Include gdb_bfd.h.
1246 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
1247 gdb_bfd_unref.
1248 (darwin_bfd_open): Use gdb_bfd_unref.
1249 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
1250 * remote-mips.c: Include gdb_bfd.h.
1251 (mips_load_srec): Use gdb_bfd_ref.
1252 (pmon_load_fast): Use gdb_bfd_ref.
1253 * remote-m32r-sdi.c: Include gdb_bfd.h.
1254 (m32r_load): Use gdb_bfd_ref.
1255 * record.c: Include gdb_bfd.h.
1256 (record_save_cleanups): Use gdb_bfd_unref.
1257 (cmd_record_save): Use gdb_bfd_unref.
1258 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
1259 gdb_bfd_unref.
1260 * objfiles.h (gdb_bfd_close_or_warn): Remove.
1261 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
1262 * objfiles.c: Include gdb_bfd.h.
1263 (free_objfile): Use gdb_bfd_unref.
1264 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
1265 gdb_bfd.c.
1266 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
1267 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
1268 (macho_check_dsym): Likewise.
1269 * m32r-rom.c: Include gdb_bfd.h.
1270 (m32r_load): Use gdb_bfd_ref.
1271 (m32r_upload_command): Use gdb_bfd_ref.
1272 * jit.c: Include gdb_bfd.h.
1273 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
1274 * gdb_bfd.h: New file.
1275 * gdb_bfd.c: New file.
1276 * gcore.c: Include gdb_bfd.h.
1277 (create_gcore_bfd): Use gdb_bfd_ref.
1278 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
1279 (gcore_command): Use gdb_bfd_unref.
1280 * exec.c: Include gdb_bfd.h.
1281 (exec_close): Use gdb_bfd_unref.
1282 (exec_close_1): Use gdb_bfd_unref.
1283 (exec_file_attach): Use gdb_bfd_ref.
1284 * elfread.c: Include gdb_bfd.h.
1285 (build_id_verify): Use gdb_bfd_unref.
1286 * dsrec.c: Include gdb_bfd.h.
1287 (load_srec): Use gdb_bfd_ref.
1288 * corelow.c: Include gdb_bfd.h.
1289 (core_close): Use gdb_bfd_unref.
1290 (core_open): Use gdb_bfd_ref.
1291 * bfd-target.c: Include gdb_bfd.h.
1292 (target_bfd_xclose): Use gdb_bfd_unref.
1293 (target_bfd_reopen): Use gdb_bfd_ref.
1294 * Makefile.in (SFILES): Add gdb_bfd.c.
1295 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
1296 (COMMON_OBS): Add gdb_bfd.o.
1297
1298 2012-07-18 Keith Seitz <keiths@redhat.com>
1299
1300 * breakpoint.c (find_condition_and_thread): Initialize
1301 TASK and REST.
1302 (create_breakpiont): find_condition_and_thread will now
1303 initialize COND_STRING, THREAD, and REST (and TASK).
1304 (addr_string_to_sals): Likewise.
1305
1306 2012-07-18 Pedro Alves <palves@redhat.com>
1307
1308 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
1309 Pull the single step breakpoints out of the target.
1310
1311 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
1312
1313 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
1314 * stap-probe.c (compile_probe_arg): Likewise.
1315
1316 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
1317
1318 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
1319 (elf_compile_to_ax): Likewise.
1320 * infrun.c (insert_exception_resume_from_probe): Likewise.
1321 (check_exception_resume): Remove `objfile' variable.
1322 * probe.c (find_probe_by_pc): Remove `objfile' argument.
1323 (struct probe_and_objfile, probe_and_objfile_s): Delete.
1324 (collect_probes): Adjust return value to `VEC (probe_p) *'.
1325 (compare_entries): Rename to...
1326 (compare_probes): ...this. Adjust function to work with
1327 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
1328 respectively.
1329 (gen_ui_out_table_header_info): Adjust `probes' argument to be
1330 `VEC (probe_p) *'.
1331 (print_ui_out_info): Adjust argument to be `struct probe *'.
1332 (info_probes_for_ops): Adjust internal computations to use
1333 `VEC (probe_p) *'.
1334 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
1335 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
1336 gen_info_probes_table_values>: Remove `objfile' argument.
1337 (struct probe) <objfile>: New field.
1338 (find_probe_by_pc): Remove `objfile' argument.
1339 * stap-probe.c (stap_parse_probe_arguments): Likewise.
1340 (stap_get_probe_argument_count): Likewise.
1341 (stap_get_arg): Likewise.
1342 (stap_evaluate_probe_argument): Likewise.
1343 (stap_compile_to_ax): Likewise.
1344 (compile_probe_arg): Refactor not to pass `objfile' anymore.
1345 (handle_stap_probe): Fill `objfile' field from `struct probe'.
1346 (stap_gen_info_probes_table_header): Remove `objfile' argument.
1347 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
1348 sym_compile_to_ax>: Likewise.
1349
1350 2012-07-18 Terry Guo <terry.guo@arm.com>
1351
1352 PR 14329
1353 * defs.h (GDB_MI_MSG_WIDTH): New.
1354 * ser_base (ser_base_read_error_fd): New function.
1355 (do_ser_base_readchar): Poll error file descriptor as well as
1356 standard output.
1357 (generic_readchar): Refactor error handling.
1358
1359 2012-07-18 Joel Brobecker <brobecker@adacore.com>
1360
1361 * NEWS: Create a new section for the next release branch.
1362 Rename the section of the current branch, now that it has
1363 been cut.
1364
1365 2012-07-18 Joel Brobecker <brobecker@adacore.com>
1366
1367 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
1368 * version.in: Bump version to 7.5.50.20120718-cvs.
1369
1370 2012-07-17 Keith Seitz <keiths@redhat.com>
1371
1372 * linespec.c (linespec_parse_line_offset): Make parameter
1373 const.
1374
1375 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1376
1377 PR 11914
1378 * f-valprint.c (info_common_command): New variable frame_id.
1379 Reinitialize FI form FRAME_ID after each print_variable_and_value.
1380 * printcmd.c (print_variable_and_value): Extend function comment.
1381 Add comment for invalidated FRAME.
1382 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
1383 FI form FRAME_ID after each print_frame_local_vars.
1384 (struct print_variable_and_value_data): Change frame to frame_id.
1385 (do_print_variable_and_value): New variable frame, initialize it from
1386 p->frame_id. Add comment for invalidated FRAME.
1387 (print_frame_local_vars, print_frame_arg_vars): New function comment.
1388 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
1389 for invalidated FRAME.
1390
1391 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
1392 Pedro Alves <palves@redhat.com>
1393
1394 * linux-nat.c (linux_nat_detach): Don't unregister from the event
1395 loop.
1396
1397 2012-07-16 Tom Tromey <tromey@redhat.com>
1398
1399 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
1400
1401 2012-07-15 Doug Evans <dje@google.com>
1402
1403 * dwarf2read.c (stmt_list_hash): New struct.
1404 (type_unit_group): Embed "per_cu" member, remove pointer.
1405 New union member "t", move member "tus" into it, all uses updated.
1406 New member "hash", replaces member "line_offset, all uses updated.
1407 (quick_file_names): Replace member "offset" with "hash", all uses
1408 updated.
1409 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
1410 (hash_file_name_entry, eq_file_name_entry): Call them.
1411 (hash_type_unit_group, eq_type_unit_group): Ditto.
1412 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
1413 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
1414 (dw2_get_file_names): Update.
1415 (create_type_unit_group): Replace "per_cu" arg with "cu".
1416 All callers updated. Fix "quick" (.gdb_index) handling.
1417 (get_type_unit_group): Replace "per_cu" arg with "cu".
1418 All callers updated.
1419 (build_type_unit_groups): Don't reset tu_stats.
1420
1421 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
1422 "tab_cur_size". Change member "tab" to be a htab_t.
1423 (create_filename_seen_cache): Update.
1424 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
1425 (filename_seen): Update.
1426
1427 2012-07-13 Doug Evans <dje@google.com>
1428
1429 * symtab.c (filename_seen): Update comment.
1430
1431 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1432 Doug Evans <dje@google.com>
1433
1434 * buildsym.c (end_symtab_1): Split it to ...
1435 (end_symtab_get_static_block): ... this ...
1436 (end_symtab_from_static_block): ... and this function.
1437 (end_symtab, end_expandable_symtab): Call them.
1438 * buildsym.h (end_symtab_get_static_block)
1439 (end_symtab_from_static_block): New declarations.
1440 * dwarf2read.c (process_full_comp_unit): New variable static_block.
1441 Set its valid CU ranges.
1442
1443 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1444
1445 * dwarf2loc.c (disassemble_dwarf_expression): Handle
1446 DW_OP_GNU_parameter_ref.
1447
1448 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1449
1450 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
1451 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
1452
1453 2012-07-13 Doug Evans <dje@google.com>
1454
1455 * symtab.c (output_source_filename): Delete unnecessary forward decl.
1456 (filename_seen_cache): New struct.
1457 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
1458 (create_filename_seen_cache): New function.
1459 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
1460 (filename_seen): Delete arg "first". New arg "cache". All callers
1461 updated.
1462 (output_source_filename_data): New struct.
1463 (output_source_filename): Delete arg "first". New arg "data".
1464 All callers updated.
1465 (sources_info): Delete local "first". New locals "data", "cleanups".
1466 Rewrite to use filename_seen_cache.
1467 (add_partial_filename_data): Delete member "first". New member
1468 "filename_seen_cache". All uses updated.
1469 (make_source_files_completion_list): Rewrite to use
1470 filename_seen_cache.
1471
1472 2012-07-12 Doug Evans <dje@google.com>
1473
1474 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
1475
1476 2012-07-10 Doug Evans <dje@google.com>
1477
1478 PR gdb/13498
1479 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
1480 all_type_unit_groups, type_unit_groups, tu_stats.
1481 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
1482 All uses updated. Add type_unit_group to union "s".
1483 (type_unit_group): New struct.
1484 (IS_TYPE_UNIT_GROUP): New macro.
1485 (abbrev_table): Delete unused member "section".
1486 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
1487 (dw2_get_cu): Assert not used with type_unit_group.
1488 (dw2_get_primary_cu): New function.
1489 (dw2_build_type_unit_groups_reader): New function.
1490 (dw2_build_type_unit_groups): New function.
1491 (dw2_get_file_names): Assert not called on type units.
1492 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
1493 Redo loop to iterate over type unit groups instead of type units.
1494 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
1495 (read_abbrev_offset): New function.
1496 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
1497 updated.
1498 (create_partial_symtab): New function.
1499 (process_psymtab_comp_unit_reader): Assert not used with type units.
1500 Call create_partial_symtab.
1501 (process_psymtab_type_unit): Delete.
1502 (hash_type_unit_group, eq_type_unit_group): New functions.
1503 (allocate_type_unit_groups_table): New function.
1504 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
1505 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
1506 (create_type_unit_group, get_type_unit_group): New functions.
1507 (tu_abbrev_offset): New struct.
1508 (sort_tu_by_abbrev_offset): New function.
1509 (add_type_unit_group_to_table): New function.
1510 (build_type_unit_groups): New function.
1511 (build_type_psymtabs_reader): New function.
1512 (build_type_psymtab_dependencies): New function.
1513 (build_type_psymtabs): Rewrite.
1514 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
1515 is seen in a type unit.
1516 (process_queue): Move symtab expansion debugging printfs here.
1517 Call process_full_type_unit for type units.
1518 (compute_symtab_includes): Assert not called for type units.
1519 (process_cu_includes): Don't call compute_symtab_includes for
1520 type units.
1521 (process_full_type_unit): New function.
1522 (process_imported_unit_die): Flag an error if called for type units.
1523 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
1524 updated. Assert not called for type units.
1525 (read_file_scope): Call dwarf2_start_symtab.
1526 (setup_type_unit_groups): New function.
1527 (read_type_unit_scope): Rewrite.
1528 (abbrev_table_read_table): Initialize abbrev_table->offset.
1529 (abbrev_table_free_cleanup): New function.
1530 (dwarf2_start_symtab): New function.
1531 (load_full_type_unit): Assert not called for type unit groups.
1532 * buildsym.c (finish_block_internal): New arg "expandable".
1533 All callers updated.
1534 (start_symtab): Move most contents to ...
1535 (restart_symtab): ... here. New function.
1536 (reset_symtab_globals): New function.
1537 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
1538 Call reset_symtab_globals.
1539 (end_symtab, end_expandable_symtab): New functions.
1540 (set_missing_symtab, augment_type_symtab): New functions.
1541 * buildsym.h (end_expandable_symtab): Declare.
1542 (augment_type_symtab, restart_symtab): Declare.
1543 * psympriv.h (struct partial_symtab): New member "anonymous".
1544 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
1545 anonymous psymtabs.
1546 (read_psymtabs_with_filename): Ditto.
1547 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
1548 (expand_symtabs_matching_via_partial): Ditto.
1549 (dump_psymtab): Update.
1550 * dictionary.c (dict_add_pending): New function.
1551 * dictionary.h (dict_add_pending): Declare.
1552
1553 2012-07-09 Doug Evans <dje@google.com>
1554
1555 * buildsym.c (start_subfile): Remove unnecessary check for
1556 name == NULL.
1557
1558 * psymtab.c (allocate_psymtab): Use host_address_to_string.
1559
1560 * dwarf2read.c (load_full_type_unit): Simplify.
1561
1562 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
1563 to struct signatured_type **. All uses updated.
1564
1565 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
1566 All callers updated.
1567
1568 2012-07-09 Tom Tromey <tromey@redhat.com>
1569
1570 * c-exp.y (check_parameter_typelist): New function.
1571 (parameter_typelist): Call it.
1572 * eval.c (make_params): Handle '(void)' case.
1573 * gdbtypes.c (lookup_function_type_with_arguments): Handle
1574 '(void)' case.
1575
1576 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1577
1578 * common/linux-ptrace.c: Include gdb_assert.h.
1579 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
1580 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
1581 stdint.h.
1582 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
1583 functions.
1584 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
1585 * linux-nat.c (linux_child_post_attach)
1586 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
1587
1588 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1589
1590 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
1591 nptl <2.7 bug workaround for core files.
1592
1593 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1594
1595 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
1596 clearing.
1597 (save_siginfo): Remove.
1598 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
1599 call.
1600 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
1601 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
1602 * linux-nat.h (struct lwp_info): Remove field siginfo.
1603
1604 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1605
1606 Code cleanup for the next patch.
1607 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
1608 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
1609 call for it.
1610 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
1611 (ia64_linux_stopped_data_address):
1612 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
1613 the return value.
1614 * linux-nat.h (linux_nat_get_siginfo): Likewise.
1615 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
1616 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
1617 call for it.
1618
1619 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1620
1621 PR 14321
1622 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
1623 Increase buffer sizes to 2x we need, not just 2x of the previous size.
1624
1625 2012-07-06 Tom Tromey <tromey@redhat.com>
1626
1627 * c-exp.y (DOTDOTDOT): New token.
1628 (func_mod, exp): Use parameter_typelist.
1629 (parameter_typelist): New production.
1630 (tokentab3): Add "..." token.
1631 * eval.c (make_params): Handle varargs.
1632 * gdbtypes.c (lookup_function_type_with_arguments): Handle
1633 varargs.
1634
1635 2012-07-06 Tom Tromey <tromey@redhat.com>
1636
1637 PR exp/9608:
1638 * c-exp.y (%union) <tvec>: Change type.
1639 (func_mod): Now uses <tvec> type.
1640 (exp): Update for tvec change.
1641 (direct_abs_decl): Push the typelist.
1642 (func_mod): Return a typelist.
1643 (nonempty_typelist): Update for tvec change.
1644 * gdbtypes.c (lookup_function_type_with_arguments): New function.
1645 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
1646 * parse.c (pop_type_list): New function.
1647 (push_typelist): New function.
1648 (follow_types): Handle tp_function_with_arguments.
1649 * parser-defs.h (type_ptr): New typedef. Define a VEC.
1650 (enum type_pieces) <tp_function_with_arguments>: New constant.
1651 (union type_stack_elt) <typelist_val>: New field.
1652 (push_typelist): Declare.
1653
1654 2012-07-06 Tom Tromey <tromey@redhat.com>
1655
1656 * c-exp.y (%union) <type_stack>: New field.
1657 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
1658 (ptr_operator_ts): New production.
1659 (ptype): Update.
1660 * parse.c (type_stack_reserve): New function.
1661 (check_type_stack_depth): Use it.
1662 (pop_type_stack, append_type_stack, push_type_stack)
1663 (get_type_stack, type_stack_cleanup): New functions.
1664 (follow_types): Handle tp_type_stack.
1665 (_initialize_parse): Simplify initialization.
1666 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
1667 constant.
1668 (union type_stack_elt) <stack_val>: New field.
1669 (get_type_stack, append_type_stack, push_type_stack)
1670 (type_stack_cleanup): Declare.
1671
1672 2012-07-06 Tom Tromey <tromey@redhat.com>
1673
1674 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
1675 Remove.
1676 (struct type_stack): New.
1677 * parse.c (type_stack, type_stack_size, type_stack_depth):
1678 Remove.
1679 (type_stack): New global.
1680 (parse_exp_in_context, check_type_stack_depth)
1681 (insert_into_type_stack, insert_type, push_type, push_type_int)
1682 (insert_type_address_space, pop_type, pop_type_int)
1683 (_initialize_parse): Update.
1684
1685 2012-07-06 Tom Tromey <tromey@redhat.com>
1686
1687 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
1688 Remove %type.
1689
1690 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
1691
1692 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
1693
1694 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
1695 Jan Kratochvil <jan.kratochvil@redhat.com>
1696
1697 * cp-valprint.c (cp_print_value): Replace potentially unsafe
1698 alloca with xmalloc/xfree.
1699
1700 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
1701
1702 * MAINTAINERS (Write After Approval): Add myself to the list.
1703
1704 2012-07-05 Doug Evans <dje@google.com>
1705
1706 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
1707
1708 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
1709
1710 * ax-gdb.c (cli/cli-utils.h): New include.
1711 (linespec.h): Ditto.
1712 (agent_eval_command_one): New function.
1713 (agent_command_1): Ditto.
1714 (agent_command): Call function agent_command_1.
1715 (agent_eval_command): Ditto.
1716 (_initialize_ax_gdb): Change help for "maint agent"
1717 and "maint agent-eval".
1718
1719 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
1720
1721 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
1722 * cli/cli-utils.c (check_for_argument): New function.
1723 * cli/cli-utils.h (check_for_argument): Ditto.
1724
1725 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
1726
1727 * NEWS: Mention x32 ABI support.
1728
1729 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
1730
1731 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
1732 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
1733
1734 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
1735 and pc_regnum_from_eax to -1. Update SP regnum from
1736 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
1737 needed.
1738
1739 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
1740 pc_regnum_from_eax.
1741
1742 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1743
1744 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
1745 * dwarf2expr.h: Include gdbtypes.h.
1746 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
1747 these forward declarations.
1748 (cu_offset, sect_offset): Move these ...
1749 * gdbtypes.h: Remove include dwarf2expr.h.
1750 (cu_offset, sect_offset): ... here.
1751
1752 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
1753
1754 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
1755 (amd64_linux_sigtramp_code): This.
1756 (amd64_x32_linux_sigtramp_code): New.
1757 (LINUX_SIGTRAMP_LEN): Updated.
1758 (amd64_linux_sigtramp_start): Check x32 sigtramp.
1759
1760 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1761
1762 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
1763
1764 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1765
1766 * config.in: Regenerate.
1767 * configure: Regenerate.
1768 * configure.ac: Remove check for gnu/libc-version.h.
1769 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
1770 gnu/libc-version.h.
1771 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
1772 variables libc_version, libc_major and libc_minor. Replace sscanf by
1773 inferior_has_bug. Extend the comment.
1774
1775 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1776
1777 * linux-thread-db.c (inferior_has_bug): New function.
1778 (thread_db_find_new_threads_silently): Return boolean as checked by
1779 inferior_has_bug, describe it in the comments.
1780 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
1781 earlier. Abort the initialization if it returned non-zero.
1782 (thread_db_new_objfile): Exclude debug files.
1783 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
1784 if UNTIL_NO_NEW,
1785
1786 2012-07-02 Doug Evans <dje@google.com>
1787
1788 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
1789 related to queue management.
1790
1791 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
1792 instead of "debug dwarf2-die" in debugging printfs.
1793 (create_debug_info_hash_table_reader): Ditto.
1794 (create_debug_info_hash_table): Ditto.
1795 (init_dwo_file): Ditto.
1796 (init_cutu_and_read_dies): Add debugging printf.
1797 (init_cutu_and_read_dies_no_follow): Ditto.
1798 (process_psymtab_comp_unit_reader): Ditto.
1799
1800 2012-07-02 Stan Shebs <stan@codesourcery.com>
1801
1802 Add target-side support for dynamic printf.
1803 * NEWS: Mention the additional style.
1804 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
1805 (struct bp_location): New field cmd_bytecode.
1806 * breakpoint.c: Include format.h.
1807 (disconnected_dprintf): New global.
1808 (parse_cmd_to_aexpr): New function.
1809 (build_target_command_list): New function.
1810 (insert_bp_location): Call it.
1811 (remove_breakpoints_pid): Skip dprintf breakpoints.
1812 (print_one_breakpoint_location): Ditto.
1813 (dprintf_style_agent): New global.
1814 (dprintf_style_enums): Add dprintf_style_agent.
1815 (update_dprintf_command_list): Add agent case.
1816 (agent_printf_command): New function.
1817 (_initialize_breakpoint): Add new commands.
1818 * common/ax.def (printf): New bytecode.
1819 * ax.h (ax_string): Declare.
1820 * ax-gdb.h (gen_printf): Declare.
1821 * ax-gdb.c: Include cli-utils.h, format.h.
1822 (gen_printf): New function.
1823 (maint_agent_print_command): New function.
1824 (_initialize_ax_gdb): Add maint agent-printf command.
1825 * ax-general.c (ax_string): New function.
1826 (ax_print): Add printf disassembly.
1827 * Makefile.in (SFILES): Add format.c
1828 (COMMON_OBS): Add format.o.
1829 * common/format.h: New file.
1830 * common/format.c: New file.
1831 * printcmd.c: Include format.h.
1832 (ui_printf): Call parse_format_string.
1833 * remote.c (remote_state): New field breakpoint_commands.
1834 (PACKET_BreakpointCommands): New enum.
1835 (remote_breakpoint_commands_feature): New function.
1836 (remote_protocol_features): Add new BreakpointCommands entry.
1837 (remote_can_run_breakpoint_commands): New function.
1838 (remote_add_target_side_commands): New function.
1839 (remote_insert_breakpoint): Call it.
1840 (remote_insert_hw_breakpoint): Ditto.
1841 (_initialize_remote): Add new packet configuration for
1842 target-side breakpoint commands.
1843 * target.h (struct target_ops): New field
1844 to_can_run_breakpoint_commands.
1845 (target_can_run_breakpoint_commands): New macro.
1846 * target.c (update_current_target): Handle
1847 to_can_run_breakpoint_commands.
1848
1849 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1850
1851 Execute -ix and -iex only after system and user gdbinit files.
1852 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
1853 processing down after gdbinit files.
1854
1855 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1856
1857 Add fnmatch-gnu module.
1858 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
1859 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
1860 * gnulib/aclocal.m4: Regenerate.
1861 * gnulib/config.in: Regenerate.
1862 * gnulib/configure: Regenerate.
1863 * gnulib/import/dummy.c: Remove.
1864 * gnulib/import/Makefile.am: Regenerate.
1865 * gnulib/import/Makefile.in: Likewise.
1866 * gnulib/import/m4/gnulib-cache.m4: Likewise.
1867 * gnulib/import/m4/gnulib-comp.m4: Likewise.
1868 * gnulib/import/alloca.c: New file.
1869 * gnulib/import/alloca.in.h: Likewise.
1870 * gnulib/import/config.charset: Likewise.
1871 * gnulib/import/fnmatch.c: Likewise.
1872 * gnulib/import/fnmatch.in.h: Likewise.
1873 * gnulib/import/fnmatch_loop.c: Likewise.
1874 * gnulib/import/localcharset.c: Likewise.
1875 * gnulib/import/localcharset.h: Likewise.
1876 * gnulib/import/m4/alloca.m4: Likewise.
1877 * gnulib/import/m4/codeset.m4: Likewise.
1878 * gnulib/import/m4/configmake.m4: Likewise.
1879 * gnulib/import/m4/fcntl-o.m4: Likewise.
1880 * gnulib/import/m4/fnmatch.m4: Likewise.
1881 * gnulib/import/m4/glibc21.m4: Likewise.
1882 * gnulib/import/m4/localcharset.m4: Likewise.
1883 * gnulib/import/m4/locale-fr.m4: Likewise.
1884 * gnulib/import/m4/locale-ja.m4: Likewise.
1885 * gnulib/import/m4/locale-zh.m4: Likewise.
1886 * gnulib/import/m4/mbrtowc.m4: Likewise.
1887 * gnulib/import/m4/mbsinit.m4: Likewise.
1888 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
1889 * gnulib/import/m4/mbstate_t.m4: Likewise.
1890 * gnulib/import/m4/stdbool.m4: Likewise.
1891 * gnulib/import/m4/wchar_h.m4: Likewise.
1892 * gnulib/import/m4/wctype_h.m4: Likewise.
1893 * gnulib/import/m4/wint_t.m4: Likewise.
1894 * gnulib/import/mbrtowc.c: Likewise.
1895 * gnulib/import/mbsinit.c: Likewise.
1896 * gnulib/import/mbsrtowcs-impl.h: Likewise.
1897 * gnulib/import/mbsrtowcs-state.c: Likewise.
1898 * gnulib/import/mbsrtowcs.c: Likewise.
1899 * gnulib/import/ref-add.sin: Likewise.
1900 * gnulib/import/ref-del.sin: Likewise.
1901 * gnulib/import/stdbool.in.h: Likewise.
1902 * gnulib/import/streq.h: Likewise.
1903 * gnulib/import/strnlen1.c: Likewise.
1904 * gnulib/import/strnlen1.h: Likewise.
1905 * gnulib/import/verify.h: Likewise.
1906 * gnulib/import/wchar.in.h: Likewise.
1907 * gnulib/import/wctype.in.h: Likewise.
1908
1909 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1910
1911 Support shell wildcards for 'set auto-load safe-path'.
1912 * auto-load.c: Include fnmatch.h.
1913 (filename_is_in_dir): Rename to ...
1914 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
1915 it. Update function comment. Rename dir_len to pattern_len. New
1916 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
1917 messages. Use gdb_filename_fnmatch.
1918 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
1919 pattern.
1920 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
1921 * defs.h (gdb_filename_fnmatch): New declaration.
1922 * utils.c: Include fnmatch.h.
1923 (gdb_filename_fnmatch): New function.
1924
1925 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
1926
1927 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
1928 `-probe' and `-probe-stap' options.
1929
1930 2012-07-01 Yao Qi <yao@codesourcery.com>
1931
1932 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
1933 always_inserted_off, and always_inserted_enums.
1934 Change always_inserted_mode's type to 'enum auto_boolean'.
1935 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
1936 callers.
1937 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
1938 of add_setshow_enum_cmd.
1939 * infrun.c: Remove can_use_displaced_stepping_auto,
1940 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
1941 can_use_displaced_stepping_enum.
1942 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
1943 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
1944 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
1945 add_setshow_enum_cmd.
1946
1947 2012-06-30 Doug Evans <dje@google.com>
1948
1949 * dwarf2read.c (signatured_type): Make "per_cu" member first.
1950 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
1951 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
1952
1953 2012-06-29 Doug Evans <dje@google.com>
1954
1955 * linespec.c: #include "stack.h".
1956 (decode_line_with_current_source): Moved here from symtab.c and
1957 renamed from decode_line_spec. All callers updated.
1958 (decode_line_with_last_displayed): Moved here from breakpoint.c and
1959 renamed from decode_line_spec_1. All callers updated.
1960 * linespec.h (decode_line_with_current_source): Move declaration here
1961 from symtab.h and renamed from decode_line_spec.
1962 (decode_line_with_last_displayed): Move declaration here from symtab.h
1963 and renamed from decode_line_spec_1.
1964 * macrocmd.c: #include "linespec.h".
1965 * symtab.c: Remove #include "linespec.h".
1966
1967 2012-06-28 Doug Evans <dje@google.com>
1968
1969 * dwarf2read.c (get_cu_length): New function.
1970 (offset_in_cu_p, error_check_comp_unit_head): Call it.
1971 (create_debug_types_hash_table): Ditto.
1972 (init_cutu_and_read_dies): Ditto.
1973 (init_cutu_and_read_dies_no_follow): Ditto.
1974
1975 * dwarf2read.c (dwarf2_find_base_address): Move definition.
1976
1977 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
1978 (struct abbrev_table): Define.
1979 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
1980 abbrev_table.
1981 (init_cutu_and_read_dies): Update.
1982 (abbrev_table_alloc_abbrev): New function. Replaces
1983 dwarf_alloc_abbrev. All callers updated.
1984 (abbrev_table_add_abbrev): New function.
1985 (abbrev_table_lookup_abbrev): New function. Replaces
1986 dwarf2_lookup_abbrev. All callers updated.
1987 (abbrev_table_read_table): New function. Contents moved here from
1988 dwarf2_read_abbrevs.
1989 (dwarf2_read_abbrevs): Call it.
1990 (abbrev_table_free): New function.
1991 (dwarf2_free_abbrev_table): Call it.
1992
1993 2012-06-28 Stan Shebs <stan@codesourcery.com>
1994
1995 * osdata.c (info_osdata_command): Filter out "Title" columns
1996 from non-MI uses.
1997 * common/linux-osdata.c (struct osdata_type): Add title field.
1998 (osdata_table): Add titles to each entry.
1999 (linux_command_xfer_osdata): Add a column for title data.
2000
2001 2012-06-28 Stan Shebs <stan@codesourcery.com>
2002
2003 Make logging work for MI.
2004 * NEWS: Mention it.
2005 * interps.h (interp_set_logging_ftype): New typedef.
2006 (struct interp_procs): New field set_logging_proc.
2007 (current_interp_set_logging): Declare.
2008 * interps.c (current_interp_set_logging): New function.
2009 * cli/cli-logging.c: Include interps.h.
2010 (set_logging_redirect): Call current_interp_set_logging.
2011 (pop_output_files): Ditto.
2012 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
2013 * mi/mi-console.h (mi_console_set_raw): Declare.
2014 * mi/mi-console.c (mi_console_set_raw): New function.
2015 * mi/mi-interp.c (saved_raw_stdout): New global.
2016 (mi_set_logging): New function.
2017 (_initialize_mi_interp): Add it to interp procs.
2018
2019 2012-06-28 Doug Evans <dje@google.com>
2020
2021 * symtab.c (lookup_symbol_aux_objfile): Use
2022 ALL_OBJFILE_PRIMARY_SYMTABS.
2023
2024 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
2025
2026 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2027
2028 * common/buffer.c: Include inttypes.h and stdint.h.
2029 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
2030
2031 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2032 Pedro Alves <palves@redhat.com>
2033
2034 * gdbthread.h (ALL_THREADS): New macro.
2035 (thread_list): Declare.
2036 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
2037 going, but instead fall through to the stepping handling.
2038 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
2039 the passed in signal. Adjust debug output.
2040 (resume_callback): Rename to ...
2041 (linux_nat_resume_callback): ... this. Pass the thread's last
2042 stop signal, if in "pass" state.
2043 (linux_nat_resume): Adjust to rename.
2044 (stop_wait_callback): New assertion. Don't respawn signals;
2045 instead let the LWP remain with SIGNALLED set.
2046 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
2047 * remote.c (append_pending_thread_resumptions): New.
2048 (remote_vcont_resume): Call it.
2049 * target.h (target_resume): Extend comment.
2050
2051 2012-06-28 Iain Sandoe <iain@codesourcery.com>
2052
2053 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
2054
2055 2012-06-27 Doug Evans <dje@google.com>
2056
2057 * dwarf2read.c (dwarf2_cu): Add ranges_base.
2058 Delete have_addr_base, unused. All uses updated.
2059 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
2060 (dwarf2_get_pc_bounds): Add ranges_base.
2061 (dwarf2_record_block_ranges): Ditto.
2062
2063 2012-06-27 Tom Tromey <tromey@redhat.com>
2064
2065 PR macros/7961:
2066 * varobj.c (varobj_create): Update.
2067 (varobj_set_value): Update.
2068 * tracepoint.c (validate_actionline): Update.
2069 (encode_actions_1): Update.
2070 * parse.c (parse_exp_1): Add 'pc' argument.
2071 (parse_exp_in_context): Add 'pc' argument. Change how
2072 expression_context_pc is set.
2073 (parse_expression): Update.
2074 (parse_field_expression): Update.
2075 * expression.h (parse_exp_1): Update.
2076 * eval.c (parse_to_comma_and_eval): Update.
2077 * breakpoint.c (set_breakpoint_condition): Update.
2078 (update_watchpoint): Update.
2079 (init_breakpoint_sal): Update
2080 (find_condition_and_thread): Update.
2081 (watch_command_1): Update.
2082 (update_breakpoint_locations): Update.
2083 * ada-lang.c (ada_read_renaming_var_value): Update.
2084 (create_excep_cond_exprs): Update.
2085
2086 2012-06-27 Doug Evans <dje@google.com>
2087
2088 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
2089 type units.
2090
2091 2012-06-26 Doug Evans <dje@google.com>
2092
2093 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
2094 prototype.
2095 (error_check_comp_unit_head): New arg abbrev_section. All callers
2096 updated.
2097 (read_and_check_comp_unit_head): Ditto.
2098 (read_and_check_type_unit_head): Ditto.
2099
2100 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2101
2102 New attribute 'last' for gdb.Symtab_and_line.
2103 * NEWS (Python Scripting): Add entry about the new attribute.
2104 * python/py-symtab.c (salpy_get_last): New function which
2105 implements the get method for the 'last' attribute of
2106 gdb.Symtab_and_line.
2107 (sal_object_getset): Add entry for the 'last' attribute.
2108
2109 2012-06-26 Doug Evans <dje@google.com>
2110
2111 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
2112 (dwo_sections): Add macinfo, macro.
2113 (dwarf2_locate_dwo_sections): Watch for macro sections.
2114 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
2115 All callers updated. Handle DWO files.
2116
2117 * NEWS: Mention new options "set debug dwarf2-read" and
2118 "set debug symtab-create".
2119 * dwarf2read.c (dwarf2_read_debug): New static global.
2120 (dwarf2_build_psymtabs_hard): Add debugging printfs.
2121 (process_queue): Ditto.
2122 (process_full_comp_unit): Ditto.
2123 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
2124 * elfread.c (elf_symfile_read): Add debugging printf.
2125 * minsyms.c (install_minimal_symbols): Ditto.
2126 * psymtab.c (allocate_psymtab): Ditto.
2127 * symfile.c (allocate_symtab): Ditto.
2128 * symtab.c (symtab_create_debug): New global.
2129 (_initialize_symtab): Add new option "set debug symtab-create".
2130 * symtab.h (symtab_create_debug): Declare.
2131
2132 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
2133 (lookup_dwo_type_unit): Ditto.
2134
2135 2012-06-26 Roland McGrath <roland@hack.frob.com>
2136 H.J. Lu <hongjiu.lu@intel.com>
2137
2138 * amd64-linux-nat.c: Include <sys/user.h>.
2139 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
2140 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
2141 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
2142
2143 * configure.ac: Check if the fs_base and gs_base members of
2144 `struct user_regs_struct' exist.
2145 * config.in: Regenerated.
2146 * configure: Likewise.
2147
2148 2012-06-25 Michael Eager <eager@eagercon.com>
2149
2150 PR python/14291
2151 * python/python.c (gdbpy_write): Check for interrupted output.
2152
2153 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
2154
2155 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
2156 register as a stack alignment in ARM mode.
2157
2158 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2159
2160 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
2161 * gnulib/config.in: Regenerate.
2162 * gnulib/configure: Likewise.
2163 * gnulib/import/m4/extensions.m4: Update it.
2164 * gnulib/import/m4/gnulib-common.m4: Likewise.
2165 * gnulib/import/m4/memmem.m4: Likewise.
2166 * gnulib/import/m4/mmap-anon.m4: Likewise.
2167 * gnulib/import/m4/multiarch.m4: Likewise.
2168 * gnulib/import/stdint.in.h: Likewise.
2169
2170 2012-06-24 Yao Qi <yao@codesourcery.com>
2171
2172 * corefile.c (write_memory_with_notification): New.
2173 * gdbcore.h: Declare write_memory_with_notification.
2174 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
2175 'observer_notify_memory_changed' with 'write_memory_with_notification'.
2176 * valops.c (value_assign): Likewise.
2177 * python/py-inferior.c (infpy_write_memory): Call
2178 'write_memory_with_notification'.
2179
2180 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2181
2182 * cc-with-index.sh: Use also -ex "set auto-load no".
2183
2184 2012-06-23 Doug Evans <dje@google.com>
2185
2186 PR 14125
2187 * NEWS: Document additions to .gdb_index.
2188 * dwarf2read.c: #include "gdb/gdb-index.h".
2189 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
2190 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
2191 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
2192 (dwarf2_read_index): Recognize version 7.
2193 (dw2_do_expand_symtabs_matching): New args want_specific_block,
2194 block_kind, domain): All callers updated.
2195 (dw2_find_symbol_file): Handle new index CU values.
2196 (dw2_expand_symtabs_matching): Match symbol kind if requested.
2197 (add_index_entry): New args is_static, kind. All callers updated.
2198 (offset_type_compare, uniquify_cu_indices): New functions
2199 (symbol_kind): New function.
2200 (write_psymtabs_to_index): Remove duplicate CU values.
2201 (write_psymtabs_to_index): Write .gdb_index version 7.
2202
2203 2012-06-22 Joel Brobecker <brobecker@adacore.com>
2204
2205 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
2206 * configure: Regenerate.
2207
2208 2012-06-20 Yao Qi <yao@codesourcery.com>
2209
2210 * python/py-inferior.c: Update comments of infpy_read_memory
2211 and infpy_write_memory.
2212
2213 2012-06-19 Tom Tromey <tromey@redhat.com>
2214
2215 PR exp/9514:
2216 * parser-defs.h (insert_type, insert_type_address_space): Declare.
2217 (push_type_address_space): Remove.
2218 * parse.c (insert_into_type_stack): New function.
2219 (insert_type): Likewise.
2220 (insert_type_address_space): Rename from push_type_address_space.
2221 Insert tp_space_identifier.
2222 * c-exp.y (ptr_operator): New production.
2223 (abs_decl): Use ptr_operator.
2224 (space_identifier): Call insert_type_address_space.
2225 (ptype): Don't use const_or_volatile_or_space_identifier.
2226 (const_or_volatile_noopt): Call insert_type.
2227 (conversion_type_id, conversion_declarator): New productions.
2228 (operator): Use conversion_type_id.
2229
2230 2012-06-18 Doug Evans <dje@google.com>
2231
2232 * symtab.h (minimal_symbol): New member created_by_gdb.
2233 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
2234 created by gdb.
2235 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
2236 (search_symbols): Call it instead of lookup_symbol.
2237 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
2238
2239 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
2240 Adjust address for DW_OP_GNU_addr_index.
2241 * dwarf2expr.h (dwarf_expr_context): Update comment.
2242 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
2243 all callers updated. Handle TLS vars described with
2244 DW_OP_GNU_const_index.
2245 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
2246 and DW_OP_GNU_const_index.
2247 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
2248
2249 * block.c (find_block_in_blockvector): Make explicit the fact that we
2250 ignore GLOBAL_BLOCK.
2251
2252 2012-06-18 Tom Tromey <tromey@redhat.com>
2253
2254 * c-exp.y (operator): Remove trailing space after "delete" and
2255 "delete[]".
2256
2257 2012-06-18 Mark Kettenis <kettenis@gnu.org>
2258 Jan Kratochvil <jan.kratochvil@redhat.com>
2259
2260 Switch i386 and derived targets to ON_STACK.
2261 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
2262 (amd64_dicos_init_abi): Remove its installment.
2263 * dicos-tdep.c (dicos_init_abi): Remove the
2264 set_gdbarch_call_dummy_location call. Update the comment here.
2265 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
2266 (i386_dicos_init_abi): Remove its installment.
2267 * i386-tdep.c (i386_push_dummy_code): New function.
2268 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
2269 i386_push_dummy_code.
2270
2271 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2272
2273 Remove stale dummy frames.
2274 * breakpoint.c: Include dummy-frame.h.
2275 (longjmp_breakpoint_ops): New variable.
2276 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
2277 bp_longjmp_call_dummy.
2278 (bpstat_what, bptype_string, print_one_breakpoint_location)
2279 (init_bp_location): Support bp_longjmp_call_dummy.
2280 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
2281 (set_longjmp_breakpoint_for_call_dummy)
2282 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
2283 functions.
2284 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
2285 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
2286 FIXME comment and extend the other comment for bp_call_dummy.
2287 (set_longjmp_breakpoint_for_call_dummy)
2288 (check_longjmp_breakpoint_for_call_dummy): New declarations.
2289 * dummy-frame.c: Include gdbthread.h.
2290 (pop_dummy_frame_bpt): New function.
2291 (pop_dummy_frame): Call pop_dummy_frame_bpt.
2292 (dummy_frame_discard): New function.
2293 (cleanup_dummy_frames): Update the comment about longjmps.
2294 * dummy-frame.h (dummy_frame_discard): New declaration.
2295 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
2296 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
2297 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
2298 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
2299 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
2300 keep_going if IS_LONGJMP and there is no other reason to stop.
2301
2302 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
2303
2304 * remote-sim.c (sim_command_completer): Initialize
2305 variable 'result'.
2306
2307 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2308
2309 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
2310 * dwarf2loc.c (call_site_parameter_matches): Support
2311 CALL_SITE_PARAMETER_PARAM_OFFSET.
2312 (needs_dwarf_reg_entry_value): Push stub value.
2313 * dwarf2read.c (read_call_site_scope): New variable origin. Support
2314 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
2315 * gdbtypes.h (enum call_site_parameter_kind): New item
2316 CALL_SITE_PARAMETER_PARAM_OFFSET.
2317 (struct call_site.parameter.u): New field param_offset.
2318
2319 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2320
2321 Code cleanup: Generalize call_site.parameter key.
2322 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
2323 variable dwarf_reg. New variable kind_u. Update parameters to
2324 push_dwarf_reg_entry_value.
2325 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
2326 * dwarf2expr.h (enum call_site_parameter_kind)
2327 (union call_site_parameter_u): Forward declarations.
2328 (struct dwarf_expr_context_funcs): Update parameters and their
2329 description for push_dwarf_reg_entry_value.
2330 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
2331 * dwarf2loc.c (call_site_parameter_matches): New function.
2332 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
2333 description. Use call_site_parameter_matches.
2334 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
2335 Update parameters and their description.
2336 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
2337 New variable kind_u. Adjust the caller for updated parameters.
2338 (needs_dwarf_reg_entry_value): Update parameters.
2339 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
2340 instead of attr. Update for the changed fields of struct
2341 call_site_parameter.
2342 * gdbtypes.h: Include dwarf2expr.h.
2343 (enum call_site_parameter_kind): New.
2344 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
2345 fb_offset into new union u.
2346
2347 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
2348
2349 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
2350 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
2351 for x32.
2352
2353 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
2354
2355 * amd64-linux-nat.c (compat_x32_clock_t): New.
2356 (compat_x32_siginfo_t): Likewise.
2357 (compat_x32_siginfo_from_siginfo): Likewise.
2358 (siginfo_from_compat_x32_siginfo): Likewise.
2359 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
2360 and siginfo_from_compat_x32_siginfo for x32.
2361
2362 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
2363
2364 * tracepoint.c (tfile_xfer_partial): Add a lseek.
2365
2366 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
2367
2368 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
2369 instead of gdbarch_ptr_bit.
2370 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
2371 (amd64_supply_native_gregset): Likewise.
2372 (amd64_collect_native_gregset): Likewise.
2373 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
2374 (amd64_supply_xsave): Likewise.
2375 (amd64_collect_fxsave): Likewise.
2376 (amd64_collect_xsave): Likewise.
2377
2378 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
2379
2380 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
2381 (amd64_linux_read_description): Check DS segment register for
2382 x32 process.
2383
2384 2012-06-15 Tom Tromey <tromey@redhat.com>
2385
2386 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
2387 init_cutu_and_read_dies.
2388
2389 2012-06-15 Iain Sandoe <iain@codesourcery.com>
2390
2391 * MAINTAINERS (Write After Approval): Add myself to the list.
2392
2393 2012-06-15 Tom Tromey <tromey@redhat.com>
2394
2395 * valops.c (value_find_oload_method_list): Now static.
2396 * value.h (value_find_oload_method_list): Don't declare.
2397
2398 2012-06-15 Tom Tromey <tromey@redhat.com>
2399
2400 * valops.c (find_overload_match): Use value_ind.
2401
2402 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
2403
2404 * infrun.c (handle_inferior_event): Correct indentation.
2405
2406 2012-06-14 Doug Evans <dje@google.com>
2407
2408 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
2409 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
2410 All uses updated.
2411 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
2412 updated. Handle DEBUG_LOC_START_LENGTH.
2413 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
2414 (loclist_describe_location): Ditto.
2415
2416 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
2417
2418 PR backtrace/13866
2419 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
2420 after hiding inline functions.
2421
2422 2012-06-13 Joel Brobecker <brobecker@adacore.com>
2423
2424 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
2425 _initialize_inf_ttrace.
2426
2427 2012-06-13 Joel Brobecker <brobecker@adacore.com>
2428
2429 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
2430 _initialize_hppa_hpux_nat.
2431
2432 2012-06-13 Joel Brobecker <brobecker@adacore.com>
2433
2434 * remote-sim.c (sim_command_completer): Change type of return
2435 value to "VEC (char_ptr) *". Adjust implementation accordingly.
2436
2437 2012-06-13 Mark Kettenis <kettenis@gnu.org>
2438 Jan Kratochvil <jan.kratochvil@redhat.com>
2439
2440 PR tdep/14222
2441 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
2442 stack on a 16-byte boundary.
2443
2444 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
2445
2446 * jit.c (finalize_symtab): Set function's return type to 'void' by
2447 default.
2448
2449 2012-06-13 Mark Kettenis <kettenis@gnu.org>
2450 H.J. Lu <hongjiu.lu@intel.com>
2451
2452 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
2453 Move bits common to both the classic LP64 and the new x32 ILP32
2454 ABI here.
2455 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
2456 (amd64_x32_linux_init_abi): New function.
2457 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
2458 subtype.
2459
2460 * i386-tdep.h (i386_pseudo_register_name): New prototype.
2461 * i386-tdep.c (i386_pseudo_register_name): Make public.
2462 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
2463 * amd64-tdep.c (amd64_dword_names): Add "eip".
2464 (amd64_x32_pseudo_register_type): New function
2465 (amd64_x32_init_abi): New function.
2466
2467 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2468
2469 PR build/14003
2470 * inferior.h (struct inferior_suspend_state): Comment out.
2471 (struct inferior): Comment out the field suspend.
2472 * infrun.c (struct infcall_suspend_state): Comment out the field
2473 inferior_suspend.
2474 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
2475 out its assignment.
2476
2477 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2478
2479 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
2480 * c-exp.y (classify_inner_name): Remove caller assumptions in the
2481 function comment. Return ERROR for unresolved cases. Implement
2482 returning proper NAME.
2483 (yylex): Accept also NAME from classify_inner_name.
2484 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
2485 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
2486 LOC_TYPEDEF type.
2487 * cp-support.h (cp_lookup_nested_type): Update its declaration.
2488
2489 2012-06-13 Tom Tromey <tromey@redhat.com>
2490
2491 * breakpoint.c (condition_completer): New function.
2492 (_initialize_breakpoint): Use it.
2493 * value.c (complete_internalvar): New function.
2494 * value.h (complete_internalvar): Declare.
2495
2496 2012-06-13 Tom Tromey <tromey@redhat.com>
2497
2498 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
2499 * breakpoint.c (catch_syscall_completer): Return a VEC.
2500 * cli/cli-cmds.c (complete_command): Update.
2501 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
2502 (complete_on_enum): Likewise.
2503 * command.h: Include gdb_vecs.h.
2504 (completer_ftype): Change return type.
2505 (complete_on_cmdlist, complete_on_enum): Likewise.
2506 * completer.c (noop_completer, filename_completer)
2507 (location_completer): Return a VEC.
2508 (add_struct_fields): Remove 'nextp' argument. Change 'output'
2509 to a VEC.
2510 (expression_completer, complete_line_internal, complete_line)
2511 (command_completer): Return a VEC.
2512 (gdb_completion_word_break_characters, line_completion_function):
2513 Update.
2514 * completer.h: Include gdb_vecs.h.
2515 (complete_line, noop_completer, filename_completer)
2516 (expression_completer, location_completer, command_completer):
2517 Update.
2518 * f-lang.c (f_word_break_characters): Return a VEC.
2519 * interps.c (interpreter_completer): Return a VEC.
2520 * language.h (struct language_defn)
2521 <la_make_symbol_completion_list>: Return a VEC.
2522 * python/py-cmd.c (cmdpy_completer): Return a VEC.
2523 * symtab.c (free_completion_list): Take a VEC.
2524 (return_val_size, return_val_index): Remove.
2525 (return_val): Now a VEC.
2526 (completion_list_add_name): Update.
2527 (default_make_symbol_completion_list_break_on)
2528 (default_make_symbol_completion_list, make_symbol_completion_list)
2529 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
2530 Return a VEC.
2531 (add_filename_to_list): Update.
2532 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
2533 <list>: Now a VEC.
2534 (maybe_add_partial_symtab_filename): Update.
2535 (make_source_files_completion_list): Return a VEC.
2536 * symtab.h (default_make_symbol_completion_list_break_on)
2537 (default_make_symbol_completion_list, make_symbol_completion_list)
2538 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
2539 (make_source_files_completion_list): Update.
2540
2541 2012-06-13 Tom Tromey <tromey@redhat.com>
2542
2543 * breakpoint.c (add_catch_command): Use completer_ftype.
2544 * breakpoint.h: Include command.h.
2545 (add_catch_command): Use completer_ftype.
2546 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
2547 * cli/cli-decode.h (struct cmd_list_element) <completer>:
2548 Use completer_ftype.
2549 * command.h (completer_ftype): New typedef.
2550 (set_cmd_completer): Use it.
2551 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
2552 completer_ftype.
2553
2554 2012-06-13 Pedro Alves <palves@redhat.com>
2555
2556 Partial revert of previous change.
2557
2558 * serial.c (scb_base): New global.
2559 (serial_for_fd): New.
2560 (serial_open, serial_fdopen_ops): Link new serial in open serials
2561 chain.
2562 (do_serial_close): Unlink serial from the open serials chain.
2563
2564 2012-06-12 Pedro Alves <palves@redhat.com>
2565
2566 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
2567 threads here.
2568 (prepare_for_detach): No longer context switch here in non-stop
2569 mode.
2570 (fetch_inferior_event): Ditto.
2571 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
2572 to the event thread before removing breakpoints. Switch to the
2573 event thread before inserting breakpoints and resuming.
2574 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
2575 event thread before resuming.
2576 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
2577 Switch to the event thread before removing breakpoints.
2578
2579 2012-06-12 Eli Zaretskii <eliz@gnu.org>
2580
2581 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
2582 special characters correctly for the Windows shells. See
2583 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
2584 report.
2585 [!__MINGW32__]: Remove extra double quote character from special
2586 characters.
2587
2588 2012-06-11 Stan Shebs <stan@codesourcery.com>
2589
2590 * ui-out.h: Remove #if 0 declarations.
2591 * ui-out.c: Remove #if 0 functions.
2592
2593 2012-06-11 Pedro Alves <palves@redhat.com>
2594
2595 * ser-base.c (run_async_handler_and_reschedule): New.
2596 (fd_event, push_event): Use it.
2597 * serial.c (serial_open, serial_fdopen_ops): Set the initial
2598 reference count to 1.
2599 (do_serial_close): Set the bufp field to NULL. Use serial_unref
2600 instead of xfree.
2601 (serial_is_open, serial_ref, serial_unref): New.
2602 * serial.h (serial_open): Adjust comment.
2603 (serial_is_open): Declare.
2604 (serial_close): Adjust comment.
2605 (serial_ref, serial_unref) Declare.
2606 (struct serial): New field 'refcnt'.
2607
2608 2012-06-11 Pedro Alves <palves@redhat.com>
2609
2610 Remove #if 0'd "connect" command, and unnecessary associated
2611 refcounting and serial reuse bits.
2612
2613 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
2614 * serial.c (last_serial_opened): Delete.
2615 (scb_base): Delete.
2616 (serial_open): Adjust.
2617 (serial_for_fd): Delete.
2618 (serial_fdopen_ops, do_serial_close): Adjust.
2619 (serial_fdopen_ops): Adjust.
2620
2621 2012-06-11 Pedro Alves <palves@redhat.com>
2622
2623 * serial.c (do_serial_close): Remove early return when SCB is
2624 null.
2625
2626 2012-06-11 Tom Tromey <tromey@redhat.com>
2627
2628 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
2629
2630 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2631
2632 Fix regression by the "ambiguous linespec" series.
2633 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
2634 get_last_displayed_symtab and get_last_displayed_line and depending
2635 on CURSAL.
2636
2637 2012-06-11 Tom Tromey <tromey@redhat.com>
2638
2639 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
2640 (dw2_find_symbol_file): Use it.
2641
2642 2012-06-11 Michael Eager <eager@eagercon.com>
2643
2644 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
2645 * mips-linux-tdep.h (mips_signals): New
2646
2647 2012-06-11 Tom Tromey <tromey@redhat.com>
2648
2649 * infrun.c (handle_inferior_event)
2650 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
2651 breakpoint.
2652 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
2653 exception logic in all cases. Update comments.
2654 (insert_longjmp_resume_breakpoint): Set the exception resume
2655 breakpoint.
2656
2657 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
2658
2659 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
2660
2661 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
2662
2663 * valarith.c (binop_types_user_defined_p): Fix a typo.
2664
2665 2012-06-08 Yao Qi <yao@codesourcery.com>
2666 Chung-Lin Tang <cltang@codesourcery.com>
2667
2668 * arch-utils.c (default_return_in_first_hidden_param_p): New.
2669 * arch-utils.h: Declare.
2670 * gdbarch.sh: Add return_in_first_hidden_param_p.
2671 * gdbarch.c, gdbarch.h: Regenerated.
2672 * infcall.c (call_function_by_hand): Call
2673 gdbarch_return_in_first_hidden_param_p instead of
2674 language_pass_by_reference.
2675
2676 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
2677 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
2678 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
2679 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
2680 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
2681 `cplus_return_struct_by_reference'.
2682 (tic6x_return_value): Handle language cplusplus.
2683 (tic6x_return_in_first_hidden_param_p): New.
2684 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
2685
2686 2012-06-07 Doug Evans <dje@google.com>
2687
2688 * dwarf2read.c (dwarf2_cu): Add comment.
2689
2690 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
2691
2692 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
2693 variable.
2694 (mips_eabi_push_dummy_call): Likewise.
2695 (mips_n32n64_push_dummy_call): Likewise.
2696 (mips_o32_push_dummy_call): Likewise.
2697 (mips_o64_push_dummy_call): Likewise.
2698
2699 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
2700
2701 * mips-tdep.c (mips_convert_register_p): Correct coding style.
2702
2703 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
2704
2705 * mips-tdep.c (mips_pseudo_register_type): Use
2706 mips_float_register_p.
2707
2708 2012-06-06 Pedro Alves <palves@redhat.com>
2709
2710 * infrun.c (handle_inferior_event): Remove calls to
2711 reinit_frame_cache that follow a context_switch call.
2712
2713 2012-06-06 Pedro Alves <palves@redhat.com>
2714
2715 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
2716 context_switch and remove stale comment.
2717
2718 2012-06-06 Pedro Alves <palves@redhat.com>
2719
2720 * infrun.c (struct execution_control_state): Remove
2721 `new_thread_event' field.
2722 (handle_inferior_event): Simplify new threads handling; don't
2723 resume the inferior if we find a new thread.
2724
2725 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2726
2727 * NEWS: Document the deprecation of SH's 'regs' command.
2728 * inferior.h (all_registers_info): Add function declaration.
2729 * sh-tdep.c (sh_show_regs): Remove variable.
2730 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
2731 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
2732 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
2733 (sh_show_regs_command): Remove functions.
2734 (sh_gdbarch_init): Don't set sh_show_regs.
2735 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
2736 'info all-registers'.
2737 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
2738 (sh64_show_regs): Remove functions.
2739 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
2740
2741 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2742
2743 * configure.ac: Move development=true below AC_INIT.
2744 * configure: Regenerate.
2745
2746 2012-06-05 Stan Shebs <stan@codesourcery.com>
2747
2748 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
2749 gdb_stdout.
2750
2751 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
2752
2753 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
2754 argument as ssize_t.
2755 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
2756 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
2757 * target.c (target_read_stack, target_write_memory)
2758 (target_write_raw_memory): Likewise.
2759 * target.h (target_read_stack, target_write_memory)
2760 (target_write_raw_memory): Likewise.
2761
2762 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2763
2764 * symfile-mem.c: Change gdb_static_assert to ssize_t.
2765 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
2766 * target.c (target_read_memory): Change LEN to ssize_t.
2767 * target.h (target_read_memory): Change LEN to ssize_t.
2768
2769 2012-06-05 Pedro Alves <palves@redhat.com>
2770
2771 PR backtrace/13866
2772
2773 * breakpoint.c (until_break_command): Only fetch the selected
2774 frame after decode_line_1.
2775
2776 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
2777
2778 * solib-svr4.c (enable_break): Don't fallback to setting the solib
2779 event breakpoint at _start, __start or main if a program
2780 interpreter is not found.
2781
2782 2012-06-05 Joel Brobecker <brobecker@adacore.com>
2783
2784 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
2785 Add declaration.
2786 * windows-tdep.c: #include "objfiles.h".
2787 (windows_iterate_over_objfiles_in_search_order): New function.
2788 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
2789 iterate_over_objfiles_in_search_order gdbarch method to
2790 windows_iterate_over_objfiles_in_search_order.
2791 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
2792
2793 2012-06-05 Joel Brobecker <brobecker@adacore.com>
2794
2795 * gdbarch.sh: Add generation of
2796 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
2797 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
2798 (iterate_over_objfiles_in_search_order): New gdbarch method.
2799 * gdbarch.h, gdbarch.c: Regenerate.
2800 * objfiles.h (default_iterate_over_objfiles_in_search_order):
2801 Add declaration.
2802 * objfiles.c (default_iterate_over_objfiles_in_search_order):
2803 New function.
2804 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
2805 out of lookup_symbol_aux_symtabs.
2806 (lookup_symbol_aux_symtabs): Replace extracted-out code by
2807 call to lookup_symbol_aux_objfile.
2808 (struct global_sym_lookup_data): New type.
2809 (lookup_symbol_global_iterator_cb): New function.
2810 (lookup_symbol_global): Search for symbol using
2811 gdbarch_iterate_over_objfiles_in_search_order and
2812 lookup_symbol_global_iterator_cb.
2813 * findvar.c (struct minsym_lookup_data): New type.
2814 (minsym_lookup_iterator_cb): New function.
2815 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
2816 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
2817 and minsym_lookup_iterator_cb.
2818
2819 2012-06-05 Joel Brobecker <brobecker@adacore.com>
2820
2821 Revert the following patch:
2822 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
2823 try locating the symbol in the symbol's own objfile first, before
2824 extending the search to all objfiles.
2825 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
2826 out of lookup_symbol_aux_symtabs.
2827 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
2828 Replace extracted-out code by call to lookup_symbol_aux_objfile.
2829 Do not search EXCLUDE_OBJFILE.
2830 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
2831 (lookup_symbol_global): Search for matches in the block's objfile
2832 first, before searching all other objfiles.
2833
2834 2012-06-05 Joel Brobecker <brobecker@adacore.com>
2835
2836 * breakpoint.c (find_condition_and_thread): Stop parsing
2837 as soon as the first invalid keyword is found.
2838
2839 2012-06-05 Joel Brobecker <brobecker@adacore.com>
2840
2841 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
2842
2843 2012-06-05 Joel Brobecker <brobecker@adacore.com>
2844
2845 * config/djgpp/djcheck.sh: Add copyright header.
2846
2847 2012-06-05 Joel Brobecker <brobecker@adacore.com>
2848
2849 * copyright.py (update_files, main): Fix path to update-copyright
2850 script.
2851
2852 2012-06-05 Joel Brobecker <brobecker@adacore.com>
2853
2854 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
2855 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
2856 for which a reminder to update by hand is printed.
2857
2858 2012-06-04 Doug Evans <dje@google.com>
2859
2860 * buildsym.c (make_blockvector): Add comment.
2861
2862 2012-06-04 Pedro Alves <palves@redhat.com>
2863
2864 * arch-utils.c (default_gdb_signal_from_target): Delete.
2865 * arch-utils.h (default_gdb_signal_from_target): Delete.
2866 * corelow.c (core_open) <signal mapping>: Extended comment. Check
2867 gdbarch_gdb_signal_from_target_p.
2868 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
2869 predicate).
2870 * gdbarch.h: Regenerate.
2871 * gdbarch.c: Regenerate.
2872
2873 2012-06-04 Pedro Alves <palves@redhat.com>
2874
2875 * gdbarch.sh (gdb_signal_from_target): Mention that the
2876 implementation of the method must be host independent.
2877 * gdbarch.h: Regenerate.
2878
2879 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2880
2881 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
2882 parameters.
2883 (target_read_memory_bfd): New function.
2884 (symbol_file_add_from_memory): Use it.
2885
2886 2012-06-03 Doug Evans <dje@google.com>
2887
2888 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
2889 of primary symtab.
2890 (basic_lookup_transparent_type): Ditto.
2891
2892 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
2893 (ALL_PRIMARY_SYMTABS): Use it.
2894 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
2895 * dwarf2read.c (dw2_find_symbol_file): Ditto.
2896 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
2897 * symtab.c (lookup_symbol_aux_objfile): Ditto.
2898 (basic_lookup_transparent_type): Ditto.
2899
2900 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
2901
2902 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
2903 it to optimize resolution of demangled name.
2904
2905 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2906
2907 * configure.ac (development): Define new variable.
2908 Call AC_CHECK_LIB for mcheck if $development.
2909 (ERROR_ON_WARNING): Enable it by default only if $development.
2910 * config.in: Regenerate.
2911 * configure: Regenerate.
2912
2913 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
2914
2915 * target.c (target_read_memory): Make LEN argument as size_t.
2916 * target.h (target_read_memory): Likewise.
2917
2918 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2919
2920 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
2921
2922 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
2923
2924 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
2925 BookE interface for PowerPC server processors if not available
2926 in the Linux Kernel.
2927
2928 2012-05-31 Keith Seitz <keiths@redhat.com>
2929
2930 * linespec.c (decode_objc): Add cleanup to free
2931 INFO.FILE_SYMTABS.
2932 (find_linespec_symbols): Add cleanup to free CLASSES.
2933 * symfile.c (find_separate_debug_file_by_debuglink): Add
2934 cleanup to free DEBUGLINK.
2935 * ui-out.c (clear_header_list): No need to check if
2936 HEADER_NEXT.COLHDR is NULL.
2937 Free HEADER_NEXT.COL_NAME.
2938
2939 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2940
2941 * ada-lang.c (standard_lookup): Prevent uninitialized variable
2942 warning.
2943
2944 2012-05-30 Jeff Kenton <jkenton@tilera.com>
2945
2946 * configure.host (gdb_host_cpu): Handle tilegx*.
2947 (gdb_host): Handle tilegx-*-linux*.
2948 * tilegx-linux-nat.c: New file.
2949 * config/tilegx/linux.mh: New file.
2950
2951 2012-05-30 Jeff Kenton <jkenton@tilera.com>
2952
2953 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
2954 tilegx-linux-tdep.o.
2955 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
2956 tilegx-linux-tdep.c.
2957 * configure.tgt: Handle tilegx-*-linux*.
2958 * tilegx-tdep.h: New file.
2959 * tilegx-tdep.c: New file.
2960 * tilegx-linux-tdep.c: New file.
2961 * regformats/reg-tilegx.dat: New file.
2962
2963 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
2964
2965 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
2966 accounting of hw watchpoints on ppc.
2967
2968 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
2969
2970 * source.c (openp): Expand tilde in path entries.
2971
2972 2012-05-29 Doug Evans <dje@google.com>
2973
2974 * buildsym.c (block_compar): Fix comment.
2975 (end_symtab): Fix and clarify some comments.
2976
2977 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
2978 cleanup_undefined_types.
2979 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
2980 All callers updated.
2981
2982 2012-05-29 Tom Tromey <tromey@redhat.com>
2983
2984 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
2985 fails.
2986 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
2987 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
2988 fails.
2989 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
2990 fails.
2991
2992 2012-05-29 Tristan Gingold <gingold@adacore.com>
2993
2994 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
2995 (struct darwin_info): ... New struct.
2996 (solib_darwin_pspace_data): New variable.
2997 (darwin_pspace_data_cleanup): New function.
2998 (get_darwin_info): Likewise.
2999 (darwin_dyld_version_ok, darwin_load_image_infos)
3000 (darwin_solib_get_all_image_info_addr_at_init)
3001 (darwin_solib_read_all_image_info_addr): Add info argument.
3002 Adjust code.
3003 (darwin_current_sos): Use per pspace structure.
3004 (darwin_solib_create_inferior_hook): Likewise.
3005 (darwin_clear_solib): Likewise.
3006 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
3007
3008 2012-05-28 Pedro Alves <palves@redhat.com>
3009
3010 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
3011 block that uses them. Clear ecss before handling each event.
3012
3013 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3014
3015 * solib-svr4.c (svr4_current_sos): New comment on
3016 svr4_current_sos_via_xfer_libraries fall back.
3017
3018 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3019
3020 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
3021 it as a fallback for TYPE_IS_OPAQUE.
3022 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
3023 symbols for lookup_symbol.
3024
3025 2012-05-24 John Steele Scott <toojays@toojays.net>
3026
3027 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
3028 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
3029 (producer_is_gxx_lt_4_6): Move the checking and caching to...
3030 (check_producer): ... this new function, which also checks for ICC
3031 and caches the result.
3032 (producer_is_icc): New function.
3033 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
3034 producer was ICC.
3035
3036 2012-05-24 Pedro Alves <palves@redhat.com>
3037
3038 PR gdb/7205
3039
3040 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
3041 (default_gdb_signal_to_target): ... this. Add comment.
3042 (default_gdb_signal_from_host): Rename to ...
3043 (default_gdb_signal_from_target): ... this. Add comment.
3044 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
3045 (default_gdb_signal_to_target): ... this.
3046 (default_gdb_signal_from_host): Rename to ...
3047 (default_gdb_signal_from_target): ... this.
3048 * corelow.c (core_open): Adjust to naming change. Replace comment.
3049 * gdbarch.sh (gdb_signal_from_host): Rename to ...
3050 (gdb_signal_from_target): ... this. Adjust to
3051 default_gdb_signal_from_host naming change. Extend comment.
3052 (gdb_signal_to_host): Rename to ...
3053 (gdb_signal_to_target): ... this. Adjust to
3054 default_gdb_signal_to_host naming change.
3055 * gdbarch.h, gdbarch.c: Renegerate.
3056
3057 2012-05-24 Pedro Alves <palves@redhat.com>
3058
3059 PR gdb/7205
3060
3061 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
3062
3063 2012-05-24 Pedro Alves <palves@redhat.com>
3064
3065 PR gdb/7205
3066
3067 Replace target_signal with gdb_signal throughout.
3068
3069 2012-05-24 Pedro Alves <palves@redhat.com>
3070
3071 PR tui/14159
3072
3073 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
3074 string, instead of reusing the va_list argument.
3075
3076 2012-05-24 Tom Tromey <tromey@redhat.com>
3077
3078 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
3079 Remove.
3080
3081 2012-05-23 Doug Evans <dje@google.com>
3082
3083 * symtab.c (search_symbols): Formatting fixes.
3084 (print_symbol_info): Formatting fixes.
3085
3086 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
3087 int64_t change to leb128 API.
3088 (read_encoded_value, decode_frame_entry_1): Ditto.
3089 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
3090 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
3091 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
3092 (execute_stack_op): Ditto.
3093 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
3094 (safe_read_uleb128, safe_read_sleb128): Ditto.
3095 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
3096 (dwarf2_compile_expr_to_ax): Ditto.
3097 (locexpr_describe_location_piece): Ditto.
3098 (disassemble_dwarf_expression): Ditto.
3099 (locexpr_describe_location_1): Ditto.
3100
3101 2012-05-23 Stan Shebs <stan@codesourcery.com>
3102 Kwok Cheung Yeung <kcy@codesourcery.com>
3103
3104 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
3105 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
3106 (mi-cmd-info.o): New rule.
3107 * osdata.h (info_osdata_command): New declaration.
3108 * osdata.c (info_osdata_command): Change to non-static.
3109 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
3110 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
3111 * mi/mi-cmd-info.c: New file.
3112
3113 2012-05-23 Doug Evans <dje@google.com>
3114
3115 * symtab.c (search_symbols): Pass NULL for file_matcher to
3116 expand_symtabs_matching if there are no files to match.
3117
3118 * gdbtypes.c (lookup_typename): Simplify.
3119
3120 2012-05-23 Pedro Alves <palves@redhat.com>
3121
3122 * arch-utils.h (default_target_signal_to_host): Delete.
3123 * arch-utils.c (default_target_signal_to_host): Delete.
3124 * gdbarch.sh (target_signal_to_host): Remove.
3125 * gdbarch.h, gdbarch.c: Regenerate.
3126
3127 2012-05-22 Doug Evans <dje@google.com>
3128
3129 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
3130 "const gdb_byte *".
3131 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
3132 (execute_cfa_program): Update to match API of leb128 functions.
3133 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
3134 "const gdb_byte *".
3135 (read_unsigned_leb128, read_signed_leb128): Delete.
3136 (read_initial_length): Change type of buf argument to
3137 "const gdb_byte *".
3138 (read_encoded_value): Update to match API of leb128 functions.
3139 (decode_frame_entry): Change result to "const gdb_byte *", and
3140 similarly for "start" parameter.
3141 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
3142 (dwarf2_build_frame_info): Change local frame_ptr to
3143 "const gdb_byte *".
3144 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
3145 read_uleb128, read_sleb128. All callers updated.
3146 (safe_skip_leb128): New function.
3147 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
3148 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
3149 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
3150 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
3151 read_uleb128, read_sleb128.
3152 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
3153 (execute_stack_op): Update to match API of leb128 functions.
3154 * dwarf2expr.h: #include "leb128.h".
3155 (read_uleb128, read_sleb128): Delete.
3156 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
3157 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
3158 * dwarf2loc.c (debug_loc_kind): New enum.
3159 (decode_debug_loc_addresses): New function.
3160 (decode_debug_loc_dwo_addresses): New function.
3161 (dwarf2_find_location_expression): Rewrite.
3162 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
3163 (locexpr_describe_location_piece): Ditto.
3164 (disassemble_dwarf_expression): Ditto.
3165 (locexpr_describe_location_1): Ditto.
3166 (loclist_describe_location): Rewrite.
3167 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
3168 * dwarf2read.c (die_reader_specs): New member "buffer_end".
3169 (dwarf2_section_buffer_overflow_complaint): Renamed from
3170 dwarf2_macros_too_long_complaint. All callers updated.
3171 (skip_leb128): Delete.
3172 (init_cu_die_reader): Initialize reader->buffer_end.
3173 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
3174 (skip_form_bytes): New arg buffer_end. All callers updated.
3175 Replace call to skip_leb128 with gdb_skip_leb128.
3176 (skip_unknown_opcode): New arg mac_end. All callers updated.
3177 (fill_in_loclist_baton): Initialize baton->from_dwo.
3178
3179 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
3180
3181 * mips-linux-nat.c (mips_linux_read_description): Use a more
3182 verbose error message.
3183
3184 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
3185
3186 * NEWS: Add MIPS/Linux DSP support.
3187 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
3188 (SIGCONTEXT_DSPCTL): New macro.
3189 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
3190 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
3191 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
3192 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
3193 (N64_SIGCONTEXT_HI3): Likewise.
3194 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
3195 (N64_SIGCONTEXT_LO3): Likewise.
3196 (N64_SIGCONTEXT_DSPCTL): Likewise.
3197 (N64_SIGCONTEXT_FPCSR): Clarify definition.
3198 (mips_linux_o32_sigframe_init): Handle DSP registers.
3199 (mips_linux_n32n64_sigframe_init): Likewise.
3200
3201 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
3202
3203 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
3204 call to abort.
3205
3206 2012-05-22 Pedro Alves <palves@redhat.com>
3207
3208 * target.h (store_waitstatus): Move declaration ...
3209 * inf-child.h (store_waitstatus): ... here.
3210 * target.c: Move inclusion of gdb_wait.h, and ...
3211 (store_waitstatus): ... this ...
3212 * inf-child.c: ... here.
3213 * linux-nat.c: Include inf-child.h.
3214 * rs6000-nat.c: Include inf-child.h.
3215 * spu-linux-nat.c: Include inf-child.h.
3216
3217 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
3218
3219 * tracepoint.c (start_tracing): Add missing i18n markup.
3220 (stop_tracing, set_trace_user): Ditto.
3221 (set_trace_notes, set_trace_stop_notes): Ditto.
3222
3223 2012-05-21 Tom Tromey <tromey@redhat.com>
3224
3225 PR c++/7173:
3226 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
3227 types.
3228 * value.h (value_cast_pointers): Update.
3229 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
3230 (value_cast): Update.
3231 (update_search_result): New function.
3232 (do_search_struct_field): New, from search_struct_field. Check
3233 for ambiguous results.
3234 (search_struct_field): Rewrite.
3235 * infcall.c (value_arg_coerce): Update.
3236 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
3237 value_cast_pointers.
3238 * ada-lang.c (ada_convert_actual): Update.
3239
3240 2012-05-21 Tom Tromey <tromey@redhat.com>
3241
3242 * macroexp.c (macro_stringify): Terminate the string.
3243
3244 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3245
3246 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
3247 Describe it.
3248 * auto-load.c (auto_load_expand_dir_vars): New function.
3249 (auto_load_safe_path_vec_update): Use it, remove the
3250 substitute_path_component call thanks to it.
3251 (auto_load_objfile_script): Remove the debug_file_directory processing.
3252 Use auto_load_expand_dir_vars, remove the substitute_path_component
3253 call thanks to it.
3254 * configure: Regenerate.
3255 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
3256 path. Escape $ also for $debugdir.
3257 (--with_auto_load_safe_path): Escape $ also for $debugdir.
3258 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
3259
3260 2012-05-20 Doug Evans <dje@google.com>
3261
3262 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
3263 before use. Check for symtab->includes == NULL before scanning it.
3264
3265 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
3266
3267 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
3268
3269 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
3270
3271 * NEWS: Add microMIPS support and "set mips compression",
3272 "show mips compression" commands.
3273 * mips-tdep.h (mips_isa): New enum.
3274 (gdbarch_tdep): Add mips_isa.
3275 (mips_pc_is_mips16): Update prototype.
3276 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
3277 * mips-tdep.c (mips_compression_mips16): New variable.
3278 (mips_compression_micromips): Likewise.
3279 (mips_compression_strings): Likewise.
3280 (mips_compression_string): Likewise.
3281 (is_mips16_isa, is_micromips_isa): New functions.
3282 (is_mips16_addr): Rename to...
3283 (is_compact_addr): ... this.
3284 (unmake_mips16_addr): Likewise to...
3285 (unmake_compact_addr): ... this.
3286 (make_mips16_addr): Likewise to...
3287 (make_compact_addr): ... this.
3288 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
3289 functions.
3290 (mips_elf_make_msymbol_special): Handle microMIPS code.
3291 (msymbol_is_special): Rename to...
3292 (msymbol_is_mips16): ... this.
3293 (mips_make_symbol_special, mips_pc_is_mips16): Update
3294 accordingly.
3295 (msymbol_is_mips, msymbol_is_micromips): New functions.
3296 (mips16_to_32_reg): Rename to...
3297 (mips_reg3_to_reg): ... this.
3298 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
3299 (mips_pc_isa): Likewise.
3300 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
3301 code.
3302 (mips_fetch_instruction): Pass return status instead of printing
3303 an error message if requested. Handle microMIPS code. Bail out
3304 on an invalid ISA.
3305 (micromips_op): New macro.
3306 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
3307 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
3308 (b6s4_op, b7s3_reg): Likewise.
3309 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
3310 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
3311 (mips_insn_size): New function.
3312 (mips32_next_pc): Update mips_fetch_instruction call.
3313 (micromips_relative_offset7): New function.
3314 (micromips_relative_offset10): Likewise.
3315 (micromips_relative_offset16): Likewise.
3316 (micromips_pc_insn_size): Likewise.
3317 (micromips_bc1_pc): Likewise.
3318 (micromips_next_pc): Likewise.
3319 (unpack_mips16): Update mips_fetch_instruction call.
3320 (extended_mips16_next_pc): Update according to change to
3321 mips16_to_32_reg.
3322 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
3323 code.
3324 (mips16_scan_prologue): Update mips_fetch_instruction call.
3325 Update according to change to mips16_to_32_reg.
3326 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
3327 (mips_insn16_frame_base_sniffer): Likewise.
3328 (micromips_decode_imm9): New function.
3329 (micromips_scan_prologue): Likewise.
3330 (mips_micro_frame_cache): Likewise.
3331 (mips_micro_frame_this_id): Likewise.
3332 (mips_micro_frame_prev_register): Likewise.
3333 (mips_micro_frame_sniffer): Likewise.
3334 (mips_micro_frame_unwind): New variable.
3335 (mips_micro_frame_base_address): New function.
3336 (mips_micro_frame_base): New variable.
3337 (mips_micro_frame_base_sniffer): New function.
3338 (mips32_scan_prologue): Update mips_fetch_instruction call.
3339 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
3340 rather than for MIPS16.
3341 (mips_insn32_frame_base_sniffer): Likewise.
3342 (mips_addr_bits_remove): Handle microMIPS code.
3343 (deal_with_atomic_sequence): Rename to...
3344 (mips_deal_with_atomic_sequence): ... this. Update the type
3345 of the variable used to hold an instruction. Remove the ISA bit
3346 check. Update mips_fetch_instruction call.
3347 (micromips_deal_with_atomic_sequence): New function.
3348 (deal_with_atomic_sequence): Likewise.
3349 (mips_about_to_return): Handle microMIPS code. Update
3350 mips_fetch_instruction call.
3351 (heuristic_proc_start): Check for the standard MIPS ISA rather
3352 than for MIPS16. Update mips_pc_is_mips16 and
3353 mips_fetch_instruction calls. Handle microMIPS code.
3354 (mips_push_dummy_code): Handle microMIPS code.
3355 (mips_eabi_push_dummy_call): Likewise.
3356 (mips_o32_return_value): Update mips_pc_is_mips16 call.
3357 (mips_o64_push_dummy_call): Handle microMIPS code.
3358 (mips_o64_return_value): Update mips_pc_is_mips16 call.
3359 (is_delayed): Remove function.
3360 (mips_single_step_through_delay): Replace the call to is_delayed
3361 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
3362 Handle microMIPS code.
3363 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
3364 microMIPS code.
3365 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
3366 call.
3367 (micromips_in_function_epilogue_p): New function.
3368 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
3369 call.
3370 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
3371 Handle microMIPS.
3372 (gdb_print_insn_mips): Likewise.
3373 (mips_breakpoint_from_pc): Likewise.
3374 (mips_remote_breakpoint_from_pc): New function.
3375 (mips32_instruction_has_delay_slot): Simplify making use of the
3376 updated mips_fetch_instruction interface.
3377 (micromips_instruction_has_delay_slot): New function.
3378 (mips16_instruction_has_delay_slot): Simplify making use of the
3379 updated mips_fetch_instruction interface.
3380 (mips_adjust_breakpoint_address): Check for the standard MIPS
3381 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
3382 calls. Handle microMIPS code.
3383 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
3384 (mips_skip_trampoline_code): Handle microMIPS code.
3385 (global_mips_compression): New function.
3386 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
3387 file flags. Register the microMIPS remote breakpoint handler
3388 and heuristic frame unwinder.
3389 (show_mips_compression): New function.
3390 (_initialize_mips_tdep): Add the "set mips compression" and
3391 "show mips compression" commands.
3392
3393 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
3394
3395 * ada-lang.c:
3396 * ada-tasks.c:
3397 * ada-varobj.c:
3398 * amd64-darwin-tdep.c:
3399 * arm-symbian-tdep.c:
3400 * arm-tdep.c:
3401 * avr-tdep.c:
3402 * ax-gdb.c:
3403 * bfin-linux-tdep.c:
3404 * breakpoint.c:
3405 * c-valprint.c:
3406 * cli/cli-cmds.c:
3407 * coffread.c:
3408 * cp-support.c:
3409 * cris-tdep.c:
3410 * dwarf2-frame-tailcall.c:
3411 * dwarf2-frame.c:
3412 * dwarf2expr.c:
3413 * dwarf2loc.c:
3414 * dwarf2read.c:
3415 * elfread.c:
3416 * eval.c:
3417 * expprint.c:
3418 * f-valprint.c:
3419 * frv-tdep.c:
3420 * h8300-tdep.c:
3421 * hppa-hpux-tdep.c:
3422 * hppa-tdep.c:
3423 * hppanbsd-tdep.c:
3424 * i386-nto-tdep.c:
3425 * i386-tdep.c:
3426 * i387-tdep.c:
3427 * ia64-tdep.c:
3428 * jit.c:
3429 * linespec.c:
3430 * linux-tdep.c:
3431 * lm32-tdep.c:
3432 * m2-valprint.c:
3433 * m32c-tdep.c:
3434 * m32r-rom.c:
3435 * m32r-tdep.c:
3436 * m68k-tdep.c:
3437 * m68klinux-tdep.c:
3438 * mi/mi-main.c:
3439 * microblaze-tdep.c:
3440 * mips-linux-tdep.c:
3441 * mips-tdep.c:
3442 * mn10300-tdep.c:
3443 * p-valprint.c:
3444 * parse.c:
3445 * ppc-linux-tdep.c:
3446 * ppc-sysv-tdep.c:
3447 * printcmd.c:
3448 * python/py-finishbreakpoint.c:
3449 * python/py-inferior.c:
3450 * python/py-infthread.c:
3451 * python/py-type.c:
3452 * python/python.c:
3453 * remote-fileio.c:
3454 * remote-m32r-sdi.c:
3455 * remote-mips.c:
3456 * reverse.c:
3457 * rl78-tdep.c:
3458 * rs6000-aix-tdep.c:
3459 * rs6000-tdep.c:
3460 * s390-tdep.c:
3461 * score-tdep.c:
3462 * sh64-tdep.c:
3463 * skip.c:
3464 * solib-darwin.c:
3465 * solib-dsbt.c:
3466 * solib-frv.c:
3467 * sparc-tdep.c:
3468 * spu-multiarch.c:
3469 * spu-tdep.c:
3470 * stack.c:
3471 * symfile.c:
3472 * symtab.c:
3473 * tic6x-tdep.c:
3474 * tracepoint.c:
3475 * v850-tdep.c:
3476 * valarith.c:
3477 * valprint.c:
3478 * value.c:
3479 * xcoffread.c:
3480 * xtensa-tdep.c:
3481 * ada-lang.c:
3482 * ada-tasks.c:
3483 * ada-varobj.c:
3484 * amd64-darwin-tdep.c:
3485 * arm-symbian-tdep.c:
3486 * arm-tdep.c: Delete unused variables.
3487
3488 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3489
3490 Rename $ddir to $datadir.
3491 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
3492 * auto-load.c (auto_load_safe_path_vec_update)
3493 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
3494 * configure: Regenerate.
3495 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
3496 Likewise. Remove the 'use $ddir' help string.
3497
3498 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3499
3500 * auto-load.c (show_auto_load_safe_path): Accept any combination of
3501 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
3502
3503 2012-05-18 Tom Tromey <tromey@redhat.com>
3504
3505 PR exp/13907:
3506 * valprint.h (struct value_print_options) <symbol_print>: New
3507 field.
3508 * valprint.c (user_print_options): Add default for symbol_print.
3509 (show_symbol_print): New function.
3510 (generic_val_print): Respect symbol_print.
3511 (_initialize_valprint): Add "print symbol" setting.
3512 * f-valprint.c (f_val_print): Respect symbol_print.
3513 * c-valprint.c (c_val_print): Respect symbol_print.
3514 * NEWS: Update.
3515 * printcmd.c (print_address_symbolic): Return int. Ignore some
3516 zero-size symbols.
3517 (print_address_demangle): Return int.
3518 * defs.h: (print_address_symbolic): Return int.
3519 * value.h (print_address_demangle): Return int.
3520
3521 2012-05-18 Tom Tromey <tromey@redhat.com>
3522
3523 * valprint.c (val_print_string): Don't print leading space.
3524 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
3525 print space before string or vtbl.
3526 * m2-valprint.c (print_unpacked_pointer): Optionally print space
3527 before string.
3528 * jv-valprint.c (java_value_print): Print space before string.
3529 * go-valprint.c (print_go_string): Print space before string.
3530 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
3531 space before string.
3532 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
3533 space before string or vtbl.
3534 * auxv.c (fprint_target_auxv): Print space after address.
3535
3536 2012-05-18 Tom Tromey <tromey@redhat.com>
3537
3538 * printcmd.c (print_address_demangle): Remove special case for 0.
3539
3540 2012-05-18 Tom Tromey <tromey@redhat.com>
3541
3542 * printcmd.c (print_address_demangle): Add 'opts' argument.
3543 * p-valprint.c (pascal_val_print): Update.
3544 * jv-valprint.c (java_val_print): Update.
3545 * value.h: Update.
3546 * valprint.c (generic_val_print): Update.
3547 (print_function_pointer_address): Add 'options' argument. Remove
3548 'addressprint' argument. Update.
3549 * m2-valprint.c (print_unpacked_pointer): Update.
3550 * gnu-v3-abi.c (print_one_vtable): Update.
3551 (gnuv3_print_method_ptr): Update.
3552 * f-valprint.c (f_val_print): Update.
3553 * cp-valprint.c (cp_print_value_fields): Update.
3554 * valprint.h (print_function_pointer_address): Update.
3555 * c-valprint.c (c_val_print): Update.
3556
3557 2012-05-18 Tom Tromey <tromey@redhat.com>
3558
3559 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
3560 directly corresponding to the found psymtab.
3561 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
3562 (dw2_find_pc_sect_symtab): Use it.
3563 * block.h (blockvector_contains_pc): Declare.
3564 * block.c (find_block_in_blockvector): New function.
3565 (blockvector_for_pc_sect): Use it.
3566 (blockvector_contains_pc): New function.
3567
3568 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
3569
3570 * mips-tdep.h (mips_write_pc): New prototype.
3571 * mips-tdep.c (mips_write_pc): Make external, add description.
3572 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
3573 add description.
3574
3575 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
3576
3577 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
3578 mips_regnum->pc.
3579 (mips_unwind_pc, mips_write_pc): Likewise.
3580 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
3581 gdbarch_read_pc.
3582
3583 2012-05-17 Joel Brobecker <brobecker@adacore.com>
3584
3585 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
3586 proc_warn, proc_error, proc_get_status, proc_flags,
3587 proc_why, proc_what, proc_nsysarg, proc_sysargs,
3588 proc_set_run_on_last_close, proc_unset_run_on_last_close,
3589 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
3590 proc_stop_process, proc_wait_for_stop, proc_run_process,
3591 proc_set_traced_signals, proc_set_traced_faults,
3592 proc_set_traced_sysentry, proc_set_traced_sysexit,
3593 proc_set_held_signals, proc_get_held_signals,
3594 proc_get_traced_signals, proc_get_traced_faults,
3595 proc_get_traced_sysentry, proc_get_traced_sysexit,
3596 proc_clear_current_fault, proc_set_current_signal,
3597 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
3598 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
3599 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
3600 proc_get_current_thread, proc_get_current_thread,
3601 proc_get_current_thread, proc_update_threads,
3602 proc_update_threads, proc_update_threads, proc_update_threads,
3603 proc_iterate_over_threads, procfs_find_new_threads,
3604 procfs_pid_to_str): Make static. Remove advance declaration.
3605 (proc_cursig): Make static. Conditionalized defintion on
3606 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
3607 (proc_syscall, proc_set_kill_on_last_close,
3608 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
3609 proc_get_pending_signals, proc_get_signal_actions,
3610 proc_trace_signal, proc_ignore_signal): Delete.
3611
3612 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
3613
3614 * coffread.c (cs_section_address): Passing proper argument for
3615 `bfd_get_section_vma'.
3616 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
3617 `bfd_get_section_flags'.
3618 * remote.c (remote_trace_set_readonly_regions): Likewise, for
3619 `bfd_get_section_vma'.
3620
3621 2012-05-16 Tom Tromey <tromey@redhat.com>
3622
3623 PR macros/13205:
3624 * macrotab.h: (macro_define_special): Declare.
3625 (enum macro_special_kind): New.
3626 (struct macro_definition) <argc, replacement>: Update comments.
3627 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
3628 (macro_define_object_internal): New function.
3629 (macro_define_object): Use it.
3630 (macro_define_special): New function.
3631 (fixup_definition): New function.
3632 (macro_lookup_definition, foreach_macro_in_scope)
3633 (foreach_macro): Use fixup_definition.
3634 * macroexp.h (macro_stringify): Declare.
3635 * macroexp.c (free_buffer_return_text): New function.
3636 (stringify): Constify "arg".
3637 (macro_stringify): New function.
3638 * dwarf2read.c (macro_start_file): Call macro_define_special.
3639
3640 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
3641 Maciej W. Rozycki <macro@mips.com>
3642
3643 * breakpoint.h (bp_location): Add related_address member.
3644 * inferior.h (get_return_value): Take a pointer to struct value
3645 instead of struct type for the function requested.
3646 * value.h (using_struct_return): Likewise.
3647 * gdbarch.sh (return_value): Take a pointer to struct value
3648 instead of struct type for the function requested.
3649 * breakpoint.c (set_breakpoint_location_function): Initialize
3650 related_address for bp_gnu_ifunc_resolver breakpoints.
3651 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
3652 requested function's address to gdbarch_return_value.
3653 * eval.c (evaluate_subexp_standard): Pass the requested
3654 function's address to using_struct_return.
3655 * infcall.c (call_function_by_hand): Pass the requested
3656 function's address to using_struct_return and
3657 gdbarch_return_value.
3658 * infcmd.c (get_return_value): Take a pointer to struct value
3659 instead of struct type for the function requested.
3660 (print_return_value): Update accordingly.
3661 (finish_command_continuation): Likewise.
3662 * stack.c (return_command): Pass the requested function's
3663 address to using_struct_return and gdbarch_return_value.
3664 * value.c (using_struct_return): Take a pointer to struct value
3665 instead of struct type for the function requested. Pass the
3666 requested function's address to gdbarch_return_value.
3667 * python/py-finishbreakpoint.c (finish_breakpoint_object):
3668 New function_value member, replacing function_type.
3669 (bpfinishpy_dealloc): Update accordingly.
3670 (bpfinishpy_pre_stop_hook): Likewise.
3671 (bpfinishpy_init): Likewise. Record the requested function's
3672 address.
3673 * mips-tdep.c (mips_fval_reg): New enum.
3674 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
3675 words put in GP registers.
3676 (mips_o64_push_dummy_call): Update a comment.
3677 (mips_o32_return_value): Take a pointer to struct value instead
3678 of struct type for the function requested and use it to check if
3679 using the MIPS16 calling convention. Return the designated
3680 general purpose registers for floating-point values returned in
3681 MIPS16 mode.
3682 (mips_o64_return_value): Likewise.
3683 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
3684 (ppc_sysv_abi_broken_return_value): Likewise.
3685 (ppc64_sysv_abi_return_value): Likewise.
3686 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
3687 value instead of struct type for the function requested.
3688 * amd64-tdep.c (amd64_return_value): Likewise.
3689 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
3690 * arm-tdep.c (arm_return_value): Likewise.
3691 * avr-tdep.c (avr_return_value): Likewise.
3692 * bfin-tdep.c (bfin_return_value): Likewise.
3693 * cris-tdep.c (cris_return_value): Likewise.
3694 * frv-tdep.c (frv_return_value): Likewise.
3695 * h8300-tdep.c (h8300_return_value): Likewise.
3696 (h8300h_return_value): Likewise.
3697 * hppa-tdep.c (hppa32_return_value): Likewise.
3698 (hppa64_return_value): Likewise.
3699 * i386-tdep.c (i386_return_value): Likewise.
3700 * ia64-tdep.c (ia64_return_value): Likewise.
3701 * iq2000-tdep.c (iq2000_return_value): Likewise.
3702 * lm32-tdep.c (lm32_return_value): Likewise.
3703 * m32c-tdep.c (m32c_return_value): Likewise.
3704 * m32r-tdep.c (m32r_return_value): Likewise.
3705 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
3706 * m68k-tdep.c (m68k_return_value): Likewise.
3707 (m68k_svr4_return_value): Likewise.
3708 * m88k-tdep.c (m88k_return_value): Likewise.
3709 * mep-tdep.c (mep_return_value): Likewise.
3710 * microblaze-tdep.c (microblaze_return_value): Likewise.
3711 * mn10300-tdep.c (mn10300_return_value): Likewise.
3712 * moxie-tdep.c (moxie_return_value): Likewise.
3713 * mt-tdep.c (mt_return_value): Likewise.
3714 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
3715 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
3716 (ppc_sysv_abi_broken_return_value): Likewise.
3717 (ppc64_sysv_abi_return_value): Likewise.
3718 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
3719 * rl78-tdep.c (rl78_return_value): Likewise.
3720 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
3721 * rx-tdep.c (rx_return_value): Likewise.
3722 * s390-tdep.c (s390_return_value): Likewise.
3723 * score-tdep.c (score_return_value): Likewise.
3724 * sh-tdep.c (sh_return_value_nofpu): Likewise.
3725 (sh_return_value_fpu): Likewise.
3726 * sh64-tdep.c (sh64_return_value): Likewise.
3727 * sparc-tdep.c (sparc32_return_value): Likewise.
3728 * sparc64-tdep.c (sparc64_return_value): Likewise.
3729 * spu-tdep.c (spu_return_value): Likewise.
3730 * tic6x-tdep.c (tic6x_return_value): Likewise.
3731 * v850-tdep.c (v850_return_value): Likewise.
3732 * vax-tdep.c (vax_return_value): Likewise.
3733 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
3734 * xtensa-tdep.c (xtensa_return_value): Likewise.
3735 * gdbarch.c: Regenerate.
3736 * gdbarch.h: Regenerate.
3737
3738 2012-05-15 Tom Tromey <tromey@redhat.com>
3739
3740 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
3741
3742 2012-05-15 Joel Brobecker <brobecker@adacore.com>
3743
3744 * breakpoint.c (init_breakpoint_sal): Add quotes around part
3745 of command in two error message.
3746
3747 2012-05-15 Joel Brobecker <brobecker@adacore.com>
3748
3749 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
3750
3751 2012-05-15 Joel Brobecker <brobecker@adacore.com>
3752
3753 * breakpoint.c (find_condition_and_thread): Minor reformatting.
3754
3755 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3756
3757 * NEWS (show auto-load scripts-directory): Add forgotten command.
3758
3759 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3760
3761 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
3762 parameters.
3763
3764 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
3765
3766 * amd64-tdep.c: Include features/i386/x32.c and
3767 features/i386/x32-avx.c.
3768 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
3769 initialize_tdesc_x32_avx.
3770
3771 2012-05-14 Stan Shebs <stan@codesourcery.com>
3772
3773 Add dynamic printf.
3774 * breakpoint.h (enum bptype): New type bp_dprintf.
3775 (struct breakpoint): New field extra_string.
3776 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
3777 (create_breakpoint): Add extra_string arg.
3778 * breakpoint.c (dprintf_breakpoint_ops): New.
3779 (is_breakpoint): Add bp_dprintf.
3780 (bpstat_what): Add dprintf case.
3781 (bptype_string): Ditto.
3782 (print_one_breakpoint_location): Ditto.
3783 (init_bp_location): Ditto.
3784 (bkpt_print_mention): Ditto.
3785 (dprintf_style_enums): New array.
3786 (dprintf_style): New global.
3787 (dprintf_function): New global.
3788 (dprintf_channel): New global.
3789 (update_dprintf_command_list): New function.
3790 (update_dprintf_commands): New function.
3791 (init_breakpoint_sal): Add extra_string argument, handle it.
3792 (create_breakpoint_sal): Add extra_string argument.
3793 (create_breakpoints_sal): Add extra_string argument, update callers.
3794 (find_condition_and_thread): Add extra argument.
3795 (create_breakpoint): Add extra_string argument, record it.
3796 (dprintf_command): New function.
3797 (break_command_1): Add arg to create_breakpoint call.
3798 (handle_gnu_v3_exceptions): Ditto.
3799 (trace_command): Ditto.
3800 (ftrace_command): Ditto.
3801 (strace_command): Ditto.
3802 (bkpt_print_mention): Add dprintf case.
3803 (create_breakpoint_sal_default): Add extra_string argument.
3804 (_initialize_breakpoint): Add new commands.
3805 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
3806 * python/py-breakpoint.c (bppy_init): Ditto.
3807 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
3808
3809 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
3810
3811 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
3812
3813 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
3814
3815 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
3816 unsigned long long.
3817
3818 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3819
3820 Add a new function gdb.find_pc_line to the Python API.
3821 * NEWS (Python Scripting): Add entry about the new function.
3822 * python/python.c (gdbpy_find_pc_line): New function which
3823 implements gdb.find_pc_line.
3824 (GdbMethods): Add entry for the new function.
3825
3826 2012-05-12 Pedro Alves <palves@redhat.com>
3827
3828 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
3829 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
3830
3831 2012-05-12 Eli Zaretskii <eliz@gnu.org>
3832
3833 * inferior.c: Include completer.h
3834 (initialize_inferiors): Set completer of add-inferior to
3835 filename_completer.
3836
3837 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
3838
3839 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
3840 gdbarch_ptr_bit for x32 core dump.
3841
3842 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
3843
3844 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
3845 and features/i386/x32-avx-linux.c.
3846
3847 2012-05-11 Stan Shebs <stan@codesourcery.com>
3848 Kwok Cheung Yeung <kcy@codesourcery.com>
3849
3850 * NEWS: Describe new info os commands.
3851 * common/linux-osdata.c (PID_T, TIME_T): Define.
3852 (MAX_PID_T_STRLEN): New.
3853 (linux_common_core_of_thread): Add comment. Change to use PID_T and
3854 MAX_PID_T_STRLEN.
3855 (command_from_pid): Add comment. Change to use PID_T.
3856 (commandline_from_pid): Change to use PID_T.
3857 (user_from_pid): Add comment.
3858 (get_process_owner): Add comment. Change to use PID_T and
3859 MAX_PID_T_STRLEN.
3860 (get_number_of_cpu_cores): Add comment.
3861 (get_cores_used_by_process): Add comment. Change to use PID_T and
3862 MAX_PID_T_STRLEN.
3863 (linux_xfer_osdata_processes): Change to use PID_T and
3864 MAX_PID_T_STRLEN.
3865 (compare_processes): New function.
3866 (linux_xfer_osdata_processgroups): New function.
3867 (linux_xfer_osdata_threads): Change to use PID_T.
3868 (linux_xfer_osdata_fds): New function.
3869 (format_socket_state, print_sockets): New functions.
3870 (union socket_addr): New union.
3871 (linux_xfer_osdata_isockets): New function.
3872 (time_from_time_t, group_from_gid): New functions.
3873 (linux_xfer_osdata_shm): New function.
3874 (linux_xfer_osdata_sem): New function.
3875 (linux_xfer_osdata_msg): New function.
3876 (linux_xfer_osdata_modules): New function.
3877 (osdata_table): Add new entries.
3878 * common/buffer.c (buffer_xml_printf): Add support for long and
3879 long long format specifiers.
3880
3881 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
3882
3883 * amd64-linux-tdep.h (tdesc_x32_linux): New.
3884 (tdesc_x32_avx_linux): Likewise.
3885
3886 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3887
3888 Implement multi-component --with-auto-load-dir.
3889 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
3890 entries.
3891 (--with-auto-load-safe-path): Update the default value description.
3892 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
3893 New.
3894 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
3895 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
3896 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
3897 (_initialize_auto_load): Initialize also auto_load_dir. Install new
3898 "set auto-load scripts-directory".
3899 * config.in: Regenerate.
3900 * configure: Regenerate.
3901 * configure.ac (--with-auto-load-dir): New configure option.
3902 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
3903
3904 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3905
3906 Provide $ddir substitution for --with-auto-load-safe-path.
3907 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
3908 entries.
3909 * auto-load.c: Include observer.h.
3910 (auto_load_safe_path_vec_update): Call substitute_path_component for
3911 each component. New variable ddir_subst.
3912 (auto_load_gdb_datadir_changed): New function.
3913 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
3914 AUTO_LOAD_SAFE_PATH. New comment.
3915 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
3916 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
3917 * config.in: Regenerate.
3918 * configure: Regenerate.
3919 * configure.ac (--auto-load-safe-path): Rename
3920 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
3921 GDB_DATADIR/auto-load.
3922 * defs.h (substitute_path_component): New declaration.
3923 * top.c: Include observer.h.
3924 (set_gdb_datadir): New function.
3925 (init_main): Install it for "set data-directory".
3926 * utils.c (substitute_path_component): New function.
3927
3928 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3929
3930 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
3931 * auto-load.c (auto_load_objfile_script): Remove check for NULL
3932 DEBUG_FILE_DIRECTORY. Handle multiple components of
3933 DEBUG_FILE_DIRECTORY.
3934
3935 2012-05-10 Tom Tromey <tromey@redhat.com>
3936
3937 * dwarf2read.c (recursively_write_psymbols): New function.
3938 (write_psymtabs_to_index): Use it.
3939
3940 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
3941 field.
3942 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
3943 (load_partial_comp_unit): Update.
3944 (queue_comp_unit): Add argument 'pretend_language'.
3945 (process_queue): Update.
3946 (psymtab_to_symtab_1): Skip dependencies that have a user.
3947 (load_partial_comp_unit_reader): Give meaning to the 'data'
3948 argument.
3949 (load_full_comp_unit): Add 'pretend_language' argument.
3950 (process_full_comp_unit): Add 'pretend_language' argument. Set
3951 language on CU.
3952 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
3953 Update.
3954 (maybe_queue_comp_unit): Add 'pretend_language' argument.
3955 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
3956 Update.
3957 (prepare_one_comp_unit): Add 'pretend_language' argument.
3958
3959 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
3960 (struct dwarf2_per_objfile) <just_read_cus>: New field.
3961 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
3962 (dw2_do_instantiate_symtab): Check whether symtab was read in
3963 before queueing.
3964 (dw2_instantiate_symtab): Add assertion. Call
3965 process_cu_includes.
3966 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
3967 (partial_symtab_p): New typedef.
3968 (set_partial_user): New function.
3969 (dwarf2_build_psymtabs_hard): Use set_partial_user.
3970 (scan_partial_symbols): Add imported CU to imported_symtabs.
3971 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
3972 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
3973 (get_symtab, recursively_compute_inclusions)
3974 (compute_symtab_includes, process_cu_includes)
3975 (process_imported_unit_die): New functions.
3976 (process_die) <DW_TAG_imported_unit>: New case.
3977 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
3978
3979 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
3980 comment.
3981 (struct partial_die_info) <locdesc>: Remove.
3982 <d>: New field.
3983 (process_psymtab_comp_unit): Add 'read_partial' argument.
3984 Update.
3985 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
3986 (scan_partial_symbols): Handle DW_TAG_imported_unit.
3987 (add_partial_symbol): Update.
3988 (process_die): Handle DW_TAG_partial_unit.
3989 (read_file_scope): Update comment.
3990 (load_partial_dies): Handle DW_TAG_imported_unit.
3991 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
3992 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
3993
3994 2012-05-10 Tom Tromey <tromey@redhat.com>
3995
3996 * cc-with-dwz.sh: New file.
3997
3998 2012-05-10 Tom Tromey <tromey@redhat.com>
3999
4000 * symtab.h (struct symtab) <includes, user>: New fields.
4001 * block.h (struct block_iterator) <d, idx, which>: New fields.
4002 * block.c (initialize_block_iterator, find_iterator_symtab)
4003 (block_iterator_step, block_iter_name_step)
4004 (block_iter_match_step): New functions.
4005 (block_iterator_first, block_iterator_next)
4006 (block_iter_name_first, block_iter_name_next)
4007 (block_iter_match_first, block_iter_match_next): Rewrite.
4008 (get_block_symtab): New function.
4009
4010 2012-05-10 Tom Tromey <tromey@redhat.com>
4011
4012 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
4013 set_block_symtab.
4014 * jit.c (finalize_symtab): Use allocate_global_block,
4015 set_block_symtab.
4016 * buildsym.c (finish_block_internal): New function, from old
4017 finish_block.
4018 (finish_block): Rewrite.
4019 (end_symtab): Use finish_block_internal, set_block_symtab.
4020 * block.h (struct global_block): New.
4021 (allocate_global_block, set_block_symtab): Declare.
4022 * block.c (allocate_global_block, set_block_symtab): New
4023 functions.
4024
4025 2012-05-10 Tom Tromey <tromey@redhat.com>
4026
4027 * psymtab.c (partial_map_expand_apply): Add assertion.
4028 (partial_map_symtabs_matching_filename): Skip included psymtabs.
4029 (psymtab_to_symtab): Find unshared psymtab.
4030 (dump_psymtab): Print including psymtabs.
4031 (recursively_search_psymtabs): New function.
4032 (expand_symtabs_matching_via_partial): Use it.
4033 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
4034 fields.
4035 (enum psymtab_search_status): New.
4036
4037 2012-05-10 Tom Tromey <tromey@redhat.com>
4038
4039 * tracepoint.c (scope_info): Update.
4040 * symtab.c (lookup_block_symbol, iterate_over_symbols)
4041 (find_pc_sect_symtab, search_symbols)
4042 (default_make_symbol_completion_list_break_on)
4043 (make_file_symbol_completion_list): Update.
4044 * symmisc.c (dump_symtab_1): Update.
4045 * stack.c (print_frame_args, iterate_over_block_locals)
4046 (print_frame_labels, iterate_over_block_arg_vars): Update.
4047 * python/py-block.c (block_object) <dict>: Remove.
4048 <block>: New field.
4049 <iter>: Change type.
4050 (blpy_iter): Update.
4051 (blpy_block_syms_iternext): Update.
4052 * psymtab.c (map_block): Use block iterators.
4053 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
4054 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
4055 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
4056 * infrun.c (check_exception_resume): Update.
4057 * cp-support.c (make_symbol_overload_list_block): Update.
4058 * coffread.c (patch_opaque_types): Update.
4059 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
4060 * block.h (struct block_iterator): New.
4061 (block_iterator_first, block_iterator_next, block_iter_name_first)
4062 (block_iter_name_next, block_iter_match_first)
4063 (block_iter_match_next): Declare.
4064 (ALL_BLOCK_SYMBOLS): Redefine.
4065 * block.c (block_iterator_first, block_iterator_next)
4066 (block_iter_name_first, block_iter_name_next)
4067 (block_iter_match_first, block_iter_match_next): New functions.
4068 * ada-lang.c (ada_add_block_symbols)
4069 (ada_make_symbol_completion_list): Use block iterator.
4070
4071 2012-05-10 Tom Tromey <tromey@redhat.com>
4072
4073 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
4074 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
4075 (lookup_partial_symbol, find_last_source_symtab_from_partial)
4076 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
4077 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
4078 Update.
4079
4080 2012-05-10 Joel Brobecker <brobecker@adacore.com>
4081
4082 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
4083 print-file-var-lib2.c, print-file-var-main.c and
4084 print-file-var.exp (located in gdb/testsuite/gdb.base).
4085
4086 2012-05-10 Joel Brobecker <brobecker@adacore.com>
4087
4088 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4089 try locating the symbol in the symbol's own objfile first, before
4090 extending the search to all objfiles.
4091 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4092 out of lookup_symbol_aux_symtabs.
4093 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4094 Replace extracted-out code by call to lookup_symbol_aux_objfile.
4095 Do not search EXCLUDE_OBJFILE.
4096 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4097 (lookup_symbol_global): Search for matches in the block's objfile
4098 first, before searching all other objfiles.
4099
4100 2012-05-10 Tristan Gingold <gingold@adacore.com>
4101
4102 * printcmd.c (set_command): Add pre/post inc/dec.
4103
4104 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
4105
4106 * gdb.1: Document -ex option.
4107
4108 2012-05-09 Joel Brobecker <brobecker@adacore.com>
4109
4110 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
4111 * inferior.h (AT_SYMBOL): Delete.
4112
4113 2012-05-09 Joel Brobecker <brobecker@adacore.com>
4114
4115 * mips-tdep.c (mips_push_dummy_code): New function.
4116 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
4117 ON_STACK and install mips_push_dummy_code as our gdbarch
4118 push_dummy_code routine.
4119
4120 2012-05-09 Pedro Alves <palves@redhat.com>
4121
4122 * target.c (set_maintenance_target_async_permitted): Rename to ...
4123 (set_target_async_command): ... this.
4124 (show_maintenance_target_async_permitted): Rename to ...
4125 (show_target_async_command): ... this.
4126 (initialize_targets): Adjust.
4127
4128 2012-05-08 Doug Evans <dje@google.com>
4129
4130 * go-exp.y (classify_name): Add missing assignment of fields of
4131 yylval.ssym.
4132
4133 2012-05-08 Eli Zaretskii <eliz@gnu.org>
4134
4135 Display the ">" prompt in interactive mode while reading canned
4136 commands, even when the current interpreter is MI.
4137
4138 * interps.c (interp_set_temp): New function.
4139
4140 * interps.h (interp_set_temp): Add prototype.
4141
4142 * cli/cli-script.c (restore_interp): New cleanup function.
4143 (read_command_lines): Temporarily override the current interpreter
4144 with CLI and arrange for restoring the original one.
4145
4146 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
4147
4148 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
4149
4150 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
4151
4152 * probe.c (parse_probes): Move conditional to check for
4153 debuginfo files from here...
4154 * stap-probe.c (stap_get_probes): ... to here.
4155
4156 2012-05-07 Mark Kettenis <kettenis@gnu.org>
4157 H.J. Lu <hongjiu.lu@intel.com>
4158
4159 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
4160 `movl %esp, %ebp' for the X32 ABI.
4161
4162 2012-05-07 Tom Tromey <tromey@redhat.com>
4163
4164 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
4165 get_DW_TAG_name.
4166 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
4167 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
4168 (dwarf_stack_op_name): Remove.
4169 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
4170 (decode_locdesc): Use get_DW_OP_name.
4171 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
4172 (dwarf2_compile_expr_to_ax): Likewise.
4173 (disassemble_dwarf_expression): Likewise.
4174 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
4175
4176 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
4177
4178 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
4179 (sh_linux_sigtramp_cache): New function.
4180 (sh_linux_sigreturn_init): New function.
4181 (sh_linux_rt_sigreturn_init): New function.
4182 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
4183 patterns.
4184 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
4185 syscall codes.
4186 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
4187 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
4188 (sh_linux_init_abi): Add init calls to register new tramp_frame
4189 definitions under 32-bit SH, update comments.
4190
4191 2012-05-07 Pedro Alves <palves@redhat.com>
4192
4193 PR gdb/10952
4194
4195 * amd64-linux-tdep.c: Include glibc-tdep.h.
4196 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
4197 gdbarch_skip_solib_resolver callback.
4198
4199 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4200
4201 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
4202 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
4203 (show_auto_load_safe_path): Check any-directory by comparison with "/".
4204 (add_auto_load_safe_path): Change the error message.
4205 (_initialize_auto_load): Change the "safe-path" help text.
4206 * configure: Regenerate
4207 * configure.ac (--without-auto-load-safe-path): Set
4208 WITH_AUTO_LOAD_SAFE_PATH to /.
4209
4210 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
4211
4212 * stap-probe.h: Do not include unecessary `probe.h'.
4213
4214 2012-05-05 Alan Modra <amodra@gmail.com>
4215
4216 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
4217 bfd_und_section_ptr.
4218 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
4219 and bfd_com_section_ptr.
4220
4221 2012-05-04 Joel Brobecker <brobecker@adacore.com>
4222
4223 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
4224
4225 2012-05-04 Joel Brobecker <brobecker@adacore.com>
4226
4227 * windows-nat.h (segment_register_p_ftype): New typedef.
4228 (windows_set_segment_register_p): Add declaration.
4229 * windows-nat.c (segment_register_p): New static global.
4230 (windows_set_segment_register_p): New function.
4231 (do_windows_fetch_inferior_registers): Add special handling
4232 for segment registers.
4233 * amd64-windows-nat.c: #include "amd64-tdep.h".
4234 (amd64_windows_segment_register_p): New function.
4235 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
4236 * i386-windows-nat.c: #include "i386-tdep.h".
4237 (i386_windows_segment_register_p): New function.
4238 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
4239
4240 2012-05-04 Tristan Gingold <gingold@adacore.com>
4241
4242 * printcmd.c (set_command): Emit a warning if the expression is not
4243 an assignment.
4244
4245 2012-05-03 Joel Brobecker <brobecker@adacore.com>
4246
4247 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
4248 Make static.
4249
4250 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
4251
4252 * stap-probe.c (stap_is_operator): Change declaration.
4253 (stap_get_opcode): Change return value.
4254 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
4255 `stap_parse_argument_1'.
4256
4257 2012-05-03 Pedro Alves <pedro@codesourcery.com>
4258
4259 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
4260 debug log.
4261
4262 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4263
4264 Add two new methods global_block and static_block to gdb.Symtab
4265 objects.
4266 * NEWS (Python scripting): Add entry about the new methods.
4267 * python/py-symtab.c (stpy_global_block): New function which
4268 implements the gdb.Symtab.global_block() method.
4269 (stpy_static_block): New function which implements the
4270 gdb.Symtab.static_block() method.
4271 (symtab_object_methods): Add entries for the two new methods.
4272
4273 2012-05-03 Doug Evans <dje@google.com>
4274
4275 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
4276 files.
4277
4278 2012-05-03 Yao Qi <yao@codesourcery.com>
4279
4280 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
4281 space.
4282 (i386_process_record): Ditto.
4283
4284 2012-05-02 Joel Brobecker <brobecker@adacore.com>
4285
4286 * infcall.c (unwind_on_signal_p): Make static.
4287
4288 2012-05-02 Joel Brobecker <brobecker@adacore.com>
4289
4290 * sol-thread.c (solaris_pid_to_str): Make static.
4291 (_initialize_sol_thread): Add prototype.
4292
4293 2012-05-02 Joel Brobecker <brobecker@adacore.com>
4294
4295 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
4296
4297 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
4298
4299 * MAINTAINERS: Remove myself.
4300
4301 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4302
4303 Fix --without-auto-load-safe-path for MS-Windows host platform.
4304 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
4305
4306 2012-05-02 Eli Zaretskii <eliz@gnu.org>
4307
4308 * gdb_curses.h: Undefine KEY_EVENT before including curses
4309 headers. Move "#undef MOUSE_MOVED" before any curses header
4310 inclusion.
4311
4312 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
4313
4314 * features/i386/i386-mmx-linux.c: Regenerate.
4315 * features/rs6000/powerpc-32.c: Likewise.
4316 * features/rs6000/powerpc-32l.c: Likewise.
4317 * features/rs6000/powerpc-403.c: Likewise.
4318 * features/rs6000/powerpc-403gc.c: Likewise.
4319 * features/rs6000/powerpc-405.c: Likewise.
4320 * features/rs6000/powerpc-505.c: Likewise.
4321 * features/rs6000/powerpc-601.c: Likewise.
4322 * features/rs6000/powerpc-602.c: Likewise.
4323 * features/rs6000/powerpc-603.c: Likewise.
4324 * features/rs6000/powerpc-604.c: Likewise.
4325 * features/rs6000/powerpc-64.c: Likewise.
4326 * features/rs6000/powerpc-64l.c: Likewise.
4327 * features/rs6000/powerpc-750.c: Likewise.
4328 * features/rs6000/powerpc-860.c: Likewise.
4329 * features/rs6000/powerpc-e500.c: Likewise.
4330 * features/rs6000/powerpc-e500l.c: Likewise.
4331 * features/rs6000/powerpc-isa205-32l.c: Likewise.
4332 * features/rs6000/powerpc-isa205-64l.c: Likewise.
4333 * features/rs6000/rs6000.c: Likewise.
4334
4335 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
4336
4337 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
4338 variable.
4339 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
4340 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
4341 (stap_parse_argument) <e>: Likewise.
4342 (handle_stap_probe) <byte_order>: Likewise.
4343
4344 2012-04-30 Doug Evans <dje@google.com>
4345
4346 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
4347 init_and_read_dies_worker. All callers updated.
4348 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
4349 replaced with init_cutu_and_read_dies.
4350 (load_partial_comp_unit): Pass 1 for use_existing_cu.
4351 (find_partial_die): Remove FIXME. Don't free current CU.
4352
4353 2012-04-30 Sterling Augustine <saugustine@google.com>
4354
4355 * contrib: New directory.
4356 * contrib/test_pubnames_and_indexes.py: New file.
4357
4358 2012-04-30 Doug Evans <dje@google.com>
4359
4360 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
4361 All callers updated.
4362 (init_cu_die_reader): Verify the section is non-empty.
4363 (dwarf_decode_line_header): Don't dereference section->asection
4364 until we know the section is present.
4365
4366 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
4367
4368 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
4369 probes.
4370
4371 2012-04-29 Yao Qi <yao@codesourcery.com>
4372
4373 * gdb-code-style.el: New hook gdb-markup-hook
4374 and gdb-comment-hook.
4375
4376 2012-04-28 Doug Evans <dje@google.com>
4377
4378 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
4379 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
4380 objfile->obfd.
4381 * symfile.h (dwarf2_debug_sections): New member addr.
4382 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
4383 (ctx_no_get_addr_index): New function.
4384 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
4385 (ctx_no_get_addr_index): Declare.
4386 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
4387 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
4388 (dwarf_expr_ctx_funcs): Update.
4389 (needs_get_addr_index): New function.
4390 (needs_frame_ctx_funcs): Update.
4391 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
4392 * dwarf2read.c: #include "gdbcore.h".
4393 (dwarf2_per_objfile): New members addr, dwo_files.
4394 (dwarf2_elf_names): Add entry for addr.
4395 (struct dwo_section_names): New type.
4396 (dwo_section_names): New static global.
4397 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
4398 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
4399 old debug_types_section member updated to use this.
4400 Rename member debug_types_section to info_or_types_section,
4401 all uses updated.
4402 (signatured_type): Rename member type_offset to type_offset_in_tu,
4403 all uses updated. New member type_offset_in_section.
4404 (struct dwo_sections): New type.
4405 (struct dwo_unit): New type.
4406 (struct dwo_file): New type.
4407 (die_reader_specs): New member dwo_file.
4408 (dwarf2_locate_sections): Watch for .debug_addr.
4409 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
4410 (dwarf2_read_section): Get bfd of section from bfd's asection,
4411 instead of objfile.
4412 (create_cus_from_index): Initialize the_cu->info_or_types_section.
4413 (create_signatured_type_table_from_index): Initialize
4414 sig_type->info_or_types_section.
4415 (dw2_get_file_names): Statement lists for type units with DWO files
4416 live in the DWO file.
4417 (create_debug_types_hash_table): New function.
4418 (create_all_type_units): Rewrite.
4419 (init_cu_die_reader): New arg dwo_file, all callers updated.
4420 (init_and_read_dies_worker): Get section from
4421 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
4422 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
4423 continue reading the CU/TU from there.
4424 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
4425 updated. Get section from this_cu->info_or_types_section.
4426 (create_all_comp_units): Initialize this_cu->info_or_types_section.
4427 (skip_one_die): New cases DW_FORM_GNU_addr_index,
4428 DW_FORM_GNU_str_index.
4429 (hash_dwo_file, eq_dwo_file): New functions.
4430 (allocate_dwo_file_hash_table): New function.
4431 (hash_dwo_unit, eq_dwo_unit): New functions.
4432 (allocate_dwo_unit_table): New function.
4433 (dwarf2_locate_dwo_sections): New function.
4434 (struct create_dwo_info_table_data): New type.
4435 (create_debug_info_hash_table_reader): New function.
4436 (create_debug_info_hash_table): New function.
4437 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
4438 (lookup_dwo_file): New function.
4439 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
4440 (free_dwo_file, free_dwo_file_cleanup): New functions.
4441 (free_dwo_file_from_slot, free_dwo_files): New functions.
4442 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
4443 (dwarf2_record_block_ranges): Ditto.
4444 (read_partial_die): Ditto.
4445 (process_enumeration_scope): Update to use type_offset_in_section.
4446 (read_full_die_1): New function.
4447 (read_full_die): Rewrite.
4448 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
4449 DW_FORM_GNU_str_index.
4450 (read_addr_index_1, read_addr_index): New functions.
4451 (read_addr_index_from_leb128): New function.
4452 (struct dwarf2_read_addr_index_data): New type.
4453 (dwarf2_read_addr_index_reader): New function.
4454 (dwarf2_read_addr_index): New function.
4455 (read_str_index): New function.
4456 (leb128_size): New function.
4457 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
4458 If processing a type unit from a DWO file, get the line section
4459 from the DWO file.
4460 (var_decode_location): Watch for DW_OP_GNU_addr_index.
4461 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
4462 DW_FORM_GNU_str_index.
4463 (lookup_die_type): Check whether section offset of type's die is
4464 known before looking it up. Remove assert. Condition can
4465 legimately happen for inter-cu type references.
4466 (dwarf_attr_name): Handle Fission attributes.
4467 (dwarf_form_name): Handle Fission forms.
4468 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
4469 DW_FORM_GNU_str_index.
4470 (follow_die_sig): Update to use type_offset_in_section.
4471 (decode_locdesc): New case DW_OP_GNU_addr_index.
4472 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
4473 DW_FORM_GNU_str_index.
4474 (cu_debug_loc_section): New function.
4475 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
4476 (dwarf2_per_objfile_free): Unmap .debug_addr section.
4477 Free DWO files if present.
4478 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
4479
4480 Refactor DIE reading.
4481 * dwarf2read.c (dwarf2_per_objfile): Replace members
4482 debug_info_type_hash and debug_types_type_hash with die_type_hash.
4483 (die_reader_specs): New member "die_section". Temporarily make
4484 member "buffer" non-const, pending constifying all info_ptr uses.
4485 (die_reader_func_ftype): New typedef.
4486 (dw2_get_file_names_reader): New function.
4487 (dw2_get_file_names): Rewrite.
4488 (read_and_check_type_unit_head): Rename arg type_offset to
4489 type_offset_in_tu.
4490 (create_all_type_units): Improve debugging message.
4491 Improve dummy type unit check.
4492 (init_cu_die_reader): New arg "section". All callers updated.
4493 (init_and_read_dies_worker): New function.
4494 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
4495 (init_cutu_and_read_dies_no_follow): New function.
4496 (init_cutu_and_read_dies_simple): New function.
4497 (process_psymtab_comp_unit_reader): New function.
4498 (process_psymtab_comp_unit): Delete args section,
4499 is_debug_types_section. Rewrite. All callers updated.
4500 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
4501 All callers updated. Rewrite.
4502 (load_partial_comp_unit_reader): New function.
4503 (load_partial_comp_unit): Rewrite.
4504 (skip_children): New arg reader. Delete args buffer, cu.
4505 All callers updated.
4506 (skip_one_die): New arg reader. Delete args buffer, cu.
4507 All callers updated.
4508 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
4509 All callers updated.
4510 (load_full_comp_unit_reader): New function.
4511 (load_full_comp_unit): Rewrite.
4512 (read_comp_unit): Delete.
4513 (read_die_and_children_1): Delete, contents moved ...
4514 (read_die_and_children): ... here.
4515 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
4516 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
4517 All callers updated.
4518 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
4519 All callers updated.
4520 (find_partial_die): Rewrite load_all_dies support.
4521 (read_attribute_value): New arg reader. Delete args abfd, cu.
4522 All callers updated.
4523 (read_attribute): New arg reader. Delete args abfd, cu.
4524 All callers updated.
4525 (load_full_type_unit): Add assert.
4526 (read_signatured_type_reader): New function.
4527 (read_signatured_type): Rewrite.
4528 (free_stack_comp_unit): Remove call to age_cached_comp_units.
4529 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
4530 All callers updated. Set per_cu->cu = NULL after freeing it.
4531 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
4532 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
4533 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
4534 (set_die_type): Update.
4535 (get_die_type_at_offset): Update.
4536 (read_file_scope): Call prepare_one_comp_unit.
4537 (read_type_unit_scope): Ditto.
4538 (prepare_one_comp_unit): Set producer if present.
4539
4540 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
4541
4542 * probe.c (compile_rx_or_error): Silence ARI warning about missing
4543 gettext function on `error'.
4544
4545 2012-04-27 Doug Evans <dje@google.com>
4546
4547 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
4548 is empty.
4549
4550 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4551 Tom Tromey <tromey@redhat.com>
4552
4553 * breakpoint.c (struct breakpoint_objfile_data)
4554 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
4555 <exception_probes>: New fields.
4556 (free_breakpoint_probes): New function.
4557 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
4558 `_Unwind_DebugHook'.
4559 (create_exception_master_breakpoint): Likewise.
4560 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
4561 * infrun.c: Including necessary header files for handling SystemTap
4562 probes.
4563 (handle_inferior_event): Handling longjmp breakpoint and exceptions
4564 via SystemTap probes.
4565 (check_exception_resume): Remove `func' argument. Handle exception
4566 unwinding breakpoint set via a SystemTap probe.
4567 (insert_exception_resume_from_probe): New function.
4568
4569 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4570 Tom Tromey <tromey@redhat.com>
4571 Jan Kratochvil <jan.kratochvil@redhat.com>
4572
4573 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
4574 (COMMON_OBS): Likewise.
4575 (HFILES_NO_SRCDIR): Add `probe'.
4576 * NEWS: Mention support for static and SystemTap probes.
4577 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
4578 SystemTap probes' arguments parser.
4579 * arm-linux-tdep.c: Including headers needed to perform the parsing
4580 of SystemTap probes' arguments.
4581 (arm_stap_is_single_operand): New function.
4582 (arm_stap_parse_special_token): Likewise.
4583 (arm_linux_init_abi): Initializing proper fields used by SystemTap
4584 probes' arguments parser.
4585 * ax-gdb.c (require_rvalue): Removing static declaration.
4586 (gen_expr): Likewise.
4587 * ax-gdb.h (gen_expr): Declaring function.
4588 (require_rvalue): Likewise.
4589 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
4590 (bkpt_probe_breakpoint_ops): New variable.
4591 (momentary_breakpoint_from_master): Set the `probe' value.
4592 (add_location_to_breakpoint): Likewise.
4593 (break_command_1): Using proper breakpoint_ops according to the
4594 argument passed by the user in the command line.
4595 (bkpt_probe_insert_location): New function.
4596 (bkpt_probe_remove_location): Likewise.
4597 (bkpt_probe_create_sals_from_address): Likewise.
4598 (bkpt_probe_decode_linespec): Likewise.
4599 (tracepoint_probe_create_sals_from_address): Likewise.
4600 (tracepoint_probe_decode_linespec): Likewise.
4601 (tracepoint_probe_breakpoint_ops): New variable.
4602 (trace_command): Using proper breakpoint_ops according to the
4603 argument passed by the user in the command line.
4604 (initialize_breakpoint_ops): Initializing breakpoint_ops for
4605 static probes on breakpoints and tracepoints.
4606 * breakpoint.h (struct bp_location) <probe>: New field.
4607 * cli-utils.c (skip_spaces_const): New function.
4608 (extract_arg): Likewise.
4609 * cli-utils.h (skip_spaces_const): Likewise.
4610 (extract_arg): Likewise.
4611 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
4612 * configure.ac: Append `stap-probe.o' to be generated when ELF
4613 support is present.
4614 * configure: Regenerate.
4615 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
4616 * elfread.c: Include `probe.h' and `arch-utils.h'.
4617 (probe_key): New variable.
4618 (elf_get_probes): New function.
4619 (elf_get_probe_argument_count): Likewise.
4620 (elf_evaluate_probe_argument): Likewise.
4621 (elf_compile_to_ax): Likewise.
4622 (elf_symfile_relocate_probe): Likewise.
4623 (stap_probe_key_free): Likewise.
4624 (elf_probe_fns): New variable.
4625 (elf_sym_fns): Add `sym_probe_fns' value.
4626 (elf_sym_fns_lazy_psyms): Likewise.
4627 (elf_sym_fns_gdb_index): Likewise.
4628 (_initialize_elfread): Initialize objfile cache for static
4629 probes.
4630 * gdb_vecs.h (struct probe): New forward declaration.
4631 (probe_p): New VEC declaration.
4632 * gdbarch.c: Regenerate.
4633 * gdbarch.h: Regenerate.
4634 * gdbarch.sh (stap_integer_prefix): New variable.
4635 (stap_integer_suffix): Likewise.
4636 (stap_register_prefix): Likewise.
4637 (stap_register_suffix): Likewise.
4638 (stap_register_indirection_prefix): Likewise.
4639 (stap_register_indirection_suffix): Likewise.
4640 (stap_gdb_register_prefix): Likewise.
4641 (stap_gdb_register_suffix): Likewise.
4642 (stap_is_single_operand): New function.
4643 (stap_parse_special_token): Likewise.
4644 (struct stap_parse_info): Forward declaration.
4645 * i386-tdep.c: Including headers needed to perform the parsing
4646 of SystemTap probes' arguments.
4647 (i386_stap_is_single_operand): New function.
4648 (i386_stap_parse_special_token): Likewise.
4649 (i386_elf_init_abi): Initializing proper fields used by SystemTap
4650 probes' arguments parser.
4651 * i386-tdep.h (i386_stap_is_single_operand): New function.
4652 (i386_stap_parse_special_token): Likewise.
4653 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
4654 * mipsread.c (ecoff_sym_fns): Likewise.
4655 * objfiles.c (objfile_relocate1): Support relocation for static
4656 probes.
4657 * parse.c (prefixify_expression): Remove static declaration.
4658 (initialize_expout): Likewise.
4659 (reallocate_expout): Likewise.
4660 * parser-defs.h (initialize_expout): Declare function.
4661 (reallocate_expout): Likewise.
4662 (prefixify_expression): Likewise.
4663 * ppc-linux-tdep.c: Including headers needed to perform the parsing
4664 of SystemTap probes' arguments.
4665 (ppc_stap_is_single_operand): New function.
4666 (ppc_stap_parse_special_token): Likewise.
4667 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
4668 probes' arguments parser.
4669 * probe.c: New file, for generic statically defined probe support.
4670 * probe.h: Likewise.
4671 * s390-tdep.c: Including headers needed to perform the parsing of
4672 SystemTap probes' arguments.
4673 (s390_stap_is_single_operand): New function.
4674 (s390_gdbarch_init): Initializing proper fields used by SystemTap
4675 probes' arguments parser.
4676 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
4677 * stap-probe.c: New file, for SystemTap probe support.
4678 * stap-probe.h: Likewise.
4679 * symfile.h: Include `gdb_vecs.h'.
4680 (struct sym_probe_fns): New struct.
4681 (struct sym_fns) <sym_probe_fns>: New field.
4682 * symtab.c (init_sal): Initialize `probe' field.
4683 * symtab.h (struct probe): Forward declaration.
4684 (struct symtab_and_line) <probe>: New field.
4685 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
4686 locations.
4687 (stop_tracing): Likewise.
4688 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
4689
4690 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4691 Tom Tromey <tromey@redhat.com>
4692
4693 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
4694 and to compile agent expressions.
4695 * infrun.c (siginfo_make_value): New argument `ignore'.
4696 (siginfo_funcs): New struct.
4697 (_initialize_infrun): New argument when calling
4698 `create_internalvar_type_lazy'.
4699 * thread.c (thread_id_make_value): New argument `ignore'.
4700 (thread_funcs): New struct.
4701 (_initialize_thread): New argument when calling
4702 `create_internalvar_type_lazy'.
4703 * tracepoint.c (sdata_make_value): New argument `ignore'.
4704 (sdata_funcs): New struct.
4705 (_initialize_tracepoint): New argument when calling
4706 `create_internalvar_type_lazy'.
4707 * value.c (make_value): New struct.
4708 (create_internalvar_type_lazy): New argument `data'.
4709 (compile_internalvar_to_ax): New function.
4710 (value_of_internalvar): Properly handling `make_value' case.
4711 (clear_internalvar): Likewise.
4712 (show_convenience): Adding `TRY_CATCH' block.
4713 * value.h (internalvar_make_value): Delete, replace by...
4714 (struct internalvar_funcs): ... this.
4715 (create_internalvar_type_lazy) <fun>: Delete argument.
4716 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
4717 (compile_internalvar_to_ax): New function.
4718 * windows-tdep.c (tlb_make_value): New argument `ignore'.
4719 (tlb_funcs): New struct.
4720 (_initialize_windows_tdep): New argument when calling
4721 `create_internalvar_type_lazy'.
4722
4723 2012-04-27 Mark Wielaard <mjw@redhat.com>
4724
4725 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
4726 see whether it is an address or a constant offset from DW_AT_low_pc.
4727 (dwarf2_record_block_ranges): Likewise.
4728 (read_partial_die): Likewise.
4729
4730 2012-04-26 Mark Wielaard <mjw@redhat.com>
4731
4732 * MAINTAINERS (Write After Approval): Add myself to the list.
4733
4734 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
4735
4736 * proc-utils.h (proc_prettyprint_signalset): New prototype.
4737 (proc_prettyprint_signal): Likewise.
4738 (proc_prettyprint_faultset): Likewise.
4739 (proc_prettyprint_fault): Likewise.
4740 (proc_prettyprint_actionset): Likewise.
4741 (proc_prettyprint_flags): Move to new proc-flags.c section.
4742 (proc_prettyfprint_flags): New prototype.
4743 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
4744 (proc_syscall, proc_cursig): Likewise.
4745 (proc_set_kill_on_last_close): Likewise.
4746 (proc_unset_kill_on_last_close): Likewise.
4747 (proc_set_watchpoint): Make static.
4748 (proc_delete_dead_threads): Likewise.
4749 (procfs_set_watchpoint): Likewise.
4750 (_initialize_procfs): Add prototype.
4751 * proc-events.c: Include proc-utils.h.
4752 (init_syscall_table): Make static.
4753 * proc-api.c (_initialize_proc_api): Add prototype.
4754 * proc-flags.c: Include proc-utils.h.
4755
4756 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
4757
4758 * configure.ac: Add AC_ARG_PROGRAM.
4759 * configure: Regenerate.
4760
4761 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4762
4763 Fix DW_AT_lower_bound defaults for DWARF-4+.
4764 * dwarf2read.c (read_subrange_type): Remove initialization of low and
4765 high. New variable low_default_is_valid. Implement DWARF-4+
4766 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
4767 no default by the DWARF standard.
4768
4769 2012-04-26 Maciej W. Rozycki <macro@mips.com>
4770 Maciej W. Rozycki <macro@codesourcery.com>
4771
4772 * infrun.c (handle_inferior_event): Move the check for return
4773 trampolines ahead of the check for function trampolines.
4774 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
4775 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
4776 (mips_str_mips16_ret_stub): Likewise.
4777 (mips_str_call_fp_stub): Likewise.
4778 (mips_str_call_stub): Likewise.
4779 (mips_str_fn_stub): Likewise.
4780 (mips_str_pic): Likewise.
4781 (mips_in_frame_stub): New function.
4782 (mips_unwind_pc): Return the return address rather than the PC
4783 if the PC of an intermediate frame is inside a call thunk.
4784 (mips_is_stub_suffix): New function.
4785 (mips_is_stub_mode): Likewise.
4786 (mips_get_mips16_fn_stub_pc): Likewise.
4787 (mips_skip_mips16_trampoline_code): Update to handle all the
4788 currently generated stub types. Don't recurse into __fn_stub
4789 thunks. Remove heuristics to handle stubs beyond etext/_etext.
4790 Use cooked register accesses.
4791 (mips_in_return_stub): Reintroduce function.
4792 (mips_skip_trampoline_code): Traverse trampolines recursively.
4793 (mips_gdbarch_init): Handle MIPS16 return trampolines.
4794
4795 2012-04-26 Joel Brobecker <brobecker@adacore.com>
4796
4797 GDB 7.4.1 released.
4798
4799 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
4800
4801 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
4802 * features/arm-with-m-vfp-d16.xml: New file. Describes
4803 Cortex-M with VFPv4-sp-d16 FPU register layout.
4804 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
4805 * features/arm-with-m-vfp-d16.c: New. Generated from above.
4806 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
4807 (arm-register_g_packet_guesses): Add vfp-d16 guess.
4808 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
4809
4810 2012-04-25 Doug Evans <dje@google.com>
4811
4812 * cli/cli-decode.c (print_doc_line): Use stream instead of
4813 current_uiout.
4814
4815 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4816
4817 * features/arm-with-iwmmxt.c: Regenerate.
4818 * features/arm-with-m-fpa-layout.c: Likewise.
4819 * features/arm-with-m.c: Likewise.
4820 * features/arm-with-neon.c: Likewise.
4821 * features/arm-with-vfpv2.c: Likewise.
4822 * features/arm-with-vfpv3.c: Likewise.
4823 * features/mips-dsp-linux.c: Likewise.
4824 * features/mips-linux.c: Likewise.
4825 * features/mips64-dsp-linux.c: Likewise.
4826 * features/mips64-linux.c: Likewise.
4827 * features/s390-linux32.c: Likewise.
4828 * features/s390-linux32v1.c: Likewise.
4829 * features/s390-linux32v2.c: Likewise.
4830 * features/s390-linux64.c: Likewise.
4831 * features/s390-linux64v1.c: Likewise.
4832 * features/s390-linux64v2.c: Likewise.
4833 * features/s390x-linux64.c: Likewise.
4834 * features/s390x-linux64v1.c: Likewise.
4835 * features/s390x-linux64v2.c: Likewise.
4836 * features/tic6x-c62x-linux.c: Likewise.
4837 * features/tic6x-c62x.c: Likewise.
4838 * features/tic6x-c64x-linux.c: Likewise.
4839 * features/tic6x-c64x.c: Likewise.
4840 * features/tic6x-c64xp-linux.c: Likewise.
4841 * features/tic6x-c64xp.c: Likewise.
4842 * target-descriptions.c: Only generate `field_type' and `type'
4843 variables when needed.
4844
4845 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
4846
4847 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
4848
4849 2012-04-25 Doug Evans <dje@google.com>
4850
4851 Initial pass at Go language support.
4852 * NEWS: Mention Go.
4853 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
4854 go-valprint.c.
4855 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
4856 (YYFILES): Add go-exp.c.
4857 (YYOBJ): Add go-exp.o.
4858 (local-maintainer-clean): Delete go-exp.c.
4859 * defs.h (enum language): Add language_go.
4860 * dwarf2read.c: #include "go-lang.h".
4861 (fixup_go_packaging): New function.
4862 (process_full_comp_unit): Call it when processing Go CUs.
4863 (dwarf2_physname): Add Go support.
4864 (read_file_scope): Handle missing language spec for GNU Go.
4865 (set_cu_language): Handle DW_LANG_Go.
4866 * go-exp.y: New file.
4867 * go-lang.h: New file.
4868 * go-lang.c: New file.
4869 * go-typeprint.c: New file.
4870 * go-valprint.c: New file.
4871 * symtab.c: #include "go-lang.h".
4872 (symbol_set_language): Handle language_go.
4873 (symbol_find_demangled_name, symbol_set_names): Ditto.
4874 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
4875
4876 2012-04-24 Jim Meyering <meyering@redhat.com>
4877
4878 avoid a few strncpy-induced buffer overruns
4879 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
4880 fname and psargs before trying to concatenate.
4881 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
4882 "name" before applying strchr.
4883
4884 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
4885
4886 * CONTRIBUTE: Use unified diff instead of context diff when
4887 generating patches.
4888
4889 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
4890
4891 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
4892 code. Handle JR.HB correctly.
4893
4894 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
4895
4896 * mips-tdep.c
4897 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
4898 with the other MIPS16 helpers.
4899
4900 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
4901
4902 * observer.sh: Conditionally declare `args', thus cleaning up
4903 unused instances of this variable.
4904
4905 2012-04-24 Yao Qi <yao@codesourcery.com>
4906
4907 Revert this patch to allow breakpoint always-inserted
4908 in record target.
4909 2011-12-05 Pedro Alves <pedro@codesourcery.com>
4910 * breakpoint.c: Include record.h.
4911 (breakpoints_always_inserted_mode): Return false when the record
4912 target is in use.
4913
4914 * breakpoint.c (iterate_over_bp_locations): New.
4915 * breakpoint.h: Declare.
4916 New typedef walk_bp_location_callback.
4917 * record.c (record_open): Call record_init_record_breakpoints.
4918 (record_sync_record_breakpoints): New.
4919 (record_init_record_breakpoints): New.
4920 * NEWS: Mention supporting breakpoint always-inserted mode in
4921 record target.
4922
4923 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
4924
4925 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
4926 any thread.
4927
4928 2012-04-24 Yao Qi <yao@codesourcery.com>
4929
4930 * breakpoint.c (ep_is_catchpoint): Renamed to ...
4931 (is_catchpoint): ... it.
4932 (print_one_breakpoint_location): Caller update.
4933 * breakpoint.h: Update declaration.
4934
4935 2012-04-23 David S. Miller <davem@davemloft.net>
4936
4937 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
4938
4939 2012-04-23 Tom Tromey <tromey@redhat.com>
4940
4941 * buildsym.c (add_free_pendings): Remove.
4942 * buildsym.h (add_free_pendings): Remove.
4943
4944 2012-04-23 Doug Evans <dje@google.com>
4945
4946 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
4947 attr.u.unsnd instead of attr.u.addr.
4948 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
4949 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
4950 DW_FORM_ref_udata.
4951 (dump_die_shallow): Update cases DW_FORM_ref_addr,
4952 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
4953 DW_FORM_ref_udata.
4954 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
4955
4956 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
4957
4958 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
4959 (mips_o32_return_value): Likewise.
4960 (mips_o64_return_value): Likewise.
4961
4962 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
4963
4964 * ada-lang.c (ada_evaluate_subexp): Add cases for
4965 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
4966 their treatment in eval.c.
4967
4968 2012-04-21 David S. Miller <davem@davemloft.net>
4969
4970 * sparc-tdep.c (X_DISP10): Define.
4971 (sparc_analyze_control_transfer): Handle compare-and-branch.
4972
4973 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
4974
4975 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
4976 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
4977
4978 2012-04-20 Nigel Stephens <nigel@mips.com>
4979 Maciej W. Rozycki <macro@codesourcery.com>
4980
4981 * mips-tdep.c (mips_float_register_p): New function.
4982 (mips_convert_register_float_case_p): Use mips_float_register_p.
4983 (mips_register_type): Likewise.
4984 (mips_print_register): Likewise.
4985 (print_gp_register_row): Likewise.
4986 (mips_print_registers_info): Likewise.
4987
4988 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
4989
4990 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
4991 of mips16 symbols.
4992
4993 2012-04-20 Andrew Pinski <apinski@cavium.com>
4994
4995 * MAINTAINERS (Write After Approval): Add myself to the list.
4996
4997 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
4998
4999 * MAINTAINERS: Update my e-mail address.
5000
5001 2012-04-20 Pedro Alves <palves@redhat.com>
5002
5003 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
5004 $srcdir.
5005 * configure: Regenerate.
5006
5007 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
5008
5009 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
5010 declaration.
5011 * gdb_vecs.h: Declare `const_char_ptr' VEC.
5012
5013 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5014
5015 Fix compilation compatibility with python-2.4
5016 * python/py-type.c (convert_field): Cast ADDRSTRING for
5017 PyObject_SetAttrString as non-const. New comment.
5018
5019 2012-04-19 Tom Tromey <tromey@redhat.com>
5020
5021 * top.c (quit_target): Use all_cleanups.
5022 * main.c (captured_command_loop): Use all_cleanups.
5023 * exceptions.c (throw_exception): Use all_cleanups.
5024
5025 2012-04-19 Pedro Alves <palves@redhat.com>
5026
5027 * Makefile.in (GNULIB_BUILDDIR): New.
5028 (LIBGNU, INCGNU, GNULIB_H): Adjust.
5029 (SUBDIRS): Add $(GNULIB_BUILDDIR).
5030 (CLEANDIRS). Remove gnulib/import.
5031 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
5032 (all-lib): Ditto.
5033 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
5034 (gnulib/import/Makefile): Replace gnulib/import with
5035 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
5036 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
5037 (aclocal_m4_deps): Remove the gnulib dependencies. Add
5038 acx_configure_dir.m4.
5039 * acinclude.m4: Include acx_configure_dir.m4.
5040 * acx_configure_dir.m4: New file.
5041 * aclocal.m4: Regenerate.
5042 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
5043 calls. Configure gnulib using ACX_CONFIGURE_DIR.
5044 (GNULIB): New variable.
5045 (GNULIB_STDINT_H): Adjust.
5046 (AC_OUTPUT): Don't output gnulib/Makefile.
5047 * gdb/defs.h: Include build-gnulib/config.h.
5048 * aclocal.m4: Regenerate.
5049 * config.in: Regenerate.
5050 * configure: Regenerate.
5051
5052 * gnulib/Makefile.in: New file.
5053 * gnulib/configure.ac: New file.
5054 * gnulib/aclocal.m4: New file.
5055 * gnulib/config.in: New file.
5056 * gnulib/configure: New file.
5057 * gnulib/: Re-run gnulib-tool to adjust.
5058
5059 2012-04-19 Doug Evans <dje@google.com>
5060
5061 * cleanups.h (struct cleanup): Move to cleanups.c.
5062 (make_cleanup_dtor_ftype): New typedef.
5063 (make_cleanup_dtor): Use it.
5064 (ALL_CLEANUPS): Replace with ...
5065 (all_cleanups): ... this. Declare. All uses updated.
5066 * cleanups.c: #include "gdb_assert.h".
5067 (sentinel_cleanup): New static global.
5068 (SENTINEL_CLEANUP): Define.
5069 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
5070 (make_my_cleanup2): Assert result is non-NULL.
5071 (all_cleanups): New function.
5072 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
5073 of NULL.
5074
5075 2012-04-19 Pedro Alves <palves@redhat.com>
5076
5077 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
5078 Adjust paths to gnulib imported files.
5079
5080 2012-04-19 Pedro Alves <palves@redhat.com>
5081
5082 * gnulib/: Move whole directory ...
5083 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
5084 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
5085 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
5086 (aclocal_m4_deps): Adjust.
5087 * aclocal.m4: Regenerate.
5088 * configure: Regenerate.
5089 * configure.ac: Adjust AC_OUTPUT output.
5090
5091 2012-04-19 Yao Qi <yao@codesourcery.com>
5092
5093 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
5094 (vec.o): New rule.
5095 * vec.c: Move it ...
5096 * common/vec.c: ... here.
5097 * vec.h: Move it ...
5098 * common/vec.h: ... here.
5099
5100 2012-04-19 Yao Qi <yao@codesourcery.com>
5101
5102 * gdb-code-style.el: New.
5103
5104 2012-04-18 Pedro Alves <palves@redhat.com>
5105
5106 Update gnulib from latest git.
5107 (639ea5ae15e39fe48d43e04864b2997301e4b969)
5108
5109 * gnulib/Makefile.am: Update.
5110 * gnulib/dummy.c: Update.
5111 * gnulib/extra/arg-nonnull.h: Update.
5112 * gnulib/extra/c++defs.h: Update.
5113 * gnulib/extra/update-copyright: Update.
5114 * gnulib/extra/warn-on-use.h: Update.
5115 * gnulib/inttypes.in.h: Update.
5116 * gnulib/m4/00gnulib.m4: Update.
5117 * gnulib/m4/extensions.m4: Update.
5118 * gnulib/m4/gnulib-cache.m4: Update.
5119 * gnulib/m4/gnulib-common.m4: Update.
5120 * gnulib/m4/gnulib-comp.m4: Update.
5121 * gnulib/m4/gnulib-tool.m4: Update.
5122 * gnulib/m4/include_next.m4: Update.
5123 * gnulib/m4/inttypes-pri.m4: Update.
5124 * gnulib/m4/inttypes.m4: Update.
5125 * gnulib/m4/longlong.m4: Update.
5126 * gnulib/m4/memchr.m4: Update.
5127 * gnulib/m4/memmem.m4: Update.
5128 * gnulib/m4/mmap-anon.m4: Update.
5129 * gnulib/m4/multiarch.m4: Update.
5130 * gnulib/m4/onceonly.m4: Update.
5131 * gnulib/m4/stddef_h.m4: Update.
5132 * gnulib/m4/stdint.m4: Update.
5133 * gnulib/m4/string_h.m4: Update.
5134 * gnulib/m4/warn-on-use.m4: Update.
5135 * gnulib/m4/wchar_h.m4: Update.
5136 * gnulib/m4/wchar_t.m4: Update.
5137 * gnulib/m4/wint_t.m4: Update.
5138 * gnulib/memchr.c: Update.
5139 * gnulib/memmem.c: Update.
5140 * gnulib/stddef.in.h: Update.
5141 * gnulib/stdint.in.h: Update.
5142 * gnulib/str-two-way.h: Update.
5143 * gnulib/string.in.h: Update.
5144 * gnulib/wchar.in.h: Update.
5145
5146 * gnulib/extra/arg-nonnull.h: Delete.
5147 * gnulib/extra/c++defs.h: Delete.
5148 * gnulib/extra/warn-on-use.h: Delete.
5149 * gnulib/m4/wchar_h.m4: Delete.
5150 * gnulib/m4/wint_t.m4: Delete.
5151 * gnulib/wchar.in.h: Delete.
5152
5153 * gnulib/extra/snippets/arg-nonnull.h: New.
5154 * gnulib/extra/snippets/c++defs.h: New.
5155 * gnulib/extra/snippets/warn-on-use.h: New.
5156
5157 * aclocal.m4: Regenerate.
5158 * config.in: Regenerate.
5159 * configure: Regenerate.
5160 * gnulib/Makefile.in: Regenerate.
5161
5162 2012-04-18 Pedro Alves <palves@redhat.com>
5163
5164 Reimport the update-copyright module from gnulib
5165 (250b80067c1e1d8faa0c42fb572f721975b929c5).
5166
5167 * configure: Regenerate.
5168 * gnulib/Makefile.am: Update.
5169 * gnulib/Makefile.in: Regenerate.
5170 * gnulib/extra/update-copyright: Update.
5171 * gnulib/m4/gnulib-cache.m4: Update.
5172 * gnulib/m4/gnulib-comp.m4: Update.
5173
5174 2012-04-18 Tristan Gingold <gingold@adacore.com>
5175
5176 * configure.ac (aix): Put -lpthread into libs.
5177 * configure: Regenerate.
5178
5179 2012-04-18 Tom Tromey <tromey@redhat.com>
5180
5181 * linespec.c (convert_linespec_to_sals): Don't use
5182 SYMBOL_OBJ_SECTION.
5183 (compare_msymbols): Arguments are minsym_and_objfile, not
5184 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
5185
5186 2012-04-18 Pedro Alves <palves@redhat.com>
5187
5188 Revert gnulib/ part of:
5189 2011-01-01 Joel Brobecker <brobecker@adacore.com>
5190 Copyright year update in most files (performed by copyright.sh).
5191
5192 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5193
5194 Fix 64-bit constants on 32-bit hosts.
5195 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
5196 from unsigned long to ULONGEST.
5197 (read_signed_leb128): Change declaration return type from long to
5198 LONGEST.
5199 (dwarf2_const_value_attr): Change declaration parameter value from long
5200 to LONGEST.
5201 (dwarf2_compute_name): Change variable value from long to LONGEST.
5202 (read_unsigned_leb128): Change return type, variable result and some
5203 casts from unsigned long to ULONGEST.
5204 (read_signed_leb128): Change return type, variable result and some
5205 casts from long to LONGEST.
5206 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
5207 value from long to LONGEST.
5208 (dwarf2_const_value): Change variable value from long to LONGEST.
5209 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
5210 plongest and hex_string.
5211 * symtab.h (struct general_symbol_info): Change ivalue from long to
5212 LONGEST, remove the comment.
5213 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
5214 Change SYMBOL_VALUE format strings to use plongest and hex_string.
5215
5216 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
5217
5218 PR symtab/7259:
5219 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
5220 * ada-lang.c (ada_discrete_type_high_bound)
5221 (ada_discrete_type_low_bound): Fix function comment. Use
5222 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
5223 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
5224 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
5225 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
5226 Use TYPE_FIELD_ENUMVAL.
5227 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
5228 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
5229 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
5230 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
5231 TYPE_CODE_ENUM.
5232 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
5233 * dwarf2read.c (process_enumeration_scope): Likewise.
5234 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
5235 field.bitpos.
5236 (class StructMainTypePrettyPrinter): Support also
5237 FIELD_LOC_KIND_ENUMVAL.
5238 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
5239 TYPE_CODE_ENUM.
5240 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
5241 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
5242 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
5243 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
5244 field enumval.
5245 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
5246 accommodate enumval.
5247 (struct call_site): Adjust loc_kind to accommodate enumval.
5248 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
5249 (TYPE_FIELD_ENUMVAL): New macros.
5250 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
5251 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
5252 TYPE_CODE_ENUM.
5253 * p-typeprint.c (pascal_type_print_base): Likewise.
5254 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
5255 enumval.
5256 * python/lib/gdb/types.py (make_enum_dict): Likewise.
5257 * python/py-type.c (convert_field): New variable addrstring. Use
5258 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
5259 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
5260 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
5261 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
5262 TYPE_CODE_ENUM.
5263 * valprint.c (generic_val_print): Likewise.
5264
5265 2012-04-17 Doug Evans <dje@google.com>
5266
5267 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
5268
5269 * dwarf2read.c: Whitespace fixes.
5270 (lookup_signatured_type): Tweak comment.
5271 (get_die_type_at_offset): Fix comment.
5272
5273 2012-04-17 Joel Brobecker <brobecker@adacore.com>
5274
5275 * xcoffread.c (xcoff_secnum_to_sections): New function.
5276 (secnum_to_section, secnum_to_bfd_section): Reimplement
5277 using xcoff_secnum_to_sections. Rename "secnum" parameter
5278 into "n_scnum".
5279 (RECORD_MINIMAL_SYMBOL): Delete.
5280 (record_minimal_symbol): New function.
5281 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
5282 by call to record_minimal_symbol and set misc_func_recorded
5283 to 1. Set last_csect_sec to the XCOFF section index instead
5284 of GDB's section_offset index. Update calls to
5285 prim_record_minimal_symbol_and_info to pass the BFD section
5286 as well.
5287
5288 2012-04-17 Joel Brobecker <brobecker@adacore.com>
5289
5290 * xcoffread.c (read_xcoff_symtab): Delete variables
5291 last_csect_val and last_csect_sec and associated code.
5292
5293 2012-04-17 Doug Evans <dje@google.com>
5294
5295 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
5296 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
5297 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
5298 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
5299
5300 * cleanups.h: New file.
5301 * cleanups.c: New file.
5302 * Makefile.in (SFILES): Add cleanups.c.
5303 (HFILES_NO_SRCDIR): Add cleanups.h.
5304 (COMMON_OBS): Add cleanups.o.
5305 * defs.h (struct cleanup): Moved to cleanups.h.
5306 (do_cleanups,do_final_cleanups): Ditto.
5307 (discard_cleanups,discard_final_cleanups): Ditto
5308 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
5309 (save_cleanups,save_final_cleanups): Ditto.
5310 (restore_cleanups,restore_final_cleanups): Ditto.
5311 (null_cleanup): Ditto.
5312 (make_my_cleanup,make_my_cleanup2): Ditto.
5313 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
5314 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
5315 (do_cleanups,do_final_cleanups): Ditto.
5316 (discard_cleanups,discard_final_cleanups): Ditto
5317 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
5318 (save_cleanups,save_final_cleanups): Ditto.
5319 (restore_cleanups,restore_final_cleanups): Ditto.
5320 (null_cleanup): Ditto.
5321 (make_my_cleanup,make_my_cleanup2): Ditto.
5322 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
5323
5324 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
5325 make_my_cleanup.
5326 (make_cleanup_dyn_string_delete): Ditto.
5327 (make_cleanup_ui_file_delete): Ditto.
5328 (make_cleanup_ui_out_redirect_pop): Ditto.
5329 (make_cleanup_free_section_addr_info): Ditto.
5330 (make_cleanup_restore_integer): Ditto.
5331 (make_cleanup_unpush_target): Ditto.
5332 (make_cleanup_value_free_to_mark): Ditto.
5333 (make_cleanup_value_free): Ditto.
5334 (make_cleanup_free_so): Ditto.
5335
5336 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5337
5338 New option "set debug auto-load".
5339 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
5340 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
5341 (auto_load_safe_path_vec_update)
5342 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
5343 if DEBUG_AUTO_LOAD.
5344 (file_is_auto_load_safe): New parameters debug_fmt and ....
5345 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
5346 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
5347 caller by explanatory string.
5348 (_initialize_auto_load): Register "set debug auto-load".
5349 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
5350 and ....
5351 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
5352 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
5353 by explanatory string.
5354 * main.c (captured_main): Likewise.
5355 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
5356 (source_section_scripts): Likewise.
5357
5358 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5359
5360 New option "set auto-load safe-path".
5361 * NEWS: New commands "set auto-load safe-path"
5362 and "show auto-load safe-path".
5363 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
5364 (auto_load_safe_path, auto_load_safe_path_vec)
5365 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
5366 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
5367 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
5368 (source_gdb_script_for_objfile): New variable is_safe. Call
5369 file_is_auto_load_safe. Return if it is not.
5370 (struct loaded_script): New field loaded.
5371 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
5372 (print_script): Use LOADED indicator instead of FULL_PATH. Change
5373 output "Missing" to "No".
5374 (_initialize_auto_load): New variable cmd. Initialize
5375 auto_load_safe_path. Register "set auto-load safe-path",
5376 "show auto-load safe-path" and "add-auto-load-safe-path".
5377 * auto-load.h (maybe_add_script): Add parameter loaded.
5378 (file_is_auto_load_safe): New declaration.
5379 * config.in: Regenerate.
5380 * configure: Regenerate.
5381 * configure.ac: New parameters --with-auto-load-safe-path
5382 and --without-auto-load-safe-path.
5383 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
5384 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
5385 * main.c (captured_main): Check file_is_auto_load_safe for
5386 LOCAL_GDBINIT.
5387 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
5388 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
5389 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
5390 not.
5391
5392 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5393
5394 auto-load: Implementation.
5395 * NEWS: New descriptions for "info auto-load",
5396 "info auto-load gdb-scripts", "info auto-load python-scripts",
5397 "info auto-load local-gdbinit" and "info auto-load libthread-db".
5398 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
5399 and "show auto-load-scripts". New description for "set auto-load",
5400 "show auto-load", "set auto-load gdb-scripts",
5401 "show auto-load gdb-scripts", "set auto-load python-scripts",
5402 "show auto-load python-scripts", "set auto-load local-gdbinit",
5403 "show auto-load local-gdbinit", "set auto-load libthread-db" and
5404 "show auto-load libthread-db".
5405 * auto-load.c: Remove include python/python-internal.h. Add includes
5406 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
5407 cli/cli-setshow.h.
5408 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
5409 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
5410 (gdbpy_global_auto_load): Rename to ...
5411 (global_auto_load): ... here.
5412 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
5413 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
5414 (script_language_gdb, source_gdb_script_for_objfile): New.
5415 (struct loaded_script): New field language.
5416 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
5417 LANGUAGE.
5418 (maybe_add_script): Add parameter language. Drop redundant
5419 entry.full_path initialization. Initialize entry.language and
5420 (*slot)->language.
5421 (auto_load_objfile_script): Change parameter suffix to language.
5422 Remove the call of maybe_add_script.
5423 Call language->source_script_for_objfile.
5424 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
5425 New.
5426 (collect_matching_scripts): Adjust it for
5427 struct collect_matching_scripts_data.
5428 (auto_load_info_scripts_pattern_nl): New variable.
5429 (info_auto_load_scripts): Rename to ...
5430 (auto_load_info_scripts): ... here, add parameter language. Adjust it
5431 for struct collect_matching_scripts_data.
5432 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
5433 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
5434 (auto_load_show_cmdlist_get, info_auto_load_cmd)
5435 (auto_load_info_cmdlist_get): New.
5436 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
5437 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
5438 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
5439 "info auto-load local-gdbinit".
5440 * auto-load.h (struct script_language): New.
5441 (gdbpy_global_auto_load): Rename to ...
5442 (global_auto_load): ... here.
5443 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
5444 (auto_load_local_gdbinit_loaded): New declarations.
5445 (maybe_add_script): New parameter language.
5446 (auto_load_objfile_script): Change parameter suffix to language.
5447 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
5448 (auto_load_info_scripts, auto_load_set_cmdlist_get)
5449 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
5450 declarations.
5451 * linux-thread-db.c: Include auto-load.h and ctype.h.
5452 (auto_load_thread_db, show_auto_load_thread_db): New.
5453 (struct thread_db_info): New field filename.
5454 (delete_thread_db_info): Call xfree for FILENAME.
5455 (try_thread_db_load): Initialize FILENAME.
5456 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
5457 if !AUTO_LOAD_THREAD_DB.
5458 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
5459 (_initialize_thread_db): Install auto_load_thread_db
5460 as "set auto-load libthread-db" and install info_auto_load_libthread_db
5461 as "info auto-load libthread-db".
5462 * main.c (captured_main): Rename gdbpy_global_auto_load to
5463 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
5464 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
5465 (print_gdb_help): Extend the help for 'local init file'.
5466 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
5467 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
5468 (auto_load_scripts): Rename to ...
5469 (auto_load_python_scripts): ... here, update the comment.
5470 (gdbpy_load_auto_script_for_objfile): New declaration.
5471 (show_auto_load_python_scripts, script_language_python)
5472 (gdbpy_load_auto_script_for_objfile): New.
5473 (source_section_scripts): Refactor the code.
5474 (load_auto_scripts_for_objfile): Rename to ...
5475 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
5476 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
5477 (info_auto_load_python_scripts): New.
5478 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
5479 Rename "set auto-load-scripts" to "set auto-load python-scripts".
5480 Register "set auto-load-scripts" as its deprecated alias. Register
5481 "info auto-load python-scripts". Register "info auto-load-scripts" as
5482 its deprecated alias.
5483 (load_auto_scripts_for_objfile): Rename to ...
5484 (gdbpy_load_auto_scripts_for_objfile): ... here.
5485 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
5486 (gdbpy_load_auto_scripts_for_objfile): ... here.
5487
5488 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5489
5490 auto-load: Move files.
5491 * Makefile.in (SFILES): Add auto-load.c.
5492 (HFILES_NO_SRCDIR): Add auto-load.h.
5493 (COMMON_OBS): Add auto-load.o.
5494 (distclean): Change .gdbinit for gdb-gdb.gdb.
5495 * auto-load.c: New file, with parts from python/py-auto-load.c.
5496 * auto-load.h: New file, with parts from python/python.h.
5497 * configure: Regenerate.
5498 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
5499 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
5500 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
5501 * main.c: Include auto-load.h.
5502 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
5503 command.h, observer.h and progspace.h to auto-load.c. Add include
5504 auto-load.h.
5505 (gdbpy_global_auto_load, struct auto_load_pspace_info)
5506 (struct loaded_script, auto_load_pspace_data)
5507 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
5508 (hash_loaded_script_entry, eq_loaded_script_entry)
5509 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
5510 (maybe_add_script): Move to auto-load.c.
5511 (source_section_scripts): Change maybe_add_script parameters passing,
5512 use script_not_found_warning_print.
5513 (clear_section_scripts, auto_load_objfile_script)
5514 (auto_load_new_objfile, loaded_script_ptr)
5515 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
5516 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
5517 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
5518 auto_load_new_objfile and info_auto_load_scripts initizations to
5519 auto-load.c.
5520 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
5521
5522 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5523
5524 Code cleanup.
5525 * charset.c (find_charset_names): Remove variables ix and elt.
5526 Use free_char_ptr_vec.
5527 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
5528 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
5529 debugdir_end. New variable debugdir_len.
5530 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
5531 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
5532 declarations.
5533 * progspace.c (clear_program_space_solib_cache): Remove variables ix
5534 and elt. Use free_char_ptr_vec.
5535 * source.c (add_path): Remove variables argv, arg and argv_index.
5536 New variables dir_vec, back_to, ix and name.
5537 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
5538 make_cleanup_freeargv. Remove variable separator. Simplify the code
5539 no longer expecting DIRNAME_SEPARATOR.
5540 (openp): Remove variable p, p1 and len. New variables dir_vec,
5541 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
5542 no longer expecting DIRNAME_SEPARATOR.
5543 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
5544 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
5545 debugdir_end.
5546 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
5547 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
5548 (dirnames_to_char_ptr_vec): New functions.
5549
5550 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5551
5552 Code cleanup.
5553 * source.c (add_path): Remove always true conditional 'p == 0' and
5554 unindent its code block.
5555
5556 2012-04-17 Pedro Alves <palves@redhat.com>
5557
5558 * gdbtypes.h (FIELD_BITPOS): Rename to ...
5559 (FIELD_BITPOS_LVAL): ... this.
5560 (FIELD_BITPOS): New.
5561 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
5562 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
5563 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
5564 SET_FIELD_BITPOS.
5565 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
5566 SET_FIELD_BITPOS.
5567 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
5568 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
5569 * target-descriptions.c (tdesc_gdb_type): Adjust to use
5570 SET_FIELD_BITPOS.
5571
5572 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5573
5574 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
5575 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
5576 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
5577 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
5578 * jv-lang.c (java_link_class_type): Likewise, once.
5579 * stabsread.c (read_enum_type): Likewise.
5580
5581 2012-04-16 Yao Qi <yao@codesourcery.com>
5582
5583 * common/agent.c (agent_run_command): Add one more parameter `len'.
5584 Update callers.
5585 * common/agent.h: Update declaration.
5586 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
5587 Update.
5588 (linux_child_static_tracepoint_markers_by_strid): Ditto.
5589
5590 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
5591
5592 PR mi/13393
5593 * value.c (value_actual_type): New function.
5594 * value.h (value_actual_type): New declaration.
5595 * varobj.c (update_type_if_necessary): New function.
5596 (varobj_create): Call value_actual_type instead of
5597 value_type.
5598 (install_dynamic_child): distinct changed and type changed MI variable
5599 objects.
5600 (update_dynamic_varobj_children): Updated for install_dynamic_child
5601 change. All callers updated.
5602 (varobj_update): Support for MI variable object type change if
5603 the value changed and RTTI is used to determine the type.
5604 (create_child_with_value): Call value_actual_type instead of
5605 value_type.
5606 (adjust_value_for_child_access): Extended with a new parameter which
5607 specify whether the given value should be casted to enclosing type.
5608 All callers updated.
5609
5610 2012-04-14 Yao Qi <yao@codesourcery.com>
5611
5612 Import gnulib module inttypes from git
5613 (250b80067c1e1d8faa0c42fb572f721975b929c5)
5614 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
5615 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
5616 gnulib/m4/inttypes-pri.m4
5617 * aclocal.m4, config.in, configure: Regenerated.
5618 * gnulib/Makefile.am: Update.
5619 * gnulib/Makefile.in: Update.
5620 * gnulib/m4/gnulib-cache.m4: Update.
5621 * gnulib/m4/gnulib-comp.m4: Update.
5622 * gnulib/inttypes.in.h: New.
5623 * gnulib/m4/inttypes-pri.m4: New.
5624 * gnulib/m4/inttypes.m4: New.
5625
5626 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
5627
5628 * infrun.c (resume): Update PC address to the real PC after
5629 preparing to do displaced stepping.
5630
5631 2012-04-12 Doug Evans <dje@google.com>
5632
5633 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
5634 All callers updated.
5635
5636 2012-04-12 Mark Kettenis <kettenis@gnu.org>
5637
5638 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
5639
5640 2012-04-12 Doug Evans <dje@google.com>
5641
5642 * dwarf2read.c (create_all_type_units): Renamed from
5643 create_debug_types_hash_table. All callers updated.
5644
5645 * dwarf2read.c (create_signatured_type_table_from_index): Rename
5646 local type_sig to sig_type, type_offset to type_offset_in_tu.
5647 (hash_signatured_type): Renamed from hash_type_signature,
5648 all callers updated.
5649 (eq_signatured_type): Renamed from eq_type_signature,
5650 all callers updated.
5651 (create_debug_types_hash_table): Rename local type_sig to sig_type.
5652 (process_enumeration_scope): Ditto.
5653 (lookup_signatured_type_at_offset): Ditto.
5654 (load_full_type_unit, read_signatured_type): Ditto.
5655
5656 2012-04-12 Yao Qi <yao@codesourcery.com>
5657
5658 * remote.c (async_remote_interrupt): Correct function name in
5659 debug message.
5660 (async_remote_interrupt_twice): Ditto.
5661
5662 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
5663
5664 * source.c (find_and_open_source): Consistently pass resulting
5665 full path through xfullpath.
5666
5667 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5668
5669 Provide more specific displaced-stepping memory error message.
5670 * infrun.c (displaced_step_prepare): New variable status. Call
5671 target_read_memory instead of read_memory, provide more specific
5672 error message.
5673
5674 2012-04-11 Tristan Gingold <gingold@adacore.com>
5675
5676 PR gdb/13901
5677 * darwin-nat.c (darwin_execvp): Revert previous patch.
5678
5679 2012-04-11 Tristan Gingold <gingold@adacore.com>
5680
5681 PR gdb/13901
5682 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
5683 in case of change.
5684
5685 2012-04-11 Tristan Gingold <gingold@adacore.com>
5686
5687 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
5688 warning.
5689
5690 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
5691
5692 New command 'explore' which helps explore values and types in
5693 scope.
5694 * NEWS: Add an entry about the new 'explore' command.
5695 * data-directory/Makefile.in: Add gdb/command/explore.py
5696 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
5697 command using the GDB Python API.
5698
5699 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
5700
5701 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
5702 extension in jump target calculation.
5703
5704 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
5705
5706 * mips-tdep.c (mips32_next_pc): Handle JALX.
5707
5708 2012-04-10 Yao Qi <yao@codesourcery.com>
5709
5710 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
5711
5712 2012-04-10 Yao Qi <yao@codesourcery.com>
5713
5714 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
5715 and gnulib/m4/gnulib-tool.m4.
5716
5717 2012-04-10 Doug Evans <dje@google.com>
5718
5719 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
5720 (load_partial_dies): Clarify comment.
5721 (find_partial_die): Support rereading type units.
5722 Clarify CU handling, if we know offset is in CU, don't search for the
5723 containing CU. Add comment regarding memory waste.
5724
5725 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
5726
5727 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
5728 i386/x32-avx and i386/x32-avx-linux.
5729 (i386/x32-expedite): New.
5730 (i386/x32-linux-expedite): Likewise.
5731 (i386/x32-avx-expedite): Likewise.
5732 (i386/x32-avx-linux-expedite): Likewise.
5733 ($(outdir)/i386/x32.dat): Likewise.
5734 ($(outdir)/i386/x32-linux.dat): Likewise.
5735 ($(outdir)/i386/x32-avx.dat): Likewise.
5736 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
5737
5738 * features/i386/x32-avx-linux.xml: New file.
5739 * features/i386/x32-avx.xml: Likewise.
5740 * features/i386/x32-core.xml: Likewise.
5741 * features/i386/x32-linux.xml: Likewise.
5742 * features/i386/x32.xml: Likewise.
5743
5744 * features/i386/x32-avx-linux.c: New. Generated.
5745 * features/i386/x32-avx.c: Likewise.
5746 * features/i386/x32-linux.c: Likewise.
5747 * features/i386/x32.c: Likewise.
5748 * regformats/i386/x32-avx-linux.dat: Likewise.
5749 * regformats/i386/x32-avx.dat: Likewise.
5750 * regformats/i386/x32-linux.dat: Likewise.
5751 * regformats/i386/x32.dat: Likewise.
5752
5753 2012-04-10 Tristan Gingold <gingold@adacore.com>
5754
5755 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
5756 code to kill the inferior.
5757
5758 2012-04-09 Mark Kettenis <kettenis@gnu.org>
5759
5760 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
5761 defines.
5762 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
5763 defines.
5764 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
5765 (yyvsp): New defines.
5766 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
5767 defines.
5768 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
5769 defines.
5770 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
5771 defines.
5772 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
5773 defines.
5774 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
5775 defines.
5776
5777 2012-04-09 Mark Kettenis <kettenis@gnu.org>
5778
5779 * sparc64-tdep.c (sparc64_store_arguments)
5780 (sparc64_store_arguments): Fix coding style.
5781
5782 2012-04-07 Mark Kettenis <kettenis@gnu.org>
5783
5784 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
5785 complex floats, adjust some related comments and tighten a related
5786 assertion.
5787 (sparc64_extract_return_value): Handle complex floats.
5788
5789 2012-04-07 Doug Evans <dje@google.com>
5790
5791 * dwarf2read.c (load_partial_dies): Change condition to assert.
5792
5793 2012-04-06 Doug Evans <dje@google.com>
5794
5795 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
5796 "mov %rsp,%rbp".
5797
5798 2012-04-05 Kevin Buettner <kevinb@redhat.com>
5799
5800 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
5801 fencepost error.
5802 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
5803 (v850_gdbarch_init): Set `num_regs' as appropriate for the
5804 architecture.
5805
5806 2012-04-05 Keith Seitz <keiths@redhat.com>
5807
5808 * linespec.c (decode_compound): Remove.
5809 (enum offset_relative_sign): New enum.
5810 (struct line_offset): New struct.
5811 (struct linespec): New struct.
5812 (struct linespec_state): Move file_symtabs,
5813 user_filename, and user_function into struct linespec.
5814 Make result an anonymous struct holding vectors of
5815 symbolp and minsym_and_objfile_d.
5816 Add language member.
5817 (enum ls_token_type): New enum.
5818 (linespec_keywords): New array.
5819 (struct ls_token): New struct.
5820 (struct ls_parser): New struct.
5821 (linespec_lexer_lex_number): New function.
5822 (linespec_lexer_lex_keyword): New function.
5823 (is_ada_operator): New function.
5824 (skip_quote_char): New function.
5825 (copy_token_string): New function.
5826 (is_closing_quote_enclosed): New function.
5827 (find_parameter_list_end): New function.
5828 (linespec_lexer_lex_string): New function.
5829 (linespec_lexer_lex_one): New function.
5830 (linespec_lexer_consume_token): New function.
5831 (linespec_lexer_peek_token): New function.
5832 (cplusplus_error): Remove unused function.
5833 (find_methods): Update comment.
5834 (find_toplevel_char): Return const.
5835 (is_objc_method_format): Remove unused function.
5836 (find_toplevel_string): New function.
5837 (is_linespec_boundary): Remove.
5838 (symbol_not_found_error): New function.
5839 (find_method_overload_end): Remove function.
5840 (unexpected_linespec_error): New function.
5841 (keep_name_info): Remove.
5842 (linespec_parse_line_offset): New function.
5843 (linespec_parse_basic): New function.
5844 (canonicalize_linespec): New function.
5845 (decode_line_internal): Remove.
5846 (create_sals_line_offset): New function adapted from
5847 decode_all_digits.
5848 (convert_linespec_to_sals): New function.
5849 (parse_linespec): New function.
5850 (linespec_parser_new): New function.
5851 (linespec_state_destructor): Change parameter type to
5852 struct linespec_state *.
5853 Add language parameter.
5854 Remove freeing of moved members.
5855 (linespec_parser_delete): New function.
5856 (decode_line_full): Use parse_linespec and linespec_parser_new.
5857 (decode_line_1): Likewise.
5858 (decode_indirect): Rename to ...
5859 (linespec_expression_to_pc): ... this and rewrite
5860 to simply find CORE_ADDR, storing this result for later
5861 conversion to SALs.
5862 (locate_first_half): Remove.
5863 (deocde_objc): Add parameter LS.
5864 Initialize new struct collect_info members.
5865 Handle minimal symbols, too.
5866 (decode_compound): Delete.
5867 (lookup_prefix_sym): Rewrite.
5868 (compare_msymbols): New function.
5869 (find_method): Rewrite.
5870 Do not call cplusplus_error.
5871 (symtabs_from_filename): Rewrite.
5872 (collect_function_symbols): Delete.
5873 (find_function_symbols): Rewrite without ARGPTR-style
5874 processing.
5875 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
5876 (decode_dollar): Adapted and renamed to ...
5877 (linespec_parse_variable): ... this.
5878 (find_linespec_symbols): New function.
5879 (decode_label): Adapted and renamed to ...
5880 (find_label_symbols): ... this.
5881 (decode_digits_list_mode): Add and use LS argument.
5882 (decode_digits_ordinary): Likewise.
5883 (collect_symbols): Do not collect SALs, just symbols and msymbols.
5884 If in list mode, allow any symbol class. Otherwise, only
5885 permit LOC_BLOCK symbols.
5886 (minsym_found): Update comments.
5887 (search_minsyms_for_name): Do not convert the matching symbol
5888 into a SAL. Simply push the symbol and objfile into the
5889 result vector.
5890 (decode_variable): Delete. Contents adapted into
5891 find_linespec_symbols.
5892
5893 * cp-support.c (SKIP_SPACE): Remove.
5894 (operator_tokens): Remove unused global.
5895 (cp_validate_operator): Remove.
5896 * cp-support.h (cp_validate_operator): Remove declaration.
5897
5898 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5899
5900 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
5901 for TYPE_VPTR_FIELDNO.
5902 * valprint.c (valprint_check_validity): Make it global, move the
5903 function comment ...
5904 * value.h (valprint_check_validity): ... to this new declaration.
5905
5906 2012-04-02 Tristan Gingold <gingold@adacore.com>
5907
5908 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
5909 the STATE32 api for i386 state.
5910 (i386_darwin_store_inferior_registers): Likewise.
5911
5912 2012-04-02 Tristan Gingold <gingold@adacore.com>
5913
5914 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
5915 SS offset.
5916 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
5917 format_string.
5918
5919 2012-04-02 Tristan Gingold <gingold@adacore.com>
5920
5921 PR gdb/13901
5922 * darwin-nat.c (darwin_execvp): Set binary preference.
5923
5924 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5925
5926 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
5927
5928 2012-03-30 Tom Tromey <tromey@redhat.com>
5929
5930 * python/python.c (gdbpy_decode_line): Move cleanup creation out
5931 of TRY_CATCH. Fix error handling.
5932 * python/py-value.c (convert_value_from_python): Move 'old'
5933 declaration to innermost scope.
5934
5935 2012-03-29 Joel Brobecker <brobecker@adacore.com>
5936 Andrey Smirnov <andrew.smirnov@gmail.com>
5937
5938 -Wshadow warning fix.
5939 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
5940 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
5941 Adjust code accordingly.
5942
5943 2012-03-29 Joel Brobecker <brobecker@adacore.com>
5944
5945 * ada-lang.c (symbol_completion_add): Rename parameter
5946 "encoded" into "encoded_p". Ajust code and documentation
5947 accordingly.
5948
5949 2012-03-29 Joel Brobecker <brobecker@adacore.com>
5950 Andrey Smirnov <andrew.smirnov@gmail.com>
5951
5952 -Wshadow warning fix.
5953 * ada-lang.c (symbol_completion_add): Rename parameter
5954 "wild_match" into wild_match_p. Update code and documentation
5955 accordingly.
5956
5957 2012-03-29 Joel Brobecker <brobecker@adacore.com>
5958
5959 * ada-lang.c (symbol_completion_match): Rename parameter
5960 "encoded" into "encoded_p". Ajust code and documentation
5961 accordingly.
5962
5963 2012-03-29 Joel Brobecker <brobecker@adacore.com>
5964 Andrey Smirnov <andrew.smirnov@gmail.com>
5965
5966 -Wshadow warning fix.
5967 * ada-lang.c (symbol_completion_match): Rename parameter
5968 "wild_match" into "wild_match_p". Adjust code and function
5969 documentation accordingly.
5970
5971 2012-03-29 Joel Brobecker <brobecker@adacore.com>
5972 Andrey Smirnov <andrew.smirnov@gmail.com>
5973
5974 -Wshadow warning fix.
5975 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
5976 "symbol_info" into "info". Adjust code accordingly.
5977 (ada_lookup_symbol): Likewise.
5978
5979 2012-03-29 Joel Brobecker <brobecker@adacore.com>
5980
5981 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
5982 of this function's documentation.
5983
5984 2012-03-29 Joel Brobecker <brobecker@adacore.com>
5985 Andrey Smirnov <andrew.smirnov@gmail.com>
5986
5987 -Wshadow warning fix.
5988 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
5989 variable into "wild_match_p". Adjust code accordingly.
5990
5991 2012-03-29 Joel Brobecker <brobecker@adacore.com>
5992 Andrey Smirnov <andrew.smirnov@gmail.com>
5993
5994 -Wshadow warning fix.
5995 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
5996 parameter into "wild_match_p". Adjust code accordingly.
5997 Document this parameter in the function description.
5998
5999 2012-03-29 Joel Brobecker <brobecker@adacore.com>
6000 Andrey Smirnov <andrew.smirnov@gmail.com>
6001
6002 -Wshadow warning fix.
6003 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
6004 "wild_match" parameter to "wild_match_p" (-Wshadow).
6005
6006 2012-03-29 Joel Brobecker <brobecker@adacore.com>
6007
6008 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
6009 in function documentation.
6010
6011 2012-03-29 Joel Brobecker <brobecker@adacore.com>
6012 Andrey Smirnov <andrew.smirnov@gmail.com>
6013
6014 -Wshadow warning fix.
6015 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
6016 variable into wild_match_p. Adjust code accordingly.
6017
6018 2012-03-29 Joel Brobecker <brobecker@adacore.com>
6019 Andrey Smirnov <andrew.smirnov@gmail.com>
6020
6021 * ada-valprint.c (ada_val_print_1): Move the code handling
6022 TYPE_CODE_ENUM inside its own lexical block. Declare
6023 variables len and val there, instead of in the function's
6024 top level block. Avoid declaring deref_val again in a way
6025 that shadows another variable of the same name declared
6026 in one of the up-level blocks. Just re-use the up-level
6027 variable instead.
6028
6029 2012-03-29 Joel Brobecker <brobecker@adacore.com>
6030
6031 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
6032 Replace block_found argument by symbol_info. Adjust
6033 implementation accordingly. Add function documentation.
6034 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
6035 Fix documentation.
6036 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
6037 * ada-exp.y (write_object_renaming): Adjust to new
6038 ada_lookup_encoded_symbol API.
6039
6040 2012-03-29 Joel Brobecker <brobecker@adacore.com>
6041
6042 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
6043 documentation.
6044
6045 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
6046
6047 * v850-tdep.c: Add the enum values for mpu and fpu registers.
6048 (v850_register_name): Add the mpu and fpu register names.
6049 (v850e_register_name): Add the mpu and fpu register names.
6050 (v850e2_register_name): New function.
6051 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
6052 bfd_mach_v850e2v3.
6053
6054 2012-03-28 Joel Brobecker <brobecker@adacore.com>
6055
6056 * NEWS: Add entry for Ada varobj support.
6057
6058 2012-03-28 Joel Brobecker <brobecker@adacore.com>
6059
6060 * varobj.c (default_value_is_changeable_p): New function,
6061 extracted from varobj_value_is_changeable_p. Add declaration.
6062 (ada_value_is_changeable_p): New function, extracted from
6063 varobj_value_is_changeable_p. Add declaration.
6064 (struct language_specific): New field "value_is_changeable_p".
6065 (languages): Add entries for new field.
6066 (varobj_create): Set language before calling install_new_value.
6067 (varobj_value_is_changeable_p): Reimplement to call the varobj's
6068 "value_is_changeable_p" language callback.
6069
6070 2012-03-28 Joel Brobecker <brobecker@adacore.com>
6071
6072 * ada-varobj.h, ada-varobj.c: New files.
6073 * Makefile.in (SFILES): Add ada-varobj.c.
6074 (HFILES_NO_SRCDIR): Add ada-varobj.h.
6075 (COMMON_OBS): Add ada-varobj.o.
6076
6077 2012-03-28 Joel Brobecker <brobecker@adacore.com>
6078
6079 * varobj.c (ada_value_has_mutated): Add declaration. New function.
6080 (struct language_specific): New field "value_has_mutated".
6081 (languages): Set field "value_has_mutated" in each entry of array.
6082 (varobj_value_has_mutated): New function.
6083 (varobj_udpdate): Add handling of type mutation.
6084 (value_of_root): Add handling of type mutation.
6085 (ada_value_has_mutated): New function.
6086
6087 2012-03-28 Pedro Alves <palves@redhat.com>
6088
6089 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
6090 Always supply $fr0 as 0.0 and $fr1 as 1.0.
6091
6092 2012-03-28 Tom Tromey <tromey@redhat.com>
6093
6094 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
6095 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
6096 before returning.
6097
6098 2012-03-28 Tom Tromey <tromey@redhat.com>
6099
6100 * .dir-locals.el: New file.
6101
6102 2012-03-28 Pedro Alves <palves@redhat.com>
6103
6104 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
6105
6106 2012-03-28 Joel Brobecker <brobecker@adacore.com>
6107
6108 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
6109 handling for r0.
6110
6111 2012-03-27 Pedro Alves <palves@redhat.com>
6112
6113 Eliminate struct ui_stream.
6114
6115 * ui-out.h (struct ui_stream): Delete.
6116 (ui_out_field_stream): Adjust prototype.
6117 (ui_out_stream_new, ui_out_stream_delete)
6118 (make_cleanup_ui_out_stream_delete): Delete declarations.
6119 * ui-out.c (ui_out_field_stream): Change prototype to take a
6120 ui_file instead of a ui_stream. Adjust.
6121 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
6122 (make_cleanup_ui_out_stream_delete): Delete.
6123 * breakpoint.c (print_breakpoint_location)
6124 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
6125 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
6126 * disasm.c (dump_insns): Ditto.
6127 (do_mixed_source_and_assembly, do_assembly_only): Adjust
6128 prototype.
6129 (gdb_disassembly): Use ui_file/mem_fileopen instead of
6130 ui_stream/ui_out_stream_new.
6131 * infcmd.c (print_return_value): Ditto.
6132 * osdata.c (info_osdata_command): Don't allocate a local
6133 ui_stream.
6134 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
6135 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
6136 * tracepoint.c (print_one_static_tracepoint_marker): Don't
6137 allocate a local ui_stream.
6138 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
6139 instead of ui_stream/ui_out_stream_new.
6140 (list_args_or_locals): Don't allocate a local ui_stream.
6141 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
6142 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
6143 ui_stream/ui_out_stream_new.
6144 * cli/cli-setshow.c (do_setshow_command): Ditto.
6145
6146 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
6147
6148 * arm-linux-tdep.c (arm_linux_init_abi): Call
6149 set_gdbarch_process_record. Initialize `arm_swi_record' field.
6150 * arm-tdep.c (arm_process_record): New function.
6151 (deallocate_reg_mem): New function.
6152 (decode_insn): New function.
6153 (thumb_record_branch): New function.
6154 (thumb_record_ldm_stm_swi(): New function.
6155 (thumb_record_misc): New function.
6156 (thumb_record_ld_st_stack): New function.
6157 (thumb_record_ld_st_imm_offset): New function.
6158 (thumb_record_ld_st_reg_offset(): New function.
6159 (thumb_record_add_sub_cmp_mov): New function.
6160 (thumb_record_shift_add_sub): New function.
6161 (arm_record_coproc_data_proc): New function.
6162 (arm_record_coproc): New function.
6163 (arm_record_b_bl): New function.
6164 (arm_record_ld_st_multiple): New function.
6165 (arm_record_ld_st_reg_offset): New function.
6166 (arm_record_ld_st_imm_offset): New function.
6167 (arm_record_data_proc_imm): New function.
6168 (arm_record_data_proc_misc_ld_str): New function.
6169 (arm_record_extension_space): New function.
6170 (arm_record_strx): New function.
6171 (sbo_sbz): New function.
6172 (struct insn_decode_record): New structure for arm insn record.
6173 (REG_ALLOC): New macro for reg allocations.
6174 (MEM_ALLOC): New macro for memory allocations.
6175 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
6176
6177 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
6178
6179 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
6180 (store_register): Likewise.
6181
6182 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
6183
6184 * MAINTAINERS (Write After Approval): Add myself to the list.
6185
6186 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6187
6188 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
6189 Describe also the option "auto".
6190
6191 2012-03-22 Richard Henderson <rth@redhat.com>
6192
6193 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
6194 * sparc-nat.c (sparc_xfer_wcookie): Make static.
6195
6196 2012-03-22 Richard Henderson <rth@redhat.com>
6197
6198 * jit.c (jit_read_code_entry): Compute alignment and offset of
6199 int64_t member before computing entry_size.
6200
6201 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
6202
6203 Python scripting: Add new method Value.referenced_value to
6204 gdb.Value which can dereference pointer as well as reference
6205 values.
6206 * NEWS: Add entry under 'Python scripting' about the new method
6207 Value.referenced_value on gdb.Value objects.
6208 * python/py-value.c (valpy_referenced_value): New function
6209 defining a new method on gdb.Value objects which can dereference
6210 pointer and reference values.
6211
6212 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
6213
6214 * MAINTAINERS (Write After Approval): Add myself to the list.
6215
6216 2012-03-21 Kevin Buettner <kevinb@redhat.com>
6217
6218 * symtab.c (skip_prologue_sal): Change test to check for "main()"
6219 in addition to "main".
6220
6221 2012-03-21 Joel Brobecker <brobecker@adacore.com>
6222
6223 * expression.h (op_name): Add declaration.
6224 * expprint.c (op_name): Remove declaration. Make non-static.
6225 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
6226
6227 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
6228
6229 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
6230 of struct siginfo.
6231 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
6232 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
6233 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
6234 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
6235 (linux_nat_get_siginfo): Likewise.
6236 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
6237 (linux_nat_get_siginfo): Likewise.
6238 * linux-tdep.c (linux_get_siginfo_type): Likewise.
6239 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
6240 * procfs.c (gdb_siginfo_t): Likewise.
6241
6242 2012-03-21 Mike Frysinger <vapier@gentoo.org>
6243
6244 * .gitignore: Ignore more files.
6245
6246 2012-03-20 Pedro Alves <palves@redhat.com>
6247
6248 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
6249 returns.
6250
6251 2012-03-20 Yao Qi <yao@codesourcery.com>
6252
6253 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
6254 comment.
6255
6256 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6257
6258 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
6259 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
6260 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
6261 sect_offset.
6262 * dwarf2expr.h (cu_offset, sect_offset): New types.
6263 (struct dwarf_expr_context_funcs) <dwarf_call>
6264 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
6265 sect_offset.
6266 (struct dwarf_expr_context) <len>: Improve the comment.
6267 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
6268 cu_offset and sect_offset.
6269 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
6270 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
6271 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
6272 * dwarf2loc.h: Include dwarf2expr.h.
6273 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
6274 and sect_offset.
6275 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
6276 Improve the comment.
6277 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
6278 (struct signatured_type, struct line_header, struct partial_die_info)
6279 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
6280 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
6281 (get_die_type_at_offset, create_cus_from_index)
6282 (create_signatured_type_table_from_index, dw2_get_file_names)
6283 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
6284 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
6285 (create_debug_types_hash_table, process_psymtab_comp_unit)
6286 (load_partial_comp_unit, create_all_comp_units)
6287 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
6288 (load_full_comp_unit, dwarf2_physname, read_import_statement)
6289 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
6290 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
6291 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
6292 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
6293 (find_partial_die, read_attribute_value, lookup_die_type)
6294 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
6295 (is_ref_attr): New function comment.
6296 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
6297 Use cu_offset and sect_offset.
6298 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
6299 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
6300 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
6301 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
6302 (offset_and_type_hash, offset_and_type_eq, set_die_type)
6303 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
6304 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
6305 sect_offset.
6306
6307 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6308
6309 Code cleanup.
6310 * python/py-auto-load.c (source_section_scripts): New variable back_to.
6311 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
6312 with xfree.
6313 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
6314
6315 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6316
6317 * NEWS: Describe new options --init-command=FILE, -ix and
6318 --init-eval-command=COMMAND, -iex.
6319 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
6320 CMDARG_INIT_COMMAND.
6321 (captured_main): New enum items OPT_IX and OPT_IEX. Add
6322 "init-command", "init-eval-command", "ix" and "iex" to the variable
6323 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
6324 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
6325 (print_gdb_help): Describe --init-command=FILE, -ix and
6326 --init-eval-command=COMMAND, -iex.
6327
6328 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6329
6330 Code cleanup.
6331 * main.c (struct cmdarg): Move it here from main. Add more comments.
6332 (cmdarg_s, VEC (cmdarg_s)): New.
6333 (main): Move struct cmdarg from here. New variables cmdarg_vec and
6334 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
6335 Install cleanup for cmdarg_vec. Update filling for options 'x' and
6336 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
6337 of CMDARG.
6338
6339 2012-03-19 Tom Tromey <tromey@redhat.com>
6340
6341 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
6342
6343 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6344
6345 PR symtab/13777
6346 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
6347 GCC >=4.5.
6348
6349 2012-03-16 Chris January <chris.january@allinea.com>
6350
6351 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
6352 of clear.
6353
6354 2012-03-16 Chris January <chris.january@allinea.com>
6355
6356 * source.c (add_path): Use memmove instead of strcpy because the
6357 strings overlap.
6358
6359 2012-03-16 Joel Brobecker <brobecker@adacore.com>
6360
6361 * value.h (set_value_parent): Add declaration.
6362 * value.c (set_value_parent): New function.
6363 (value_address): If VALUE->PARENT is not NULL, then use it as
6364 the base address instead of VALUE->LOCATION.address.
6365 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
6366 the same as OBJ's address. Adjust V's offset accordingly.
6367 Set V's parent.
6368
6369 2012-03-16 Gary Benson <gbenson@redhat.com>
6370
6371 PR breakpoints/10738
6372 * dwarf2read.c (use_deprecated_index_sections): New global.
6373 (struct partial_die_info): New member may_be_inlined.
6374 (read_partial_die): Set may_be_inlined where appropriate.
6375 (add_partial_subprogram): Add partial symbols for partial
6376 DIEs that may be inlined.
6377 (new_symbol_full): Add inlined subroutines to the current
6378 scope.
6379 (write_psymtabs_to_index): Bump version number.
6380 (dwarf2_read_index): Read only version 6 indices unless
6381 use_deprecated_index_sections is set.
6382 * linespec.c (symbol_and_data_callback): New structure.
6383 (iterate_inline_only): New function.
6384 (iterate_over_all_matching_symtabs): New argument
6385 "include_inline". If nonzero, also call the callback for
6386 symbols representing inlined subroutines.
6387 (lookup_prefix_sym): Pass extra argument to the above.
6388 (find_function_symbols): Likewise.
6389 (add_matching_symbols_to_info): Likewise.
6390 * NEWS: Mention that GDB can now set breakpoints on inlined
6391 functions.
6392
6393 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
6394
6395 * p-typeprint.c (pascal_type_print_method_args):
6396 Fix display of parameter of methods.
6397
6398 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
6399
6400 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
6401 Add missing prototype.
6402
6403 2012-03-16 Yao Qi <yao@codesourcery.com>
6404 Jan Kratochvil <jan.kratochvil@redhat.com>
6405
6406 Fix false compilation warning.
6407 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
6408
6409 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
6410 Pedro Alves <pedro@codesourcery.com>
6411
6412 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
6413 (arm_register_g_packet_guesses): New function.
6414 (arm_gdbarch_init): Don't force a target description with
6415 registers when the executable is detected as M-profile. Instead
6416 set gdbarch->tdep->is_m. Register `g' packet guesses.
6417 (_initialize_arm_tdep): Initialize the new target description.
6418 * features/arm-with-m-fpa-layout.xml: New description.
6419 * features/arm-with-m-fpa-layout.c: New, generated.
6420
6421 2012-03-15 Joel Brobecker <brobecker@adacore.com>
6422
6423 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
6424 Update function description.
6425 (insert_bp_location): Do not wipe bl->target_info out.
6426 * mem-break.c: #include "gdb_string.h".
6427 (default_memory_insert_breakpoint): Do not call target_read_memory
6428 with a pointer to the breakpoint's shadow_contents buffer. Use
6429 a local buffer instead.
6430 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
6431
6432 2012-03-15 Tom Tromey <tromey@redhat.com>
6433
6434 * NEWS: Mention "info vtbl", not "info vtable".
6435 * cp-support.c (info_vtbl_command): Fix comment.
6436 (_initialize_cp_support): Fix text.
6437
6438 2012-03-15 Tom Tromey <tromey@redhat.com>
6439
6440 * cp-valprint.c (cp_print_value_fields): Use
6441 print_function_pointer_address for vtable slot.
6442
6443 2012-03-15 Tom Tromey <tromey@redhat.com>
6444
6445 * gnu-v3-abi.c (struct value_and_voffset): New.
6446 (hash_value_and_voffset, eq_value_and_voffset)
6447 (compare_value_and_voffset, compute_vtable_size)
6448 (print_one_vtable, gnuv3_print_vtable): New functions.
6449 (init_gnuv3_ops): Initialize 'print_vtable' field.
6450 * cp-support.c (info_vtbl_command): New function.
6451 (_initialize_cp_support): Add "info vtbl".
6452 * cp-abi.h (cplus_print_vtable): Declare.
6453 (struct cp_abi_ops) <print_vtable>: New field.
6454 * cp-abi.c (cplus_print_vtable): New function.
6455 * NEWS: Update.
6456
6457 2012-03-15 Tom Tromey <tromey@redhat.com>
6458
6459 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
6460 iterate_over_symbols.
6461
6462 2012-03-14 Doug Evans <dje@google.com>
6463
6464 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
6465 DW_OP_GNU_parameter_ref.
6466
6467 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6468
6469 Fix double prompt of 'interpreter-exec mi'.
6470 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
6471 (mi_interpreter_resume): use it.
6472 (mi_execute_command_input_handler): New function.
6473 * mi/mi-main.c (mi_execute_command): Move prompt printing to
6474 mi_execute_command_input_handler.
6475
6476 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
6477
6478 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
6479 prototype.
6480 (darwin_debug_port_info): Make static.
6481 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
6482 * machoread.c (_initialize_machoread): Add prototype.
6483 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
6484 (i386_darwin_set_control, i386_darwin_get_control)
6485 i386_darwin_dr_set_addr, i386_darwin_get_addr)
6486 i386_darwin_get_status, i386_darwin_get_control):
6487 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
6488
6489 2012-03-13 Joel Brobecker <brobecker@adacore.com>
6490
6491 * ax-gdb.c (gen_usual_unary): Remove special handling of
6492 enum and bool types.
6493
6494 2012-03-13 Joel Brobecker <brobecker@adacore.com>
6495
6496 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
6497
6498 2012-03-13 Joel Brobecker <brobecker@adacore.com>
6499
6500 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
6501
6502 2012-03-13 Chris January <chris.january@allinea.com>
6503
6504 * aix-thread.c (fill_sprs): Store the floating point registers
6505 at the correct offsets into vals.
6506
6507 2012-03-13 Doug Evans <dje@google.com>
6508
6509 * NEWS: Mention symbol-reloading has been deleted.
6510 * symfile.c (symbol_reloading): Delete.
6511 (show_symbol_reloading): Delete.
6512 (_initialize_symfile): Delete set/show symbol-reloading.
6513
6514 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
6515 read_in_chain until we have successfully read it in.
6516 (load_full_comp_unit): Ditto.
6517 (read_signatured_type): Add comment.
6518
6519 2012-03-13 Chris January <chris.january@allinea.com>
6520
6521 * stabsread.c (fix_common_block): Change type of valu argument
6522 to CORE_ADDR.
6523
6524 2012-03-13 Chris January <chris.january@allinea.com>
6525
6526 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
6527 instruction.
6528
6529 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6530
6531 * common/linux-procfs.c (linux_proc_get_int): New, from
6532 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
6533 field.
6534 (linux_proc_get_tgid): Only call linux_proc_get_int.
6535 (linux_proc_get_tracerpid): New.
6536 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
6537 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
6538 linux_proc_pid_has_state.
6539 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
6540 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
6541 (linux_ptrace_attach_warnings): New.
6542 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
6543 New declaration.
6544 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
6545 (linux_nat_attach): New variables ex, buffer, message and message_s.
6546 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
6547
6548 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6549
6550 * Makefile.in (linux-ptrace.o): New.
6551 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
6552 from linux-nat.c.
6553 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
6554 * common/linux-ptrace.c: New file.
6555 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
6556 * config/arm/linux.mh: Likewise.
6557 * config/i386/linux.mh: Likewise.
6558 * config/i386/linux64.mh: Likewise.
6559 * config/ia64/linux.mh: Likewise.
6560 * config/m32r/linux.mh: Likewise.
6561 * config/m68k/linux.mh: Likewise.
6562 * config/mips/linux.mh: Likewise.
6563 * config/pa/linux.mh: Likewise.
6564 * config/powerpc/linux.mh: Likewise.
6565 * config/powerpc/ppc64-linux.mh: Likewise.
6566 * config/powerpc/spu-linux.mh: Likewise.
6567 * config/s390/s390.mh: Likewise.
6568 * config/sparc/linux.mh: Likewise.
6569 * config/sparc/linux64.mh: Likewise.
6570 * config/xtensa/linux.mh: Likewise.
6571 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
6572 common/linux-procfs.c.
6573 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
6574
6575 2012-03-13 Hui Zhu <teawater@gmail.com>
6576 Pedro Alves <palves@redhat.com>
6577
6578 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
6579 CREATE_BREAKPOINT_FLAGS_INSERTED.
6580 (create_breakpoint_sal, create_breakpoints_sal)
6581 (base_breakpoint_create_breakpoints_sal)
6582 (tracepoint_create_breakpoints_sal)
6583 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
6584 down.
6585 (break_command_1, handle_gnu_v3_exceptions, trace_command)
6586 (ftrace_command, strace_command): Adjust.
6587 (create_tracepoint_from_upload): Pass
6588 CREATE_BREAKPOINT_FLAGS_INSERTED.
6589 * breakpoint.h (enum breakpoint_create_flags): New.
6590 (create_breakpoint): New flags parameter.
6591 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
6592 * python/py-breakpoint.c (bppy_init): Adjust.
6593 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
6594 * spu-tdep.c (spu_catch_start): Adjust.
6595
6596 2012-03-13 Pedro Alves <palves@redhat.com>
6597 Hui Zhu <teawater@gmail.com>
6598 Yao Qi <yao@codesourcery.com>
6599
6600 * remote.c (struct remote_state): New field `starting_up'.
6601 (remote_start_remote): Set and clear it.
6602 (remote_can_download_tracepoint): If starting up, return false.
6603
6604 2012-03-13 Yao Qi <yao@codesourcery.com>
6605
6606 * inferior.h (struct inferior): Remove fields any_syscall_count,
6607 syscalls_counts and total_syscalls_count. Move them to new
6608 struct catch_syscall_inferior_data in breakpoint.c.
6609 * breakpoint.c: Call DEF_VEC_I(int).
6610 (struct catch_syscall_inferior_data): New.
6611 (get_catch_syscall_inferior_data): New.
6612 (catch_syscall_inferior_data_cleanup): New.
6613 (insert_catch_syscall): Update to access data in
6614 struct catch_syscall_inferior_data.
6615 (insert_catch_syscall): Likewise.
6616 (remove_catch_syscall): Likewise.
6617 (remove_catch_syscall): Likewise.
6618 (is_syscall_catchpoint_enabled): Likewise.
6619 (add_catch_command): Likewise.
6620 (_initialize_breakpoint): Register cleanup.
6621 * breakpoint.h: Removed DEF_VEC_I(int).
6622 * dwarf2loc.c: Call DEF_VEC_I(int).
6623 * mi/mi-main.c: Likewise.
6624
6625 2012-03-12 Mark Kettenis <kettenis@gnu.org>
6626
6627 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
6628
6629 2012-03-12 Chris January <chris.january@allinea.com>
6630
6631 * aix-thread.c (_initialize_aix_thread): Add prototype.
6632 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
6633 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
6634
6635 2012-03-12 Joel Brobecker <brobecker@adacore.com>
6636
6637 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
6638 include of "amd64-nat.h".
6639
6640 2012-03-12 Tom Tromey <tromey@redhat.com>
6641
6642 * buildsym.c (record_pending_block): Now static.
6643 * buildsym.h: (record_pending_block): Remove.
6644
6645 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
6646
6647 * amd64bsd-nat.c: Include amd64bsd-nat.h.
6648
6649 2012-03-09 Tom Tromey <tromey@redhat.com>
6650
6651 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
6652 producer_is_gxx_lt_4_6>: New fields.
6653 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
6654
6655 2012-03-09 Tom Tromey <tromey@redhat.com>
6656
6657 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
6658
6659 2012-03-08 Joel Brobecker <brobecker@adacore.com>
6660
6661 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
6662 prototype.
6663
6664 2012-03-08 Joel Brobecker <brobecker@adacore.com>
6665
6666 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
6667
6668 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6669
6670 Fix -Wmissing-prototypes build.
6671 * arm-linux-nat.c (get_thread_id): Make it static.
6672 * xtensa-linux-nat.c (get_thread_id): Likewise.
6673
6674 2012-03-08 Joel Brobecker <brobecker@adacore.com>
6675
6676 * server.c (process_point_options): If a conditional expression
6677 is found, only print a message if remote_debug is nonzero.
6678
6679 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
6680
6681 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
6682 of internal error for unknown/unsupported types.
6683
6684 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6685
6686 Fix CU relative vs. absolute DIE offsets.
6687 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
6688 offset to offset_in_cu.
6689 * dwarf2read.c (process_enumeration_scope): Add CU offset to
6690 TYPE_OFFSET.
6691 (dwarf2_fetch_die_location_block): Rename parameter offset to
6692 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
6693
6694 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6695
6696 * libunwind-frame.c: Rename to ...
6697 * ia64-libunwind-tdep.c: ... here.
6698 * libunwind-frame.h: Rename to ...
6699 * ia64-libunwind-tdep.h: ... here.
6700 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
6701 ia64-libunwind-tdep.h.
6702 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
6703 * README (--with-libunwind): Rename to ...
6704 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
6705 * config.in: Regenerate.
6706 * configure: Regenerate.
6707 * configure.ac: New option --with-libunwind-ia64, make the
6708 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
6709 Remove AC_DEFINE for HAVE_LIBUNWIND.
6710 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
6711 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
6712 Rename libunwind-frame in the general comment.
6713 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
6714 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
6715 Move forward declarations inside #ifndef. Rename libunwind-frame in
6716 the general comment.
6717 * ia64-tdep.c: Rename libunwind-frame.h #include to
6718 ia64-libunwind-tdep.h.
6719 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
6720 (ia64_libunwind_descr): Rename libunwind-frame to
6721 ia64-libunwind-tdep in these function comments.
6722 * ia64-tdep.h: Rename libunwind-frame.h #include to
6723 ia64-libunwind-tdep.h.
6724 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
6725 ia64-libunwind-tdep in that data comment.
6726
6727 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6728
6729 * libunwind-frame.h (struct frame_unwind): New declaration.
6730
6731 2012-03-08 Joel Brobecker <brobecker@adacore.com>
6732
6733 * breakpoint.c (_initialize_breakpoint): Fix error in help of
6734 "set breakpoint condition-evaluation" command.
6735
6736 2012-03-08 Tristan Gingold <gingold@adacore.com>
6737
6738 * sparc-stub.c: Move to stubs/
6739 * sh-stub.c: Likewise.
6740 * m68k-stub.c: Likewise.
6741 * m32r-stub.c: Likewise.
6742 * i386-stub.c: Likewise.
6743
6744 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
6745
6746 * m68klinux-tdep.c (m68k_linux_init_abi): Register
6747 linux_get_siginfo_type.
6748
6749 * m68klinux-nat.c: Include "gdb_proc_service.h".
6750 (PTRACE_GET_THREAD_AREA): Define.
6751 (ps_get_thread_area): New function.
6752
6753 2012-03-08 Yao Qi <yao@codesourcery.com>
6754
6755 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
6756 `xsnprintf'.
6757 (remote_query_attached): Likewise.
6758 (remote_static_tracepoint_marker_at): Likewise.
6759 (remote_set_permissions): Likewise.
6760 (remote_detach_1, extended_remote_attach_1): Likewise.
6761 (send_g_packet, remote_vkill): Likewise.
6762 (extended_remote_disable_randomization): Likewise.
6763 (remote_add_target_side_condition): Likewise.
6764 (remote_insert_breakpoint): Likewise.
6765 (remote_remove_breakpoint): Likewise.
6766 (remote_insert_watchpoint): Likewise.
6767 (remote_remove_watchpoint): Likewise.
6768 (remote_insert_hw_breakpoint): Likewise.
6769 (remote_insert_hw_breakpoint): Likewise.
6770 (remote_remove_hw_breakpoint): Likewise.
6771 (remote_download_command_source): Likewise.
6772 (remote_download_tracepoint): Likewise.
6773 (remote_download_trace_state_variable): Likewise.
6774 (remote_disable_tracepoint): Likewise.
6775 (remote_trace_set_readonly_regions): Likewise.
6776 (remote_get_tracepoint_status): Likewise.
6777 (remote_trace_find): Likewise.
6778 (remote_get_trace_state_variable_value): Likewise.
6779 (remote_set_disconnected_tracing): Likewise.
6780 (remote_set_circular_trace_buffer): Likewise.
6781 (remote_get_min_fast_tracepoint_insn_len): Likewise.
6782 (remote_use_agent): Likewise.
6783 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
6784 Update callers.
6785
6786 2012-03-07 Pedro Alves <palves@redhat.com>
6787
6788 * NEWS: Mention QProgramSignals.
6789 * inferior.h (update_signals_program_target): Declare.
6790 * infrun.c: (update_signals_program_target): New.
6791 (handle_command): Update the target of the new program signals
6792 array changes.
6793 * remote.c (PACKET_QProgramSignals): New enum.
6794 (last_program_signals_packet): New global.
6795 (remote_program_signals): New.
6796 (remote_start_remote): Update the target with the program signals
6797 list.
6798 (remote_protocol_features): Add entry for QPassSignals.
6799 (remote_open_1): Free anc clear last_program_signals_packet.
6800 (init_remote_ops): Install remote_program_signals.
6801 * target.c (update_current_target): Adjust.
6802 (target_program_signals): New.
6803 * target.h (struct target_ops) <to_program_signals>: New field.
6804 (target_program_signals): Declare.
6805
6806 2012-03-07 Pedro Alves <palves@redhat.com>
6807
6808 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
6809 extensions.
6810
6811 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
6812
6813 * m68klinux-nat.c (getregs_supplies): Make static.
6814 (getfpregs_supplies): Likewise.
6815 (have_ptrace_getregs): Likewise.
6816
6817 2012-03-06 Joel Brobecker <brobecker@adacore.com>
6818
6819 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
6820 in call to get_die_type_at_offset.
6821
6822 2012-03-06 Stan Shebs <stan@codesourcery.com>
6823
6824 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
6825 * mi/mi-cmd-disas.c: Ditto.
6826 * mi/mi-cmd-env.c: Ditto.
6827 * mi/mi-cmd-file.c: Ditto.
6828 * mi/mi-cmd-stack.c: Ditto.
6829 * mi/mi-cmd-target.c: Ditto.
6830 * mi/mi-cmd-var.c: Ditto.
6831 * mi/mi-cmds.c: Ditto.
6832 * mi/mi-cmds.h: Ditto.
6833 * mi/mi-console.c: Ditto.
6834 * mi/mi-getopt.c: Ditto.
6835 * mi/mi-getopt.h: Ditto.
6836 * mi/mi-interp.c: Ditto.
6837 * mi/mi-main.c: Ditto.
6838 * mi/mi-out.c: Ditto.
6839 * mi/mi-parse.c: Ditto.
6840 * mi/mi-parse.h: Ditto.
6841 * mi/mi-symbol-cmds.c: Ditto.
6842
6843 * mi/mi-getopt.h: Move mi_opt struct up.
6844 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
6845 return.
6846 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
6847
6848 2012-03-06 Tom Tromey <tromey@redhat.com>
6849
6850 * proc-service.c (ps_pglobal_lookup): Set the current program
6851 space.
6852
6853 2012-03-06 Pedro Alves <palves@redhat.com>
6854
6855 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
6856
6857 2012-03-05 Joel Brobecker <brobecker@adacore.com>
6858
6859 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
6860
6861 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6862
6863 Code cleanup.
6864 * common/linux-osdata.c (linux_common_core_of_thread): New function
6865 comment.
6866 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
6867 call by linux_common_core_of_thread.
6868 (linux_nat_core_of_thread_1): Remove.
6869 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
6870 * linux-thread-db.c: Include linux-osdata.h.
6871 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
6872 linux_common_core_of_thread.
6873
6874 2012-03-05 Tom Tromey <tromey@redhat.com>
6875
6876 * value.c (value_primitive_field): Don't fetch contents for
6877 non-virtual bases.
6878
6879 2012-03-05 Tom Tromey <tromey@redhat.com>
6880
6881 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
6882
6883 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
6884
6885 * s390-nat.c: Include "gregset.h".
6886
6887 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6888
6889 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
6890 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
6891 (libunwind_load): New variable so_error, use it for dlerror. Try to
6892 load also LIBUNWIND_SO_7.
6893
6894 2012-03-05 Pedro Alves <palves@redhat.com>
6895
6896 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
6897 is not NULL, and remove resulting dead code.
6898
6899 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
6900
6901 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
6902 prologue to sh_analyze_prologue.
6903 (sh_analyze_prologue): Make better use of such an upper limit, and
6904 generally be more cautious about accessing memory.
6905
6906 2012-03-05 Tom Tromey <tromey@redhat.com>
6907
6908 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
6909 _initialize_ia64_hpux_tdep.
6910
6911 2012-03-05 Pedro Alves <palves@redhat.com>
6912
6913 PR gdb/13766
6914
6915 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
6916 the register state is clear, supply explicit zero, instead of
6917 marking the register unavailable.
6918
6919 2012-03-05 Tristan Gingold <gingold@adacore.com>
6920
6921 * NEWS: Mention OpenVMS ia64 new target.
6922
6923 2012-03-05 Tristan Gingold <gingold@adacore.com>
6924
6925 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
6926 (ia64_unw_accessors, ia64_unw_rse_accessors)
6927 (ia64_libunwind_descr): Declare.
6928 * ia64-vms-tdep.c: New file.
6929 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
6930 (ia64_libunwind_descr): Make them public.
6931 * configure.tgt: Add ia64-*-*vms*.
6932 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
6933 (ALLDEPFILES): Add ia64-vms-tdep.c
6934
6935 2012-03-05 Tristan Gingold <gingold@adacore.com>
6936
6937 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
6938 * remote.c (PACKET_qXfer_uib): New enum value.
6939 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
6940 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
6941 (_initialize_remote): Call add_packet_config_cmd for
6942 xfer:uib packet.
6943
6944 2012-03-05 Tristan Gingold <gingold@adacore.com>
6945
6946 * osabi.c (gdb_osabi_names): Add OpenVMS.
6947 (generic_elf_osabi_sniffer): Likewise.
6948 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
6949
6950 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6951
6952 Removed unused code.
6953 * libunwind-frame.c (libunwind_frame_unwind)
6954 (libunwind_frame_base_address): Remove.
6955 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
6956
6957 2012-03-04 Yao Qi <yao@codesourcery.com>
6958
6959 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
6960 remove trailing new line.
6961 (agent_run_command, agent_run_command): Add _ markup.
6962 (agent_capability_check): Likewise.
6963
6964 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6965
6966 * breakpoint.c (set_condition_evaluation_mode): Set
6967 CONDITION_EVALUATION_MODE unconditionally.
6968
6969 2012-03-03 Yao Qi <yao@codesourcery.com>
6970
6971 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
6972 * common/agent.h: Update declaration.
6973 * inf-child.c (inf_child_use_agent): New.
6974 (inf_child_can_use_agent): New.
6975 (inf_child_target): Initialize fields `to_use_agent'
6976 and `to_can_use_agent'.
6977 * agent.c (agent_new_objfile): New.
6978 (_initialize_agent): Add agent_new_objfile to new_objfile
6979 observer.
6980
6981 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
6982 New.
6983 (linux_target_install_ops): Initialize field
6984 `to_static_tracepoint_markers_by_strid'.
6985 * remote.c (free_current_marker): Move it to ...
6986 * tracepoint.c (free_current_marker): ... here. New.
6987 (cleanup_target_stop): New.
6988 * tracepoint.h: Declare free_current_marker.
6989 * NEWS: Add one entry about `info static-tracepoint-marker'.
6990
6991 2012-03-03 Yao Qi <yao@codesourcery.com>
6992
6993 * common/agent.c (agent_loaded_p): New.
6994 (agent_look_up_symbols): New global.
6995 * common/agent.h: Declare agent_loaded_p.
6996
6997 2012-03-03 Yao Qi <yao@codesourcery.com>
6998
6999 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
7000 (agent_capability_check, agent_capability_invalidate): New.
7001 (symbol_list): New array element.
7002 * common/agent.h (enum agent_capa): New.
7003 * target.c (target_pre_inferior): Call agent_capability_invalidate.
7004
7005 2012-03-03 Yao Qi <yao@codesourcery.com>
7006
7007 * target.h (struct target_ops) <to_use_agent>: New field.
7008 (struct target_ops) <to_can_use_agent>: New field.
7009 (target_use_agent, target_can_use_agent): New macro.
7010 * target.c (update_current_target): Update.
7011 * remote.c: New enum `PACKET_QAgent'.
7012 (remote_protocol_features): Add a new element.
7013 (remote_use_agent, remote_can_use_agent): New.
7014 (init_remote_ops): Initialize field `can_use_agent' with
7015 remote_can_use_agent. Intiailize field `use_agent' with
7016 remote_use_agent.
7017 * common/agent.c (use_agent): New global.
7018 * common/agent.h: Declare it.
7019 * tracepoint.c (info_static_tracepoint_markers_command): Add
7020 comment.
7021 * Makefile.in (SFILES): Add common/agent.c and agent.c.
7022 (COMMON_OBS): Add common/agent.o and agent.o
7023 (common-agent.o): New rule.
7024 * agent.c: New.
7025
7026 2012-03-03 Yao Qi <yao@codesourcery.com>
7027
7028 * common/agent.c: New.
7029 * common/agent.h: New.
7030 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
7031 AC_CHECK_HEADERS.
7032 * configure, configh.in: Regenerated.
7033
7034 2012-03-02 Kevin Buettner <kevinb@redhat.com>
7035
7036 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
7037 unless it exists for this architecture.
7038
7039 2012-03-02 Joel Brobecker <brobecker@adacore.com>
7040
7041 * language.h (struct language_defn): New "method" la_read_var_value.
7042 * findvar.c: #include "language.h".
7043 (default_read_var_value): Renames read_var_value. Rewrite
7044 function description.
7045 (read_var_value): New function.
7046 * value.h (default_read_var_value): Add prototype.
7047 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
7048 New functions.
7049 (ada_language_defn): Add entry for la_read_var_value.
7050 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
7051 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
7052 language_defn structures to add entry for new la_read_var_value
7053 field.
7054
7055 2012-03-02 Tom Tromey <tromey@redhat.com>
7056 Pedro Alves <palves@redhat.com>
7057
7058 PR breakpoints/13776:
7059 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
7060 breakpoints.
7061 (delete_longjmp_breakpoint_at_next_stop): New.
7062 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
7063 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
7064 before deleting the inferior. Add comments.
7065 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
7066 breakpoints immediately, but only on next stop. Move that code
7067 next to where we mark other breakpoints for deletion.
7068
7069 2012-03-02 Joel Brobecker <brobecker@adacore.com>
7070
7071 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
7072 marker.
7073 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
7074 violation.
7075
7076 2012-03-02 Pedro Alves <palves@redhat.com>
7077
7078 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
7079
7080 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
7081
7082 Fix -Wmissing-prototypes build.
7083 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
7084 * remote-sim.c (gdbsim_has_all_memory): Likewise.
7085 (gdbsim_has_memory): Likewise.
7086
7087 2012-03-02 Yao Qi <yao@codesourcery.com>
7088
7089 Fix -Wmissing-prototypes build.
7090 * charset.c (phony_iconv_open): Make static.
7091 (phony_iconv_close, phony_iconv): Likewise.
7092 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
7093 * i386-windows-nat.c (_initialize_i386_windows_nat): New
7094 prototype.
7095 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
7096 * ser-mingw.c (create_select_thread): Make static.
7097 * windows-termcap.c (tgetent): New prototype.
7098 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
7099
7100 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
7101
7102 Fix -Wmissing-prototypes build.
7103 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
7104 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
7105 (_initialize_loadable): New prototypes.
7106
7107 2012-03-02 Doug Evans <dje@google.com>
7108
7109 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
7110 abbrev table, read_comp_unit will do it.
7111
7112 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7113
7114 Fix -Wmissing-prototypes build.
7115 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
7116 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
7117 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
7118 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
7119 (_initialize_arm_symbian_tdep): New prototype.
7120 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
7121 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
7122 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
7123 static.
7124 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
7125 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
7126 prototype.
7127 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
7128 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
7129 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
7130 static.
7131 * moxie-tdep.c (moxie_process_record): Likewise.
7132 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
7133 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
7134 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
7135 (_initialize_rl78_tdep): New prototype.
7136 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
7137 (_initialize_rx_tdep): New prototype.
7138 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
7139 (_initialize_darwin_solib): New prototype.
7140 * solib-spu.c: Include solib-spu.h.
7141 (_initialize_spu_solib): New prototype.
7142 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
7143 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
7144 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
7145 (tic6x_software_single_step): Make it static.
7146 (_initialize_tic6x_tdep): New prototype.
7147
7148 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7149
7150 Fix -Wmissing-prototypes build.
7151 * cris-tdep.c (cris_can_use_hardware_watchpoint)
7152 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
7153
7154 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7155
7156 Fix -Wmissing-prototypes build.
7157 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
7158 (frv_have_stopped_data_address): Remove.
7159
7160 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7161
7162 Fix -Wmissing-prototypes build.
7163 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
7164 * sh-tdep.c: Include sh64-tdep.h.
7165 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
7166 * sh64-tdep.c: Include sh64-tdep.h.
7167 * sh64-tdep.h: New file.
7168
7169 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
7170
7171 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
7172
7173 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
7174
7175 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
7176 sp_regnum once the gdbarch_init_osabi hook has been called.
7177
7178 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
7179
7180 * mips-tdep.c (mips32_bc1_pc): New function.
7181 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
7182 BPOSGE32 and BPOSGE64 instructions.
7183 (deal_with_atomic_sequence): Likewise.
7184 (mips32_instruction_has_delay_slot): Likewise.
7185
7186 2012-03-01 Maciej W. Rozycki <macro@mips.com>
7187 Chris Dearman <chris@mips.com>
7188 Maciej W. Rozycki <macro@codesourcery.com>
7189 Joseph Myers <joseph@codesourcery.com>
7190
7191 * features/mips-dsp.xml: New file.
7192 * features/mips64-dsp.xml: New file.
7193 * features/mips-dsp-linux.xml: New file.
7194 * features/mips64-dsp-linux.xml: New file.
7195 * features/Makefile (WHICH): Add mips-dsp-linux and
7196 mips64-dsp-linux.
7197 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
7198 * features/mips-dsp-linux.c: New file.
7199 * features/mips64-dsp-linux.c: New file.
7200 * regformats/mips-dsp-linux.dat: New file.
7201 * regformats/mips64-dsp-linux.dat: New file.
7202 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
7203 registers.
7204 (mips64_linux_register_addr): Likewise.
7205 (mips64_linux_regsets_fetch_registers): Likewise.
7206 (mips64_linux_regsets_store_registers): Likewise.
7207 (mips64_linux_fetch_registers): Update call to
7208 mips64_linux_regsets_fetch_registers.
7209 (mips64_linux_store_registers): Update call to
7210 mips64_linux_regsets_store_registers.
7211 (mips_linux_read_description): Probe for DSP registers.
7212 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
7213 and initialize_tdesc_mips64_dsp_linux.
7214 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
7215 Remove padding of no longer used embedded register slots.
7216 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
7217 (MIPS_RESTART_REGNUM): Redefine enum value.
7218 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
7219 strings.
7220 (mips_tx39_reg_names): Likewise.
7221 (mips_linux_reg_names): New array of register names for Linux
7222 targets.
7223 (mips_register_name): Check for a null pointer in
7224 mips_processor_reg_names and return an empty string.
7225 (mips_register_type): Exclude embedded registers for the IRIX
7226 and Linux ABIs.
7227 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
7228 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
7229 DSP registers.
7230 (mips_stab_reg_to_regnum): Handle DSP accumulators.
7231 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
7232 (mips_gdbarch_init): Likewise. Initialize internal register
7233 indices for the Linux ABI. Use dynamic numbers to refer to
7234 registers, as applicable, while parsing the target description.
7235 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
7236
7237 2012-03-01 Joel Brobecker <brobecker@adacore.com>
7238
7239 * frame.h (read_frame_register_unsigned): Fix typo in function
7240 description.
7241
7242 2012-03-01 Pedro Alves <palves@redhat.com>
7243
7244 * jit-reader.in [!__cplusplus]
7245 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
7246
7247 2012-03-01 Pedro Alves <palves@redhat.com>
7248
7249 * configure.ac (build_warnings): Add -Wmissing-prototypes.
7250 * configure: Regenerate.
7251
7252 2012-03-01 Pedro Alves <palves@redhat.com>
7253
7254 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
7255 * breakpoint.c (create_exception_master_breakpoint, trace_command)
7256 (ftrace_command, strace_command): Make static.
7257 * d-lang.c (_initialize_d_language): Declare.
7258 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
7259 * dwarf2loc.c (_initialize_dwarf2loc):
7260 * dwarf2read.c (process_psymtab_comp_unit): Make static.
7261 * exec.c (exec_get_section_table): Make static.
7262 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
7263 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
7264 * inferior.c (remove_inferior_command, add_inferior_command)
7265 (clone_inferior_command): Make static.
7266 * linux-nat.c (linux_nat_thread_address_space)
7267 (linux_nat_core_of_thread): Make static.
7268 * linux-tdep.c (_initialize_linux_tdep): Declare.
7269 * objc-lang.c (_initialize_objc_lang): Declare.
7270 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
7271 Make static.
7272 (_initialize_opencl_language): Declare.
7273 * record.c (_initialize_record): Declare.
7274 * remote.c (demand_private_info, remote_get_tib_address)
7275 (remote_supports_cond_tracepoints)
7276 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
7277 Make static.
7278 * skip.c (_initialize_step_skip): Declare.
7279 * symtab.c (skip_prologue_using_lineinfo): Make static.
7280 * tracepoint.c (delete_trace_state_variable)
7281 (trace_variable_command, delete_trace_variable_command)
7282 (get_uploaded_tsv, find_matching_tracepoint_location)
7283 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
7284 Make static.
7285 * value.c (pack_unsigned_long): Make static.
7286 * varobj.c (varobj_ensure_python_env): Make static.
7287 * windows-tdep.c (_initialize_windows_tdep): Declare.
7288 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
7289
7290 2012-03-01 Pedro Alves <palves@redhat.com>
7291
7292 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
7293 gdbarch parameter.
7294 (linux_init_abi): Install it as has_shared_address_space gdbarch
7295 callback.
7296
7297 2012-03-01 Pedro Alves <palves@redhat.com>
7298
7299 * observer.c (observer_test_first_notification_function)
7300 (observer_test_second_notification_function)
7301 (observer_test_third_notification_function): Add declarations.
7302
7303 2012-03-01 Pedro Alves <palves@redhat.com>
7304
7305 * common/signals.c (default_target_signal_to_host)
7306 (default_target_signal_from_host): Move ...
7307 * arch-utils.c: ... here.
7308 * arch-utils.h (default_target_signal_to_host)
7309 (default_target_signal_from_host): Declare.
7310
7311 * common/signals.c (target_signal_from_command): Move ...
7312 * infrun.c: ... here.
7313 * inferior.h (target_signal_from_command): Declare.
7314 * target.h (target_signal_from_command)
7315 (default_target_signal_from_host, default_target_signal_to_host):
7316 Delete declarations.
7317
7318 * common/signals.c (_initialize_signals): Delete.
7319
7320 2012-03-01 Pedro Alves <palves@redhat.com>
7321
7322 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
7323 both __cplusplus and !__cplusplus.
7324
7325 2012-03-01 Pedro Alves <palves@redhat.com>
7326
7327 * psymtab.c (find_and_open_source): Delete declaration.
7328 * source.c (find_and_open_source): Move comment ...
7329 * source.h (find_and_open_source): ... to this new declaration.
7330
7331 2012-03-01 Pedro Alves <palves@redhat.com>
7332
7333 * inline-frame.c: Include inline-frame.h.
7334
7335 2012-03-01 Pedro Alves <palves@redhat.com>
7336
7337 * tui/tui-data.c (set_gen_win_origin): Delete.
7338 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
7339 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
7340
7341 2012-03-01 Pedro Alves <palves@redhat.com>
7342
7343 * remote.c (encode_actions): Delete declaration.
7344 * tracepoint.c (encode_actions): Make extern.
7345 * tracepoint.h (encode_actions): Declare.
7346
7347 2012-03-01 Pedro Alves <palves@redhat.com>
7348
7349 * python/py-breakpoint.c: Include python.h.
7350 * python/py-continueevent.c (create_continue_event_object): Make
7351 static.
7352 * python/py-lazy-string.c (stpy_get_type): Make static.
7353 * python/py-newobjfileevent.c (create_new_objfile_event_object):
7354 Make static.
7355 * python/py-utils.c (unicode_to_target_python_string): Make
7356 static.
7357 * python/py-value.c: Include python.h.
7358
7359 2012-03-01 Pedro Alves <palves@redhat.com>
7360
7361 * inferior.c (delete_threads_of_inferior): Delete.
7362
7363 2012-03-01 Pedro Alves <palves@redhat.com>
7364
7365 Import fallback definitions from glibc.
7366
7367 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
7368 ps_prochandle): Forward declare.
7369 (ps_err_e): Use glibc's comments.
7370 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
7371 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
7372 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
7373 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
7374 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
7375 (struct ps_prochandle): Adjust comment.
7376
7377 2012-03-01 Pedro Alves <palves@redhat.com>
7378
7379 * ada-lang.c (ada_modulus_from_name): Delete.
7380 * ada-lex.l (lexer_init): Make static.
7381
7382 2012-03-01 Pedro Alves <palves@redhat.com>
7383
7384 PR gdb/13767
7385
7386 * frame.c (read_frame_register_unsigned): New.
7387 * frame.h (read_frame_register_unsigned): Declare.
7388 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
7389 Handle it.
7390 (print_i387_control_word): New parameter `control_p'. Handle it.
7391 (i387_print_float_info): Handle unavailable float registers.
7392
7393 2012-03-01 Keith Seitz <keiths@redhat.com>
7394
7395 * linespec.c (decode_line_2): Sort the list of methods
7396 alphabetically before presenting the user with a selection
7397 menu.
7398
7399 2012-03-01 Doug Evans <dje@google.com>
7400
7401 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
7402 has_namespace_info.
7403 (dwarf2_read_abbrevs): Remove corresponding initialization.
7404
7405 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
7406
7407 * NEWS: Mention new python command class gdb.COMMAND_USER.
7408 * cli/cli-cmds.c (show_user): Print error when used on a python
7409 command.
7410 (init_cli_cmds): Update documentation strings for "show user" and
7411 "set/show max-user-call-depth" to clarify that it does not apply to
7412 python commands.
7413 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
7414 error check.
7415 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
7416 gdb python api.
7417 * top.c (execute_command): Only execute a user-defined command as a
7418 legacy macro if c->user_commands is set.
7419
7420 2012-03-01 Tom Tromey <tromey@redhat.com>
7421
7422 * valprint.h (struct generic_val_print_decorations): New.
7423 (generic_val_print): Declare.
7424 * valprint.c (generic_val_print): New function.
7425 * p-valprint.c (p_decorations): New global.
7426 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
7427 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
7428 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
7429 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
7430 * m2-valprint.c (m2_decorations): New global.
7431 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
7432 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
7433 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
7434 TYPE_CODE_ERROR>: Call generic_val_print.
7435 * f-valprint.c (f_decorations): New global.
7436 (f_val_print): Use print_function_pointer_address.
7437 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
7438 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
7439 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
7440 generic_val_print.
7441 * c-valprint.c (c_decorations): New global.
7442 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
7443 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
7444 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
7445 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
7446 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
7447 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
7448 case.
7449
7450 2012-03-01 Tom Tromey <tromey@redhat.com>
7451
7452 * valprint.c (val_print): Update.
7453 * p-valprint (pascal_val_print): Return void.
7454 * p-lang.h (pascal_val_print): Return void.
7455 * m2-valprint.c (m2_val_print): Return void.
7456 * m2-lang.h (m2_val_print): Return void.
7457 * language.h (struct language_defn) <la_val_print>: Return void.
7458 * language.c (unk_lang_val_print): Return void.
7459 * jv-valprint.c (java_val_print): Return void.
7460 * jv-lang.h (java_val_print): Return void.
7461 * f-valprint.c (f_val_print): Return void.
7462 * f-lang.h (f_val_print): Return void.
7463 * d-valprint.c (d_val_print): Return void.
7464 (dynamic_array_type): Update.
7465 * d-lang.h (d_val_print): Return void.
7466 * c-valprint.c (c_val_print): Return void.
7467 * c-lang.h (c_val_print): Return void.
7468 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
7469 void.
7470 * ada-lang.h (ada_val_print): Return void.
7471
7472 2012-03-01 Tom Tromey <tromey@redhat.com>
7473
7474 * value.h (val_print): Return void.
7475 * valprint.c (val_print): Return void.
7476
7477 2012-03-01 Tom Tromey <tromey@redhat.com>
7478
7479 * value.h (common_val_print): Return void.
7480 * valprint.c (common_val_print): Return void.
7481
7482 2012-03-01 Tom Tromey <tromey@redhat.com>
7483
7484 * value.h (value_print): Return void.
7485 * valprint.c (value_print): Return void.
7486 * p-valprint.c (pascal_value_print): Return void.
7487 * p-lang.h (pascal_value_print): Return void.
7488 * language.h (struct language_defn) <la_value_print>: Return
7489 void.
7490 * language.c (unk_lang_value_print): Return void.
7491 * jv-valprint.c (java_value_print): Return void.
7492 * jv-lang.h (java_value_print): Return void.
7493 * f-valprint.c (c_value_print): Don't declare.
7494 Include c-lang.h.
7495 * c-valprint.c (c_value_print): Return void.
7496 * c-lang.h (c_value_print): Return void.
7497 * ada-valprint.c (ada_value_print): Return void.
7498 * ada-lang.h (ada_value_print): Return void.
7499
7500 2012-03-01 Tom Tromey <tromey@redhat.com>
7501
7502 * value.c (value_primitive_field): Handle virtual base classes.
7503
7504 2012-03-01 Tom Tromey <tromey@redhat.com>
7505
7506 * gdbtypes.h (struct vbase): Remove.
7507
7508 2012-03-01 Tom Tromey <tromey@redhat.com>
7509
7510 * c-valprint.c (print_function_pointer_address): Move...
7511 * valprint.c: ... here. Make non-static.
7512 * m2-valprint.c (print_function_pointer_address): Remove.
7513 * valprint.h (print_function_pointer_address): Declare.
7514
7515 2012-03-01 Joel Brobecker <brobecker@adacore.com>
7516
7517 * NEWS: Document the fact that one can provide a condition when
7518 creating an Ada exception catchpoint.
7519
7520 2012-03-01 Tom Tromey <tromey@redhat.com>
7521
7522 * valprint.c (val_print_type_code_flags): Fix placement of
7523 trailing brace.
7524
7525 2012-03-01 Joel Brobecker <brobecker@adacore.com>
7526
7527 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
7528 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
7529 environment variable before calling update-copyright.
7530
7531 2012-03-01 Joel Brobecker <brobecker@adacore.com>
7532
7533 * gnulib/extra/update-copyright: Update to the latest from
7534 gnulib's git repository.
7535 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
7536 variable to 2 instead of 1.
7537
7538 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7539
7540 * varobj.c (c_value_of_variable): Remove dead code.
7541
7542 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7543
7544 * ada-lex.p (processId): Do not modify already encoded IDs.
7545 Update function documentation.
7546
7547 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7548
7549 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
7550 "name" with "struct symbol *name_sym".
7551 * ada-exp.y (write_var_or_type): Update call to
7552 ada_find_renaming_symbol.
7553 "name" with "struct symbol *name_sym". Adjust Implementation
7554 accordingly. Adjust the function documentation.
7555
7556 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7557
7558 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
7559 * ada-lang.c (ada_find_any_type): Add advance declaration.
7560 Make static. Replace ada_find_any_symbol by
7561 ada_find_any_type_symbol.
7562 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
7563 Improve function description. Make static.
7564 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
7565 Replace ada_find_any_symbol by ada_find_any_type_symbol.
7566
7567 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7568
7569 * ada-lang.c (struct tag_args): Delete.
7570 (ada_get_tsd_type): Function body moved up in source file.
7571 (ada_tag_name_1, ada_tag_name_2): Delete.
7572 (ada_get_tsd_from_tag): New function.
7573 (ada_tag_name_from_tsd): New function.
7574 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
7575 to determine the tag name.
7576
7577 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7578
7579 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
7580 declaration.
7581 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
7582 function.
7583
7584 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7585
7586 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
7587
7588 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7589
7590 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
7591 full searches.
7592
7593 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7594
7595 * ada-lang.c (constrained_packed_array_type): If there is a
7596 parallel XA type, use it to determine the array index type.
7597
7598 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7599
7600 * ada-valprint.c (ada_val_print_1): If our value is a reference
7601 to an array descriptor, dereference it before converting it
7602 to a simple array.
7603
7604 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7605
7606 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
7607 creating fixed value.
7608 (ada_value_ind, ada_coerce_ref, assign_component)
7609 (ada_evaluate_subexp): Remove call to unwrap_value before
7610 call to ada_to_fixed_value.
7611
7612 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7613
7614 * ada-lang.c (to_fixed_array_type): Set result's type name.
7615
7616 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7617
7618 * ada-lang.c (catch_ada_exception_command_split): Add new
7619 argument cond_string. Add support for condition at end of
7620 "catch exception" commands.
7621 (ada_decode_exception_location): Add new argument cond_string.
7622 Update call to catch_ada_exception_command_split.
7623 (create_ada_exception_catchpoint): Add new argument cond_string.
7624 Set the breakpoint condition if needed.
7625 (catch_ada_exception_command): Update call to
7626 ada_decode_exception_location.
7627 (ada_decode_assert_location): Add function documentation.
7628 Add support for condition at end of "catch assert" command.
7629 (catch_assert_command): Update calls to ada_decode_assert_location
7630 and create_ada_exception_catchpoint.
7631
7632 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7633
7634 Fix disp-step-syscall.exp: fork: single step over fork.
7635 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
7636 (i386_linux_get_syscall_number_from_regcache): ... here, new function
7637 comment, change parameters gdbarch and ptid to regcache. Remove
7638 parameter regcache, initialize gdbarch from regcache here.
7639 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
7640 New functions.
7641 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
7642 instead.
7643 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
7644 'syscall'. Make the 'int' check more strict.
7645
7646 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7647
7648 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
7649 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
7650 (i386_linux_intx80_sysenter_syscall_record): ... here.
7651 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
7652 Use the renamed function name.
7653
7654 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7655
7656 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
7657 * breakpoint.c (until_break_command): Likewise.
7658 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
7659 * infcall.c (call_function_by_hand): Likewise.
7660 * infcmd.c (finish_forward): Likewise.
7661 * infrun.c (insert_exception_resume_breakpoint): Likewise.
7662
7663 2012-02-28 Tristan Gingold <gingold@adacore.com>
7664
7665 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
7666 avoid variable assignments inside condition.
7667
7668 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7669
7670 Fix static analysis issue found by cppcheck.
7671 * microblaze-tdep.c (microblaze_extract_return_value): Fix
7672 uninitialized BUF for size 2.
7673
7674 2012-02-27 Chris Dearman <chris@mips.com>
7675 Nathan Froyd <froydnj@codesourcery.com>
7676 Maciej W. Rozycki <macro@codesourcery.com>
7677
7678 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
7679 (mips16_instruction_has_delay_slot): Likewise.
7680 (mips_segment_boundary): Likewise.
7681 (mips_adjust_breakpoint_address): Likewise.
7682 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
7683
7684 2012-02-27 Maciej W. Rozycki <macro@mips.com>
7685 Maciej W. Rozycki <macro@codesourcery.com>
7686
7687 * infrun.c (handle_inferior_event): Don't proceed through
7688 shared library trampolines if stepping at the machine
7689 instruction level.
7690
7691 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
7692
7693 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
7694 too.
7695
7696 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
7697
7698 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
7699 (sh_stub_unwind_sniffer): New functions.
7700 (sh_stub_unwind): New variable.
7701 (sh_gdbarch_init): Wire everything.
7702
7703 2012-02-27 Pedro Alves <palves@redhat.com>
7704
7705 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
7706 (linux_nat_post_attach_wait): Adjust to use
7707 linux_proc_pid_is_stopped.
7708 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
7709 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
7710 based on pid_is_stopped from both linux-nat.c and
7711 gdbserver/linux-low.c, and renamed.
7712
7713 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
7714
7715 * remote.c (remote_watchpoint_addr_within_range): New function.
7716 (init_remote_ops): Use it.
7717
7718 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
7719
7720 * target.h (target_watchpoint_addr_within_range): Document macro.
7721
7722 2012-02-24 Pedro Alves <palves@redhat.com>
7723
7724 * stack.c (set_last_displayed_sal): Issue internal_error instead
7725 of warning, and issue it after clearing the last displayed sal.
7726
7727 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7728 Pedro Alves <palves@redhat.com>
7729
7730 * breakpoint.c (until_break_command): Install breakpoints after
7731 all frame manipulations.
7732
7733 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
7734
7735 * remote.c (remote_supports_cond_breakpoints): New forward
7736 declaration.
7737 (remote_add_target_side_condition): New function.
7738 (remote_insert_breakpoint): Add target-side breakpoint
7739 conditional if supported.
7740 (remote_insert_hw_breakpoint): Likewise.
7741 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
7742 hook.
7743
7744 * target.c (update_current_target): Inherit
7745 to_supports_evaluation_of_breakpoint_conditions.
7746 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
7747
7748 * target.h (struct target_ops)
7749 <to_supports_evaluation_of_breakpoint_conditions>: New field.
7750 (target_supports_evaluation_of_breakpoint_conditions): New #define.
7751
7752 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
7753 (condition_evaluation_both, condition_evaluation_auto,
7754 condition_evaluation_host, condition_evaluation_target,
7755 condition_evaluation_enums, condition_evaluation_mode_1,
7756 condition_evaluation_mode): New static globals.
7757 (translate_condition_evaluation_mode): New function.
7758 (breakpoint_condition_evaluation_mode): New function.
7759 (gdb_evaluates_breakpoint_condition_p): New function.
7760 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
7761 (mark_breakpoint_modified): New function.
7762 (mark_breakpoint_location_modified): New function.
7763 (set_condition_evaluation_mode): New function.
7764 (show_condition_evaluation_mode): New function.
7765 (bp_location_compare_addrs): New function.
7766 (get_first_location_gte_addr): New helper function.
7767 (set_breakpoint_condition): Free condition bytecode if locations
7768 has become unconditional. Call mark_breakpoint_modified (...).
7769 (condition_command): Call update_global_location_list (1) for
7770 breakpoints.
7771 (breakpoint_xfer_memory): Use is_breakpoint (...).
7772 (is_breakpoint): New function.
7773 (parse_cond_to_aexpr): New function.
7774 (build_target_condition_list): New function.
7775 (insert_bp_location): Handle target-side conditional
7776 breakpoints and call build_target_condition_list (...).
7777 (update_inserted_breakpoint_locations): New function.
7778 (insert_breakpoint_locations): Handle target-side conditional
7779 breakpoints.
7780 (bpstat_check_breakpoint_conditions): Add comment.
7781 (bp_condition_evaluator): New function.
7782 (bp_location_condition_evaluator): New function.
7783 (print_breakpoint_location): Print information on where the condition
7784 will be evaluated.
7785 (print_one_breakpoint_location): Likewise.
7786 (init_bp_location): Call mark_breakpoint_location_modified (...) for
7787 breakpoint location.
7788 (force_breakpoint_reinsertion): New functions.
7789 (update_global_location_list): Handle target-side breakpoint
7790 conditions.
7791 Reinsert locations that are already inserted if conditions have
7792 changed.
7793 (bp_location_dtor): Free agent expression bytecode.
7794 (disable_breakpoint): Call mark_breakpoint_modified (...).
7795 Call update_global_location_list (...) with parameter 1 for breakpoints.
7796 (disable_command): Call mark_breakpoint_location_modified (...).
7797 Call update_global_location_list (...) with parameter 1 for breakpoints.
7798 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
7799 (enable_command): mark_breakpoint_location_modified (...).
7800 (_initialize_breakpoint): Update documentation and add
7801 condition-evaluation breakpoint subcommand.
7802
7803 * breakpoint.h: Include ax.h.
7804 (condition_list): New data structure.
7805 (condition_status): New enum.
7806 (bp_target_info) <cond_list>: New field.
7807 (bp_location) <condition_changed, cond_bytecode>: New fields.
7808 (is_breakpoint): New prototype.
7809
7810 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
7811
7812 * remote.c (remote_state) <cond_breakpoints>: New field.
7813 (PACKET_ConditionalBreakpoints): New enum.
7814 (remote_cond_breakpoint_feature): New function.
7815 (remote_protocol_features): Add new ConditionalBreakpoints entry.
7816 (remote_supports_cond_breakpoints): New function.
7817 (_initialize_remote): Add new packet configuration for
7818 target-side conditional breakpoints.
7819
7820 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
7821
7822 * NEWS: Mention target-side conditional breakpoint support,
7823 new condition-evaluation breakpoint subcommand and remote
7824 packet extensions.
7825
7826 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
7827
7828 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
7829 number.
7830
7831 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
7832
7833 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
7834 (after_prologue): Remove.
7835
7836 2012-02-23 Tom Tromey <tromey@redhat.com>
7837
7838 * jv-valprint.c (java_val_print): Remove dead code.
7839
7840 2012-02-23 Tristan Gingold <gingold@adacore.com>
7841
7842 * ada-tasks.c (struct ada_tasks_inferior_data): Add
7843 known_tasks_element and known_tasks_length fields.
7844 (read_known_tasks_array): Change argument type. Use pointer type
7845 and number of elements from DATA. Adjust.
7846 (read_known_tasks_list): Likewise.
7847 (get_known_tasks_addr): Remove.
7848 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
7849 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
7850 type and array length. Merge former get_known_tasks_addr code.
7851
7852 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7853
7854 PR backtrace/13716
7855 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
7856 it after set_momentary_breakpoint.
7857
7858 2012-02-22 Sterling Augustine <saugustine@google.com>
7859
7860 PR 13689:
7861 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
7862
7863 2012-02-22 Gary Benson <gbenson@redhat.com>
7864
7865 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
7866 (find_slot_in_mapped_hash): Likewise.
7867
7868 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7869
7870 PR build/13638
7871 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
7872 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
7873 * configure: Regenerate.
7874
7875 2012-02-21 Tristan Gingold <gingold@adacore.com>
7876 Pedro Alves <palves@redhat.com>
7877
7878 * ia64-tdep.c: Do not include libunwind-ia64.h.
7879 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
7880 Include libunwind-ia64.h instead of libunwind.h.
7881 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
7882 for libunwind.h existence.
7883 * configure, config.in: Regenerate.
7884
7885 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
7886
7887 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
7888 instead of value_rtti_target_type.
7889 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
7890 instead of value_rtti_target_type.
7891 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
7892 value_rtti_target_type.
7893 * valops.c (value_ind): Extract function readjust_indirect_value_type.
7894 (value_rtti_target_type): Rename to ...
7895 (value_rtti_indirect_type): ... here and make it indirect. Update
7896 function comment.
7897 * value.c (readjust_indirect_value_type): New function.
7898 (coerce_ref): Support for enclosing type setting for references
7899 with readjust_indirect_value_type.
7900 * value.h (readjust_value_type): New declaration.
7901 (value_rtti_target_type): Rename to ...
7902 (value_rtti_indirect_type): ... here.
7903
7904 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
7905
7906 * MAINTAINERS (Write After Approval): Add myself to the list.
7907
7908 2012-02-20 Doug Evans <dje@google.com>
7909
7910 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
7911 Rename objfile_p_char parameter to objfilep.
7912 (build_objfile_section_table): Result is now void. All callers
7913 updated.
7914 * objfiles.h (struct objfile): Tweak comments, whitespace.
7915 (build_objfile_section_table): Update.
7916
7917 * elfread.c (elf_symfile_segments): Fix warning text.
7918
7919 2012-02-20 Tom Tromey <tromey@redhat.com>
7920
7921 PR gdb/13498:
7922 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
7923 particular set of file names once.
7924 (dw2_map_symbol_filenames): Likewise.
7925
7926 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7927
7928 Code cleanup.
7929 * main.c (write_files): Remove the declaration.
7930 (external_editor_command): Move the declaration ...
7931 [GDBTK] (external_editor_command): ... here. Fix the comment.
7932
7933 2012-02-20 Tom Tromey <tromey@redhat.com>
7934
7935 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
7936 extraneous block.
7937
7938 2012-02-20 Tristan Gingold <gingold@adacore.com>
7939
7940 * darwin-nat.h (enum darwin_msg_state): Add comments.
7941
7942 2012-02-20 Tristan Gingold <gingold@adacore.com>
7943
7944 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
7945 value.
7946
7947 2012-20-18 Joel Brobecker <brobecker@adacore.com>
7948
7949 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
7950 between function description and implementation.
7951
7952 2012-02-17 Tom Tromey <tromey@redhat.com>
7953
7954 PR python/12070:
7955 * python/py-event.c (event_object_getset): New global.
7956 (event_object_type): Reference it.
7957 * python/py-type.c (field_object_getset): New global.
7958 (field_object_type): Reference it.
7959 * python/python-internal.h (gdb_py_generic_dict): Declare.
7960 * python/py-utils.c (gdb_py_generic_dict): New function.
7961
7962 2012-02-17 Tristan Gingold <gingold@adacore.com>
7963
7964 * solib-darwin.c (darwin_current_sos): Check magic and filetype
7965
7966 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
7967
7968 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
7969 TYPE_CALLING_CONVENTION annotation.
7970
7971 2012-02-16 Kevin Buettner <kevinb@redhat.com>
7972
7973 * MAINTAINERS: Add rx to target ISA section.
7974 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
7975 (ALLDEPFILES): Add rx-tdep.c.
7976
7977 2012-02-16 Tom Tromey <tromey@redhat.com>
7978
7979 * symfile.c (symbol_file_add_main_1): Use inferior's
7980 symfile_flags.
7981 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
7982 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
7983 inferior.
7984 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
7985 inferior.
7986 (follow_exec): Use inferior's symfile_flags.
7987 * inferior.h (struct inferior) <symfile_flags>: New field.
7988
7989 2012-02-16 Mike Frysinger <vapier@gentoo.org>
7990
7991 PR gdb/9734:
7992 * remote-sim.c (gdbsim_create_inferior): Call error() when
7993 sim_create_inferior() fails.
7994
7995 2012-02-16 Josh Matthews <josh@joshmatthews.net>
7996
7997 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
7998
7999 2012-02-16 Tom Tromey <tromey@redhat.com>
8000
8001 PR c++/13653:
8002 * thread.c (struct current_thread_cleanup) <was_removable>: New
8003 field.
8004 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
8005 (make_cleanup_restore_current_thread): Initialize new field.
8006
8007 2012-02-15 Kevin Buettner <kevinb@redhat.com>
8008
8009 * MAINTAINERS: Add rl78 to target ISA section.
8010 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
8011 (ALLDEPFILES): Add rl78-tdep.c.
8012 * NEWS: Mention rl78 as a new target.
8013
8014 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
8015
8016 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
8017 data.
8018 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
8019
8020 2012-02-15 Tom Tromey <tromey@redhat.com>
8021
8022 PR gdb/12659:
8023 * infcmd.c (registers_info): Print just the current register's
8024 name.
8025
8026 2012-02-15 Tom Tromey <tromey@redhat.com>
8027
8028 * python/py-symbol.c (sympy_value): Use _().
8029
8030 2012-02-15 Pedro Alves <palves@redhat.com>
8031
8032 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
8033 output to be like native targets'.
8034 (remote_pid_to_str): Special case the null ptid.
8035
8036 2012-02-14 Stan Shebs <stan@codesourcery.com>
8037
8038 * NEWS: Mention enable count command.
8039 * breakpoint.h (struct breakpoint): New field enable_count.
8040 * breakpoint.c (enable_breakpoint_disp): Add count argument.
8041 (enable_breakpoint): Add arg to call.
8042 (struct disp_data): New struct.
8043 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
8044 (do_map_enable_once_breakpoint): Create a struct and pass it.
8045 (do_map_enable_delete_breakpoint): Ditto.
8046 (do_map_enable_count_breakpoint): New function.
8047 (enable_count_command): New function.
8048 (bpstat_stop_status): Decrement enable_count.
8049 (print_one_breakpoint_location): Report enable count.
8050 (_initialize_breakpoint): Add enable count command.
8051
8052 2012-02-14 Kevin Buettner <kevinb@redhat.com>
8053
8054 * rl78-tdep.c (reggroups.h): Include.
8055 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
8056 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
8057 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
8058 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
8059 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
8060 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
8061 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
8062 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
8063 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
8064 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
8065 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
8066 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
8067 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
8068 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
8069 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
8070 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
8071 beginning of register list.
8072 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
8073 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
8074 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
8075 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
8076 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
8077 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
8078 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
8079 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
8080 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
8081 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
8082 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
8083 the pseudo registers. Rearrange other pseudo registers too so
8084 that the bank registers appear at the end.
8085 (rl78_register_type): Account for the fact that the byte sized
8086 bank registers are now pseudo-registers.
8087 (rl78_register_name): Rearrange the register name array. Make
8088 initial set of raw banked registers inaccessible.
8089 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
8090 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
8091 case for copying bytes back and forth between raw and pseudo
8092 versions of the banked registers. Update other cases to reflect
8093 the changed names.
8094 (rl78_return_value): Update to account for changed names of
8095 raw registers.
8096 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
8097 rl78_register_sim_regno().
8098
8099 2012-02-14 Kevin Buettner <kevinb@redhat.com>
8100
8101 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
8102 the name parameter being passed to find_pc_partial_function().
8103
8104 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8105
8106 * MAINTAINERS: Step down from being ia64 target maintainer.
8107
8108 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8109
8110 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
8111 compilation warning.
8112
8113 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8114
8115 Fix crash on loaded shlibs without loaded exec_bfd.
8116 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
8117 (set_section_command): Replace exec_bfd by p->bfd.
8118
8119 2012-02-10 Tom Tromey <tromey@redhat.com>
8120
8121 * linespec.c (decode_line_internal): Skip symtabs_from_filename
8122 when we have a C++ qualified name.
8123
8124 2012-02-10 Pedro Alves <palves@redhat.com>
8125
8126 * inferior.c (inferior_pid_to_str): New.
8127 (print_inferior, inferior_command): Use it.
8128
8129 2012-02-10 Pedro Alves <palves@redhat.com>
8130
8131 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
8132 the test CFLAGS.
8133 * configure: Regenerate.
8134
8135 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8136
8137 * linespec.c (decode_line_internal): Fix comment correctness.
8138
8139 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
8140
8141 PR gdb/12953
8142 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
8143 * amd64bsd-nat.c: Add support for debug registers (adapted from
8144 i386bsd-nat.c).
8145 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
8146 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
8147 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
8148 (amd64bsd_dr_get_control): New functions.
8149 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
8150 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
8151 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
8152 watchpoints initialization.
8153 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
8154
8155 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8156
8157 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
8158 flds_bnds.fields.
8159 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
8160
8161 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8162
8163 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
8164
8165 2012-02-08 Joel Brobecker <brobecker@adacore.com>
8166
8167 * language.h (symbol_name_cmp_ftype): Renames
8168 symbol_name_match_p_ftype.
8169 (struct language_defn)[la_get_symbol_name_cmp]: Renames
8170 la_get_symbol_name_match_p.
8171 * ada-lang.c (ada_get_symbol_name_cmp): Renames
8172 ada_get_symbol_name_match_p. Update comment.
8173 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
8174 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
8175 Renames symbol_name_match_p. Update field type.
8176 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
8177 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
8178 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
8179 "la_get_symbol_name_cmp" in comments.
8180 * language.c: Likewise.
8181
8182 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8183
8184 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
8185 %eflags offset.
8186 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
8187 (amd64_sol2_gregset32_reg_offs): Likewise.
8188
8189 2012-02-08 Joel Brobecker <brobecker@adacore.com>
8190
8191 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
8192 of the returned BFD is allocated by GDB.
8193
8194 2012-02-07 Tom Tromey <tromey@redhat.com>
8195
8196 PR python/12027:
8197 * python/python-internal.h (frame_object_type): Declare.
8198 * python/py-symbol.c (sympy_needs_frame): New function.
8199 (sympy_value): New function.
8200 (symbol_object_getset): Add "needs_frame".
8201 (symbol_object_methods): Add "value".
8202 * python/py-frame.c (frame_object_type): No longer static.
8203
8204 2012-02-07 Tom Tromey <tromey@redhat.com>
8205
8206 PR python/13599:
8207 * python/py-symbol.c (sympy_line): New function.
8208 (symbol_object_getset): Add "line".
8209
8210 2012-02-07 Tom Tromey <tromey@redhat.com>
8211
8212 * charset.c (find_charset_names): Check 'in' against NULL.
8213
8214 2012-02-06 Doug Evans <dje@google.com>
8215
8216 * gdbtypes.h (struct main_type): Change type of name,tag_name,
8217 and fields.name members from char * to const char *. All uses updated.
8218 (struct cplus_struct_type): Change type of fn_fieldlists.name member
8219 from char * to const char *. All uses updated.
8220 (type_name_no_tag): Update.
8221 (lookup_unsigned_typename, lookup_signed_typename): Update.
8222 * gdbtypes.c (type_name_no_tag): Change result type
8223 from char * to const char *. All callers updated.
8224 (lookup_unsigned_typename, lookup_signed_typename): Change type of
8225 name parameter from char * to const char *.
8226 * symtab.h (struct cplus_specific): Change type of demangled_name
8227 member from char * to const char *. All uses updated.
8228 (struct general_symbol_info): Change type of name and
8229 mangled_lang.demangled_name members from char * to const char *.
8230 All uses updated.
8231 (symbol_get_demangled_name, symbol_natural_name): Update.
8232 (symbol_demangled_name, symbol_search_name): Update.
8233 * symtab.c (symbol_get_demangled_name): Change result type
8234 from char * to const char *. All callers updated.
8235 (symbol_natural_name, symbol_demangled_name): Ditto.
8236 (symbol_search_name): Ditto.
8237 (completion_list_add_name): Change type of symname,sym_text,
8238 text,word parameters from char * to const char *.
8239 (completion_list_objc_symbol): Change type of sym_text,
8240 text,word parameters from char * to const char *.
8241 * ada-lang.c (find_struct_field): Change type of name parameter
8242 from char * to const char *.
8243 (encoded_ordered_before): Similarly for N0,N1 parameters.
8244 (old_renaming_is_invisible): Similarly for function_name parameter.
8245 (ada_type_name): Change result type from char * to const char *.
8246 All callers updated.
8247 * ada-lang.h (ada_type_name): Update.
8248 * buildsym.c (hashname): Change type of name parameter
8249 from char * to const char *.
8250 * buildsym.h (hashname): Update.
8251 * dbxread.c (end_psymtab): Change type of include_list parameter
8252 from char ** to const char **.
8253 * dwarf2read.c (determine_prefix): Change result type
8254 from char * to const char *. All callers updated.
8255 * f-lang.c (find_common_for_function): Change type of name, funcname
8256 parameters from char * to const char *.
8257 * f-lang.c (find_common_for_function): Update.
8258 * f-valprint.c (list_all_visible_commons): Change type of funcname
8259 parameters from char * to const char *.
8260 * gdbarch.sh (static_transform_name): Change type of name parameter
8261 and result from char * to const char *.
8262 * gdbarch.c: Regenerate.
8263 * gdbarch.h: Regenerate.
8264 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
8265 of name parameter from char * to const char *.
8266 * jv-lang.c (java_primitive_type_from_name): Ditto.
8267 (java_demangled_signature_length): Similarly for signature parameter.
8268 (java_demangled_signature_copy): Ditto.
8269 (java_demangle_type_signature): Ditto.
8270 * jv-lang.h (java_primitive_type_from_name): Update.
8271 (java_demangle_type_signature): Update.
8272 * objc-lang.c (specialcmp): Change type of a,b parameters
8273 from char * to const char *.
8274 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
8275 from char * to const char *. All callers updated.
8276 * p-lang.h (is_pascal_string_type): Update.
8277 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
8278 of name parameter from char * to const char *.
8279 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
8280 * utils.c (fprintf_symbol_filtered): Ditto.
8281 * defs.h (fprintf_symbol_filtered): Update.
8282 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
8283 * stabsread.h (end_psymtab): Update.
8284 * stack.c (find_frame_funname): Change type of funname parameter
8285 from char ** to const char **.
8286 * stack.h (find_frame_funname): Update.
8287 * typeprint.c (type_print): Change type of varstring parameter
8288 from char * to const char *.
8289 * value.h (type_print): Update.
8290 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
8291 from char * to const char *. All callers updated.
8292 (xcoff_end_psymtab): Change type of include_list parameter
8293 from char ** to const char **. All callers updated.
8294 (swap_sym): Similarly for name parameter. All callers updated.
8295 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
8296 Use xstrdup.
8297 (process_coff_symbol): Use xstrdup.
8298 * stabsread.c (stabs_method_name_from_physname): Renamed from
8299 update_method_name_from_physname. Change result type from void
8300 to char *. All callers updated.
8301 (read_member_functions): In has_destructor case, store name in objfile
8302 obstack instead of malloc space. In !has_stub case, fix mem leak.
8303
8304 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
8305
8306 * configure: Rebuild.
8307 * configure.ac: Put -L../bfd and -L../libiberty at the front of
8308 LDFLAGS.
8309
8310 2012-02-03 Kevin Buettner <kevinb@redhat.com>
8311
8312 * configure.tgt (rl78-*-elf): New target.
8313 * rl78-tdep.c: New file.
8314
8315 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8316
8317 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
8318 and continue the loop. Add QUIT statement.
8319
8320 2012-02-03 Tom Tromey <tromey@redhat.com>
8321
8322 PR gdb/13596:
8323 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
8324 bfd_lookup_symbol_from_symtab.
8325 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
8326 gdb_bfd_lookup_symbol_from_symtab.
8327
8328 2012-02-03 Joel Brobecker <brobecker@adacore.com>
8329
8330 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
8331 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
8332 symbol. Add assertion that sym2 is never NULL.
8333
8334 2012-02-02 Doug Evans <dje@google.com>
8335
8336 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
8337 "name" parameter to const char ** from char **. All callers updated.
8338 (find_pc_partial_function): Ditto.
8339 (cache_pc_function_name): Change type to const char * from char *.
8340 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
8341 (find_pc_partial_function): Update.
8342 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
8343 type of "name" parameter to const char * from char *.
8344 All uses updated.
8345 * arch-utils.c (generic_in_solib_return_trampoline): Change
8346 type of "name" parameter to const char * from char *.
8347 * arch-utils.h (generic_in_solib_return_trampoline): Update.
8348 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
8349 type of "name" parameter to const char * from char *.
8350 * gdbarch.sh (in_solib_return_trampoline): Ditto.
8351 * gdbarch.c: Regenerate.
8352 * gdbarch.h: Regenerate.
8353 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
8354 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
8355 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
8356 type of "name" parameter to const char * from char *.
8357 * skip.c (skip_function_pc): Ditto.
8358 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
8359 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
8360 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
8361 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
8362 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
8363 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
8364 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
8365 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
8366 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
8367
8368 2012-02-02 Pedro Alves <palves@redhat.com>
8369
8370 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
8371 the current inferior has no execution. Make sure the current
8372 remote process matches gdb's current inferior.
8373
8374 2012-02-02 Tom Tromey <tromey@redhat.com>
8375
8376 PR gdb/13405:
8377 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
8378 read-only memory.
8379
8380 2012-02-02 Tom Tromey <tromey@redhat.com>
8381
8382 PR gdb/9307:
8383 * symtab.c (lookup_language_this): Set block_found.
8384
8385 2012-02-01 Tom Tromey <tromey@redhat.com>
8386
8387 PR gdb/13431:
8388 * jit.c (struct jit_inferior_data): Rewrite.
8389 (struct jit_objfile_data): New.
8390 (get_jit_objfile_data): New function.
8391 (add_objfile_entry): Update.
8392 (jit_read_descriptor): Return int. Replace descriptor_addr
8393 argument with inf_data. Update. Don't call error.
8394 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
8395 descriptor here.
8396 (jit_inferior_init): Don't look up descriptor. Don't call error.
8397 (jit_reset_inferior_data_and_breakpoints)
8398 (jit_inferior_created_observer): Remove.
8399 (jit_inferior_exit_hook): Update.
8400 (jit_executable_changed_observer): Remove.
8401 (jit_event_handler): Update.
8402 (free_objfile_data): Reset inferior data if needed.
8403 (_initialize_jit): Update.
8404
8405 2012-02-01 Tom Tromey <tromey@redhat.com>
8406
8407 * jit.c (bfd_open_from_target_memory): Move higher in file.
8408
8409 2012-02-01 Tristan Gingold <gingold@adacore.com>
8410
8411 * libunwind-frame.c (libunwind_load): Display message if dlopen
8412 failed.
8413
8414 2012-02-01 Gary Benson <gbenson@redhat.com>
8415
8416 * symtab.h (symbol_found_callback_ftype): New typedef.
8417 (iterate_over_symbols): Use the above.
8418 * symtab.c (iterate_over_symbols): Likewise.
8419 * language.h (language_defn->la_iterate_over_symbols): Likewise.
8420 * ada-lang.c (ada_iterate_over_symbols): Likewise.
8421 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
8422 (iterate_name_matcher): Document return values.
8423 (collect_one_symbol): Likewise.
8424 (collect_function_symbols): Likewise.
8425 (collect_symbols): Likewise.
8426
8427 2012-02-01 Tom Tromey <tromey@redhat.com>
8428
8429 * ada-lang.c (resolve_subexp): Update.
8430 (ada_lookup_symbol_list): Add 'full_search' argument.
8431 (ada_iterate_over_symbols): Pass 0 as full_search argument to
8432 ada_lookup_symbol_list.
8433 (ada_lookup_encoded_symbol): Update.
8434 (get_var_value): Update.
8435 * ada-exp.y (block_lookup): Update.
8436 (write_var_or_type): Update.
8437 (write_name_assoc): Update.
8438 * ada-lang.h (ada_lookup_symbol_list): Update.
8439
8440 2012-01-31 Tom Tromey <tromey@redhat.com>
8441
8442 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
8443 comment.
8444
8445 2012-01-31 Doug Evans <dje@google.com>
8446
8447 * symtab.h: Remove outdated comment.
8448 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
8449
8450 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
8451
8452 Fix build error in Darwin port.
8453 * i386-darwin-nat.c: Include i386-nat.h.
8454
8455 2012-01-30 Tom Tromey <tromey@redhat.com>
8456
8457 PR breakpoints/13568:
8458 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
8459 argument. Check for recursive includes.
8460 (dwarf_decode_macros): Create an include hash.
8461
8462 2012-01-30 Michael Eager <eager@eagercon.com>
8463
8464 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
8465 * ppc-linux-tdep.c: Include glibc-tdep.h.
8466 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
8467 (powerpc_linux_in_plt_stub): New function.
8468 (powerpc_linux_in_dynsym_resolve_code): New function.
8469 (ppc_skip_trampoline_code): New function.
8470 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
8471 Use glibc_skip_solib_resolver.
8472
8473 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8474
8475 Code cleanup: Make 1440 bytes of data segment read-only.
8476 * arch-utils.c (endian_enum): Make it const char *const [].
8477 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
8478 Likewise.
8479 * breakpoint.c (always_inserted_enums): Likewise.
8480 * cli/cli-cmds.c (script_ext_enums): Likewise.
8481 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
8482 enumlist parameter const char *const *.
8483 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
8484 const char *const *.
8485 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
8486 parameter const char *const *.
8487 * cris-tdep.c (cris_modes): Make it const char *const [].
8488 * filesystem.c (target_file_system_kinds): Likewise.
8489 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
8490 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
8491 (can_use_displaced_stepping_enum, scheduler_enums)
8492 (exec_direction_names): Likewise.
8493 * language.c (_initialize_language): Make the type_or_range_names and
8494 case_sensitive_names variables const char *const [].
8495 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
8496 * python/python.c (python_excp_enums): Likewise.
8497 * remote.c (interrupt_sequence_modes): Likewise.
8498 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
8499 * serial.c (logbase_enums): Likewise.
8500 * sh-tdep.c (sh_cc_enum): Likewise.
8501 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
8502 Likewise.
8503 * symtab.c (multiple_symbols_modes): Likewise.
8504 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
8505 Likewise.
8506 * utils.c (internal_problem_modes): Likewise.
8507
8508 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8509
8510 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
8511 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
8512 result.
8513
8514 2012-01-27 Doug Evans <dje@google.com>
8515
8516 * configure.ac (with_python): Fix absolute path handling for win32.
8517 * configure: Regenerate.
8518
8519 2012-01-26 Doug Evans <dje@google.com>
8520
8521 * symtab.c: Whitespace cleanup, no code changes.
8522
8523 * symtab.c (lookup_symbol_in_language): Improve comment.
8524 (lookup_symbol_aux): Fix comment.
8525
8526 * psymtab.c (add_psymbol_to_list): Result is now "void".
8527 * psympriv.h (add_psymbol_to_list): Update.
8528
8529 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
8530
8531 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8532
8533 Do not open script filenames twice.
8534 * cli/cli-cmds.c (source_script_from_stream): Pass to
8535 source_python_script also STREAM.
8536 * python/py-auto-load.c (source_section_scripts): Pass to
8537 source_python_script_for_objfile also STREAM.
8538 (auto_load_objfile_script): Pass to source_python_script_for_objfile
8539 also INPUT.
8540 * python/python-internal.h (source_python_script_for_objfile): New
8541 parameter file, rename parameter file to filename.
8542 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
8543 instead if !_WIN32. Update the function comment.
8544 (source_python_script, source_python_script_for_objfile)
8545 (source_python_script): New parameter file, rename parameter file to
8546 filename. Pass FILENAME to python_run_simple_file.
8547 * python/python.h (source_python_script): New parameter file, rename
8548 parameter file to filename.
8549
8550 2012-01-26 Pedro Alves <palves@redhat.com>
8551
8552 * corelow.c (core_has_fake_pid): Delete.
8553 (core_close): Delete references to `core_has_fake_pid'.
8554 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
8555 (core_open): Delete references to `core_has_fake_pid'.
8556 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
8557 the removed global.
8558
8559 2012-01-26 Joel Brobecker <brobecker@adacore.com>
8560
8561 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
8562 Remove language parameter from name_matcher. Adjust the comment.
8563 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
8564 Remove language parameter.
8565 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
8566 * linespec.c (iterate_name_matcher): Likewise.
8567 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
8568 name_matcher. Adjust call accordingly.
8569 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
8570 (maintenance_check_symtabs): Adjust type of parameter "fun".
8571 * psymtab.h (maintenance_check_symtabs): Likewise.
8572
8573 2012-01-26 Joel Brobecker <brobecker@adacore.com>
8574
8575 * language.h (symbol_name_match_p_ftype): New typedef.
8576 (struct language_defn): Replace field la_symbol_name_compare
8577 by la_get_symbol_name_match_p.
8578 * ada-lang.c (ada_get_symbol_name_match_p): New function.
8579 (ada_language_defn): Use it.
8580 * linespec.c (struct symbol_matcher_data): New type.
8581 (iterate_name_matcher): Rewrite.
8582 (iterate_over_all_matching_symtabs): Pass a pointer to
8583 a symbol_matcher_data struct to expand_symtabs_matching
8584 instead of just the lookup name.
8585 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
8586 opencl-lang.c, p-lang.c, language.c: Delete field
8587 la_symbol_name_compare, and replace by NULL for new field
8588 la_get_symbol_name_match_p.
8589 * symfile.h (struct quick_symbol_functions): Update comment.
8590
8591 2012-01-25 Tom Tromey <tromey@redhat.com>
8592
8593 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
8594 dereferencing.
8595
8596 2012-01-24 Tom Tromey <tromey@redhat.com>
8597
8598 PR symtab/12406:
8599 * solib.c (update_solib_list): Update the program space's
8600 added_solibs and deleted_solibs fields.
8601 * progspace.h (struct program_space) <added_solibs,
8602 deleted_solibs>: New fields.
8603 (clear_program_space_solib_cache): Declare.
8604 * progspace.c (release_program_space): Call
8605 clear_program_space_solib_cache.
8606 (clear_program_space_solib_cache): New function.
8607 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
8608 bpstat_stop_status. Use handle_solib_event.
8609 * breakpoint.c: Include gdb_regex.h.
8610 (print_solib_event): New function.
8611 (bpstat_print): Use print_solib_event.
8612 (bpstat_stop_status): Add special case for bp_shlib_event.
8613 (handle_solib_event): New function.
8614 (bpstat_what): Use handle_solib_event.
8615 (struct solib_catchpoint): New.
8616 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
8617 (breakpoint_hit_catch_solib, check_status_catch_solib)
8618 (print_it_catch_solib, print_one_catch_solib)
8619 (print_mention_catch_solib, print_recreate_catch_solib): New
8620 functions.
8621 (catch_solib_breakpoint_ops): New global.
8622 (catch_load_or_unload, catch_load_command_1)
8623 (catch_unload_command_1): New functions.
8624 (internal_bkpt_check_status): Add special case for
8625 bp_shlib_event.
8626 (internal_bkpt_print_it): Use print_solib_event.
8627 (initialize_breakpoint_ops): Initialize
8628 catch_solib_breakpoint_ops.
8629 (_initialize_breakpoint): Register "catch load" and "catch
8630 unload".
8631 * breakpoint.h (handle_solib_event): Declare.
8632 * NEWS: Add entry for "catch load" and "catch unload".
8633
8634 2012-01-24 Tom Tromey <tromey@redhat.com>
8635
8636 * ada-lang.c: Include gdb_vecs.h.
8637 * charset.c: Include gdb_vecs.h.
8638 * tracepoint.h: Include gdb_vecs.h.
8639 * gdb_vecs.h: New file.
8640
8641 2012-01-24 Pedro Alves <pedro@codesourcery.com>
8642
8643 * breakpoint.c (breakpoint_hit_catch_fork)
8644 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
8645 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
8646 * infrun.c (inferior_has_forked, inferior_has_vforked)
8647 (inferior_has_execd, inferior_has_called_syscall): Delete.
8648 (handle_syscall_event): Get syscall_number from the execution
8649 control state's wait status.
8650 (wait_for_inferior): Don't clear syscall_number.
8651
8652 2012-01-24 Pedro Alves <palves@redhat.com>
8653
8654 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
8655 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
8656 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
8657 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
8658 `ws' parameter.
8659 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
8660 false for events other than TARGET_SIGNAL_TRAP.
8661 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
8662 Add `ws' parameter.
8663 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
8664 events other than TARGET_SIGNAL_TRAP.
8665 (tracepoint_breakpoint_hit): Add `ws' parameter.
8666 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
8667 parameter.
8668 (bpstat_stop_status): Same.
8669 (pc_at_non_inline_function): Same.
8670 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
8671 to pass the current event's waitstatus to bpstat_stop_status
8672 and pc_at_non_inline_function.
8673
8674 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8675
8676 Code cleanup.
8677 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
8678 Update the function comment for it.
8679 (source_script_with_search): Call make_cleanup_fclose for STREAM.
8680 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
8681 for STREAM.
8682
8683 2012-01-24 Pedro Alves <palves@redhat.com>
8684
8685 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
8686 outside `bs->stop' block.
8687 (bpstat_what): Rework bp_shlib_event handling.
8688 (internal_bkpt_check_status): If the breakpoint is a
8689 bp_shlib_event, then set bs->stop and bs->print if
8690 stop_on_solib_events is set.
8691
8692 2012-01-24 Gary Benson <gbenson@redhat.com>
8693
8694 Delete #if 0'd out code.
8695 * stack.c (print_frame_label_vars): Remove.
8696 (catch_info): Likewise.
8697 (_initialize_stack): Remove "info catch" command.
8698 * NEWS: Mention the above.
8699
8700 2012-01-24 Pedro Alves <palves@redhat.com>
8701
8702 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
8703 it.
8704 (remote_notice_new_inferior): If the remote end doesn't support
8705 the multiprocess extensions, then the PID is fake.
8706 (add_current_inferior_and_thread): New.
8707 (remote_start_remote): Use it.
8708 (extended_remote_attach_1): Adjust.
8709 (extended_remote_create_inferior_1): Use
8710 add_current_inferior_and_thread.
8711
8712 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8713
8714 Fix watchpoints to be specific for each inferior.
8715 * breakpoint.c (watchpoint_in_thread_scope): Verify also
8716 current_program_space.
8717 * i386-nat.c (i386_inferior_data_cleanup): New.
8718 (i386_inferior_data_get): Replace variable inf_data_local by an
8719 inferior_data call.
8720 (i386_use_watchpoints): Initialize i386_inferior_data.
8721 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
8722 specific iterate_over_lwps.
8723
8724 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8725
8726 Fix watchpoints across inferior fork.
8727 * amd64-linux-nat.c (update_debug_registers_callback): Update the
8728 comment for linux_nat_iterate_watchpoint_lwps.
8729 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
8730 linux_nat_iterate_watchpoint_lwps.
8731 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
8732 * i386-linux-nat.c (update_debug_registers_callback): Update the
8733 comment for linux_nat_iterate_watchpoint_lwps.
8734 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
8735 linux_nat_iterate_watchpoint_lwps.
8736 (i386_linux_prepare_to_resume): New comment on Linux kernel.
8737 * i386-nat.c: Include inferior.h.
8738 (dr_mirror): Remove.
8739 (i386_inferior_data, struct i386_inferior_data)
8740 (i386_inferior_data_get): New.
8741 (i386_debug_reg_state): Use i386_inferior_data_get.
8742 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
8743 (i386_insert_watchpoint, i386_remove_watchpoint)
8744 (i386_stopped_data_address, i386_insert_hw_breakpoint)
8745 (i386_remove_hw_breakpoint): New variable state, use
8746 i386_debug_reg_state instead of DR_MIRROR.
8747 * linux-nat.c (delete_lwp): New declaration.
8748 (num_lwps): Move here from downwards.
8749 (delete_lwp_cleanup): New.
8750 (linux_child_follow_fork): Create new child_lp, call
8751 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
8752 PTRACE_DETACH.
8753 (num_lwps): Move upwards.
8754 (linux_nat_iterate_watchpoint_lwps): New.
8755 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
8756 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
8757
8758 2012-01-24 Joel Brobecker <brobecker@adacore.com>
8759
8760 GDB 7.4 released.
8761
8762 2012-01-23 Pedro Alves <palves@redhat.com>
8763
8764 * top.c (caution): Rename to ...
8765 (confirm): ... this.
8766 (show_caution): Rename to ...
8767 (show_confirm): ... this.
8768 (quit_cover): Adjust.
8769 (init_main): Adjust.
8770 * top.h (caution): Rename to ...
8771 (confirm): ... this.
8772 * utils.c (internal_vproblem, defaulted_query): Adjust.
8773
8774 2012-01-23 Pedro Alves <palves@redhat.com>
8775
8776 * top.c (caution): Update comment.
8777 (execute_command): Don't consider the current value of `caution'.
8778
8779 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8780
8781 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
8782
8783 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
8784
8785 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
8786 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
8787 * target.c (target_fileio_pwrite): Remove buffer address from
8788 debug output.
8789 (target_fileio_pread): Likewise.
8790
8791 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
8792
8793 * NEWS: Document remote "info proc" and "generate-core-file".
8794
8795 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
8796
8797 * gdbarch.sh (find_memory_regions): New callback.
8798 * gdbarch.c, gdbarch.h: Regenerate.
8799
8800 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
8801 callback before falling back to target method.
8802
8803 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
8804 (linux_target_install_ops): No longer install it.
8805
8806 * linux-tdep.c (linux_find_memory_regions): New function.
8807 (linux_init_abi): Install it.
8808
8809 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
8810
8811 * gdbarch.sh (make_corefile_notes): New architecture callback.
8812 * gdbarch.c: Regenerate.
8813 * gdbarch.h: Likewise.
8814
8815 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
8816 before target_make_corefile_notes. If NULL is returned, the
8817 target does not support core file generation.
8818
8819 * linux-nat.c: Include "linux-tdep.h".
8820 (find_signalled_thread, find_stop_signal): Remove.
8821 (linux_nat_do_thread_registers): Likewise.
8822 (struct linux_nat_corefile_thread_data): Likewise.
8823 (linux_nat_corefile_thread_callback): Likewise.
8824 (iterate_over_spus): Likewise.
8825 (struct linux_spu_corefile_data): Likewise.
8826 (linux_spu_corefile_callback): Likewise.
8827 (linux_spu_make_corefile_notes): Likewise.
8828 (linux_nat_collect_thread_registers): New function.
8829 (linux_nat_make_corefile_notes): Replace contents by call to
8830 linux_make_corefile_notes passing linux_nat_collect_thread_registers
8831 as native-only callback.
8832
8833 * linux-tdep.h: Include "bfd.h".
8834 (struct regcache): Add forward declaration.
8835 (linux_collect_thread_registers_ftype): New typedef.
8836 (linux_make_corefile_notes): Add prototype.
8837 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
8838 "regset.h", and "elf-bfd.h".
8839 (find_signalled_thread, find_stop_signal): New functions.
8840 (linux_spu_make_corefile_notes): Likewise.
8841 (linux_collect_thread_registers): Likewise.
8842 (struct linux_corefile_thread_data): New data structure.
8843 (linux_corefile_thread_callback): New funcion.
8844 (linux_make_corefile_notes): Likewise.
8845 (linux_make_corefile_notes_1): Likewise.
8846 (linux_init_abi): Install it.
8847
8848 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
8849
8850 * gdbarch.sh (info_proc): New callback.
8851 * gdbarch.c, gdbarch.h: Regenerate.
8852
8853 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
8854 before falling back to the target info_proc callback.
8855
8856 * linux-nat.c: Do not include "cli/cli-utils.h".
8857 (linux_nat_info_proc): Remove.
8858 (linux_target_install_ops): No longer install it.
8859
8860 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
8861 (read_mapping): New function.
8862 (linux_info_proc): Likewise.
8863 (linux_init_abi): Install it.
8864
8865 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
8866
8867 * defs.h (enum info_proc_what): Moved here from linux-nat.c
8868 * infcmd.c: (info_proc_cmd_1): New function.
8869 (info_proc_cmd): New function, moved here from equivalent routine
8870 orignally in linux-nat.c.
8871 (info_proc_cmd_mappings): Likewise.
8872 (info_proc_cmd_stat): Likewise.
8873 (info_proc_cmd_status): Likewise.
8874 (info_proc_cmd_cwd): Likewise.
8875 (info_proc_cmd_cmdline): Likewise.
8876 (info_proc_cmd_exe): Likewise.
8877 (info_proc_cmd_all): Likewise.
8878 (_initialize_infcmd): Install "info proc" command and subcommands.
8879
8880 * target.h (struct target_ops): Add to_info_proc.
8881 (target_info_proc): Add prototype.
8882 * target.c (target_info_proc): New function.
8883
8884 * procfs.c (procfs_info_proc): Add prototype.
8885 (info_proc_cmd): Rename into ...
8886 (procfs_info_proc): ... this. Update argument types as appropriate
8887 for a to_info_proc implementation. Handle "what" argument.
8888 (procfs_target): Install procfs_info_proc.
8889 (_initialize_procfs): No longer install "info proc" command.
8890
8891 * linux-nat.c: (enum info_proc_what): Remove.
8892 (linux_nat_info_proc_cmd_1): Rename into ...
8893 (linux_nat_info_proc): ... this. Update argument types as appropriate
8894 for a to_info_proc implementation.
8895 (linux_nat_info_proc_cmd): Remove.
8896 (linux_nat_info_proc_cmd_mappings): Likewise.
8897 (linux_nat_info_proc_cmd_stat): Likewise.
8898 (linux_nat_info_proc_cmd_status): Likewise.
8899 (linux_nat_info_proc_cmd_cwd): Likewise.
8900 (linux_nat_info_proc_cmd_cmdline): Likewise.
8901 (linux_nat_info_proc_cmd_exe): Likewise.
8902 (linux_nat_info_proc_cmd_all): Likewise.
8903 (linux_target_install_ops): Install linux_nat_info_proc.
8904 (_initialize_linux_nat): No longer install "info proc" command
8905 and subcommands.
8906
8907 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
8908
8909 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
8910 * config.in, configure: Regenerate.
8911
8912 * target.h (struct target_ops): Add to_fileio_readlink.
8913 (target_fileio_readlink): Add prototype.
8914 * target.c (target_fileio_readlink): New function.
8915
8916 * inf-child.c: Conditionally include <sys/param.h>.
8917 (inf_child_fileio_readlink): New function.
8918 (inf_child_target): Install it.
8919
8920 * remote.c (PACKET_vFile_readlink): New enum value.
8921 (remote_hostio_readlink): New function.
8922 (init_remote_ops): Install it.
8923 (_initialize_remote): Handle vFile:readlink packet type.
8924
8925 2012-01-20 Pedro Alves <palves@redhat.com>
8926 Ulrich Weigand <ulrich.weigand@linaro.org>
8927
8928 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
8929 * config.in, configure: Regenerate.
8930
8931 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
8932 to_fileio_pread, to_fileio_close, to_fileio_unlink.
8933 (target_fileio_open): Add prototype.
8934 (target_fileio_pwrite): Likewise.
8935 (target_fileio_pread): Likewise.
8936 (target_fileio_close): Likewise.
8937 (target_fileio_unlink): Likewise.
8938 (target_fileio_read_alloc): Likewise.
8939 (target_fileio_read_stralloc): Likewise.
8940
8941 * target.c: Include "gdb/fileio.h".
8942 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
8943 (default_fileio_target): New function.
8944 (target_fileio_open): Likewise.
8945 (target_fileio_pwrite): Likewise.
8946 (target_fileio_pread): Likewise.
8947 (target_fileio_close): Likewise.
8948 (target_fileio_unlink): Likewise.
8949 (target_fileio_close_cleanup): Likewise.
8950 (target_fileio_read_alloc_1): Likewise.
8951 (target_fileio_read_alloc): Likewise.
8952 (target_fileio_read_stralloc): Likewise.
8953
8954 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
8955 <fcntl.h>, and <unistd.h>.
8956 (inf_child_fileio_open_flags_to_host): New function.
8957 (inf_child_errno_to_fileio_error): Likewise.
8958 (inf_child_fileio_open): Likewise.
8959 (inf_child_fileio_pwrite): Likewise.
8960 (inf_child_fileio_pread): Likewise.
8961 (inf_child_fileio_close): Likewise.
8962 (inf_child_fileio_unlink): Likewise.
8963 (inf_child_target): Install to_fileio routines.
8964
8965 * remote.c (init_remote_ops): Install to_fileio routines.
8966
8967 2012-01-20 Pedro Alves <palves@redhat.com>
8968 Ulrich Weigand <ulrich.weigand@linaro.org>
8969
8970 * remote.c (remote_multi_process_p): Only check for multi-process
8971 protocol feature, do not check for extended protocol.
8972 (remote_supports_multi_process): Check for extended protocol here.
8973 (set_general_process): Likewise.
8974 (extended_remote_kill): Likewise.
8975 (remote_pid_to_str): Likewise.
8976 (remote_query_supported): Always query multiprocess mode.
8977
8978 2012-01-20 Pedro Alves <palves@redhat.com>
8979 Ulrich Weigand <ulrich.weigand@linaro.org>
8980
8981 * inferior.h (struct inferior): Add fake_pid_p.
8982 * inferior.c (exit_inferior_1): Clear fake_pid_p.
8983 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
8984 magic_null_ptid since the remote side doesn't provide a real PID.
8985
8986 2012-01-19 Tom Tromey <tromey@redhat.com>
8987
8988 * NEWS: Combine the two Python sections.
8989
8990 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8991
8992 * target.h (target_close): Update comment on the target's unpush state.
8993
8994 2012-01-19 Pedro Alves <palves@redhat.com>
8995
8996 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
8997 linux_nat_async directly instead of going through the target
8998 vector.
8999 * target.c (unpush_target): Close target after unpushing it, not
9000 before.
9001
9002 2012-01-19 Gary Benson <gbenson@redhat.com>
9003
9004 * mdebugread.c (sort_blocks): Replace integer constants with ones
9005 derived from FIRST_LOCAL_BLOCK.
9006
9007 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
9008 Jan Kratochvil <jan.kratochvil@redhat.com>
9009
9010 PR gdb/9538
9011 * symfile.c (find_separate_debug_file): New function.
9012 (terminate_after_last_dir_separator): Likewise.
9013 (find_separate_debug_file_by_debuglink): Also try realpath.
9014 * configure.ac (AC_CHECK_FUNCS): Add lstat.
9015 * configure: Regenerate.
9016 * config.in: Regenerate.
9017
9018 2012-01-18 Doug Evans <dje@google.com>
9019
9020 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
9021 (main.o): Remove rule.
9022 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
9023 (--with-sysroot): Rewrite.
9024 * configure: Regenerate.
9025 * config.in: Regenerate.
9026
9027 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
9028
9029 * parse.c (initialize_expout): New function.
9030 (reallocate_expout): Likewise.
9031 (parse_exp_in_context): Use `initialize_expout' and
9032 `reallocate_expout' when appropriate.
9033
9034 2012-01-18 Pedro Alves <palves@redhat.com>
9035
9036 * record.c (struct record_breakpoint, record_breakpoint_p)
9037 (record_breakpoints): New.
9038 (record_insert_breakpoint, record_remove_breakpoint): Manage
9039 record breakpoints list. Only remove breakpoints from the
9040 inferior if they had been inserted there in the first place.
9041
9042 2012-01-17 Doug Evans <dje@google.com>
9043
9044 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
9045 if we know we don't have a file name to look for.
9046
9047 2012-01-17 Pedro Alves <palves@redhat.com>
9048
9049 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
9050 the frame's stop reason is UNWIND_UNAVAILABLE.
9051
9052 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9053
9054 Fix compilation error.
9055 * m2-exp.y (yyerror): Use ANSI C prototype.
9056
9057 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
9058
9059 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
9060 (growbuf_by_size): Likewise.
9061 (yyerror): Likewise.
9062 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
9063 (modblock): Remove variable (was #if 0'ed).
9064 (parse_number): Convert prototype from K&R to ANSI C.
9065 (yyerror): Likewise.
9066 * objc-exp.y (parse_number): Likewise.
9067 (yyerror): Likewise.
9068 (yylex): Remove #if 0'ed code.
9069 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
9070 (yyerror): Likewise.
9071
9072 2012-01-16 Tom Tromey <tromey@redhat.com>
9073
9074 * NEWS: Add item.
9075 * symtab.h (compare_filenames_for_search): Declare.
9076 * symtab.c (compare_filenames_for_search): New function.
9077 (iterate_over_some_symtabs): Use it.
9078 * symfile.h (struct quick_symbol_functions)
9079 <map_symtabs_matching_filename>: Change spec.
9080 * psymtab.c (partial_map_symtabs_matching_filename): Use
9081 compare_filenames_for_search. Update for new spec.
9082 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
9083 compare_filenames_for_search. Update for new spec.
9084 * breakpoint.c (clear_command): Use compare_filenames_for_search.
9085
9086 2012-01-16 Tom Tromey <tromey@redhat.com>
9087
9088 PR python/13281:
9089 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
9090 (struct main_type) <flag_flag_enum>: New field.
9091 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
9092 * NEWS: Add entries.
9093 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
9094 enums.
9095 * python/lib/gdb/printing.py (_EnumInstance): New class.
9096 (FlagEnumerationPrinter): Likewise.
9097
9098 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
9099
9100 * breakpoint.c (create_sals_from_address_default): New function.
9101 (create_breakpoints_sal_default): Likewise.
9102 (decode_linespec_default): Likewise.
9103 (is_marker_spec): Removed.
9104 (strace_marker_p): New function.
9105 (init_breakpoint_sal): Using `strace_marker_p' instead of
9106 `is_marker_spec'.
9107 (create_breakpoint): Call method `create_sals_from_address' from
9108 breakpoint_ops, replacing code that created SALs conditionally
9109 on the type of the breakpoint. Call method `create_breakpoints_sal',
9110 replacing code that created breakpoints conditionally on the type
9111 wanted.
9112 (base_breakpoint_create_sals_from_address): New function.
9113 (base_breakpoint_create_breakpoints_sal): Likewise.
9114 (base_breakpoint_decode_linespec): Likewise.
9115 (base_breakpoint_ops): Add methods
9116 `base_breakpoint_create_sals_from_address',
9117 `base_breakpoint_create_breakpoints_sal' and
9118 `base_breakpoint_decode_linespec'.
9119 (bkpt_create_sals_from_address): New function.
9120 (bkpt_create_breakpoints_sal): Likewise.
9121 (bkpt_decode_linespec): Likewise.
9122 (tracepoint_create_sals_from_address): Likewise.
9123 (tracepoint_create_breakpoints_sal): Likewise.
9124 (tracepoint_decode_linespec): Likewise.
9125 (strace_marker_create_sals_from_address): Likewise.
9126 (strace_marker_create_breakpoints_sal): Likewise.
9127 (strace_marker_decode_linespec): Likewise.
9128 (strace_marker_breakpoint_ops): New variable.
9129 (addr_string_to_sals): Remove `marker_spec'. Call method
9130 `decode_linespec' from breakpoint_ops, replacing code that decoded
9131 an address string into a SAL. Use `strace_marker_p' instead of
9132 `marker_spec'.
9133 (strace_command): Decide whether we are dealing with a static
9134 tracepoint with marker or not. Use the appropriate breakpoint_ops.
9135 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
9136 * breakpoint.h (linespec_result, linespec_sals): New forward
9137 declarations.
9138 (breakpoint_ops) <create_sals_from_address>,
9139 <create_breakpoints_sal>, <decode_linespec>: New methods.
9140
9141 2012-01-14 Doug Evans <dje@google.com>
9142
9143 * NEWS: Update text for "maint set python print-stack".
9144 It is deprecated in gdb 7.4 and deleted in 7.5.
9145
9146 2012-01-13 Eli Zaretskii <eliz@gnu.org>
9147
9148 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
9149 including curses.h.
9150
9151 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9152
9153 * configure: Regenerate.
9154 * config.in: Regenerate.
9155
9156 2012-01-12 Keith Seitz <keiths@redhat.com>
9157
9158 PR mi/10586
9159 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
9160 (ANONYMOUS_UNION_NAME): Define.
9161 (is_path_expr_parent): New function.
9162 (get_path_expr_parent): New function.
9163 (is_anonymous_child): New function.
9164 (create_child_with_value): If the child is anonymous and without
9165 a name, assign an object name to it.
9166 (c_describe_child): Use get_path_expr_parent to determine
9167 the parent expression.
9168 If there field represents an anonymous struct or union and
9169 has no name, set an appropriate display name and expression.
9170 (cplus_describe_child): Likewise.
9171
9172 2012-01-12 Pedro Alves <palves@redhat.com>
9173
9174 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
9175 available when %ebp is found to be zero (outermost).
9176
9177 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
9178
9179 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
9180 an internal gdb_static_assert.
9181 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
9182
9183 2012-01-11 Tom Tromey <tromey@redhat.com>
9184
9185 PR gdb/9598:
9186 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
9187 catch" and "catch throw".
9188
9189 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
9190
9191 * blockframe.c (block_innermost_frame): Start search from selected
9192 frame, if present, or otherwise the current frame.
9193
9194 * c-exp.y (variable): Update innermost_block for
9195 'block COLONCOLON NAME' clause.
9196 * m2-exp.y (variable): Ditto.
9197 * objc-exp.y (variable): Ditto.
9198
9199 2012-01-10 Tom Tromey <tromey@redhat.com>
9200
9201 PR python/13199:
9202 * python/python.c (finish_python_initialization): Set sys.argv.
9203
9204 2012-01-10 Doug Evans <dje@google.com>
9205
9206 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
9207 "want_line_info". All callers updated.
9208 (dwarf_decode_lines_1): New function.
9209 (handle_DW_AT_stmt_list): Add function comment.
9210 New arg "want_line_info". All callers updated.
9211 (read_file_scope,read_type_unit_scope): Move comment from
9212 handle_DW_AT_stmt_list to here.
9213
9214 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9215
9216 Fix regression after libiberty/ update for GCC PR 6057 and others.
9217 * c-exp.y (operator) <OPERATOR DELETE>
9218 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
9219 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
9220 (make_builtin_type, make_name): New variable i, add gdb_assert.
9221 (operator) <OPERATOR NEW>: Update ARGS to 3.
9222 (operator) <OPERATOR DELETE>: Add trailing space.
9223 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
9224 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
9225 * cp-support.c (cp_canonicalize_string): Check NULL from
9226 cp_comp_to_string, call warning and return.
9227
9228 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9229
9230 Fix duplicate .o files after omitting libbfd.a.
9231 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
9232 (SFILES): Add corelow.c.
9233 (COMMON_OBS): Add corelow.o.
9234 (ALLDEPFILES): Remove corelow.c.
9235 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
9236 * config/alpha/alpha-osf3.mh: Likewise.
9237 * config/alpha/fbsd.mh: Likewise.
9238 * config/arm/nbsdaout.mh: Likewise.
9239 * config/arm/nbsdelf.mh: Likewise.
9240 * config/i386/i386gnu.mh: Likewise.
9241 * config/ia64/hpux.mh: Likewise.
9242 * config/ia64/linux.mh: Likewise.
9243 * config/m32r/linux.mh: Likewise.
9244 * config/m68k/linux.mh: Likewise.
9245 * config/mips/irix5.mh: Likewise.
9246 * config/mips/irix6.mh: Likewise.
9247 * config/pa/hpux.mh: Likewise.
9248 * config/pa/linux.mh: Likewise.
9249 * config/powerpc/aix.mh: Likewise.
9250 * config/sparc/linux.mh: Likewise.
9251 * config/sparc/linux64.mh: Likewise.
9252 * config/sparc/sol2.mh: Likewise.
9253 * config/vax/vax.mh: Likewise.
9254 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
9255 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
9256 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
9257 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
9258 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
9259 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
9260 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
9261 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
9262 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
9263 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
9264 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
9265 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
9266 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
9267 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
9268 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
9269 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
9270 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
9271 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
9272 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
9273 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
9274 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
9275 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
9276 corelow.o from gdb_target_obs.
9277 * corefile.c (core_target): Update the comment on NULL value.
9278 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
9279 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
9280 MATCHES. Drop YUMMY set on NULL.
9281 (core_close): Do not call exit_inferior_silent on zero PID. Do not
9282 reclaim CORE_DATA if it is already NULL.
9283
9284 2012-01-09 Doug Evans <dje@google.com>
9285
9286 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
9287 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
9288
9289 2012-01-09 Keith Seitz <keiths@redhat.com>
9290
9291 * breakpoint.c (wrapper.h): Don't include.
9292
9293 2012-01-09 Keith Seitz <keiths@redhat.com>
9294
9295 * Makefile.in (SFILES): Remove wrapper.c.
9296 (HFILES_NO_SRCDIR): Remove wrapper.h.
9297 (COMMON_OBS): Remove wrapper.o.
9298 * cli/cli-interp.c: Don't inlude wrapper.h.
9299 * corelow.c: Likewise.
9300 (core_open): Replace gdb_target_find_new_threads with
9301 TRY_CATCH around target_find_new_threads.
9302 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
9303 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
9304 * varobj.c (varobj_create): Likewise for parse_exp_1 and
9305 evaluate_expression.
9306 (varobj_set_value): Likewise for evaluate_expression and
9307 value_assign.
9308 (install_new_variable): Likewise for value_fetch_lazy.
9309 (adjust_value_for_child_access): Likewise for value_ind.
9310 (c_describe_child): Likewise for value_subscript and
9311 value_ind.
9312 (c_value_of_root): Likewise for evaluate_expression.
9313 * wrapper.c: Remove.
9314 * wrapper.h: Remove.
9315
9316 2012-01-09 Doug Evans <dje@google.com>
9317
9318 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
9319 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
9320 "abfd" args with "section". All callers updated.
9321 Error checking code moved ...
9322 (error_check_comp_unit_head): ... here. New function.
9323 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
9324 Delete arg "abfd". New arg "type_offset". All callers updated.
9325 (create_debug_types_hash_table): Simplify by using
9326 read_and_check_type_unit_head.
9327
9328 * parser-defs.h (namecopy): Delete.
9329 * parse.c (namecopy, namecopy_size): Move into copy_name.
9330
9331 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9332
9333 Partially fix duplicate .o files after omitting libbfd.a.
9334 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
9335 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
9336 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
9337 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
9338 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
9339 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
9340 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
9341
9342 2012-01-09 Pedro Alves <palves@redhat.com>
9343
9344 * MAINTAINERS: Update my email address.
9345
9346 2012-01-08 Doug Evans <dje@google.com>
9347
9348 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
9349 n_type_units. Rename type_comp_units to all_type_units.
9350 All uses updated.
9351 (add_signatured_type_cu_to_table): Renamed from
9352 add_signatured_type_cu_to_list. All callers updated.
9353
9354 * gdbtypes.h (struct cplus_struct_type): Delete member
9355 nfn_fields_total. All uses removed.
9356
9357 2012-01-06 Doug Evans <dje@google.com>
9358
9359 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
9360 to top of file.
9361 (dwarf2_find_comp_unit): Delete.
9362 (process_psymtab_comp_unit): Make result "void".
9363 Delete args buffer, info_ptr, buffer_size, and replace with
9364 "section". All callers updated.
9365 (dwarf2_build_psymtabs_hard): Simplify.
9366
9367 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
9368 Thiago Jung Bauermann <bauerman@br.ibm.com>
9369
9370 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
9371 before `struct gdb_exception'.
9372 * breakpoint.c (update_global_location_list_nothrow)
9373 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
9374 * cp-abi.c (value_rtti_type): Likewise.
9375 * cp-support.c (cp_validate_operator): Likewise.
9376 * infrun.c (insert_exception_resume_breakpoint)
9377 (check_exception_resume, keep_going): Likewise.
9378 * mi-interp.c (mi_breakpoint_created)
9379 (mi_breakpoint_modified): Likewise.
9380 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
9381 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
9382 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
9383
9384 2012-01-05 Doug Evans <dje@google.com>
9385
9386 * dwarf2read.c (statement_prologue): Delete, unused.
9387
9388 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
9389 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
9390
9391 * dwarf2read.c (comp_unit_header): Delete, unused.
9392
9393 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
9394
9395 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
9396 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
9397
9398 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
9399
9400 * infrun.c (normal_stop): Don't skip calling the normal_stop
9401 observers if the thread was doing a multi-step, but stopped for
9402 some reason other than stepping.
9403
9404 2012-01-05 Pedro Alves <alves.ped@gmail.com>
9405
9406 * cli/cli-decode.h: Add comments.
9407 (CMD_LIST_AMBIGUOUS): Moved to command.h
9408 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
9409 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
9410 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
9411 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
9412 (add_com, add_com_alias, add_info, add_info_alias)
9413 (complete_on_cmdlist, complete_on_enum, help_list): Remove
9414 declarations.
9415 * command.h: Add and adjust comments.
9416 (CMD_LIST_AMBIGUOUS): Moved here.
9417 (help_cmd, help_cmd_list): Delete declarations.
9418
9419 2012-01-04 Doug Evans <dje@google.com>
9420
9421 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
9422 All callers updated.
9423 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
9424 Replace all arguments with "per_cu". All callers updated.
9425
9426 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
9427
9428 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
9429 New arg "per_cu". All callers updated.
9430
9431 Delete #if 0'd out code.
9432 * language.c (binop_result_type): Delete.
9433 (simple_type, ordered_type, same_type, integral_type): Delete.
9434 (numeric_type, character_type, string_type, boolean_type): Delete.
9435 (float_type, structured_type): Delete.
9436 * language.h: Update.
9437
9438 2012-01-04 Tom Tromey <tromey@redhat.com>
9439
9440 * python/py-value.c (valpy_binop): Initialize 'res_val'.
9441
9442 2012-01-04 Joel Brobecker <brobecker@adacore.com>
9443
9444 * corefile.c (close_exec_file): Delete.
9445 (reopen_exec_file): Remove commented out code that seems related
9446 to close_exec_file, which is being deleted here.
9447 * inferior.h (close_exec_file): Delete.
9448 * fork-child.c (fork_inferior): Remove call to fork_inferior.
9449
9450 2012-01-04 Joel Brobecker <brobecker@adacore.com>
9451
9452 * ada-lang.c: #include "cli/cli-utils.h".
9453 (get_selections): Use skip_spaces.
9454 (ada_get_next_arg): Use skip_spaces and skip_to_space.
9455 (catch_ada_exception_command_split): Use skip_spaces.
9456 (ada_decode_assert_location): Likewise.
9457
9458 2012-01-04 Joel Brobecker <brobecker@adacore.com>
9459
9460 * linespec.c (decode_line_internal): Check for C++ or Java
9461 compound constructs only if the current language is C, C++
9462 or Java.
9463
9464 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9465
9466 Revert:
9467 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9468 Joel Brobecker <brobecker@adacore.com>
9469 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
9470 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
9471 3 times.
9472 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
9473 fall through into AT_ENTRY_POINT.
9474 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
9475 DUMMY_ADDR with it.
9476 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
9477 PPC_INSN_SIZE skip to 3 times.
9478
9479 2012-01-04 Joel Brobecker <brobecker@adacore.com>
9480
9481 * linespec.c (add_minsym): Preserve function descriptors.
9482
9483 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
9484
9485 * breakpoint.c (all_locations_are_pending): Consider locations
9486 in program spaces executing during startup pending as well.
9487
9488 2012-01-04 Joel Brobecker <brobecker@adacore.com>
9489
9490 Copyright year update in most files of the GDB Project.
9491
9492 2012-01-04 Joel Brobecker <brobecker@adacore.com>
9493
9494 * copyright.sh: Delete.
9495 * copyright.py: Rewrite.
9496
9497 2012-01-04 Joel Brobecker <brobecker@adacore.com>
9498
9499 * gnulib/extra/update-copyright: New file, imported from gnulib.
9500
9501 2012-01-04 Joel Brobecker <brobecker@adacore.com>
9502
9503 * README (Copyright and License Notices): New section.
9504
9505 2012-01-03 Tom Tromey <tromey@redhat.com>
9506
9507 PR python/12533:
9508 * python/py-value.c (valpy_dereference, valpy_get_address
9509 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
9510 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
9511 (valpy_absolute, valpy_richcompare): Free intermediate values.
9512
9513 2011-01-03 Joel Brobecker <brobecker@adacore.com>
9514
9515 * ada-lang.c: Reformat the copyright notice.
9516
9517 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9518
9519 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
9520 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
9521 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
9522 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
9523 Revert this part of:
9524 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9525 Build gdb directly from *.o files not using libgdb.a.
9526 * Makefile.in (COMMON_OBS): Remove solib-target.o.
9527
9528 2012-01-02 Joel Brobecker <brobecker@adacore.com>
9529
9530 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
9531 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
9532 Reformat the copyright header.
9533
9534 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9535
9536 Revert this part of:
9537 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9538 Remove the gdbtui binary.
9539 * gdb.c (main): Remove args.interpreter_p initialization.
9540 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
9541 * main.h (struct captured_main_args): Remove interpreter_p.
9542
9543 2012-01-02 Joel Brobecker <brobecker@adacore.com>
9544
9545 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
9546
9547 2012-01-02 Joel Brobecker <brobecker@adacore.com>
9548
9549 * top.c (print_gdb_version): Update copyright year.
9550
9551 2012-01-02 Yao Qi <yao@codesourcery.com>
9552
9553 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
9554
9555 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9556 Joel Brobecker <brobecker@adacore.com>
9557
9558 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
9559 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
9560 3 times.
9561 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
9562 fall through into AT_ENTRY_POINT.
9563 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
9564 DUMMY_ADDR with it.
9565 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
9566 PPC_INSN_SIZE skip to 3 times.
9567
9568 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9569
9570 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
9571 the return value.
9572 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
9573
9574 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9575
9576 Build gdb directly from *.o files not using libgdb.a.
9577 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
9578 (COMMON_OBS): Remove solib-target.o.
9579 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
9580 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
9581 (LIBGDB_OBS, libgdb.a): Move it above.
9582 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
9583 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
9584 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
9585 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
9586 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
9587 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
9588 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
9589 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
9590 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
9591 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
9592 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
9593 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
9594 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
9595 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
9596 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
9597 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
9598 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
9599 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
9600 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
9601 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
9602 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
9603 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
9604 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
9605 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
9606 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
9607 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
9608 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
9609
9610 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9611
9612 Remove the gdbtui binary.
9613 * .gitignore (/gdbtui): Remove.
9614 * Makefile.in (TUI): Remove.
9615 (SUBDIR_TUI_OBS): Remove tui-main.o.
9616 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
9617 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
9618 (tui-main.o): Remove.
9619 (all_object_files): Remove tui-main.o.
9620 * NEWS: New note for the gdbtui removal.
9621 * configure: Rebuilt.
9622 * configure.ac: No longer add all-tui, clean-tui, install-tui and
9623 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
9624 CONFIG_UNINSTALL respectively.
9625 * gdb.c (main): Remove args.interpreter_p initialization.
9626 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
9627 * main.h (struct captured_main_args): Remove interpreter_p.
9628 * tui/tui-main.c: Remove.
9629
9630 2012-01-01 Doug Evans <dje@google.com>
9631
9632 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
9633 (dwarf2_physname, read_import_statement): Ditto.
9634 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
9635 (process_structure_scope read_subroutine_type): Ditto.
9636 (read_typedef, load_partial_dies, read_partial_die): Ditto.
9637 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
9638 (dwarf2_fetch_die_location_block): Ditto.
9639 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
9640
9641 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
9642 All callers updated.
9643 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
9644 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
9645 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
9646
9647 * dwarf2read.c (load_cu): Move assert to more useful location.
9648
9649 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
9650 All callers updated.
9651
9652 * dwarf2read.c (dwarf2_per_objfile): Add comment.
9653 (dwarf2_elf_names): Minor reformat.
9654 (dwarf2_per_cu_data): Tweak comment.
9655 (dwarf2_read_section): Fix comment.
9656 (create_all_comp_units): Fix comment.
9657 (load_full_comp_unit): Fix comment.
9658 (process_full_comp_unit): Fix comment.
9659 (read_signatured_type): Fix comment.
9660
9661 For older changes see ChangeLog-2011.
9662 \f
9663 Local Variables:
9664 mode: change-log
9665 left-margin: 8
9666 fill-column: 74
9667 version-control: never
9668 coding: utf-8
9669 End:
This page took 0.329642 seconds and 5 git commands to generate.