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