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