gdb/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
11c81455
JK
12011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 GDB find_pc_partial_function support for STT_GNU_IFUNC.
4 * blockframe.c (cache_pc_function_is_gnu_ifunc): New variable.
5 (clear_pc_function_cache): Clear it.
6 (find_pc_partial_function): Rename to ...
7 (find_pc_partial_function_gnu_ifunc): ... this function. New
8 parameter is_gnu_ifunc_p, describe it. Set *IS_GNU_IFUNC_P.
9 (find_pc_partial_function): New wrapper for this function.
10 * symtab.h (find_pc_partial_function_gnu_ifunc): New declaration.
11
0875794a
JK
122011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13
14 GDB internal type support for STT_GNU_IFUNC.
15 * elfread.c (record_minimal_symbol): Support mst_text_gnu_ifunc.
16 (elf_symtab_read): Set mst_text_gnu_ifunc for
17 BSF_GNU_INDIRECT_FUNCTION.
18 * eval.c (evaluate_subexp_standard): Support TYPE_GNU_IFUNC.
19 * gdbtypes.c (init_type): Support TYPE_FLAG_GNU_IFUNC,
20 builtin_func_func, nodebug_text_gnu_ifunc_symbol and
21 nodebug_got_plt_symbol.
22 * gdbtypes.h (enum type_flag_value): New entry TYPE_FLAG_GNU_IFUNC.
23 (TYPE_GNU_IFUNC): New.
24 (struct main_type): New field flag_gnu_ifunc.
25 (struct builtin_type): New field builtin_func_func.
26 (struct objfile_type): New fields nodebug_text_gnu_ifunc_symbol and
27 nodebug_got_plt_symbol.
28 * minsyms.c (lookup_minimal_symbol_text): Support mst_text_gnu_ifunc.
29 (in_gnu_ifunc_stub): New.
30 (prim_record_minimal_symbol, find_solib_trampoline_target): Support
31 mst_text_gnu_ifunc.
32 * parse.c (write_exp_msymbol): New variable ifunc_msym. Detect and
33 support mst_text_gnu_ifunc. Support mst_slot_got_plt.
34 * solib-svr4.c (svr4_in_dynsym_resolve_code): Return true also for
35 in_gnu_ifunc_stub.
36 * symmisc.c (dump_msymbols): Support mst_text_gnu_ifunc.
37 * symtab.c (search_symbols): Likewise.
38 * symtab.h (enum minimal_symbol_type): New fields mst_text_gnu_ifunc
39 and mst_slot_got_plt.
40 (in_gnu_ifunc_stub): New declaration.
41
d0fb5eae
JK
422011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
43
44 Support a ring of related breakpoints.
45 * breakpoint.c (watchpoint_del_at_next_stop): New, move here code from
46 other functions, add gdb_assert.
47 (update_watchpoint, watchpoint_check): Add gdb_assert. Use
48 watchpoint_del_at_next_stop.
49 (bpstat_check_watchpoint): Use watchpoint_del_at_next_stop.
50 (bpstat_stop_status): Handle ring in related_breakpoint.
51 (set_raw_breakpoint_without_location): Initialize ring in
52 related_breakpoint.
53 (delete_breakpoint): Handle ring in related_breakpoint, use
54 watchpoint_del_at_next_stop.
55 (map_breakpoint_numbers): Handle ring in related_breakpoint.
56
9cded63f
TT
572011-03-28 Tom Tromey <tromey@redhat.com>
58
59 PR symtab/12441:
60 * dwarf2read.c (prepare_one_comp_unit): Don't call set_cu_language
61 with `language_minimal'.
62
467d42c4
UW
632011-03-25 Ulrich Weigand <ulrich.weigand@linaro.org>
64
65 * arm-tdep.c (arm_elf_make_msymbol_special): Use ARM_SYM_BRANCH_TYPE
66 instead of checking for STT_ARM_TFUNC symbol type.
67
62853458
TT
682011-03-25 Tom Tromey <tromey@redhat.com>
69
70 * linespec.c (symbol_found): Restore line-based result for
71 non-LOC_LABEL symbols.
72
a7417d46
KT
732011-03-25 Kai Tietz <ktietz@redhat.com>
74
75 * tui/tui-source.c (tui_set_source_content): Use filename_cmp
76 instead of strcmp for comparison.
77 (tui_source_is_displayed): Likewise.
78 * tui/tui-winsource.c (tui_update_breakpoint_info): Likewise.
79
55f1336d
TT
802011-03-24 Mark Wielaard <mjw@redhat.com>
81
82 * dwarf2read.c (lookup_signatured_type): Use DW_FORM_ref_sig8 in
83 complaint.
84 (skip_one_die): Use DW_FORM_ref_sig8, not DW_FORM_sig8.
85 (find_partial_die_in_comp_unit): Likewise in comment.
86 (read_attribute_value): Likewise.
87 (lookup_die_type): Likewise.
88 (dwarf_form_name): Likewise.
89 (dump_die_shallow): Likewise.
90 (follow_die_ref_or_sig): Likewise.
91
9ef07c8c
TT
922011-03-24 Tom Tromey <tromey@redhat.com>
93
94 PR breakpoints/11816:
95 * linespec.c (decode_line_1): Parse `function:label' linespecs.
96 (decode_compound): Update.
97 (find_function_symbol): New function.
98 (decode_dollar): Update.
99 (decode_label): Add 'function_symbol' parameter. Handle
100 function-relative labels.
101 (decode_variable): Update.
102 (symbol_found): Add 'function_symbol' parameter. Use label's PC,
103 not its line. Set `special_display' and canonical name for
104 labels.
105
56435ebe
TT
1062011-03-24 Tom Tromey <tromey@redhat.com>
107
108 * linespec.h (struct linespec_result) <special_display>: New
109 field.
110 * breakpoint.h (struct breakpoint) <display_canonical>: New
111 field.
112 * breakpoint.c (print_breakpoint_location): Respect
113 display_canonical.
114 (create_breakpoint_sal): Add 'display_canonical' parameter.
115 (create_breakpoints_sal): Update.
116 (create_breakpoint): Update.
117
7efd8fc2
TT
1182011-03-24 Tom Tromey <tromey@redhat.com>
119
120 * symtab.c (decode_line_spec): Update.
121 * linespec.c (build_canonical_line_spec): Change type of
122 'canonical'.
123 (decode_line_2, decode_line_1, decode_objc, decode_compound)
124 (find_method, decode_all_digits, decode_dollar, decode_label)
125 (symbol_found): Likewise.
126 (init_linespec_result): New function.
127 * breakpoint.c (struct captured_parse_breakpoint_args)
128 <canonical_p>: New field, replaces addr_string_p.
129 (create_breakpoints_sal): Add 'canonical' parameter, replacing
130 'addr_string'.
131 (parse_breakpoint_sals): Likewise.
132 (do_captured_parse_breakpoint): Update.
133 (create_breakpoint): Use struct linespec_result.
134 (until_break_command): Update.
135 (breakpoint_re_set_one): Update.
136 (decode_line_spec_1): Update.
137 * linespec.h (struct linespec_result): New.
138 (init_linespec_result): Declare.
139
788c8b10
PA
1402011-03-23 Pedro Alves <pedro@codesourcery.com>
141
142 * regcache.c (regcache_raw_read): If the target didn't supply a
143 given raw register, mark it as unavailable.
144
0ba1096a
KT
1452011-03-23 Kai Tietz <ktietz@redhat.com>
146
147 * breakpoint.c (clear_command): Use filename_cmp
148 instead of strcmp for comparison.
149 * buildsym.c (watch_main_source_file_lossage): Likewise.
150 (patch_subfile_names): Use IS_DIR_SEPARATOR instead of
151 checking just for slash.
152 * dbxread.c (read_dbx_symtab): Use lbasename instead of
153 strrchr and filename_cmp instead of strcmp for filenames.
154 (add_old_header_file): Use filename_cmp
155 instead of strcmp for comparison.
156 * exec.c (exec_set_section_address): Likewise.
157 * macrotab.c (macro_lookup_inclusion): Likewise.
158 (macro_lookup_inclusion): Likewise.
159 * elfread.c (_initialize_elfread): Likewise.
160 (elfstab_offset_sections): Likewise.
161 (elfstab_offset_sections): Use lbasename instead of
162 strrchr.
163 * mdebugread.c (parse_partial_symbols): Likewise.
164 (arse_partial_symbols): Use filename_(n)cmp instead of
165 str(n)cmp for comparison.
166 * minsyms.c (lookup_minimal_symbol): Likewise.
167 * psymtab.c (read_psymtabs_with_filename): Likewise.
168 * solib.c (solib_read_symbols): Likewise.
169 (reload_shared_libraries_1): Likewise.
170 * symmisc.c (maintenance_print_symbols): Likewise.
171 * symfile.c (separate_debug_file_exists): Likewise.
172 (reread_symbols): Likewise.
173 (find_separate_debug_file_by_debuglink): Likewise.
174 * remote-fileio.c (remote_fileio_func_rename): Likewise.
175 * source.c (add_path): Likewise.
176 * symtab.c (filename_seen): Likewise.
177 (file_matches): Likewise.
178 (print_symbol_info): Likewise.
179 (maybe_add_partial_symtab_filename): Likewise.
180 (make_source_files_completion_list): Likewise.
181 * xml-syscall.c (init_sysinfo): Likewise.
182 * windows-nat.c (_initialize_check_for_gdb_ini): Use
183 IS_DIR_SEPARATOR for checking for trailing path separator.
184
dd90784c
JK
1852011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
186
187 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_entry_value. New
188 label abort_expression.
189 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Handle
190 DWARF_VALUE_OPTIMIZED_OUT.
191
3167638f
JK
1922011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
193
194 Code cleanup.
195 * c-typeprint.c (c_type_print_args): Change parameter show_artificial
196 to linkage_name. Invert its value. Update the function comment.
197 (c_type_print_varspec_suffix): Invert it at the caller.
198 * dwarf2read.c (dwarf2_compute_name): Invert it at the caller.
199
ce406537
PA
2002011-03-22 Pedro Alves <pedro@codesourcery.com>
201
202 * infcmd.c (post_create_inferior): Ignore NOT_AVAILABLE_ERROR
203 errors when reading the `stop_pc'.
204 * printcmd.c (pc_prefix): Use get_frame_pc_if_available instead of
205 get_frame_pc.
206
da5d4055
PM
2072011-03-22 Phil Muldoon <pmuldoon@redhat.com>
208
209 * NEWS: Document gdb.Write stream keyword.
210
29e0eb9c
JK
2112011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
212
213 Revert:
214 2011-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
215 * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
216 (dwarf2_add_field): Fix new_field->accessibility for
217 cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
218
05775840
PM
2192011-03-22 Phil Muldoon <pmuldoon@redhat.com>
220
221 PR python/12183
222
223 * python/py-function.c (fnpy_call): Treat GdbErrors differently to
224 other error classes. Do not print stack trace.
225
a0cb7835
JK
2262011-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
227
228 * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
229 (dwarf2_add_field): Fix new_field->accessibility for
230 cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
231
d19f7eee
UW
2322011-03-21 Ulrich Weigand <ulrich.weigand@linaro.org>
233
234 * arm-tdep.c (arm_analyze_prologue): Do not abort parsing when
235 encountering a load via a non-SP register.
236
4a2fbb50
UW
2372011-03-21 Ulrich Weigand <uweigand@de.ibm.com>
238
239 * tramp-frame.c (tramp_frame_prepend_unwinder): Set stop_reason
240 field in returned unwinder.
241
3489610d
JB
2422012-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
243
244 * ada-lang.c (replace_operator_with_call): Copy also GDBARCH.
245
8c1a34e7
JB
2462012-03-21 Joel Brobecker <brobecker@adacore.com>
247
248 * ada-lang.c (replace_operator_with_call): Use xzalloc instead
249 of xmalloc.
250
8fbca658
PA
2512012-03-18 Pedro Alves <pedro@codesourcery.com>
252
253 * frame.c (frame_unwind_register): Throw an error if unwinding the
254 register failed.
255 * get_prev_frame_1 (get_prev_frame_1): Ask the unwinder if there's
256 an unwind stop reason.
257 (frame_stop_reason_string): Handle UNWIND_UNAVAILABLE.
258 * frame.h (enum unwind_stop_reason) <UNWIND_OUTERMOST,
259 UNWIND_UNAVAILABLE>: New.
260 * inline-frame.c (inline_frame_unwind): Install
261 default_frame_unwind_stop_reason.
262 * frame-unwind.c: Include "exceptions.h".
263 (frame_unwind_find_by_frame): Swallow NOT_AVAILABLE_ERROR errors.
264 (default_frame_unwind_stop_reason): New.
265 * frame-unwind.h (frame_unwind_stop_reason_ftype): New typedef.
266 (default_frame_unwind_stop_reason): Declare.
267 (struct frame_unwind) <stop_reason>: New function pointer.
268
269 * dummy-frame.c: Install default_frame_unwind_stop_reason.
270 * dwarf2-frame.c: Include exceptions.h.
271 (struct dwarf2_frame_cache) <unavailable_retaddr>: New field.
272 (dwarf2_frame_cache): Swallow NOT_AVAILABLE_ERROR errors when
273 computing the CFA. If such an error was thrown, set
274 unavailable_retaddr.
275 (dwarf2_frame_unwind_stop_reason): New.
276 (dwarf2_frame_this_id): Don't build a frame id if the CFA was
277 unavailable.
278 (dwarf2_frame_unwind): Install dwarf2_frame_unwind_stop_reason.
279 (dwarf2_signal_frame_unwind): Ditto.
280
281 * amd64-tdep.c: Include "exceptions.h".
282 (struct amd64_frame_cache): New field "base_p".
283 (amd64_init_frame_cache): Clear it.
284 (amd64_frame_cache_1): New, factored out from amd64_frame_cache.
285 Avoid reading registers with functions that throw if the register
286 is not necessary to compute the frame base.
287 (amd64_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
288 swallowing NOT_AVAILABLE_ERROR.
289 (amd64_frame_unwind_stop_reason): New.
290 (amd64_frame_this_id): Don't build a frame id if the frame base
291 was unavailable.
292 (amd64_frame_unwind): Install amd64_frame_unwind_stop_reason.
293 (amd64_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
294 base_p if the frame base was computable.
295 (amd64_sigtramp_frame_unwind_stop_reason): New.
296 (amd64_sigtramp_frame_this_id): Don't build a frame id if the
297 frame base was unavailable.
298 (amd64_sigtramp_frame_unwind): Install
299 amd64_sigtramp_frame_unwind_stop_reason.
300 (amd64_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
301 base_p if the frame base was computable.
302 (amd64_epilogue_frame_unwind_stop_reason): New.
303 (amd64_epilogue_frame_this_id): Don't build a frame id if the
304 frame base was unavailable.
305 (amd64_epilogue_frame_unwind): Install
306 amd64_epilogue_frame_unwind_stop_reason.
307 * i386-tdep.c: Include "exceptions.h".
308 (struct i386_frame_cache): New field "base_p".
309 (i386_init_frame_cache): Clear it.
310 (i386_frame_cache_1): New, factored out from amd64_frame_cache.
311 Avoid reading registers with functions that throw if the register
312 is not necessary to compute the frame base.
313 (i386_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
314 swallowing NOT_AVAILABLE_ERROR.
315 (i386_frame_unwind_stop_reason): New.
316 (i386_frame_this_id): Don't build a frame id if the frame base was
317 unavailable.
318 (i386_frame_prev_register): Handle unavailable SP.
319 (i386_frame_unwind): Install i386_frame_unwind_stop_reason.
320 (i386_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
321 base_p if the frame base was computable.
322 (i386_epilogue_frame_unwind_stop_reason): New.
323 (i386_epilogue_frame_this_id): Don't build a frame id if the frame
324 base was unavailable.
325 (i386_epilogue_frame_unwind): Install
326 i386_epilogue_frame_unwind_stop_reason.
327 (i386_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
328 base_p if the frame base was computable.
329 (i386_sigtramp_frame_unwind_stop_reason): New.
330 (i386_sigtramp_frame_this_id): Don't build a frame id if the frame
331 base was unavailable.
332 (i386_sigtramp_frame_unwind): Install
333 i386_sigtramp_frame_unwind_stop_reason.
334 * sentinel-frame.c (sentinel_frame_prev_register): Use the value
335 type's size, not the register's.
336 (sentinel_frame_unwind): Install default_frame_unwind_stop_reason.
337
338 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind): Install
339 default_frame_unwind_stop_reason.
340 * alpha-tdep.c (alpha_sigtramp_frame_unwind)
341 (alpha_heuristic_frame_unwind): Ditto.
342 * amd64obsd-tdep.c (amd64obsd_trapframe_unwind): Ditto.
343 * arm-tdep.c (arm_prologue_unwind, arm_stub_unwind): Ditto.
344 * avr-tdep.c (avr_frame_unwind): Ditto.
345 * cris-tdep.c (cris_sigtramp_frame_unwind, cris_frame_unwind):
346 Ditto.
347 * frv-linux-tdep.c (frv_linux_sigtramp_frame_unwind): Ditto.
348 * frv-tdep.c (frv_frame_unwind): Ditto.
349 * h8300-tdep.c (h8300_frame_unwind): Ditto.
350 * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind): Ditto.
351 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind): Ditto.
352 * hppa-tdep.c (hppa_frame_unwind, hppa_fallback_frame_unwind)
353 (hppa_stub_frame_unwind): Ditto.
354 * i386obsd-tdep.c (i386obsd_trapframe_unwind): Ditto.
355 * ia64-tdep.c (ia64_frame_unwind, ia64_sigtramp_frame_unwind)
356 (ia64_libunwind_frame_unwind)
357 (ia64_libunwind_sigtramp_frame_unwind): Ditto.
358 * iq2000-tdep.c (iq2000_frame_unwind): Ditto.
359 * lm32-tdep.c (lm32_frame_unwind): Ditto.
360 * m32c-tdep.c (m32c_unwind): Ditto.
361 * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_unwind): Ditto.
362 * m32r-tdep.c (m32r_frame_unwind): Ditto.
363 * m68hc11-tdep.c (m68hc11_frame_unwind): Ditto.
364 * m68k-tdep.c (m68k_frame_unwind): Ditto.
365 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_unwind): Ditto.
366 * m88k-tdep.c (m88k_frame_unwind): Ditto.
367 * mep-tdep.c (mep_frame_unwind): Ditto.
368 * microblaze-tdep.c (microblaze_frame_unwind): Ditto.
369 * mips-tdep.c (mips_insn16_frame_unwind, mips_insn32_frame_unwind)
370 (mips_stub_frame_unwind): Ditto.
371 * mn10300-tdep.c (mn10300_frame_unwind): Ditto.
372 * moxie-tdep.c (moxie_frame_unwind): Ditto.
373 * mt-tdep.c (mt_frame_unwind): Ditto.
374 * ppc-linux-tdep.c (ppu2spu_unwind): Ditto.
375 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_unwind): Ditto.
376 * rs6000-tdep.c (rs6000_frame_unwind): Ditto.
377 * s390-tdep.c (s390_frame_unwind, s390_stub_frame_unwind)
378 (s390_sigtramp_frame_unwind): Ditto.
379 * score-tdep.c (score_prologue_unwind): Ditto.
380 * sh-tdep.c (sh_frame_unwind): Ditto.
381 * sh64-tdep.c (sh64_frame_unwind): Ditto.
382 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_unwind): Ditto.
383 * sparc-tdep.c (sparc32_frame_unwind): Ditto.
384 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_unwind): Ditto.
385 * sparc64-tdep.c (sparc64_frame_unwind): Ditto.
386 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_unwind): Ditto.
387 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_unwind): Ditto.
388 * sparc64obsd-tdep.c (sparc64obsd_frame_unwind)
389 (sparc64obsd_trapframe_unwind): Ditto.
390 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_unwind): Ditto.
391 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_unwind): Ditto.
392 * spu-tdep.c (spu_frame_unwind, spu2ppu_unwind): Ditto.
393 * v850-tdep.c (v850_frame_unwind): Ditto.
394 * vax-tdep.c (vax_frame_unwind): Ditto.
395 * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_unwind): Ditto.
396 * xstormy16-tdep.c (frame_unwind xstormy16_frame_unwind): Ditto.
397 * xtensa-tdep.c (xtensa_unwind): Ditto.
398
f23d1b92
PA
3992011-03-18 Pedro Alves <pedro@codesourcery.com>
400
401 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Assume
402 there's always a frame. Use get_frame_pc_if_available instead of
403 get_frame_pc, and if there's no PC available, don't look up a
404 symtab.
405
1d4f5741
PA
4062011-03-18 Pedro Alves <pedro@codesourcery.com>
407
408 * stack.c (print_frame_local_vars, print_frame_arg_vars): Handle
409 unavailable PC.
410
dba09041
PA
4112011-03-18 Pedro Alves <pedro@codesourcery.com>
412
413 * tracepoint.c (set_traceframe_context): Handle unavailable PC
414 gracefully.
415
9a26e44c
PA
4162011-03-18 Pedro Alves <pedro@codesourcery.com>
417
418 * frame.h (frame_unwind_caller_pc_if_available): Declare.
419 * frame.c (frame_unwind_caller_pc_if_available): New.
420 * stack.c (frame_info): Handle unavailable PC.
421
4222011-03-18 Pedro Alves <pedro@codesourcery.com>
423
424 * frame.c (frame_unwind_pc): Rename to ...
425 (frame_unwind_pc_if_available): ... this. New `pc' output
426 parameter. Change return type to int. Gracefully handle
427 gdbarch_unwind_pc throwing NOT_AVAILABLE_ERROR. Return 0 if that
428 happened, or 1 otherwise.
429 (frame_unwind_pc): Reimplement on top of
430 frame_unwind_pc_if_available.
431 (get_frame_func): Rename to ...
432 (get_frame_func_if_available): New `pc' output parameter. Change
433 return type to int. Gracefully handle the PC not being available.
434 (get_frame_func): Reimplement on top of
435 get_frame_func_if_available.
436 (select_frame): Handle the PC being unavailable.
437 (get_prev_frame): Handle the PC being unavailable.
438 (get_frame_pc_if_available): New.
439 (get_frame_address_in_block_if_available): New.
440 (find_frame_sal): Handle the frame PC not being available.
441 * frame.h (get_frame_pc_if_available): Declare.
442 (get_frame_address_in_block_if_available): Declare.
443 (get_frame_func_if_available): Declare.
444 * stack.c (print_frame_info): Handle the PC being unavailable.
445 (find_frame_funname): Ditto.
446 (print_frame): Handle the PC being unavailable.
447 (get_frame_language): Ditto.
448 * blockframe.c (get_frame_block): Ditto.
449 * macroscope.c (default_macro_scope): Ditto.
450 * tui/tui-stack.c (tui_show_frame_info): Ditto.
451
4522011-03-18 Pedro Alves <pedro@codesourcery.com>
453
454 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Catch
455 NOT_AVAILABLE_ERROR when evaluating the location expression.
456
4572011-03-18 Pedro Alves <pedro@codesourcery.com>
458
459 * dwarf2loc.c (read_pieced_value): Handle get_frame_register_bytes
460 returning that the register piece is unavailable/optimized out.
461 (write_pieced_value): Handle get_frame_register_bytes returning
462 that the register piece is unavailable/optimized out when doing a
463 read-modify write of a bitfield.
464 * findvar.c (value_from_register): Handle get_frame_register_bytes
465 returning that the register piece is unavailable/optimized out.
466 * frame.c (get_frame_register_bytes): New parameters `optimizedp'
467 and `unavailablep'. Throw error on bad debug info. Use
468 frame_register instead of frame_register_read, to fill in the new
469 arguments.
470 * frame.h (get_frame_register_bytes): New parameters `optimizedp'
471 and `unavailablep'.
472 * valops.c: (value_assign): Adjust, and handle
473 get_frame_register_bytes failing.
474 * spu-tdep.c: Include exceptions.h.
475 (spu_software_single_step): Adjust, and handle
476 get_frame_register_bytes failing.
477 (spu_get_longjmp_target): Ditto.
478 * gdbarch.sh (register_to_value): Change to return int. New
479 parameters `optimizedp' and `unavailablep'.
480 * gdbarch.h, gdbarch.c: Regenerate.
481 * i386-tdep.c (i386_register_to_value): Adjust to new
482 gdbarch_register_to_value interface.
483 * i387-tdep.c (i387_register_to_value): Ditto.
484 * i387-tdep.h (i387_register_to_value): Ditto.
485 * alpha-tdep.c (alpha_register_to_value): Ditto.
486 * ia64-tdep.c (ia64_register_to_value): Ditto.
487 * m68k-tdep.c (m68k_register_to_value): Ditto.
488 * mips-tdep.c (mips_register_to_value): Ditto.
489 * rs6000-tdep.c (rs6000_register_to_value): Ditto.
490
0fdb4f18
PA
4912011-03-18 Pedro Alves <pedro@codesourcery.com>
492
493 * findvar.c (value_of_register): Mark the value as unavailable, if
494 the register is unavailable.
495 * frame.h (frame_register_unwind): New `unavailablep' parameter.
496 (frame_register): New `unavailablep' parameter.
497 (frame_register_read): Update comment.
498 * frame.c (frame_register_unwind): New `unavailablep' parameter.
499 Set it if the register is unavailable. If the register is
500 unavailable, clear the output buffer.
501 (frame_register): New `unavailablep' parameter. Pass it down.
502 (frame_unwind_register): Adjust.
503 (put_frame_register): Adjust.
504 (frame_register_read): Adjust. Also return false if the register
505 is not available.
506 (frame_register_unwind_location): Adjust.
507 * sentinel-frame.c (sentinel_frame_prev_register): If the register
508 is unavailable, mark the value accordingly.
509 * stack.c (frame_info): Handle unavailable registers.
510
e69aa73e
PA
5112011-03-18 Pedro Alves <pedro@codesourcery.com>
512
513 * mi/mi-main.c (register_changed_p): Handle REG_UNAVAILABLE, and
514 simplify, using regcache_cooked_read.
515
05d1431c
PA
5162011-03-18 Pedro Alves <pedro@codesourcery.com>
517
518 * regcache.h (regcache_raw_read, regcache_raw_read_signed)
519 (regcache_raw_read_unsigned, regcache_raw_read_signed)
520 (regcache_raw_read_unsigned, regcache_raw_read_part)
521 (regcache_cooked_read, regcache_cooked_read_signed)
522 (regcache_cooked_read_unsigned, regcache_cooked_read_part)
523 (regcache_cooked_read_ftype): Change return to enum
524 register_status.
525 * regcache.c: Include exceptions.h
526 (regcache_save): Adjust to handle REG_UNAVAILABLE registers.
527 (do_cooked_read): Change return to enum register_status. Always
528 forward to regcache_cooked_read.
529 (regcache_raw_read): Change return to enum register_status. If
530 the register is not REG_VALID, memset the buffer. Return the
531 register's status.
532 (regcache_raw_read_signed): Handle non-REG_VALID registers and
533 return the register's status.
534 (regcache_raw_read_unsigned): Ditto.
535 (regcache_cooked_read): Change return to enum register_status.
536 Assert that with read-only regcaches, the register's status must
537 be known. If the regcache is read-only, and the register is not
538 REG_VALID, memset the buffer. Return the register's status.
539 (regcache_cooked_read_signed): Change return to enum
540 register_status. Handle non-REG_VALID registers and return the
541 register's status.
542 (regcache_cooked_read_unsigned): Change return to enum
543 register_status. Handle non-REG_VALID registers and return the
544 register's status.
545 (regcache_xfer_part, regcache_raw_read_part)
546 (regcache_cooked_read_part): Change return to enum
547 register_status. Return the register's status.
548 (regcache_read_pc): Throw NOT_AVAILABLE_ERROR if the register is
549 unavailable.
550 (regcache_dump): Handle unavailable cooked registers.
551 * frame.c (do_frame_register_read): Adjust interface to match
552 regcache_cooked_read_ftype.
553 * gdbarch.sh (pseudo_register_read): Change return to enum
554 register_status.
555 * gdbarch.h, gdbarch.c: Regenerate.
556
557 * i386-tdep.h (i386_pseudo_register_read): Change return to enum
558 register_status.
559 * i386-tdep.c (i386_pseudo_register_read): Change return to enum
560 register_status. If reading a raw register indicates the raw
561 register is not valid, return the raw register's status,
562 otherwise, return REG_VALID.
563 * amd64-tdep.c (amd64_pseudo_register_read): Change return to enum
564 register_status. Handle non-REG_VALID raw registers and return
565 the register's status.
566 * arm-tdep.c (arm_neon_quad_read)
567 (arm_pseudo_read): Change return to enum register_status. Handle
568 non-REG_VALID raw registers and return the register's status.
569 * avr-tdep.c (avr_pseudo_register_read): Ditto.
570 * frv-tdep.c (frv_pseudo_register_read): Ditto.
571 * h8300-tdep.c (h8300_pseudo_register_read): Ditto.
572 * hppa-tdep.c (hppa_pseudo_register_read): Ditto.
573 * m32c-tdep.c (m32c_move_reg_t): Change return to enum
574 register_status.
575 (m32c_raw_read, m32c_raw_write, m32c_banked_read)
576 (m32c_banked_write, m32c_sb_read, m32c_sb_write, m32c_part_read)
577 (m32c_part_write, m32c_cat_read, m32c_cat_write)
578 (m32c_r3r2r1r0_read, m32c_r3r2r1r0_write)
579 (m32c_pseudo_register_read): Change return to enum
580 register_status. Adjust.
581 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Change return to
582 enum register_status. Return the register's status.
583 * mep-tdep.c (mep_pseudo_cr32_read): Change return to enum
584 register_status. Return the register's status.
585 (mep_pseudo_cr64_read, mep_pseudo_register_read): Ditto.
586 * mips-tdep.c (mips_pseudo_register_read): Ditto.
587 * mt-tdep.c (mt_pseudo_register_read): Ditto.
588 * rs6000-tdep.c (move_ev_register_func): New typedef.
589 (e500_move_ev_register): Use it. Change return to enum
590 register_status. Return the register's status.
591 (do_regcache_raw_read): New function.
592 (do_regcache_raw_write): New function.
593 (e500_pseudo_register_read): Change return to enum
594 register_status. Return the register's status. Use
595 do_regcache_raw_read.
596 (e500_pseudo_register_write): Adjust. Use do_regcache_raw_write.
597 (dfp_pseudo_register_read): Change return to enum register_status.
598 Return the register's status.
599 (vsx_pseudo_register_read): Ditto.
600 (efpr_pseudo_register_read): Ditto.
601 (rs6000_pseudo_register_read): Ditto.
602 * s390-tdep.c (s390_pseudo_register_read): Change return to enum
603 register_status. Return the register's status.
604 * sh64-tdep.c (pseudo_register_read_portions): New function.
605 (sh64_pseudo_register_read): Change return to enum
606 register_status. Use pseudo_register_read_portions. Return the
607 register's status.
608 * ia64-tdep.c (ia64_pseudo_register_read): Change return to enum
609 register_status. Return the register's status.
610 * sh-tdep.c (pseudo_register_read_portions): New function.
611 (sh_pseudo_register_read): Change return to enum register_status.
612 Use pseudo_register_read_portions. Return the register's status.
613 * sparc-tdep.c (sparc32_pseudo_register_read): Change return to
614 enum register_status. Return the register's status.
615 * sparc64-tdep.c (sparc64_pseudo_register_read): Ditto.
616 * spu-tdep.c (spu_pseudo_register_read_spu)
617 (spu_pseudo_register_read): Ditto.
618 * xtensa-tdep.c (xtensa_register_read_masked)
619 (xtensa_pseudo_register_read): Ditto.
620 * bfin-tdep.c (bfin_pseudo_register_read): Ditto.
621
e10abd8f
PM
6222011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
623
624 * python/py-value.c (valpy_getitem): Fix formatting of error function
625 call.
626
7ea6d463
PM
6272011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
628
629 ARI fixes: Add missing internationalization markups throughout
630 C source files.
631 * darwin-nat-info.c: Ditto.
632 * record.c: Ditto.
633 * remote.c: Ditto.
634 * mi/mi-main.c: Ditto.
635
001083c6
PM
6362011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
637
638 ARI fixes: Add missing internationalization markups throughout
639 yacc files.
640 * c-exp.y: Ditto.
641 * cp-name-parser.y: Ditto.
642 * f-exp.y: Ditto.
643 * m2-exp.y: Ditto.
644 * objc-exp.y: Ditto.
645 * p-exp.y: Ditto.
646
4f1cdeec
PM
6472011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
648
649 ARI fixes: Messages should have no trailing new lines.
650 * darwin-nat.c (mach_check_error): Remove trailing new line from
651 warning function call message.
652 * record.c (bfdcore_read): Idem for error call.
653
28e698f1
PM
6542011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
655
656 * common/signals.c (target_signal_from_host): Add _ markup to error
657 function call message.
658 (target_signal_to_host): Add _ markup and remove trailing new line
659 from warning call message.
660 (target_signal_from_command): Add _ markup to error function call
661 message.
662
99c3dc11
PM
6632011-03-18 Phil Muldoon <pmuldoon@redhat.com>
664
665 PR python/12149
666
667 * python/python.c (gdbpy_write): Accept a stream argument and
668 operate to the appropriate stream.
669 (gdbpy_flush): Likewise.
670 (_initialize_python): Add stream constants.
671 (finish_python_initialization): Add GdbOutputErrorFile class.
672
c20800be
KY
6732011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com>
674
675 * MAINTAINERS: Add myself as a write-after-approval maintainer.
676
f4a1794a
KY
6772011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com>
678
679 * amd64-tdep.c (amd64_relocate_instruction): Fix ordering of arguments
680 to store_signed_integer. Add debug message when relocating CALL
681 instructions. Fix formatting of debug message.
682 * i386-tdep.c (i386_relocate_instruction): Ditto.
683
d4862372
JB
6842011-03-17 Joel Brobecker <brobecker@gnat.com>
685
686 * target.h (struct target_ops): Remove to_lookup_symbol field.
687 (target_lookup_symbol): Delete macro.
688 * target.c (nosymbol, debug_to_lookup_symbol): Delete.
689 (update_current_target, setup_target_debug): Remove handling
690 of to_lookup_symbol target_ops field.
691 * ada-tasks.c (get_known_tasks_addr): Remove use of
692 target_lookup_symbol.
693 * coffread.c (coff_symtab_read): Likewise.
694 * dbxread.c (read_dbx_symtab): Ditto.
695
d645e32e
JB
6962011-03-17 Joel Brobecker <brobecker@gnat.com>
697
698 PR gdb/12116:
699 * configure.ac: Add getthrds declaration check.
700 * configure, config.in: Regenerate.
701 * aix-thread.c (getthrds): Declare only if not already declared
702 in procinfo.h. More declaration out of get_signaled_thread to
703 global scope.
704
29703da4
PM
7052011-03-17 Phil Muldoon <pmuldoon@redhat.com>
706
707 * python/py-symtab.c: Populate symtab_object_methods,
708 sal_object_methods.
709 (stpy_is_valid): New function.
710 (salpy_is_valid): Ditto.
711 * python/py-symbol.c: Declare symbol_object_methods. Populate.
712 (sympy_is_valid): New function.
713 * python/py-objfile.c: Declare objfile_object_methods. Populate.
714 (objfpy_is_valid): New function.
715 * python/py-inferior.c: Populate inferior_object_methods.
716 (infpy_is_valid): New function.
717 * python/py-infthread.c: Populate thread_object_methods.
718 (thpy_is_valid): New function.
719 * python/py-block.c: Declare block_object_methods. Populate. Declare
720 block_iterator_object_methods. Populate.
721 (blpy_is_valid): New function.
722 (blpy_iter_is_valid): Ditto.
723
c00f8484
KS
7242011-03-16 Keith Seitz <keiths@redhat.com>
725
726 * linespec.c (find_methods): Canonicalize NAME before looking
727 up the symbol.
728 (name_end): New function.
729 (keep_name_info): New function.
730 (decode_line_1): Use keep_name_info.
731 (decode_compound): Likewise.
732 * cli/cli-utils.h (remove_trailing_whitespace): New function.
733 * cli/cli-utils.c (remove_trailing_whitespace): Likewise.
734
735 PR c++/12273
736 * linespec.c (locate_first_half): Keep overload information, too.
737 (decode_compound): Use a string to represent break characters
738 to escape the loop.
739 If P points to a break character, do not increment it.
740 For C++ and Java, keep overload information and relevant keywords.
741 If we cannot find a symbol, search the minimal symbols.
742
743 PR c++/11734
744 * linespec.c (decode_compound): Rename SAVED_ARG to
745 THE_REAL_SAVED_ARG.
746 Make a copy of THE_REAL_SAVED_ARG in SAVED_ARG and strip
747 single-quotes.
748 Pass a valid block to lookup_symbol.
749 (lookup_prefix_sym): Likewise.
750 (find_method): Construct search name based on SYM_CLASS instead
751 of SAVED_ARG.
752 * psymtab.c (lookup_partial_symbol): Add language parameter.
753 (lookup_symbol_aux_psymtabs): Likewise.
754 Don't assume that the psymtab we found was the right one. Search
755 for the desired symbol in the symtab to be certain.
756 (psymtab_search_name): New function.
757 (lookup_partial_symbol): Use psymtab_search_name.
758 Add language parameter.
759 (read_symtabs_for_function): Add language parameter and pass to
760 lookup_partial_symbol.
761 (find_symbol_file_from_partial): Likewise.
762
c91513d8
PP
7632011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
764
765 PR gdb/12528
766 * dwarf2read.c (noop_record_line): New function.
767 (dwarf_decode_lines): Ignore line tables for GCd functions.
768
b37520b6
PM
7692011-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
770
771 Fix ARI warnings about new lines at the end of messages, which
772 are unneeded as there is a new line added at the end of the message
773 automatically.
774 * darwin-nat.c (darwin_stop_inferior): Ditto.
775 * dec-thread.c (dec_thread_get_ada_task_ptid): Ditto.
776 * dfp.c (decimal_to_number): Ditto.
777 * exec.c (print_section_info): Ditto.
778 * i386-darwin-nat.c (darwin_set_sstep): Ditto.
779 * osdata.c (get_osdata): Ditto.
780 * record.c (bfdcore_write): Ditto.
781 * remote-mips.c (mips_readchar): Ditto.
782 * remote.c (read_ptid): Ditto.
783 * ser-mingw.c (ser_windows_raw): Ditto.
784 * tracepoint.c (add_local_symbols): Ditto.
785 * windows-nat.c (fake_create_process): Ditto.
786
b08ee6a2
TT
7872011-03-16 Tom Tromey <tromey@redhat.com>
788
789 * tracepoint.c (stop_tracing): Don't declare.
790 * event-top.c (after_char_processing_hook): Add `(void)'.
791
9a6f1302
PM
7922011-03-16 Phil Muldoon <pmuldoon@redhat.com>
793
794 * NEWS: Add Parameter sub-classing description.
795
7ceb86b1
KT
7962011-03-16 Kai Tietz <ktietz@redhat.com>
797
798 * MAINTAINERS: Update my e-mail address.
799
efeff6cf
AT
8002011-03-15 Andreas Tobler <andreast@fgznet.ch>
801
802 * MAINTAINERS: Add myself for write after approval privileges.
803
681c238c
MS
8042011-03-15 Michael Snyder <msnyder@vmware.com>
805
f3df5b08
MS
806 * frame.c (find_frame_sal): Assert sym is not null.
807
13f6513c
MS
808 * dbxread.c (process_one_symbol): Assert 'name' is not null.
809
50412521
MS
810 * objc-lang.c (selectors_info): Check strchr for null result.
811
681c238c
MS
812 * stabsread.c (define_symbol): Guard against bad stabstring input.
813
6ced1581
PM
8142011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
815
816 Remove trailing spaces and tabulations from pascal language
817 support sources.
818 p-exp.y: Ditto.
819 p-lang.c: Ditto.
820 p-lang.h: Ditto.
821 p-valprint.c: Ditto.
822
9373cf26
JK
8232011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
824
825 * dwarf2read.c (dwarf2_get_pc_bounds): Require HIGH strictly higher
826 than LOW. Comment it.
827 (read_partial_die): Call complaint for inappropriate zero LOWPC or
828 HIGHPC not strictly higher than LOWPC.
829
9a1edae6
PM
8302011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
831
832 Fix formatting of function declarations returning a pointer in
833 previous commit.
834 * varobj.c (varobj_add_child): Ditto.
835 * hppa-tdep.h (hppa_init_objfile_priv_data): Ditto.
836 * inferior.h (get_displaced_step_closure_by_addr): Ditto.
837
24e9cda0
UW
8382011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
839
840 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Add support
841 for the "generic" vector ABI used with GCC 4.3 and later.
842 (ppc64_sysv_abi_return_value): Likewise.
843
8442011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
81b4675a
UW
845
846 * infcall.c (call_function_by_hand): Function return value is
847 always a non_lval, even when using struct_return.
848
c9174737
PA
8492011-03-15 Pedro Alves <pedro@codesourcery.com>
850
851 * printcmd.c (ALL_DISPLAYS_SAFE): New.
852 (map_display_numbers): New.
853 (do_delete_display): New.
854 (undisplay_command): Use map_display_numbers.
855 (do_enable_disable_display): New.
856 (enable_disable_display_command): New function.
857 (enable_display): Delete.
858 (enable_display_command): New.
859 (disable_display_command): Reimplement.
860 (_initialize_printcmd): Adjust "enable display" command to use
861 `enable_display_command' as callback.
862
350c6c65
PM
8632011-03-14 Phil Muldoon <pmuldoon@redhat.com>
864
865 * NEWS: Add Python breakpoint 'stop' operation.
866
824446ad
PM
8672011-03-14 Phil Muldoon <pmuldoon@redhat.com>
868
869 * NEWS: Delete duplicate entry. Fix typo.
870
2021ad3a
PM
8712011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
872
873 Fix ARI warning about function names in first column.
874 Put prototype declaration on same line as return type.
875 * objc-exp.y: Ditto.
876 * p-exp.y: Ditto.
877 * python/py-stopevent.h: Ditto.
878 For long function names, split parameters to
879 allow function name on same line as return type.
880 * solib-pa64.c: Ditto.
881 * varobj.c: Ditto.
882 * varobj.h: Ditto.
883 For long function declaration, use single line.
884 * hppa-tdep.h: Ditto.
885 * inferior.h: Ditto.
886
7371cf6d
PM
8872011-03-14 Phil Muldoon <pmuldoon@redhat.com>
888
889 * python/python.h: Declare gdbpy_should_stop and
890 gdbpy_breakpoint_has_py_cond.
891 * python/python.c: Add python.h to includes. Remove python.h from
892 HAVE_PYTHON definition
893 (gdbpy_should_stop): New dummy function.
894 (gdbpy_breakpoint_has_py_cond): New dummy function.
895 * python/py-breakpoint.c (bppy_init): Rewrite to allow
896 sub-classing capabilities.
897 (gdbpy_should_stop): New function.
898 (gdbpy_breakpoint_has_py_cond): New function.
899 (local_setattro): New function.
900 * breakpoint.c (condition_command): Add check for Python 'stop'
901 operation.
902 (bpstat_check_breakpoint_conditions): Execute Python 'stop'
903 operation function as part of stop/continue tests.
904
37b50a69
TT
9052011-03-14 Tom Tromey <tromey@redhat.com>
906
907 PR gdb/12576:
908 * dwarf2loc.c (dwarf_expr_dwarf_call): Remove 'return'.
909 (needs_frame_dwarf_call): Likewise.
910
eeae04df
PM
9112011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
912
913 Fix ARI warning about functions without parameters that do not
914 use (void).
915 * breakpoint.c (all_tracepoints): Replace () by (void).
916 * f-exp.y (match_string_literal): Ditto.
917 (yylex): Ditto.
918 * m2-exp.y (yylex): Ditto.
919 * mep-tdep.c (current_me_module): Ditto.
920 (current_options): Ditto.
921 (current_cop_data_bus_width): Ditto.
922 (current_cr_names): Ditto.
923 (current_cr_is_float): Ditto.
924 (current_ccr_names): Ditto.
925 * objc-exp.y (yylex): Ditto.
926 * p-exp.y (yylex): Ditto.
927 * remote.c (send_interrupt_sequence): Ditto.
928 * tracepoint.c (current_trace_status): Ditto.
929 * python/py-evts.c (gdbpy_initialize_py_events): Ditto.
930 * python/py-prettyprint.c (push_dummy_python_frame): Ditto.
931
6dc3565d
MS
9322011-03-11 Michael Snyder <msnyder@vmware.com>
933
1427fe5e
MS
934 * cli/cli-decode.h (CMD_LIST_AMBIGUOUS): Define.
935 * cli/cli-decode.c (lookup_cmd_1): Use CMD_LIST_AMBIGUOUS.
936 (lookup_cmd): Test for CMD_LIST_AMBIGUOUS.
937 * completer.c (complete_line_internal): Use CMD_LIST_AMBIGUOUS.
938 * top.c (set_verbose): Use CMD_LIST_AMBIGUOUS.
939
60bc018f
MS
940 * event-loop-c (delete_async_signal_handler): Assert prev_ptr.
941 (delete_async_event_handler): Ditto.
942
f3be5b64
MS
943 * python/py-breakpoint.c (bppy_set_condition): Stop memory leak.
944
4c2d5724
MS
945 * python/py-breakpoint.c (bppy_get_commands): Fix memory leak.
946
6dc3565d
MS
947 * top.c (set_verbose): Assert showcmd was found.
948
4e6ca6d5
MG
9492011-03-11 Maxim Grigoriev <maxim2405@gmail.com>
950
951 * xtensa-tdep.c (warning_once): Correct style issues.
952
815a83e4
YQ
9532011-03-11 Yao Qi <yao@codesourcery.com>
954
955 * arm-tdep.c (copy_ldr_str_ldrb_strb): Remove redundant statements.
956
f2eb0bc8
AS
9572011-03-11 Andreas Schwab <schwab@redhat.com>
958
959 * common/aclocal.m4: Remove.
960
b801de47
MG
9612011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
962
963 * xtensa-tdep.c (windowing_enabled): Remove inline attribute.
964 (xtensa_write_register, xtensa_read_register): Likewise.
965 (xtensa_hextochar): Removed.
966 (xtensa_init_reggroups): Replace xtensa_hextochar () by explicit code.
967
dbab50de
MG
9682011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
969
970 * xtensa-tdep.c (xtensa_c0reg_t): Update comments.
c2a6b390 971 (xtensa_call0_frame_cache_t): Update comments. New fields added.
dbab50de
MG
972 (xtensa_alloc_frame_cache): Add initialization for new fields.
973 (xtensa_frame_cache): Change the way how call0_frame_cache () is called.
974 (warning_once): New function.
975 (xtensa_insn_kind): New item c0opc_and.
976 (call0_classify_opcode): Add the case for AND instruction.
c2a6b390
MG
977 (call0_track_op): Change arguments. New local variable litbase.
978 Add the case to handle c0opc_and. Update algorithms for c0opc_mov,
979 c0opc_l32r, c0opc_s32i to take into account dynamic stack adjustments
980 in the prologue.
dbab50de 981 Add cases for c0opc_l32e, c0opc_s32e, c0opc_rfwo, c0opc_rfwu.
c2a6b390 982 (call0_analyze_prologue): Update the comments. Change arguments.
dbab50de
MG
983 Add the variety of updates to handle extended prologues, which now can
984 conduct dynamic stack adjustments.
985 (call0_frame_cache): Likewise.
986 (xtensa_skip_prologue): Update call0_analyze_prologue () function call.
987 (xtensa_gdbarch_init): Initialize xtensa_session_once_reported.
988
b2c04452
MS
9892011-03-10 Michael Snyder <msnyder@vmware.com>
990
f8f67713
MS
991 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
992 (cmd_qtframe): Ditto.
993 (cmd_qtbuffer): Ditto.
994 (cmd_bigqtbuffer): Ditto.
995
197f0a60
TT
9962011-03-10 Tom Tromey <tromey@redhat.com>
997
998 * tracepoint.c (trace_actions_command): Update.
999 * thread.c (thread_apply_command): Update.
1000 * reverse.c (delete_bookmark_command): Update.
1001 (bookmarks_info): Update.
1002 * printcmd.c (undisplay_command): Update.
1003 * memattr.c (mem_enable_command): Update.
1004 (mem_disable_command): Update.
1005 (mem_delete_command): Update.
1006 * inferior.c (detach_inferior_command): Update.
1007 (kill_inferior_command): Update.
1008 (remove_inferior_command): Update.
1009 * cli/cli-utils.h (struct get_number_or_range_state): New.
1010 (init_number_or_range): Declare.
1011 (get_number_or_range): Update.
1012 * cli/cli-utils.c (init_number_or_range): New function.
1013 (get_number_or_range): Change 'pp' parameter to 'state'. Remove
1014 static variables.
1015 (number_is_in_list): Update.
1016 * breakpoint.h (get_tracepoint_by_number): Update.
1017 * breakpoint.c (map_breakpoint_numbers): Update for change to
1018 get_number_or_range.
1019 (find_location_by_number): Use get_number, not
1020 get_number_or_range.
1021 (trace_pass_set_count): New function.
1022 (trace_pass_command): Update for change to get_number_or_range.
1023 Rework loop logic.
1024 (get_tracepoint_by_number): Remove 'multi_p' parameter; add
1025 'state' parameter.
1026
ecec24e6
PM
10272011-03-10 Phil Muldoon <pmuldoon@redhat.com>
1028
1029 * python/py-param.c (add_setshow_generic): Add set/show callback
1030 parameters. Register Python object context.
1031 (get_show_value): New function.
1032 (get_set_value): New function.
1033 (call_doc_function): New function.
1034 (get_doc_string): Move behind get_show_value/get_set_value.
1035
6d6c6b1f
JK
10362011-03-10 Andreas Tobler <andreast-list@fgznet.ch>
1037
1038 * fbsd-nat.c (fbsd_make_corefile_notes): Constify local `fname'.
1039
68d6df83
MG
10402011-03-09 Maxim Grigoriev <maxim2405@gmail.com>
1041
dbab50de 1042 * xtensa-tdep.c (xtensa_read_register): Add comment.
68d6df83
MG
1043 (xtensa_write_register): Likewise.
1044 (xtensa_hextochar): Add comment and update to match coding conventions.
1045 (xtensa_frame_cache, xtensa_return_value): Follow coding conventions.
1046 (execute_l32e, execute_s32e, execute_code): Update comments.
1047 (xtensa_exception_handler_t): Update to match coding conventions.
1048 (xtensa_insn_kind): Likewise.
1049
85c9d6a6
MS
10502011-03-09 Michael Snyder <msnyder@vmware.com>
1051
1052 * mi-cmd-disas.c (mi_cmd_disassemble): Fix memory leak.
1053
91495617
PA
10542011-03-09 Pedro Alves <pedro@codesourcery.com>
1055
1056 * nto-tdep.c (nto_find_and_open_solib): Constify local `base'.
1057
eb8c0621
TT
10582011-03-09 Tom Tromey <tromey@redhat.com>
1059
1060 * thread.c (restore_selected_frame): Handle frame_level == -1.
1061 (make_cleanup_restore_current_thread): Use
1062 get_selected_frame_if_set.
1063 * frame.h (get_selected_frame_if_set): Declare.
1064 * frame.c (get_selected_frame_if_set): New function.
1065
9f37bbcc
PA
10662011-03-09 Pedro Alves <pedro@codesourcery.com>
1067
1068 * cli/cli-cmds.c (shell_escape): Use lbasename.
1069 * coffread.c (coff_start_symtab): Constify parameter.
1070 (complete_symtab): Constify `name' parameter.
1071 (coff_symtab_read): Constify `filestring' local.
1072 (coff_getfilename): Constify return and `result' local.
1073 Use lbasename.
1074 * fbsd-nat.c (fbsd_make_corefile_notes): Use lbasename.
1075 * linux-fork.c (info_checkpoints_command): Use lbasename.
1076 * linux-nat.c (linux_nat_make_corefile_notes): Use lbasename.
1077 * minsyms.c (lookup_minimal_symbol): Use lbasename.
1078 * nto-tdep.c (nto_find_and_open_solib): Use lbasename.
1079 * procfs.c (procfs_make_note_section): Use lbasename.
1080 * tui/tui-io.c (printable_part): Constity return and parameter.
1081 Use lbasename.
1082 (print_filename): Constify parameters, and local `s'.
1083 (tui_rl_display_match_list): Constify local `temp'.
1084
f8de3c55
JK
10852011-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1086
1087 Revert:
1088 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1089 Fix DWARF-3+ DW_AT_accessibility default assumption.
1090 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
1091 cu->header.version >= 3.
1092
d9837b00
YQ
10932011-03-09 Yao Qi <yao@codesourcery.com>
1094
1095 * common/Makefile.in: Remove.
1096 * common/configure: Remove.
1097 * common/configure.ac: Remove.
1098
e637a4f5
YQ
10992011-03-09 Yao Qi <yao@codesourcery.com>
1100
1101 Revert:
1102 2011-02-11 Yao Qi <yao@codesourcery.com>
1103
1104 * common/Makefile.in: Add copyright header.
1105
1106 2011-02-11 Yao Qi <yao@codesourcery.com>
1107
1108 * Makefile.in: Remove signals.o from COMMON_OBS. Link
1109 libcommon.a.
1110 * configure.ac: Add common to sub dir.
1111 * configure: Regenerate.
1112
f976a05d
MG
11132011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
1114
1115 * xtensa-tdep.c (call0_ret): New function.
1116 (xtensa_skip_prologue): Speed up analysis.
1117
57041825
MG
11182011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
1119
1120 * xtensa-tdep.c (xtensa_register_reggroup_p): Count in all registers
1121 while executing MI command -data-list-changed-registers.
1122
08b9c608
MG
11232011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
1124
1125 * xtensa-tdep.c (xtensa_read_register): New function.
1126 (xtensa_write_register): New function.
1127 (xtensa_find_register_by_name): New function.
1128 (xtensa_windowed_frame_cache): Update comments in type description.
1129 (xtensa_frame_cache): Likewise.
1130 (xtensa_window_interrupt_insn): New function.
1131 (xtensa_frame_cache): Add analysis for Xtensa Window Exception frames.
1132 (xtensa_insn_kind): Add new instructions.
1133 (rwx_special_register): New function.
1134 (call0_classify_opcode): Add new instructions to the analysis.
1135 (a0_saved, a7_saved, a11_saved): New variables.
1136 (a0_was_saved, a7_was_saved, a11_was_saved): New variables.
1137 (execute_l32e): New function.
1138 (execute_s32e): New function.
1139 (xtensa_exception_handler_t): New type.
1140 (execute_code): New function.
1141 (xtensa_window_interrupt_frame_cache): New function to conduct frame
1142 analysis for Xtensa Window Exception handlers.
1143
4d1acb11
MG
11442011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
1145
98689b25
MG
1146 * xtensa-tdep.c (TX_PS): New.
1147 (windowing_enabled): Update to count for Call0 ABI.
1148 (xtensa_hextochar): New.
1149 (xtensa_init_reggroups): Make algorithm generic.
1150 (xtensa_frame_cache): Use TX_PS on Tiny Xtensa.
1151
11522011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
1153
1154 * xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): Update.
4d1acb11 1155
d3f323f3
MS
11562011-03-08 Michael Snyder <msnyder@vmware.com>
1157
3dcabaa8
MS
1158 * i386-tdep.c (i386_follow_jump): Check return value of
1159 target_read_memory.
1160 (i386_analyze_struct_return): Ditto.
1161 (i386_skip_probe): Ditto.
1162 (i386_match_insn): Ditto.
1163 (i386_skip_noop): Ditto.
1164 (i386_analyze_frame_setup): Ditto.
1165 (i386_analyze_register_saves): Ditto.
1166 (i386_skip_prologue): Ditto.
1167 (i386_skip_main_prologue): Ditto.
1168
13b3fd9b
MS
1169 * target.c (read_whatever_is_readable): Fix memory leak.
1170
d3f323f3
MS
1171 * i386-tdep.c (i386_process_record): Document fall through.
1172
421d5c74
JK
11732011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1174
1175 Fix DWARF-3+ DW_AT_accessibility default assumption.
1176 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
1177 cu->header.version >= 3.
1178
63154eca
PA
11792011-03-08 Pedro Alves <pedro@codesourcery.com>
1180
1181 * remote.c (remote_check_symbols): Skip if the target has no
1182 execution.
1183
f1a507a1
JB
11842011-03-08 Joel Brobecker <brobecker@adacore.com>
1185
1186 * target.c (read_whatever_is_readable): Reformat comment,
1187 with a minor typo fix. Minor reformatting of the code.
1188
36073a92
YQ
11892011-03-08 Yao Qi <yao@codesourcery.com>
1190
1191 * arm-tdep.c: Remove prototype declaration displaced_in_arm_mode.
1192 (displaced_read_reg): Add `dsc' parameter, remove `from' parameter.
1193 Use cached result instead of calling displaced_in_arm_mode again.
1194 (branch_write_pc, alu_write_pc, load_write_pc): Add `dsc' parameter.
1195 (displaced_write_reg, copy_preload, copy_preload_reg): Callers update.
1196 (cleanup_copro_load_store, copy_copro_load_store): Likewise.
1197 (cleanup_branch, copy_bx_blx_reg, copy_alu_imm): Likewise.
1198 (cleanup_alu_reg, copy_alu_reg, cleanup_alu_shifted_reg): Likewise.
1199 (copy_alu_shifted_reg, cleanup_load, cleanup_store): Likewise.
1200 (copy_extra_ld_st, copy_ldr_str_ldrb_strb): Likewise.
1201 (cleanup_block_load_all, cleanup_block_store_pc): Likewise.
1202 (cleanup_block_load_pc, copy_block_xfer): Likewise.
1203 * arm-linux-tdep.c (arm_linux_copy_svc): Callers update.
1204 (arm_catch_kernel_helper_return): Likewise.
1205 * gdb/arm-tdep.h : Update function declarations.
1206
d3f323f3 12072011-03-07 Michael Snyder <msnyder@vmware.com>
e6040cbd 1208
e0e40094
MS
1209 * dwarf2loc.c (indirect_pieced_value): Assert 'piece' not null.
1210
0b2381f5
MS
1211 * ser-unix.c (hardwire_get_tty_state): Stop memory leak.
1212
0350914a
MS
1213 * mi/mi-cmd-env.c (_initialize_mi_cmd_env): Free environment.
1214
69feea6f
MS
1215 * elfread.c (elf_symtab_read): Stop memory leak.
1216
e6040cbd
MS
1217 * main.c (captured_main): Fix memory leak.
1218
052874e8
AS
12192011-03-07 Andreas Schwab <schwab@linux-m68k.org>
1220
1221 * ada-lang.c (compare_names): Call is_name_suffix with string1
1222 instead of string2.
1223
b11896a5
TT
12242011-03-07 Tom Tromey <tromey@redhat.com>
1225
1226 * xcoffread.c (xcoff_sym_fns): Update.
1227 * symfile.h (struct sym_fns) <sym_read_psymbols>: New field.
1228 (enum symfile_add_flags) <SYMFILE_NO_READ>: New constant.
1229 * symfile.c (syms_from_objfile): Handle SYMFILE_NO_READ.
1230 (symbol_file_add_with_addrs_or_offsets): Likewise.
1231 (reread_symbols): Handle OBJF_PSYMTABS_READ.
1232 * somread.c (som_sym_fns): Update.
1233 * psymtab.h (require_partial_symbols): Declare.
1234 * psymtab.c (require_partial_symbols): New function.
1235 (ALL_OBJFILE_PSYMTABS_REQUIRED): New macro.
1236 (ALL_OBJFILE_PSYMTABS): Undef.
1237 (ALL_PSYMTABS): Move from psympriv.h.
1238 (lookup_partial_symtab, find_pc_sect_psymtab)
1239 (lookup_symbol_aux_psymtabs, relocate_psymtabs)
1240 (find_last_source_symtab_from_partial)
1241 (forget_cached_source_info_partial)
1242 (print_psymtab_stats_for_objfile, read_symtabs_for_function)
1243 (expand_partial_symbol_tables, read_psymtabs_with_filename)
1244 (map_symbol_names_psymtab, map_symbol_filenames_psymtab)
1245 (find_symbol_file_from_partial, map_matching_symbols_psymtab)
1246 (expand_symtabs_matching_via_partial, maintenance_info_psymtabs):
1247 Use ALL_OBJFILE_PSYMTABS_REQUIRED.
1248 * psympriv.h (ALL_PSYMTABS): Move to psymtab.c.
1249 * objfiles.h (OBJF_PSYMTABS_READ): New macro.
1250 * objfiles.c (objfile_has_partial_symbols): Handle lazily-read
1251 psymtabs.
1252 * mipsread.c (ecoff_sym_fns): Update.
1253 * machoread.c (macho_sym_fns): Update.
1254 * elfread.c (elf_symfile_read): Set up for lazy psymtab reading.
1255 (read_psyms): New function.
1256 (elf_sym_fns, elf_sym_fns_gdb_index): Update.
1257 (elf_sym_fns_lazy_psyms): New global.
1258 * dwarf2read.c (dwarf2_initialize_objfile): Don't call
1259 dwarf2_build_psymtabs.
1260 * dbxread.c (aout_sym_fns): Update.
1261 * coffread.c (coff_sym_fns): Update.
1262
fda326dd
TT
12632011-03-07 Tom Tromey <tromey@redhat.com>
1264
1265 * infrun.c (print_exited_reason): Include inferior id and pid in
1266 message.
1267
aeaec162
TT
12682011-03-07 Tom Tromey <tromey@redhat.com>
1269
1270 * target.h (struct target_ops) <to_has_execution>: Add ptid_t
1271 parameter.
1272 (target_has_execution_1): Update.
1273 (target_has_execution_current): Declare.
1274 (target_has_execution): Call target_has_execution_current.
1275 (default_child_has_execution): Update.
1276 * target.c (default_child_has_execution): Add 'the_ptid'
1277 parameter.
1278 (target_has_execution_1): Likewise.
1279 (target_has_execution_current): New function.
1280 (add_target): Update.
1281 (init_dummy_target): Update.
1282 * remote-m32r-sdi.c (m32r_has_execution): New function.
1283 (init_m32r_ops): Use it.
1284 * record.c (record_core_has_execution): Now static. Add
1285 'the_ptid' parameter.
1286 * inferior.c (have_live_inferiors): Don't save current thread.
1287 Use target_has_execution_1.
1288
08e14083
YQ
12892011-03-07 Yao Qi <yao@codesourcery.com>
1290
1291 * Makefile.in (aclocal_m4_deps): Remove gnulib/m4/memcmp.m4.
1292
c05d19c5
JB
12932011-03-07 Joel Brobecker <brobecker@adacore.com>
1294
1295 * elfread.c (elf_symtab_read): Minor reformatting.
1296
3e6ef9e4
JB
12972011-03-07 Joel Brobecker <brobecker@adacore.com>
1298
1299 * objc-lang.c (selectors_info): Minor reformatting.
1300
dbb8534f
JB
13012011-03-07 Joel Brobecker <brobecker@adacore.com>
1302
1303 * ada-lang.c (compare_names): Add FALLTHROUGH comment.
1304
dd70cc93
JB
13052011-03-07 Joel Brobecker <brobecker@adacore.com>
1306 Michael Snyder <msnyder@vmware.com>
1307
1308 * ada-valprint.c (ada_val_print_array): Move the declaration of
1309 "byte_order" and "elttype" inside the block where these variables
1310 are actually used. Remove some special handling for the case
1311 where "elttype" and "eltlen" are null. Replace by a comment
1312 and a couple of assertion checks.
1313
b27cf2b3
MS
13142011-03-05 Michael Snyder <msnyder@vmware.com>
1315
1316 * source.c (add_path): Replace semicolon at end of block.
1317 * dwarf2expr.c (execute_stack_op): Ditto.
1318
5387a0c6
MF
13192011-03-05 Mike Frysinger <vapier@gentoo.org>
1320
1321 * bfin-tdep.c: Include sim-regno.h and gdb/sim-bfin.h.
1322 * configure.tgt (bfin-*-*linux*): Define gdb_sim.
1323 (bfin-*-*): Likewise.
1324
e3aa49af
MS
13252011-03-05 Michael Snyder <msnyder@vmware.com>
1326
82ae4854
MS
1327 * dwarf2expr.c (execute_stack_op): Delete superfluous semicolon.
1328 * mdebugread.c (parse_symbol): Ditto.
1329 * parse.c (parse_exp_in_context): Ditto.
1330 * source.c (add_path): Ditto.
1331 * utils.c (gnu_debuglink_crc32): Ditto.
1332 * varobj.c (variable_language): Ditto.
1333
e3aa49af
MS
1334 * linux-tdep.c (linux_get_siginfo_type): Stop memory leak.
1335
154f592e
MS
13362011-03-04 Michael Snyder <msnyder@vmware.com>
1337
da3ecdc6
MS
1338 * linux-fork.c (inferior_call_waitptid): Fix copy/paste error.
1339
9cc89665
MS
1340 * symfile.c (simple_overlay_update): Check for null return value
1341 from lookup_minimal_symbol.
1342
154f592e
MS
1343 * xml-syscall.c (syscall_start_syscall): Assert name is non null.
1344
63ffa6ee
TJB
13452011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
1346
1347 * eval.c (parse_and_eval_address_1): Remove function.
1348 * linespec.c (decode_indirect): Call parse_to_comma_and_eval
1349 instead of parse_and_eval_address_1.
1350 * value.h (parse_and_eval_address_1): Remove prototype.
1351
a17d146e
MS
13522011-03-04 Michael Snyder <msnyder@vmware.com>
1353
1354 * remote.c (putpkt_binary): Document that case stmt falls through.
1355
1a6a67de
TJB
13562011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
1357
1358 * breakpointc (print_it_typical): Move NULL check from here...
1359 (print_bp_stop_message): ... to here.
1360
488919c4
MS
13612011-03-04 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
1362
1363 * breakpoint.c (enable_command): Use break instead of continue,
1364 and fill in a missing break.
1365 (disable_command): Ditto.
1366
1e182ce8
UW
13672011-03-04 Ulrich Weigand <ulrich.weigand@linaro.org>
1368
1369 * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.
1370 (terminal_save_ours): Remove misleading comment.
1371 (inflow_inferior_data_cleanup): Free ttystate.
1372 (inflow_inferior_exit): Likewise.
1373 (copy_terminal_info): Copy ttystate.
1374
1375 * serial.c (serial_copy_tty_state): New function.
1376 * serial.h (serial_copy_tty_state): Add prototype.
1377 (struct serial_ops): Add copy_tty_state callback.
1378 * ser-base.c (ser_base_copy_tty_state): New function.
1379 * ser-base.h (ser_base_copy_tty_state): Add prototype.
1380 * ser-go32.c (dos_copy_tty_state): New function.
1381 (dos_ops): Install copy_tty_state callback.
1382 * ser-mingw.c (_initialize_ser_windows): Likewise.
1383 * ser-pipe.c (_initialize_ser_pipe): Likewise.
1384 * ser-unix.c (hardwire_copy_tty_state): New function.
1385 (_initialize_ser_hardwire): Install it.
1386
b2c5f112
MS
13872011-03-04 Michael Snyder <msnyder@vmware.com>
1388
2abae994
MS
1389 * breakpoint.c (create_breakpoint): Add missing break statement.
1390
7f5936f9
MS
1391 Reverting this patch:
1392 * infcall.c (call_function_by_hand): Add break statements for lint.
1393
b2c5f112
MS
1394 Reverting this patch:
1395 * cli/cli-script.c (script_from_file): Add break for lint.
1396
42b1321c
MS
13972011-03-04 Michael Snyder <msnyder@vmware.com>
1398
1399 * solib.c (reload_shared_libraries_1): Close memory leak.
1400
3e2a0cee
TT
14012011-03-03 Tom Tromey <tromey@redhat.com>
1402
1403 PR gdb/12538:
1404 * dwarf2read.c (process_psymtab_comp_unit): Handle case where
1405 DW_STRING is NULL.
1406
58397cb7
MS
14072011-03-03 Michael Snyder <msnyder@vmware.com>
1408
2e3fd767
MS
1409 * remote-fileio.c (remote_fileio_func_fstat): Initialize all
1410 fields of struct 'st' to zero.
1411
58397cb7
MS
1412 * tui/tui-winsource.c (tui_update_source_window_as_is): Initialize
1413 sal.pspace before calling set_current_source_symtab_and_line.
1414
ced54c8f
YQ
14152011-03-03 Yao Qi <yao@codesourcery.com>
1416
1417 * Makefile.in (configure-common): Remove. Let Makefile
1418 in dir common to rebuild itself.
1419 (common/Makefile): Likewise.
1420
3351ea09
JB
14212011-03-03 Joel Brobecker <brobecker@adacore.com>
1422
1423 * utils.c (parse_escape): Add i18n markup in error message.
1424
bf9f652a
YQ
14252011-03-03 Yao Qi <yao@codesourcery.com>
1426
1427 * gdb/arm-tdep.c (shifted_reg_val): Replace magic number 15 with
1428 ARM_PC_REGNUM.
1429 (thumb_get_next_pc_raw, arm_get_next_pc_raw): Likewise.
1430 (displaced_write_reg, displaced_read_reg): Likewise.
1431 (copy_ldr_str_ldrb_strb, cleanup_block_load_all): Likewise.
1432 (cleanup_block_load_pc, copy_block_xfer): Likewise.
1433 (cleanup_branch): Replace magic number 14 and 15 with
1434 ARM_LR_REGNUM and ARM_PC_REGNUM respectively.
1435
d42de051
MS
14362011-03-02 Michael Snyder <msnyder@vmware.com>
1437
240f9570
MS
1438 * maint.c (maintenance_do_deprecate): No need to check for NULL.
1439
10dd8b54
MS
1440 * cli/cli-script.c (script_from_file): Add break for lint.
1441
b98bd911
MS
1442 * mdebugread.c (parse_partial_symbols): Fix indent.
1443
3494b66d
MS
1444 * target-descriptions.c (tdesc_gdb_type): No need to call
1445 xstrdup, callee saves a copy.
1446
daac021a
MS
1447 * printcmd.c (print_scalar_formatted): Use strncpy for safety.
1448
c38d16a7
MS
1449 * infcall.c (call_function_by_hand): Add break statements for lint.
1450
905b671b
MS
1451 * utils.c (parse_escape): Escape the escape char.
1452
f2eb0bc8 1453 * python/py-inferior.c (build_inferior_list): Error out if
2d565757
MS
1454 PyList_Append fails.
1455 (gdbpy_inferiors): Error out if build_inferior_list fails.
1456
8c6a60d1
MS
1457 * linux-nat.c (linux_nat_xfer_partial): Preserve errno around
1458 a function call.
1459
d42de051
MS
1460 * record.c (record_restore): Move printf to before error return.
1461
4db71c0b
YQ
14622011-03-02 Yao Qi <yao@codesourcery.com>
1463
1464 * arm-tdep.h (struct displaced_step_closure): Add two new fields
1465 is_thumb and insn_size.
1466 * arm-tdep.c (displaced_read_reg): Adjust correct pipeline offset
1467 on both ARM and Thumb mode.
1468 (arm_process_displaced_insn): Set is_thumb and insn_size.
1469 (arm_displaced_init_closure): Handle both 16-bit and 32-bit.
1470 (arm_displaced_step_fixup): Likewise.
1471
a9dc8dcc
MS
14722011-03-01 Michael Snyder <msnyder@vmware.com>
1473
53624a93
MS
1474 * cli/cli-dump.c (dump_bfd_file): Check error return and warn.
1475
77766669
MS
1476 * jv-lang.c (evaluate_subexp_java): Conditional can't be true.
1477
62d5b8da
MS
1478 * dwarf2read.c (dwarf2_compute_name): NAME cannot be null here.
1479
5e9e105f
MS
1480 * cli/cli-dump.c (restore_binary_file): Validate ftell return value.
1481
dc19db01
MS
1482 * ada-lang.c (ada_make_symbol_completion_list): Replace malloc
1483 with xmalloc.
1484
5ce64950
MS
1485 * ada-lang.c (aggregate_assign_others): Rename inner scope variable
1486 which shadows function parameter.
1487
a0aa2878
MS
1488 * tracepoint.c (create_tsv_from_upload): Superfluous call
1489 to xstrdup. Callee already calls xstrdup.
1490
e325fb69
MS
1491 * linespec.c (decode_line_1): Remove unnecessary null check.
1492
21cbba77
MS
1493 * tracepoint.c (scope_info): Fix mem leak, remove underused
1494 variable.
1495
63360adc
MS
1496 * python/py-prettyprint.c (apply_val_pretty_printer): Remove
1497 superfluous null check.
1498
18ea20ac 1499 * std-regs.c (value_of_builtin_frame_pc_reg): Frame can't be null.
23ce9890 1500 (value_of_builtin_frame_fp_reg): Ditto.
18ea20ac 1501
d014929c
MS
1502 * event-top.c (display_gdb_prompt): Remove superfluous null check.
1503
6e9130cf
MS
1504 * python/py-prettyprint.c (apply_val_pretty_printer): VAL may
1505 be null.
1506
5f01dbc0
MS
1507 * linespec.c (decode_line_1): Check for null before dereference.
1508
d684ab85
MS
1509 * reverse.c (record_restore): Move null-check to before pointer
1510 dereference.
1511
bfffb7e3
MS
1512 * python/py-utils.c (gdbpy_obj_to_string): Delete unused variable.
1513
a9dc8dcc
MS
1514 * objc-lang.c (selectors_info): Add explanitory comment.
1515 (classes_info): Ditto.
1516
478fd957
UW
15172011-03-01 Ulrich Weigand <ulrich.weigand@linaro.org>
1518
1519 * arm-linux-tdep.c (ARM_LDR_PC_SP_4): Add define.
1520 (arm_linux_restart_syscall_init): Handle both on-stack and in-kernel
1521 versions of the trampoline. Handle Thumb vs. ARM addresses.
1522 (arm_kernel_linux_restart_syscall_tramp_frame): New global.
1523 (arm_linux_init_abi): Install it.
1524 * arm-tdep.c (arm_psr_thumb_bit): Make global.
1525 * arm-tdep.c (arm_psr_thumb_bit): Add prototype.
1526
0480cefa
MS
15272011-02-28 Michael Snyder <msnyder@vmware.com>
1528
ac50ab3b
MS
1529 * ui-out.c (ui_out_field_core_addr): Make local char buffer
1530 a little bigger, to avoid possibility of an overflow.
1531
f63fbe86
MS
1532 * breakpoint.c (breakpoint_adjustment_warning): Make local char
1533 buffers a little bigger, to avoid possibility of an overflow.
1534
9e91a352
MS
1535 * coffread.c (coff_getfilename): Add check to avoid overflow.
1536
f2eb0bc8 1537 * objc-lang.c (selectors_info): Add a small safety margin to
28288541
MS
1538 avoid overflow.
1539 (classes_info): Error out on too long REGEXP.
1540
098ab512
MS
1541 * infrun.c (handle_inferior_event): Remove unused function call.
1542
bcbd1de9
MS
1543 * fork-child.c (fork_inferior): Remove ifdef'd code and
1544 unused variable.
1545
2e456570
MS
1546 * linux-thread-db.c (attach_thread): Discard unused value.
1547
14571dad
MS
1548 * linux-nat.c (linux_handle_extended_wait): Delete unused variable.
1549
a9cbf802
MS
1550 * remote.c (remote_get_noisy_reply): Discard unused value.
1551 (remote_vcont_resume): Ditto.
1552 (remote_stop_ns): Ditto.
1553
5715d26e
MS
1554 * linespec.c (decode_objc): Delete unused variable.
1555
4a9bca80
MS
1556 * tui/tui-regs.c (tui_register_format): Delete unused variable.
1557
f47fb265
MS
1558 * dwarf2read.c (add_partial_symbol): Discard unused values.
1559 (read_base_type): Delete unused variable.
1560
e81cff30
MS
1561 * dbxread.c (read_dbx_symtab): Discard unused value.
1562
262acaeb
MS
1563 * eval.c (evaluate_subexp_standard): Delete unused variable,
1564 and discard unused values.
1565
df983543
MS
1566 * infcmd.c (_initialize_infcmd): Discard unused values.
1567
89acf84d
MS
1568 * stabsread.c (rs6000_builtin_type): Missing break statement.
1569
ab8b8aca
MS
1570 * dbxread.c (process_one_symbol): Discard unused value.
1571
6b4511ab
MS
1572 * coffread.c (coff_end_symtab): Delete unused variable.
1573
e8e80198
MS
1574 * dwarf2read.c (dw2_get_file_names): Discard unused value.
1575 (dwarf2_add_typedef): Delete unused variable.
1576 (read_namespace): Ditto.
1577 (dwarf_decode_macros): Ditto.
1578
976aa66e
MS
1579 * m2-lang.c (evaluate_subexp_modula2): Discard unused variable.
1580
5b92b49f
MS
1581 * opencl-lang.c (evaluate_subexp_opencl): Discard unused value.
1582
91e8df85
MS
1583 * p-valprint.c (pascal_val_print): Discard unused value.
1584
899500d6
MS
1585 * utils.c (nquery): Call va_end before return;
1586 (yquery): Ditto.
1587 (query): Ditto.
1588
0480cefa
MS
1589 * proc-service.c (ps_plog): Call va_end before return.
1590
fb6a3ed3
TT
15912011-02-28 Tom Tromey <tromey@redhat.com>
1592
1593 * python/python.c (gdbpy_value_cst): New global.
1594 (_initialize_python): Initialize it.
1595 * python/python-internal.h (gdbpy_value_cst): Declare.
1596 * python/py-value.c (convert_value_from_python): Use
1597 gdbpy_value_cst.
1598
c05202a1
MS
15992011-02-28 Michael Snyder <msnyder@vmware.com>
1600
e463f587
MS
1601 * python/py-cmd.c (cmdpy_init): Fix memory leak.
1602
c38eea1a
MS
1603 * breakpoint.c (catch_syscall_completer): Free malloced list.
1604
3ef09ab5
MS
1605 * jv-lang.c (java_primitive_type_from_name): Add missing break.
1606
8f9a01ee
MS
1607 * opencl-lang.c (lval_func_check_validity): Rename inner variables.
1608 (lval_func_check_synthetic_pointer): Ditto.
1609 (lval_func_free_closure): Fix use-after-free.
c05202a1 1610
477d0d57
TT
16112011-02-28 Tom Tromey <tromey@redhat.com>
1612
1613 * psymtab.c (expand_partial_symbol_tables): Use
1614 ALL_OBJFILE_PSYMTABS.
1615
20937029
JK
16162011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1617
1618 * objc-lang.c (selectors_info): Error on too long REGEXP.
1619
907b7f4f
MS
16202011-02-28 Michael Snyder <msnyder@vmware.com>
1621
92e96192
MS
1622 * python/py-param.c (set_parameter_value): Add missing
1623 break statement.
1624
907b7f4f
MS
1625 * linux-record.c (record_linux_system_call): Add missing
1626 break statement.
1627
12c5a436
UW
16282011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
1629
1630 * breakpoint.c (print_one_breakpoint_location): Remove unused
1631 argument PRINT_ADDRESS_BITS. Update callers.
1632 (print_one_breakpoint): Likewise.
1633
170b53b2
UW
16342011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
1635
1636 * breakpoint.c (wrap_indent_at_field): New function.
1637 (print_breakpoint_location): Use it instead of WRAP_INDENT argument.
1638 Allocate ui_stream locally instead of using STB argument.
1639 (print_one_breakpoint_location): Update call.
1640 * ui-out.c (ui_out_query_field): New function.
1641 * ui-out.h (ui_out_query_field): Add prototype.
1642
8ab1f94d
JB
16432011-02-28 Joel Brobecker <brobecker@adacore.com>
1644
1645 From Michael Snyder <msnyder@vmware.com>
1646 * ada-exp.y (write_object_renaming): Add FALLTHROUGH comment.
1647
7d488639
MS
16482011-02-27 Michael Snyder <msnyder@vmware.com>
1649
ae179fba
MS
1650 * objc-lang.c (selectors_info): Prevent string overrun.
1651
086dbf66
MS
1652 * tui/tui-stack.c (tui_get_function_from_frame): Fix off by one
1653 error in strncpy.
1654
f2eb0bc8 1655 * symtab.c (rbreak_command): Move variable 'file_name' to
9c1e305a
MS
1656 outer scope.
1657
7d488639
MS
1658 * d-valprint.c (dynamic_array_type): Avoid shadowing a function
1659 param with a local variable of the same name.
1660
3bd0f5ef
MS
16612011-02-27 Michael Snyder <msnyder@vmware.com>
1662
1663 * value.c (value_from_history_ref): New function.
1664 * value.h (value_from_history_ref): Export.
1665 * cli/cli-utils.c (get_number_trailer): Use value_from_history_ref
1666 to parse value history references.
1667 * cli/cli-utils.h (get_number_trailer): Update comment.
1668
16692011-02-27 Michael Snyder <msnyder@vmware.com>
1670
1671 * inferior.c (detach_inferior_command): Use get_number_or_range.
1672 (kill_inferior_command): Ditto.
1673 (remove_inferior_command): Ditto.
1674 (initialize_inferiors): Make command names plural.
1675 Update help strings.
1676
766062f6
MS
16772011-02-27 Michael Snyder <msnyder@vmware.com>
1678
1679 * darwin-nat-info.c: Fix comment typo.
1680 * dwarf2expr.h: Ditto.
1681 * fbsd-nat.c: Ditto.
1682 * fbsd-nat.h: Ditto.
1683 * frame-unwind.h: Ditto.
1684 * frame.h: Ditto.
1685 * hppa-hpux-tdep.c: Ditto.
1686 * i386-linux-nat.c: Ditto.
1687 * linux-nat.c: Ditto.
1688 * nbsd-nat.c: Ditto.
1689 * nbsd-nat.h: Ditto.
1690 * ppc-linux-tdep.c: Ditto.
1691 * serial.c: Ditto.
1692 * ui-file.h: Ditto.
1693 * tui/tui-winsource.c: Ditto.
1694
f2c4ead5
MS
16952011-02-26 Michael Snyder <msnyder@vmware.com>
1696
86b887df
MS
1697 * breakpoint.c (reattach_breakpoints): Avoid resource leak (ui_file).
1698
66fd3b1e
MS
1699 * maint.c (maintenance_do_deprecate): Plug a memory leak.
1700
8c814cdd
MS
1701 * dwarf2loc.c (insert_bits): Avoid shadowing a function param
1702 with a local variable of the same name.
1703
6d5e094a 1704 * i387-tdep.c (i387_supply_fxsave): Avoid shadowing a function
e5b3d7d6 1705 param with a local variable of the same name.
6d5e094a 1706 (i387_supply_xsave): Ditto.
e5b3d7d6 1707
5eee517d
MS
1708 * linux-low.c (linux_nat_xfer_osdata): Rename local variable so
1709 that it does not shadow a function parameter.
1710
8fbf6b93
MS
1711 * i386-nat.c (i386_length_and_rw_bits): Document that case
1712 statement is meant to fall through.
1713
cb969d61
MS
1714 * expprint.c (dump_subexp_body_standard): Document that case
1715 statement is meant to fall through.
1716
f2c4ead5
MS
1717 * amd64-linux-tdep.c (amd64_linux_syscall_record): Delete
1718 dead if statement. Condition can't be false.
1719
b021a221
MS
17202011-02-25 Michael Snyder <msnyder@vmware.com>
1721
1722 * arm-tdep.c: Fix typos in comments.
1723 * bsd-uthread.c: Ditto.
1724 * completer.c: Ditto.
1725 * corelow.c: Ditto.
1726 * cp-namespace.c: Ditto.
1727 * cp-support.c: Ditto.
1728 * cris-tdep.c: Ditto.
1729 * dbxread.c: Ditto.
1730 * dwarf2read.c: Ditto.
1731 * frame.h: Ditto.
1732 * gdbtypes.h: Ditto.
1733 * inferior.h: Ditto.
1734 * mdebugread.c: Ditto.
1735 * mips-tdep.c: Ditto.
1736 * ppc-linux-nat.c: Ditto.
1737 * ppc-linux-tdep.c: Ditto.
1738 * printcmd.c: Ditto.
1739 * sol-thread.c: Ditto.
1740 * solib-frv.c: Ditto.
1741 * solist.h: Ditto.
1742 * sparc64-tdep.c: Ditto.
1743 * spu-tdep.c: Ditto.
1744 * stabsread.c: Ditto.
1745 * symfile.c: Ditto.
1746 * valops.c: Ditto.
1747 * varobj.c: Ditto.
1748 * vax-nat.c: Ditto.
1749 * python/py-block.c: Ditto.
1750 * python/py-symbol.c: Ditto.
1751 * python/py-symtab.c: Ditto.
1752 * python/py-value.c: Ditto.
1753 * tui/tui-win.c: Ditto.
1754
c82c0b55
MS
17552011-02-25 Michael Snyder <msnyder@vmware.com>
1756
1757 * inferior.c (print_inferior): Accept a string instead of an int
1758 for requested_inferiors, and use get_number_or_range to parse it.
1759 (info_inferiors_command): Pass args string to print_inferior.
1760 (initialize_inferiors): Change help string for info inferiors.
1761 * inferior.h (print_inferior): Export prototype change.
1762
ee00cd23
TT
17632011-02-25 Tom Tromey <tromey@redhat.com>
1764
1765 * common/ax.def (invalid2): Set to 0x31.
1766
0502ed8c
JK
17672011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1768
1769 * dwarf2loc.c (disassemble_dwarf_expression) <DW_OP_breg[0-9]+>: Use
1770 L and plongest.
1771 (disassemble_dwarf_expression) <DW_OP_bregx>: Drop variable offset,
1772 use L and plongest.
1773 (disassemble_dwarf_expression) <DW_OP_fbreg>: Use L and plongest.
1774
2c9de912
MS
17752011-02-24 Michael Snyder <msnyder@vmware.com>
1776
1777 * Makefile.in (clean): Make clean should remove generated files
1778 observer.h and observer.inc.
1779
a04b0428
JB
17802011-02-24 Joel Brobecker <brobecker@adacore.com>
1781
1782 Revert the following patch (not approved yet):
1783 2011-02-21 Hui Zhu <teawater@gmail.com>
1784 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
1785 * ax-gdb.c (gen_printf_expr_callback): New function.
1786 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
1787 * ax-general.c (ax_memcpy): New function.
1788 (ax_print): Handle "printf".
1789 (ax_reqs): Ditto.
1790 * ax.h (ax_memcpy): Forward declare.
1791 * common/ax.def (invalid2): Removed.
1792 (printf): New entry.
1793 * printcmd.c (printcmd.h): New include.
1794 (string_printf): New function.
1795 (ui_printf): Removed.
1796 (printf_command): Remove static. Call string_printf.
1797 (eval_command): Call string_printf.
1798 * printcmd.h: New file.
1799 * tracepoint.c (validate_actionline,
1800 encode_actions_1): handle printf_command.
1801
2b52013f
TT
18022011-02-23 Tom Tromey <tromey@redhat.com>
1803
1804 * ax-general.c (ax_pick): Add missing newline.
1805
e5a67952
MS
18062011-02-23 Michael Snyder <msnyder@vmware.com>
1807
1808 * breakpoint.c (breakpoint_1): Change first argument from an int
1809 to a char pointer, so that the function now accepts a list of
f2eb0bc8 1810 breakpoints rather than just one. Use new function
e5a67952
MS
1811 'number_is_in_list' to implement.
1812 (breakpoints_info): Pass char * instead of int to breakpoint_1.
1813 (watchpoints_info): Ditto.
1814 (tracepoints_info): Ditto.
1815 (maintenance_info_breakpoints): Ditto.
1816 (_initialize_breakpoint): Update help strings to reflect the fact
1817 that these functions can now take more than one argument.
1818 * cli/cli-utils.c (number_is_in_list): New function.
1819 * cli/cli-utils.h (number_is_in_list): Export.
1820
18212011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
1822
1823 * memattr.c (mem_enable_command): Use get_number_or_range.
1824 (mem_disable_command): Ditto.
1825 (mem_delete_command): Ditto.
1826 (_initialize_mem): Tweak usage message to reflect multiple
1827 arguments.
1828
6e6fbe60
DE
18292011-02-22 Doug Evans <dje@google.com>
1830
1831 Add gdb.lookup_global_symbol python function.
1832 * NEWS: Add entry.
1833 * python/py-symbol.c (gdbpy_lookup_global_symbol): New function.
1834 * python/python-internal.h (gdbpy_lookup_global_symbol): Declare it.
1835 * python/python.c (GdbMethods): Add entry for lookup_global_symbol.
1836
79b97fa8
TT
18372011-02-22 Tom Tromey <tromey@redhat.com>
1838
1839 * language.c (language_class_name_from_physname): Rename
1840 'curr_language' argument to 'lang'; use in body.
1841
298f437a
MS
18422011-02-22 Michael Snyder <msnyder@vmware.com>
1843
1844 * cli/cli-utils.c (number_is_in_list): Check for zero return.
1845
b7ea3126
PA
18462011-02-22 Pedro Alves <pedro@codesourcery.com>
1847
1848 * frame-unwind.h: Fix comment to mention the this frame, not the
1849 next.
1850
58ee6d60
TT
18512011-02-22 Tom Tromey <tromey@redhat.com>
1852
1853 * symfile.c (auto_solib_limit): Remove.
1854 * symfile.h (auto_solib_limit): Remove.
1855
36238dbc
JB
18562011-02-22 Joel Brobecker <brobecker@adacore.com>
1857
1858 * Makefile.in (INSTALLED_LIBS): Delete. Update comment.
1859
aea5b279
MS
18602011-02-21 Michael Snyder <msnyder@vmware.com>
1861
1862 * gdbthread.h (print_thread_info): Change prototype.
1863 * thread.c (print_thread_info): Accept char* instead of int for
1864 requested_threads argument. Use new function number_is_in_list
1865 to determine which threads to list.
1866 (info_threads_command): Pass char* to print_thread_info.
1867 * cli/cli-utils.c (number_is_in_list): New function.
1868 * cli/cli-utils.h (number_is_in_list): Export.
f2eb0bc8 1869 * mi/mi-main.c (mi_cmd_thread_info): Pass char* to
aea5b279
MS
1870 print_thread_info.
1871 (print_one_inferior): Ditto.
1872 (mi_cmd_list_thread_groups): Ditto.
1873
8caa75ee
JK
18742011-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1875
1876 * common/Makefile.in (CFLAGS): New.
1877 (COMPILE): Add $(CFLAGS).
1878
ea666128
TT
18792011-02-21 Tom Tromey <tromey@redhat.com>
1880
1881 * breakpoint.c (catch_syscall_command_1): Fix typo.
1882
e9cafbcc
TT
18832011-02-21 Tom Tromey <tromey@redhat.com>
1884
1885 * reverse.c: Include cli-utils.h.
1886 * printcmd.c: Include cli-utils.h.
1887 (string_printf): Use skip_spaces.
1888 * cli/cli-utils.h: New file.
1889 * cli/cli-utils.c: New file.
1890 * cli/cli-dump.h (skip_spaces): Move to cli-utils.h.
1891 * cli/cli-dump.c (skip_spaces): Move to cli-utils.c.
1892 * breakpoint.h (get_number, get_number_or_range): Move to
1893 cli-utils.h.
1894 * breakpoint.c: Include cli-utils.h.
1895 (get_number_trailer, get_number, get_number_or_range)
1896 (ep_skip_leading_whitespace): Move to cli-utils.c.
1897 (create_breakpoint_sal, find_condition_and_thread)
1898 (decode_static_tracepoint_spec, watch_command_1)
1899 (watch_maybe_just_location, ep_parse_optional_if_clause)
1900 (catch_fork_command_1, catch_exec_command_1)
1901 (catch_syscall_command_1): Use skip_spaces, skip_to_space.
1902 * Makefile.in (SUBDIR_CLI_OBS): Add cli-utils.o.
1903 (SUBDIR_CLI_SRCS): Add cli-utils.c.
1904 (HFILES_NO_SRCDIR): Add cli-utils.h.
1905 (cli-utils.o): New target.
1906
f67fd822
PM
19072011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
1908
1909 * remote.c (remote_close): Reset INFERIOR_PTID to NULL_PTID
1910 before calling discard_all_inferiors.
1911
c9def01d
UW
19122011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
1913
1914 * opencl-lang.c (STRUCT_OCL_TYPE): Remove.
1915 (struct builtin_opencl_type): Remove.
1916 (builtin_opencl_type): Change return type to "struct type **".
1917 (lookup_opencl_vector_type): Update caller.
1918 (opencl_language_arch_info): Copy primitive type vector from gdbarch.
1919 (build_opencl_types): Install plain array of "struct type *"
1920 instead of "struct builtin_opencl_type".
1921
e3039479
UW
19222011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1923 Ulrich Weigand <uweigand@de.ibm.com>
1924
1925 * arm-linux-nat.c: Include "observer.h" and "gdbthread.h".
1926 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define.
1927 (struct arm_linux_hwbp_cap): New type.
1928 (arm_linux_get_hwbp_cap): New function.
1929 (arm_linux_get_hw_breakpoint_count): Likewise.
1930 (arm_linux_get_hw_watchpoint_count): Likewise.
1931 (arm_linux_can_use_hw_breakpoint): Likewise.
1932 (arm_hwbp_type): New type.
1933 (arm_hwbp_control_t): Likewise.
1934 (struct arm_linux_hw_breakpoint): Likewise.
1935 (struct arm_linux_thread_points): Likewise.
1936 (arm_threads): New global variable.
1937 (arm_linux_find_breakpoints_by_tid): New function.
1938 (arm_hwbp_control_initialize): Likewise.
1939 (arm_hwbp_control_is_enabled): Likewise.
1940 (arm_hwbp_control_disable): Likewise.
1941 (arm_linux_hw_breakpoint_initialize): Likewise.
1942 (arm_linux_get_hwbp_type): Likewise.
1943 (arm_linux_hw_watchpoint_initialize): Likewise.
1944 (arm_linux_hw_breakpoint_equal): Likewise.
1945 (arm_linux_insert_hw_breakpoint1): Likewise.
1946 (arm_linux_remove_hw_breakpoint1): Likewise.
1947 (arm_linux_insert_hw_breakpoint): Likewise.
1948 (arm_linux_remove_hw_breakpoint): Likewise.
1949 (arm_linux_region_ok_for_hw_watchpoint): Likewise.
1950 (arm_linux_insert_watchpoint): Likewise.
1951 (arm_linux_remove_watchpoint): Likewise.
1952 (arm_linux_stopped_data_address): Likewise.
1953 (arm_linux_stopped_by_watchpoint): Likewise.
1954 (arm_linux_watchpoint_addr_within_range): Likewise.
1955 (arm_linux_new_thread): Likewise.
1956 (arm_linux_thread_exit): Likewise.
1957 (_initialize_arm_linux_nat): Install hardware breakpoint/watchpoint
1958 related target callbacks. Register arm_linux_new_thread and
1959 arm_linux_thread_exit.
1960 * arm-tdep.h (arm_pc_is_thumb): Add prototype.
1961 * arm-tdep.c (arm_pc_is_thumb): Make global.
1962 (arm_gdbarch_init): Call set_gdbarch_have_nonsteppable_watchpoint.
1963
b5db5dfc
UW
19642011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
1965
1966 * breakpoint.c (update_watchpoint): Do not attempt to recreate
1967 per-frame locations while within a function epilogue.
1968
e25b2cfa
PM
19692011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
1970
1971 * ser-mingw.c (ser_windows_close): Reformat comment to better conform
1972 to GNU coding standards.
1973
4af53f97
PM
19742011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
1975
1976 Allow use of mingw native on Windows 95 OS.
e25b2cfa 1977 * ser-mingw.c (CancelIo): New macro for dynamically loaded DLL entry.
4af53f97
PM
1978 (ser_windows_close): Only call CancelIo if function exists.
1979 (_initialize_ser_windows): Use LoadLirary/GetProcAddress
1980 to check for existence of CancelIo function in kernel32 DLL.
1981
d0e92d82
HZ
19822011-02-21 Hui Zhu <teawater@gmail.com>
1983
1984 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
1985 * ax-gdb.c (gen_printf_expr_callback): New function.
1986 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
1987 * ax-general.c (ax_memcpy): New function.
1988 (ax_print): Handle "printf".
1989 (ax_reqs): Ditto.
1990 * ax.h (ax_memcpy): Forward declare.
1991 * common/ax.def (invalid2): Removed.
1992 (printf): New entry.
1993 * printcmd.c (printcmd.h): New include.
1994 (string_printf): New function.
1995 (ui_printf): Removed.
1996 (printf_command): Remove static. Call string_printf.
1997 (eval_command): Call string_printf.
1998 * printcmd.h: New file.
1999 * tracepoint.c (validate_actionline,
2000 encode_actions_1): handle printf_command.
2001
7d357efd
MS
20022011-02-19 Michael Snyder <msnyder@vmware.com>
2003
2004 * reverse.c (delete_one_bookmark): Argument is now bookmark
2005 id rather than pointer to bookmark struct.
2006 (delete_bookmark_command): Use get_number_or_range.
2007 (goto_bookmark_command): Parse with get_number instead of strtoul.
2008 (bookmark_1): New function. Print info for one bookmark.
2009 (bookmarks_info): Use get_number_or_range and bookmark_1.
2010
7a45ebd7
MS
20112011-02-18 Michael Snyder <msnyder@vmware.com>
2012
f2eb0bc8 2013 * thread.c (info_threads_command): Re-implement using
7a45ebd7 2014 get_number_or_range.
65ebfb52 2015 (thread_apply_command): Ditto.
7a45ebd7 2016
94d5e490
TT
20172011-02-18 Tom Tromey <tromey@redhat.com>
2018
2019 * common/ax.def: New file.
2020 * ax.h (enum agent_op): Use ax.def.
2021 * ax-general.c (aop_map): Use ax.def.
2022
c7f96d2b
TT
20232011-02-18 Tom Tromey <tromey@redhat.com>
2024
2025 * ax-general.c (aop_map): Add pick and rot.
2026 * dwarf2loc.c (compile_dwarf_to_ax) <DW_OP_over>: Reimplement.
2027 <DW_OP_rot>: Implement.
2028 * ax.h (enum agent_op) <aop_pick, aop_rot>: New constants.
2029 (ax_pick): Declare.
2030 * ax-general.c (ax_pick): New function.
2031
66694b75
TT
20322011-02-18 Tom Tromey <tromey@redhat.com>
2033
2034 * Makefile.in (HFILES_NO_SRCDIR): Don't mention ada-operator.inc.
2035
eeaafae2
JK
20362011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2037 Tom Tromey <tromey@redhat.com>
2038
2039 * cp-support.c (make_symbol_overload_list_namespace): Do not call
2040 make_symbol_overload_list_block with NULL BLOCK.
2041 * valarith.c (unop_user_defined_p): Resolve also TYPE_CODE_TYPEDEF.
2042
3c3fe74c
PA
20432011-02-18 Pedro Alves <pedro@codesourcery.com>
2044
2045 * breakpoint.c (get_number_trailer): No longer accept a NULL PP.
2046 * breakpoint.h (get_number_or_range): Declare.
2047 * printcmd.c (ALL_DISPLAYS): Declare.
2048 (delete_display): Reimplement taking a display pointer.
2049 (undisplay_command): Accept a range of displays to delete, using
2050 get_number_or_range.
2051
13163d80
PM
20522011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
2053
2054 * c-valprint.c (c_val_print): Add embedded_offset to address
2055 for arrays of unspecified length.
2056 * p-valprint.c (pascal_val_print): Likewise.
2057
b434a28f
YQ
20582011-02-18 Yao Qi <yao@codesourcery.com>
2059
2060 * gdb/arm-tdep.c (arm_displaced_step_copy_insn): Move code to ...
2061 (arm_process_displaced_insn): .. here. Remove parameter INSN.
2062 (thumb_process_displaced_insn): New.
2063 * gdb/arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Update
2064 call to arm_process_displaced_insn.
2065 * gdb/arm-tdep.h : Update declaration of arm_process_displaced_insn.
2066
9f6f94ff
TT
20672011-02-17 Tom Tromey <tromey@redhat.com>
2068
2069 * dwarf2loc.h (dwarf2_compile_expr_to_ax): Declare.
2070 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Rename from
2071 compile_dwarf_to_ax. No longer static. Call
2072 dwarf2_compile_cfa_to_ax.
2073 (locexpr_tracepoint_var_ref): Update.
2074 (loclist_tracepoint_var_ref): Update.
2075 * dwarf2-frame.h (dwarf2_compile_cfa_to_ax): Declare.
2076 * dwarf2-frame.c (execute_cfa_program): Remove 'this_frame'
2077 argument; add 'gdbarch' and 'pc'.
2078 (dwarf2_compile_cfa_to_ax): New function.
2079 (dwarf2_frame_cache): Update.
2080
e67ad678
JB
20812011-02-17 Joel Brobecker <brobecker@adacore.com>
2082
2083 * ada-lang.c (ada_type_of_array): Fix the size of the array
2084 in the case of an unconstrained packed array.
2085
946ebb0d
YQ
20862011-02-17 Yao Qi <yao@codesourcery.com>
2087
2088 * common/Makefile.in: Add more targets for make.
2089
1ba1b353
TT
20902011-02-16 Tom Tromey <tromey@redhat.com>
2091
2092 * dwarf2loc.c (unimplemented): Fix typo.
2093
b1bfef65
TT
20942011-02-16 Tom Tromey <tromey@redhat.com>
2095
2096 * dwarf2loc.c (unimplemented): Handle unnamed opcodes.
2097 (compile_dwarf_to_ax) <default>: Use unimplemented.
2098 <DW_OP_deref>: Update.
2099 (disassemble_dwarf_expression): Update.
2100 * dwarf2read.c (dwarf_stack_op_name): Remove 'def' argument.
2101 (decode_locdesc): Update.
2102 * dwarf2expr.h (dwarf_stack_op_name): Update.
2103
5f1e6f19
TT
21042011-02-16 Tom Tromey <tromey@redhat.com>
2105
2106 * ax.h (struct aop_map) <name>: Now const.
2107
a0c78a73
PA
21082011-02-16 Tom Tromey <tromey@redhat.com>
2109
2110 * ax-gdb.c.c (gen_expr) <UNOP_MEMVAL>: Handle value kinds other
2111 than axs_rvalue.
2112
946ebb0d 21132011-02-16 Yao Qi <yao@codesourcery.com>
a42244db
YQ
2114
2115 * infrun.c (get_displaced_step_closure_by_addr): New.
2116 * inferior.h: Declare it.
2117 * arm-tdep.c: (arm_pc_is_thumb): Call
2118 get_displaced_step_closure_by_addr. Adjust MEMADDR if it
2119 returns non-NULL.
2120
08807d5a
PA
21212011-02-16 Pedro Alves <pedro@codesourcery.com>
2122 Jan Kratochvil <jan.kratochvil@redhat.com>
2123
2124 gdb/
2125 * tracepoint.c (memrange_sortmerge): Fix list A's end calculation.
2126
29976f3f
PA
21272011-02-16 Pedro Alves <pedro@codesourcery.com>
2128 Jan Kratochvil <jan.kratochvil@redhat.com>
2129
2130 * value.c (value_contents_copy_raw): Extend describing comment.
2131 Assert that the destination contents we're overwriting are wholly
2132 available.
fb68ae73 2133 (value_contents_copy): Extend describing comment.
29976f3f 2134
cd24cfaa
PA
21352011-02-16 Pedro Alves <pedro@codesourcery.com>
2136 Jan Kratochvil <jan.kratochvil@redhat.com>
2137
2138 * value.c (value_available_contents_eq): Remove redundant local
2139 variables. Fix available contents comparision.
2140 * value.h (value_available_contents_eq): Extend describing
2141 comment.
2142
60bbf338
YQ
21432011-02-16 Yao Qi <yao@codesourcery.com>
2144
2145 * thread.c (info_threads_command): Add missing i18n markup and remove
2146 trailing newline.
2147
17450429
PP
21482011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2149
2150 * breakpoint.c (longjmp_names): New variable.
2151 (struct breakpoint_objfile_data): New type.
2152 (breakpoint_objfile_key): New variable.
2153 (msym_not_found): New variable.
2154 (msym_not_found_p): New predicate.
2155 (get_breakpoint_objfile_data): New function.
2156 (create_overlay_event_breakpoint): Check per-objfile cache for
2157 symbols first.
2158 (create_longjmp_master_breakpoint): Likewise.
2159 (create_std_terminate_master_breakpoint): Likewise.
2160 (create_exception_master_breakpoint): Likewise.
2161 (_initialize_breakpoint): Register per-objfile data key.
2162
af02033e
PP
21632011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2164
2165 * breakpoint.c ((create_overlay_event_breakpoint): Const-propagate
2166 parameter value.
2167 (create_longjmp_master_breakpoint): Loop over longjmp names.
2168 (create_std_terminate_master_breakpoint): Const-propagate parameter
2169 value.
2170 (update_breakpoints_after_exec): Adjust.
2171 (breakpoint_re_set): Adjust.
2172
60f98dde
MS
21732011-02-15 Michael Snyder <msnyder@vmware.com>
2174
cdf99611
MS
2175 * thread.c (info_threads_command): Process arg as thread id,
2176 or list of thread ids.
2177 (thread_find_command): New command.
2178 (_initialize_thread): Document argument for info threads.
2179 Document 'thread find' command.
2180 * NEWS: Document new command "thread find".
60f98dde 2181
0feedb2c
JK
21822011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2183
2184 * Makefile.in (ACLOCAL_AMFLAGS): Add `-I ../config'.
2185 * aclocal.m4: Regenerated with aclocal-1.11.1.
2186 * common/configure: Regenerate with autoconf-2.64.
2187
648cd113
KW
21882011-02-15 Ken Werner <ken.werner@de.ibm.com>
2189
2190 * opencl-lang.c (build_opencl_types): Set the size of the built-in
2191 bool data type to a size of one byte.
2192
5657161f
PA
21932011-02-15 Pedro Alves <pedro@codesourcery.com>
2194 Jan Kratochvil <jan.kratochvil@redhat.com>
2195
2196 * target.c (memory_xfer_live_readonly_partial): Document where to
2197 look for interface description.
2198
494e194e
YQ
21992011-02-15 Yao Qi <yao@codesourcery.com>
2200
2201 PR tdep/12352
2202 * arm-tdep.c (copy_ldr_str_ldrb_strb): Replace PC with SP in
2203 order to store PC value on stack instead of text section.
2204
d9492458
TJB
22052011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
2206
2207 * rs6000-tdep.c (IS_EFP_PSEUDOREG): Use correct constant for
2208 the EFP register set size.
2209 (efpr_pseudo_register_read): Use regcache_raw_read_part to read
2210 data from the VMX register.
2211 (efpr_pseudo_register_write): Use regcache_raw_write_part to read
2212 and write data from/to the VMX register.
2213
cdf99611
MS
22142011-02-14 Michael Snyder <msnyder@vmware.com>
2215
2216 * command.h (enum command_class): New class 'no_set_class', for
2217 "show" commands without a corresponding "set" command.
2218 * value.c (_initialize_values): Use 'no_set_class' for "show values".
2219 * copying.c (_initialize_copying): Ditto for "show copying" and
2220 "show warranty".
2221 * cli/cli-cmds.c (init_cli_cmds): Ditto for "show commands" and
2222 "show version".
2223 * cli/cli-setshow.c (cmd_show_list): Skip "show" commands for
2224 which there is no corresponding "set" command (eg. "show copying").
2225
424447ee
PA
22262011-02-14 Pedro Alves <pedro@codesourcery.com>
2227 Jan Kratochvil <jan.kratochvil@redhat.com>
2228
2229 * exec.c (section_table_available_memory): Change `len' parameter
2230 type to ULONGEST.
2231 * exec.h (section_table_available_memory): Ditto.
2232 * value.h (read_value_memory): Rename the `offset' parameter to
2233 `embedded_offset'.
2234
c0f61f9c 22352011-02-14 Pedro Alves <pedro@codesourcery.com>
e0ccc0c7 2236 Jan Kratochvil <jan.kratochvil@redhat.com>
c0f61f9c
PA
2237
2238 * memrange.c (compare_mem_ranges): Mention sort order in
2239 describing comment.
2240 (normalize_mem_ranges): Add comment. Fix ra->length calculation.
2241 * tracepoint.c (traceframe_available_memory): Extend comment to
2242 mention what happens to RESULT when the target does not support
2243 the query.
2244
6bfc80c7
PA
22452011-02-14 Pedro Alves <pedro@codesourcery.com>
2246 Jan Kratochvil <jan.kratochvil@redhat.com>
2247
2248 * value.c (mark_value_bytes_unavailable): Fix indexing the `bef'
2249 range.
2250
e7303042
PA
22512011-02-14 Pedro Alves <pedro@codesourcery.com>
2252
2253 * value.c (value_bits_valid, value_bits_synthetic_pointer):
2254 No longer handle NULL values.
2255
8af8e3bc
PA
22562011-02-14 Pedro Alves <pedro@codesourcery.com>
2257
2258 * exceptions.h (NOT_AVAILABLE_ERROR): New error.
2259 * value.c: Include "exceptions.h".
2260 (require_available): Throw NOT_AVAILABLE_ERROR instead of a
2261 generic error.
2262 * cp-abi.c: Include gdb_assert.h.
2263 (baseclass_offset): Add `embedded_offset' and `val' parameters.
2264 Assert the method is implemented. Wrap NOT_AVAILABLE_ERROR
2265 errors.
2266 * cp-abi.h (baseclass_offset): Add `embedded_offset' and `val'
2267 parameters. No longer returns -1 on error.
2268 (struct cp_abi_ops) <baseclass_offset>: Add `embedded_offset' and
2269 `val' parameters.
2270 * cp-valprint.c: Include exceptions.h.
2271 (cp_print_value): Handle NOT_AVAILABLE_ERROR errors when fetching
2272 the baseclass_offset. Handle unavailable base classes. Use
2273 val_print_invalid_address.
2274 * p-valprint.c: Include exceptions.h.
2275 (pascal_object_print_value): Handle NOT_AVAILABLE_ERROR errors
2276 when fetching the baseclass_offset. No longer expect
2277 baseclass_offset returning -1. Handle unavailable base classes.
2278 Use val_print_invalid_address.
2279 * valops.c (dynamic_cast_check_1): Rename `contents' parameter to
2280 `valaddr' parameter, and change its type to gdb_byte pointer. Add
2281 `embedded_offset' and `val' parameters. Adjust.
2282 (dynamic_cast_check_2): Rename `contents' parameter to `valaddr'
2283 parameter, and change its type to gdb_byte pointer. Add
2284 `embedded_offset' and `val' parameters. Adjust. No longer expect
2285 baseclass_offset returning -1.
2286 (value_dynamic_cast): Use value_contents_for_printing rather than
2287 value_contents. Adjust.
2288 (search_struct_field): No longer expect baseclass_offset returning
2289 -1.
2290 (search_struct_method): If reading memory from the target is
2291 necessary, wrap it in a new value to pass to baseclass_offset. No
2292 longer expect baseclass_offset returning -1.
2293 (find_method_list): No longer expect baseclass_offset returning
2294 -1. Use value_contents_for_printing rather than value_contents.
2295 * valprint.c (val_print_invalid_address): New function.
2296 * valprint.h (val_print_invalid_address): Declare.
2297 * gdbtypes.c (is_unique_ancestor_worker): New `embedded_offset'
2298 and `val' parameters. No longer expect baseclass_offset returning
2299 -1. Adjust.
2300 * gnu-v2-abi.c: Include "exceptions.h".
2301 (gnuv2_baseclass_offset): Add `embedded_offset' and `val'
2302 parameters. Handle unavailable memory. Recurse through
2303 gnuv2_baseclass_offset directly, rather than through
2304 baseclass_offset. No longer returns -1 on not found, instead
2305 throw an error.
2306 * gnu-v3-abi.c (gnuv3_baseclass_offset): Add `embedded_offset' and
2307 `val' parameters. Adjust.
2308
1b28d0b3
PA
23092011-02-14 Pedro Alves <pedro@codesourcery.com>
2310
2311 * tracepoint.c (memrange_sortmerge): Don't merge ranges that are
2312 almost but not quite adjacent.
2313
ec0a52e1
PA
23142011-02-14 Pedro Alves <pedro@codesourcery.com>
2315
2316 * value.h (value_entirely_available): Declare.
2317 * value.c (value_entirely_available): New function.
2318 * c-valprint.c (c_value_print): Don't try fetching the pointer's
2319 real type if the pointer is unavailable.
2320
24e6bcee
PA
23212011-02-14 Pedro Alves <pedro@codesourcery.com>
2322
2323 * valops.c (value_repeat): Use read_value_memory instead of
2324 read_memory.
2325
39d37385
PA
23262011-02-14 Pedro Alves <pedro@codesourcery.com>
2327
2328 * value.h (value_contents_copy, value_contents_copy_raw): Declare.
2329 * value.c (value_contents_copy_raw, value_contents_copy): New
2330 functions.
2331 (value_primitive_field): Use value_contents_copy_raw instead of
2332 memcpy.
2333 * valops.c (value_fetch_lazy): Use value_contents_copy instead of
2334 memcpy.
2335 (value_array, value_slice): Ditto.
2336 * valarith.c (value_subscripted_rvalue): Use
2337 value_contents_copy_raw instead of memcpy.
2338
a3d34bf4
PA
23392011-02-14 Pedro Alves <pedro@codesourcery.com>
2340
2341 <unavailable> references.
2342
2343 * valops.c (get_value_at): Use value_from_contents_and_address,
2344 avoiding read_memory.
2345
9fc6d940
PA
23462011-02-14 Pedro Alves <pedro@codesourcery.com>
2347
2348 * c-valprint.c (c_val_print): Print a string with unavailable
2349 contents as an array.
2350
5467c6c8
PA
23512011-02-14 Pedro Alves <pedro@codesourcery.com>
2352
2353 * value.h (unpack_bits_as_long): Delete declaration.
2354 (unpack_value_bits_as_long): Declare.
2355 (unpack_value_field_as_long): Declare.
2356 (value_field_bitfield): Declare.
2357 * value.c (unpack_bits_as_long): Rename to...
2358 (unpack_value_bits_as_long_1): ... this. Add embedded_offset and
2359 value parameters. Return the extracted result in a new output
2360 parameter. If the value contents are unavailable, return false,
2361 otherwise return true.
2362 (unpack_value_bits_as_long): New.
2363 (unpack_field_as_long): Rename to...
2364 (unpack_value_field_as_long_1): ... this. Add embedded_offset and
2365 Add embedded_offset and value parameters. Return the extracted
2366 result in a new output parameter. If the value contents are
2367 unavailable, return false, otherwise return true.
2368 (unpack_value_field_as_long): New.
2369 (unpack_field_as_long_1): New.
2370 (unpack_field_as_long): Reimplement as wrapper around
2371 unpack_value_field_as_long_1.
2372 (value_field_bitfield): New function.
2373 * valops.c (value_fetch_lazy): When fetching a bitfield, use
2374 unpack_value_bits_as_long. Mark the value as unavailable, if it
2375 is unavailable.
2376 * jv-valprint.c (java_print_value_fields): Use
2377 value_field_bitfield.
2378 * p-valprint.c (pascal_object_print_value_fields): Use
2379 value_field_bitfield.
2380 * cp-valprint.c (cp_print_value_fields): Use value_field_bitfield.
2381
3158c6ed
PA
23822011-02-14 Pedro Alves <pedro@codesourcery.com>
2383
2384 * value.c (get_internalvar_integer): Also return the int value of
2385 TYPE_CODE_INT INTERNALVAR_VALUE values.
2386 (set_internalvar): Don't special case TYPE_CODE_INT.
2387
9fbdca0d
PA
23882011-02-14 Pedro Alves <pedro@codesourcery.com>
2389
2390 * value.c (struct internalvar) <enum internalvar_kind>: Remove
2391 INTERNALVAR_POINTER.
2392 <pointer>: Delete.
2393 (value_of_internalvar): Remove INTERNALVAR_POINTER handling.
2394 (set_internalvar): Remove special TYPE_CODE_PTR handling.
2395 (preserve_one_internalvar): Remove INTERNALVAR_POINTER handling.
2396
c8c1c22f
PA
23972011-02-14 Pedro Alves <pedro@codesourcery.com>
2398
2399 * value.h (value_available_contents_eq): Declare.
2400 * value.c (find_first_range_overlap): New function.
2401 (value_available_contents_eq): New function.
2402 * valprint.c (val_print_array_elements): Use
2403 value_available_contents_eq.
2404 * ada-valprint.c (val_print_packed_array_elements): Use
2405 value_available_contents_eq.
2406 * jv-valprint.c (java_value_print): Use
2407 value_available_contents_eq.
2408
e6e4e701
PA
24092011-02-14 Pedro Alves <pedro@codesourcery.com>
2410
2411 * target.c (target_read_live_memory): New function.
2412 (memory_xfer_live_readonly_partial): New.
2413 (memory_xfer_partial): If reading from a traceframe, fallback to
2414 reading unavailable read-only memory from read-only regions of
2415 live target memory.
2416 * tracepoint.c (disconnect_tracing): Adjust.
2417 (set_current_traceframe): New, factored out from
2418 set_traceframe_number.
2419 (set_traceframe_number): Reimplement to only change the traceframe
2420 number on the GDB side.
2421 (do_restore_current_traceframe_cleanup): Adjust.
2422 (make_cleanup_restore_traceframe_number): New.
2423 (cur_traceframe_number): New global.
2424 (tfile_open): Set cur_traceframe_number to no traceframe.
2425 (set_tfile_traceframe): New function.
2426 (tfile_trace_find): If looking up a traceframe using any method
2427 other than by number, make sure the current tfile traceframe
2428 matches gdb's current traceframe. Update the current tfile
2429 traceframe if the lookup succeeded.
2430 (tfile_fetch_registers, tfile_xfer_partial)
2431 (tfile_get_trace_state_variable_value): Make sure the remote
2432 traceframe matches gdb's current traceframe.
2433 * remote.c (remote_traceframe_number): New global.
2434 (remote_open_1): Set it to -1.
2435 (set_remote_traceframe): New function.
2436 (remote_fetch_registers, remote_store_registers)
2437 (remote_xfer_memory, remote_xfer_partial)
2438 (remote_get_trace_state_variable_value): Make sure the remote
2439 traceframe matches gdb's current traceframe.
2440 (remote_trace_find): If looking up a traceframe using any method
2441 other than by number, make sure the current remote traceframe
2442 matches gdb's current traceframe. Update the current remote
2443 traceframe if the lookup succeeded.
2444 * infrun.c (fetch_inferior_event): Adjust.
2445 * tracepoint.h (set_current_traceframe): Declare.
2446 (get_traceframe_number, set_traceframe_number): Add describing
2447 comments.
2448
e6ca34fc
PA
24492011-02-14 Pedro Alves <pedro@codesourcery.com>
2450
2451 Mark pieces of values as unavailable if the corresponding memory
2452 is unavailable.
2453
2454 * valops.c: Include tracepoint.h.
2455 (value_fetch_lazy): Use read_value_memory.
2456 (read_value_memory): New.
2457 * value.h (read_value_memory): Declare.
2458 * dwarf2loc.c (read_pieced_value): Use read_value_memory.
2459 * exec.c (section_table_available_memory): New function.
2460 * exec.h (section_table_available_memory): Declare.
2461
2a7498d8
PA
24622011-02-14 Pedro Alves <pedro@codesourcery.com>
2463
2464 * Makefile.in (SFILES): Add memrange.c.
2465 (HFILES_NO_SRCDIR): Add memrange.h.
2466 (COMMON_OBS): Add memrange.o.
2467 * memrange.c: New file.
2468 * memrange.h: New file.
2469 * tracepoint.c: Include memrange.h.
2470 (struct mem_range): Delete.
2471 (mem_range_s): Delete.
2472 (traceframe_available_memory): New function.
2473 * tracepoint.h (traceframe_available_memory): Declare.
2474
b3b9301e
PA
24752011-02-14 Pedro Alves <pedro@codesourcery.com>
2476
2477 * target.h (struct traceframe_info): Forward declare.
2478 (enum target_object): Add TARGET_OBJECT_TRACEFRAME_INFO.
2479 (struct target_ops) <to_traceframe_info>: New field.
2480 (target_traceframe_info): New.
2481 * target.c (update_current_target): Inherit and default
2482 to_traceframe_info.
2483 * remote.c (PACKET_qXfer_traceframe_info): New.
2484 (remote_protocol_features): Register qXfer:traceframe-info:read.
2485 (remote_xfer_partial): Handle TARGET_OBJECT_TRACEFRAME_INFO.
2486 (remote_traceframe_info): New.
2487 (init_remote_ops): Install it.
2488 (_initialize_remote): Install "set/show remote traceframe-info"
2489 commands.
2490 * tracepoint.h (parse_traceframe_info): Declare.
2491 * tracepoint.c (struct mem_range): New.
2492 (mem_range_s): New typedef.
2493 (struct traceframe_info): New.
2494 (traceframe_info): New global.
2495 (free_traceframe_info): New function.
2496 (clear_traceframe_info): New function.
2497 (start_tracing, tfind_1, set_traceframe_number): Clear traceframe
2498 info.
2499 (build_traceframe_info): New function.
2500 (tfile_traceframe_info): New function.
2501 (init_tfile_ops): Install tfile_traceframe_info.
2502 (traceframe_info_start_memory, free_result): New functions.
2503 (memory_attributes, traceframe_info_elements): New globals.
2504 (parse_traceframe_info, get_traceframe_info): New functions.
2505 * features/traceframe-info.dtd: New file.
2506 * Makefile.in (XMLFILES): Add traceframe-info.dtd.
2507
4e07d55f
PA
25082011-02-14 Pedro Alves <pedro@codesourcery.com>
2509
2510 Base support for <unavailable> value contents.
2511
4e07d55f
PA
2512 * value.h (value_bytes_available): Declare.
2513 (mark_value_bytes_unavailable): Declare.
2514 * value.c (struct range): New struct.
2515 (range_s): New typedef.
2516 (ranges_overlap): New function.
2517 (range_lessthan): New function.
2518 (ranges_contain_p): New function.
2519 (struct value) <unavailable>: New field.
2520 (value_bytes_available): New function.
2521 (mark_value_bytes_unavailable): New function.
2522 (require_not_optimized_out): Constify parameter.
2523 (require_available): New function.
2524 (value_contents_all, value_contents): Require all bytes be
2525 available.
2526 (value_free): Free `unavailable'.
2527 (value_copy): Copy `unavailable'.
2528 * valprint.h (val_print_unavailable): Declare.
2529 * valprint.c (valprint_check_validity): Rename `offset' parameter
2530 to `embedded_offset'. If printing a scalar, check whether the
2531 value chunk is available.
2532 (val_print_unavailable): New.
2533 (val_print_scalar_formatted): Check whether the value is
2534 available.
2535 * python/py-prettyprint.c (apply_val_pretty_printer): Refuse
2536 pretty-printing unavailable values.
2537
bc9a5551
JK
25382011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2539
2540 Fix const/volatile qualifiers of C++ types, PR c++/12328.
2541 * c-typeprint.c (c_type_print_args): Update the function comment. New
2542 variable param_type, initialize it. Remove const/volatile qualifiers
2543 for language_cplus and !show_artificial. Use param_type.
2544
93b55aa1
JK
25452011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2546
2547 * symtab.c (find_pc_sect_line): New variable objfile, initialize it
2548 from S. Iterate S using ALL_OBJFILE_SYMTABS. Verify BV for each S.
2549 * symtab.h (struct symtab) <next>: Comment extension.
2550
181d9476
YQ
25512011-02-12 Yao Qi <yao@codesourcery.com>
2552
2553 * Makefile.in (CLEANDIRS): Remove duplicated common dir.
2554
b708a5c7
JK
25552011-02-11 Yao Qi <yao@codesourcery.com>
2556
2557 * common/Makefile.in: Add copyright header.
2558
c5187ac6
PA
25592011-02-11 Pedro Alves <pedro@codesourcery.com>
2560
2561 * infrun.c (proceed): Move switching out and in of tfind mode from
2562 here ...
2563 (fetch_inferior_event): ... to here.
2564
4f3e6fb7
YQ
25652011-02-11 Yao Qi <yao@codesourcery.com>
2566
2567 * Makefile.in: Remove signals.o from COMMON_OBS. Link
2568 libcommon.a.
2569 * configure.ac: Add common to sub dir.
2570 * configure: Regenerate.
2571
b708a5c7
JK
25722011-02-11 Yao Qi <yao@codesourcery.com>
2573
2574 Build libcommon.a.
2575
2576 * common/Makefile.in: New.
2577 * common/configure.ac: New.
2578 * common/aclocal.m4: New.
2579 * common/configure: Generate.
2580
2287cc7e
PA
25812011-02-10 Pedro Alves <pedro@codesourcery.com>
2582
2583 * vec.h (VEC_block_remove): Place VEC_ASSERT_INFO on the right
2584 side of the parenthesis.
2585
2586 Merge from GCC:
2587 2010-07-13 Jakub Jelinek <jakub@redhat.com>
fc013618 2588 * vec.h (VEC_block_remove): Fix comment.
2287cc7e 2589
fd62cb89
MS
25902011-02-08 Michael Snyder <msnyder@vmware.com>
2591
2592 * linux-nat.c (linux_nat_filter_event): Fix typo in comment.
2593
56d2815c
JK
25942011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2595
2596 * i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes
2597 in comments for pcmpgtd, pcmpeqd, psubd, paddd, pcmpgtd, pcmpeqd,
2598 psubd and paddd.
2599
4f7d61a8
JK
26002011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2601
2602 PR 12361.
2603 * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to
2604 phsubsw.
2605 (i386_process_record) <lddqu>: Fix the opcode to 0xf20ff0.
2606 (i386_process_record) <0x0f3807>: Fix the comment to phsubsw.
2607
54fcddd0
UW
26082011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
2609
2610 * dwarf2read.c (read_subroutine_type): Set special calling
2611 convention flag for functions compiled by IBM XL C for OpenCL.
2612 * ppc-sysv-tdep.c: Include "dwarf2.h"
2613 (ppc_sysv_abi_push_dummy_call): Implement IBM OpenCL vector types
2614 calling convention.
2615 (do_ppc_sysv_return_value): Add FUNC_TYPE argument. Implement
2616 IBM OpenCL vector types calling convention.
2617 (ppc_sysv_abi_return_value): Pass through FUNC_TYPE.
2618 (ppc_sysv_abi_broken_return_value): Likewise.
2619 (ppc64_sysv_abi_push_dummy_call): Implement IBM OpenCL vector
2620 types calling convention.
2621 (ppc64_sysv_abi_return_value): Likewise.
2622 * spu-tdep.c: Include "dwarf2.h"
2623 (spu_return_value): Implement IBM OpenCL vector types calling
2624 convention.
2625
d6dafb7c
UW
26262011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
2627
2628 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Implement
2629 correct ABI for AltiVec vector arguments.
2630
32b72a42
PA
26312011-02-07 Pedro Alves <pedro@codesourcery.com>
2632
2633 * valprint.c (val_print): Extend comment.
2634 * ada-valprint.c (ada_valprint): Rewrite comment deferring
2635 interface explanation to val_print.
2636 (ada_val_print_array): Adjust comment to current interface.
2637 (print_field_values): Adjust comment to current interface.
2638 * c-valprint.c (c_val_print): Rewrite comment deferring interface
2639 explanation to val_print.
2640 * f-valprint.c (f_val_print): Ditto.
2641 * jv-valprint.c (java_val_print): Ditto.
2642 * m2-valprint.c (m2_val_print): Ditto.
2643 * p-valprint.c (pascal_val_print): Ditto.
2644
9998af43
TJB
26452011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
2646
2647 * breakpoint.c (parse_breakpoint_sals): Fix description.
2648
505500db 26492011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
9998af43 2650 Oguz Kayral <oguzkayral@gmail.com>
505500db
SW
2651
2652 * python/py-inferior.c (python_on_normal_stop): New function.
2653 (python_on_resume): New function.
2654 (python_inferior_exit): New function.
2655 (gdbpy_initialize_inferior): Add normal_stop, target_resumed, and
2656 inferior_exit observers.
2657 * python/py-evtregistry.c: New file.
2658 * python/py-threadevent.c : New file.
2659 * python/py-event.c: New file.
2660 * python/py-evts.c: New file.
2661 * python/py-continueevent.c: New file.
2662 * python/py-bpevent.c: New file.
2663 * python/py-signalevent.c: New file.
2664 * python/py-exetiedevent.c: New file.
2665 * python/py-breakpoint.c (gdbpy_breakpoint_from_bpstats): New function.
2666 Move struct breakpoint_object from here...
2667 * python/python-internal.h: ... to here.
2668 * python/py-event.h: New file.
2669 * python/py-events.h: New file.
2670 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpointstopevent.o,
2671 py-continueevent.o, py-event.o, py-eventregistry.o, py-events.o,
2672 py-exitedevent.o, py-signalstopevent.o, and py-stopevent.o.
2673 (SUBDIR_PYTHON_SRCS): Add py-breakpointstopevent.c,
2674 py-continueevent.c, py-event.c, py-eventregistry.c, py-events.c,
2675 py-exitedevent.c, py-signalstopevent.c, and py-stopevent.c.
2676 Add build rules for all the above.
2677
9e0ac564
TT
26782011-02-04 Tom Tromey <tromey@redhat.com>
2679
2680 * dwarf2read.c (dwarf2_section_empty_p): New function.
2681 (dwarf2_read_section): Use dwarf2_section_empty_p.
2682 (dwarf2_section_size): New function.
2683 (dwarf2_get_section_info): Unconditionally read section.
2684 (dwarf2_read_index): Use dwarf2_section_empty_p.
2685 (partial_read_comp_unit_head): Use dwarf2_section_size.
2686 (dwarf2_symbol_mark_computed): Likewise.
2687
eee5b35e
DD
26882011-02-04 David Daney <ddaney@caviumnetworks.com>
2689
2690 * NEWS: Add item for "catch syscall" on mips*-linux* targets.
2691
385203ed
DD
26922011-02-04 David Daney <ddaney@caviumnetworks.com>
2693
2694 * mips-linux-tdep.c: Include xml-syscall.h.
2695 (mips_linux_get_syscall_number): New function.
2696 (mips_linux_init_abi): Add calls to
2697 mips_linux_get_syscall_number() and set_xml_syscall_file_name().
2698 * data-directory/Makefile.in (SYSCALLS_FILES): Add
2699 mips-o32-linux.xml, mips-n32-linux.xml and mips-n64-linux.xml
2700 * syscalls/mips-n32-linux.xml: New file.
2701 * syscalls/mips-n64-linux.xml: New file.
2702 * syscalls/mips-o32-linux.xml: New file.
2703
9277c30c
UW
27042011-02-04 Ulrich Weigand <ulrich.weigand@linaro.org>
2705
2706 * dwarf2read.c (dwarf2_ranges_read): Skip empty range entries.
2707 Complain about inverted range entries.
2708 (dwarf2_record_block_ranges): Likewise.
2709
a3be7890
TJB
27102011-02-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
2711
2712 Fix some typos.
2713 * breakpoint.c (update_watchpoint): Fix name of the
2714 update_global_location_list function.
2715 (print_one_breakpoint): Fix typo.
2716 (_initialize_breakpoint): Remove extra space in hbreak help
2717 string.
2718 * breakpoint.h (struct bp_location) <length>: Fix field
2719 description.
2720
041274d8
PA
27212011-02-04 Pedro Alves <pedro@codesourcery.com>
2722
2723 * regcache.c (registers_changed_ptid): Don't explictly always
2724 clear `current_regcache'. Only clear current_thread_ptid and
2725 current_thread_arch when PTID matches. Only reinit the frame
2726 cache if PTID matches the current inferior_ptid. Move alloca(0)
2727 call to ...
2728 (registers_changed): ... here.
2729
c1c2ab58
UW
27302011-02-03 Ulrich Weigand <ulrich.weigand@linaro.org>
2731
2732 * arm-tdep.c (arm_skip_stack_protector): Accept any symbol that
2733 starts with __stack_chk_guard as stack guard symbol.
2734
9011945e
AB
27352011-02-03 Andrew Burgess <aburgess@broadcom.com>
2736
2737 * disasm.c (compare_lines): Handle the end of sequence markers
2738 within the line table to better support disassembling over
2739 compilation unit boundaries.
2740
e0634ccf
UW
27412011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
2742
2743 * arm-tdep.c (skip_prologue_function): Add GDBARCH and IS_THUMB
2744 arguments. Skip in-prologue calls to glibc __aeabi_read_tp
2745 implementation even if no symbols are available.
2746 (thumb_analyze_prologue): Update call to skip_prologue_function.
2747 (arm_analyze_prologue): Likewise.
2748
0e9e9abd
UW
27492011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
2750
2751 * arm-tdep.c: Include "observer.h".
2752 (arm_prologue_this_id): Use frame PC if get_frame_func returns 0.
2753 (arm_exidx_data_key): New static variable.
2754 (struct arm_exidx_entry, arm_exidx_entry_s): New data types.
2755 (struct arm_exidx_data): Likewise.
2756 (arm_exidx_data_free): New function.
2757 (arm_compare_exidx_entries): Likewise.
2758 (arm_obj_section_from_vma): Likewise.
2759 (arm_exidx_new_objfile): Likewise.
2760 (arm_find_exidx_entry): Likewise.
2761 (arm_exidx_fill_cache): Likewise.
2762 (arm_exidx_unwind_sniffer): Likewise.
2763 (arm_exidx_unwind): New global variable.
2764 (arm_gdbarch_init): Append unwinder arm_exidx_unwind.
2765 (_initialize_arm_tdep): Attach arm_exidx_new_objfile to new_objfile
2766 observer. Register arm_exidx_data_key as objfile data.
2767
2e9e421f
UW
27682011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
2769
2770 * arm-tdep.c (arm_analyze_load_stack_chk_guard): Avoid build break
2771 due to accessing uninitialized variable. Fix indentation.
2772
580688f3
PA
27732011-02-02 Pedro Alves <pedro@codesourcery.com>
2774
2775 * c-valprint.c (c_value_print): When doing virtual base pointer
2776 adjustment, create a new value with adjusted contents rather than
2777 changing the contents of the value being printed (and getting it
2778 wrong).
2779
3d2c1d41
PA
27802011-02-02 Pedro Alves <pedro@codesourcery.com>
2781
2782 * xml-support.c (xml_find_attribute): New.
2783 (xinclude_start_include): Use it.
2784 * xml-support.h (xml_find_attribute): Declare.
2785 * memory-map.c (memory_map_start_memory)
2786 (memory_map_start_property): Use xml_find_attribute.
2787 * osdata.c (osdata_start_osdata, osdata_start_column): Use
2788 xml_find_attribute.
2789 * remote.c (start_thread): Use xml_find_attribute.
2790 * solib-target.c (library_list_start_segment)
2791 (library_list_start_section, library_list_start_library)
2792 (library_list_start_list): Use xml_find_attribute.
2793 * xml-tdesc.c (tdesc_start_target, tdesc_start_feature)
2794 (tdesc_start_union, tdesc_start_struct, tdesc_start_flags)
2795 (tdesc_start_field): Use xml_find_attribute.
2796
0af3e2db
UW
27972011-02-02 Ulrich Weigand <uweigand@de.ibm.com>
2798
2799 * opencl-lang.c (STRINGIFY): Rename to OCL_STRING.
2800 (BUILD_OCL_VTYPES): Update.
2801
c1039e3c
JB
28022011-02-02 Joel Brobecker <brobecker@adacore.com>
2803
2804 * configure.ac: Work around non-GNU sed limitation when computing
2805 python version number.
2806 * configure: Regenerate.
2807
600ea1be
JK
28082011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2809
2810 Fix debug printing of TYPE_INSTANCE.
2811 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New.
2812 (dump_subexp_body_standard) <TYPE_INSTANCE>: New.
2813
56c12414
JK
28142011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2815
2816 Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL,
2817 OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME,
2818 OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT.
2819 * ada-operator.inc: Rename the file to ...
2820 * ada-operator.def: ... here, wrap all the entries by macro OP.
2821 * expprint.c (op_name_standard): Remove all the entries. Include
2822 "std-operator.def" instead.
2823 * expression.h (enum exp_opcode): Include "std-operator.def" and
2824 "ada-operator.def". Move all the entries ...
2825 * std-operator.def: ... here, wrap all the entries by macro OP.
2826
c52b559d
PP
28272011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2828
2829 * breakpoint.h (remove_jit_event_breakpoints): New prototype.
2830 * breakpoint.c (remove_jit_event_breakpoints): New function.
2831 * jit.c (jit_descriptor_addr): Delete.
2832 (registering_code): Delete.
2833 (clear_int): Delete.
2834 (jit_inferior_data): New variable.
2835 (struct jit_inferior_data): New type.
2836 (get_jit_inferior_data): New function.
2837 (jit_inferior_data_cleanup): New function.
2838 (jit_read_descriptor): Adjust.
2839 (jit_register_code): Adjust.
2840 (jit_breakpoint_re_set_internal): New function; move code here ...
2841 (jit_inferior_init): ... from here.
2842 (jit_breakpoint_re_set): Adjust.
2843 (jit_reset_inferior_data_and_breakpoints): New function.
2844 (jit_inferior_created_observer): Adjust.
2845 (jit_inferior_exit_hook): Adjust.
2846 (jit_executable_changed_observer): New function.
2847 (jit_event_handler): Adjust.
2848 (_initialize_jit): Adjust.
2849
e839132d
MS
28502011-01-31 Michael Snyder <msnyder@vmware.com>
2851
2852 * m32r-tdep.c (m32r_gdbarch_init): Replace accidentally deleted
2853 line.
2854
47a80e90
TT
28552011-01-31 Tom Tromey <tromey@redhat.com>
2856
2857 PR python/12216:
2858 * python/python.c (execute_gdb_command): Call
2859 prevent_dont_repeat.
2860 * top.c (suppress_dont_repeat): New global.
2861 (dont_repeat): Use it.
2862 (prevent_dont_repeat): New function.
2863 * command.h (prevent_dont_repeat): Declare.
2864
45a43567
TT
28652011-01-31 Tom Tromey <tromey@redhat.com>
2866
2867 * infcmd.c (finish_backward): Use breakpoint_set_silent.
2868 * python/py-breakpoint.c (bppy_set_silent): Use
2869 breakpoint_set_silent.
2870 (bppy_set_thread): Use breakpoint_set_thread.
2871 (bppy_set_task): Use breakpoint_set_task.
2872 * breakpoint.h (breakpoint_set_silent, breakpoint_set_thread)
2873 (breakpoint_set_task): Declare.
2874 (make_breakpoint_silent): Remove.
2875 * breakpoint.c (breakpoint_set_silent): New function.
2876 (breakpoint_set_thread): Likewise.
2877 (breakpoint_set_task): Likewise.
2878 (make_breakpoint_silent): Remove.
2879
09d682a4
TT
28802011-01-31 Tom Tromey <tromey@redhat.com>
2881
2882 * breakpoint.h (user_breakpoint_p): Declare.
2883 * breakpoint.c (user_breakpoint_p): New function.
2884 (breakpoint_1): Use it.
2885 (save_breakpoints): Likewise.
2886
9c4ea6c5
JB
28872011-01-31 Joel Brobecker <brobecker@adacore.com>
2888
2889 * configure.ac: Add handling of Python distribution on Windows.
2890 * python-config.py: If the LIBS, SYSLIBS, LIBPL and/or LINKFORSHARED
2891 sysconfig variables are not defined, then do not use them.
2892 On Windows, if LIBPL is not defined, then use prefix + '/libs'
2893 instead. On Windows, return all paths using forward-slashes
2894 rather than backslashes.
2895
ac534cba
JB
28962011-01-31 Joel Brobecker <brobecker@adacore.com>
2897
2898 * configure.ac: Remove fallback behavior for building
2899 against Python. Remove tweaking of Python include path.
2900 Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution.
2901 (AC_TRY_LIBPYTHON): Adjust program used in linking test.
2902 If link is successful, set PYTHON_CPPFLAGS and PYTHON_LIBS.
2903 Always restore CPPFLAGS and LIBS after linking test.
2904 * configure: Regenerated.
2905 * Makefile.in (INTERNAL_CPPFLAGS): Add @PYTHON_CPPFLAGS@.
2906 (INSTALLED_LIBS, CLIBS): Add @PYTHON_LIBS@.
2907 * python/python-internal.h: Adjust includes of Python .h files.
2908
c2f0d045
JB
29092011-01-31 Joel Brobecker <brobecker@adacore.com>
2910
2911 * tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
2912 in error message.
2913
6b0c4c1f
JB
29142011-01-31 Joel Brobecker <brobecker@adacore.com>
2915
2916 * inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode
2917 value test.
2918
672c9795
YQ
29192011-01-31 Yao Qi <yao@codesourcery.com>
2920
2921 * arm-linux-nat.c: Update calls to regcache_register_status
2922 instead of regcache_valid_p.
2923 * aix-thread.c: Likewise.
2924 * i386gnu-nat.c: Likewise.
2925
80b23b6a
JK
29262011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2927
2928 Fix crash.
2929 * valops.c (compare_parameters): Verify TYPE_NFIELDS before
2930 touching TYPE_FIELD_ARTIFICIAL.
2931
4cd712bd
RE
29322011-01-28 Richard Earnshaw <rearnsha@arm.com>
2933
2934 * MAINTAINERS: Move myself from Responsible Maintainers to Authorized
2935 Committers.
2936
ffd5ec24
PA
29372011-01-28 Pedro Alves <pedro@codesourcery.com>
2938
2939 * tracepoint.c (tfile_xfer_partial): If there's no traceframe
2940 selected, don't try iterating over the traceframe's blocks.
2941 (tfile_has_stack): If there's no traceframe selected, then there's
2942 no stack.
2943 (tfile_has_registers): If there's no traceframe selected, then
2944 there's no registers.
2945
e8c9e0a1
PA
29462011-01-28 Pedro Alves <pedro@codesourcery.com>
2947
2948 * target.c (memory_xfer_partial): No need to restore shadows if we
2949 haven't read anything.
2950
de15c4ab
PA
29512011-01-28 Pedro Alves <pedro@codesourcery.com>
2952
2953 * mips-tdep.c (mips_print_register): Use get_frame_register_value
2954 and val_print_scalar_formatted.
2955
9f41c731
PA
29562011-01-27 Pedro Alves <pedro@codesourcery.com>
2957
2958 * tracepoint.c (tfile_read): New.
2959 (tfile_open): Use it.
2960 (tfile_get_traceframe_address): Use it.
2961 (tfile_trace_find): Use it.
2962 (walk_blocks_callback_func): New typedef.
2963 (match_blocktype): New function.
2964 (traceframe_walk_blocks): New function.
2965 (traceframe_find_block_type): New function.
2966 (tfile_fetch_registers, tfile_xfer_partial)
2967 (tfile_get_trace_state_variable_value): Use
2968 traceframe_find_block_type and tfile_read.
2969
cdefc55d
KB
29702011-01-26 Kevin Buettner <kevinb@redhat.com>
2971
2972 * remote-mips.c: Add internationalization mark ups. Remove
2973 trailing \n from already marked up strings.
2974
a81766d8
TT
29752011-01-26 Tom Tromey <tromey@redhat.com>
2976
2977 * python/py-prettyprint.c (print_string_repr): Clear
2978 'addressprint' option when calling val_print_string.
2979 (print_children): Handle Val_pretty_default. Clear 'addressprint'
2980 option when calling val_print_string.
2981
74aedc46
TT
29822011-01-26 Tom Tromey <tromey@redhat.com>
2983
2984 * python/python.c (gdbpy_solib_name): Use gdb_py_longest and
2985 GDB_PY_LL_ARG.
2986 * python/python-internal.h (GDB_PY_LL_ARG, GDB_PY_LLU_ARG): New
2987 macros.
2988 (gdb_py_longest, gdb_py_ulongest): New typedefs.
2989 (gdb_py_long_from_longest, gdb_py_long_from_ulongest)
2990 (gdb_py_long_as_ulongest): New defines.
2991 (gdb_py_object_from_longest, gdb_py_object_from_ulongest)
2992 (gdb_py_int_as_long): Declare.
2993 * python/py-value.c (valpy_lazy_string): Use gdb_py_longest,
2994 GDB_PY_LL_ARG, gdb_py_object_from_longest.
2995 (valpy_long): Add comment.
2996 * python/py-utils.c (get_addr_from_python): Use
2997 gdb_py_long_as_ulongest. Handle overflow properly.
2998 (gdb_py_object_from_longest): New function.
2999 (gdb_py_object_from_ulongest): Likewise.
3000 (gdb_py_int_as_long): Likewise.
3001 * python/py-type.c (typy_array): Use gdb_py_int_as_long.
3002 * python/py-symtab.c (salpy_get_pc): Use
3003 gdb_py_long_from_ulongest.
3004 (salpy_get_line): Use PyInt_FromLong.
3005 * python/py-param.c (set_parameter_value): Use
3006 gdb_py_int_as_long.
3007 * python/py-lazy-string.c (stpy_get_address): Use
3008 gdb_py_long_from_ulongest.
3009 * python/py-frame.c (frapy_pc): Use gdb_py_long_from_ulongest.
3010 * python/py-cmd.c (cmdpy_completer): Use gdb_py_int_as_long.
3011 * python/py-breakpoint.c (bppy_set_thread): Use
3012 gdb_py_int_as_long.
3013 (bppy_set_task): Likewise.
3014 (bppy_set_ignore_count): Likewise.
3015 (bppy_set_hit_count): Likewise.
3016 * python/py-block.c (blpy_get_start): Use
3017 gdb_py_object_from_ulongest.
3018 (blpy_get_end): Likewise.
3019 (gdbpy_block_for_pc): Use gdb_py_ulongest and GDB_PY_LLU_ARG.
3020
e4f6d2ec
TJB
30212011-01-25 Mathieu Lacage <mathieu.lacage@inria.fr>
3022
3023 PR/symtab 11766:
3024 * gdb/objfiles.h (struct objfile) <addr_low>: New field.
3025 * gdb/solib.c (solib_read_symbols): Check for addr_low in
3026 equality test for objfile, initialize addr_low if needed.
3027
b30aa278
PA
30282011-01-25 Pedro Alves <pedro@codesourcery.com>
3029
3030 * tui/tui-regs.c (tui_register_format): Remove dead code.
3031
ab2188aa
PA
30322011-01-25 Pedro Alves <pedro@codesourcery.com>
3033
3034 * printcmd.c (print_formatted): Use val_print_scalar_formatted
3035 instead of print_scalar_formatted.
3036 (print_scalar_formatted): Don't handle 's' format strings here,
3037 and add an assertion that we never see such format here.
3038 * valprint.h (val_print_scalar_formatted): Declare.
3039 * valprint.c (val_print_scalar_formatted): New.
3040 * c-valprint.c (c_val_print): Use val_print_scalar_formatted
3041 instead of print_scalar_formatted.
3042 * jv-valprint.c (java_val_print): Ditto.
3043 * p-valprint.c (pascal_val_print): Ditto.
3044 * ada-valprint.c (ada_val_print_1): Ditto.
3045 * f-valprint.c (f_val_print): Ditto.
3046 * infcmd.c (registers_info): Ditto.
3047 * m2-valprint.c (m2_val_print): Ditto.
3048
66d61a4c
PA
30492011-01-25 Pedro Alves <pedro@codesourcery.com>
3050
3051 * m2-valprint.c (print_unbounded_array): Pass
3052 value_contents_for_printing rather than value_contents, to
3053 m2_print_array_contents. Also pass in the value.
3054
831adc1f
JK
30552011-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3056
3057 * dwarf2read.c (dwarf2_read_index, write_psymtabs_to_index)
3058 (save_gdb_index_command): Switch to .gdb_index version 4.
3059
20622269
PA
30602011-01-25 Pedro Alves <pedro@codesourcery.com>
3061
3062 * mi/mi-main.c (get_register): Use get_frame_register_value rather
3063 than frame_register, and always pass a valid value to val_print.
3064
585fdaa1
PA
30652011-01-25 Pedro Alves <pedro@codesourcery.com>
3066
3067 Centralize printing "<optimized out>".
3068
3069 * valprint.h (val_print_optimized_out): Declare.
3070 * cp-valprint.c (cp_print_value_fields): Use
3071 val_print_optimized_out.
3072 * jv-valprint.c (java_print_value_fields): Ditto.
3073 * p-valprint.c (pascal_object_print_value_fields): Ditto.
3074 * printcmd.c (print_formatted): Ditto.
3075 * valprint.c (valprint_check_validity): Ditto.
3076 (value_check_printable): Ditto.
3077 (val_print_optimized_out): New.
3078
29ec5263
PA
30792011-01-25 Pedro Alves <pedro@codesourcery.com>
3080
3081 * infcmd.c (default_print_registers_info): Allocate values so to
3082 never pass a NULL value to val_print.
3083
de4127a3
PA
30842011-01-25 Pedro Alves <pedro@codesourcery.com>
3085
3086 * cp-valprint.c (cp_print_value): Treat the 'skip' local as
3087 boolean. Make sure to always pass a value that matches the
3088 contents buffer to callees. Preserve `address' for following
3089 iterations.
3090 * value.c (value_contents_for_printing_const): New.
3091 (value_address): Constify value argument.
3092 * value.h (value_contents_for_printing_const): Declare.
3093 (value_address): Constify value argument.
3094
ee99023e
PA
30952011-01-25 Pedro Alves <pedro@codesourcery.com>
3096
3097 * regcache.c (struct regcache_descr): Rename
3098 sizeof_raw_register_valid_p field to sizeof_raw_register_status,
3099 and sizeof_cooked_register_valid_p to
3100 sizeof_cooked_register_status.
3101 (init_regcache_descr): Adjust.
3102 (struct regcache): Rename register_valid_p field to
3103 register_status.
3104 (regcache_xmalloc_1, regcache_xfree, regcache_save)
3105 (do_cooked_read): Adjust.
3106 (regcache_valid_p): Rename to ...
3107 (regcache_register_status): ... this. Adjust.
3108 (regcache_invalidate): Adjust.
3109 (regcache_raw_read, regcache_cooked_read, regcache_raw_write):
3110 Adjust.
3111 (regcache_raw_supply): Adjust. If buf i NULL, mark the register
3112 as unavailable, not valid.
3113 (regcache_dump): Adjust.
3114 * regcache.h (enum register_status): New.
3115 (regcache_register_status): Declare.
3116 (regcache_invalidate): Delete declaration.
3117 * corelow.c (get_core_registers): Adjust.
3118 * tracepoint.c (tfile_fetch_registers): Adjust.
3119 * trad-frame.c (REG_VALUE): Rename to ...
3120 (TF_REG_VALUE): ... this.
3121 (REG_UNKNOWN): Rename to ...
3122 (TF_REG_UNKNOWN): ... this.
3123 (trad_frame_set_value, trad_frame_set_unknown): Adjust.
3124 * mi/mi-main.c (register_changed_p): Adjust.
3125
99e42fd8
PA
31262011-01-25 Pedro Alves <pedro@codesourcery.com>
3127
3128 * regcache.c (struct regcache_descr): Remove outdated comment.
3129 (init_regcache_descr): Remove sizeof_raw_register_valid_p
3130 overallocate hack.
3131 (regcache_xmalloc): Rename to ...
3132 (regcache_xmalloc_1): ... this. Add `readonly_p' parameter.
3133 Allocate the regcache type accordingly.
3134 (regcache_xmalloc): New as wrapper around regcache_xmalloc_1.
3135 (regcache_xfree): Asser the source is also readonly. Copy sizeof
3136 cooked registers, not raw.
3137 (regcache_dup_no_passthrough): Delete.
3138 (get_thread_arch_regcache): Use regcache_xmalloc_1.
3139 * h8300-tdep.c (h8300_push_dummy_call): Tweak comment to not
3140 mention obsolete write_register_bytes.
3141 * regcache.h (regcache_dup_no_passthrough): Delete declaration.
3142
f7605bc2
PA
31432011-01-25 Pedro Alves <pedro@codesourcery.com>
3144
3145 Stop remote_read_bytes from handling partial reads itself.
3146
3147 * remote-fileio.c: Include target.h.
3148 (remote_fileio_write_bytes): Delete.
3149 (remote_fileio_func_open, remote_fileio_func_write)
3150 (remote_fileio_func_rename, remote_fileio_func_unlink): Use
3151 target_read_memory.
3152 (remote_fileio_func_stat): Use target_read_memory and
3153 target_write_memory.
3154 (remote_fileio_func_gettimeofday): Use target_write_memory.
3155 (remote_fileio_func_system): Use target_read_memory.
3156 * remote.c (remote_write_bytes): Make it static.
3157 (remote_read_bytes): Don't handle partial reads here.
3158 * remote.h (remote_read_bytes): Delete declaration.
3159
efc0eabd
PA
31602011-01-25 Pedro Alves <pedro@codesourcery.com>
3161
3162 Simplify XML parsing a bit.
3163
3164 * xml-support.h (gdb_xml_parse_quick): Declare.
3165 * xml-support.c (gdb_xml_create_parser_and_cleanup_1): Renamed
3166 from gdb_xml_create_parser_and_cleanup, and added `old_chain'
3167 parameter.
3168 (gdb_xml_create_parser_and_cleanup): Reimplement on top of
3169 gdb_xml_create_parser_and_cleanup_1.
3170 (gdb_xml_parse_quick): New.
3171 * memory-map.c (parse_memory_map): Use gdb_xml_parse_quick.
3172 * osdata.c (osdata_parse): Ditto.
3173 * remote.c (remote_threads_info): Ditto.
3174 * solib-target.c (solib_target_parse_libraries): Ditto.
3175 * xml-syscall.c (syscall_parse_xml): Ditto.
3176 * xml-tdesc.c (tdesc_parse_xml): Ditto.
3177
314d366a
KB
31782011-01-24 Kevin Buettner <kevinb@redhat.com>
3179
3180 * configure.tgt (mips*-*-elf): New; just like mips*-*-*, but
3181 with remote-mips.o added to gdb_target_obs.
3182 * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o.
3183
a491d753
PA
31842011-01-24 Pedro Alves <pedro@codesourcery.com>
3185
3186 * ada-valprint.c (val_print_packed_array_elements): Pass the
3187 correct struct value to val_print.
3188 (ada_val_print_1): Ditto.
3189
490f124f
PA
31902011-01-24 Pedro Alves <pedro@codesourcery.com>
3191
3192 Don't lose embedded_offset in printing routines throughout.
3193
3194 * valprint.h (val_print_array_elements): Change prototype.
3195 * valprint.c (val_print_array_elements): Add `embedded_offset'
3196 parameter, and adjust to pass it down to val_print, while passing
3197 `valaddr' or `address' unmodified. Take embedded_offset into
3198 account when checking repetitions.
3199 * c-valprint.c (c_val_print): Pass embedded_offset to
3200 val_print_array_elements instead of adjusting `valaddr' and
3201 `address'.
3202 * m2-valprint.c (m2_print_array_contents, m2_val_print): Pass
3203 embedded_offset to val_print_array_elements instead of adjusting
3204 `valaddr'.
3205 * p-lang.h (pascal_object_print_value_fields): Adjust prototype.
3206 * p-valprint.c (pascal_val_print): Pass embedded_offset to
3207 val_print_array_elements and pascal_object_print_value_fields
3208 instead of adjusting `valaddr'.
3209 (pascal_object_print_value_fields): Add `offset' parameter, and
3210 adjust to use it.
3211 (pascal_object_print_value): Add `offset' parameter, and adjust to
3212 use it.
3213 (pascal_object_print_static_field): Use
3214 value_contents_for_printing/value_embedded_offset, rather than
3215 value_contents.
3216 * ada-valprint.c (val_print_packed_array_elements): Add `offset'
3217 parameter, and adjust to use it. Use
3218 value_contents_for_printing/value_embedded_offset, rather than
3219 value_contents.
3220 (ada_val_print): Rename `valaddr0' parameter to `valaddr'.
3221 (ada_val_print_array): Add `offset' parameter, and adjust to use
3222 it.
3223 (ada_val_print_1): Rename `valaddr0' parameter to `valaddr', and
3224 `embedded_offset' to `offset'. Don't re-adjust `valaddr'.
3225 Instead work with offsets. Use
3226 value_contents_for_printing/value_embedded_offset, rather than
3227 value_contents. Change `defer_val_int' local type to CORE_ADDR,
3228 and use value_from_pointer to extract a target pointer, rather
3229 than value_from_longest.
3230 (print_variant_part): Add `offset' parameter. Replace
3231 `outer_valaddr' parameter by a new `outer_offset' parameter.
3232 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
3233 (ada_value_print): Use
3234 value_contents_for_printing/value_embedded_offset, rather than
3235 value_contents.
3236 (print_record): Add `offset' parameter, and adjust to pass it
3237 down.
3238 (print_field_values): Add `offset' parameter. Replace
3239 `outer_valaddr' parameter by a new `outer_offset' parameter.
3240 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
3241 Use value_contents_for_printing/value_embedded_offset, rather than
3242 value_contents.
3243 * d-valprint.c (dynamic_array_type): Use
3244 value_contents_for_printing/value_embedded_offset, rather than
3245 value_contents.
3246 * jv-valprint.c (java_print_value_fields): Add `offset' parameter.
3247 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
3248 (java_print_value_fields): Take `offset' into account. Don't
3249 re-adjust `valaddr'. Instead pass down adjusted offsets.
3250 (java_val_print): Take `embedded_offset' into account. Pass it to
3251 java_print_value_fields.
3252 * f-valprint.c (f77_print_array_1): Add `embedded_offset'
3253 parameter. Don't re-adjust `valaddr' or `address'. Instead pass
3254 down adjusted offsets.
3255 (f77_print_array): Add `embedded_offset' parameter. Pass it down.
3256 (f_val_print): Take `embedded_offset' into account.
3257
7bfc9434
JB
32582011-01-21 Joel Brobecker <brobecker@adacore.com>
3259
3260 * inflow.c: Include "gdbcmd.h".
3261 (interactive_mode): New static global, moved here from top.c.
3262 (show_interactive_mode): New function, moved here from top.c.
3263 use gdb_has_a_terminal instead of input_from_terminal_p to
3264 determine the current mode.
3265 (gdb_has_a_terminal): Add handling of the "iteractive-mode"
3266 setting.
3267 (_initialize_inflow): Add the "set/show interactive-mode"
3268 commands. Moved here from top.c, after having adjusted slightly
3269 the help text.
3270 * top.c (interactive_mode, show_interactive_mode): Delete, moved
3271 to inflow.c.
3272 (input_from_terminal_p): Remove handling of "interactive-mode"
3273 setting, moved to infow.c.
3274 (init_main): Remove creation of the "set/show interactive-mode"
3275 commands, moved to inflow.c.
3276
44603653
JB
32772011-01-19 Joel Brobecker <brobecker@adacore.com>
3278
3279 * NEWS: Add entry for native ia64-hpux support.
3280
4694da01
TT
32812011-01-19 Tom Tromey <tromey@redhat.com>
3282
3283 PR mi/8618:
3284 * thread.c (free_thread): Free 'name'.
3285 (print_thread_info): Emit thread name. Change CLI output.
3286 (thread_name_command): New function.
3287 (do_captured_thread_select): Emit newline.
3288 (_initialize_thread): Register 'thread name' command.
3289 * target.h (struct target_ops) <to_thread_name>: New field.
3290 (target_thread_name): New macro.
3291 * target.c (update_current_target): Handle to_thread_name.
3292 * python/py-infthread.c (thpy_get_name): New function.
3293 (thpy_set_name): Likewise.
3294 (thread_object_getset): Add "name".
3295 * linux-nat.c (linux_nat_thread_name): New function.
3296 (linux_nat_add_target): Set to_thread_name.
3297 * gdbthread.h (struct thread_info) <name>: New field.
3298
10d44370
JB
32992011-01-18 Joel Brobecker <brobecker@adacore.com>
3300
3301 * ada-valprint.c (ada_print_scalar): Remove unsigned char downcast.
3302 (ada_val_print_1): Likewise.
3303
e3acb115
JB
33042011-01-18 Joel Brobecker <brobecker@adacore.com>
3305
3306 * rs6000-tdep.c (rs6000_skip_prologue): Make sure that the prologue
3307 upper limit address is not greater than the function end address
3308 when the upper limit could not be computed using the debugging
3309 info.
3310
dc92e161
TT
33112011-01-17 Tom Tromey <tromey@redhat.com>
3312
3313 * cli/cli-cmds.c (apropos_command): Free the compiled regex. Use
3314 get_regcomp_error.
3315 * utils.c: Include gdb_regex.h.
3316 (do_regfree_cleanup): New function.
3317 (make_regfree_cleanup): Likewise.
3318 (get_regcomp_error): Likewise.
3319 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Declare.
3320
f55af66d
TT
33212011-01-17 Tom Tromey <tromey@redhat.com>
3322
3323 * cli/cli-cmds.c (apropos_command): Fix formatting. Don't call
3324 re_compile_fastmap.
3325
a5a44b53
PM
33262011-01-17 Pierre Muller <muller@ics.u-strasbg.fr>
3327
3328 * p-exp.y (intvar): New static variable, used to set CURRENT_TYPE
3329 for internal variables.
3330 (last_was_structop): New static variable.
3331 (COMPLETE): New token.
3332 (field_exp): New rule to group all '.' suffix handling.
3333 Add mark_struct_expression calls when approriate to be able
3334 to correctly find fields for completion.
3335 (yylex): Adapt to handle field completion and set INTVAR when
3336 required.
3337
2c291032
YQ
33382011-01-14 Yao Qi <yao@codesourcery.com>
3339
3340 * arm-tdep.c (arm_register_reggroup_p): FPS register is in
3341 save_reggroup, restore_reggroup and all_reggroup.
3342
447b483c
JB
33432011-01-14 Joel Brobecker <brobecker@adacore.com>
3344
3345 * ada-valprint. (ada_printchar): Use the correct type length
3346 in call to ada_emit_char.
3347 * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.
3348
7b64a93b
PM
33492011-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
3350
3351 * solib-som.h (hpux_major_release): Declare variable here.
3352 * solib-som.c: Remove <sys/utsname.h> header.
3353 (DEFAULT_HPUX_MAJOR_RELEASE): New macro.
3354 (hpux_major_release): Make global, change default value to
3355 DEFAULT_HPUX_MAJOR_RELEASE.
f2eb0bc8 3356 (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE.
7b64a93b
PM
3357 * hppa-hpux-nat.c: Add <sys/utsname.h> include.
3358 Add "solib-som.h" header.
3359 (set_hpux_major_release): New function.
3360 (_initialize_hppa_hpux_nat): Call set_hpux_major_release.
3361
4e18c053
MF
33622011-01-14 Mike Frysinger <vapier@gentoo.org>
3363
3364 * configure.tgt (*-*-uclinux*): Match more Linux os targets
3365
a9df6b22
JB
33662011-01-14 Joel Brobecker <brobecker@adacore.com>
3367
3368 * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
3369 new-line at end of warning message.
3370 (ia64_hpux_store_register): Remove trailing new-line at end of
3371 error message.
3372 * ia64-hpux-tdep.c: Rephrase comment.
3373 * solib-ia64-hpux.c (struct dld_info): Change type of field
3374 dld_flags from "long long" to ULONGEST.
3375
ecb956dd
PA
33762011-01-14 Pedro Alves <pedro@codesourcery.com>
3377
3378 * target.h (deprecated_child_ops): Delete declaration.
3379 * target.c (deprecated_child_ops): Delete definition.
3380
76adfcae
PA
33812011-01-14 Pedro Alves <pedro@codesourcery.com>
3382
3383 * Makefile.in (hpux-thread.o): Delete rule.
3384 * configure.ac: Don't check for HPUX DCE threads support.
3385 * configure, config.in: Regenerate.
3386 * hppa-hpux-nat.c (child_suppress_run): Delete.
3387 (hppa_hpux_child_can_run): Delete.
3388 (_initialize_hppa_hpux_nat): Don't override to_can_run.
3389 * hpux-thread.c: Delete.
3390
042e866e
JB
33912011-01-13 Joel Brobecker <brobecker@adacore.com>
3392
3393 * hpux-thread.c (hpux_pid_to_str): Delete.
3394
4ffa5a33
JB
33952011-01-13 Joel Brobecker <brobecker@adacore.com>
3396
3397 * ada-valprint.c (ada_emit_char): Remove strange code.
3398 Check that c is <= UCHAR_MAX before passing it to isascii.
3399 (char_at): Do not assume that TYPE_LEN is either 1 or 2.
3400
de8fa76c
JB
34012011-01-13 Joel Brobecker <brobecker@adacore.com>
3402
3403 * top.c (input_from_terminal_p): Restrict the use of interactive_mode
3404 to the case where instream is stdin.
3405
c4de7027
JB
34062011-01-13 Joel Brobecker <brobecker@adacore.com>
3407
3408 * ia64-tdep.h (struct regcache): Forward declare.
3409 (struct ia64_infcall_ops): New struct type.
3410 (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
3411 and "infcall_ops".
3412 * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
3413 Renames ia64_find_global_pointer.
3414 (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
3415 (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
3416 (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
3417 methods.
3418 (ia64_infcall_ops): New static global constant.
3419 (ia64_gdbarch_init): Set tdep->infcall_ops.
3420 * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
3421 (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
3422 * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
3423 (ia64_hpux_dummy_code): New static global constant.
3424 (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
3425 (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
3426 (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
3427 New function.
3428 (ia64_hpux_infcall_ops): New static global constant.
3429 (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
3430 for inferior function calls to work properly on ia64-hpux.
3431
77ca787b
JB
34322011-01-13 Joel Brobecker <brobecker@adacore.com>
3433
3434 * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
3435 * ia64-tdep.h (struct frame_info): forward declaration.
3436 (struct gdbarch_tdep): Add field size_of_register_frame.
3437 * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
3438 to determine the size of the register frame.
3439 (ia64_size_of_register_frame): New function.
3440 (ia64_gdbarch_init): Set tdep->size_of_register_frame.
3441 * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
3442 (IA64_HPUX_UREG_REASON): New macro.
3443 (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
3444 New functions.
3445 (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
3446 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
3447 (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
3448 objects.
3449
92c9a463
JB
34502011-01-13 Joel Brobecker <brobecker@adacore.com>
3451
3452 Add support for ia64-hpux.
3453 * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
3454 ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
3455
3456 * configure.host: Add handling for ia64-hpux hosts. Add associated
3457 floatformats.
3458 * configure.tgt: Add handling for ia64-hpux targets.
3459 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
3460 (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
3461 (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
3462
f688d93f
JB
34632011-01-13 Joel Brobecker <brobecker@adacore.com>
3464
3465 [ttrace] Compute thread list immediately after attach.
3466 * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
3467 New subprogram.
3468 (inf_ttrace_attach): Use it.
3469
1b89e62f
JB
34702011-01-13 Joel Brobecker <brobecker@adacore.com>
3471
3472 * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
3473 if we could not determine the frame's function address. Instead,
3474 use the frame's PC, and then continue.
3475
3e5e6e2a
JB
34762011-01-13 Joel Brobecker <brobecker@adacore.com>
3477
3478 * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
3479 not already defined.
3480
825d6d8a
JB
34812011-01-13 Joel Brobecker <brobecker@adacore.com>
3482
3483 * ia64-tdep.c (ia64_struct_type_p): New function.
3484 (ia64_extract_return_value): Handle integral values that are
3485 less than 8 bytes long.
3486 (ia64_push_dummy_call): Likewise.
3487
7458e667
JB
34882011-01-13 Joel Brobecker <brobecker@adacore.com>
3489
3490 * ia64-tdep.c (floatformat_ia64_ext_little): Renames
3491 floatformat_ia64_ext.
3492 (floatformat_ia64_ext_big): New static const.
3493 (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
3494
1b05df00
TT
34952011-01-12 Tom Tromey <tromey@redhat.com>
3496
3497 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
3498 messages.
3499 * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
3500 (mi_cmd_thread_list_ids): Likewise.
3501 (mi_cmd_data_list_changed_registers): Likewise.
3502 (mi_cmd_data_list_register_values): Likewise.
3503 (mi_cmd_data_write_register_values): Likewise.
3504 (mi_cmd_data_evaluate_expression): Likewise.
3505 (mi_cmd_data_read_memory): Likewise.
3506 (mi_cmd_data_read_memory_bytes): Likewise.
3507 (mi_cmd_data_write_memory): Likewise.
3508 (mi_cmd_enable_timings): Likewise.
3509 * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
3510 * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
3511 (mi_cmd_var_delete): Likewise.
3512 (mi_cmd_var_set_format): Likewise.
3513 (mi_cmd_var_show_format): Likewise.
3514 (mi_cmd_var_info_num_children): Likewise.
3515 (mi_cmd_var_list_children): Likewise.
3516 (mi_cmd_var_info_type): Likewise.
3517 (mi_cmd_var_info_expression): Likewise.
3518 (mi_cmd_var_show_attributes): Likewise.
3519 (mi_cmd_var_assign): Likewise.
3520 (mi_cmd_var_update): Likewise.
3521 (mi_cmd_enable_pretty_printing): Likewise.
3522 (mi_cmd_var_set_update_range): Likewise.
3523 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
3524 messages.
3525 (mi_cmd_target_file_put): Likewise.
3526 (mi_cmd_target_file_delete): Likewise.
3527 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
3528 messages.
3529 (mi_cmd_stack_info_depth): Likewise.
3530 (mi_cmd_stack_list_locals): Likewise.
3531 (mi_cmd_stack_list_args): Likewise.
3532 (mi_cmd_stack_select_frame): Likewise.
3533 (mi_cmd_stack_select_frame): Likewise.
3534 (mi_cmd_stack_info_frame): Likewise.
3535 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
3536 messages.
3537 (mi_cmd_file_list_exec_source_files): Likewise.
3538 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
3539 (mi_cmd_env_cd): Likewise.
3540 (mi_cmd_env_path): Likewise.
3541 (mi_cmd_env_dir): Likewise.
3542 (mi_cmd_inferior_tty_show): Likewise.
3543 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
3544 * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
3545 (mi_cmd_break_watch): Likewise.
3546
ad422571
TJB
35472011-01-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
3548
3549 * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
3550 (ppc_linux_insert_hw_breakpoint): Likewise.
3551 (ppc_linux_remove_hw_breakpoint): Likewise.
3552 (ppc_linux_insert_watchpoint): Likewise.
3553
c2ff108b
JK
35542011-01-12 Andrew Burgess <aburgess@broadcom.com>
3555 Jan Kratochvil <jan.kratochvil@redhat.com>
3556
3557 PR fortran/11104 and DWARF unbound arrays detection.
3558 * dwarf2read.c (read_subrange_type): Set zero length on unspecified
3559 upper bound. Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
3560 unspecified upper bound.
3561 * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
3562 variables array_size_array, tmp_type and offset_item. New variable
3563 array. Remove call to f77_get_upperbound. New variables array_type
3564 and index. Call value_subscripted_rvalue for each dimenasion. Remove
3565 the final call to deprecated_set_value_type.
3566
41e8491f
JK
35672011-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3568
3569 Make value allocations more lazy.
3570 * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
3571 instead of allocate_value and set_value_lazy when possible.
f2eb0bc8 3572 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy
41e8491f
JK
3573 instead of allocate_value and set_value_lazy.
3574 * findvar.c (value_of_register_lazy): Likewise.
3575 (read_var_value): Remove V preallocation, call just check_typedef in
f2eb0bc8 3576 advance. Move allocate_value to LOC_CONST, LOC_LABEL,
41e8491f
JK
3577 LOC_CONST_BYTES. Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
3578 LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK. Set ADDR instead of
3579 set_value_address and break in LOC_BLOCK. Use allocate_value_lazy and
3580 remove lval_memory set in LOC_REGPARM_ADDR. Use allocate_value_lazy
3581 in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT. Add setting lval_memory at
3582 the end, remove set_value_lazy there.
3583 * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
3584 instead of allocate_value and set_value_lazy when possible.
3585 * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
3586 * value.c (allocate_computed_value): Use allocate_value_lazy instead
3587 of allocate_value and set_value_lazy.
3588 (value_from_contents_and_address): Use allocate_value_lazy instead of
3589 allocate_value and set_value_lazy when possible.
3590
b716877b
AB
35912011-01-12 Andrew Burgess <aburgess@broadcom.com>
3592
3593 * disasm.c (dump_insns): Support dumping opcodes for MI.
3594 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
3595 dumping of instruction opcodes.
3596
d5ae309f
JB
35972011-01-09 Robert Millan <rmh@gnu.org> (tiny patch)
3598
3599 * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
3600 appropiately.
3601
98871305
TT
36022011-01-11 Tom Tromey <tromey@redhat.com>
3603
3604 * thread.c (do_captured_thread_select): Emit newline before
3605 printing frame.
3606
c378eb4e
MS
36072011-01-11 Michael Snyder <msnyder@vmware.com>
3608
3609 * s390-tdep.c: Comment cleanup, mostly periods and spaces.
3610 * score-tdep.c: Ditto.
3611 * score-tdep.h: Ditto.
3612 * ser-base.c: Ditto.
3613 * ser-go32.c: Ditto.
3614 * serial.c: Ditto.
3615 * serial.h: Ditto.
3616 * ser-mingw.c: Ditto.
3617 * ser-pipe.c: Ditto.
3618 * ser-tcp.c: Ditto.
3619 * ser-unix.c: Ditto.
3620 * sh64-tdep.c: Ditto.
3621 * shnbsd-nat.c: Ditto.
3622 * sh-tdep.c: Ditto.
3623 * sh-tdep.h: Ditto.
3624 * solib.c: Ditto.
3625 * solib-darwin.c: Ditto.
3626 * solib-frv.c: Ditto.
3627 * solib.h: Ditto.
3628 * solib-irix.c: Ditto.
3629 * solib-osf.c: Ditto.
3630 * solib-pa64.c: Ditto.
3631 * solib-som.c: Ditto.
3632 * solib-spu.c: Ditto.
3633 * solib-sunos.c: Ditto.
3634 * solib-svr4.c: Ditto.
3635 * solist.h: Ditto.
3636 * sol-thread.c: Ditto.
3637 * somread.c: Ditto.
3638 * source.c: Ditto.
3639 * source.h: Ditto.
3640 * sparc64-linux-tdep.c: Ditto.
3641 * sparc64-tdep.c: Ditto.
3642 * sparc-linux-nat.c: Ditto.
3643 * sparc-linux-tdep.c: Ditto.
3644 * sparc-sol2-nat.c: Ditto.
3645 * sparc-sol2-tdep.c: Ditto.
3646 * sparc-tdep.c: Ditto.
3647 * sparc-tdep.h: Ditto.
3648 * spu-tdep.c: Ditto.
3649 * stabsread.c: Ditto.
3650 * stabsread.h: Ditto.
3651 * stack.c: Ditto.
3652 * symfile.c: Ditto.
3653 * symfile.h: Ditto.
3654 * symmisc.c: Ditto.
3655 * symtab.c: Ditto.
3656 * symtab.h: Ditto.
3657 * target.c: Ditto.
3658 * target-descriptions.c: Ditto.
3659 * target-descriptions.h: Ditto.
3660 * target.h: Ditto.
3661 * target-memory.c: Ditto.
3662 * terminal.h: Ditto.
3663 * thread.c: Ditto.
3664 * top.c: Ditto.
3665 * tracepoint.c: Ditto.
3666 * tracepoint.h: Ditto.
3667 * trad-frame.h: Ditto.
3668 * typeprint.c: Ditto.
3669
581e13c1
MS
36702011-01-11 Michael Snyder <msnyder@vmware.com>
3671
3672 * ui-file.c: Comment cleanup, mostly periods and spaces.
3673 * ui-file.h: Ditto.
3674 * ui-out.c: Ditto.
3675 * ui-out.h: Ditto.
3676 * utils.c: Ditto.
3677 * v850-tdep.c: Ditto.
3678 * valarith.c: Ditto.
3679 * valops.c: Ditto.
3680 * valprint.c: Ditto.
3681 * valprint.h: Ditto.
3682 * value.c: Ditto.
3683 * value.h: Ditto.
3684 * varobj.c: Ditto.
3685 * varobj.h: Ditto.
3686 * vax-tdep.c: Ditto.
3687 * vec.c: Ditto.
3688 * vec.h: Ditto.
3689 * version.h: Ditto.
3690 * windows-nat.c: Ditto.
3691 * windows-tdep.c: Ditto.
3692 * xcoffread.c: Ditto.
3693 * xcoffsolib.c: Ditto.
3694 * xml-support.c: Ditto.
3695 * xstormy16-tdep.c: Ditto.
3696 * xtensa-tdep.c: Ditto.
3697 * xtensa-tdep.h: Ditto.
3698
90e4670f
TJB
36992011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
3700
3701 * breakpoint.c (resources_needed_watchpoint): Fix indentation.
3702 * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
3703
e09342b5
TJB
37042011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3705 Thiago Jung Bauermann <bauerman@br.ibm.com>
3706
3707 Implement support for PowerPC BookE ranged watchpoints.
f2eb0bc8 3708 * breakpoint.h
e09342b5
TJB
3709 (struct breakpoint_ops) <resources_needed>: New method.
3710 Initialize to NULL in all existing breakpoint_ops instances.
3711 (struct breakpoint) <exact>: New field.
3712 (target_exact_watchpoints): Declare external global.
3713 * breakpoint.c (target_exact_watchpoints): New global flag.
3714 (update_watchpoint): Set b->type to bp_hardware_watchpoint and
3715 b->enable_state to bp_enabled before calling
3716 hw_watchpoint_used_count.
3717 (hw_watchpoint_used_count): Iterate over all bp_locations in a
3718 watchpoint. Call breakpoint's breakpoint_ops.resources_needed
3719 if available.
3720 (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
3721 if the watchpoint is exact.
3722 (resources_needed_watchpoint): New function.
3723 (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
3724 (watch_command_1): Set b->exact if the user asked for an exact
3725 watchpoint and one can be set.
3726 (can_use_hardware_watchpoint): Add exact_watchpoints argument.
3727 Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
3728 the user asks for an exact watchpoint and one can be set. Return
3729 number of needed debug registers to watch the expression.
3730 * gdbtypes.c (is_scalar_type): New function, based on
3731 valprint.c:scalar_type_p.
3732 (is_scalar_type_recursive): New function.
3733 * gdbtypes.h (is_scalar_type_recursive): Declare.
3734 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
3735 handle regions when ranged watchpoints are available.
3736 (create_watchpoint_request): New function.
3737 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
3738 create_watchpoint_request.
3739 * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
3740 (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
3741 `set powerpc' and `show powerpc' commands.
3742 * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
3743 Mention documentation comment in the target macro.
3744 (target_region_ok_for_hw_watchpoint): Document return value.
3745
9fa40276
TJB
37462011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
3747
3748 * breakpoint.c (update_watchpoint): Decide on using a software or
3749 hardware watchpoint after the bp_locations are created.
3750
77b06cd7
TJB
37512010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
3752
3753 Convert hardware watchpoints to use breakpoint_ops.
3754 * breakpoint.h (breakpoint_ops) <insert>: Rename to...
3755 <insert_location>: ... this. Return int instead of void.
3756 Accept pointer to struct bp_location instead of pointer to
3757 struct breakpoint. Adapt all implementations.
f2eb0bc8 3758 (breakpoint_ops) <remove>: Rename to...
77b06cd7
TJB
3759 <remove_location>: ... this. Accept pointer to struct bp_location
3760 instead of pointer to struct breakpoint. Adapt all implementations.
3761 * breakpoint.c (insert_catchpoint): Delete function.
3762 (insert_bp_location): Call the watchpoint or catchpoint's
3763 breakpoint_ops.insert method.
3764 (remove_breakpoint_1): Call the watchpoint or catchpoint's
3765 breakpoint_ops.remove method.
3766 (insert_watchpoint, remove_watchpoint): New functions.
3767 (watchpoint_breakpoint_ops): New structure.
3768 (watch_command_1): Initialize the OPS field.
3769 * inf-child.c (inf_child_insert_fork_catchpoint)
3770 (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
3771 (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
3772 (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
3773 Delete functions.
3774 (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
3775 to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
3776 to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
3777 to_remove_exec_catchpoint and to_set_syscall_catchpoint.
3778 * target.c (update_current_target): Change default implementation of
3779 to_insert_fork_catchpoint, to_remove_fork_catchpoint,
3780 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
3781 to_insert_exec_catchpoint, to_remove_exec_catchpoint and
3782 to_set_syscall_catchpoint to return_one.
3783 (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
3784 (debug_to_insert_exec_catchpoint): Report return value.
3785 * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
3786 (to_insert_exec_catchpoint): Change declaration to return int instead
3787 of void.
3788
9b20d036
MS
37892011-01-11 Michael Snyder <msnyder@vmware.com>
3790
3791 * arm-tdep.c: Internationalization.
3792 * c-lang.c: Ditto.
3793 * charset.c: Ditto.
3794 * fork-child.c: Ditto.
3795 * nto-procfs.c: Ditto.
3796 * ppc-sysv-tdep.c: Ditto.
3797 * procfs.c: Ditto.
3798 * remote-mips.c: Ditto.
3799 * remote.c: Ditto.
3800 * rs6000-nat.c: Ditto.
3801 * rs6000-tdep.c: Ditto.
3802 * target.c: Ditto.
3803 * valops.c: Ditto.
3804 * value.c: Ditto.
3805 * xml-support.c: Ditto.
3806 * mi/mi-cmd-break.c: Ditto.
3807 * mi/mi-cmd-var.c: Ditto.
3808 * mi/mi-interp.c: Ditto.
3809 * mi/mi-main.c: Ditto.
3810
dae477fe
AB
38112011-01-11 Andrew Burgess <aburgess@broadcom.com>
3812
3813 * remote-sim.c (gdbsim_store_register): Update API to
3814 sim_store_register to check more error conditions.
3815
0df8b418
MS
38162011-01-10 Michael Snyder <msnyder@vmware.com>
3817
3818 * nto-procfs.c: Comment cleanup, mostly periods and spaces.
3819 * nto-tdep.c: Ditto.
3820 * nto-tdep.h: Ditto.
3821 * objc-exp.y: Ditto.
3822 * objc-lang.c: Ditto.
3823 * objfiles.c: Ditto.
3824 * objfiles.h: Ditto.
3825 * observer.c: Ditto.
3826 * opencl-lang.c: Ditto.
3827 * osabi.c: Ditto.
3828 * parse.c: Ditto.
3829 * parser-defs.h: Ditto.
3830 * p-exp.y: Ditto.
3831 * p-lang.c: Ditto.
3832 * posix-hdep.c: Ditto.
3833 * ppcbug-rom.c: Ditto.
3834 * ppc-linux-nat.c: Ditto.
3835 * ppc-linux-tdep.c: Ditto.
3836 * ppc-linux-tdep.h: Ditto.
3837 * ppcnbsd-tdep.c: Ditto.
3838 * ppcobsd-tdep.c: Ditto.
3839 * ppcobsd-tdep.h: Ditto.
3840 * ppc-sysv-tdep.c: Ditto.
3841 * ppc-tdep.h: Ditto.
3842 * printcmd.c: Ditto.
3843 * proc-abi.c: Ditto.
3844 * proc-flags.c: Ditto.
3845 * procfs.c: Ditto.
3846 * proc-utils.h: Ditto.
3847 * progspace.h: Ditto.
3848 * prologue-value.c: Ditto.
3849 * prologue-value.h: Ditto.
3850 * psympriv.h: Ditto.
3851 * psymtab.c: Ditto.
3852 * p-typeprint.c: Ditto.
3853 * p-valprint.c: Ditto.
3854 * ravenscar-sparc-thread.c: Ditto.
3855 * ravenscar-thread.c: Ditto.
3856 * ravenscar-thread.h: Ditto.
3857 * record.c: Ditto.
3858 * regcache.c: Ditto.
3859 * regcache.h: Ditto.
3860 * remote.c: Ditto.
3861 * remote-fileio.c: Ditto.
3862 * remote-fileio.h: Ditto.
3863 * remote.h: Ditto.
3864 * remote-m32r-sdi.c: Ditto.
3865 * remote-mips.c: Ditto.
3866 * remote-sim.c: Ditto.
3867 * rs6000-aix-tdep.c: Ditto.
3868 * rs6000-nat.c: Ditto.
3869 * rs6000-tdep.c: Ditto.
3870
0d7a18f7
MS
38712011-01-10 Michael Snyder <msnyder@vmware.com>
3872
3873 * charset.c (validate): Internationalization.
3874 * coffread.c (read_one_sym): Ditto.
3875 * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
3876 * h8300-tdep.c (H8300_extract_return_value): Ditto.
3877 * inflow.c (new_tty): Ditto.
3878 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
3879 * m32c-tdep.c (m32c_return_value): Ditto.
3880 * mep-tdep.c (mep_store_return_value): Ditto.
3881 * score-tdep.c (score7_fetch_insn): Ditto.
3882 * ser-mingw.c (pipe_windows_open): Ditto.
3883 * sh64-tdep.c (sh64_extract_return_value): Ditto.
3884 * spu-tdep.c (spu_register_type): Ditto.
3885 * tracepoint.c (trace_find_command): Ditto.
3886 * valarith.c (value_pos): Ditto.
3887
9a153e0b
JB
38882011-01-10 Joel Brobecker <brobecker@adacore.com>
3889
3890 * ada-valprint.c (printstr): Minor comment reformatting.
3891
35ecd2d6
MS
38922011-01-08 Michael Snyder <msnyder@vmware.com>
3893
3894 * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
3895 markup.
3896
1777feb0
MS
38972011-01-08 Michael Snyder <msnyder@vmware.com>
3898
3899 * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
3900 * hppa-hpux-tdep.c: Ditto.
3901 * hppa-linux-nat.c: Ditto.
3902 * hppa-linux-tdep.c: Ditto.
3903 * hppanbsd-tdep.c: Ditto.
3904 * hppa-tdep.c: Ditto.
3905 * hppa-tdep.h: Ditto.
3906 * hpux-thread.c: Ditto.
3907 * i386-cygwin-tdep.c: Ditto.
3908 * i386-darwin-nat.c: Ditto.
3909 * i386gnu-nat.c: Ditto.
3910 * i386-linux-nat.c: Ditto.
3911 * i386-linux-tdep.c: Ditto.
3912 * i386-nat.c: Ditto.
3913 * i386-nat.h: Ditto.
3914 * i386nbsd-tdep.c: Ditto.
3915 * i386-sol2-nat.c: Ditto.
3916 * i386-stub.c: Ditto.
3917 * i386-tdep.c: Ditto.
3918 * i386-tdep.h: Ditto.
3919 * i387-tdep.c: Ditto.
3920 * ia64-linux-nat.c: Ditto.
3921 * ia64-linux-tdep.c: Ditto.
3922 * ia64-tdep.c: Ditto.
3923 * infcall.c: Ditto.
3924 * infcall.h: Ditto.
3925 * infcmd.c: Ditto.
3926 * inferior.c: Ditto.
3927 * inferior.h: Ditto.
3928 * infloop.c: Ditto.
3929 * inflow.c: Ditto.
3930 * infrun.c: Ditto.
3931 * interps.c: Ditto.
3932 * interps.h: Ditto.
3933 * iq2000-tdep.c: Ditto.
3934 * irix5-nat.c: Ditto.
3935 * jit.c: Ditto.
3936 * jit.h: Ditto.
3937 * jv-exp.y: Ditto.
3938 * jv-lang.c: Ditto.
3939 * jv-lang.h: Ditto.
3940 * jv-typeprint.c: Ditto.
3941 * jv-valprint.c: Ditto.
3942 * language.c: Ditto.
3943 * language.h: Ditto.
3944 * linespec.c: Ditto.
3945 * linux-fork.c: Ditto.
3946 * linux-nat.c: Ditto.
3947 * linux-thread-db.c: Ditto.
3948 * lm32-tdep.c: Ditto.
3949
025bb325
MS
39502011-01-08 Michael Snyder <msnyder@vmware.com>
3951
3952 * m2-exp.y: Comment cleanup, mostly periods and spaces.
3953 * m2-lang.c: Ditto.
3954 * m2-typeprint.c: Ditto.
3955 * m2-valprint.c: Ditto.
3956 * m32c-tdep.c: Ditto.
3957 * m32r-linux-nat.c: Ditto.
3958 * m32r-rom.c: Ditto.
3959 * m32r-tdep.c: Ditto.
3960 * m32r-tdep.h: Ditto.
3961 * m68hc11-tdep.c: Ditto.
3962 * m58klinux-nat.c: Ditto.
3963 * m68k-tdep.c: Ditto.
3964 * m88k-tdep.c: Ditto.
3965 * m88k-tdep.h: Ditto.
3966 * machoread.c: Ditto.
3967 * macrocmd.c: Ditto.
3968 * macroexp.c: Ditto.
3969 * macrotab.c: Ditto.
3970 * main.c: Ditto.
3971 * maint.c: Ditto.
3972 * mdebugread.c: Ditto.
3973 * mdebugread.h: Ditto.
3974 * memattr.c: Ditto.
3975 * memattr.h: Ditto.
3976 * memory-map.h: Ditto.
3977 * mep-tdep.c: Ditto.
3978 * microblaze-rom.c: Ditto.
3979 * microblaze-tdep.c: Ditto.
3980 * minsyms.c: Ditto.
3981 * mips-irix-tdep.c: Ditto.
3982 * mips-linux-nat.c: Ditto.
3983 * mips-linux-tdep.c: Ditto.
3984 * mips-linux-tdep.h: Ditto.
3985 * mipsnbsd-nat.c: Ditto.
3986 * mipsnbsd-tdep.c: Ditto.
3987 * mipsread.c: Ditto.
3988 * mips-tdep.c: Ditto.
3989 * mips-tdep.h: Ditto.
3990 * mn10300-linux-tdep.c: Ditto.
3991 * mn10300-tdep.c: Ditto.
3992 * mn10300-tdep.h: Ditto.
3993 * monitor.c: Ditto.
3994 * monitor.h: Ditto.
3995 * moxie-tdep.c: Ditto.
3996 * moxie-tdep.h: Ditto.
3997 * mt-tdep.c: Ditto.
3998
1642781b
MF
39992011-01-08 Mike Frysinger <vapier@gentoo.org>
4000
4001 * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
4002
394b0adb
JB
40032011-01-08 Robert Millan <rmh@gnu.org>
4004
4005 * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
4006
b670013c
MS
40072011-01-07 Michael Snyder <msnyder@vmware.com>
4008
4009 * charset.c (_initialize_charset): Fix typo in string.
4010
a743e542
MS
40112011-01-07 Michael Snyder <msnyder@vmware.com>
4012
4013 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
4014 for i18n.
f2eb0bc8 4015 * tui/tui-layout.c (tui_set_layout_for_display_command):
a743e542
MS
4016 Split line so that operator goes to beginning of line.
4017 * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
4018 assignment out of if statement.
4019
0963b4bd
MS
40202011-01-07 Michael Snyder <msnyder@vmware.com>
4021
4022 * ada-lang.c: Comment cleanup, mostly periods and spaces.
4023 * ada-lang.h: Ditto.
4024 * ada-tasks.c: Ditto.
4025 * ada-valprint.c: Ditto.
4026 * aix-threads.c: Ditto.
4027 * alpha-linux-nat.c: Ditto.
4028 * alpha-linux-tdep.c: Ditto.
4029 * alpha-mdebug-tdep.c: Ditto.
4030 * alpha-nat.c: Ditto.
4031 * alpha-osf1-tdep.c: Ditto.
4032 * alpha-tdep.c: Ditto.
4033 * alphabsd-nat.c: Ditto.
4034 * alphabsd-tdep.c: Ditto.
4035 * amd64-darwin-tdep.c: Ditto.
4036 * amd64-linux-nat.c: Ditto.
4037 * amd64-linux-tdep.c: Ditto.
4038 * amd64-sol2-tdep.c: Ditto.
4039 * amd64-tdep.c: Ditto.
4040 * amd64-fbsd-tdep.c: Ditto.
4041 * amd64-nbsd-tdep.c: Ditto.
4042 * amd64-obsd-tdep.c: Ditto.
4043 * amd64-linux-nat.c: Ditto.
4044 * amd64-linux-tdep.c: Ditto.
4045 * arm-tdep.c: Ditto.
4046 * arm-tdep.h: Ditto.
4047 * armnbsd-nat.c: Ditto.
4048 * avr-tdep.c: Ditto.
4049 * bfin-tdep.c: Ditto.
4050 * bsd-kvm.c: Ditto.
4051 * c-typeprintc: Ditto.
4052 * c-valprint.c: Ditto.
4053 * coff-pe-read.h: Ditto.
4054 * coffreead.c: Ditto.
4055 * cris-tdep.c: Ditto.
4056 * d-lang.c: Ditto.
4057 * darwin-nat-info.c: Ditto.
4058 * darwin-nat.c: Ditto.
4059 * dbug-rom.c: Ditto.
4060 * dbxread.c: Ditto.
4061 * dcache.c: Ditto.
4062 * dcache.h: Ditto.
4063 * dec-thread.c: Ditto.
4064 * defs.h: Ditto.
4065 * demangle.c: Ditto.
4066 * dicos-tdep.c: Ditto.
4067 * dictionary.c: Ditto.
4068 * dictionary.h: Ditto.
4069 * dink32-rom.c: Ditto.
4070 * disasm.c: Ditto.
4071 * doublest.c: Ditto.
4072 * dsrec.c: Ditto.
4073 * dummy-frame.c: Ditto.
4074 * dwarf2-frame.c: Ditto.
4075 * dwarf2expr.c: Ditto.
4076 * dwarf2loc.c: Ditto.
4077 * dwarf2read.c: Ditto.
4078 * elfread.c: Ditto.
4079 * environ.c: Ditto.
4080 * eval.c: Ditto.
4081 * event-top.h: Ditto.
4082 * exceptions.c: Ditto.
4083 * exceptions.h: Ditto.
4084 * exec.c: Ditto.
4085 * expprint.c: Ditto.
4086 * expression.h: Ditto.
4087 * f-exp.y: Ditto.
4088 * f-lang.c: Ditto.
4089 * f-lang.h: Ditto.
4090 * f-typeprint.c: Ditto.
4091 * f-valprint.c: Ditto.
4092 * fbsd-nat.c: Ditto.
4093 * findvar.c: Ditto.
4094 * fork-child.c: Ditto.
4095 * frame.c: Ditto.
4096 * frame.h: Ditto.
4097 * frv-linux-tdep.c: Ditto.
4098 * frv-tdep.c: Ditto.
4099 * gcore.c: Ditto.
4100 * gdb-stabs.h: Ditto.
4101 * gdb_assert.h: Ditto.
4102 * gdb_string.h: Ditto.
4103 * gdb_thread_db.h: Ditto.
4104 * gdb_wait.h: Ditto.
4105 * gdbarch.sh: Ditto.
4106 * gdbcore.h: Ditto.
4107 * gdbthread.h: Ditto.
4108 * gdbtypes.c: Ditto.
4109 * gdbtypes.h: Ditto.
4110 * gnu-nat.c: Ditto.
4111 * gnu-nat.h: Ditto.
4112 * gnu-v2-abi.c: Ditto.
4113 * gnu-v3-abi.c: Ditto.
4114 * go32-nat.c: Ditto.
4115 * gdbarch.c: Regenerate.
4116 * gdbarch.h: Regenerate.
4117
ac74f770
MS
41182011-01-07 Michael Snyder <msnyder@vmware.com>
4119
4120 * ax-gdb.c: Adjust some long output strings.
4121 * breakpoint.c: Ditto.
4122 * charset.c: Ditto.
4123 * cp-abi.c: Ditto.
4124 * infcall.c: Ditto.
4125 * infrun.c: Ditto.
4126 * linux-nat.c: Ditto.
4127 * solib-pa64.c: Ditto.
4128 * solib-som.c: Ditto.
4129
d8e22779
TT
41302011-01-06 Tom Tromey <tromey@redhat.com>
4131
4132 PR python/12367:
4133 * NEWS: Add item.
4134 * python/python.c (GdbMethods): Add "newest_frame" method.
4135 * python/python-internal.h (gdbpy_newest_frame): Declare.
4136 * python/py-frame.c (gdbpy_newest_frame): New function.
4137
a255712f
PP
41382010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4139
4140 * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
4141 * jit.c (jit_debug): New variable.
4142 (show_jit_debug): New function.
4143 (struct target_buffer): Use ULONGEST.
4144 (bfd_open_from_target_memory): Likewise.
4145 (jit_register_code, jit_inferior_init): Add debug output.
4146 (_initialize_jit): Register "debug jit" command.
4147
ccfc3d6e
TT
41482011-01-06 Tom Tromey <tromey@redhat.com>
4149
4150 * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
4151 * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
4152 and ARCH_FRAME.
4153
57126e4a
TT
41542011-01-06 Tom Tromey <tromey@redhat.com>
4155
4156 * python/py-frame.c (frapy_block): Use get_frame_block.
4157
16dfc9ce
JB
41582011-01-06 Joel Brobecker <brobecker@adacore.com>
4159
4160 Do not stop on SIGPRIO signals by default
4161 * infrun.c (_initialize_infrun): Unset signal_stop and
4162 signal_print for TARGET_SIGNAL_PRIO.
4163
b1ce2347
JB
41642011-01-06 Joel Brobecker <brobecker@adacore.com>
4165
4166 * ada-tasks.c: Fix style violation in comment.
4167
8f7e195f
JB
41682011-01-06 Joel Brobecker <brobecker@adacore.com>
4169
4170 * linespec.c (decode_compound, find_method): Remove trailing \n
4171 at end of error string.
4172 * solib-irix.c (irix_current_sos): Likewise.
4173 * varobj.c (uninstall_variable): Likewise.
4174
e9bdf92c
JB
41752011-01-06 Joel Brobecker <brobecker@adacore.com>
4176
4177 * copyright.py: New script.
4178 * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
4179 Launch emacs without exec'ing. Call copyright.py afterwards.
4180
3e43a32a
MS
41812011-01-05 Michael Snyder <msnyder@vmware.com>
4182
4183 * addrmap.c: Shorten lines of >= 80 columns.
4184 * arch-utils.c: Ditto.
4185 * arch-utils.h: Ditto.
4186 * ax-gdb.c: Ditto.
4187 * ax-general.c: Ditto.
4188 * bcache.c: Ditto.
4189 * blockframe.c: Ditto.
4190 * breakpoint.c: Ditto.
4191 * buildsym.c: Ditto.
4192 * c-lang.c: Ditto.
4193 * c-typeprint.c: Ditto.
4194 * charset.c: Ditto.
4195 * coffread.c: Ditto.
4196 * command.h: Ditto.
4197 * corelow.c: Ditto.
4198 * cp-abi.c: Ditto.
4199 * cp-namespace.c: Ditto.
4200 * cp-support.c: Ditto.
4201 * dbug-rom.c: Ditto.
4202 * dbxread.c: Ditto.
4203 * defs.h: Ditto.
4204 * dfp.c: Ditto.
4205 * dfp.h: Ditto.
4206 * dictionary.c: Ditto.
4207 * disasm.c: Ditto.
4208 * doublest.c: Ditto.
4209 * dwarf2-frame.c: Ditto.
4210 * dwarf2expr.c: Ditto.
4211 * dwarf2loc.c: Ditto.
4212 * dwarf2read.c: Ditto.
4213 * elfread.c: Ditto.
4214 * eval.c: Ditto.
4215 * event-loop.c: Ditto.
4216 * event-loop.h: Ditto.
4217 * exceptions.h: Ditto.
4218 * exec.c: Ditto.
4219 * expprint.c: Ditto.
4220 * expression.h: Ditto.
4221 * f-lang.c: Ditto.
4222 * f-valprint.c: Ditto.
4223 * findcmd.c: Ditto.
4224 * frame-base.c: Ditto.
4225 * frame-unwind.c: Ditto.
4226 * frame-unwind.h: Ditto.
4227 * frame.c: Ditto.
4228 * frame.h: Ditto.
4229 * gcore.c: Ditto.
4230 * gdb-stabs.h: Ditto.
4231 * gdb_assert.h: Ditto.
4232 * gdb_dirent.h: Ditto.
4233 * gdb_obstack.h: Ditto.
4234 * gdbcore.h: Ditto.
4235 * gdbtypes.c: Ditto.
4236 * gdbtypes.h: Ditto.
4237 * inf-ttrace.c: Ditto.
4238 * infcall.c: Ditto.
4239 * infcmd.c: Ditto.
4240 * inflow.c: Ditto.
4241 * infrun.c: Ditto.
4242 * inline-frame.h: Ditto.
4243 * language.c: Ditto.
4244 * language.h: Ditto.
4245 * libunwind-frame.c: Ditto.
4246 * libunwind-frame.h: Ditto.
4247 * linespec.c: Ditto.
4248 * linux-nat.c: Ditto.
4249 * linux-nat.h: Ditto.
4250 * linux-thread-db.c: Ditto.
4251 * machoread.c: Ditto.
4252 * macroexp.c: Ditto.
4253 * macrotab.c: Ditto.
4254 * main.c: Ditto.
4255 * maint.c: Ditto.
4256 * mdebugread.c: Ditto.
4257 * memattr.c: Ditto.
4258 * minsyms.c: Ditto.
4259 * monitor.c: Ditto.
4260 * monitor.h: Ditto.
4261 * objfiles.c: Ditto.
4262 * objfiles.h: Ditto.
4263 * osabi.c: Ditto.
4264 * p-typeprint.c: Ditto.
4265 * p-valprint.c: Ditto.
4266 * parse.c: Ditto.
4267 * printcmd.c: Ditto.
4268 * proc-events.c: Ditto.
4269 * procfs.c: Ditto.
4270 * progspace.c: Ditto.
4271 * progspace.h: Ditto.
4272 * psympriv.h: Ditto.
4273 * psymtab.c: Ditto.
4274 * record.c: Ditto.
4275 * regcache.c: Ditto.
4276 * regcache.h: Ditto.
4277 * remote-fileio.c: Ditto.
4278 * remote.c: Ditto.
4279 * ser-mingw.c: Ditto.
4280 * ser-tcp.c: Ditto.
4281 * ser-unix.c: Ditto.
4282 * serial.c: Ditto.
4283 * serial.h: Ditto.
4284 * solib-frv.c: Ditto.
4285 * solib-irix.c: Ditto.
4286 * solib-osf.c: Ditto.
4287 * solib-pa64.c: Ditto.
4288 * solib-som.c: Ditto.
4289 * solib-sunos.c: Ditto.
4290 * solib-svr4.c: Ditto.
4291 * solib-target.c: Ditto.
4292 * solib.c: Ditto.
4293 * somread.c: Ditto.
4294 * source.c: Ditto.
4295 * stabsread.c: Ditto.
4296 * stabsread.c: Ditto.
4297 * stack.c: Ditto.
4298 * stack.h: Ditto.
4299 * symfile-mem.c: Ditto.
4300 * symfile.c: Ditto.
4301 * symfile.h: Ditto.
4302 * symmisc.c: Ditto.
4303 * symtab.c: Ditto.
4304 * symtab.h: Ditto.
4305 * target-descriptions.c: Ditto.
4306 * target-memory.c: Ditto.
4307 * target.c: Ditto.
4308 * target.h: Ditto.
4309 * terminal.h: Ditto.
4310 * thread.c: Ditto.
4311 * top.c: Ditto.
4312 * tracepoint.c: Ditto.
4313 * tracepoint.h: Ditto.
4314 * ui-file.c: Ditto.
4315 * ui-file.h: Ditto.
4316 * ui-out.h: Ditto.
4317 * user-regs.c: Ditto.
4318 * user-regs.h: Ditto.
4319 * utils.c: Ditto.
4320 * valarith.c: Ditto.
4321 * valops.c: Ditto.
4322 * valprint.c: Ditto.
4323 * valprint.h: Ditto.
4324 * value.c: Ditto.
4325 * varobj.c: Ditto.
4326 * varobj.h: Ditto.
4327 * vec.h: Ditto.
4328 * xcoffread.c: Ditto.
4329 * xcoffsolib.c: Ditto.
4330 * xcoffsolib.h: Ditto.
4331 * xml-syscall.c: Ditto.
4332 * xml-tdesc.c: Ditto.
4333
9a2b4c1b
MS
43342011-01-05 Michael Snyder <msnyder@vmware.com>
4335
4336 * cli/cli-cmds.c: Shorten lines of >= 80 columns.
4337 * cli/cli-decode.c: Ditto.
4338 * cli/cli-dump.c: Ditto.
4339 * cli/cli-logging.c: Ditto.
4340 * cli/cli-script.c: Ditto.
4341 * cli/cli-setshow.c: Ditto.
4342 * common/signals.c: Ditto.
4343 * mi/mi-cmd-break.c: Ditto.
4344 * mi/mi-cmd-disas.c: Ditto.
4345 * mi/mi-cmd-stack.c: Ditto.
4346 * mi/mi-cmd-var.c: Ditto.
4347 * mi/mi-cmds.c: Ditto.
4348 * mi/mi-common.h: Ditto.
4349 * mi/mi-console.c: Ditto.
4350 * mi/mi-interp.c: Ditto.
4351 * mi/mi-main.c: Ditto.
4352 * osf-share/cma_attr.c: Ditto.
4353 * osf-share/cma_deb_core.h: Ditto.
4354 * osf-share/cma_debug_client.h: Ditto.
4355 * osf-share/cma_handle.h: Ditto.
4356 * osf-share/cma_mutex.h: Ditto.
4357 * osf-share/cma_stack_int.h: Ditto.
4358 * osf-share/cma_tcb_defs.h: Ditto.
4359 * python/py-auto-load.c: Ditto.
4360 * python/py-breakpoint.c: Ditto.
4361 * python/py-cmd.c: Ditto.
4362 * python/py-frame.c: Ditto.
4363 * python/py-objfile.c: Ditto.
4364 * python/py-param.c: Ditto.
4365 * python/py-progspace.c: Ditto.
4366 * python/py-symbol.c: Ditto.
4367 * python/py-value.c: Ditto.
4368 * python/python-internal.h: Ditto.
4369 * python/python.c: Ditto.
4370 * tui/tui-data.c: Ditto.
4371 * tui/tui-disasm.c: Ditto.
4372 * tui/tui-hooks.c: Ditto.
4373 * tui/tui-io.c: Ditto.
4374 * tui/tui-layout.c: Ditto.
4375 * tui/tui-regs.c: Ditto.
4376 * tui/tui-source.c: Ditto.
4377 * tui/tui-stack.c: Ditto.
4378 * tui/tui-win.c: Ditto.
4379 * tui/tui-windata.c: Ditto.
4380 * tui/tui-winsource.c: Ditto.
4381
44944448
JB
43822011-01-05 Joel Brobecker <brobecker@adacore.com>
4383
4384 * configure.ac, gdb.1: Copyright year update.
4385
ebedcab5
JK
43862011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4387
4388 * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
4389 this_pc_in_block, morestack_msym and morestack_name. Check for
4390 "__morestack" minimal symbol there.
4391
e5cc9f32
JB
43922011-01-03 Joel Brobecker <brobecker@adacore.com>
4393
4394 * symfile.c (find_sym_fns): Add call to dont_repeat.
4395
7b6bb8da
JB
43962011-01-01 Joel Brobecker <brobecker@adacore.com>
4397
4398 Copyright year update in most files (performed by copyright.sh).
4399
71ce852c
JB
44002011-01-01 Joel Brobecker <brobecker@adacore.com>
4401
4402 * top.c (print_gdb_version): Update copyright year in version output.
0e2de366 4403
c3c1ebe8 4404For older changes see ChangeLog-2010.
c906108c
SS
4405\f
4406Local Variables:
4407mode: change-log
4408left-margin: 8
4409fill-column: 74
4410version-control: never
57da7796 4411coding: utf-8
c906108c 4412End:
This page took 1.383436 seconds and 4 git commands to generate.