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