]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/ChangeLog
2011-02-27 Michael Snyder <msnyder@vmware.com>
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
1 2011-02-27 Michael Snyder <msnyder@vmware.com>
2
3 * darwin-nat-info.c: Fix comment typo.
4 * dwarf2expr.h: Ditto.
5 * fbsd-nat.c: Ditto.
6 * fbsd-nat.h: Ditto.
7 * frame-unwind.h: Ditto.
8 * frame.h: Ditto.
9 * hppa-hpux-tdep.c: Ditto.
10 * i386-linux-nat.c: Ditto.
11 * linux-nat.c: Ditto.
12 * nbsd-nat.c: Ditto.
13 * nbsd-nat.h: Ditto.
14 * ppc-linux-tdep.c: Ditto.
15 * serial.c: Ditto.
16 * ui-file.h: Ditto.
17 * tui/tui-winsource.c: Ditto.
18
19 2011-02-26 Michael Snyder <msnyder@vmware.com>
20
21 * breakpoint.c (reattach_breakpoints): Avoid resource leak (ui_file).
22
23 * maint.c (maintenance_do_deprecate): Plug a memory leak.
24
25 * dwarf2loc.c (insert_bits): Avoid shadowing a function param
26 with a local variable of the same name.
27
28 * i387-tdep.c (i387_supply_fxsave): Avoid shadowing a function
29 param with a local variable of the same name.
30 (i387_supply_xsave): Ditto.
31
32 * linux-low.c (linux_nat_xfer_osdata): Rename local variable so
33 that it does not shadow a function parameter.
34
35 * i386-nat.c (i386_length_and_rw_bits): Document that case
36 statement is meant to fall through.
37
38 * expprint.c (dump_subexp_body_standard): Document that case
39 statement is meant to fall through.
40
41 * amd64-linux-tdep.c (amd64_linux_syscall_record): Delete
42 dead if statement. Condition can't be false.
43
44 2011-02-25 Michael Snyder <msnyder@vmware.com>
45
46 * arm-tdep.c: Fix typos in comments.
47 * bsd-uthread.c: Ditto.
48 * completer.c: Ditto.
49 * corelow.c: Ditto.
50 * cp-namespace.c: Ditto.
51 * cp-support.c: Ditto.
52 * cris-tdep.c: Ditto.
53 * dbxread.c: Ditto.
54 * dwarf2read.c: Ditto.
55 * frame.h: Ditto.
56 * gdbtypes.h: Ditto.
57 * inferior.h: Ditto.
58 * mdebugread.c: Ditto.
59 * mips-tdep.c: Ditto.
60 * ppc-linux-nat.c: Ditto.
61 * ppc-linux-tdep.c: Ditto.
62 * printcmd.c: Ditto.
63 * sol-thread.c: Ditto.
64 * solib-frv.c: Ditto.
65 * solist.h: Ditto.
66 * sparc64-tdep.c: Ditto.
67 * spu-tdep.c: Ditto.
68 * stabsread.c: Ditto.
69 * symfile.c: Ditto.
70 * valops.c: Ditto.
71 * varobj.c: Ditto.
72 * vax-nat.c: Ditto.
73 * python/py-block.c: Ditto.
74 * python/py-symbol.c: Ditto.
75 * python/py-symtab.c: Ditto.
76 * python/py-value.c: Ditto.
77 * tui/tui-win.c: Ditto.
78
79 2011-02-25 Michael Snyder <msnyder@vmware.com>
80
81 * inferior.c (print_inferior): Accept a string instead of an int
82 for requested_inferiors, and use get_number_or_range to parse it.
83 (info_inferiors_command): Pass args string to print_inferior.
84 (initialize_inferiors): Change help string for info inferiors.
85 * inferior.h (print_inferior): Export prototype change.
86
87 2011-02-25 Tom Tromey <tromey@redhat.com>
88
89 * common/ax.def (invalid2): Set to 0x31.
90
91 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
92
93 * dwarf2loc.c (disassemble_dwarf_expression) <DW_OP_breg[0-9]+>: Use
94 L and plongest.
95 (disassemble_dwarf_expression) <DW_OP_bregx>: Drop variable offset,
96 use L and plongest.
97 (disassemble_dwarf_expression) <DW_OP_fbreg>: Use L and plongest.
98
99 2011-02-24 Michael Snyder <msnyder@vmware.com>
100
101 * Makefile.in (clean): Make clean should remove generated files
102 observer.h and observer.inc.
103
104 2011-02-24 Joel Brobecker <brobecker@adacore.com>
105
106 Revert the following patch (not approved yet):
107 2011-02-21 Hui Zhu <teawater@gmail.com>
108 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
109 * ax-gdb.c (gen_printf_expr_callback): New function.
110 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
111 * ax-general.c (ax_memcpy): New function.
112 (ax_print): Handle "printf".
113 (ax_reqs): Ditto.
114 * ax.h (ax_memcpy): Forward declare.
115 * common/ax.def (invalid2): Removed.
116 (printf): New entry.
117 * printcmd.c (printcmd.h): New include.
118 (string_printf): New function.
119 (ui_printf): Removed.
120 (printf_command): Remove static. Call string_printf.
121 (eval_command): Call string_printf.
122 * printcmd.h: New file.
123 * tracepoint.c (validate_actionline,
124 encode_actions_1): handle printf_command.
125
126 2011-02-23 Tom Tromey <tromey@redhat.com>
127
128 * ax-general.c (ax_pick): Add missing newline.
129
130 2011-02-23 Michael Snyder <msnyder@vmware.com>
131
132 * breakpoint.c (breakpoint_1): Change first argument from an int
133 to a char pointer, so that the function now accepts a list of
134 breakpoints rather than just one. Use new function
135 'number_is_in_list' to implement.
136 (breakpoints_info): Pass char * instead of int to breakpoint_1.
137 (watchpoints_info): Ditto.
138 (tracepoints_info): Ditto.
139 (maintenance_info_breakpoints): Ditto.
140 (_initialize_breakpoint): Update help strings to reflect the fact
141 that these functions can now take more than one argument.
142 * cli/cli-utils.c (number_is_in_list): New function.
143 * cli/cli-utils.h (number_is_in_list): Export.
144
145 2011-02-23 Michael Snyder <msnyder@vmware.com>
146
147 * memattr.c (mem_enable_command): Use get_number_or_range.
148 (mem_disable_command): Ditto.
149 (mem_delete_command): Ditto.
150 (_initialize_mem): Tweak usage message to reflect multiple
151 arguments.
152
153 2011-02-22 Doug Evans <dje@google.com>
154
155 Add gdb.lookup_global_symbol python function.
156 * NEWS: Add entry.
157 * python/py-symbol.c (gdbpy_lookup_global_symbol): New function.
158 * python/python-internal.h (gdbpy_lookup_global_symbol): Declare it.
159 * python/python.c (GdbMethods): Add entry for lookup_global_symbol.
160
161 2011-02-22 Tom Tromey <tromey@redhat.com>
162
163 * language.c (language_class_name_from_physname): Rename
164 'curr_language' argument to 'lang'; use in body.
165
166 2011-02-22 Michael Snyder <msnyder@vmware.com>
167
168 * cli/cli-utils.c (number_is_in_list): Check for zero return.
169
170 2011-02-22 Pedro Alves <pedro@codesourcery.com>
171
172 * frame-unwind.h: Fix comment to mention the this frame, not the
173 next.
174
175 2011-02-22 Tom Tromey <tromey@redhat.com>
176
177 * symfile.c (auto_solib_limit): Remove.
178 * symfile.h (auto_solib_limit): Remove.
179
180 2011-02-22 Joel Brobecker <brobecker@adacore.com>
181
182 * Makefile.in (INSTALLED_LIBS): Delete. Update comment.
183
184 2011-02-21 Michael Snyder <msnyder@vmware.com>
185
186 * gdbthread.h (print_thread_info): Change prototype.
187 * thread.c (print_thread_info): Accept char* instead of int for
188 requested_threads argument. Use new function number_is_in_list
189 to determine which threads to list.
190 (info_threads_command): Pass char* to print_thread_info.
191 * cli/cli-utils.c (number_is_in_list): New function.
192 * cli/cli-utils.h (number_is_in_list): Export.
193 * mi/mi-main.c (mi_cmd_thread_info): Pass char* to
194 print_thread_info.
195 (print_one_inferior): Ditto.
196 (mi_cmd_list_thread_groups): Ditto.
197
198 2011-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
199
200 * common/Makefile.in (CFLAGS): New.
201 (COMPILE): Add $(CFLAGS).
202
203 2011-02-21 Tom Tromey <tromey@redhat.com>
204
205 * breakpoint.c (catch_syscall_command_1): Fix typo.
206
207 2011-02-21 Tom Tromey <tromey@redhat.com>
208
209 * reverse.c: Include cli-utils.h.
210 * printcmd.c: Include cli-utils.h.
211 (string_printf): Use skip_spaces.
212 * cli/cli-utils.h: New file.
213 * cli/cli-utils.c: New file.
214 * cli/cli-dump.h (skip_spaces): Move to cli-utils.h.
215 * cli/cli-dump.c (skip_spaces): Move to cli-utils.c.
216 * breakpoint.h (get_number, get_number_or_range): Move to
217 cli-utils.h.
218 * breakpoint.c: Include cli-utils.h.
219 (get_number_trailer, get_number, get_number_or_range)
220 (ep_skip_leading_whitespace): Move to cli-utils.c.
221 (create_breakpoint_sal, find_condition_and_thread)
222 (decode_static_tracepoint_spec, watch_command_1)
223 (watch_maybe_just_location, ep_parse_optional_if_clause)
224 (catch_fork_command_1, catch_exec_command_1)
225 (catch_syscall_command_1): Use skip_spaces, skip_to_space.
226 * Makefile.in (SUBDIR_CLI_OBS): Add cli-utils.o.
227 (SUBDIR_CLI_SRCS): Add cli-utils.c.
228 (HFILES_NO_SRCDIR): Add cli-utils.h.
229 (cli-utils.o): New target.
230
231 2011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
232
233 * remote.c (remote_close): Reset INFERIOR_PTID to NULL_PTID
234 before calling discard_all_inferiors.
235
236 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
237
238 * opencl-lang.c (STRUCT_OCL_TYPE): Remove.
239 (struct builtin_opencl_type): Remove.
240 (builtin_opencl_type): Change return type to "struct type **".
241 (lookup_opencl_vector_type): Update caller.
242 (opencl_language_arch_info): Copy primitive type vector from gdbarch.
243 (build_opencl_types): Install plain array of "struct type *"
244 instead of "struct builtin_opencl_type".
245
246 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
247 Ulrich Weigand <uweigand@de.ibm.com>
248
249 * arm-linux-nat.c: Include "observer.h" and "gdbthread.h".
250 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define.
251 (struct arm_linux_hwbp_cap): New type.
252 (arm_linux_get_hwbp_cap): New function.
253 (arm_linux_get_hw_breakpoint_count): Likewise.
254 (arm_linux_get_hw_watchpoint_count): Likewise.
255 (arm_linux_can_use_hw_breakpoint): Likewise.
256 (arm_hwbp_type): New type.
257 (arm_hwbp_control_t): Likewise.
258 (struct arm_linux_hw_breakpoint): Likewise.
259 (struct arm_linux_thread_points): Likewise.
260 (arm_threads): New global variable.
261 (arm_linux_find_breakpoints_by_tid): New function.
262 (arm_hwbp_control_initialize): Likewise.
263 (arm_hwbp_control_is_enabled): Likewise.
264 (arm_hwbp_control_disable): Likewise.
265 (arm_linux_hw_breakpoint_initialize): Likewise.
266 (arm_linux_get_hwbp_type): Likewise.
267 (arm_linux_hw_watchpoint_initialize): Likewise.
268 (arm_linux_hw_breakpoint_equal): Likewise.
269 (arm_linux_insert_hw_breakpoint1): Likewise.
270 (arm_linux_remove_hw_breakpoint1): Likewise.
271 (arm_linux_insert_hw_breakpoint): Likewise.
272 (arm_linux_remove_hw_breakpoint): Likewise.
273 (arm_linux_region_ok_for_hw_watchpoint): Likewise.
274 (arm_linux_insert_watchpoint): Likewise.
275 (arm_linux_remove_watchpoint): Likewise.
276 (arm_linux_stopped_data_address): Likewise.
277 (arm_linux_stopped_by_watchpoint): Likewise.
278 (arm_linux_watchpoint_addr_within_range): Likewise.
279 (arm_linux_new_thread): Likewise.
280 (arm_linux_thread_exit): Likewise.
281 (_initialize_arm_linux_nat): Install hardware breakpoint/watchpoint
282 related target callbacks. Register arm_linux_new_thread and
283 arm_linux_thread_exit.
284 * arm-tdep.h (arm_pc_is_thumb): Add prototype.
285 * arm-tdep.c (arm_pc_is_thumb): Make global.
286 (arm_gdbarch_init): Call set_gdbarch_have_nonsteppable_watchpoint.
287
288 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
289
290 * breakpoint.c (update_watchpoint): Do not attempt to recreate
291 per-frame locations while within a function epilogue.
292
293 2011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
294
295 * ser-mingw.c (ser_windows_close): Reformat comment to better conform
296 to GNU coding standards.
297
298 2011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
299
300 Allow use of mingw native on Windows 95 OS.
301 * ser-mingw.c (CancelIo): New macro for dynamically loaded DLL entry.
302 (ser_windows_close): Only call CancelIo if function exists.
303 (_initialize_ser_windows): Use LoadLirary/GetProcAddress
304 to check for existence of CancelIo function in kernel32 DLL.
305
306 2011-02-21 Hui Zhu <teawater@gmail.com>
307
308 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
309 * ax-gdb.c (gen_printf_expr_callback): New function.
310 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
311 * ax-general.c (ax_memcpy): New function.
312 (ax_print): Handle "printf".
313 (ax_reqs): Ditto.
314 * ax.h (ax_memcpy): Forward declare.
315 * common/ax.def (invalid2): Removed.
316 (printf): New entry.
317 * printcmd.c (printcmd.h): New include.
318 (string_printf): New function.
319 (ui_printf): Removed.
320 (printf_command): Remove static. Call string_printf.
321 (eval_command): Call string_printf.
322 * printcmd.h: New file.
323 * tracepoint.c (validate_actionline,
324 encode_actions_1): handle printf_command.
325
326 2011-02-19 Michael Snyder <msnyder@vmware.com>
327
328 * reverse.c (delete_one_bookmark): Argument is now bookmark
329 id rather than pointer to bookmark struct.
330 (delete_bookmark_command): Use get_number_or_range.
331 (goto_bookmark_command): Parse with get_number instead of strtoul.
332 (bookmark_1): New function. Print info for one bookmark.
333 (bookmarks_info): Use get_number_or_range and bookmark_1.
334
335 2011-02-18 Michael Snyder <msnyder@vmware.com>
336
337 * thread.c (info_threads_command): Re-implement using
338 get_number_or_range.
339 (thread_apply_command): Ditto.
340
341 2011-02-18 Tom Tromey <tromey@redhat.com>
342
343 * common/ax.def: New file.
344 * ax.h (enum agent_op): Use ax.def.
345 * ax-general.c (aop_map): Use ax.def.
346
347 2011-02-18 Tom Tromey <tromey@redhat.com>
348
349 * ax-general.c (aop_map): Add pick and rot.
350 * dwarf2loc.c (compile_dwarf_to_ax) <DW_OP_over>: Reimplement.
351 <DW_OP_rot>: Implement.
352 * ax.h (enum agent_op) <aop_pick, aop_rot>: New constants.
353 (ax_pick): Declare.
354 * ax-general.c (ax_pick): New function.
355
356 2011-02-18 Tom Tromey <tromey@redhat.com>
357
358 * Makefile.in (HFILES_NO_SRCDIR): Don't mention ada-operator.inc.
359
360 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
361 Tom Tromey <tromey@redhat.com>
362
363 * cp-support.c (make_symbol_overload_list_namespace): Do not call
364 make_symbol_overload_list_block with NULL BLOCK.
365 * valarith.c (unop_user_defined_p): Resolve also TYPE_CODE_TYPEDEF.
366
367 2011-02-18 Pedro Alves <pedro@codesourcery.com>
368
369 * breakpoint.c (get_number_trailer): No longer accept a NULL PP.
370 * breakpoint.h (get_number_or_range): Declare.
371 * printcmd.c (ALL_DISPLAYS): Declare.
372 (delete_display): Reimplement taking a display pointer.
373 (undisplay_command): Accept a range of displays to delete, using
374 get_number_or_range.
375
376 2011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
377
378 * c-valprint.c (c_val_print): Add embedded_offset to address
379 for arrays of unspecified length.
380 * p-valprint.c (pascal_val_print): Likewise.
381
382 2011-02-18 Yao Qi <yao@codesourcery.com>
383
384 * gdb/arm-tdep.c (arm_displaced_step_copy_insn): Move code to ...
385 (arm_process_displaced_insn): .. here. Remove parameter INSN.
386 (thumb_process_displaced_insn): New.
387 * gdb/arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Update
388 call to arm_process_displaced_insn.
389 * gdb/arm-tdep.h : Update declaration of arm_process_displaced_insn.
390
391 2011-02-17 Tom Tromey <tromey@redhat.com>
392
393 * dwarf2loc.h (dwarf2_compile_expr_to_ax): Declare.
394 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Rename from
395 compile_dwarf_to_ax. No longer static. Call
396 dwarf2_compile_cfa_to_ax.
397 (locexpr_tracepoint_var_ref): Update.
398 (loclist_tracepoint_var_ref): Update.
399 * dwarf2-frame.h (dwarf2_compile_cfa_to_ax): Declare.
400 * dwarf2-frame.c (execute_cfa_program): Remove 'this_frame'
401 argument; add 'gdbarch' and 'pc'.
402 (dwarf2_compile_cfa_to_ax): New function.
403 (dwarf2_frame_cache): Update.
404
405 2011-02-17 Joel Brobecker <brobecker@adacore.com>
406
407 * ada-lang.c (ada_type_of_array): Fix the size of the array
408 in the case of an unconstrained packed array.
409
410 2011-02-17 Yao Qi <yao@codesourcery.com>
411
412 * common/Makefile.in: Add more targets for make.
413
414 2011-02-16 Tom Tromey <tromey@redhat.com>
415
416 * dwarf2loc.c (unimplemented): Fix typo.
417
418 2011-02-16 Tom Tromey <tromey@redhat.com>
419
420 * dwarf2loc.c (unimplemented): Handle unnamed opcodes.
421 (compile_dwarf_to_ax) <default>: Use unimplemented.
422 <DW_OP_deref>: Update.
423 (disassemble_dwarf_expression): Update.
424 * dwarf2read.c (dwarf_stack_op_name): Remove 'def' argument.
425 (decode_locdesc): Update.
426 * dwarf2expr.h (dwarf_stack_op_name): Update.
427
428 2011-02-16 Tom Tromey <tromey@redhat.com>
429
430 * ax.h (struct aop_map) <name>: Now const.
431
432 2011-02-16 Tom Tromey <tromey@redhat.com>
433
434 * ax-gdb.c.c (gen_expr) <UNOP_MEMVAL>: Handle value kinds other
435 than axs_rvalue.
436
437 2011-02-16 Yao Qi <yao@codesourcery.com>
438
439 * infrun.c (get_displaced_step_closure_by_addr): New.
440 * inferior.h: Declare it.
441 * arm-tdep.c: (arm_pc_is_thumb): Call
442 get_displaced_step_closure_by_addr. Adjust MEMADDR if it
443 returns non-NULL.
444
445 2011-02-16 Pedro Alves <pedro@codesourcery.com>
446 Jan Kratochvil <jan.kratochvil@redhat.com>
447
448 gdb/
449 * tracepoint.c (memrange_sortmerge): Fix list A's end calculation.
450
451 2011-02-16 Pedro Alves <pedro@codesourcery.com>
452 Jan Kratochvil <jan.kratochvil@redhat.com>
453
454 * value.c (value_contents_copy_raw): Extend describing comment.
455 Assert that the destination contents we're overwriting are wholly
456 available.
457 (value_contents_copy): Extend describing comment.
458
459 2011-02-16 Pedro Alves <pedro@codesourcery.com>
460 Jan Kratochvil <jan.kratochvil@redhat.com>
461
462 * value.c (value_available_contents_eq): Remove redundant local
463 variables. Fix available contents comparision.
464 * value.h (value_available_contents_eq): Extend describing
465 comment.
466
467 2011-02-16 Yao Qi <yao@codesourcery.com>
468
469 * thread.c (info_threads_command): Add missing i18n markup and remove
470 trailing newline.
471
472 2011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
473
474 * breakpoint.c (longjmp_names): New variable.
475 (struct breakpoint_objfile_data): New type.
476 (breakpoint_objfile_key): New variable.
477 (msym_not_found): New variable.
478 (msym_not_found_p): New predicate.
479 (get_breakpoint_objfile_data): New function.
480 (create_overlay_event_breakpoint): Check per-objfile cache for
481 symbols first.
482 (create_longjmp_master_breakpoint): Likewise.
483 (create_std_terminate_master_breakpoint): Likewise.
484 (create_exception_master_breakpoint): Likewise.
485 (_initialize_breakpoint): Register per-objfile data key.
486
487 2011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
488
489 * breakpoint.c ((create_overlay_event_breakpoint): Const-propagate
490 parameter value.
491 (create_longjmp_master_breakpoint): Loop over longjmp names.
492 (create_std_terminate_master_breakpoint): Const-propagate parameter
493 value.
494 (update_breakpoints_after_exec): Adjust.
495 (breakpoint_re_set): Adjust.
496
497 2011-02-15 Michael Snyder <msnyder@vmware.com>
498
499 * thread.c (info_threads_command): Process arg as thread id,
500 or list of thread ids.
501 (thread_find_command): New command.
502 (_initialize_thread): Document argument for info threads.
503 Document 'thread find' command.
504 * NEWS: Document new command "thread find".
505
506 2011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
507
508 * Makefile.in (ACLOCAL_AMFLAGS): Add `-I ../config'.
509 * aclocal.m4: Regenerated with aclocal-1.11.1.
510 * common/configure: Regenerate with autoconf-2.64.
511
512 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
513
514 * opencl-lang.c (build_opencl_types): Set the size of the built-in
515 bool data type to a size of one byte.
516
517 2011-02-15 Pedro Alves <pedro@codesourcery.com>
518 Jan Kratochvil <jan.kratochvil@redhat.com>
519
520 * target.c (memory_xfer_live_readonly_partial): Document where to
521 look for interface description.
522
523 2011-02-15 Yao Qi <yao@codesourcery.com>
524
525 PR tdep/12352
526 * arm-tdep.c (copy_ldr_str_ldrb_strb): Replace PC with SP in
527 order to store PC value on stack instead of text section.
528
529 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
530
531 * rs6000-tdep.c (IS_EFP_PSEUDOREG): Use correct constant for
532 the EFP register set size.
533 (efpr_pseudo_register_read): Use regcache_raw_read_part to read
534 data from the VMX register.
535 (efpr_pseudo_register_write): Use regcache_raw_write_part to read
536 and write data from/to the VMX register.
537
538 2011-02-14 Michael Snyder <msnyder@vmware.com>
539
540 * command.h (enum command_class): New class 'no_set_class', for
541 "show" commands without a corresponding "set" command.
542 * value.c (_initialize_values): Use 'no_set_class' for "show values".
543 * copying.c (_initialize_copying): Ditto for "show copying" and
544 "show warranty".
545 * cli/cli-cmds.c (init_cli_cmds): Ditto for "show commands" and
546 "show version".
547 * cli/cli-setshow.c (cmd_show_list): Skip "show" commands for
548 which there is no corresponding "set" command (eg. "show copying").
549
550 2011-02-14 Pedro Alves <pedro@codesourcery.com>
551 Jan Kratochvil <jan.kratochvil@redhat.com>
552
553 * exec.c (section_table_available_memory): Change `len' parameter
554 type to ULONGEST.
555 * exec.h (section_table_available_memory): Ditto.
556 * value.h (read_value_memory): Rename the `offset' parameter to
557 `embedded_offset'.
558
559 2011-02-14 Pedro Alves <pedro@codesourcery.com>
560 Jan Kratochvil <jan.kratochvil@redhat.com>
561
562 * memrange.c (compare_mem_ranges): Mention sort order in
563 describing comment.
564 (normalize_mem_ranges): Add comment. Fix ra->length calculation.
565 * tracepoint.c (traceframe_available_memory): Extend comment to
566 mention what happens to RESULT when the target does not support
567 the query.
568
569 2011-02-14 Pedro Alves <pedro@codesourcery.com>
570 Jan Kratochvil <jan.kratochvil@redhat.com>
571
572 * value.c (mark_value_bytes_unavailable): Fix indexing the `bef'
573 range.
574
575 2011-02-14 Pedro Alves <pedro@codesourcery.com>
576
577 * value.c (value_bits_valid, value_bits_synthetic_pointer):
578 No longer handle NULL values.
579
580 2011-02-14 Pedro Alves <pedro@codesourcery.com>
581
582 * exceptions.h (NOT_AVAILABLE_ERROR): New error.
583 * value.c: Include "exceptions.h".
584 (require_available): Throw NOT_AVAILABLE_ERROR instead of a
585 generic error.
586 * cp-abi.c: Include gdb_assert.h.
587 (baseclass_offset): Add `embedded_offset' and `val' parameters.
588 Assert the method is implemented. Wrap NOT_AVAILABLE_ERROR
589 errors.
590 * cp-abi.h (baseclass_offset): Add `embedded_offset' and `val'
591 parameters. No longer returns -1 on error.
592 (struct cp_abi_ops) <baseclass_offset>: Add `embedded_offset' and
593 `val' parameters.
594 * cp-valprint.c: Include exceptions.h.
595 (cp_print_value): Handle NOT_AVAILABLE_ERROR errors when fetching
596 the baseclass_offset. Handle unavailable base classes. Use
597 val_print_invalid_address.
598 * p-valprint.c: Include exceptions.h.
599 (pascal_object_print_value): Handle NOT_AVAILABLE_ERROR errors
600 when fetching the baseclass_offset. No longer expect
601 baseclass_offset returning -1. Handle unavailable base classes.
602 Use val_print_invalid_address.
603 * valops.c (dynamic_cast_check_1): Rename `contents' parameter to
604 `valaddr' parameter, and change its type to gdb_byte pointer. Add
605 `embedded_offset' and `val' parameters. Adjust.
606 (dynamic_cast_check_2): Rename `contents' parameter to `valaddr'
607 parameter, and change its type to gdb_byte pointer. Add
608 `embedded_offset' and `val' parameters. Adjust. No longer expect
609 baseclass_offset returning -1.
610 (value_dynamic_cast): Use value_contents_for_printing rather than
611 value_contents. Adjust.
612 (search_struct_field): No longer expect baseclass_offset returning
613 -1.
614 (search_struct_method): If reading memory from the target is
615 necessary, wrap it in a new value to pass to baseclass_offset. No
616 longer expect baseclass_offset returning -1.
617 (find_method_list): No longer expect baseclass_offset returning
618 -1. Use value_contents_for_printing rather than value_contents.
619 * valprint.c (val_print_invalid_address): New function.
620 * valprint.h (val_print_invalid_address): Declare.
621 * gdbtypes.c (is_unique_ancestor_worker): New `embedded_offset'
622 and `val' parameters. No longer expect baseclass_offset returning
623 -1. Adjust.
624 * gnu-v2-abi.c: Include "exceptions.h".
625 (gnuv2_baseclass_offset): Add `embedded_offset' and `val'
626 parameters. Handle unavailable memory. Recurse through
627 gnuv2_baseclass_offset directly, rather than through
628 baseclass_offset. No longer returns -1 on not found, instead
629 throw an error.
630 * gnu-v3-abi.c (gnuv3_baseclass_offset): Add `embedded_offset' and
631 `val' parameters. Adjust.
632
633 2011-02-14 Pedro Alves <pedro@codesourcery.com>
634
635 * tracepoint.c (memrange_sortmerge): Don't merge ranges that are
636 almost but not quite adjacent.
637
638 2011-02-14 Pedro Alves <pedro@codesourcery.com>
639
640 * value.h (value_entirely_available): Declare.
641 * value.c (value_entirely_available): New function.
642 * c-valprint.c (c_value_print): Don't try fetching the pointer's
643 real type if the pointer is unavailable.
644
645 2011-02-14 Pedro Alves <pedro@codesourcery.com>
646
647 * valops.c (value_repeat): Use read_value_memory instead of
648 read_memory.
649
650 2011-02-14 Pedro Alves <pedro@codesourcery.com>
651
652 * value.h (value_contents_copy, value_contents_copy_raw): Declare.
653 * value.c (value_contents_copy_raw, value_contents_copy): New
654 functions.
655 (value_primitive_field): Use value_contents_copy_raw instead of
656 memcpy.
657 * valops.c (value_fetch_lazy): Use value_contents_copy instead of
658 memcpy.
659 (value_array, value_slice): Ditto.
660 * valarith.c (value_subscripted_rvalue): Use
661 value_contents_copy_raw instead of memcpy.
662
663 2011-02-14 Pedro Alves <pedro@codesourcery.com>
664
665 <unavailable> references.
666
667 * valops.c (get_value_at): Use value_from_contents_and_address,
668 avoiding read_memory.
669
670 2011-02-14 Pedro Alves <pedro@codesourcery.com>
671
672 * c-valprint.c (c_val_print): Print a string with unavailable
673 contents as an array.
674
675 2011-02-14 Pedro Alves <pedro@codesourcery.com>
676
677 * value.h (unpack_bits_as_long): Delete declaration.
678 (unpack_value_bits_as_long): Declare.
679 (unpack_value_field_as_long): Declare.
680 (value_field_bitfield): Declare.
681 * value.c (unpack_bits_as_long): Rename to...
682 (unpack_value_bits_as_long_1): ... this. Add embedded_offset and
683 value parameters. Return the extracted result in a new output
684 parameter. If the value contents are unavailable, return false,
685 otherwise return true.
686 (unpack_value_bits_as_long): New.
687 (unpack_field_as_long): Rename to...
688 (unpack_value_field_as_long_1): ... this. Add embedded_offset and
689 Add embedded_offset and value parameters. Return the extracted
690 result in a new output parameter. If the value contents are
691 unavailable, return false, otherwise return true.
692 (unpack_value_field_as_long): New.
693 (unpack_field_as_long_1): New.
694 (unpack_field_as_long): Reimplement as wrapper around
695 unpack_value_field_as_long_1.
696 (value_field_bitfield): New function.
697 * valops.c (value_fetch_lazy): When fetching a bitfield, use
698 unpack_value_bits_as_long. Mark the value as unavailable, if it
699 is unavailable.
700 * jv-valprint.c (java_print_value_fields): Use
701 value_field_bitfield.
702 * p-valprint.c (pascal_object_print_value_fields): Use
703 value_field_bitfield.
704 * cp-valprint.c (cp_print_value_fields): Use value_field_bitfield.
705
706 2011-02-14 Pedro Alves <pedro@codesourcery.com>
707
708 * value.c (get_internalvar_integer): Also return the int value of
709 TYPE_CODE_INT INTERNALVAR_VALUE values.
710 (set_internalvar): Don't special case TYPE_CODE_INT.
711
712 2011-02-14 Pedro Alves <pedro@codesourcery.com>
713
714 * value.c (struct internalvar) <enum internalvar_kind>: Remove
715 INTERNALVAR_POINTER.
716 <pointer>: Delete.
717 (value_of_internalvar): Remove INTERNALVAR_POINTER handling.
718 (set_internalvar): Remove special TYPE_CODE_PTR handling.
719 (preserve_one_internalvar): Remove INTERNALVAR_POINTER handling.
720
721 2011-02-14 Pedro Alves <pedro@codesourcery.com>
722
723 * value.h (value_available_contents_eq): Declare.
724 * value.c (find_first_range_overlap): New function.
725 (value_available_contents_eq): New function.
726 * valprint.c (val_print_array_elements): Use
727 value_available_contents_eq.
728 * ada-valprint.c (val_print_packed_array_elements): Use
729 value_available_contents_eq.
730 * jv-valprint.c (java_value_print): Use
731 value_available_contents_eq.
732
733 2011-02-14 Pedro Alves <pedro@codesourcery.com>
734
735 * target.c (target_read_live_memory): New function.
736 (memory_xfer_live_readonly_partial): New.
737 (memory_xfer_partial): If reading from a traceframe, fallback to
738 reading unavailable read-only memory from read-only regions of
739 live target memory.
740 * tracepoint.c (disconnect_tracing): Adjust.
741 (set_current_traceframe): New, factored out from
742 set_traceframe_number.
743 (set_traceframe_number): Reimplement to only change the traceframe
744 number on the GDB side.
745 (do_restore_current_traceframe_cleanup): Adjust.
746 (make_cleanup_restore_traceframe_number): New.
747 (cur_traceframe_number): New global.
748 (tfile_open): Set cur_traceframe_number to no traceframe.
749 (set_tfile_traceframe): New function.
750 (tfile_trace_find): If looking up a traceframe using any method
751 other than by number, make sure the current tfile traceframe
752 matches gdb's current traceframe. Update the current tfile
753 traceframe if the lookup succeeded.
754 (tfile_fetch_registers, tfile_xfer_partial)
755 (tfile_get_trace_state_variable_value): Make sure the remote
756 traceframe matches gdb's current traceframe.
757 * remote.c (remote_traceframe_number): New global.
758 (remote_open_1): Set it to -1.
759 (set_remote_traceframe): New function.
760 (remote_fetch_registers, remote_store_registers)
761 (remote_xfer_memory, remote_xfer_partial)
762 (remote_get_trace_state_variable_value): Make sure the remote
763 traceframe matches gdb's current traceframe.
764 (remote_trace_find): If looking up a traceframe using any method
765 other than by number, make sure the current remote traceframe
766 matches gdb's current traceframe. Update the current remote
767 traceframe if the lookup succeeded.
768 * infrun.c (fetch_inferior_event): Adjust.
769 * tracepoint.h (set_current_traceframe): Declare.
770 (get_traceframe_number, set_traceframe_number): Add describing
771 comments.
772
773 2011-02-14 Pedro Alves <pedro@codesourcery.com>
774
775 Mark pieces of values as unavailable if the corresponding memory
776 is unavailable.
777
778 * valops.c: Include tracepoint.h.
779 (value_fetch_lazy): Use read_value_memory.
780 (read_value_memory): New.
781 * value.h (read_value_memory): Declare.
782 * dwarf2loc.c (read_pieced_value): Use read_value_memory.
783 * exec.c (section_table_available_memory): New function.
784 * exec.h (section_table_available_memory): Declare.
785
786 2011-02-14 Pedro Alves <pedro@codesourcery.com>
787
788 * Makefile.in (SFILES): Add memrange.c.
789 (HFILES_NO_SRCDIR): Add memrange.h.
790 (COMMON_OBS): Add memrange.o.
791 * memrange.c: New file.
792 * memrange.h: New file.
793 * tracepoint.c: Include memrange.h.
794 (struct mem_range): Delete.
795 (mem_range_s): Delete.
796 (traceframe_available_memory): New function.
797 * tracepoint.h (traceframe_available_memory): Declare.
798
799 2011-02-14 Pedro Alves <pedro@codesourcery.com>
800
801 * target.h (struct traceframe_info): Forward declare.
802 (enum target_object): Add TARGET_OBJECT_TRACEFRAME_INFO.
803 (struct target_ops) <to_traceframe_info>: New field.
804 (target_traceframe_info): New.
805 * target.c (update_current_target): Inherit and default
806 to_traceframe_info.
807 * remote.c (PACKET_qXfer_traceframe_info): New.
808 (remote_protocol_features): Register qXfer:traceframe-info:read.
809 (remote_xfer_partial): Handle TARGET_OBJECT_TRACEFRAME_INFO.
810 (remote_traceframe_info): New.
811 (init_remote_ops): Install it.
812 (_initialize_remote): Install "set/show remote traceframe-info"
813 commands.
814 * tracepoint.h (parse_traceframe_info): Declare.
815 * tracepoint.c (struct mem_range): New.
816 (mem_range_s): New typedef.
817 (struct traceframe_info): New.
818 (traceframe_info): New global.
819 (free_traceframe_info): New function.
820 (clear_traceframe_info): New function.
821 (start_tracing, tfind_1, set_traceframe_number): Clear traceframe
822 info.
823 (build_traceframe_info): New function.
824 (tfile_traceframe_info): New function.
825 (init_tfile_ops): Install tfile_traceframe_info.
826 (traceframe_info_start_memory, free_result): New functions.
827 (memory_attributes, traceframe_info_elements): New globals.
828 (parse_traceframe_info, get_traceframe_info): New functions.
829 * features/traceframe-info.dtd: New file.
830 * Makefile.in (XMLFILES): Add traceframe-info.dtd.
831
832 2011-02-14 Pedro Alves <pedro@codesourcery.com>
833
834 Base support for <unavailable> value contents.
835
836 * value.h (value_bytes_available): Declare.
837 (mark_value_bytes_unavailable): Declare.
838 * value.c (struct range): New struct.
839 (range_s): New typedef.
840 (ranges_overlap): New function.
841 (range_lessthan): New function.
842 (ranges_contain_p): New function.
843 (struct value) <unavailable>: New field.
844 (value_bytes_available): New function.
845 (mark_value_bytes_unavailable): New function.
846 (require_not_optimized_out): Constify parameter.
847 (require_available): New function.
848 (value_contents_all, value_contents): Require all bytes be
849 available.
850 (value_free): Free `unavailable'.
851 (value_copy): Copy `unavailable'.
852 * valprint.h (val_print_unavailable): Declare.
853 * valprint.c (valprint_check_validity): Rename `offset' parameter
854 to `embedded_offset'. If printing a scalar, check whether the
855 value chunk is available.
856 (val_print_unavailable): New.
857 (val_print_scalar_formatted): Check whether the value is
858 available.
859 * python/py-prettyprint.c (apply_val_pretty_printer): Refuse
860 pretty-printing unavailable values.
861
862 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
863
864 Fix const/volatile qualifiers of C++ types, PR c++/12328.
865 * c-typeprint.c (c_type_print_args): Update the function comment. New
866 variable param_type, initialize it. Remove const/volatile qualifiers
867 for language_cplus and !show_artificial. Use param_type.
868
869 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
870
871 * symtab.c (find_pc_sect_line): New variable objfile, initialize it
872 from S. Iterate S using ALL_OBJFILE_SYMTABS. Verify BV for each S.
873 * symtab.h (struct symtab) <next>: Comment extension.
874
875 2011-02-12 Yao Qi <yao@codesourcery.com>
876
877 * Makefile.in (CLEANDIRS): Remove duplicated common dir.
878
879 2011-02-11 Yao Qi <yao@codesourcery.com>
880
881 * common/Makefile.in: Add copyright header.
882
883 2011-02-11 Pedro Alves <pedro@codesourcery.com>
884
885 * infrun.c (proceed): Move switching out and in of tfind mode from
886 here ...
887 (fetch_inferior_event): ... to here.
888
889 2011-02-11 Yao Qi <yao@codesourcery.com>
890
891 * Makefile.in: Remove signals.o from COMMON_OBS. Link
892 libcommon.a.
893 * configure.ac: Add common to sub dir.
894 * configure: Regenerate.
895
896 2011-02-11 Yao Qi <yao@codesourcery.com>
897
898 Build libcommon.a.
899
900 * common/Makefile.in: New.
901 * common/configure.ac: New.
902 * common/aclocal.m4: New.
903 * common/configure: Generate.
904
905 2011-02-10 Pedro Alves <pedro@codesourcery.com>
906
907 * vec.h (VEC_block_remove): Place VEC_ASSERT_INFO on the right
908 side of the parenthesis.
909
910 Merge from GCC:
911 2010-07-13 Jakub Jelinek <jakub@redhat.com>
912 * vec.h (VEC_block_remove): Fix comment.
913
914 2011-02-08 Michael Snyder <msnyder@vmware.com>
915
916 * linux-nat.c (linux_nat_filter_event): Fix typo in comment.
917
918 2011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
919
920 * i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes
921 in comments for pcmpgtd, pcmpeqd, psubd, paddd, pcmpgtd, pcmpeqd,
922 psubd and paddd.
923
924 2011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
925
926 PR 12361.
927 * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to
928 phsubsw.
929 (i386_process_record) <lddqu>: Fix the opcode to 0xf20ff0.
930 (i386_process_record) <0x0f3807>: Fix the comment to phsubsw.
931
932 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
933
934 * dwarf2read.c (read_subroutine_type): Set special calling
935 convention flag for functions compiled by IBM XL C for OpenCL.
936 * ppc-sysv-tdep.c: Include "dwarf2.h"
937 (ppc_sysv_abi_push_dummy_call): Implement IBM OpenCL vector types
938 calling convention.
939 (do_ppc_sysv_return_value): Add FUNC_TYPE argument. Implement
940 IBM OpenCL vector types calling convention.
941 (ppc_sysv_abi_return_value): Pass through FUNC_TYPE.
942 (ppc_sysv_abi_broken_return_value): Likewise.
943 (ppc64_sysv_abi_push_dummy_call): Implement IBM OpenCL vector
944 types calling convention.
945 (ppc64_sysv_abi_return_value): Likewise.
946 * spu-tdep.c: Include "dwarf2.h"
947 (spu_return_value): Implement IBM OpenCL vector types calling
948 convention.
949
950 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
951
952 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Implement
953 correct ABI for AltiVec vector arguments.
954
955 2011-02-07 Pedro Alves <pedro@codesourcery.com>
956
957 * valprint.c (val_print): Extend comment.
958 * ada-valprint.c (ada_valprint): Rewrite comment deferring
959 interface explanation to val_print.
960 (ada_val_print_array): Adjust comment to current interface.
961 (print_field_values): Adjust comment to current interface.
962 * c-valprint.c (c_val_print): Rewrite comment deferring interface
963 explanation to val_print.
964 * f-valprint.c (f_val_print): Ditto.
965 * jv-valprint.c (java_val_print): Ditto.
966 * m2-valprint.c (m2_val_print): Ditto.
967 * p-valprint.c (pascal_val_print): Ditto.
968
969 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
970
971 * breakpoint.c (parse_breakpoint_sals): Fix description.
972
973 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
974 Oguz Kayral <oguzkayral@gmail.com>
975
976 * python/py-inferior.c (python_on_normal_stop): New function.
977 (python_on_resume): New function.
978 (python_inferior_exit): New function.
979 (gdbpy_initialize_inferior): Add normal_stop, target_resumed, and
980 inferior_exit observers.
981 * python/py-evtregistry.c: New file.
982 * python/py-threadevent.c : New file.
983 * python/py-event.c: New file.
984 * python/py-evts.c: New file.
985 * python/py-continueevent.c: New file.
986 * python/py-bpevent.c: New file.
987 * python/py-signalevent.c: New file.
988 * python/py-exetiedevent.c: New file.
989 * python/py-breakpoint.c (gdbpy_breakpoint_from_bpstats): New function.
990 Move struct breakpoint_object from here...
991 * python/python-internal.h: ... to here.
992 * python/py-event.h: New file.
993 * python/py-events.h: New file.
994 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpointstopevent.o,
995 py-continueevent.o, py-event.o, py-eventregistry.o, py-events.o,
996 py-exitedevent.o, py-signalstopevent.o, and py-stopevent.o.
997 (SUBDIR_PYTHON_SRCS): Add py-breakpointstopevent.c,
998 py-continueevent.c, py-event.c, py-eventregistry.c, py-events.c,
999 py-exitedevent.c, py-signalstopevent.c, and py-stopevent.c.
1000 Add build rules for all the above.
1001
1002 2011-02-04 Tom Tromey <tromey@redhat.com>
1003
1004 * dwarf2read.c (dwarf2_section_empty_p): New function.
1005 (dwarf2_read_section): Use dwarf2_section_empty_p.
1006 (dwarf2_section_size): New function.
1007 (dwarf2_get_section_info): Unconditionally read section.
1008 (dwarf2_read_index): Use dwarf2_section_empty_p.
1009 (partial_read_comp_unit_head): Use dwarf2_section_size.
1010 (dwarf2_symbol_mark_computed): Likewise.
1011
1012 2011-02-04 David Daney <ddaney@caviumnetworks.com>
1013
1014 * NEWS: Add item for "catch syscall" on mips*-linux* targets.
1015
1016 2011-02-04 David Daney <ddaney@caviumnetworks.com>
1017
1018 * mips-linux-tdep.c: Include xml-syscall.h.
1019 (mips_linux_get_syscall_number): New function.
1020 (mips_linux_init_abi): Add calls to
1021 mips_linux_get_syscall_number() and set_xml_syscall_file_name().
1022 * data-directory/Makefile.in (SYSCALLS_FILES): Add
1023 mips-o32-linux.xml, mips-n32-linux.xml and mips-n64-linux.xml
1024 * syscalls/mips-n32-linux.xml: New file.
1025 * syscalls/mips-n64-linux.xml: New file.
1026 * syscalls/mips-o32-linux.xml: New file.
1027
1028 2011-02-04 Ulrich Weigand <ulrich.weigand@linaro.org>
1029
1030 * dwarf2read.c (dwarf2_ranges_read): Skip empty range entries.
1031 Complain about inverted range entries.
1032 (dwarf2_record_block_ranges): Likewise.
1033
1034 2011-02-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
1035
1036 Fix some typos.
1037 * breakpoint.c (update_watchpoint): Fix name of the
1038 update_global_location_list function.
1039 (print_one_breakpoint): Fix typo.
1040 (_initialize_breakpoint): Remove extra space in hbreak help
1041 string.
1042 * breakpoint.h (struct bp_location) <length>: Fix field
1043 description.
1044
1045 2011-02-04 Pedro Alves <pedro@codesourcery.com>
1046
1047 * regcache.c (registers_changed_ptid): Don't explictly always
1048 clear `current_regcache'. Only clear current_thread_ptid and
1049 current_thread_arch when PTID matches. Only reinit the frame
1050 cache if PTID matches the current inferior_ptid. Move alloca(0)
1051 call to ...
1052 (registers_changed): ... here.
1053
1054 2011-02-03 Ulrich Weigand <ulrich.weigand@linaro.org>
1055
1056 * arm-tdep.c (arm_skip_stack_protector): Accept any symbol that
1057 starts with __stack_chk_guard as stack guard symbol.
1058
1059 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
1060
1061 * disasm.c (compare_lines): Handle the end of sequence markers
1062 within the line table to better support disassembling over
1063 compilation unit boundaries.
1064
1065 2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
1066
1067 * arm-tdep.c (skip_prologue_function): Add GDBARCH and IS_THUMB
1068 arguments. Skip in-prologue calls to glibc __aeabi_read_tp
1069 implementation even if no symbols are available.
1070 (thumb_analyze_prologue): Update call to skip_prologue_function.
1071 (arm_analyze_prologue): Likewise.
1072
1073 2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
1074
1075 * arm-tdep.c: Include "observer.h".
1076 (arm_prologue_this_id): Use frame PC if get_frame_func returns 0.
1077 (arm_exidx_data_key): New static variable.
1078 (struct arm_exidx_entry, arm_exidx_entry_s): New data types.
1079 (struct arm_exidx_data): Likewise.
1080 (arm_exidx_data_free): New function.
1081 (arm_compare_exidx_entries): Likewise.
1082 (arm_obj_section_from_vma): Likewise.
1083 (arm_exidx_new_objfile): Likewise.
1084 (arm_find_exidx_entry): Likewise.
1085 (arm_exidx_fill_cache): Likewise.
1086 (arm_exidx_unwind_sniffer): Likewise.
1087 (arm_exidx_unwind): New global variable.
1088 (arm_gdbarch_init): Append unwinder arm_exidx_unwind.
1089 (_initialize_arm_tdep): Attach arm_exidx_new_objfile to new_objfile
1090 observer. Register arm_exidx_data_key as objfile data.
1091
1092 2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
1093
1094 * arm-tdep.c (arm_analyze_load_stack_chk_guard): Avoid build break
1095 due to accessing uninitialized variable. Fix indentation.
1096
1097 2011-02-02 Pedro Alves <pedro@codesourcery.com>
1098
1099 * c-valprint.c (c_value_print): When doing virtual base pointer
1100 adjustment, create a new value with adjusted contents rather than
1101 changing the contents of the value being printed (and getting it
1102 wrong).
1103
1104 2011-02-02 Pedro Alves <pedro@codesourcery.com>
1105
1106 * xml-support.c (xml_find_attribute): New.
1107 (xinclude_start_include): Use it.
1108 * xml-support.h (xml_find_attribute): Declare.
1109 * memory-map.c (memory_map_start_memory)
1110 (memory_map_start_property): Use xml_find_attribute.
1111 * osdata.c (osdata_start_osdata, osdata_start_column): Use
1112 xml_find_attribute.
1113 * remote.c (start_thread): Use xml_find_attribute.
1114 * solib-target.c (library_list_start_segment)
1115 (library_list_start_section, library_list_start_library)
1116 (library_list_start_list): Use xml_find_attribute.
1117 * xml-tdesc.c (tdesc_start_target, tdesc_start_feature)
1118 (tdesc_start_union, tdesc_start_struct, tdesc_start_flags)
1119 (tdesc_start_field): Use xml_find_attribute.
1120
1121 2011-02-02 Ulrich Weigand <uweigand@de.ibm.com>
1122
1123 * opencl-lang.c (STRINGIFY): Rename to OCL_STRING.
1124 (BUILD_OCL_VTYPES): Update.
1125
1126 2011-02-02 Joel Brobecker <brobecker@adacore.com>
1127
1128 * configure.ac: Work around non-GNU sed limitation when computing
1129 python version number.
1130 * configure: Regenerate.
1131
1132 2011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1133
1134 Fix debug printing of TYPE_INSTANCE.
1135 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New.
1136 (dump_subexp_body_standard) <TYPE_INSTANCE>: New.
1137
1138 2011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1139
1140 Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL,
1141 OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME,
1142 OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT.
1143 * ada-operator.inc: Rename the file to ...
1144 * ada-operator.def: ... here, wrap all the entries by macro OP.
1145 * expprint.c (op_name_standard): Remove all the entries. Include
1146 "std-operator.def" instead.
1147 * expression.h (enum exp_opcode): Include "std-operator.def" and
1148 "ada-operator.def". Move all the entries ...
1149 * std-operator.def: ... here, wrap all the entries by macro OP.
1150
1151 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1152
1153 * breakpoint.h (remove_jit_event_breakpoints): New prototype.
1154 * breakpoint.c (remove_jit_event_breakpoints): New function.
1155 * jit.c (jit_descriptor_addr): Delete.
1156 (registering_code): Delete.
1157 (clear_int): Delete.
1158 (jit_inferior_data): New variable.
1159 (struct jit_inferior_data): New type.
1160 (get_jit_inferior_data): New function.
1161 (jit_inferior_data_cleanup): New function.
1162 (jit_read_descriptor): Adjust.
1163 (jit_register_code): Adjust.
1164 (jit_breakpoint_re_set_internal): New function; move code here ...
1165 (jit_inferior_init): ... from here.
1166 (jit_breakpoint_re_set): Adjust.
1167 (jit_reset_inferior_data_and_breakpoints): New function.
1168 (jit_inferior_created_observer): Adjust.
1169 (jit_inferior_exit_hook): Adjust.
1170 (jit_executable_changed_observer): New function.
1171 (jit_event_handler): Adjust.
1172 (_initialize_jit): Adjust.
1173
1174 2011-01-31 Michael Snyder <msnyder@vmware.com>
1175
1176 * m32r-tdep.c (m32r_gdbarch_init): Replace accidentally deleted
1177 line.
1178
1179 2011-01-31 Tom Tromey <tromey@redhat.com>
1180
1181 PR python/12216:
1182 * python/python.c (execute_gdb_command): Call
1183 prevent_dont_repeat.
1184 * top.c (suppress_dont_repeat): New global.
1185 (dont_repeat): Use it.
1186 (prevent_dont_repeat): New function.
1187 * command.h (prevent_dont_repeat): Declare.
1188
1189 2011-01-31 Tom Tromey <tromey@redhat.com>
1190
1191 * infcmd.c (finish_backward): Use breakpoint_set_silent.
1192 * python/py-breakpoint.c (bppy_set_silent): Use
1193 breakpoint_set_silent.
1194 (bppy_set_thread): Use breakpoint_set_thread.
1195 (bppy_set_task): Use breakpoint_set_task.
1196 * breakpoint.h (breakpoint_set_silent, breakpoint_set_thread)
1197 (breakpoint_set_task): Declare.
1198 (make_breakpoint_silent): Remove.
1199 * breakpoint.c (breakpoint_set_silent): New function.
1200 (breakpoint_set_thread): Likewise.
1201 (breakpoint_set_task): Likewise.
1202 (make_breakpoint_silent): Remove.
1203
1204 2011-01-31 Tom Tromey <tromey@redhat.com>
1205
1206 * breakpoint.h (user_breakpoint_p): Declare.
1207 * breakpoint.c (user_breakpoint_p): New function.
1208 (breakpoint_1): Use it.
1209 (save_breakpoints): Likewise.
1210
1211 2011-01-31 Joel Brobecker <brobecker@adacore.com>
1212
1213 * configure.ac: Add handling of Python distribution on Windows.
1214 * python-config.py: If the LIBS, SYSLIBS, LIBPL and/or LINKFORSHARED
1215 sysconfig variables are not defined, then do not use them.
1216 On Windows, if LIBPL is not defined, then use prefix + '/libs'
1217 instead. On Windows, return all paths using forward-slashes
1218 rather than backslashes.
1219
1220 2011-01-31 Joel Brobecker <brobecker@adacore.com>
1221
1222 * configure.ac: Remove fallback behavior for building
1223 against Python. Remove tweaking of Python include path.
1224 Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution.
1225 (AC_TRY_LIBPYTHON): Adjust program used in linking test.
1226 If link is successful, set PYTHON_CPPFLAGS and PYTHON_LIBS.
1227 Always restore CPPFLAGS and LIBS after linking test.
1228 * configure: Regenerated.
1229 * Makefile.in (INTERNAL_CPPFLAGS): Add @PYTHON_CPPFLAGS@.
1230 (INSTALLED_LIBS, CLIBS): Add @PYTHON_LIBS@.
1231 * python/python-internal.h: Adjust includes of Python .h files.
1232
1233 2011-01-31 Joel Brobecker <brobecker@adacore.com>
1234
1235 * tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
1236 in error message.
1237
1238 2011-01-31 Joel Brobecker <brobecker@adacore.com>
1239
1240 * inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode
1241 value test.
1242
1243 2011-01-31 Yao Qi <yao@codesourcery.com>
1244
1245 * arm-linux-nat.c: Update calls to regcache_register_status
1246 instead of regcache_valid_p.
1247 * aix-thread.c: Likewise.
1248 * i386gnu-nat.c: Likewise.
1249
1250 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1251
1252 Fix crash.
1253 * valops.c (compare_parameters): Verify TYPE_NFIELDS before
1254 touching TYPE_FIELD_ARTIFICIAL.
1255
1256 2011-01-28 Richard Earnshaw <rearnsha@arm.com>
1257
1258 * MAINTAINERS: Move myself from Responsible Maintainers to Authorized
1259 Committers.
1260
1261 2011-01-28 Pedro Alves <pedro@codesourcery.com>
1262
1263 * tracepoint.c (tfile_xfer_partial): If there's no traceframe
1264 selected, don't try iterating over the traceframe's blocks.
1265 (tfile_has_stack): If there's no traceframe selected, then there's
1266 no stack.
1267 (tfile_has_registers): If there's no traceframe selected, then
1268 there's no registers.
1269
1270 2011-01-28 Pedro Alves <pedro@codesourcery.com>
1271
1272 * target.c (memory_xfer_partial): No need to restore shadows if we
1273 haven't read anything.
1274
1275 2011-01-28 Pedro Alves <pedro@codesourcery.com>
1276
1277 * mips-tdep.c (mips_print_register): Use get_frame_register_value
1278 and val_print_scalar_formatted.
1279
1280 2011-01-27 Pedro Alves <pedro@codesourcery.com>
1281
1282 * tracepoint.c (tfile_read): New.
1283 (tfile_open): Use it.
1284 (tfile_get_traceframe_address): Use it.
1285 (tfile_trace_find): Use it.
1286 (walk_blocks_callback_func): New typedef.
1287 (match_blocktype): New function.
1288 (traceframe_walk_blocks): New function.
1289 (traceframe_find_block_type): New function.
1290 (tfile_fetch_registers, tfile_xfer_partial)
1291 (tfile_get_trace_state_variable_value): Use
1292 traceframe_find_block_type and tfile_read.
1293
1294 2011-01-26 Kevin Buettner <kevinb@redhat.com>
1295
1296 * remote-mips.c: Add internationalization mark ups. Remove
1297 trailing \n from already marked up strings.
1298
1299 2011-01-26 Tom Tromey <tromey@redhat.com>
1300
1301 * python/py-prettyprint.c (print_string_repr): Clear
1302 'addressprint' option when calling val_print_string.
1303 (print_children): Handle Val_pretty_default. Clear 'addressprint'
1304 option when calling val_print_string.
1305
1306 2011-01-26 Tom Tromey <tromey@redhat.com>
1307
1308 * python/python.c (gdbpy_solib_name): Use gdb_py_longest and
1309 GDB_PY_LL_ARG.
1310 * python/python-internal.h (GDB_PY_LL_ARG, GDB_PY_LLU_ARG): New
1311 macros.
1312 (gdb_py_longest, gdb_py_ulongest): New typedefs.
1313 (gdb_py_long_from_longest, gdb_py_long_from_ulongest)
1314 (gdb_py_long_as_ulongest): New defines.
1315 (gdb_py_object_from_longest, gdb_py_object_from_ulongest)
1316 (gdb_py_int_as_long): Declare.
1317 * python/py-value.c (valpy_lazy_string): Use gdb_py_longest,
1318 GDB_PY_LL_ARG, gdb_py_object_from_longest.
1319 (valpy_long): Add comment.
1320 * python/py-utils.c (get_addr_from_python): Use
1321 gdb_py_long_as_ulongest. Handle overflow properly.
1322 (gdb_py_object_from_longest): New function.
1323 (gdb_py_object_from_ulongest): Likewise.
1324 (gdb_py_int_as_long): Likewise.
1325 * python/py-type.c (typy_array): Use gdb_py_int_as_long.
1326 * python/py-symtab.c (salpy_get_pc): Use
1327 gdb_py_long_from_ulongest.
1328 (salpy_get_line): Use PyInt_FromLong.
1329 * python/py-param.c (set_parameter_value): Use
1330 gdb_py_int_as_long.
1331 * python/py-lazy-string.c (stpy_get_address): Use
1332 gdb_py_long_from_ulongest.
1333 * python/py-frame.c (frapy_pc): Use gdb_py_long_from_ulongest.
1334 * python/py-cmd.c (cmdpy_completer): Use gdb_py_int_as_long.
1335 * python/py-breakpoint.c (bppy_set_thread): Use
1336 gdb_py_int_as_long.
1337 (bppy_set_task): Likewise.
1338 (bppy_set_ignore_count): Likewise.
1339 (bppy_set_hit_count): Likewise.
1340 * python/py-block.c (blpy_get_start): Use
1341 gdb_py_object_from_ulongest.
1342 (blpy_get_end): Likewise.
1343 (gdbpy_block_for_pc): Use gdb_py_ulongest and GDB_PY_LLU_ARG.
1344
1345 2011-01-25 Mathieu Lacage <mathieu.lacage@inria.fr>
1346
1347 PR/symtab 11766:
1348 * gdb/objfiles.h (struct objfile) <addr_low>: New field.
1349 * gdb/solib.c (solib_read_symbols): Check for addr_low in
1350 equality test for objfile, initialize addr_low if needed.
1351
1352 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1353
1354 * tui/tui-regs.c (tui_register_format): Remove dead code.
1355
1356 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1357
1358 * printcmd.c (print_formatted): Use val_print_scalar_formatted
1359 instead of print_scalar_formatted.
1360 (print_scalar_formatted): Don't handle 's' format strings here,
1361 and add an assertion that we never see such format here.
1362 * valprint.h (val_print_scalar_formatted): Declare.
1363 * valprint.c (val_print_scalar_formatted): New.
1364 * c-valprint.c (c_val_print): Use val_print_scalar_formatted
1365 instead of print_scalar_formatted.
1366 * jv-valprint.c (java_val_print): Ditto.
1367 * p-valprint.c (pascal_val_print): Ditto.
1368 * ada-valprint.c (ada_val_print_1): Ditto.
1369 * f-valprint.c (f_val_print): Ditto.
1370 * infcmd.c (registers_info): Ditto.
1371 * m2-valprint.c (m2_val_print): Ditto.
1372
1373 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1374
1375 * m2-valprint.c (print_unbounded_array): Pass
1376 value_contents_for_printing rather than value_contents, to
1377 m2_print_array_contents. Also pass in the value.
1378
1379 2011-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1380
1381 * dwarf2read.c (dwarf2_read_index, write_psymtabs_to_index)
1382 (save_gdb_index_command): Switch to .gdb_index version 4.
1383
1384 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1385
1386 * mi/mi-main.c (get_register): Use get_frame_register_value rather
1387 than frame_register, and always pass a valid value to val_print.
1388
1389 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1390
1391 Centralize printing "<optimized out>".
1392
1393 * valprint.h (val_print_optimized_out): Declare.
1394 * cp-valprint.c (cp_print_value_fields): Use
1395 val_print_optimized_out.
1396 * jv-valprint.c (java_print_value_fields): Ditto.
1397 * p-valprint.c (pascal_object_print_value_fields): Ditto.
1398 * printcmd.c (print_formatted): Ditto.
1399 * valprint.c (valprint_check_validity): Ditto.
1400 (value_check_printable): Ditto.
1401 (val_print_optimized_out): New.
1402
1403 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1404
1405 * infcmd.c (default_print_registers_info): Allocate values so to
1406 never pass a NULL value to val_print.
1407
1408 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1409
1410 * cp-valprint.c (cp_print_value): Treat the 'skip' local as
1411 boolean. Make sure to always pass a value that matches the
1412 contents buffer to callees. Preserve `address' for following
1413 iterations.
1414 * value.c (value_contents_for_printing_const): New.
1415 (value_address): Constify value argument.
1416 * value.h (value_contents_for_printing_const): Declare.
1417 (value_address): Constify value argument.
1418
1419 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1420
1421 * regcache.c (struct regcache_descr): Rename
1422 sizeof_raw_register_valid_p field to sizeof_raw_register_status,
1423 and sizeof_cooked_register_valid_p to
1424 sizeof_cooked_register_status.
1425 (init_regcache_descr): Adjust.
1426 (struct regcache): Rename register_valid_p field to
1427 register_status.
1428 (regcache_xmalloc_1, regcache_xfree, regcache_save)
1429 (do_cooked_read): Adjust.
1430 (regcache_valid_p): Rename to ...
1431 (regcache_register_status): ... this. Adjust.
1432 (regcache_invalidate): Adjust.
1433 (regcache_raw_read, regcache_cooked_read, regcache_raw_write):
1434 Adjust.
1435 (regcache_raw_supply): Adjust. If buf i NULL, mark the register
1436 as unavailable, not valid.
1437 (regcache_dump): Adjust.
1438 * regcache.h (enum register_status): New.
1439 (regcache_register_status): Declare.
1440 (regcache_invalidate): Delete declaration.
1441 * corelow.c (get_core_registers): Adjust.
1442 * tracepoint.c (tfile_fetch_registers): Adjust.
1443 * trad-frame.c (REG_VALUE): Rename to ...
1444 (TF_REG_VALUE): ... this.
1445 (REG_UNKNOWN): Rename to ...
1446 (TF_REG_UNKNOWN): ... this.
1447 (trad_frame_set_value, trad_frame_set_unknown): Adjust.
1448 * mi/mi-main.c (register_changed_p): Adjust.
1449
1450 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1451
1452 * regcache.c (struct regcache_descr): Remove outdated comment.
1453 (init_regcache_descr): Remove sizeof_raw_register_valid_p
1454 overallocate hack.
1455 (regcache_xmalloc): Rename to ...
1456 (regcache_xmalloc_1): ... this. Add `readonly_p' parameter.
1457 Allocate the regcache type accordingly.
1458 (regcache_xmalloc): New as wrapper around regcache_xmalloc_1.
1459 (regcache_xfree): Asser the source is also readonly. Copy sizeof
1460 cooked registers, not raw.
1461 (regcache_dup_no_passthrough): Delete.
1462 (get_thread_arch_regcache): Use regcache_xmalloc_1.
1463 * h8300-tdep.c (h8300_push_dummy_call): Tweak comment to not
1464 mention obsolete write_register_bytes.
1465 * regcache.h (regcache_dup_no_passthrough): Delete declaration.
1466
1467 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1468
1469 Stop remote_read_bytes from handling partial reads itself.
1470
1471 * remote-fileio.c: Include target.h.
1472 (remote_fileio_write_bytes): Delete.
1473 (remote_fileio_func_open, remote_fileio_func_write)
1474 (remote_fileio_func_rename, remote_fileio_func_unlink): Use
1475 target_read_memory.
1476 (remote_fileio_func_stat): Use target_read_memory and
1477 target_write_memory.
1478 (remote_fileio_func_gettimeofday): Use target_write_memory.
1479 (remote_fileio_func_system): Use target_read_memory.
1480 * remote.c (remote_write_bytes): Make it static.
1481 (remote_read_bytes): Don't handle partial reads here.
1482 * remote.h (remote_read_bytes): Delete declaration.
1483
1484 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1485
1486 Simplify XML parsing a bit.
1487
1488 * xml-support.h (gdb_xml_parse_quick): Declare.
1489 * xml-support.c (gdb_xml_create_parser_and_cleanup_1): Renamed
1490 from gdb_xml_create_parser_and_cleanup, and added `old_chain'
1491 parameter.
1492 (gdb_xml_create_parser_and_cleanup): Reimplement on top of
1493 gdb_xml_create_parser_and_cleanup_1.
1494 (gdb_xml_parse_quick): New.
1495 * memory-map.c (parse_memory_map): Use gdb_xml_parse_quick.
1496 * osdata.c (osdata_parse): Ditto.
1497 * remote.c (remote_threads_info): Ditto.
1498 * solib-target.c (solib_target_parse_libraries): Ditto.
1499 * xml-syscall.c (syscall_parse_xml): Ditto.
1500 * xml-tdesc.c (tdesc_parse_xml): Ditto.
1501
1502 2011-01-24 Kevin Buettner <kevinb@redhat.com>
1503
1504 * configure.tgt (mips*-*-elf): New; just like mips*-*-*, but
1505 with remote-mips.o added to gdb_target_obs.
1506 * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o.
1507
1508 2011-01-24 Pedro Alves <pedro@codesourcery.com>
1509
1510 * ada-valprint.c (val_print_packed_array_elements): Pass the
1511 correct struct value to val_print.
1512 (ada_val_print_1): Ditto.
1513
1514 2011-01-24 Pedro Alves <pedro@codesourcery.com>
1515
1516 Don't lose embedded_offset in printing routines throughout.
1517
1518 * valprint.h (val_print_array_elements): Change prototype.
1519 * valprint.c (val_print_array_elements): Add `embedded_offset'
1520 parameter, and adjust to pass it down to val_print, while passing
1521 `valaddr' or `address' unmodified. Take embedded_offset into
1522 account when checking repetitions.
1523 * c-valprint.c (c_val_print): Pass embedded_offset to
1524 val_print_array_elements instead of adjusting `valaddr' and
1525 `address'.
1526 * m2-valprint.c (m2_print_array_contents, m2_val_print): Pass
1527 embedded_offset to val_print_array_elements instead of adjusting
1528 `valaddr'.
1529 * p-lang.h (pascal_object_print_value_fields): Adjust prototype.
1530 * p-valprint.c (pascal_val_print): Pass embedded_offset to
1531 val_print_array_elements and pascal_object_print_value_fields
1532 instead of adjusting `valaddr'.
1533 (pascal_object_print_value_fields): Add `offset' parameter, and
1534 adjust to use it.
1535 (pascal_object_print_value): Add `offset' parameter, and adjust to
1536 use it.
1537 (pascal_object_print_static_field): Use
1538 value_contents_for_printing/value_embedded_offset, rather than
1539 value_contents.
1540 * ada-valprint.c (val_print_packed_array_elements): Add `offset'
1541 parameter, and adjust to use it. Use
1542 value_contents_for_printing/value_embedded_offset, rather than
1543 value_contents.
1544 (ada_val_print): Rename `valaddr0' parameter to `valaddr'.
1545 (ada_val_print_array): Add `offset' parameter, and adjust to use
1546 it.
1547 (ada_val_print_1): Rename `valaddr0' parameter to `valaddr', and
1548 `embedded_offset' to `offset'. Don't re-adjust `valaddr'.
1549 Instead work with offsets. Use
1550 value_contents_for_printing/value_embedded_offset, rather than
1551 value_contents. Change `defer_val_int' local type to CORE_ADDR,
1552 and use value_from_pointer to extract a target pointer, rather
1553 than value_from_longest.
1554 (print_variant_part): Add `offset' parameter. Replace
1555 `outer_valaddr' parameter by a new `outer_offset' parameter.
1556 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
1557 (ada_value_print): Use
1558 value_contents_for_printing/value_embedded_offset, rather than
1559 value_contents.
1560 (print_record): Add `offset' parameter, and adjust to pass it
1561 down.
1562 (print_field_values): Add `offset' parameter. Replace
1563 `outer_valaddr' parameter by a new `outer_offset' parameter.
1564 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
1565 Use value_contents_for_printing/value_embedded_offset, rather than
1566 value_contents.
1567 * d-valprint.c (dynamic_array_type): Use
1568 value_contents_for_printing/value_embedded_offset, rather than
1569 value_contents.
1570 * jv-valprint.c (java_print_value_fields): Add `offset' parameter.
1571 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
1572 (java_print_value_fields): Take `offset' into account. Don't
1573 re-adjust `valaddr'. Instead pass down adjusted offsets.
1574 (java_val_print): Take `embedded_offset' into account. Pass it to
1575 java_print_value_fields.
1576 * f-valprint.c (f77_print_array_1): Add `embedded_offset'
1577 parameter. Don't re-adjust `valaddr' or `address'. Instead pass
1578 down adjusted offsets.
1579 (f77_print_array): Add `embedded_offset' parameter. Pass it down.
1580 (f_val_print): Take `embedded_offset' into account.
1581
1582 2011-01-21 Joel Brobecker <brobecker@adacore.com>
1583
1584 * inflow.c: Include "gdbcmd.h".
1585 (interactive_mode): New static global, moved here from top.c.
1586 (show_interactive_mode): New function, moved here from top.c.
1587 use gdb_has_a_terminal instead of input_from_terminal_p to
1588 determine the current mode.
1589 (gdb_has_a_terminal): Add handling of the "iteractive-mode"
1590 setting.
1591 (_initialize_inflow): Add the "set/show interactive-mode"
1592 commands. Moved here from top.c, after having adjusted slightly
1593 the help text.
1594 * top.c (interactive_mode, show_interactive_mode): Delete, moved
1595 to inflow.c.
1596 (input_from_terminal_p): Remove handling of "interactive-mode"
1597 setting, moved to infow.c.
1598 (init_main): Remove creation of the "set/show interactive-mode"
1599 commands, moved to inflow.c.
1600
1601 2011-01-19 Joel Brobecker <brobecker@adacore.com>
1602
1603 * NEWS: Add entry for native ia64-hpux support.
1604
1605 2011-01-19 Tom Tromey <tromey@redhat.com>
1606
1607 PR mi/8618:
1608 * thread.c (free_thread): Free 'name'.
1609 (print_thread_info): Emit thread name. Change CLI output.
1610 (thread_name_command): New function.
1611 (do_captured_thread_select): Emit newline.
1612 (_initialize_thread): Register 'thread name' command.
1613 * target.h (struct target_ops) <to_thread_name>: New field.
1614 (target_thread_name): New macro.
1615 * target.c (update_current_target): Handle to_thread_name.
1616 * python/py-infthread.c (thpy_get_name): New function.
1617 (thpy_set_name): Likewise.
1618 (thread_object_getset): Add "name".
1619 * linux-nat.c (linux_nat_thread_name): New function.
1620 (linux_nat_add_target): Set to_thread_name.
1621 * gdbthread.h (struct thread_info) <name>: New field.
1622
1623 2011-01-18 Joel Brobecker <brobecker@adacore.com>
1624
1625 * ada-valprint.c (ada_print_scalar): Remove unsigned char downcast.
1626 (ada_val_print_1): Likewise.
1627
1628 2011-01-18 Joel Brobecker <brobecker@adacore.com>
1629
1630 * rs6000-tdep.c (rs6000_skip_prologue): Make sure that the prologue
1631 upper limit address is not greater than the function end address
1632 when the upper limit could not be computed using the debugging
1633 info.
1634
1635 2011-01-17 Tom Tromey <tromey@redhat.com>
1636
1637 * cli/cli-cmds.c (apropos_command): Free the compiled regex. Use
1638 get_regcomp_error.
1639 * utils.c: Include gdb_regex.h.
1640 (do_regfree_cleanup): New function.
1641 (make_regfree_cleanup): Likewise.
1642 (get_regcomp_error): Likewise.
1643 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Declare.
1644
1645 2011-01-17 Tom Tromey <tromey@redhat.com>
1646
1647 * cli/cli-cmds.c (apropos_command): Fix formatting. Don't call
1648 re_compile_fastmap.
1649
1650 2011-01-17 Pierre Muller <muller@ics.u-strasbg.fr>
1651
1652 * p-exp.y (intvar): New static variable, used to set CURRENT_TYPE
1653 for internal variables.
1654 (last_was_structop): New static variable.
1655 (COMPLETE): New token.
1656 (field_exp): New rule to group all '.' suffix handling.
1657 Add mark_struct_expression calls when approriate to be able
1658 to correctly find fields for completion.
1659 (yylex): Adapt to handle field completion and set INTVAR when
1660 required.
1661
1662 2011-01-14 Yao Qi <yao@codesourcery.com>
1663
1664 * arm-tdep.c (arm_register_reggroup_p): FPS register is in
1665 save_reggroup, restore_reggroup and all_reggroup.
1666
1667 2011-01-14 Joel Brobecker <brobecker@adacore.com>
1668
1669 * ada-valprint. (ada_printchar): Use the correct type length
1670 in call to ada_emit_char.
1671 * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.
1672
1673 2011-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
1674
1675 * solib-som.h (hpux_major_release): Declare variable here.
1676 * solib-som.c: Remove <sys/utsname.h> header.
1677 (DEFAULT_HPUX_MAJOR_RELEASE): New macro.
1678 (hpux_major_release): Make global, change default value to
1679 DEFAULT_HPUX_MAJOR_RELEASE.
1680 (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE.
1681 * hppa-hpux-nat.c: Add <sys/utsname.h> include.
1682 Add "solib-som.h" header.
1683 (set_hpux_major_release): New function.
1684 (_initialize_hppa_hpux_nat): Call set_hpux_major_release.
1685
1686 2011-01-14 Mike Frysinger <vapier@gentoo.org>
1687
1688 * configure.tgt (*-*-uclinux*): Match more Linux os targets
1689
1690 2011-01-14 Joel Brobecker <brobecker@adacore.com>
1691
1692 * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
1693 new-line at end of warning message.
1694 (ia64_hpux_store_register): Remove trailing new-line at end of
1695 error message.
1696 * ia64-hpux-tdep.c: Rephrase comment.
1697 * solib-ia64-hpux.c (struct dld_info): Change type of field
1698 dld_flags from "long long" to ULONGEST.
1699
1700 2011-01-14 Pedro Alves <pedro@codesourcery.com>
1701
1702 * target.h (deprecated_child_ops): Delete declaration.
1703 * target.c (deprecated_child_ops): Delete definition.
1704
1705 2011-01-14 Pedro Alves <pedro@codesourcery.com>
1706
1707 * Makefile.in (hpux-thread.o): Delete rule.
1708 * configure.ac: Don't check for HPUX DCE threads support.
1709 * configure, config.in: Regenerate.
1710 * hppa-hpux-nat.c (child_suppress_run): Delete.
1711 (hppa_hpux_child_can_run): Delete.
1712 (_initialize_hppa_hpux_nat): Don't override to_can_run.
1713 * hpux-thread.c: Delete.
1714
1715 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1716
1717 * hpux-thread.c (hpux_pid_to_str): Delete.
1718
1719 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1720
1721 * ada-valprint.c (ada_emit_char): Remove strange code.
1722 Check that c is <= UCHAR_MAX before passing it to isascii.
1723 (char_at): Do not assume that TYPE_LEN is either 1 or 2.
1724
1725 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1726
1727 * top.c (input_from_terminal_p): Restrict the use of interactive_mode
1728 to the case where instream is stdin.
1729
1730 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1731
1732 * ia64-tdep.h (struct regcache): Forward declare.
1733 (struct ia64_infcall_ops): New struct type.
1734 (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
1735 and "infcall_ops".
1736 * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
1737 Renames ia64_find_global_pointer.
1738 (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
1739 (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
1740 (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
1741 methods.
1742 (ia64_infcall_ops): New static global constant.
1743 (ia64_gdbarch_init): Set tdep->infcall_ops.
1744 * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
1745 (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
1746 * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
1747 (ia64_hpux_dummy_code): New static global constant.
1748 (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
1749 (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
1750 (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
1751 New function.
1752 (ia64_hpux_infcall_ops): New static global constant.
1753 (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
1754 for inferior function calls to work properly on ia64-hpux.
1755
1756 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1757
1758 * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
1759 * ia64-tdep.h (struct frame_info): forward declaration.
1760 (struct gdbarch_tdep): Add field size_of_register_frame.
1761 * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
1762 to determine the size of the register frame.
1763 (ia64_size_of_register_frame): New function.
1764 (ia64_gdbarch_init): Set tdep->size_of_register_frame.
1765 * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
1766 (IA64_HPUX_UREG_REASON): New macro.
1767 (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
1768 New functions.
1769 (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
1770 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
1771 (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
1772 objects.
1773
1774 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1775
1776 Add support for ia64-hpux.
1777 * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
1778 ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
1779
1780 * configure.host: Add handling for ia64-hpux hosts. Add associated
1781 floatformats.
1782 * configure.tgt: Add handling for ia64-hpux targets.
1783 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
1784 (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
1785 (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
1786
1787 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1788
1789 [ttrace] Compute thread list immediately after attach.
1790 * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
1791 New subprogram.
1792 (inf_ttrace_attach): Use it.
1793
1794 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1795
1796 * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
1797 if we could not determine the frame's function address. Instead,
1798 use the frame's PC, and then continue.
1799
1800 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1801
1802 * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
1803 not already defined.
1804
1805 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1806
1807 * ia64-tdep.c (ia64_struct_type_p): New function.
1808 (ia64_extract_return_value): Handle integral values that are
1809 less than 8 bytes long.
1810 (ia64_push_dummy_call): Likewise.
1811
1812 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1813
1814 * ia64-tdep.c (floatformat_ia64_ext_little): Renames
1815 floatformat_ia64_ext.
1816 (floatformat_ia64_ext_big): New static const.
1817 (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
1818
1819 2011-01-12 Tom Tromey <tromey@redhat.com>
1820
1821 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
1822 messages.
1823 * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
1824 (mi_cmd_thread_list_ids): Likewise.
1825 (mi_cmd_data_list_changed_registers): Likewise.
1826 (mi_cmd_data_list_register_values): Likewise.
1827 (mi_cmd_data_write_register_values): Likewise.
1828 (mi_cmd_data_evaluate_expression): Likewise.
1829 (mi_cmd_data_read_memory): Likewise.
1830 (mi_cmd_data_read_memory_bytes): Likewise.
1831 (mi_cmd_data_write_memory): Likewise.
1832 (mi_cmd_enable_timings): Likewise.
1833 * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
1834 * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
1835 (mi_cmd_var_delete): Likewise.
1836 (mi_cmd_var_set_format): Likewise.
1837 (mi_cmd_var_show_format): Likewise.
1838 (mi_cmd_var_info_num_children): Likewise.
1839 (mi_cmd_var_list_children): Likewise.
1840 (mi_cmd_var_info_type): Likewise.
1841 (mi_cmd_var_info_expression): Likewise.
1842 (mi_cmd_var_show_attributes): Likewise.
1843 (mi_cmd_var_assign): Likewise.
1844 (mi_cmd_var_update): Likewise.
1845 (mi_cmd_enable_pretty_printing): Likewise.
1846 (mi_cmd_var_set_update_range): Likewise.
1847 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
1848 messages.
1849 (mi_cmd_target_file_put): Likewise.
1850 (mi_cmd_target_file_delete): Likewise.
1851 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
1852 messages.
1853 (mi_cmd_stack_info_depth): Likewise.
1854 (mi_cmd_stack_list_locals): Likewise.
1855 (mi_cmd_stack_list_args): Likewise.
1856 (mi_cmd_stack_select_frame): Likewise.
1857 (mi_cmd_stack_select_frame): Likewise.
1858 (mi_cmd_stack_info_frame): Likewise.
1859 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
1860 messages.
1861 (mi_cmd_file_list_exec_source_files): Likewise.
1862 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
1863 (mi_cmd_env_cd): Likewise.
1864 (mi_cmd_env_path): Likewise.
1865 (mi_cmd_env_dir): Likewise.
1866 (mi_cmd_inferior_tty_show): Likewise.
1867 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
1868 * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
1869 (mi_cmd_break_watch): Likewise.
1870
1871 2011-01-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
1872
1873 * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
1874 (ppc_linux_insert_hw_breakpoint): Likewise.
1875 (ppc_linux_remove_hw_breakpoint): Likewise.
1876 (ppc_linux_insert_watchpoint): Likewise.
1877
1878 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
1879 Jan Kratochvil <jan.kratochvil@redhat.com>
1880
1881 PR fortran/11104 and DWARF unbound arrays detection.
1882 * dwarf2read.c (read_subrange_type): Set zero length on unspecified
1883 upper bound. Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
1884 unspecified upper bound.
1885 * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
1886 variables array_size_array, tmp_type and offset_item. New variable
1887 array. Remove call to f77_get_upperbound. New variables array_type
1888 and index. Call value_subscripted_rvalue for each dimenasion. Remove
1889 the final call to deprecated_set_value_type.
1890
1891 2011-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1892
1893 Make value allocations more lazy.
1894 * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
1895 instead of allocate_value and set_value_lazy when possible.
1896 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy
1897 instead of allocate_value and set_value_lazy.
1898 * findvar.c (value_of_register_lazy): Likewise.
1899 (read_var_value): Remove V preallocation, call just check_typedef in
1900 advance. Move allocate_value to LOC_CONST, LOC_LABEL,
1901 LOC_CONST_BYTES. Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
1902 LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK. Set ADDR instead of
1903 set_value_address and break in LOC_BLOCK. Use allocate_value_lazy and
1904 remove lval_memory set in LOC_REGPARM_ADDR. Use allocate_value_lazy
1905 in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT. Add setting lval_memory at
1906 the end, remove set_value_lazy there.
1907 * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
1908 instead of allocate_value and set_value_lazy when possible.
1909 * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
1910 * value.c (allocate_computed_value): Use allocate_value_lazy instead
1911 of allocate_value and set_value_lazy.
1912 (value_from_contents_and_address): Use allocate_value_lazy instead of
1913 allocate_value and set_value_lazy when possible.
1914
1915 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
1916
1917 * disasm.c (dump_insns): Support dumping opcodes for MI.
1918 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
1919 dumping of instruction opcodes.
1920
1921 2011-01-09 Robert Millan <rmh@gnu.org> (tiny patch)
1922
1923 * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
1924 appropiately.
1925
1926 2011-01-11 Tom Tromey <tromey@redhat.com>
1927
1928 * thread.c (do_captured_thread_select): Emit newline before
1929 printing frame.
1930
1931 2011-01-11 Michael Snyder <msnyder@vmware.com>
1932
1933 * s390-tdep.c: Comment cleanup, mostly periods and spaces.
1934 * score-tdep.c: Ditto.
1935 * score-tdep.h: Ditto.
1936 * ser-base.c: Ditto.
1937 * ser-go32.c: Ditto.
1938 * serial.c: Ditto.
1939 * serial.h: Ditto.
1940 * ser-mingw.c: Ditto.
1941 * ser-pipe.c: Ditto.
1942 * ser-tcp.c: Ditto.
1943 * ser-unix.c: Ditto.
1944 * sh64-tdep.c: Ditto.
1945 * shnbsd-nat.c: Ditto.
1946 * sh-tdep.c: Ditto.
1947 * sh-tdep.h: Ditto.
1948 * solib.c: Ditto.
1949 * solib-darwin.c: Ditto.
1950 * solib-frv.c: Ditto.
1951 * solib.h: Ditto.
1952 * solib-irix.c: Ditto.
1953 * solib-osf.c: Ditto.
1954 * solib-pa64.c: Ditto.
1955 * solib-som.c: Ditto.
1956 * solib-spu.c: Ditto.
1957 * solib-sunos.c: Ditto.
1958 * solib-svr4.c: Ditto.
1959 * solist.h: Ditto.
1960 * sol-thread.c: Ditto.
1961 * somread.c: Ditto.
1962 * source.c: Ditto.
1963 * source.h: Ditto.
1964 * sparc64-linux-tdep.c: Ditto.
1965 * sparc64-tdep.c: Ditto.
1966 * sparc-linux-nat.c: Ditto.
1967 * sparc-linux-tdep.c: Ditto.
1968 * sparc-sol2-nat.c: Ditto.
1969 * sparc-sol2-tdep.c: Ditto.
1970 * sparc-tdep.c: Ditto.
1971 * sparc-tdep.h: Ditto.
1972 * spu-tdep.c: Ditto.
1973 * stabsread.c: Ditto.
1974 * stabsread.h: Ditto.
1975 * stack.c: Ditto.
1976 * symfile.c: Ditto.
1977 * symfile.h: Ditto.
1978 * symmisc.c: Ditto.
1979 * symtab.c: Ditto.
1980 * symtab.h: Ditto.
1981 * target.c: Ditto.
1982 * target-descriptions.c: Ditto.
1983 * target-descriptions.h: Ditto.
1984 * target.h: Ditto.
1985 * target-memory.c: Ditto.
1986 * terminal.h: Ditto.
1987 * thread.c: Ditto.
1988 * top.c: Ditto.
1989 * tracepoint.c: Ditto.
1990 * tracepoint.h: Ditto.
1991 * trad-frame.h: Ditto.
1992 * typeprint.c: Ditto.
1993
1994 2011-01-11 Michael Snyder <msnyder@vmware.com>
1995
1996 * ui-file.c: Comment cleanup, mostly periods and spaces.
1997 * ui-file.h: Ditto.
1998 * ui-out.c: Ditto.
1999 * ui-out.h: Ditto.
2000 * utils.c: Ditto.
2001 * v850-tdep.c: Ditto.
2002 * valarith.c: Ditto.
2003 * valops.c: Ditto.
2004 * valprint.c: Ditto.
2005 * valprint.h: Ditto.
2006 * value.c: Ditto.
2007 * value.h: Ditto.
2008 * varobj.c: Ditto.
2009 * varobj.h: Ditto.
2010 * vax-tdep.c: Ditto.
2011 * vec.c: Ditto.
2012 * vec.h: Ditto.
2013 * version.h: Ditto.
2014 * windows-nat.c: Ditto.
2015 * windows-tdep.c: Ditto.
2016 * xcoffread.c: Ditto.
2017 * xcoffsolib.c: Ditto.
2018 * xml-support.c: Ditto.
2019 * xstormy16-tdep.c: Ditto.
2020 * xtensa-tdep.c: Ditto.
2021 * xtensa-tdep.h: Ditto.
2022
2023 2011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
2024
2025 * breakpoint.c (resources_needed_watchpoint): Fix indentation.
2026 * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
2027
2028 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2029 Thiago Jung Bauermann <bauerman@br.ibm.com>
2030
2031 Implement support for PowerPC BookE ranged watchpoints.
2032 * breakpoint.h
2033 (struct breakpoint_ops) <resources_needed>: New method.
2034 Initialize to NULL in all existing breakpoint_ops instances.
2035 (struct breakpoint) <exact>: New field.
2036 (target_exact_watchpoints): Declare external global.
2037 * breakpoint.c (target_exact_watchpoints): New global flag.
2038 (update_watchpoint): Set b->type to bp_hardware_watchpoint and
2039 b->enable_state to bp_enabled before calling
2040 hw_watchpoint_used_count.
2041 (hw_watchpoint_used_count): Iterate over all bp_locations in a
2042 watchpoint. Call breakpoint's breakpoint_ops.resources_needed
2043 if available.
2044 (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
2045 if the watchpoint is exact.
2046 (resources_needed_watchpoint): New function.
2047 (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
2048 (watch_command_1): Set b->exact if the user asked for an exact
2049 watchpoint and one can be set.
2050 (can_use_hardware_watchpoint): Add exact_watchpoints argument.
2051 Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
2052 the user asks for an exact watchpoint and one can be set. Return
2053 number of needed debug registers to watch the expression.
2054 * gdbtypes.c (is_scalar_type): New function, based on
2055 valprint.c:scalar_type_p.
2056 (is_scalar_type_recursive): New function.
2057 * gdbtypes.h (is_scalar_type_recursive): Declare.
2058 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
2059 handle regions when ranged watchpoints are available.
2060 (create_watchpoint_request): New function.
2061 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
2062 create_watchpoint_request.
2063 * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
2064 (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
2065 `set powerpc' and `show powerpc' commands.
2066 * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
2067 Mention documentation comment in the target macro.
2068 (target_region_ok_for_hw_watchpoint): Document return value.
2069
2070 2011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
2071
2072 * breakpoint.c (update_watchpoint): Decide on using a software or
2073 hardware watchpoint after the bp_locations are created.
2074
2075 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
2076
2077 Convert hardware watchpoints to use breakpoint_ops.
2078 * breakpoint.h (breakpoint_ops) <insert>: Rename to...
2079 <insert_location>: ... this. Return int instead of void.
2080 Accept pointer to struct bp_location instead of pointer to
2081 struct breakpoint. Adapt all implementations.
2082 (breakpoint_ops) <remove>: Rename to...
2083 <remove_location>: ... this. Accept pointer to struct bp_location
2084 instead of pointer to struct breakpoint. Adapt all implementations.
2085 * breakpoint.c (insert_catchpoint): Delete function.
2086 (insert_bp_location): Call the watchpoint or catchpoint's
2087 breakpoint_ops.insert method.
2088 (remove_breakpoint_1): Call the watchpoint or catchpoint's
2089 breakpoint_ops.remove method.
2090 (insert_watchpoint, remove_watchpoint): New functions.
2091 (watchpoint_breakpoint_ops): New structure.
2092 (watch_command_1): Initialize the OPS field.
2093 * inf-child.c (inf_child_insert_fork_catchpoint)
2094 (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
2095 (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
2096 (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
2097 Delete functions.
2098 (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
2099 to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
2100 to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
2101 to_remove_exec_catchpoint and to_set_syscall_catchpoint.
2102 * target.c (update_current_target): Change default implementation of
2103 to_insert_fork_catchpoint, to_remove_fork_catchpoint,
2104 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
2105 to_insert_exec_catchpoint, to_remove_exec_catchpoint and
2106 to_set_syscall_catchpoint to return_one.
2107 (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
2108 (debug_to_insert_exec_catchpoint): Report return value.
2109 * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
2110 (to_insert_exec_catchpoint): Change declaration to return int instead
2111 of void.
2112
2113 2011-01-11 Michael Snyder <msnyder@vmware.com>
2114
2115 * arm-tdep.c: Internationalization.
2116 * c-lang.c: Ditto.
2117 * charset.c: Ditto.
2118 * fork-child.c: Ditto.
2119 * nto-procfs.c: Ditto.
2120 * ppc-sysv-tdep.c: Ditto.
2121 * procfs.c: Ditto.
2122 * remote-mips.c: Ditto.
2123 * remote.c: Ditto.
2124 * rs6000-nat.c: Ditto.
2125 * rs6000-tdep.c: Ditto.
2126 * target.c: Ditto.
2127 * valops.c: Ditto.
2128 * value.c: Ditto.
2129 * xml-support.c: Ditto.
2130 * mi/mi-cmd-break.c: Ditto.
2131 * mi/mi-cmd-var.c: Ditto.
2132 * mi/mi-interp.c: Ditto.
2133 * mi/mi-main.c: Ditto.
2134
2135 2011-01-11 Andrew Burgess <aburgess@broadcom.com>
2136
2137 * remote-sim.c (gdbsim_store_register): Update API to
2138 sim_store_register to check more error conditions.
2139
2140 2011-01-10 Michael Snyder <msnyder@vmware.com>
2141
2142 * nto-procfs.c: Comment cleanup, mostly periods and spaces.
2143 * nto-tdep.c: Ditto.
2144 * nto-tdep.h: Ditto.
2145 * objc-exp.y: Ditto.
2146 * objc-lang.c: Ditto.
2147 * objfiles.c: Ditto.
2148 * objfiles.h: Ditto.
2149 * observer.c: Ditto.
2150 * opencl-lang.c: Ditto.
2151 * osabi.c: Ditto.
2152 * parse.c: Ditto.
2153 * parser-defs.h: Ditto.
2154 * p-exp.y: Ditto.
2155 * p-lang.c: Ditto.
2156 * posix-hdep.c: Ditto.
2157 * ppcbug-rom.c: Ditto.
2158 * ppc-linux-nat.c: Ditto.
2159 * ppc-linux-tdep.c: Ditto.
2160 * ppc-linux-tdep.h: Ditto.
2161 * ppcnbsd-tdep.c: Ditto.
2162 * ppcobsd-tdep.c: Ditto.
2163 * ppcobsd-tdep.h: Ditto.
2164 * ppc-sysv-tdep.c: Ditto.
2165 * ppc-tdep.h: Ditto.
2166 * printcmd.c: Ditto.
2167 * proc-abi.c: Ditto.
2168 * proc-flags.c: Ditto.
2169 * procfs.c: Ditto.
2170 * proc-utils.h: Ditto.
2171 * progspace.h: Ditto.
2172 * prologue-value.c: Ditto.
2173 * prologue-value.h: Ditto.
2174 * psympriv.h: Ditto.
2175 * psymtab.c: Ditto.
2176 * p-typeprint.c: Ditto.
2177 * p-valprint.c: Ditto.
2178 * ravenscar-sparc-thread.c: Ditto.
2179 * ravenscar-thread.c: Ditto.
2180 * ravenscar-thread.h: Ditto.
2181 * record.c: Ditto.
2182 * regcache.c: Ditto.
2183 * regcache.h: Ditto.
2184 * remote.c: Ditto.
2185 * remote-fileio.c: Ditto.
2186 * remote-fileio.h: Ditto.
2187 * remote.h: Ditto.
2188 * remote-m32r-sdi.c: Ditto.
2189 * remote-mips.c: Ditto.
2190 * remote-sim.c: Ditto.
2191 * rs6000-aix-tdep.c: Ditto.
2192 * rs6000-nat.c: Ditto.
2193 * rs6000-tdep.c: Ditto.
2194
2195 2011-01-10 Michael Snyder <msnyder@vmware.com>
2196
2197 * charset.c (validate): Internationalization.
2198 * coffread.c (read_one_sym): Ditto.
2199 * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
2200 * h8300-tdep.c (H8300_extract_return_value): Ditto.
2201 * inflow.c (new_tty): Ditto.
2202 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
2203 * m32c-tdep.c (m32c_return_value): Ditto.
2204 * mep-tdep.c (mep_store_return_value): Ditto.
2205 * score-tdep.c (score7_fetch_insn): Ditto.
2206 * ser-mingw.c (pipe_windows_open): Ditto.
2207 * sh64-tdep.c (sh64_extract_return_value): Ditto.
2208 * spu-tdep.c (spu_register_type): Ditto.
2209 * tracepoint.c (trace_find_command): Ditto.
2210 * valarith.c (value_pos): Ditto.
2211
2212 2011-01-10 Joel Brobecker <brobecker@adacore.com>
2213
2214 * ada-valprint.c (printstr): Minor comment reformatting.
2215
2216 2011-01-08 Michael Snyder <msnyder@vmware.com>
2217
2218 * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
2219 markup.
2220
2221 2011-01-08 Michael Snyder <msnyder@vmware.com>
2222
2223 * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
2224 * hppa-hpux-tdep.c: Ditto.
2225 * hppa-linux-nat.c: Ditto.
2226 * hppa-linux-tdep.c: Ditto.
2227 * hppanbsd-tdep.c: Ditto.
2228 * hppa-tdep.c: Ditto.
2229 * hppa-tdep.h: Ditto.
2230 * hpux-thread.c: Ditto.
2231 * i386-cygwin-tdep.c: Ditto.
2232 * i386-darwin-nat.c: Ditto.
2233 * i386gnu-nat.c: Ditto.
2234 * i386-linux-nat.c: Ditto.
2235 * i386-linux-tdep.c: Ditto.
2236 * i386-nat.c: Ditto.
2237 * i386-nat.h: Ditto.
2238 * i386nbsd-tdep.c: Ditto.
2239 * i386-sol2-nat.c: Ditto.
2240 * i386-stub.c: Ditto.
2241 * i386-tdep.c: Ditto.
2242 * i386-tdep.h: Ditto.
2243 * i387-tdep.c: Ditto.
2244 * ia64-linux-nat.c: Ditto.
2245 * ia64-linux-tdep.c: Ditto.
2246 * ia64-tdep.c: Ditto.
2247 * infcall.c: Ditto.
2248 * infcall.h: Ditto.
2249 * infcmd.c: Ditto.
2250 * inferior.c: Ditto.
2251 * inferior.h: Ditto.
2252 * infloop.c: Ditto.
2253 * inflow.c: Ditto.
2254 * infrun.c: Ditto.
2255 * interps.c: Ditto.
2256 * interps.h: Ditto.
2257 * iq2000-tdep.c: Ditto.
2258 * irix5-nat.c: Ditto.
2259 * jit.c: Ditto.
2260 * jit.h: Ditto.
2261 * jv-exp.y: Ditto.
2262 * jv-lang.c: Ditto.
2263 * jv-lang.h: Ditto.
2264 * jv-typeprint.c: Ditto.
2265 * jv-valprint.c: Ditto.
2266 * language.c: Ditto.
2267 * language.h: Ditto.
2268 * linespec.c: Ditto.
2269 * linux-fork.c: Ditto.
2270 * linux-nat.c: Ditto.
2271 * linux-thread-db.c: Ditto.
2272 * lm32-tdep.c: Ditto.
2273
2274 2011-01-08 Michael Snyder <msnyder@vmware.com>
2275
2276 * m2-exp.y: Comment cleanup, mostly periods and spaces.
2277 * m2-lang.c: Ditto.
2278 * m2-typeprint.c: Ditto.
2279 * m2-valprint.c: Ditto.
2280 * m32c-tdep.c: Ditto.
2281 * m32r-linux-nat.c: Ditto.
2282 * m32r-rom.c: Ditto.
2283 * m32r-tdep.c: Ditto.
2284 * m32r-tdep.h: Ditto.
2285 * m68hc11-tdep.c: Ditto.
2286 * m58klinux-nat.c: Ditto.
2287 * m68k-tdep.c: Ditto.
2288 * m88k-tdep.c: Ditto.
2289 * m88k-tdep.h: Ditto.
2290 * machoread.c: Ditto.
2291 * macrocmd.c: Ditto.
2292 * macroexp.c: Ditto.
2293 * macrotab.c: Ditto.
2294 * main.c: Ditto.
2295 * maint.c: Ditto.
2296 * mdebugread.c: Ditto.
2297 * mdebugread.h: Ditto.
2298 * memattr.c: Ditto.
2299 * memattr.h: Ditto.
2300 * memory-map.h: Ditto.
2301 * mep-tdep.c: Ditto.
2302 * microblaze-rom.c: Ditto.
2303 * microblaze-tdep.c: Ditto.
2304 * minsyms.c: Ditto.
2305 * mips-irix-tdep.c: Ditto.
2306 * mips-linux-nat.c: Ditto.
2307 * mips-linux-tdep.c: Ditto.
2308 * mips-linux-tdep.h: Ditto.
2309 * mipsnbsd-nat.c: Ditto.
2310 * mipsnbsd-tdep.c: Ditto.
2311 * mipsread.c: Ditto.
2312 * mips-tdep.c: Ditto.
2313 * mips-tdep.h: Ditto.
2314 * mn10300-linux-tdep.c: Ditto.
2315 * mn10300-tdep.c: Ditto.
2316 * mn10300-tdep.h: Ditto.
2317 * monitor.c: Ditto.
2318 * monitor.h: Ditto.
2319 * moxie-tdep.c: Ditto.
2320 * moxie-tdep.h: Ditto.
2321 * mt-tdep.c: Ditto.
2322
2323 2011-01-08 Mike Frysinger <vapier@gentoo.org>
2324
2325 * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
2326
2327 2011-01-08 Robert Millan <rmh@gnu.org>
2328
2329 * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
2330
2331 2011-01-07 Michael Snyder <msnyder@vmware.com>
2332
2333 * charset.c (_initialize_charset): Fix typo in string.
2334
2335 2011-01-07 Michael Snyder <msnyder@vmware.com>
2336
2337 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
2338 for i18n.
2339 * tui/tui-layout.c (tui_set_layout_for_display_command):
2340 Split line so that operator goes to beginning of line.
2341 * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
2342 assignment out of if statement.
2343
2344 2011-01-07 Michael Snyder <msnyder@vmware.com>
2345
2346 * ada-lang.c: Comment cleanup, mostly periods and spaces.
2347 * ada-lang.h: Ditto.
2348 * ada-tasks.c: Ditto.
2349 * ada-valprint.c: Ditto.
2350 * aix-threads.c: Ditto.
2351 * alpha-linux-nat.c: Ditto.
2352 * alpha-linux-tdep.c: Ditto.
2353 * alpha-mdebug-tdep.c: Ditto.
2354 * alpha-nat.c: Ditto.
2355 * alpha-osf1-tdep.c: Ditto.
2356 * alpha-tdep.c: Ditto.
2357 * alphabsd-nat.c: Ditto.
2358 * alphabsd-tdep.c: Ditto.
2359 * amd64-darwin-tdep.c: Ditto.
2360 * amd64-linux-nat.c: Ditto.
2361 * amd64-linux-tdep.c: Ditto.
2362 * amd64-sol2-tdep.c: Ditto.
2363 * amd64-tdep.c: Ditto.
2364 * amd64-fbsd-tdep.c: Ditto.
2365 * amd64-nbsd-tdep.c: Ditto.
2366 * amd64-obsd-tdep.c: Ditto.
2367 * amd64-linux-nat.c: Ditto.
2368 * amd64-linux-tdep.c: Ditto.
2369 * arm-tdep.c: Ditto.
2370 * arm-tdep.h: Ditto.
2371 * armnbsd-nat.c: Ditto.
2372 * avr-tdep.c: Ditto.
2373 * bfin-tdep.c: Ditto.
2374 * bsd-kvm.c: Ditto.
2375 * c-typeprintc: Ditto.
2376 * c-valprint.c: Ditto.
2377 * coff-pe-read.h: Ditto.
2378 * coffreead.c: Ditto.
2379 * cris-tdep.c: Ditto.
2380 * d-lang.c: Ditto.
2381 * darwin-nat-info.c: Ditto.
2382 * darwin-nat.c: Ditto.
2383 * dbug-rom.c: Ditto.
2384 * dbxread.c: Ditto.
2385 * dcache.c: Ditto.
2386 * dcache.h: Ditto.
2387 * dec-thread.c: Ditto.
2388 * defs.h: Ditto.
2389 * demangle.c: Ditto.
2390 * dicos-tdep.c: Ditto.
2391 * dictionary.c: Ditto.
2392 * dictionary.h: Ditto.
2393 * dink32-rom.c: Ditto.
2394 * disasm.c: Ditto.
2395 * doublest.c: Ditto.
2396 * dsrec.c: Ditto.
2397 * dummy-frame.c: Ditto.
2398 * dwarf2-frame.c: Ditto.
2399 * dwarf2expr.c: Ditto.
2400 * dwarf2loc.c: Ditto.
2401 * dwarf2read.c: Ditto.
2402 * elfread.c: Ditto.
2403 * environ.c: Ditto.
2404 * eval.c: Ditto.
2405 * event-top.h: Ditto.
2406 * exceptions.c: Ditto.
2407 * exceptions.h: Ditto.
2408 * exec.c: Ditto.
2409 * expprint.c: Ditto.
2410 * expression.h: Ditto.
2411 * f-exp.y: Ditto.
2412 * f-lang.c: Ditto.
2413 * f-lang.h: Ditto.
2414 * f-typeprint.c: Ditto.
2415 * f-valprint.c: Ditto.
2416 * fbsd-nat.c: Ditto.
2417 * findvar.c: Ditto.
2418 * fork-child.c: Ditto.
2419 * frame.c: Ditto.
2420 * frame.h: Ditto.
2421 * frv-linux-tdep.c: Ditto.
2422 * frv-tdep.c: Ditto.
2423 * gcore.c: Ditto.
2424 * gdb-stabs.h: Ditto.
2425 * gdb_assert.h: Ditto.
2426 * gdb_string.h: Ditto.
2427 * gdb_thread_db.h: Ditto.
2428 * gdb_wait.h: Ditto.
2429 * gdbarch.sh: Ditto.
2430 * gdbcore.h: Ditto.
2431 * gdbthread.h: Ditto.
2432 * gdbtypes.c: Ditto.
2433 * gdbtypes.h: Ditto.
2434 * gnu-nat.c: Ditto.
2435 * gnu-nat.h: Ditto.
2436 * gnu-v2-abi.c: Ditto.
2437 * gnu-v3-abi.c: Ditto.
2438 * go32-nat.c: Ditto.
2439 * gdbarch.c: Regenerate.
2440 * gdbarch.h: Regenerate.
2441
2442 2011-01-07 Michael Snyder <msnyder@vmware.com>
2443
2444 * ax-gdb.c: Adjust some long output strings.
2445 * breakpoint.c: Ditto.
2446 * charset.c: Ditto.
2447 * cp-abi.c: Ditto.
2448 * infcall.c: Ditto.
2449 * infrun.c: Ditto.
2450 * linux-nat.c: Ditto.
2451 * solib-pa64.c: Ditto.
2452 * solib-som.c: Ditto.
2453
2454 2011-01-06 Tom Tromey <tromey@redhat.com>
2455
2456 PR python/12367:
2457 * NEWS: Add item.
2458 * python/python.c (GdbMethods): Add "newest_frame" method.
2459 * python/python-internal.h (gdbpy_newest_frame): Declare.
2460 * python/py-frame.c (gdbpy_newest_frame): New function.
2461
2462 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2463
2464 * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
2465 * jit.c (jit_debug): New variable.
2466 (show_jit_debug): New function.
2467 (struct target_buffer): Use ULONGEST.
2468 (bfd_open_from_target_memory): Likewise.
2469 (jit_register_code, jit_inferior_init): Add debug output.
2470 (_initialize_jit): Register "debug jit" command.
2471
2472 2011-01-06 Tom Tromey <tromey@redhat.com>
2473
2474 * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
2475 * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
2476 and ARCH_FRAME.
2477
2478 2011-01-06 Tom Tromey <tromey@redhat.com>
2479
2480 * python/py-frame.c (frapy_block): Use get_frame_block.
2481
2482 2011-01-06 Joel Brobecker <brobecker@adacore.com>
2483
2484 Do not stop on SIGPRIO signals by default
2485 * infrun.c (_initialize_infrun): Unset signal_stop and
2486 signal_print for TARGET_SIGNAL_PRIO.
2487
2488 2011-01-06 Joel Brobecker <brobecker@adacore.com>
2489
2490 * ada-tasks.c: Fix style violation in comment.
2491
2492 2011-01-06 Joel Brobecker <brobecker@adacore.com>
2493
2494 * linespec.c (decode_compound, find_method): Remove trailing \n
2495 at end of error string.
2496 * solib-irix.c (irix_current_sos): Likewise.
2497 * varobj.c (uninstall_variable): Likewise.
2498
2499 2011-01-06 Joel Brobecker <brobecker@adacore.com>
2500
2501 * copyright.py: New script.
2502 * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
2503 Launch emacs without exec'ing. Call copyright.py afterwards.
2504
2505 2011-01-05 Michael Snyder <msnyder@vmware.com>
2506
2507 * addrmap.c: Shorten lines of >= 80 columns.
2508 * arch-utils.c: Ditto.
2509 * arch-utils.h: Ditto.
2510 * ax-gdb.c: Ditto.
2511 * ax-general.c: Ditto.
2512 * bcache.c: Ditto.
2513 * blockframe.c: Ditto.
2514 * breakpoint.c: Ditto.
2515 * buildsym.c: Ditto.
2516 * c-lang.c: Ditto.
2517 * c-typeprint.c: Ditto.
2518 * charset.c: Ditto.
2519 * coffread.c: Ditto.
2520 * command.h: Ditto.
2521 * corelow.c: Ditto.
2522 * cp-abi.c: Ditto.
2523 * cp-namespace.c: Ditto.
2524 * cp-support.c: Ditto.
2525 * dbug-rom.c: Ditto.
2526 * dbxread.c: Ditto.
2527 * defs.h: Ditto.
2528 * dfp.c: Ditto.
2529 * dfp.h: Ditto.
2530 * dictionary.c: Ditto.
2531 * disasm.c: Ditto.
2532 * doublest.c: Ditto.
2533 * dwarf2-frame.c: Ditto.
2534 * dwarf2expr.c: Ditto.
2535 * dwarf2loc.c: Ditto.
2536 * dwarf2read.c: Ditto.
2537 * elfread.c: Ditto.
2538 * eval.c: Ditto.
2539 * event-loop.c: Ditto.
2540 * event-loop.h: Ditto.
2541 * exceptions.h: Ditto.
2542 * exec.c: Ditto.
2543 * expprint.c: Ditto.
2544 * expression.h: Ditto.
2545 * f-lang.c: Ditto.
2546 * f-valprint.c: Ditto.
2547 * findcmd.c: Ditto.
2548 * frame-base.c: Ditto.
2549 * frame-unwind.c: Ditto.
2550 * frame-unwind.h: Ditto.
2551 * frame.c: Ditto.
2552 * frame.h: Ditto.
2553 * gcore.c: Ditto.
2554 * gdb-stabs.h: Ditto.
2555 * gdb_assert.h: Ditto.
2556 * gdb_dirent.h: Ditto.
2557 * gdb_obstack.h: Ditto.
2558 * gdbcore.h: Ditto.
2559 * gdbtypes.c: Ditto.
2560 * gdbtypes.h: Ditto.
2561 * inf-ttrace.c: Ditto.
2562 * infcall.c: Ditto.
2563 * infcmd.c: Ditto.
2564 * inflow.c: Ditto.
2565 * infrun.c: Ditto.
2566 * inline-frame.h: Ditto.
2567 * language.c: Ditto.
2568 * language.h: Ditto.
2569 * libunwind-frame.c: Ditto.
2570 * libunwind-frame.h: Ditto.
2571 * linespec.c: Ditto.
2572 * linux-nat.c: Ditto.
2573 * linux-nat.h: Ditto.
2574 * linux-thread-db.c: Ditto.
2575 * machoread.c: Ditto.
2576 * macroexp.c: Ditto.
2577 * macrotab.c: Ditto.
2578 * main.c: Ditto.
2579 * maint.c: Ditto.
2580 * mdebugread.c: Ditto.
2581 * memattr.c: Ditto.
2582 * minsyms.c: Ditto.
2583 * monitor.c: Ditto.
2584 * monitor.h: Ditto.
2585 * objfiles.c: Ditto.
2586 * objfiles.h: Ditto.
2587 * osabi.c: Ditto.
2588 * p-typeprint.c: Ditto.
2589 * p-valprint.c: Ditto.
2590 * parse.c: Ditto.
2591 * printcmd.c: Ditto.
2592 * proc-events.c: Ditto.
2593 * procfs.c: Ditto.
2594 * progspace.c: Ditto.
2595 * progspace.h: Ditto.
2596 * psympriv.h: Ditto.
2597 * psymtab.c: Ditto.
2598 * record.c: Ditto.
2599 * regcache.c: Ditto.
2600 * regcache.h: Ditto.
2601 * remote-fileio.c: Ditto.
2602 * remote.c: Ditto.
2603 * ser-mingw.c: Ditto.
2604 * ser-tcp.c: Ditto.
2605 * ser-unix.c: Ditto.
2606 * serial.c: Ditto.
2607 * serial.h: Ditto.
2608 * solib-frv.c: Ditto.
2609 * solib-irix.c: Ditto.
2610 * solib-osf.c: Ditto.
2611 * solib-pa64.c: Ditto.
2612 * solib-som.c: Ditto.
2613 * solib-sunos.c: Ditto.
2614 * solib-svr4.c: Ditto.
2615 * solib-target.c: Ditto.
2616 * solib.c: Ditto.
2617 * somread.c: Ditto.
2618 * source.c: Ditto.
2619 * stabsread.c: Ditto.
2620 * stabsread.c: Ditto.
2621 * stack.c: Ditto.
2622 * stack.h: Ditto.
2623 * symfile-mem.c: Ditto.
2624 * symfile.c: Ditto.
2625 * symfile.h: Ditto.
2626 * symmisc.c: Ditto.
2627 * symtab.c: Ditto.
2628 * symtab.h: Ditto.
2629 * target-descriptions.c: Ditto.
2630 * target-memory.c: Ditto.
2631 * target.c: Ditto.
2632 * target.h: Ditto.
2633 * terminal.h: Ditto.
2634 * thread.c: Ditto.
2635 * top.c: Ditto.
2636 * tracepoint.c: Ditto.
2637 * tracepoint.h: Ditto.
2638 * ui-file.c: Ditto.
2639 * ui-file.h: Ditto.
2640 * ui-out.h: Ditto.
2641 * user-regs.c: Ditto.
2642 * user-regs.h: Ditto.
2643 * utils.c: Ditto.
2644 * valarith.c: Ditto.
2645 * valops.c: Ditto.
2646 * valprint.c: Ditto.
2647 * valprint.h: Ditto.
2648 * value.c: Ditto.
2649 * varobj.c: Ditto.
2650 * varobj.h: Ditto.
2651 * vec.h: Ditto.
2652 * xcoffread.c: Ditto.
2653 * xcoffsolib.c: Ditto.
2654 * xcoffsolib.h: Ditto.
2655 * xml-syscall.c: Ditto.
2656 * xml-tdesc.c: Ditto.
2657
2658 2011-01-05 Michael Snyder <msnyder@vmware.com>
2659
2660 * cli/cli-cmds.c: Shorten lines of >= 80 columns.
2661 * cli/cli-decode.c: Ditto.
2662 * cli/cli-dump.c: Ditto.
2663 * cli/cli-logging.c: Ditto.
2664 * cli/cli-script.c: Ditto.
2665 * cli/cli-setshow.c: Ditto.
2666 * common/signals.c: Ditto.
2667 * mi/mi-cmd-break.c: Ditto.
2668 * mi/mi-cmd-disas.c: Ditto.
2669 * mi/mi-cmd-stack.c: Ditto.
2670 * mi/mi-cmd-var.c: Ditto.
2671 * mi/mi-cmds.c: Ditto.
2672 * mi/mi-common.h: Ditto.
2673 * mi/mi-console.c: Ditto.
2674 * mi/mi-interp.c: Ditto.
2675 * mi/mi-main.c: Ditto.
2676 * osf-share/cma_attr.c: Ditto.
2677 * osf-share/cma_deb_core.h: Ditto.
2678 * osf-share/cma_debug_client.h: Ditto.
2679 * osf-share/cma_handle.h: Ditto.
2680 * osf-share/cma_mutex.h: Ditto.
2681 * osf-share/cma_stack_int.h: Ditto.
2682 * osf-share/cma_tcb_defs.h: Ditto.
2683 * python/py-auto-load.c: Ditto.
2684 * python/py-breakpoint.c: Ditto.
2685 * python/py-cmd.c: Ditto.
2686 * python/py-frame.c: Ditto.
2687 * python/py-objfile.c: Ditto.
2688 * python/py-param.c: Ditto.
2689 * python/py-progspace.c: Ditto.
2690 * python/py-symbol.c: Ditto.
2691 * python/py-value.c: Ditto.
2692 * python/python-internal.h: Ditto.
2693 * python/python.c: Ditto.
2694 * tui/tui-data.c: Ditto.
2695 * tui/tui-disasm.c: Ditto.
2696 * tui/tui-hooks.c: Ditto.
2697 * tui/tui-io.c: Ditto.
2698 * tui/tui-layout.c: Ditto.
2699 * tui/tui-regs.c: Ditto.
2700 * tui/tui-source.c: Ditto.
2701 * tui/tui-stack.c: Ditto.
2702 * tui/tui-win.c: Ditto.
2703 * tui/tui-windata.c: Ditto.
2704 * tui/tui-winsource.c: Ditto.
2705
2706 2011-01-05 Joel Brobecker <brobecker@adacore.com>
2707
2708 * configure.ac, gdb.1: Copyright year update.
2709
2710 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2711
2712 * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
2713 this_pc_in_block, morestack_msym and morestack_name. Check for
2714 "__morestack" minimal symbol there.
2715
2716 2011-01-03 Joel Brobecker <brobecker@adacore.com>
2717
2718 * symfile.c (find_sym_fns): Add call to dont_repeat.
2719
2720 2011-01-01 Joel Brobecker <brobecker@adacore.com>
2721
2722 Copyright year update in most files (performed by copyright.sh).
2723
2724 2011-01-01 Joel Brobecker <brobecker@adacore.com>
2725
2726 * top.c (print_gdb_version): Update copyright year in version output.
2727
2728 For older changes see ChangeLog-2010.
2729 \f
2730 Local Variables:
2731 mode: change-log
2732 left-margin: 8
2733 fill-column: 74
2734 version-control: never
2735 coding: utf-8
2736 End: