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