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