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