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