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