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