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