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