gdb/
[binutils-gdb.git] / gdb / ChangeLog
1 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 Fix -Wmissing-prototypes build.
4 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
5 (frv_have_stopped_data_address): Remove.
6
7 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8
9 Fix -Wmissing-prototypes build.
10 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
11 * sh-tdep.c: Include sh64-tdep.h.
12 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
13 * sh64-tdep.c: Include sh64-tdep.h.
14 * sh64-tdep.h: New file.
15
16 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
17
18 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
19
20 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
21
22 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
23 sp_regnum once the gdbarch_init_osabi hook has been called.
24
25 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
26
27 * mips-tdep.c (mips32_bc1_pc): New function.
28 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
29 BPOSGE32 and BPOSGE64 instructions.
30 (deal_with_atomic_sequence): Likewise.
31 (mips32_instruction_has_delay_slot): Likewise.
32
33 2012-03-01 Maciej W. Rozycki <macro@mips.com>
34 Chris Dearman <chris@mips.com>
35 Maciej W. Rozycki <macro@codesourcery.com>
36 Joseph Myers <joseph@codesourcery.com>
37
38 * features/mips-dsp.xml: New file.
39 * features/mips64-dsp.xml: New file.
40 * features/mips-dsp-linux.xml: New file.
41 * features/mips64-dsp-linux.xml: New file.
42 * features/Makefile (WHICH): Add mips-dsp-linux and
43 mips64-dsp-linux.
44 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
45 * features/mips-dsp-linux.c: New file.
46 * features/mips64-dsp-linux.c: New file.
47 * regformats/mips-dsp-linux.dat: New file.
48 * regformats/mips64-dsp-linux.dat: New file.
49 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
50 registers.
51 (mips64_linux_register_addr): Likewise.
52 (mips64_linux_regsets_fetch_registers): Likewise.
53 (mips64_linux_regsets_store_registers): Likewise.
54 (mips64_linux_fetch_registers): Update call to
55 mips64_linux_regsets_fetch_registers.
56 (mips64_linux_store_registers): Update call to
57 mips64_linux_regsets_store_registers.
58 (mips_linux_read_description): Probe for DSP registers.
59 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
60 and initialize_tdesc_mips64_dsp_linux.
61 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
62 Remove padding of no longer used embedded register slots.
63 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
64 (MIPS_RESTART_REGNUM): Redefine enum value.
65 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
66 strings.
67 (mips_tx39_reg_names): Likewise.
68 (mips_linux_reg_names): New array of register names for Linux
69 targets.
70 (mips_register_name): Check for a null pointer in
71 mips_processor_reg_names and return an empty string.
72 (mips_register_type): Exclude embedded registers for the IRIX
73 and Linux ABIs.
74 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
75 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
76 DSP registers.
77 (mips_stab_reg_to_regnum): Handle DSP accumulators.
78 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
79 (mips_gdbarch_init): Likewise. Initialize internal register
80 indices for the Linux ABI. Use dynamic numbers to refer to
81 registers, as applicable, while parsing the target description.
82 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
83
84 2012-03-01 Joel Brobecker <brobecker@adacore.com>
85
86 * frame.h (read_frame_register_unsigned): Fix typo in function
87 description.
88
89 2012-03-01 Pedro Alves <palves@redhat.com>
90
91 * jit-reader.in [!__cplusplus]
92 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
93
94 2012-03-01 Pedro Alves <palves@redhat.com>
95
96 * configure.ac (build_warnings): Add -Wmissing-prototypes.
97 * configure: Regenerate.
98
99 2012-03-01 Pedro Alves <palves@redhat.com>
100
101 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
102 * breakpoint.c (create_exception_master_breakpoint, trace_command)
103 (ftrace_command, strace_command): Make static.
104 * d-lang.c (_initialize_d_language): Declare.
105 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
106 * dwarf2loc.c (_initialize_dwarf2loc):
107 * dwarf2read.c (process_psymtab_comp_unit): Make static.
108 * exec.c (exec_get_section_table): Make static.
109 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
110 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
111 * inferior.c (remove_inferior_command, add_inferior_command)
112 (clone_inferior_command): Make static.
113 * linux-nat.c (linux_nat_thread_address_space)
114 (linux_nat_core_of_thread): Make static.
115 * linux-tdep.c (_initialize_linux_tdep): Declare.
116 * objc-lang.c (_initialize_objc_lang): Declare.
117 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
118 Make static.
119 (_initialize_opencl_language): Declare.
120 * record.c (_initialize_record): Declare.
121 * remote.c (demand_private_info, remote_get_tib_address)
122 (remote_supports_cond_tracepoints)
123 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
124 Make static.
125 * skip.c (_initialize_step_skip): Declare.
126 * symtab.c (skip_prologue_using_lineinfo): Make static.
127 * tracepoint.c (delete_trace_state_variable)
128 (trace_variable_command, delete_trace_variable_command)
129 (get_uploaded_tsv, find_matching_tracepoint_location)
130 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
131 Make static.
132 * value.c (pack_unsigned_long): Make static.
133 * varobj.c (varobj_ensure_python_env): Make static.
134 * windows-tdep.c (_initialize_windows_tdep): Declare.
135 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
136
137 2012-03-01 Pedro Alves <palves@redhat.com>
138
139 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
140 gdbarch parameter.
141 (linux_init_abi): Install it as has_shared_address_space gdbarch
142 callback.
143
144 2012-03-01 Pedro Alves <palves@redhat.com>
145
146 * observer.c (observer_test_first_notification_function)
147 (observer_test_second_notification_function)
148 (observer_test_third_notification_function): Add declarations.
149
150 2012-03-01 Pedro Alves <palves@redhat.com>
151
152 * common/signals.c (default_target_signal_to_host)
153 (default_target_signal_from_host): Move ...
154 * arch-utils.c: ... here.
155 * arch-utils.h (default_target_signal_to_host)
156 (default_target_signal_from_host): Declare.
157
158 * common/signals.c (target_signal_from_command): Move ...
159 * infrun.c: ... here.
160 * inferior.h (target_signal_from_command): Declare.
161 * target.h (target_signal_from_command)
162 (default_target_signal_from_host, default_target_signal_to_host):
163 Delete declarations.
164
165 * common/signals.c (_initialize_signals): Delete.
166
167 2012-03-01 Pedro Alves <palves@redhat.com>
168
169 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
170 both __cplusplus and !__cplusplus.
171
172 2012-03-01 Pedro Alves <palves@redhat.com>
173
174 * psymtab.c (find_and_open_source): Delete declaration.
175 * source.c (find_and_open_source): Move comment ...
176 * source.h (find_and_open_source): ... to this new declaration.
177
178 2012-03-01 Pedro Alves <palves@redhat.com>
179
180 * inline-frame.c: Include inline-frame.h.
181
182 2012-03-01 Pedro Alves <palves@redhat.com>
183
184 * tui/tui-data.c (set_gen_win_origin): Delete.
185 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
186 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
187
188 2012-03-01 Pedro Alves <palves@redhat.com>
189
190 * remote.c (encode_actions): Delete declaration.
191 * tracepoint.c (encode_actions): Make extern.
192 * tracepoint.h (encode_actions): Declare.
193
194 2012-03-01 Pedro Alves <palves@redhat.com>
195
196 * python/py-breakpoint.c: Include python.h.
197 * python/py-continueevent.c (create_continue_event_object): Make
198 static.
199 * python/py-lazy-string.c (stpy_get_type): Make static.
200 * python/py-newobjfileevent.c (create_new_objfile_event_object):
201 Make static.
202 * python/py-utils.c (unicode_to_target_python_string): Make
203 static.
204 * python/py-value.c: Include python.h.
205
206 2012-03-01 Pedro Alves <palves@redhat.com>
207
208 * inferior.c (delete_threads_of_inferior): Delete.
209
210 2012-03-01 Pedro Alves <palves@redhat.com>
211
212 Import fallback definitions from glibc.
213
214 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
215 ps_prochandle): Forward declare.
216 (ps_err_e): Use glibc's comments.
217 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
218 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
219 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
220 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
221 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
222 (struct ps_prochandle): Adjust comment.
223
224 2012-03-01 Pedro Alves <palves@redhat.com>
225
226 * ada-lang.c (ada_modulus_from_name): Delete.
227 * ada-lex.l (lexer_init): Make static.
228
229 2012-03-01 Pedro Alves <palves@redhat.com>
230
231 PR gdb/13767
232
233 * frame.c (read_frame_register_unsigned): New.
234 * frame.h (read_frame_register_unsigned): Declare.
235 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
236 Handle it.
237 (print_i387_control_word): New parameter `control_p'. Handle it.
238 (i387_print_float_info): Handle unavailable float registers.
239
240 2012-03-01 Keith Seitz <keiths@redhat.com>
241
242 * linespec.c (decode_line_2): Sort the list of methods
243 alphabetically before presenting the user with a selection
244 menu.
245
246 2012-03-01 Doug Evans <dje@google.com>
247
248 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
249 has_namespace_info.
250 (dwarf2_read_abbrevs): Remove corresponding initialization.
251
252 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
253
254 * NEWS: Mention new python command class gdb.COMMAND_USER.
255 * cli/cli-cmds.c (show_user): Print error when used on a python
256 command.
257 (init_cli_cmds): Update documentation strings for "show user" and
258 "set/show max-user-call-depth" to clarify that it does not apply to
259 python commands.
260 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
261 error check.
262 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
263 gdb python api.
264 * top.c (execute_command): Only execute a user-defined command as a
265 legacy macro if c->user_commands is set.
266
267 2012-03-01 Tom Tromey <tromey@redhat.com>
268
269 * valprint.h (struct generic_val_print_decorations): New.
270 (generic_val_print): Declare.
271 * valprint.c (generic_val_print): New function.
272 * p-valprint.c (p_decorations): New global.
273 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
274 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
275 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
276 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
277 * m2-valprint.c (m2_decorations): New global.
278 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
279 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
280 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
281 TYPE_CODE_ERROR>: Call generic_val_print.
282 * f-valprint.c (f_decorations): New global.
283 (f_val_print): Use print_function_pointer_address.
284 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
285 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
286 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
287 generic_val_print.
288 * c-valprint.c (c_decorations): New global.
289 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
290 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
291 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
292 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
293 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
294 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
295 case.
296
297 2012-03-01 Tom Tromey <tromey@redhat.com>
298
299 * valprint.c (val_print): Update.
300 * p-valprint (pascal_val_print): Return void.
301 * p-lang.h (pascal_val_print): Return void.
302 * m2-valprint.c (m2_val_print): Return void.
303 * m2-lang.h (m2_val_print): Return void.
304 * language.h (struct language_defn) <la_val_print>: Return void.
305 * language.c (unk_lang_val_print): Return void.
306 * jv-valprint.c (java_val_print): Return void.
307 * jv-lang.h (java_val_print): Return void.
308 * f-valprint.c (f_val_print): Return void.
309 * f-lang.h (f_val_print): Return void.
310 * d-valprint.c (d_val_print): Return void.
311 (dynamic_array_type): Update.
312 * d-lang.h (d_val_print): Return void.
313 * c-valprint.c (c_val_print): Return void.
314 * c-lang.h (c_val_print): Return void.
315 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
316 void.
317 * ada-lang.h (ada_val_print): Return void.
318
319 2012-03-01 Tom Tromey <tromey@redhat.com>
320
321 * value.h (val_print): Return void.
322 * valprint.c (val_print): Return void.
323
324 2012-03-01 Tom Tromey <tromey@redhat.com>
325
326 * value.h (common_val_print): Return void.
327 * valprint.c (common_val_print): Return void.
328
329 2012-03-01 Tom Tromey <tromey@redhat.com>
330
331 * value.h (value_print): Return void.
332 * valprint.c (value_print): Return void.
333 * p-valprint.c (pascal_value_print): Return void.
334 * p-lang.h (pascal_value_print): Return void.
335 * language.h (struct language_defn) <la_value_print>: Return
336 void.
337 * language.c (unk_lang_value_print): Return void.
338 * jv-valprint.c (java_value_print): Return void.
339 * jv-lang.h (java_value_print): Return void.
340 * f-valprint.c (c_value_print): Don't declare.
341 Include c-lang.h.
342 * c-valprint.c (c_value_print): Return void.
343 * c-lang.h (c_value_print): Return void.
344 * ada-valprint.c (ada_value_print): Return void.
345 * ada-lang.h (ada_value_print): Return void.
346
347 2012-03-01 Tom Tromey <tromey@redhat.com>
348
349 * value.c (value_primitive_field): Handle virtual base classes.
350
351 2012-03-01 Tom Tromey <tromey@redhat.com>
352
353 * gdbtypes.h (struct vbase): Remove.
354
355 2012-03-01 Tom Tromey <tromey@redhat.com>
356
357 * c-valprint.c (print_function_pointer_address): Move...
358 * valprint.c: ... here. Make non-static.
359 * m2-valprint.c (print_function_pointer_address): Remove.
360 * valprint.h (print_function_pointer_address): Declare.
361
362 2012-03-01 Joel Brobecker <brobecker@adacore.com>
363
364 * NEWS: Document the fact that one can provide a condition when
365 creating an Ada exception catchpoint.
366
367 2012-03-01 Tom Tromey <tromey@redhat.com>
368
369 * valprint.c (val_print_type_code_flags): Fix placement of
370 trailing brace.
371
372 2012-03-01 Joel Brobecker <brobecker@adacore.com>
373
374 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
375 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
376 environment variable before calling update-copyright.
377
378 2012-03-01 Joel Brobecker <brobecker@adacore.com>
379
380 * gnulib/extra/update-copyright: Update to the latest from
381 gnulib's git repository.
382 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
383 variable to 2 instead of 1.
384
385 2012-02-29 Joel Brobecker <brobecker@adacore.com>
386
387 * varobj.c (c_value_of_variable): Remove dead code.
388
389 2012-02-29 Joel Brobecker <brobecker@adacore.com>
390
391 * ada-lex.p (processId): Do not modify already encoded IDs.
392 Update function documentation.
393
394 2012-02-29 Joel Brobecker <brobecker@adacore.com>
395
396 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
397 "name" with "struct symbol *name_sym".
398 * ada-exp.y (write_var_or_type): Update call to
399 ada_find_renaming_symbol.
400 "name" with "struct symbol *name_sym". Adjust Implementation
401 accordingly. Adjust the function documentation.
402
403 2012-02-29 Joel Brobecker <brobecker@adacore.com>
404
405 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
406 * ada-lang.c (ada_find_any_type): Add advance declaration.
407 Make static. Replace ada_find_any_symbol by
408 ada_find_any_type_symbol.
409 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
410 Improve function description. Make static.
411 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
412 Replace ada_find_any_symbol by ada_find_any_type_symbol.
413
414 2012-02-29 Joel Brobecker <brobecker@adacore.com>
415
416 * ada-lang.c (struct tag_args): Delete.
417 (ada_get_tsd_type): Function body moved up in source file.
418 (ada_tag_name_1, ada_tag_name_2): Delete.
419 (ada_get_tsd_from_tag): New function.
420 (ada_tag_name_from_tsd): New function.
421 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
422 to determine the tag name.
423
424 2012-02-29 Joel Brobecker <brobecker@adacore.com>
425
426 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
427 declaration.
428 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
429 function.
430
431 2012-02-29 Joel Brobecker <brobecker@adacore.com>
432
433 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
434
435 2012-02-29 Joel Brobecker <brobecker@adacore.com>
436
437 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
438 full searches.
439
440 2012-02-29 Joel Brobecker <brobecker@adacore.com>
441
442 * ada-lang.c (constrained_packed_array_type): If there is a
443 parallel XA type, use it to determine the array index type.
444
445 2012-02-29 Joel Brobecker <brobecker@adacore.com>
446
447 * ada-valprint.c (ada_val_print_1): If our value is a reference
448 to an array descriptor, dereference it before converting it
449 to a simple array.
450
451 2012-02-29 Joel Brobecker <brobecker@adacore.com>
452
453 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
454 creating fixed value.
455 (ada_value_ind, ada_coerce_ref, assign_component)
456 (ada_evaluate_subexp): Remove call to unwrap_value before
457 call to ada_to_fixed_value.
458
459 2012-02-29 Joel Brobecker <brobecker@adacore.com>
460
461 * ada-lang.c (to_fixed_array_type): Set result's type name.
462
463 2012-02-29 Joel Brobecker <brobecker@adacore.com>
464
465 * ada-lang.c (catch_ada_exception_command_split): Add new
466 argument cond_string. Add support for condition at end of
467 "catch exception" commands.
468 (ada_decode_exception_location): Add new argument cond_string.
469 Update call to catch_ada_exception_command_split.
470 (create_ada_exception_catchpoint): Add new argument cond_string.
471 Set the breakpoint condition if needed.
472 (catch_ada_exception_command): Update call to
473 ada_decode_exception_location.
474 (ada_decode_assert_location): Add function documentation.
475 Add support for condition at end of "catch assert" command.
476 (catch_assert_command): Update calls to ada_decode_assert_location
477 and create_ada_exception_catchpoint.
478
479 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
480
481 Fix disp-step-syscall.exp: fork: single step over fork.
482 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
483 (i386_linux_get_syscall_number_from_regcache): ... here, new function
484 comment, change parameters gdbarch and ptid to regcache. Remove
485 parameter regcache, initialize gdbarch from regcache here.
486 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
487 New functions.
488 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
489 instead.
490 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
491 'syscall'. Make the 'int' check more strict.
492
493 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
494
495 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
496 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
497 (i386_linux_intx80_sysenter_syscall_record): ... here.
498 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
499 Use the renamed function name.
500
501 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
502
503 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
504 * breakpoint.c (until_break_command): Likewise.
505 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
506 * infcall.c (call_function_by_hand): Likewise.
507 * infcmd.c (finish_forward): Likewise.
508 * infrun.c (insert_exception_resume_breakpoint): Likewise.
509
510 2012-02-28 Joel Brobecker <brobecker@adacore.com>
511
512 From Tristan Gingold <gingold@adacore.com>.
513 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
514 avoid variable assignments inside condition.
515
516 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
517
518 Fix static analysis issue found by cppcheck.
519 * microblaze-tdep.c (microblaze_extract_return_value): Fix
520 uninitialized BUF for size 2.
521
522 2012-02-27 Chris Dearman <chris@mips.com>
523 Nathan Froyd <froydnj@codesourcery.com>
524 Maciej W. Rozycki <macro@codesourcery.com>
525
526 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
527 (mips16_instruction_has_delay_slot): Likewise.
528 (mips_segment_boundary): Likewise.
529 (mips_adjust_breakpoint_address): Likewise.
530 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
531
532 2012-02-27 Maciej W. Rozycki <macro@mips.com>
533 Maciej W. Rozycki <macro@codesourcery.com>
534
535 * infrun.c (handle_inferior_event): Don't proceed through
536 shared library trampolines if stepping at the machine
537 instruction level.
538
539 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
540
541 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
542 too.
543
544 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
545
546 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
547 (sh_stub_unwind_sniffer): New functions.
548 (sh_stub_unwind): New variable.
549 (sh_gdbarch_init): Wire everything.
550
551 2012-02-27 Pedro Alves <palves@redhat.com>
552
553 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
554 (linux_nat_post_attach_wait): Adjust to use
555 linux_proc_pid_is_stopped.
556 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
557 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
558 based on pid_is_stopped from both linux-nat.c and
559 gdbserver/linux-low.c, and renamed.
560
561 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
562
563 * remote.c (remote_watchpoint_addr_within_range): New function.
564 (init_remote_ops): Use it.
565
566 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
567
568 * target.h (target_watchpoint_addr_within_range): Document macro.
569
570 2012-02-24 Pedro Alves <palves@redhat.com>
571
572 * stack.c (set_last_displayed_sal): Issue internal_error instead
573 of warning, and issue it after clearing the last displayed sal.
574
575 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
576 Pedro Alves <palves@redhat.com>
577
578 * breakpoint.c (until_break_command): Install breakpoints after
579 all frame manipulations.
580
581 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
582
583 * remote.c (remote_supports_cond_breakpoints): New forward
584 declaration.
585 (remote_add_target_side_condition): New function.
586 (remote_insert_breakpoint): Add target-side breakpoint
587 conditional if supported.
588 (remote_insert_hw_breakpoint): Likewise.
589 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
590 hook.
591
592 * target.c (update_current_target): Inherit
593 to_supports_evaluation_of_breakpoint_conditions.
594 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
595
596 * target.h (struct target_ops)
597 <to_supports_evaluation_of_breakpoint_conditions>: New field.
598 (target_supports_evaluation_of_breakpoint_conditions): New #define.
599
600 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
601 (condition_evaluation_both, condition_evaluation_auto,
602 condition_evaluation_host, condition_evaluation_target,
603 condition_evaluation_enums, condition_evaluation_mode_1,
604 condition_evaluation_mode): New static globals.
605 (translate_condition_evaluation_mode): New function.
606 (breakpoint_condition_evaluation_mode): New function.
607 (gdb_evaluates_breakpoint_condition_p): New function.
608 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
609 (mark_breakpoint_modified): New function.
610 (mark_breakpoint_location_modified): New function.
611 (set_condition_evaluation_mode): New function.
612 (show_condition_evaluation_mode): New function.
613 (bp_location_compare_addrs): New function.
614 (get_first_location_gte_addr): New helper function.
615 (set_breakpoint_condition): Free condition bytecode if locations
616 has become unconditional. Call mark_breakpoint_modified (...).
617 (condition_command): Call update_global_location_list (1) for
618 breakpoints.
619 (breakpoint_xfer_memory): Use is_breakpoint (...).
620 (is_breakpoint): New function.
621 (parse_cond_to_aexpr): New function.
622 (build_target_condition_list): New function.
623 (insert_bp_location): Handle target-side conditional
624 breakpoints and call build_target_condition_list (...).
625 (update_inserted_breakpoint_locations): New function.
626 (insert_breakpoint_locations): Handle target-side conditional
627 breakpoints.
628 (bpstat_check_breakpoint_conditions): Add comment.
629 (bp_condition_evaluator): New function.
630 (bp_location_condition_evaluator): New function.
631 (print_breakpoint_location): Print information on where the condition
632 will be evaluated.
633 (print_one_breakpoint_location): Likewise.
634 (init_bp_location): Call mark_breakpoint_location_modified (...) for
635 breakpoint location.
636 (force_breakpoint_reinsertion): New functions.
637 (update_global_location_list): Handle target-side breakpoint
638 conditions.
639 Reinsert locations that are already inserted if conditions have
640 changed.
641 (bp_location_dtor): Free agent expression bytecode.
642 (disable_breakpoint): Call mark_breakpoint_modified (...).
643 Call update_global_location_list (...) with parameter 1 for breakpoints.
644 (disable_command): Call mark_breakpoint_location_modified (...).
645 Call update_global_location_list (...) with parameter 1 for breakpoints.
646 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
647 (enable_command): mark_breakpoint_location_modified (...).
648 (_initialize_breakpoint): Update documentation and add
649 condition-evaluation breakpoint subcommand.
650
651 * breakpoint.h: Include ax.h.
652 (condition_list): New data structure.
653 (condition_status): New enum.
654 (bp_target_info) <cond_list>: New field.
655 (bp_location) <condition_changed, cond_bytecode>: New fields.
656 (is_breakpoint): New prototype.
657
658 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
659
660 * remote.c (remote_state) <cond_breakpoints>: New field.
661 (PACKET_ConditionalBreakpoints): New enum.
662 (remote_cond_breakpoint_feature): New function.
663 (remote_protocol_features): Add new ConditionalBreakpoints entry.
664 (remote_supports_cond_breakpoints): New function.
665 (_initialize_remote): Add new packet configuration for
666 target-side conditional breakpoints.
667
668 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
669
670 * NEWS: Mention target-side conditional breakpoint support,
671 new condition-evaluation breakpoint subcommand and remote
672 packet extensions.
673
674 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
675
676 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
677 number.
678
679 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
680
681 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
682 (after_prologue): Remove.
683
684 2012-02-23 Tom Tromey <tromey@redhat.com>
685
686 * jv-valprint.c (java_val_print): Remove dead code.
687
688 2012-02-23 Tristan Gingold <gingold@adacore.com>
689
690 * ada-tasks.c (struct ada_tasks_inferior_data): Add
691 known_tasks_element and known_tasks_length fields.
692 (read_known_tasks_array): Change argument type. Use pointer type
693 and number of elements from DATA. Adjust.
694 (read_known_tasks_list): Likewise.
695 (get_known_tasks_addr): Remove.
696 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
697 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
698 type and array length. Merge former get_known_tasks_addr code.
699
700 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
701
702 PR backtrace/13716
703 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
704 it after set_momentary_breakpoint.
705
706 2012-02-22 Sterling Augustine <saugustine@google.com>
707
708 PR 13689:
709 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
710
711 2012-02-22 Gary Benson <gbenson@redhat.com>
712
713 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
714 (find_slot_in_mapped_hash): Likewise.
715
716 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
717
718 PR build/13638
719 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
720 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
721 * configure: Regenerate.
722
723 2012-02-21 Tristan Gingold <gingold@adacore.com>
724 Pedro Alves <palves@redhat.com>
725
726 * ia64-tdep.c: Do not include libunwind-ia64.h.
727 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
728 Include libunwind-ia64.h instead of libunwind.h.
729 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
730 for libunwind.h existence.
731 * configure, config.in: Regenerate.
732
733 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
734
735 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
736 instead of value_rtti_target_type.
737 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
738 instead of value_rtti_target_type.
739 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
740 value_rtti_target_type.
741 * valops.c (value_ind): Extract function readjust_indirect_value_type.
742 (value_rtti_target_type): Rename to ...
743 (value_rtti_indirect_type): ... here and make it indirect. Update
744 function comment.
745 * value.c (readjust_indirect_value_type): New function.
746 (coerce_ref): Support for enclosing type setting for references
747 with readjust_indirect_value_type.
748 * value.h (readjust_value_type): New declaration.
749 (value_rtti_target_type): Rename to ...
750 (value_rtti_indirect_type): ... here.
751
752 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
753
754 * MAINTAINERS (Write After Approval): Add myself to the list.
755
756 2012-02-20 Doug Evans <dje@google.com>
757
758 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
759 Rename objfile_p_char parameter to objfilep.
760 (build_objfile_section_table): Result is now void. All callers
761 updated.
762 * objfiles.h (struct objfile): Tweak comments, whitespace.
763 (build_objfile_section_table): Update.
764
765 * elfread.c (elf_symfile_segments): Fix warning text.
766
767 2012-02-20 Tom Tromey <tromey@redhat.com>
768
769 PR gdb/13498:
770 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
771 particular set of file names once.
772 (dw2_map_symbol_filenames): Likewise.
773
774 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
775
776 Code cleanup.
777 * main.c (write_files): Remove the declaration.
778 (external_editor_command): Move the declaration ...
779 [GDBTK] (external_editor_command): ... here. Fix the comment.
780
781 2012-02-20 Tom Tromey <tromey@redhat.com>
782
783 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
784 extraneous block.
785
786 2012-02-20 Tristan Gingold <gingold@adacore.com>
787
788 * darwin-nat.h (enum darwin_msg_state): Add comments.
789
790 2012-02-20 Tristan Gingold <gingold@adacore.com>
791
792 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
793 value.
794
795 2012-20-18 Joel Brobecker <brobecker@adacore.com>
796
797 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
798 between function description and implementation.
799
800 2012-02-17 Tom Tromey <tromey@redhat.com>
801
802 PR python/12070:
803 * python/py-event.c (event_object_getset): New global.
804 (event_object_type): Reference it.
805 * python/py-type.c (field_object_getset): New global.
806 (field_object_type): Reference it.
807 * python/python-internal.h (gdb_py_generic_dict): Declare.
808 * python/py-utils.c (gdb_py_generic_dict): New function.
809
810 2012-02-17 Tristan Gingold <gingold@adacore.com>
811
812 * solib-darwin.c (darwin_current_sos): Check magic and filetype
813
814 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
815
816 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
817 TYPE_CALLING_CONVENTION annotation.
818
819 2012-02-16 Kevin Buettner <kevinb@redhat.com>
820
821 * MAINTAINERS: Add rx to target ISA section.
822 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
823 (ALLDEPFILES): Add rx-tdep.c.
824
825 2012-02-16 Tom Tromey <tromey@redhat.com>
826
827 * symfile.c (symbol_file_add_main_1): Use inferior's
828 symfile_flags.
829 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
830 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
831 inferior.
832 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
833 inferior.
834 (follow_exec): Use inferior's symfile_flags.
835 * inferior.h (struct inferior) <symfile_flags>: New field.
836
837 2012-02-16 Mike Frysinger <vapier@gentoo.org>
838
839 PR gdb/9734:
840 * remote-sim.c (gdbsim_create_inferior): Call error() when
841 sim_create_inferior() fails.
842
843 2012-02-16 Josh Matthews <josh@joshmatthews.net>
844
845 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
846
847 2012-02-16 Tom Tromey <tromey@redhat.com>
848
849 PR c++/13653:
850 * thread.c (struct current_thread_cleanup) <was_removable>: New
851 field.
852 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
853 (make_cleanup_restore_current_thread): Initialize new field.
854
855 2012-02-15 Kevin Buettner <kevinb@redhat.com>
856
857 * MAINTAINERS: Add rl78 to target ISA section.
858 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
859 (ALLDEPFILES): Add rl78-tdep.c.
860 * NEWS: Mention rl78 as a new target.
861
862 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
863
864 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
865 data.
866 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
867
868 2012-02-15 Tom Tromey <tromey@redhat.com>
869
870 PR gdb/12659:
871 * infcmd.c (registers_info): Print just the current register's
872 name.
873
874 2012-02-15 Tom Tromey <tromey@redhat.com>
875
876 * python/py-symbol.c (sympy_value): Use _().
877
878 2012-02-15 Pedro Alves <palves@redhat.com>
879
880 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
881 output to be like native targets'.
882 (remote_pid_to_str): Special case the null ptid.
883
884 2012-02-14 Stan Shebs <stan@codesourcery.com>
885
886 * NEWS: Mention enable count command.
887 * breakpoint.h (struct breakpoint): New field enable_count.
888 * breakpoint.c (enable_breakpoint_disp): Add count argument.
889 (enable_breakpoint): Add arg to call.
890 (struct disp_data): New struct.
891 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
892 (do_map_enable_once_breakpoint): Create a struct and pass it.
893 (do_map_enable_delete_breakpoint): Ditto.
894 (do_map_enable_count_breakpoint): New function.
895 (enable_count_command): New function.
896 (bpstat_stop_status): Decrement enable_count.
897 (print_one_breakpoint_location): Report enable count.
898 (_initialize_breakpoint): Add enable count command.
899
900 2012-02-14 Kevin Buettner <kevinb@redhat.com>
901
902 * rl78-tdep.c (reggroups.h): Include.
903 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
904 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
905 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
906 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
907 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
908 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
909 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
910 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
911 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
912 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
913 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
914 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
915 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
916 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
917 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
918 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
919 beginning of register list.
920 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
921 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
922 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
923 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
924 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
925 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
926 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
927 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
928 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
929 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
930 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
931 the pseudo registers. Rearrange other pseudo registers too so
932 that the bank registers appear at the end.
933 (rl78_register_type): Account for the fact that the byte sized
934 bank registers are now pseudo-registers.
935 (rl78_register_name): Rearrange the register name array. Make
936 initial set of raw banked registers inaccessible.
937 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
938 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
939 case for copying bytes back and forth between raw and pseudo
940 versions of the banked registers. Update other cases to reflect
941 the changed names.
942 (rl78_return_value): Update to account for changed names of
943 raw registers.
944 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
945 rl78_register_sim_regno().
946
947 2012-02-14 Kevin Buettner <kevinb@redhat.com>
948
949 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
950 the name parameter being passed to find_pc_partial_function().
951
952 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
953
954 * MAINTAINERS: Step down from being ia64 target maintainer.
955
956 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
957
958 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
959 compilation warning.
960
961 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
962
963 Fix crash on loaded shlibs without loaded exec_bfd.
964 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
965 (set_section_command): Replace exec_bfd by p->bfd.
966
967 2012-02-10 Tom Tromey <tromey@redhat.com>
968
969 * linespec.c (decode_line_internal): Skip symtabs_from_filename
970 when we have a C++ qualified name.
971
972 2012-02-10 Pedro Alves <palves@redhat.com>
973
974 * inferior.c (inferior_pid_to_str): New.
975 (print_inferior, inferior_command): Use it.
976
977 2012-02-10 Pedro Alves <palves@redhat.com>
978
979 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
980 the test CFLAGS.
981 * configure: Regenerate.
982
983 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
984
985 * linespec.c (decode_line_internal): Fix comment correctness.
986
987 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
988
989 PR gdb/12953
990 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
991 * amd64bsd-nat.c: Add support for debug registers (adapted from
992 i386bsd-nat.c).
993 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
994 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
995 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
996 (amd64bsd_dr_get_control): New functions.
997 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
998 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
999 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
1000 watchpoints initialization.
1001 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
1002
1003 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1004
1005 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
1006 flds_bnds.fields.
1007 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
1008
1009 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1010
1011 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
1012
1013 2012-02-08 Joel Brobecker <brobecker@adacore.com>
1014
1015 * language.h (symbol_name_cmp_ftype): Renames
1016 symbol_name_match_p_ftype.
1017 (struct language_defn)[la_get_symbol_name_cmp]: Renames
1018 la_get_symbol_name_match_p.
1019 * ada-lang.c (ada_get_symbol_name_cmp): Renames
1020 ada_get_symbol_name_match_p. Update comment.
1021 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
1022 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
1023 Renames symbol_name_match_p. Update field type.
1024 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
1025 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
1026 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
1027 "la_get_symbol_name_cmp" in comments.
1028 * language.c: Likewise.
1029
1030 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1031
1032 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
1033 %eflags offset.
1034 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
1035 (amd64_sol2_gregset32_reg_offs): Likewise.
1036
1037 2012-02-08 Joel Brobecker <brobecker@adacore.com>
1038
1039 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
1040 of the returned BFD is allocated by GDB.
1041
1042 2012-02-07 Tom Tromey <tromey@redhat.com>
1043
1044 PR python/12027:
1045 * python/python-internal.h (frame_object_type): Declare.
1046 * python/py-symbol.c (sympy_needs_frame): New function.
1047 (sympy_value): New function.
1048 (symbol_object_getset): Add "needs_frame".
1049 (symbol_object_methods): Add "value".
1050 * python/py-frame.c (frame_object_type): No longer static.
1051
1052 2012-02-07 Tom Tromey <tromey@redhat.com>
1053
1054 PR python/13599:
1055 * python/py-symbol.c (sympy_line): New function.
1056 (symbol_object_getset): Add "line".
1057
1058 2012-02-07 Tom Tromey <tromey@redhat.com>
1059
1060 * charset.c (find_charset_names): Check 'in' against NULL.
1061
1062 2012-02-06 Doug Evans <dje@google.com>
1063
1064 * gdbtypes.h (struct main_type): Change type of name,tag_name,
1065 and fields.name members from char * to const char *. All uses updated.
1066 (struct cplus_struct_type): Change type of fn_fieldlists.name member
1067 from char * to const char *. All uses updated.
1068 (type_name_no_tag): Update.
1069 (lookup_unsigned_typename, lookup_signed_typename): Update.
1070 * gdbtypes.c (type_name_no_tag): Change result type
1071 from char * to const char *. All callers updated.
1072 (lookup_unsigned_typename, lookup_signed_typename): Change type of
1073 name parameter from char * to const char *.
1074 * symtab.h (struct cplus_specific): Change type of demangled_name
1075 member from char * to const char *. All uses updated.
1076 (struct general_symbol_info): Change type of name and
1077 mangled_lang.demangled_name members from char * to const char *.
1078 All uses updated.
1079 (symbol_get_demangled_name, symbol_natural_name): Update.
1080 (symbol_demangled_name, symbol_search_name): Update.
1081 * symtab.c (symbol_get_demangled_name): Change result type
1082 from char * to const char *. All callers updated.
1083 (symbol_natural_name, symbol_demangled_name): Ditto.
1084 (symbol_search_name): Ditto.
1085 (completion_list_add_name): Change type of symname,sym_text,
1086 text,word parameters from char * to const char *.
1087 (completion_list_objc_symbol): Change type of sym_text,
1088 text,word parameters from char * to const char *.
1089 * ada-lang.c (find_struct_field): Change type of name parameter
1090 from char * to const char *.
1091 (encoded_ordered_before): Similarly for N0,N1 parameters.
1092 (old_renaming_is_invisible): Similarly for function_name parameter.
1093 (ada_type_name): Change result type from char * to const char *.
1094 All callers updated.
1095 * ada-lang.h (ada_type_name): Update.
1096 * buildsym.c (hashname): Change type of name parameter
1097 from char * to const char *.
1098 * buildsym.h (hashname): Update.
1099 * dbxread.c (end_psymtab): Change type of include_list parameter
1100 from char ** to const char **.
1101 * dwarf2read.c (determine_prefix): Change result type
1102 from char * to const char *. All callers updated.
1103 * f-lang.c (find_common_for_function): Change type of name, funcname
1104 parameters from char * to const char *.
1105 * f-lang.c (find_common_for_function): Update.
1106 * f-valprint.c (list_all_visible_commons): Change type of funcname
1107 parameters from char * to const char *.
1108 * gdbarch.sh (static_transform_name): Change type of name parameter
1109 and result from char * to const char *.
1110 * gdbarch.c: Regenerate.
1111 * gdbarch.h: Regenerate.
1112 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
1113 of name parameter from char * to const char *.
1114 * jv-lang.c (java_primitive_type_from_name): Ditto.
1115 (java_demangled_signature_length): Similarly for signature parameter.
1116 (java_demangled_signature_copy): Ditto.
1117 (java_demangle_type_signature): Ditto.
1118 * jv-lang.h (java_primitive_type_from_name): Update.
1119 (java_demangle_type_signature): Update.
1120 * objc-lang.c (specialcmp): Change type of a,b parameters
1121 from char * to const char *.
1122 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
1123 from char * to const char *. All callers updated.
1124 * p-lang.h (is_pascal_string_type): Update.
1125 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
1126 of name parameter from char * to const char *.
1127 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
1128 * utils.c (fprintf_symbol_filtered): Ditto.
1129 * defs.h (fprintf_symbol_filtered): Update.
1130 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
1131 * stabsread.h (end_psymtab): Update.
1132 * stack.c (find_frame_funname): Change type of funname parameter
1133 from char ** to const char **.
1134 * stack.h (find_frame_funname): Update.
1135 * typeprint.c (type_print): Change type of varstring parameter
1136 from char * to const char *.
1137 * value.h (type_print): Update.
1138 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
1139 from char * to const char *. All callers updated.
1140 (xcoff_end_psymtab): Change type of include_list parameter
1141 from char ** to const char **. All callers updated.
1142 (swap_sym): Similarly for name parameter. All callers updated.
1143 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
1144 Use xstrdup.
1145 (process_coff_symbol): Use xstrdup.
1146 * stabsread.c (stabs_method_name_from_physname): Renamed from
1147 update_method_name_from_physname. Change result type from void
1148 to char *. All callers updated.
1149 (read_member_functions): In has_destructor case, store name in objfile
1150 obstack instead of malloc space. In !has_stub case, fix mem leak.
1151
1152 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
1153
1154 * configure: Rebuild.
1155 * configure.ac: Put -L../bfd and -L../libiberty at the front of
1156 LDFLAGS.
1157
1158 2012-02-03 Kevin Buettner <kevinb@redhat.com>
1159
1160 * configure.tgt (rl78-*-elf): New target.
1161 * rl78-tdep.c: New file.
1162
1163 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1164
1165 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
1166 and continue the loop. Add QUIT statement.
1167
1168 2012-02-03 Tom Tromey <tromey@redhat.com>
1169
1170 PR gdb/13596:
1171 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
1172 bfd_lookup_symbol_from_symtab.
1173 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1174 gdb_bfd_lookup_symbol_from_symtab.
1175
1176 2012-02-03 Joel Brobecker <brobecker@adacore.com>
1177
1178 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
1179 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
1180 symbol. Add assertion that sym2 is never NULL.
1181
1182 2012-02-02 Doug Evans <dje@google.com>
1183
1184 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
1185 "name" parameter to const char ** from char **. All callers updated.
1186 (find_pc_partial_function): Ditto.
1187 (cache_pc_function_name): Change type to const char * from char *.
1188 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
1189 (find_pc_partial_function): Update.
1190 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
1191 type of "name" parameter to const char * from char *.
1192 All uses updated.
1193 * arch-utils.c (generic_in_solib_return_trampoline): Change
1194 type of "name" parameter to const char * from char *.
1195 * arch-utils.h (generic_in_solib_return_trampoline): Update.
1196 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
1197 type of "name" parameter to const char * from char *.
1198 * gdbarch.sh (in_solib_return_trampoline): Ditto.
1199 * gdbarch.c: Regenerate.
1200 * gdbarch.h: Regenerate.
1201 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
1202 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
1203 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
1204 type of "name" parameter to const char * from char *.
1205 * skip.c (skip_function_pc): Ditto.
1206 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
1207 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
1208 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
1209 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
1210 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
1211 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
1212 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
1213 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
1214 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
1215
1216 2012-02-02 Pedro Alves <palves@redhat.com>
1217
1218 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
1219 the current inferior has no execution. Make sure the current
1220 remote process matches gdb's current inferior.
1221
1222 2012-02-02 Tom Tromey <tromey@redhat.com>
1223
1224 PR gdb/13405:
1225 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
1226 read-only memory.
1227
1228 2012-02-02 Tom Tromey <tromey@redhat.com>
1229
1230 PR gdb/9307:
1231 * symtab.c (lookup_language_this): Set block_found.
1232
1233 2012-02-01 Tom Tromey <tromey@redhat.com>
1234
1235 PR gdb/13431:
1236 * jit.c (struct jit_inferior_data): Rewrite.
1237 (struct jit_objfile_data): New.
1238 (get_jit_objfile_data): New function.
1239 (add_objfile_entry): Update.
1240 (jit_read_descriptor): Return int. Replace descriptor_addr
1241 argument with inf_data. Update. Don't call error.
1242 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
1243 descriptor here.
1244 (jit_inferior_init): Don't look up descriptor. Don't call error.
1245 (jit_reset_inferior_data_and_breakpoints)
1246 (jit_inferior_created_observer): Remove.
1247 (jit_inferior_exit_hook): Update.
1248 (jit_executable_changed_observer): Remove.
1249 (jit_event_handler): Update.
1250 (free_objfile_data): Reset inferior data if needed.
1251 (_initialize_jit): Update.
1252
1253 2012-02-01 Tom Tromey <tromey@redhat.com>
1254
1255 * jit.c (bfd_open_from_target_memory): Move higher in file.
1256
1257 2012-02-01 Tristan Gingold <gingold@adacore.com>
1258
1259 * libunwind-frame.c (libunwind_load): Display message if dlopen
1260 failed.
1261
1262 2012-02-01 Gary Benson <gbenson@redhat.com>
1263
1264 * symtab.h (symbol_name_match_p_ftype): New typedef.
1265 (iterate_over_symbols): Use the above.
1266 * symtab.c (iterate_over_symbols): Likewise.
1267 * language.h (language_defn->la_iterate_over_symbols): Likewise.
1268 * ada-lang.c (ada_iterate_over_symbols): Likewise.
1269 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
1270 (iterate_name_matcher): Document return values.
1271 (collect_one_symbol): Likewise.
1272 (collect_function_symbols): Likewise.
1273 (collect_symbols): Likewise.
1274
1275 2012-02-01 Tom Tromey <tromey@redhat.com>
1276
1277 * ada-lang.c (resolve_subexp): Update.
1278 (ada_lookup_symbol_list): Add 'full_search' argument.
1279 (ada_iterate_over_symbols): Pass 0 as full_search argument to
1280 ada_lookup_symbol_list.
1281 (ada_lookup_encoded_symbol): Update.
1282 (get_var_value): Update.
1283 * ada-exp.y (block_lookup): Update.
1284 (write_var_or_type): Update.
1285 (write_name_assoc): Update.
1286 * ada-lang.h (ada_lookup_symbol_list): Update.
1287
1288 2012-01-31 Tom Tromey <tromey@redhat.com>
1289
1290 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
1291 comment.
1292
1293 2012-01-31 Doug Evans <dje@google.com>
1294
1295 * symtab.h: Remove outdated comment.
1296 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
1297
1298 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
1299
1300 Fix build error in Darwin port.
1301 * i386-darwin-nat.c: Include i386-nat.h.
1302
1303 2012-01-30 Tom Tromey <tromey@redhat.com>
1304
1305 PR breakpoints/13568:
1306 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
1307 argument. Check for recursive includes.
1308 (dwarf_decode_macros): Create an include hash.
1309
1310 2012-01-30 Michael Eager <eager@eagercon.com>
1311
1312 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
1313 * ppc-linux-tdep.c: Include glibc-tdep.h.
1314 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
1315 (powerpc_linux_in_plt_stub): New function.
1316 (powerpc_linux_in_dynsym_resolve_code): New function.
1317 (ppc_skip_trampoline_code): New function.
1318 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
1319 Use glibc_skip_solib_resolver.
1320
1321 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1322
1323 Code cleanup: Make 1440 bytes of data segment read-only.
1324 * arch-utils.c (endian_enum): Make it const char *const [].
1325 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
1326 Likewise.
1327 * breakpoint.c (always_inserted_enums): Likewise.
1328 * cli/cli-cmds.c (script_ext_enums): Likewise.
1329 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
1330 enumlist parameter const char *const *.
1331 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
1332 const char *const *.
1333 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
1334 parameter const char *const *.
1335 * cris-tdep.c (cris_modes): Make it const char *const [].
1336 * filesystem.c (target_file_system_kinds): Likewise.
1337 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
1338 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
1339 (can_use_displaced_stepping_enum, scheduler_enums)
1340 (exec_direction_names): Likewise.
1341 * language.c (_initialize_language): Make the type_or_range_names and
1342 case_sensitive_names variables const char *const [].
1343 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
1344 * python/python.c (python_excp_enums): Likewise.
1345 * remote.c (interrupt_sequence_modes): Likewise.
1346 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
1347 * serial.c (logbase_enums): Likewise.
1348 * sh-tdep.c (sh_cc_enum): Likewise.
1349 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
1350 Likewise.
1351 * symtab.c (multiple_symbols_modes): Likewise.
1352 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
1353 Likewise.
1354 * utils.c (internal_problem_modes): Likewise.
1355
1356 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1357
1358 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
1359 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
1360 result.
1361
1362 2012-01-27 Doug Evans <dje@google.com>
1363
1364 * configure.ac (with_python): Fix absolute path handling for win32.
1365 * configure: Regenerate.
1366
1367 2012-01-26 Doug Evans <dje@google.com>
1368
1369 * symtab.c: Whitespace cleanup, no code changes.
1370
1371 * symtab.c (lookup_symbol_in_language): Improve comment.
1372 (lookup_symbol_aux): Fix comment.
1373
1374 * psymtab.c (add_psymbol_to_list): Result is now "void".
1375 * psympriv.h (add_psymbol_to_list): Update.
1376
1377 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
1378
1379 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1380
1381 Do not open script filenames twice.
1382 * cli/cli-cmds.c (source_script_from_stream): Pass to
1383 source_python_script also STREAM.
1384 * python/py-auto-load.c (source_section_scripts): Pass to
1385 source_python_script_for_objfile also STREAM.
1386 (auto_load_objfile_script): Pass to source_python_script_for_objfile
1387 also INPUT.
1388 * python/python-internal.h (source_python_script_for_objfile): New
1389 parameter file, rename parameter file to filename.
1390 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
1391 instead if !_WIN32. Update the function comment.
1392 (source_python_script, source_python_script_for_objfile)
1393 (source_python_script): New parameter file, rename parameter file to
1394 filename. Pass FILENAME to python_run_simple_file.
1395 * python/python.h (source_python_script): New parameter file, rename
1396 parameter file to filename.
1397
1398 2012-01-26 Pedro Alves <palves@redhat.com>
1399
1400 * corelow.c (core_has_fake_pid): Delete.
1401 (core_close): Delete references to `core_has_fake_pid'.
1402 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
1403 (core_open): Delete references to `core_has_fake_pid'.
1404 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
1405 the removed global.
1406
1407 2012-01-26 Joel Brobecker <brobecker@adacore.com>
1408
1409 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
1410 Remove language parameter from name_matcher. Adjust the comment.
1411 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
1412 Remove language parameter.
1413 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
1414 * linespec.c (iterate_name_matcher): Likewise.
1415 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
1416 name_matcher. Adjust call accordingly.
1417 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
1418 (maintenance_check_symtabs): Adjust type of parameter "fun".
1419 * psymtab.h (maintenance_check_symtabs): Likewise.
1420
1421 2012-01-26 Joel Brobecker <brobecker@adacore.com>
1422
1423 * language.h (symbol_name_match_p_ftype): New typedef.
1424 (struct language_defn): Replace field la_symbol_name_compare
1425 by la_get_symbol_name_match_p.
1426 * ada-lang.c (ada_get_symbol_name_match_p): New function.
1427 (ada_language_defn): Use it.
1428 * linespec.c (struct symbol_matcher_data): New type.
1429 (iterate_name_matcher): Rewrite.
1430 (iterate_over_all_matching_symtabs): Pass a pointer to
1431 a symbol_matcher_data struct to expand_symtabs_matching
1432 instead of just the lookup name.
1433 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
1434 opencl-lang.c, p-lang.c, language.c: Delete field
1435 la_symbol_name_compare, and replace by NULL for new field
1436 la_get_symbol_name_match_p.
1437 * symfile.h (struct quick_symbol_functions): Update comment.
1438
1439 2012-01-25 Tom Tromey <tromey@redhat.com>
1440
1441 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
1442 dereferencing.
1443
1444 2012-01-24 Tom Tromey <tromey@redhat.com>
1445
1446 PR symtab/12406:
1447 * solib.c (update_solib_list): Update the program space's
1448 added_solibs and deleted_solibs fields.
1449 * progspace.h (struct program_space) <added_solibs,
1450 deleted_solibs>: New fields.
1451 (clear_program_space_solib_cache): Declare.
1452 * progspace.c (release_program_space): Call
1453 clear_program_space_solib_cache.
1454 (clear_program_space_solib_cache): New function.
1455 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
1456 bpstat_stop_status. Use handle_solib_event.
1457 * breakpoint.c: Include gdb_regex.h.
1458 (print_solib_event): New function.
1459 (bpstat_print): Use print_solib_event.
1460 (bpstat_stop_status): Add special case for bp_shlib_event.
1461 (handle_solib_event): New function.
1462 (bpstat_what): Use handle_solib_event.
1463 (struct solib_catchpoint): New.
1464 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
1465 (breakpoint_hit_catch_solib, check_status_catch_solib)
1466 (print_it_catch_solib, print_one_catch_solib)
1467 (print_mention_catch_solib, print_recreate_catch_solib): New
1468 functions.
1469 (catch_solib_breakpoint_ops): New global.
1470 (catch_load_or_unload, catch_load_command_1)
1471 (catch_unload_command_1): New functions.
1472 (internal_bkpt_check_status): Add special case for
1473 bp_shlib_event.
1474 (internal_bkpt_print_it): Use print_solib_event.
1475 (initialize_breakpoint_ops): Initialize
1476 catch_solib_breakpoint_ops.
1477 (_initialize_breakpoint): Register "catch load" and "catch
1478 unload".
1479 * breakpoint.h (handle_solib_event): Declare.
1480 * NEWS: Add entry for "catch load" and "catch unload".
1481
1482 2012-01-24 Tom Tromey <tromey@redhat.com>
1483
1484 * ada-lang.c: Include gdb_vecs.h.
1485 * charset.c: Include gdb_vecs.h.
1486 * tracepoint.h: Include gdb_vecs.h.
1487 * gdb_vecs.h: New file.
1488
1489 2012-01-24 Pedro Alves <pedro@codesourcery.com>
1490
1491 * breakpoint.c (breakpoint_hit_catch_fork)
1492 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
1493 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
1494 * infrun.c (inferior_has_forked, inferior_has_vforked)
1495 (inferior_has_execd, inferior_has_called_syscall): Delete.
1496 (handle_syscall_event): Get syscall_number from the execution
1497 control state's wait status.
1498 (wait_for_inferior): Don't clear syscall_number.
1499
1500 2012-01-24 Pedro Alves <palves@redhat.com>
1501
1502 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
1503 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
1504 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
1505 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
1506 `ws' parameter.
1507 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
1508 false for events other than TARGET_SIGNAL_TRAP.
1509 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
1510 Add `ws' parameter.
1511 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
1512 events other than TARGET_SIGNAL_TRAP.
1513 (tracepoint_breakpoint_hit): Add `ws' parameter.
1514 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
1515 parameter.
1516 (bpstat_stop_status): Same.
1517 (pc_at_non_inline_function): Same.
1518 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
1519 to pass the current event's waitstatus to bpstat_stop_status
1520 and pc_at_non_inline_function.
1521
1522 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1523
1524 Code cleanup.
1525 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
1526 Update the function comment for it.
1527 (source_script_with_search): Call make_cleanup_fclose for STREAM.
1528 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
1529 for STREAM.
1530
1531 2012-01-24 Pedro Alves <palves@redhat.com>
1532
1533 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
1534 outside `bs->stop' block.
1535 (bpstat_what): Rework bp_shlib_event handling.
1536 (internal_bkpt_check_status): If the breakpoint is a
1537 bp_shlib_event, then set bs->stop and bs->print if
1538 stop_on_solib_events is set.
1539
1540 2012-01-24 Gary Benson <gbenson@redhat.com>
1541
1542 Delete #if 0'd out code.
1543 * stack.c (print_frame_label_vars): Remove.
1544 (catch_info): Likewise.
1545 (_initialize_stack): Remove "info catch" command.
1546 * NEWS: Mention the above.
1547
1548 2012-01-24 Pedro Alves <palves@redhat.com>
1549
1550 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
1551 it.
1552 (remote_notice_new_inferior): If the remote end doesn't support
1553 the multiprocess extensions, then the PID is fake.
1554 (add_current_inferior_and_thread): New.
1555 (remote_start_remote): Use it.
1556 (extended_remote_attach_1): Adjust.
1557 (extended_remote_create_inferior_1): Use
1558 add_current_inferior_and_thread.
1559
1560 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1561
1562 Fix watchpoints to be specific for each inferior.
1563 * breakpoint.c (watchpoint_in_thread_scope): Verify also
1564 current_program_space.
1565 * i386-nat.c (i386_inferior_data_cleanup): New.
1566 (i386_inferior_data_get): Replace variable inf_data_local by an
1567 inferior_data call.
1568 (i386_use_watchpoints): Initialize i386_inferior_data.
1569 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
1570 specific iterate_over_lwps.
1571
1572 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1573
1574 Fix watchpoints across inferior fork.
1575 * amd64-linux-nat.c (update_debug_registers_callback): Update the
1576 comment for linux_nat_iterate_watchpoint_lwps.
1577 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
1578 linux_nat_iterate_watchpoint_lwps.
1579 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
1580 * i386-linux-nat.c (update_debug_registers_callback): Update the
1581 comment for linux_nat_iterate_watchpoint_lwps.
1582 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
1583 linux_nat_iterate_watchpoint_lwps.
1584 (i386_linux_prepare_to_resume): New comment on Linux kernel.
1585 * i386-nat.c: Include inferior.h.
1586 (dr_mirror): Remove.
1587 (i386_inferior_data, struct i386_inferior_data)
1588 (i386_inferior_data_get): New.
1589 (i386_debug_reg_state): Use i386_inferior_data_get.
1590 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
1591 (i386_insert_watchpoint, i386_remove_watchpoint)
1592 (i386_stopped_data_address, i386_insert_hw_breakpoint)
1593 (i386_remove_hw_breakpoint): New variable state, use
1594 i386_debug_reg_state instead of DR_MIRROR.
1595 * linux-nat.c (delete_lwp): New declaration.
1596 (num_lwps): Move here from downwards.
1597 (delete_lwp_cleanup): New.
1598 (linux_child_follow_fork): Create new child_lp, call
1599 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
1600 PTRACE_DETACH.
1601 (num_lwps): Move upwards.
1602 (linux_nat_iterate_watchpoint_lwps): New.
1603 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
1604 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
1605
1606 2012-01-24 Joel Brobecker <brobecker@adacore.com>
1607
1608 GDB 7.4 released.
1609
1610 2012-01-23 Pedro Alves <palves@redhat.com>
1611
1612 * top.c (caution): Rename to ...
1613 (confirm): ... this.
1614 (show_caution): Rename to ...
1615 (show_confirm): ... this.
1616 (quit_cover): Adjust.
1617 (init_main): Adjust.
1618 * top.h (caution): Rename to ...
1619 (confirm): ... this.
1620 * utils.c (internal_vproblem, defaulted_query): Adjust.
1621
1622 2012-01-23 Pedro Alves <palves@redhat.com>
1623
1624 * top.c (caution): Update comment.
1625 (execute_command): Don't consider the current value of `caution'.
1626
1627 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1628
1629 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
1630
1631 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
1632
1633 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
1634 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
1635 * target.c (target_fileio_pwrite): Remove buffer address from
1636 debug output.
1637 (target_fileio_pread): Likewise.
1638
1639 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1640
1641 * NEWS: Document remote "info proc" and "generate-core-file".
1642
1643 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1644
1645 * gdbarch.sh (find_memory_regions): New callback.
1646 * gdbarch.c, gdbarch.h: Regenerate.
1647
1648 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
1649 callback before falling back to target method.
1650
1651 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
1652 (linux_target_install_ops): No longer install it.
1653
1654 * linux-tdep.c (linux_find_memory_regions): New function.
1655 (linux_init_abi): Install it.
1656
1657 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1658
1659 * gdbarch.sh (make_corefile_notes): New architecture callback.
1660 * gdbarch.c: Regenerate.
1661 * gdbarch.h: Likewise.
1662
1663 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
1664 before target_make_corefile_notes. If NULL is returned, the
1665 target does not support core file generation.
1666
1667 * linux-nat.c: Include "linux-tdep.h".
1668 (find_signalled_thread, find_stop_signal): Remove.
1669 (linux_nat_do_thread_registers): Likewise.
1670 (struct linux_nat_corefile_thread_data): Likewise.
1671 (linux_nat_corefile_thread_callback): Likewise.
1672 (iterate_over_spus): Likewise.
1673 (struct linux_spu_corefile_data): Likewise.
1674 (linux_spu_corefile_callback): Likewise.
1675 (linux_spu_make_corefile_notes): Likewise.
1676 (linux_nat_collect_thread_registers): New function.
1677 (linux_nat_make_corefile_notes): Replace contents by call to
1678 linux_make_corefile_notes passing linux_nat_collect_thread_registers
1679 as native-only callback.
1680
1681 * linux-tdep.h: Include "bfd.h".
1682 (struct regcache): Add forward declaration.
1683 (linux_collect_thread_registers_ftype): New typedef.
1684 (linux_make_corefile_notes): Add prototype.
1685 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
1686 "regset.h", and "elf-bfd.h".
1687 (find_signalled_thread, find_stop_signal): New functions.
1688 (linux_spu_make_corefile_notes): Likewise.
1689 (linux_collect_thread_registers): Likewise.
1690 (struct linux_corefile_thread_data): New data structure.
1691 (linux_corefile_thread_callback): New funcion.
1692 (linux_make_corefile_notes): Likewise.
1693 (linux_make_corefile_notes_1): Likewise.
1694 (linux_init_abi): Install it.
1695
1696 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1697
1698 * gdbarch.sh (info_proc): New callback.
1699 * gdbarch.c, gdbarch.h: Regenerate.
1700
1701 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
1702 before falling back to the target info_proc callback.
1703
1704 * linux-nat.c: Do not include "cli/cli-utils.h".
1705 (linux_nat_info_proc): Remove.
1706 (linux_target_install_ops): No longer install it.
1707
1708 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
1709 (read_mapping): New function.
1710 (linux_info_proc): Likewise.
1711 (linux_init_abi): Install it.
1712
1713 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1714
1715 * defs.h (enum info_proc_what): Moved here from linux-nat.c
1716 * infcmd.c: (info_proc_cmd_1): New function.
1717 (info_proc_cmd): New function, moved here from equivalent routine
1718 orignally in linux-nat.c.
1719 (info_proc_cmd_mappings): Likewise.
1720 (info_proc_cmd_stat): Likewise.
1721 (info_proc_cmd_status): Likewise.
1722 (info_proc_cmd_cwd): Likewise.
1723 (info_proc_cmd_cmdline): Likewise.
1724 (info_proc_cmd_exe): Likewise.
1725 (info_proc_cmd_all): Likewise.
1726 (_initialize_infcmd): Install "info proc" command and subcommands.
1727
1728 * target.h (struct target_ops): Add to_info_proc.
1729 (target_info_proc): Add prototype.
1730 * target.c (target_info_proc): New function.
1731
1732 * procfs.c (procfs_info_proc): Add prototype.
1733 (info_proc_cmd): Rename into ...
1734 (procfs_info_proc): ... this. Update argument types as appropriate
1735 for a to_info_proc implementation. Handle "what" argument.
1736 (procfs_target): Install procfs_info_proc.
1737 (_initialize_procfs): No longer install "info proc" command.
1738
1739 * linux-nat.c: (enum info_proc_what): Remove.
1740 (linux_nat_info_proc_cmd_1): Rename into ...
1741 (linux_nat_info_proc): ... this. Update argument types as appropriate
1742 for a to_info_proc implementation.
1743 (linux_nat_info_proc_cmd): Remove.
1744 (linux_nat_info_proc_cmd_mappings): Likewise.
1745 (linux_nat_info_proc_cmd_stat): Likewise.
1746 (linux_nat_info_proc_cmd_status): Likewise.
1747 (linux_nat_info_proc_cmd_cwd): Likewise.
1748 (linux_nat_info_proc_cmd_cmdline): Likewise.
1749 (linux_nat_info_proc_cmd_exe): Likewise.
1750 (linux_nat_info_proc_cmd_all): Likewise.
1751 (linux_target_install_ops): Install linux_nat_info_proc.
1752 (_initialize_linux_nat): No longer install "info proc" command
1753 and subcommands.
1754
1755 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1756
1757 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
1758 * config.in, configure: Regenerate.
1759
1760 * target.h (struct target_ops): Add to_fileio_readlink.
1761 (target_fileio_readlink): Add prototype.
1762 * target.c (target_fileio_readlink): New function.
1763
1764 * inf-child.c: Conditionally include <sys/param.h>.
1765 (inf_child_fileio_readlink): New function.
1766 (inf_child_target): Install it.
1767
1768 * remote.c (PACKET_vFile_readlink): New enum value.
1769 (remote_hostio_readlink): New function.
1770 (init_remote_ops): Install it.
1771 (_initialize_remote): Handle vFile:readlink packet type.
1772
1773 2012-01-20 Pedro Alves <palves@redhat.com>
1774 Ulrich Weigand <ulrich.weigand@linaro.org>
1775
1776 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
1777 * config.in, configure: Regenerate.
1778
1779 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
1780 to_fileio_pread, to_fileio_close, to_fileio_unlink.
1781 (target_fileio_open): Add prototype.
1782 (target_fileio_pwrite): Likewise.
1783 (target_fileio_pread): Likewise.
1784 (target_fileio_close): Likewise.
1785 (target_fileio_unlink): Likewise.
1786 (target_fileio_read_alloc): Likewise.
1787 (target_fileio_read_stralloc): Likewise.
1788
1789 * target.c: Include "gdb/fileio.h".
1790 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
1791 (default_fileio_target): New function.
1792 (target_fileio_open): Likewise.
1793 (target_fileio_pwrite): Likewise.
1794 (target_fileio_pread): Likewise.
1795 (target_fileio_close): Likewise.
1796 (target_fileio_unlink): Likewise.
1797 (target_fileio_close_cleanup): Likewise.
1798 (target_fileio_read_alloc_1): Likewise.
1799 (target_fileio_read_alloc): Likewise.
1800 (target_fileio_read_stralloc): Likewise.
1801
1802 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
1803 <fcntl.h>, and <unistd.h>.
1804 (inf_child_fileio_open_flags_to_host): New function.
1805 (inf_child_errno_to_fileio_error): Likewise.
1806 (inf_child_fileio_open): Likewise.
1807 (inf_child_fileio_pwrite): Likewise.
1808 (inf_child_fileio_pread): Likewise.
1809 (inf_child_fileio_close): Likewise.
1810 (inf_child_fileio_unlink): Likewise.
1811 (inf_child_target): Install to_fileio routines.
1812
1813 * remote.c (init_remote_ops): Install to_fileio routines.
1814
1815 2012-01-20 Pedro Alves <palves@redhat.com>
1816 Ulrich Weigand <ulrich.weigand@linaro.org>
1817
1818 * remote.c (remote_multi_process_p): Only check for multi-process
1819 protocol feature, do not check for extended protocol.
1820 (remote_supports_multi_process): Check for extended protocol here.
1821 (set_general_process): Likewise.
1822 (extended_remote_kill): Likewise.
1823 (remote_pid_to_str): Likewise.
1824 (remote_query_supported): Always query multiprocess mode.
1825
1826 2012-01-20 Pedro Alves <palves@redhat.com>
1827 Ulrich Weigand <ulrich.weigand@linaro.org>
1828
1829 * inferior.h (struct inferior): Add fake_pid_p.
1830 * inferior.c (exit_inferior_1): Clear fake_pid_p.
1831 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
1832 magic_null_ptid since the remote side doesn't provide a real PID.
1833
1834 2012-01-19 Tom Tromey <tromey@redhat.com>
1835
1836 * NEWS: Combine the two Python sections.
1837
1838 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1839
1840 * target.h (target_close): Update comment on the target's unpush state.
1841
1842 2012-01-19 Pedro Alves <palves@redhat.com>
1843
1844 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
1845 linux_nat_async directly instead of going through the target
1846 vector.
1847 * target.c (unpush_target): Close target after unpushing it, not
1848 before.
1849
1850 2012-01-19 Gary Benson <gbenson@redhat.com>
1851
1852 * mdebugread.c (sort_blocks): Replace integer constants with ones
1853 derived from FIRST_LOCAL_BLOCK.
1854
1855 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
1856 Jan Kratochvil <jan.kratochvil@redhat.com>
1857
1858 PR gdb/9538
1859 * symfile.c (find_separate_debug_file): New function.
1860 (terminate_after_last_dir_separator): Likewise.
1861 (find_separate_debug_file_by_debuglink): Also try realpath.
1862 * configure.ac (AC_CHECK_FUNCS): Add lstat.
1863 * configure: Regenerate.
1864 * config.in: Regenerate.
1865
1866 2012-01-18 Doug Evans <dje@google.com>
1867
1868 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
1869 (main.o): Remove rule.
1870 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
1871 (--with-sysroot): Rewrite.
1872 * configure: Regenerate.
1873 * config.in: Regenerate.
1874
1875 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
1876
1877 * parse.c (initialize_expout): New function.
1878 (reallocate_expout): Likewise.
1879 (parse_exp_in_context): Use `initialize_expout' and
1880 `reallocate_expout' when appropriate.
1881
1882 2012-01-18 Pedro Alves <palves@redhat.com>
1883
1884 * record.c (struct record_breakpoint, record_breakpoint_p)
1885 (record_breakpoints): New.
1886 (record_insert_breakpoint, record_remove_breakpoint): Manage
1887 record breakpoints list. Only remove breakpoints from the
1888 inferior if they had been inserted there in the first place.
1889
1890 2012-01-17 Doug Evans <dje@google.com>
1891
1892 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
1893 if we know we don't have a file name to look for.
1894
1895 2012-01-17 Pedro Alves <palves@redhat.com>
1896
1897 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
1898 the frame's stop reason is UNWIND_UNAVAILABLE.
1899
1900 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1901
1902 Fix compilation error.
1903 * m2-exp.y (yyerror): Use ANSI C prototype.
1904
1905 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
1906
1907 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
1908 (growbuf_by_size): Likewise.
1909 (yyerror): Likewise.
1910 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
1911 (modblock): Remove variable (was #if 0'ed).
1912 (parse_number): Convert prototype from K&R to ANSI C.
1913 (yyerror): Likewise.
1914 * objc-exp.y (parse_number): Likewise.
1915 (yyerror): Likewise.
1916 (yylex): Remove #if 0'ed code.
1917 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
1918 (yyerror): Likewise.
1919
1920 2012-01-16 Tom Tromey <tromey@redhat.com>
1921
1922 * NEWS: Add item.
1923 * symtab.h (compare_filenames_for_search): Declare.
1924 * symtab.c (compare_filenames_for_search): New function.
1925 (iterate_over_some_symtabs): Use it.
1926 * symfile.h (struct quick_symbol_functions)
1927 <map_symtabs_matching_filename>: Change spec.
1928 * psymtab.c (partial_map_symtabs_matching_filename): Use
1929 compare_filenames_for_search. Update for new spec.
1930 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
1931 compare_filenames_for_search. Update for new spec.
1932 * breakpoint.c (clear_command): Use compare_filenames_for_search.
1933
1934 2012-01-16 Tom Tromey <tromey@redhat.com>
1935
1936 PR python/13281:
1937 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
1938 (struct main_type) <flag_flag_enum>: New field.
1939 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
1940 * NEWS: Add entries.
1941 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
1942 enums.
1943 * python/lib/gdb/printing.py (_EnumInstance): New class.
1944 (FlagEnumerationPrinter): Likewise.
1945
1946 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
1947
1948 * breakpoint.c (create_sals_from_address_default): New function.
1949 (create_breakpoints_sal_default): Likewise.
1950 (decode_linespec_default): Likewise.
1951 (is_marker_spec): Removed.
1952 (strace_marker_p): New function.
1953 (init_breakpoint_sal): Using `strace_marker_p' instead of
1954 `is_marker_spec'.
1955 (create_breakpoint): Call method `create_sals_from_address' from
1956 breakpoint_ops, replacing code that created SALs conditionally
1957 on the type of the breakpoint. Call method `create_breakpoints_sal',
1958 replacing code that created breakpoints conditionally on the type
1959 wanted.
1960 (base_breakpoint_create_sals_from_address): New function.
1961 (base_breakpoint_create_breakpoints_sal): Likewise.
1962 (base_breakpoint_decode_linespec): Likewise.
1963 (base_breakpoint_ops): Add methods
1964 `base_breakpoint_create_sals_from_address',
1965 `base_breakpoint_create_breakpoints_sal' and
1966 `base_breakpoint_decode_linespec'.
1967 (bkpt_create_sals_from_address): New function.
1968 (bkpt_create_breakpoints_sal): Likewise.
1969 (bkpt_decode_linespec): Likewise.
1970 (tracepoint_create_sals_from_address): Likewise.
1971 (tracepoint_create_breakpoints_sal): Likewise.
1972 (tracepoint_decode_linespec): Likewise.
1973 (strace_marker_create_sals_from_address): Likewise.
1974 (strace_marker_create_breakpoints_sal): Likewise.
1975 (strace_marker_decode_linespec): Likewise.
1976 (strace_marker_breakpoint_ops): New variable.
1977 (addr_string_to_sals): Remove `marker_spec'. Call method
1978 `decode_linespec' from breakpoint_ops, replacing code that decoded
1979 an address string into a SAL. Use `strace_marker_p' instead of
1980 `marker_spec'.
1981 (strace_command): Decide whether we are dealing with a static
1982 tracepoint with marker or not. Use the appropriate breakpoint_ops.
1983 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
1984 * breakpoint.h (linespec_result, linespec_sals): New forward
1985 declarations.
1986 (breakpoint_ops) <create_sals_from_address>,
1987 <create_breakpoints_sal>, <decode_linespec>: New methods.
1988
1989 2012-01-14 Doug Evans <dje@google.com>
1990
1991 * NEWS: Update text for "maint set python print-stack".
1992 It is deprecated in gdb 7.4 and deleted in 7.5.
1993
1994 2012-01-13 Eli Zaretskii <eliz@gnu.org>
1995
1996 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
1997 including curses.h.
1998
1999 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2000
2001 * configure: Regenerate.
2002 * config.in: Regenerate.
2003
2004 2012-01-12 Keith Seitz <keiths@redhat.com>
2005
2006 PR mi/10586
2007 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
2008 (ANONYMOUS_UNION_NAME): Define.
2009 (is_path_expr_parent): New function.
2010 (get_path_expr_parent): New function.
2011 (is_anonymous_child): New function.
2012 (create_child_with_value): If the child is anonymous and without
2013 a name, assign an object name to it.
2014 (c_describe_child): Use get_path_expr_parent to determine
2015 the parent expression.
2016 If there field represents an anonymous struct or union and
2017 has no name, set an appropriate display name and expression.
2018 (cplus_describe_child): Likewise.
2019
2020 2012-01-12 Pedro Alves <palves@redhat.com>
2021
2022 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
2023 available when %ebp is found to be zero (outermost).
2024
2025 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
2026
2027 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
2028 an internal gdb_static_assert.
2029 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
2030
2031 2012-01-11 Tom Tromey <tromey@redhat.com>
2032
2033 PR gdb/9598:
2034 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
2035 catch" and "catch throw".
2036
2037 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
2038
2039 * blockframe.c (block_innermost_frame): Start search from selected
2040 frame, if present, or otherwise the current frame.
2041
2042 * c-exp.y (variable): Update innermost_block for
2043 'block COLONCOLON NAME' clause.
2044 * m2-exp.y (variable): Ditto.
2045 * objc-exp.y (variable): Ditto.
2046
2047 2012-01-10 Tom Tromey <tromey@redhat.com>
2048
2049 PR python/13199:
2050 * python/python.c (finish_python_initialization): Set sys.argv.
2051
2052 2012-01-10 Doug Evans <dje@google.com>
2053
2054 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
2055 "want_line_info". All callers updated.
2056 (dwarf_decode_lines_1): New function.
2057 (handle_DW_AT_stmt_list): Add function comment.
2058 New arg "want_line_info". All callers updated.
2059 (read_file_scope,read_type_unit_scope): Move comment from
2060 handle_DW_AT_stmt_list to here.
2061
2062 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2063
2064 Fix regression after libiberty/ update for GCC PR 6057 and others.
2065 * c-exp.y (operator) <OPERATOR DELETE>
2066 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
2067 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
2068 (make_builtin_type, make_name): New variable i, add gdb_assert.
2069 (operator) <OPERATOR NEW>: Update ARGS to 3.
2070 (operator) <OPERATOR DELETE>: Add trailing space.
2071 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
2072 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
2073 * cp-support.c (cp_canonicalize_string): Check NULL from
2074 cp_comp_to_string, call warning and return.
2075
2076 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2077
2078 Fix duplicate .o files after omitting libbfd.a.
2079 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
2080 (SFILES): Add corelow.c.
2081 (COMMON_OBS): Add corelow.o.
2082 (ALLDEPFILES): Remove corelow.c.
2083 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
2084 * config/alpha/alpha-osf3.mh: Likewise.
2085 * config/alpha/fbsd.mh: Likewise.
2086 * config/arm/nbsdaout.mh: Likewise.
2087 * config/arm/nbsdelf.mh: Likewise.
2088 * config/i386/i386gnu.mh: Likewise.
2089 * config/ia64/hpux.mh: Likewise.
2090 * config/ia64/linux.mh: Likewise.
2091 * config/m32r/linux.mh: Likewise.
2092 * config/m68k/linux.mh: Likewise.
2093 * config/mips/irix5.mh: Likewise.
2094 * config/mips/irix6.mh: Likewise.
2095 * config/pa/hpux.mh: Likewise.
2096 * config/pa/linux.mh: Likewise.
2097 * config/powerpc/aix.mh: Likewise.
2098 * config/sparc/linux.mh: Likewise.
2099 * config/sparc/linux64.mh: Likewise.
2100 * config/sparc/sol2.mh: Likewise.
2101 * config/vax/vax.mh: Likewise.
2102 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
2103 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
2104 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
2105 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
2106 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
2107 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
2108 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
2109 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
2110 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
2111 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
2112 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
2113 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
2114 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
2115 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
2116 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
2117 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
2118 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
2119 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
2120 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
2121 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
2122 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
2123 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
2124 corelow.o from gdb_target_obs.
2125 * corefile.c (core_target): Update the comment on NULL value.
2126 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
2127 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
2128 MATCHES. Drop YUMMY set on NULL.
2129 (core_close): Do not call exit_inferior_silent on zero PID. Do not
2130 reclaim CORE_DATA if it is already NULL.
2131
2132 2012-01-09 Doug Evans <dje@google.com>
2133
2134 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
2135 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
2136
2137 2012-01-09 Keith Seitz <keiths@redhat.com>
2138
2139 * breakpoint.c (wrapper.h): Don't include.
2140
2141 2012-01-09 Keith Seitz <keiths@redhat.com>
2142
2143 * Makefile.in (SFILES): Remove wrapper.c.
2144 (HFILES_NO_SRCDIR): Remove wrapper.h.
2145 (COMMON_OBS): Remove wrapper.o.
2146 * cli/cli-interp.c: Don't inlude wrapper.h.
2147 * corelow.c: Likewise.
2148 (core_open): Replace gdb_target_find_new_threads with
2149 TRY_CATCH around target_find_new_threads.
2150 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
2151 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
2152 * varobj.c (varobj_create): Likewise for parse_exp_1 and
2153 evaluate_expression.
2154 (varobj_set_value): Likewise for evaluate_expression and
2155 value_assign.
2156 (install_new_variable): Likewise for value_fetch_lazy.
2157 (adjust_value_for_child_access): Likewise for value_ind.
2158 (c_describe_child): Likewise for value_subscript and
2159 value_ind.
2160 (c_value_of_root): Likewise for evaluate_expression.
2161 * wrapper.c: Remove.
2162 * wrapper.h: Remove.
2163
2164 2012-01-09 Doug Evans <dje@google.com>
2165
2166 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
2167 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
2168 "abfd" args with "section". All callers updated.
2169 Error checking code moved ...
2170 (error_check_comp_unit_head): ... here. New function.
2171 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
2172 Delete arg "abfd". New arg "type_offset". All callers updated.
2173 (create_debug_types_hash_table): Simplify by using
2174 read_and_check_type_unit_head.
2175
2176 * parser-defs.h (namecopy): Delete.
2177 * parse.c (namecopy, namecopy_size): Move into copy_name.
2178
2179 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2180
2181 Partially fix duplicate .o files after omitting libbfd.a.
2182 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
2183 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2184 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
2185 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2186 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
2187 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
2188 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2189
2190 2012-01-09 Pedro Alves <palves@redhat.com>
2191
2192 * MAINTAINERS: Update my email address.
2193
2194 2012-01-08 Doug Evans <dje@google.com>
2195
2196 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
2197 n_type_units. Rename type_comp_units to all_type_units.
2198 All uses updated.
2199 (add_signatured_type_cu_to_table): Renamed from
2200 add_signatured_type_cu_to_list. All callers updated.
2201
2202 * gdbtypes.h (struct cplus_struct_type): Delete member
2203 nfn_fields_total. All uses removed.
2204
2205 2012-01-06 Doug Evans <dje@google.com>
2206
2207 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
2208 to top of file.
2209 (dwarf2_find_comp_unit): Delete.
2210 (process_psymtab_comp_unit): Make result "void".
2211 Delete args buffer, info_ptr, buffer_size, and replace with
2212 "section". All callers updated.
2213 (dwarf2_build_psymtabs_hard): Simplify.
2214
2215 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
2216 Thiago Jung Bauermann <bauerman@br.ibm.com>
2217
2218 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
2219 before `struct gdb_exception'.
2220 * breakpoint.c (update_global_location_list_nothrow)
2221 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
2222 * cp-abi.c (value_rtti_type): Likewise.
2223 * cp-support.c (cp_validate_operator): Likewise.
2224 * infrun.c (insert_exception_resume_breakpoint)
2225 (check_exception_resume, keep_going): Likewise.
2226 * mi-interp.c (mi_breakpoint_created)
2227 (mi_breakpoint_modified): Likewise.
2228 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
2229 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
2230 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
2231
2232 2012-01-05 Doug Evans <dje@google.com>
2233
2234 * dwarf2read.c (statement_prologue): Delete, unused.
2235
2236 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
2237 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
2238
2239 * dwarf2read.c (comp_unit_header): Delete, unused.
2240
2241 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
2242
2243 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
2244 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
2245
2246 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
2247
2248 * infrun.c (normal_stop): Don't skip calling the normal_stop
2249 observers if the thread was doing a multi-step, but stopped for
2250 some reason other than stepping.
2251
2252 2012-01-05 Pedro Alves <alves.ped@gmail.com>
2253
2254 * cli/cli-decode.h: Add comments.
2255 (CMD_LIST_AMBIGUOUS): Moved to command.h
2256 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
2257 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
2258 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
2259 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
2260 (add_com, add_com_alias, add_info, add_info_alias)
2261 (complete_on_cmdlist, complete_on_enum, help_list): Remove
2262 declarations.
2263 * command.h: Add and adjust comments.
2264 (CMD_LIST_AMBIGUOUS): Moved here.
2265 (help_cmd, help_cmd_list): Delete declarations.
2266
2267 2012-01-04 Doug Evans <dje@google.com>
2268
2269 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
2270 All callers updated.
2271 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
2272 Replace all arguments with "per_cu". All callers updated.
2273
2274 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
2275
2276 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
2277 New arg "per_cu". All callers updated.
2278
2279 Delete #if 0'd out code.
2280 * language.c (binop_result_type): Delete.
2281 (simple_type, ordered_type, same_type, integral_type): Delete.
2282 (numeric_type, character_type, string_type, boolean_type): Delete.
2283 (float_type, structured_type): Delete.
2284 * language.h: Update.
2285
2286 2012-01-04 Tom Tromey <tromey@redhat.com>
2287
2288 * python/py-value.c (valpy_binop): Initialize 'res_val'.
2289
2290 2012-01-04 Joel Brobecker <brobecker@adacore.com>
2291
2292 * corefile.c (close_exec_file): Delete.
2293 (reopen_exec_file): Remove commented out code that seems related
2294 to close_exec_file, which is being deleted here.
2295 * inferior.h (close_exec_file): Delete.
2296 * fork-child.c (fork_inferior): Remove call to fork_inferior.
2297
2298 2012-01-04 Joel Brobecker <brobecker@adacore.com>
2299
2300 * ada-lang.c: #include "cli/cli-utils.h".
2301 (get_selections): Use skip_spaces.
2302 (ada_get_next_arg): Use skip_spaces and skip_to_space.
2303 (catch_ada_exception_command_split): Use skip_spaces.
2304 (ada_decode_assert_location): Likewise.
2305
2306 2012-01-04 Joel Brobecker <brobecker@adacore.com>
2307
2308 * linespec.c (decode_line_internal): Check for C++ or Java
2309 compound constructs only if the current language is C, C++
2310 or Java.
2311
2312 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2313
2314 Revert:
2315 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2316 Joel Brobecker <brobecker@adacore.com>
2317 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
2318 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
2319 3 times.
2320 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
2321 fall through into AT_ENTRY_POINT.
2322 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
2323 DUMMY_ADDR with it.
2324 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
2325 PPC_INSN_SIZE skip to 3 times.
2326
2327 2012-01-04 Joel Brobecker <brobecker@adacore.com>
2328
2329 * linespec.c (add_minsym): Preserve function descriptors.
2330
2331 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
2332
2333 * breakpoint.c (all_locations_are_pending): Consider locations
2334 in program spaces executing during startup pending as well.
2335
2336 2012-01-04 Joel Brobecker <brobecker@adacore.com>
2337
2338 Copyright year update in most files of the GDB Project.
2339
2340 2012-01-04 Joel Brobecker <brobecker@adacore.com>
2341
2342 * copyright.sh: Delete.
2343 * copyright.py: Rewrite.
2344
2345 2012-01-04 Joel Brobecker <brobecker@adacore.com>
2346
2347 * gnulib/extra/update-copyright: New file, imported from gnulib.
2348
2349 2012-01-04 Joel Brobecker <brobecker@adacore.com>
2350
2351 * README (Copyright and License Notices): New section.
2352
2353 2012-01-03 Tom Tromey <tromey@redhat.com>
2354
2355 PR python/12533:
2356 * python/py-value.c (valpy_dereference, valpy_get_address
2357 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
2358 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
2359 (valpy_absolute, valpy_richcompare): Free intermediate values.
2360
2361 2011-01-03 Joel Brobecker <brobecker@adacore.com>
2362
2363 * ada-lang.c: Reformat the copyright notice.
2364
2365 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2366
2367 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
2368 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
2369 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
2370 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
2371 Revert this part of:
2372 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2373 Build gdb directly from *.o files not using libgdb.a.
2374 * Makefile.in (COMMON_OBS): Remove solib-target.o.
2375
2376 2012-01-02 Joel Brobecker <brobecker@adacore.com>
2377
2378 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
2379 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
2380 Reformat the copyright header.
2381
2382 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2383
2384 Revert this part of:
2385 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2386 Remove the gdbtui binary.
2387 * gdb.c (main): Remove args.interpreter_p initialization.
2388 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
2389 * main.h (struct captured_main_args): Remove interpreter_p.
2390
2391 2012-01-02 Joel Brobecker <brobecker@adacore.com>
2392
2393 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
2394
2395 2012-01-02 Joel Brobecker <brobecker@adacore.com>
2396
2397 * top.c (print_gdb_version): Update copyright year.
2398
2399 2012-01-02 Yao Qi <yao@codesourcery.com>
2400
2401 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
2402
2403 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2404 Joel Brobecker <brobecker@adacore.com>
2405
2406 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
2407 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
2408 3 times.
2409 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
2410 fall through into AT_ENTRY_POINT.
2411 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
2412 DUMMY_ADDR with it.
2413 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
2414 PPC_INSN_SIZE skip to 3 times.
2415
2416 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2417
2418 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
2419 the return value.
2420 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
2421
2422 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2423
2424 Build gdb directly from *.o files not using libgdb.a.
2425 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
2426 (COMMON_OBS): Remove solib-target.o.
2427 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
2428 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
2429 (LIBGDB_OBS, libgdb.a): Move it above.
2430 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
2431 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
2432 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
2433 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
2434 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
2435 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
2436 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
2437 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
2438 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
2439 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
2440 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
2441 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
2442 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
2443 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
2444 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
2445 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
2446 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
2447 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
2448 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
2449 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
2450 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
2451 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
2452 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
2453 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
2454 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
2455 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
2456 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
2457
2458 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2459
2460 Remove the gdbtui binary.
2461 * .gitignore (/gdbtui): Remove.
2462 * Makefile.in (TUI): Remove.
2463 (SUBDIR_TUI_OBS): Remove tui-main.o.
2464 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
2465 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
2466 (tui-main.o): Remove.
2467 (all_object_files): Remove tui-main.o.
2468 * NEWS: New note for the gdbtui removal.
2469 * configure: Rebuilt.
2470 * configure.ac: No longer add all-tui, clean-tui, install-tui and
2471 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
2472 CONFIG_UNINSTALL respectively.
2473 * gdb.c (main): Remove args.interpreter_p initialization.
2474 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
2475 * main.h (struct captured_main_args): Remove interpreter_p.
2476 * tui/tui-main.c: Remove.
2477
2478 2012-01-01 Doug Evans <dje@google.com>
2479
2480 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
2481 (dwarf2_physname, read_import_statement): Ditto.
2482 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
2483 (process_structure_scope read_subroutine_type): Ditto.
2484 (read_typedef, load_partial_dies, read_partial_die): Ditto.
2485 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
2486 (dwarf2_fetch_die_location_block): Ditto.
2487 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
2488
2489 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
2490 All callers updated.
2491 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
2492 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
2493 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
2494
2495 * dwarf2read.c (load_cu): Move assert to more useful location.
2496
2497 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
2498 All callers updated.
2499
2500 * dwarf2read.c (dwarf2_per_objfile): Add comment.
2501 (dwarf2_elf_names): Minor reformat.
2502 (dwarf2_per_cu_data): Tweak comment.
2503 (dwarf2_read_section): Fix comment.
2504 (create_all_comp_units): Fix comment.
2505 (load_full_comp_unit): Fix comment.
2506 (process_full_comp_unit): Fix comment.
2507 (read_signatured_type): Fix comment.
2508
2509 For older changes see ChangeLog-2011.
2510 \f
2511 Local Variables:
2512 mode: change-log
2513 left-margin: 8
2514 fill-column: 74
2515 version-control: never
2516 coding: utf-8
2517 End: