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