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