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