* value.c (get_internalvar_integer): Also return the int value of
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
3158c6ed
PA
12011-02-14 Pedro Alves <pedro@codesourcery.com>
2
3 * value.c (get_internalvar_integer): Also return the int value of
4 TYPE_CODE_INT INTERNALVAR_VALUE values.
5 (set_internalvar): Don't special case TYPE_CODE_INT.
6
9fbdca0d
PA
72011-02-14 Pedro Alves <pedro@codesourcery.com>
8
9 * value.c (struct internalvar) <enum internalvar_kind>: Remove
10 INTERNALVAR_POINTER.
11 <pointer>: Delete.
12 (value_of_internalvar): Remove INTERNALVAR_POINTER handling.
13 (set_internalvar): Remove special TYPE_CODE_PTR handling.
14 (preserve_one_internalvar): Remove INTERNALVAR_POINTER handling.
15
c8c1c22f
PA
162011-02-14 Pedro Alves <pedro@codesourcery.com>
17
18 * value.h (value_available_contents_eq): Declare.
19 * value.c (find_first_range_overlap): New function.
20 (value_available_contents_eq): New function.
21 * valprint.c (val_print_array_elements): Use
22 value_available_contents_eq.
23 * ada-valprint.c (val_print_packed_array_elements): Use
24 value_available_contents_eq.
25 * jv-valprint.c (java_value_print): Use
26 value_available_contents_eq.
27
e6e4e701
PA
282011-02-14 Pedro Alves <pedro@codesourcery.com>
29
30 * target.c (target_read_live_memory): New function.
31 (memory_xfer_live_readonly_partial): New.
32 (memory_xfer_partial): If reading from a traceframe, fallback to
33 reading unavailable read-only memory from read-only regions of
34 live target memory.
35 * tracepoint.c (disconnect_tracing): Adjust.
36 (set_current_traceframe): New, factored out from
37 set_traceframe_number.
38 (set_traceframe_number): Reimplement to only change the traceframe
39 number on the GDB side.
40 (do_restore_current_traceframe_cleanup): Adjust.
41 (make_cleanup_restore_traceframe_number): New.
42 (cur_traceframe_number): New global.
43 (tfile_open): Set cur_traceframe_number to no traceframe.
44 (set_tfile_traceframe): New function.
45 (tfile_trace_find): If looking up a traceframe using any method
46 other than by number, make sure the current tfile traceframe
47 matches gdb's current traceframe. Update the current tfile
48 traceframe if the lookup succeeded.
49 (tfile_fetch_registers, tfile_xfer_partial)
50 (tfile_get_trace_state_variable_value): Make sure the remote
51 traceframe matches gdb's current traceframe.
52 * remote.c (remote_traceframe_number): New global.
53 (remote_open_1): Set it to -1.
54 (set_remote_traceframe): New function.
55 (remote_fetch_registers, remote_store_registers)
56 (remote_xfer_memory, remote_xfer_partial)
57 (remote_get_trace_state_variable_value): Make sure the remote
58 traceframe matches gdb's current traceframe.
59 (remote_trace_find): If looking up a traceframe using any method
60 other than by number, make sure the current remote traceframe
61 matches gdb's current traceframe. Update the current remote
62 traceframe if the lookup succeeded.
63 * infrun.c (fetch_inferior_event): Adjust.
64 * tracepoint.h (set_current_traceframe): Declare.
65 (get_traceframe_number, set_traceframe_number): Add describing
66 comments.
67
e6ca34fc
PA
682011-02-14 Pedro Alves <pedro@codesourcery.com>
69
70 Mark pieces of values as unavailable if the corresponding memory
71 is unavailable.
72
73 * valops.c: Include tracepoint.h.
74 (value_fetch_lazy): Use read_value_memory.
75 (read_value_memory): New.
76 * value.h (read_value_memory): Declare.
77 * dwarf2loc.c (read_pieced_value): Use read_value_memory.
78 * exec.c (section_table_available_memory): New function.
79 * exec.h (section_table_available_memory): Declare.
80
2a7498d8
PA
812011-02-14 Pedro Alves <pedro@codesourcery.com>
82
83 * Makefile.in (SFILES): Add memrange.c.
84 (HFILES_NO_SRCDIR): Add memrange.h.
85 (COMMON_OBS): Add memrange.o.
86 * memrange.c: New file.
87 * memrange.h: New file.
88 * tracepoint.c: Include memrange.h.
89 (struct mem_range): Delete.
90 (mem_range_s): Delete.
91 (traceframe_available_memory): New function.
92 * tracepoint.h (traceframe_available_memory): Declare.
93
b3b9301e
PA
942011-02-14 Pedro Alves <pedro@codesourcery.com>
95
96 * target.h (struct traceframe_info): Forward declare.
97 (enum target_object): Add TARGET_OBJECT_TRACEFRAME_INFO.
98 (struct target_ops) <to_traceframe_info>: New field.
99 (target_traceframe_info): New.
100 * target.c (update_current_target): Inherit and default
101 to_traceframe_info.
102 * remote.c (PACKET_qXfer_traceframe_info): New.
103 (remote_protocol_features): Register qXfer:traceframe-info:read.
104 (remote_xfer_partial): Handle TARGET_OBJECT_TRACEFRAME_INFO.
105 (remote_traceframe_info): New.
106 (init_remote_ops): Install it.
107 (_initialize_remote): Install "set/show remote traceframe-info"
108 commands.
109 * tracepoint.h (parse_traceframe_info): Declare.
110 * tracepoint.c (struct mem_range): New.
111 (mem_range_s): New typedef.
112 (struct traceframe_info): New.
113 (traceframe_info): New global.
114 (free_traceframe_info): New function.
115 (clear_traceframe_info): New function.
116 (start_tracing, tfind_1, set_traceframe_number): Clear traceframe
117 info.
118 (build_traceframe_info): New function.
119 (tfile_traceframe_info): New function.
120 (init_tfile_ops): Install tfile_traceframe_info.
121 (traceframe_info_start_memory, free_result): New functions.
122 (memory_attributes, traceframe_info_elements): New globals.
123 (parse_traceframe_info, get_traceframe_info): New functions.
124 * features/traceframe-info.dtd: New file.
125 * Makefile.in (XMLFILES): Add traceframe-info.dtd.
126
4e07d55f
PA
1272011-02-14 Pedro Alves <pedro@codesourcery.com>
128
129 Base support for <unavailable> value contents.
130
4e07d55f
PA
131 * value.h (value_bytes_available): Declare.
132 (mark_value_bytes_unavailable): Declare.
133 * value.c (struct range): New struct.
134 (range_s): New typedef.
135 (ranges_overlap): New function.
136 (range_lessthan): New function.
137 (ranges_contain_p): New function.
138 (struct value) <unavailable>: New field.
139 (value_bytes_available): New function.
140 (mark_value_bytes_unavailable): New function.
141 (require_not_optimized_out): Constify parameter.
142 (require_available): New function.
143 (value_contents_all, value_contents): Require all bytes be
144 available.
145 (value_free): Free `unavailable'.
146 (value_copy): Copy `unavailable'.
147 * valprint.h (val_print_unavailable): Declare.
148 * valprint.c (valprint_check_validity): Rename `offset' parameter
149 to `embedded_offset'. If printing a scalar, check whether the
150 value chunk is available.
151 (val_print_unavailable): New.
152 (val_print_scalar_formatted): Check whether the value is
153 available.
154 * python/py-prettyprint.c (apply_val_pretty_printer): Refuse
155 pretty-printing unavailable values.
156
bc9a5551
JK
1572011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
158
159 Fix const/volatile qualifiers of C++ types, PR c++/12328.
160 * c-typeprint.c (c_type_print_args): Update the function comment. New
161 variable param_type, initialize it. Remove const/volatile qualifiers
162 for language_cplus and !show_artificial. Use param_type.
163
93b55aa1
JK
1642011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
165
166 * symtab.c (find_pc_sect_line): New variable objfile, initialize it
167 from S. Iterate S using ALL_OBJFILE_SYMTABS. Verify BV for each S.
168 * symtab.h (struct symtab) <next>: Comment extension.
169
181d9476
YQ
1702011-02-12 Yao Qi <yao@codesourcery.com>
171
172 * Makefile.in (CLEANDIRS): Remove duplicated common dir.
173
c5187ac6
PA
1742011-02-11 Pedro Alves <pedro@codesourcery.com>
175
176 * infrun.c (proceed): Move switching out and in of tfind mode from
177 here ...
178 (fetch_inferior_event): ... to here.
179
4f3e6fb7
YQ
1802011-02-11 Yao Qi <yao@codesourcery.com>
181
182 * Makefile.in: Remove signals.o from COMMON_OBS. Link
183 libcommon.a.
184 * configure.ac: Add common to sub dir.
185 * configure: Regenerate.
186
2287cc7e
PA
1872011-02-10 Pedro Alves <pedro@codesourcery.com>
188
189 * vec.h (VEC_block_remove): Place VEC_ASSERT_INFO on the right
190 side of the parenthesis.
191
192 Merge from GCC:
193 2010-07-13 Jakub Jelinek <jakub@redhat.com>
fc013618 194 * vec.h (VEC_block_remove): Fix comment.
2287cc7e 195
fd62cb89
MS
1962011-02-08 Michael Snyder <msnyder@vmware.com>
197
198 * linux-nat.c (linux_nat_filter_event): Fix typo in comment.
199
56d2815c
JK
2002011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
201
202 * i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes
203 in comments for pcmpgtd, pcmpeqd, psubd, paddd, pcmpgtd, pcmpeqd,
204 psubd and paddd.
205
4f7d61a8
JK
2062011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
207
208 PR 12361.
209 * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to
210 phsubsw.
211 (i386_process_record) <lddqu>: Fix the opcode to 0xf20ff0.
212 (i386_process_record) <0x0f3807>: Fix the comment to phsubsw.
213
54fcddd0
UW
2142011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
215
216 * dwarf2read.c (read_subroutine_type): Set special calling
217 convention flag for functions compiled by IBM XL C for OpenCL.
218 * ppc-sysv-tdep.c: Include "dwarf2.h"
219 (ppc_sysv_abi_push_dummy_call): Implement IBM OpenCL vector types
220 calling convention.
221 (do_ppc_sysv_return_value): Add FUNC_TYPE argument. Implement
222 IBM OpenCL vector types calling convention.
223 (ppc_sysv_abi_return_value): Pass through FUNC_TYPE.
224 (ppc_sysv_abi_broken_return_value): Likewise.
225 (ppc64_sysv_abi_push_dummy_call): Implement IBM OpenCL vector
226 types calling convention.
227 (ppc64_sysv_abi_return_value): Likewise.
228 * spu-tdep.c: Include "dwarf2.h"
229 (spu_return_value): Implement IBM OpenCL vector types calling
230 convention.
231
d6dafb7c
UW
2322011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
233
234 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Implement
235 correct ABI for AltiVec vector arguments.
236
32b72a42
PA
2372011-02-07 Pedro Alves <pedro@codesourcery.com>
238
239 * valprint.c (val_print): Extend comment.
240 * ada-valprint.c (ada_valprint): Rewrite comment deferring
241 interface explanation to val_print.
242 (ada_val_print_array): Adjust comment to current interface.
243 (print_field_values): Adjust comment to current interface.
244 * c-valprint.c (c_val_print): Rewrite comment deferring interface
245 explanation to val_print.
246 * f-valprint.c (f_val_print): Ditto.
247 * jv-valprint.c (java_val_print): Ditto.
248 * m2-valprint.c (m2_val_print): Ditto.
249 * p-valprint.c (pascal_val_print): Ditto.
250
9998af43
TJB
2512011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
252
253 * breakpoint.c (parse_breakpoint_sals): Fix description.
254
505500db 2552011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
9998af43 256 Oguz Kayral <oguzkayral@gmail.com>
505500db
SW
257
258 * python/py-inferior.c (python_on_normal_stop): New function.
259 (python_on_resume): New function.
260 (python_inferior_exit): New function.
261 (gdbpy_initialize_inferior): Add normal_stop, target_resumed, and
262 inferior_exit observers.
263 * python/py-evtregistry.c: New file.
264 * python/py-threadevent.c : New file.
265 * python/py-event.c: New file.
266 * python/py-evts.c: New file.
267 * python/py-continueevent.c: New file.
268 * python/py-bpevent.c: New file.
269 * python/py-signalevent.c: New file.
270 * python/py-exetiedevent.c: New file.
271 * python/py-breakpoint.c (gdbpy_breakpoint_from_bpstats): New function.
272 Move struct breakpoint_object from here...
273 * python/python-internal.h: ... to here.
274 * python/py-event.h: New file.
275 * python/py-events.h: New file.
276 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpointstopevent.o,
277 py-continueevent.o, py-event.o, py-eventregistry.o, py-events.o,
278 py-exitedevent.o, py-signalstopevent.o, and py-stopevent.o.
279 (SUBDIR_PYTHON_SRCS): Add py-breakpointstopevent.c,
280 py-continueevent.c, py-event.c, py-eventregistry.c, py-events.c,
281 py-exitedevent.c, py-signalstopevent.c, and py-stopevent.c.
282 Add build rules for all the above.
283
9e0ac564
TT
2842011-02-04 Tom Tromey <tromey@redhat.com>
285
286 * dwarf2read.c (dwarf2_section_empty_p): New function.
287 (dwarf2_read_section): Use dwarf2_section_empty_p.
288 (dwarf2_section_size): New function.
289 (dwarf2_get_section_info): Unconditionally read section.
290 (dwarf2_read_index): Use dwarf2_section_empty_p.
291 (partial_read_comp_unit_head): Use dwarf2_section_size.
292 (dwarf2_symbol_mark_computed): Likewise.
293
eee5b35e
DD
2942011-02-04 David Daney <ddaney@caviumnetworks.com>
295
296 * NEWS: Add item for "catch syscall" on mips*-linux* targets.
297
385203ed
DD
2982011-02-04 David Daney <ddaney@caviumnetworks.com>
299
300 * mips-linux-tdep.c: Include xml-syscall.h.
301 (mips_linux_get_syscall_number): New function.
302 (mips_linux_init_abi): Add calls to
303 mips_linux_get_syscall_number() and set_xml_syscall_file_name().
304 * data-directory/Makefile.in (SYSCALLS_FILES): Add
305 mips-o32-linux.xml, mips-n32-linux.xml and mips-n64-linux.xml
306 * syscalls/mips-n32-linux.xml: New file.
307 * syscalls/mips-n64-linux.xml: New file.
308 * syscalls/mips-o32-linux.xml: New file.
309
9277c30c
UW
3102011-02-04 Ulrich Weigand <ulrich.weigand@linaro.org>
311
312 * dwarf2read.c (dwarf2_ranges_read): Skip empty range entries.
313 Complain about inverted range entries.
314 (dwarf2_record_block_ranges): Likewise.
315
a3be7890
TJB
3162011-02-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
317
318 Fix some typos.
319 * breakpoint.c (update_watchpoint): Fix name of the
320 update_global_location_list function.
321 (print_one_breakpoint): Fix typo.
322 (_initialize_breakpoint): Remove extra space in hbreak help
323 string.
324 * breakpoint.h (struct bp_location) <length>: Fix field
325 description.
326
041274d8
PA
3272011-02-04 Pedro Alves <pedro@codesourcery.com>
328
329 * regcache.c (registers_changed_ptid): Don't explictly always
330 clear `current_regcache'. Only clear current_thread_ptid and
331 current_thread_arch when PTID matches. Only reinit the frame
332 cache if PTID matches the current inferior_ptid. Move alloca(0)
333 call to ...
334 (registers_changed): ... here.
335
c1c2ab58
UW
3362011-02-03 Ulrich Weigand <ulrich.weigand@linaro.org>
337
338 * arm-tdep.c (arm_skip_stack_protector): Accept any symbol that
339 starts with __stack_chk_guard as stack guard symbol.
340
9011945e
AB
3412011-02-03 Andrew Burgess <aburgess@broadcom.com>
342
343 * disasm.c (compare_lines): Handle the end of sequence markers
344 within the line table to better support disassembling over
345 compilation unit boundaries.
346
e0634ccf
UW
3472011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
348
349 * arm-tdep.c (skip_prologue_function): Add GDBARCH and IS_THUMB
350 arguments. Skip in-prologue calls to glibc __aeabi_read_tp
351 implementation even if no symbols are available.
352 (thumb_analyze_prologue): Update call to skip_prologue_function.
353 (arm_analyze_prologue): Likewise.
354
0e9e9abd
UW
3552011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
356
357 * arm-tdep.c: Include "observer.h".
358 (arm_prologue_this_id): Use frame PC if get_frame_func returns 0.
359 (arm_exidx_data_key): New static variable.
360 (struct arm_exidx_entry, arm_exidx_entry_s): New data types.
361 (struct arm_exidx_data): Likewise.
362 (arm_exidx_data_free): New function.
363 (arm_compare_exidx_entries): Likewise.
364 (arm_obj_section_from_vma): Likewise.
365 (arm_exidx_new_objfile): Likewise.
366 (arm_find_exidx_entry): Likewise.
367 (arm_exidx_fill_cache): Likewise.
368 (arm_exidx_unwind_sniffer): Likewise.
369 (arm_exidx_unwind): New global variable.
370 (arm_gdbarch_init): Append unwinder arm_exidx_unwind.
371 (_initialize_arm_tdep): Attach arm_exidx_new_objfile to new_objfile
372 observer. Register arm_exidx_data_key as objfile data.
373
2e9e421f
UW
3742011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
375
376 * arm-tdep.c (arm_analyze_load_stack_chk_guard): Avoid build break
377 due to accessing uninitialized variable. Fix indentation.
378
580688f3
PA
3792011-02-02 Pedro Alves <pedro@codesourcery.com>
380
381 * c-valprint.c (c_value_print): When doing virtual base pointer
382 adjustment, create a new value with adjusted contents rather than
383 changing the contents of the value being printed (and getting it
384 wrong).
385
3d2c1d41
PA
3862011-02-02 Pedro Alves <pedro@codesourcery.com>
387
388 * xml-support.c (xml_find_attribute): New.
389 (xinclude_start_include): Use it.
390 * xml-support.h (xml_find_attribute): Declare.
391 * memory-map.c (memory_map_start_memory)
392 (memory_map_start_property): Use xml_find_attribute.
393 * osdata.c (osdata_start_osdata, osdata_start_column): Use
394 xml_find_attribute.
395 * remote.c (start_thread): Use xml_find_attribute.
396 * solib-target.c (library_list_start_segment)
397 (library_list_start_section, library_list_start_library)
398 (library_list_start_list): Use xml_find_attribute.
399 * xml-tdesc.c (tdesc_start_target, tdesc_start_feature)
400 (tdesc_start_union, tdesc_start_struct, tdesc_start_flags)
401 (tdesc_start_field): Use xml_find_attribute.
402
0af3e2db
UW
4032011-02-02 Ulrich Weigand <uweigand@de.ibm.com>
404
405 * opencl-lang.c (STRINGIFY): Rename to OCL_STRING.
406 (BUILD_OCL_VTYPES): Update.
407
c1039e3c
JB
4082011-02-02 Joel Brobecker <brobecker@adacore.com>
409
410 * configure.ac: Work around non-GNU sed limitation when computing
411 python version number.
412 * configure: Regenerate.
413
600ea1be
JK
4142011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
415
416 Fix debug printing of TYPE_INSTANCE.
417 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New.
418 (dump_subexp_body_standard) <TYPE_INSTANCE>: New.
419
56c12414
JK
4202011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
421
422 Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL,
423 OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME,
424 OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT.
425 * ada-operator.inc: Rename the file to ...
426 * ada-operator.def: ... here, wrap all the entries by macro OP.
427 * expprint.c (op_name_standard): Remove all the entries. Include
428 "std-operator.def" instead.
429 * expression.h (enum exp_opcode): Include "std-operator.def" and
430 "ada-operator.def". Move all the entries ...
431 * std-operator.def: ... here, wrap all the entries by macro OP.
432
c52b559d
PP
4332011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
434
435 * breakpoint.h (remove_jit_event_breakpoints): New prototype.
436 * breakpoint.c (remove_jit_event_breakpoints): New function.
437 * jit.c (jit_descriptor_addr): Delete.
438 (registering_code): Delete.
439 (clear_int): Delete.
440 (jit_inferior_data): New variable.
441 (struct jit_inferior_data): New type.
442 (get_jit_inferior_data): New function.
443 (jit_inferior_data_cleanup): New function.
444 (jit_read_descriptor): Adjust.
445 (jit_register_code): Adjust.
446 (jit_breakpoint_re_set_internal): New function; move code here ...
447 (jit_inferior_init): ... from here.
448 (jit_breakpoint_re_set): Adjust.
449 (jit_reset_inferior_data_and_breakpoints): New function.
450 (jit_inferior_created_observer): Adjust.
451 (jit_inferior_exit_hook): Adjust.
452 (jit_executable_changed_observer): New function.
453 (jit_event_handler): Adjust.
454 (_initialize_jit): Adjust.
455
e839132d
MS
4562011-01-31 Michael Snyder <msnyder@vmware.com>
457
458 * m32r-tdep.c (m32r_gdbarch_init): Replace accidentally deleted
459 line.
460
47a80e90
TT
4612011-01-31 Tom Tromey <tromey@redhat.com>
462
463 PR python/12216:
464 * python/python.c (execute_gdb_command): Call
465 prevent_dont_repeat.
466 * top.c (suppress_dont_repeat): New global.
467 (dont_repeat): Use it.
468 (prevent_dont_repeat): New function.
469 * command.h (prevent_dont_repeat): Declare.
470
45a43567
TT
4712011-01-31 Tom Tromey <tromey@redhat.com>
472
473 * infcmd.c (finish_backward): Use breakpoint_set_silent.
474 * python/py-breakpoint.c (bppy_set_silent): Use
475 breakpoint_set_silent.
476 (bppy_set_thread): Use breakpoint_set_thread.
477 (bppy_set_task): Use breakpoint_set_task.
478 * breakpoint.h (breakpoint_set_silent, breakpoint_set_thread)
479 (breakpoint_set_task): Declare.
480 (make_breakpoint_silent): Remove.
481 * breakpoint.c (breakpoint_set_silent): New function.
482 (breakpoint_set_thread): Likewise.
483 (breakpoint_set_task): Likewise.
484 (make_breakpoint_silent): Remove.
485
09d682a4
TT
4862011-01-31 Tom Tromey <tromey@redhat.com>
487
488 * breakpoint.h (user_breakpoint_p): Declare.
489 * breakpoint.c (user_breakpoint_p): New function.
490 (breakpoint_1): Use it.
491 (save_breakpoints): Likewise.
492
9c4ea6c5
JB
4932011-01-31 Joel Brobecker <brobecker@adacore.com>
494
495 * configure.ac: Add handling of Python distribution on Windows.
496 * python-config.py: If the LIBS, SYSLIBS, LIBPL and/or LINKFORSHARED
497 sysconfig variables are not defined, then do not use them.
498 On Windows, if LIBPL is not defined, then use prefix + '/libs'
499 instead. On Windows, return all paths using forward-slashes
500 rather than backslashes.
501
ac534cba
JB
5022011-01-31 Joel Brobecker <brobecker@adacore.com>
503
504 * configure.ac: Remove fallback behavior for building
505 against Python. Remove tweaking of Python include path.
506 Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution.
507 (AC_TRY_LIBPYTHON): Adjust program used in linking test.
508 If link is successful, set PYTHON_CPPFLAGS and PYTHON_LIBS.
509 Always restore CPPFLAGS and LIBS after linking test.
510 * configure: Regenerated.
511 * Makefile.in (INTERNAL_CPPFLAGS): Add @PYTHON_CPPFLAGS@.
512 (INSTALLED_LIBS, CLIBS): Add @PYTHON_LIBS@.
513 * python/python-internal.h: Adjust includes of Python .h files.
514
c2f0d045
JB
5152011-01-31 Joel Brobecker <brobecker@adacore.com>
516
517 * tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
518 in error message.
519
6b0c4c1f
JB
5202011-01-31 Joel Brobecker <brobecker@adacore.com>
521
522 * inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode
523 value test.
524
672c9795
YQ
5252011-01-31 Yao Qi <yao@codesourcery.com>
526
527 * arm-linux-nat.c: Update calls to regcache_register_status
528 instead of regcache_valid_p.
529 * aix-thread.c: Likewise.
530 * i386gnu-nat.c: Likewise.
531
80b23b6a
JK
5322011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
533
534 Fix crash.
535 * valops.c (compare_parameters): Verify TYPE_NFIELDS before
536 touching TYPE_FIELD_ARTIFICIAL.
537
4cd712bd
RE
5382011-01-28 Richard Earnshaw <rearnsha@arm.com>
539
540 * MAINTAINERS: Move myself from Responsible Maintainers to Authorized
541 Committers.
542
ffd5ec24
PA
5432011-01-28 Pedro Alves <pedro@codesourcery.com>
544
545 * tracepoint.c (tfile_xfer_partial): If there's no traceframe
546 selected, don't try iterating over the traceframe's blocks.
547 (tfile_has_stack): If there's no traceframe selected, then there's
548 no stack.
549 (tfile_has_registers): If there's no traceframe selected, then
550 there's no registers.
551
e8c9e0a1
PA
5522011-01-28 Pedro Alves <pedro@codesourcery.com>
553
554 * target.c (memory_xfer_partial): No need to restore shadows if we
555 haven't read anything.
556
de15c4ab
PA
5572011-01-28 Pedro Alves <pedro@codesourcery.com>
558
559 * mips-tdep.c (mips_print_register): Use get_frame_register_value
560 and val_print_scalar_formatted.
561
9f41c731
PA
5622011-01-27 Pedro Alves <pedro@codesourcery.com>
563
564 * tracepoint.c (tfile_read): New.
565 (tfile_open): Use it.
566 (tfile_get_traceframe_address): Use it.
567 (tfile_trace_find): Use it.
568 (walk_blocks_callback_func): New typedef.
569 (match_blocktype): New function.
570 (traceframe_walk_blocks): New function.
571 (traceframe_find_block_type): New function.
572 (tfile_fetch_registers, tfile_xfer_partial)
573 (tfile_get_trace_state_variable_value): Use
574 traceframe_find_block_type and tfile_read.
575
cdefc55d
KB
5762011-01-26 Kevin Buettner <kevinb@redhat.com>
577
578 * remote-mips.c: Add internationalization mark ups. Remove
579 trailing \n from already marked up strings.
580
a81766d8
TT
5812011-01-26 Tom Tromey <tromey@redhat.com>
582
583 * python/py-prettyprint.c (print_string_repr): Clear
584 'addressprint' option when calling val_print_string.
585 (print_children): Handle Val_pretty_default. Clear 'addressprint'
586 option when calling val_print_string.
587
74aedc46
TT
5882011-01-26 Tom Tromey <tromey@redhat.com>
589
590 * python/python.c (gdbpy_solib_name): Use gdb_py_longest and
591 GDB_PY_LL_ARG.
592 * python/python-internal.h (GDB_PY_LL_ARG, GDB_PY_LLU_ARG): New
593 macros.
594 (gdb_py_longest, gdb_py_ulongest): New typedefs.
595 (gdb_py_long_from_longest, gdb_py_long_from_ulongest)
596 (gdb_py_long_as_ulongest): New defines.
597 (gdb_py_object_from_longest, gdb_py_object_from_ulongest)
598 (gdb_py_int_as_long): Declare.
599 * python/py-value.c (valpy_lazy_string): Use gdb_py_longest,
600 GDB_PY_LL_ARG, gdb_py_object_from_longest.
601 (valpy_long): Add comment.
602 * python/py-utils.c (get_addr_from_python): Use
603 gdb_py_long_as_ulongest. Handle overflow properly.
604 (gdb_py_object_from_longest): New function.
605 (gdb_py_object_from_ulongest): Likewise.
606 (gdb_py_int_as_long): Likewise.
607 * python/py-type.c (typy_array): Use gdb_py_int_as_long.
608 * python/py-symtab.c (salpy_get_pc): Use
609 gdb_py_long_from_ulongest.
610 (salpy_get_line): Use PyInt_FromLong.
611 * python/py-param.c (set_parameter_value): Use
612 gdb_py_int_as_long.
613 * python/py-lazy-string.c (stpy_get_address): Use
614 gdb_py_long_from_ulongest.
615 * python/py-frame.c (frapy_pc): Use gdb_py_long_from_ulongest.
616 * python/py-cmd.c (cmdpy_completer): Use gdb_py_int_as_long.
617 * python/py-breakpoint.c (bppy_set_thread): Use
618 gdb_py_int_as_long.
619 (bppy_set_task): Likewise.
620 (bppy_set_ignore_count): Likewise.
621 (bppy_set_hit_count): Likewise.
622 * python/py-block.c (blpy_get_start): Use
623 gdb_py_object_from_ulongest.
624 (blpy_get_end): Likewise.
625 (gdbpy_block_for_pc): Use gdb_py_ulongest and GDB_PY_LLU_ARG.
626
e4f6d2ec
TJB
6272011-01-25 Mathieu Lacage <mathieu.lacage@inria.fr>
628
629 PR/symtab 11766:
630 * gdb/objfiles.h (struct objfile) <addr_low>: New field.
631 * gdb/solib.c (solib_read_symbols): Check for addr_low in
632 equality test for objfile, initialize addr_low if needed.
633
b30aa278
PA
6342011-01-25 Pedro Alves <pedro@codesourcery.com>
635
636 * tui/tui-regs.c (tui_register_format): Remove dead code.
637
ab2188aa
PA
6382011-01-25 Pedro Alves <pedro@codesourcery.com>
639
640 * printcmd.c (print_formatted): Use val_print_scalar_formatted
641 instead of print_scalar_formatted.
642 (print_scalar_formatted): Don't handle 's' format strings here,
643 and add an assertion that we never see such format here.
644 * valprint.h (val_print_scalar_formatted): Declare.
645 * valprint.c (val_print_scalar_formatted): New.
646 * c-valprint.c (c_val_print): Use val_print_scalar_formatted
647 instead of print_scalar_formatted.
648 * jv-valprint.c (java_val_print): Ditto.
649 * p-valprint.c (pascal_val_print): Ditto.
650 * ada-valprint.c (ada_val_print_1): Ditto.
651 * f-valprint.c (f_val_print): Ditto.
652 * infcmd.c (registers_info): Ditto.
653 * m2-valprint.c (m2_val_print): Ditto.
654
66d61a4c
PA
6552011-01-25 Pedro Alves <pedro@codesourcery.com>
656
657 * m2-valprint.c (print_unbounded_array): Pass
658 value_contents_for_printing rather than value_contents, to
659 m2_print_array_contents. Also pass in the value.
660
831adc1f
JK
6612011-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
662
663 * dwarf2read.c (dwarf2_read_index, write_psymtabs_to_index)
664 (save_gdb_index_command): Switch to .gdb_index version 4.
665
20622269
PA
6662011-01-25 Pedro Alves <pedro@codesourcery.com>
667
668 * mi/mi-main.c (get_register): Use get_frame_register_value rather
669 than frame_register, and always pass a valid value to val_print.
670
585fdaa1
PA
6712011-01-25 Pedro Alves <pedro@codesourcery.com>
672
673 Centralize printing "<optimized out>".
674
675 * valprint.h (val_print_optimized_out): Declare.
676 * cp-valprint.c (cp_print_value_fields): Use
677 val_print_optimized_out.
678 * jv-valprint.c (java_print_value_fields): Ditto.
679 * p-valprint.c (pascal_object_print_value_fields): Ditto.
680 * printcmd.c (print_formatted): Ditto.
681 * valprint.c (valprint_check_validity): Ditto.
682 (value_check_printable): Ditto.
683 (val_print_optimized_out): New.
684
29ec5263
PA
6852011-01-25 Pedro Alves <pedro@codesourcery.com>
686
687 * infcmd.c (default_print_registers_info): Allocate values so to
688 never pass a NULL value to val_print.
689
de4127a3
PA
6902011-01-25 Pedro Alves <pedro@codesourcery.com>
691
692 * cp-valprint.c (cp_print_value): Treat the 'skip' local as
693 boolean. Make sure to always pass a value that matches the
694 contents buffer to callees. Preserve `address' for following
695 iterations.
696 * value.c (value_contents_for_printing_const): New.
697 (value_address): Constify value argument.
698 * value.h (value_contents_for_printing_const): Declare.
699 (value_address): Constify value argument.
700
ee99023e
PA
7012011-01-25 Pedro Alves <pedro@codesourcery.com>
702
703 * regcache.c (struct regcache_descr): Rename
704 sizeof_raw_register_valid_p field to sizeof_raw_register_status,
705 and sizeof_cooked_register_valid_p to
706 sizeof_cooked_register_status.
707 (init_regcache_descr): Adjust.
708 (struct regcache): Rename register_valid_p field to
709 register_status.
710 (regcache_xmalloc_1, regcache_xfree, regcache_save)
711 (do_cooked_read): Adjust.
712 (regcache_valid_p): Rename to ...
713 (regcache_register_status): ... this. Adjust.
714 (regcache_invalidate): Adjust.
715 (regcache_raw_read, regcache_cooked_read, regcache_raw_write):
716 Adjust.
717 (regcache_raw_supply): Adjust. If buf i NULL, mark the register
718 as unavailable, not valid.
719 (regcache_dump): Adjust.
720 * regcache.h (enum register_status): New.
721 (regcache_register_status): Declare.
722 (regcache_invalidate): Delete declaration.
723 * corelow.c (get_core_registers): Adjust.
724 * tracepoint.c (tfile_fetch_registers): Adjust.
725 * trad-frame.c (REG_VALUE): Rename to ...
726 (TF_REG_VALUE): ... this.
727 (REG_UNKNOWN): Rename to ...
728 (TF_REG_UNKNOWN): ... this.
729 (trad_frame_set_value, trad_frame_set_unknown): Adjust.
730 * mi/mi-main.c (register_changed_p): Adjust.
731
99e42fd8
PA
7322011-01-25 Pedro Alves <pedro@codesourcery.com>
733
734 * regcache.c (struct regcache_descr): Remove outdated comment.
735 (init_regcache_descr): Remove sizeof_raw_register_valid_p
736 overallocate hack.
737 (regcache_xmalloc): Rename to ...
738 (regcache_xmalloc_1): ... this. Add `readonly_p' parameter.
739 Allocate the regcache type accordingly.
740 (regcache_xmalloc): New as wrapper around regcache_xmalloc_1.
741 (regcache_xfree): Asser the source is also readonly. Copy sizeof
742 cooked registers, not raw.
743 (regcache_dup_no_passthrough): Delete.
744 (get_thread_arch_regcache): Use regcache_xmalloc_1.
745 * h8300-tdep.c (h8300_push_dummy_call): Tweak comment to not
746 mention obsolete write_register_bytes.
747 * regcache.h (regcache_dup_no_passthrough): Delete declaration.
748
f7605bc2
PA
7492011-01-25 Pedro Alves <pedro@codesourcery.com>
750
751 Stop remote_read_bytes from handling partial reads itself.
752
753 * remote-fileio.c: Include target.h.
754 (remote_fileio_write_bytes): Delete.
755 (remote_fileio_func_open, remote_fileio_func_write)
756 (remote_fileio_func_rename, remote_fileio_func_unlink): Use
757 target_read_memory.
758 (remote_fileio_func_stat): Use target_read_memory and
759 target_write_memory.
760 (remote_fileio_func_gettimeofday): Use target_write_memory.
761 (remote_fileio_func_system): Use target_read_memory.
762 * remote.c (remote_write_bytes): Make it static.
763 (remote_read_bytes): Don't handle partial reads here.
764 * remote.h (remote_read_bytes): Delete declaration.
765
efc0eabd
PA
7662011-01-25 Pedro Alves <pedro@codesourcery.com>
767
768 Simplify XML parsing a bit.
769
770 * xml-support.h (gdb_xml_parse_quick): Declare.
771 * xml-support.c (gdb_xml_create_parser_and_cleanup_1): Renamed
772 from gdb_xml_create_parser_and_cleanup, and added `old_chain'
773 parameter.
774 (gdb_xml_create_parser_and_cleanup): Reimplement on top of
775 gdb_xml_create_parser_and_cleanup_1.
776 (gdb_xml_parse_quick): New.
777 * memory-map.c (parse_memory_map): Use gdb_xml_parse_quick.
778 * osdata.c (osdata_parse): Ditto.
779 * remote.c (remote_threads_info): Ditto.
780 * solib-target.c (solib_target_parse_libraries): Ditto.
781 * xml-syscall.c (syscall_parse_xml): Ditto.
782 * xml-tdesc.c (tdesc_parse_xml): Ditto.
783
314d366a
KB
7842011-01-24 Kevin Buettner <kevinb@redhat.com>
785
786 * configure.tgt (mips*-*-elf): New; just like mips*-*-*, but
787 with remote-mips.o added to gdb_target_obs.
788 * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o.
789
a491d753
PA
7902011-01-24 Pedro Alves <pedro@codesourcery.com>
791
792 * ada-valprint.c (val_print_packed_array_elements): Pass the
793 correct struct value to val_print.
794 (ada_val_print_1): Ditto.
795
490f124f
PA
7962011-01-24 Pedro Alves <pedro@codesourcery.com>
797
798 Don't lose embedded_offset in printing routines throughout.
799
800 * valprint.h (val_print_array_elements): Change prototype.
801 * valprint.c (val_print_array_elements): Add `embedded_offset'
802 parameter, and adjust to pass it down to val_print, while passing
803 `valaddr' or `address' unmodified. Take embedded_offset into
804 account when checking repetitions.
805 * c-valprint.c (c_val_print): Pass embedded_offset to
806 val_print_array_elements instead of adjusting `valaddr' and
807 `address'.
808 * m2-valprint.c (m2_print_array_contents, m2_val_print): Pass
809 embedded_offset to val_print_array_elements instead of adjusting
810 `valaddr'.
811 * p-lang.h (pascal_object_print_value_fields): Adjust prototype.
812 * p-valprint.c (pascal_val_print): Pass embedded_offset to
813 val_print_array_elements and pascal_object_print_value_fields
814 instead of adjusting `valaddr'.
815 (pascal_object_print_value_fields): Add `offset' parameter, and
816 adjust to use it.
817 (pascal_object_print_value): Add `offset' parameter, and adjust to
818 use it.
819 (pascal_object_print_static_field): Use
820 value_contents_for_printing/value_embedded_offset, rather than
821 value_contents.
822 * ada-valprint.c (val_print_packed_array_elements): Add `offset'
823 parameter, and adjust to use it. Use
824 value_contents_for_printing/value_embedded_offset, rather than
825 value_contents.
826 (ada_val_print): Rename `valaddr0' parameter to `valaddr'.
827 (ada_val_print_array): Add `offset' parameter, and adjust to use
828 it.
829 (ada_val_print_1): Rename `valaddr0' parameter to `valaddr', and
830 `embedded_offset' to `offset'. Don't re-adjust `valaddr'.
831 Instead work with offsets. Use
832 value_contents_for_printing/value_embedded_offset, rather than
833 value_contents. Change `defer_val_int' local type to CORE_ADDR,
834 and use value_from_pointer to extract a target pointer, rather
835 than value_from_longest.
836 (print_variant_part): Add `offset' parameter. Replace
837 `outer_valaddr' parameter by a new `outer_offset' parameter.
838 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
839 (ada_value_print): Use
840 value_contents_for_printing/value_embedded_offset, rather than
841 value_contents.
842 (print_record): Add `offset' parameter, and adjust to pass it
843 down.
844 (print_field_values): Add `offset' parameter. Replace
845 `outer_valaddr' parameter by a new `outer_offset' parameter.
846 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
847 Use value_contents_for_printing/value_embedded_offset, rather than
848 value_contents.
849 * d-valprint.c (dynamic_array_type): Use
850 value_contents_for_printing/value_embedded_offset, rather than
851 value_contents.
852 * jv-valprint.c (java_print_value_fields): Add `offset' parameter.
853 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
854 (java_print_value_fields): Take `offset' into account. Don't
855 re-adjust `valaddr'. Instead pass down adjusted offsets.
856 (java_val_print): Take `embedded_offset' into account. Pass it to
857 java_print_value_fields.
858 * f-valprint.c (f77_print_array_1): Add `embedded_offset'
859 parameter. Don't re-adjust `valaddr' or `address'. Instead pass
860 down adjusted offsets.
861 (f77_print_array): Add `embedded_offset' parameter. Pass it down.
862 (f_val_print): Take `embedded_offset' into account.
863
7bfc9434
JB
8642011-01-21 Joel Brobecker <brobecker@adacore.com>
865
866 * inflow.c: Include "gdbcmd.h".
867 (interactive_mode): New static global, moved here from top.c.
868 (show_interactive_mode): New function, moved here from top.c.
869 use gdb_has_a_terminal instead of input_from_terminal_p to
870 determine the current mode.
871 (gdb_has_a_terminal): Add handling of the "iteractive-mode"
872 setting.
873 (_initialize_inflow): Add the "set/show interactive-mode"
874 commands. Moved here from top.c, after having adjusted slightly
875 the help text.
876 * top.c (interactive_mode, show_interactive_mode): Delete, moved
877 to inflow.c.
878 (input_from_terminal_p): Remove handling of "interactive-mode"
879 setting, moved to infow.c.
880 (init_main): Remove creation of the "set/show interactive-mode"
881 commands, moved to inflow.c.
882
44603653
JB
8832011-01-19 Joel Brobecker <brobecker@adacore.com>
884
885 * NEWS: Add entry for native ia64-hpux support.
886
4694da01
TT
8872011-01-19 Tom Tromey <tromey@redhat.com>
888
889 PR mi/8618:
890 * thread.c (free_thread): Free 'name'.
891 (print_thread_info): Emit thread name. Change CLI output.
892 (thread_name_command): New function.
893 (do_captured_thread_select): Emit newline.
894 (_initialize_thread): Register 'thread name' command.
895 * target.h (struct target_ops) <to_thread_name>: New field.
896 (target_thread_name): New macro.
897 * target.c (update_current_target): Handle to_thread_name.
898 * python/py-infthread.c (thpy_get_name): New function.
899 (thpy_set_name): Likewise.
900 (thread_object_getset): Add "name".
901 * linux-nat.c (linux_nat_thread_name): New function.
902 (linux_nat_add_target): Set to_thread_name.
903 * gdbthread.h (struct thread_info) <name>: New field.
904
10d44370
JB
9052011-01-18 Joel Brobecker <brobecker@adacore.com>
906
907 * ada-valprint.c (ada_print_scalar): Remove unsigned char downcast.
908 (ada_val_print_1): Likewise.
909
e3acb115
JB
9102011-01-18 Joel Brobecker <brobecker@adacore.com>
911
912 * rs6000-tdep.c (rs6000_skip_prologue): Make sure that the prologue
913 upper limit address is not greater than the function end address
914 when the upper limit could not be computed using the debugging
915 info.
916
dc92e161
TT
9172011-01-17 Tom Tromey <tromey@redhat.com>
918
919 * cli/cli-cmds.c (apropos_command): Free the compiled regex. Use
920 get_regcomp_error.
921 * utils.c: Include gdb_regex.h.
922 (do_regfree_cleanup): New function.
923 (make_regfree_cleanup): Likewise.
924 (get_regcomp_error): Likewise.
925 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Declare.
926
f55af66d
TT
9272011-01-17 Tom Tromey <tromey@redhat.com>
928
929 * cli/cli-cmds.c (apropos_command): Fix formatting. Don't call
930 re_compile_fastmap.
931
a5a44b53
PM
9322011-01-17 Pierre Muller <muller@ics.u-strasbg.fr>
933
934 * p-exp.y (intvar): New static variable, used to set CURRENT_TYPE
935 for internal variables.
936 (last_was_structop): New static variable.
937 (COMPLETE): New token.
938 (field_exp): New rule to group all '.' suffix handling.
939 Add mark_struct_expression calls when approriate to be able
940 to correctly find fields for completion.
941 (yylex): Adapt to handle field completion and set INTVAR when
942 required.
943
2c291032
YQ
9442011-01-14 Yao Qi <yao@codesourcery.com>
945
946 * arm-tdep.c (arm_register_reggroup_p): FPS register is in
947 save_reggroup, restore_reggroup and all_reggroup.
948
447b483c
JB
9492011-01-14 Joel Brobecker <brobecker@adacore.com>
950
951 * ada-valprint. (ada_printchar): Use the correct type length
952 in call to ada_emit_char.
953 * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.
954
7b64a93b
PM
9552011-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
956
957 * solib-som.h (hpux_major_release): Declare variable here.
958 * solib-som.c: Remove <sys/utsname.h> header.
959 (DEFAULT_HPUX_MAJOR_RELEASE): New macro.
960 (hpux_major_release): Make global, change default value to
961 DEFAULT_HPUX_MAJOR_RELEASE.
962 (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE.
963 * hppa-hpux-nat.c: Add <sys/utsname.h> include.
964 Add "solib-som.h" header.
965 (set_hpux_major_release): New function.
966 (_initialize_hppa_hpux_nat): Call set_hpux_major_release.
967
4e18c053
MF
9682011-01-14 Mike Frysinger <vapier@gentoo.org>
969
970 * configure.tgt (*-*-uclinux*): Match more Linux os targets
971
a9df6b22
JB
9722011-01-14 Joel Brobecker <brobecker@adacore.com>
973
974 * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
975 new-line at end of warning message.
976 (ia64_hpux_store_register): Remove trailing new-line at end of
977 error message.
978 * ia64-hpux-tdep.c: Rephrase comment.
979 * solib-ia64-hpux.c (struct dld_info): Change type of field
980 dld_flags from "long long" to ULONGEST.
981
ecb956dd
PA
9822011-01-14 Pedro Alves <pedro@codesourcery.com>
983
984 * target.h (deprecated_child_ops): Delete declaration.
985 * target.c (deprecated_child_ops): Delete definition.
986
76adfcae
PA
9872011-01-14 Pedro Alves <pedro@codesourcery.com>
988
989 * Makefile.in (hpux-thread.o): Delete rule.
990 * configure.ac: Don't check for HPUX DCE threads support.
991 * configure, config.in: Regenerate.
992 * hppa-hpux-nat.c (child_suppress_run): Delete.
993 (hppa_hpux_child_can_run): Delete.
994 (_initialize_hppa_hpux_nat): Don't override to_can_run.
995 * hpux-thread.c: Delete.
996
042e866e
JB
9972011-01-13 Joel Brobecker <brobecker@adacore.com>
998
999 * hpux-thread.c (hpux_pid_to_str): Delete.
1000
4ffa5a33
JB
10012011-01-13 Joel Brobecker <brobecker@adacore.com>
1002
1003 * ada-valprint.c (ada_emit_char): Remove strange code.
1004 Check that c is <= UCHAR_MAX before passing it to isascii.
1005 (char_at): Do not assume that TYPE_LEN is either 1 or 2.
1006
de8fa76c
JB
10072011-01-13 Joel Brobecker <brobecker@adacore.com>
1008
1009 * top.c (input_from_terminal_p): Restrict the use of interactive_mode
1010 to the case where instream is stdin.
1011
c4de7027
JB
10122011-01-13 Joel Brobecker <brobecker@adacore.com>
1013
1014 * ia64-tdep.h (struct regcache): Forward declare.
1015 (struct ia64_infcall_ops): New struct type.
1016 (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
1017 and "infcall_ops".
1018 * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
1019 Renames ia64_find_global_pointer.
1020 (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
1021 (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
1022 (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
1023 methods.
1024 (ia64_infcall_ops): New static global constant.
1025 (ia64_gdbarch_init): Set tdep->infcall_ops.
1026 * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
1027 (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
1028 * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
1029 (ia64_hpux_dummy_code): New static global constant.
1030 (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
1031 (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
1032 (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
1033 New function.
1034 (ia64_hpux_infcall_ops): New static global constant.
1035 (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
1036 for inferior function calls to work properly on ia64-hpux.
1037
77ca787b
JB
10382011-01-13 Joel Brobecker <brobecker@adacore.com>
1039
1040 * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
1041 * ia64-tdep.h (struct frame_info): forward declaration.
1042 (struct gdbarch_tdep): Add field size_of_register_frame.
1043 * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
1044 to determine the size of the register frame.
1045 (ia64_size_of_register_frame): New function.
1046 (ia64_gdbarch_init): Set tdep->size_of_register_frame.
1047 * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
1048 (IA64_HPUX_UREG_REASON): New macro.
1049 (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
1050 New functions.
1051 (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
1052 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
1053 (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
1054 objects.
1055
92c9a463
JB
10562011-01-13 Joel Brobecker <brobecker@adacore.com>
1057
1058 Add support for ia64-hpux.
1059 * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
1060 ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
1061
1062 * configure.host: Add handling for ia64-hpux hosts. Add associated
1063 floatformats.
1064 * configure.tgt: Add handling for ia64-hpux targets.
1065 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
1066 (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
1067 (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
1068
f688d93f
JB
10692011-01-13 Joel Brobecker <brobecker@adacore.com>
1070
1071 [ttrace] Compute thread list immediately after attach.
1072 * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
1073 New subprogram.
1074 (inf_ttrace_attach): Use it.
1075
1b89e62f
JB
10762011-01-13 Joel Brobecker <brobecker@adacore.com>
1077
1078 * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
1079 if we could not determine the frame's function address. Instead,
1080 use the frame's PC, and then continue.
1081
3e5e6e2a
JB
10822011-01-13 Joel Brobecker <brobecker@adacore.com>
1083
1084 * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
1085 not already defined.
1086
825d6d8a
JB
10872011-01-13 Joel Brobecker <brobecker@adacore.com>
1088
1089 * ia64-tdep.c (ia64_struct_type_p): New function.
1090 (ia64_extract_return_value): Handle integral values that are
1091 less than 8 bytes long.
1092 (ia64_push_dummy_call): Likewise.
1093
7458e667
JB
10942011-01-13 Joel Brobecker <brobecker@adacore.com>
1095
1096 * ia64-tdep.c (floatformat_ia64_ext_little): Renames
1097 floatformat_ia64_ext.
1098 (floatformat_ia64_ext_big): New static const.
1099 (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
1100
1b05df00
TT
11012011-01-12 Tom Tromey <tromey@redhat.com>
1102
1103 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
1104 messages.
1105 * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
1106 (mi_cmd_thread_list_ids): Likewise.
1107 (mi_cmd_data_list_changed_registers): Likewise.
1108 (mi_cmd_data_list_register_values): Likewise.
1109 (mi_cmd_data_write_register_values): Likewise.
1110 (mi_cmd_data_evaluate_expression): Likewise.
1111 (mi_cmd_data_read_memory): Likewise.
1112 (mi_cmd_data_read_memory_bytes): Likewise.
1113 (mi_cmd_data_write_memory): Likewise.
1114 (mi_cmd_enable_timings): Likewise.
1115 * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
1116 * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
1117 (mi_cmd_var_delete): Likewise.
1118 (mi_cmd_var_set_format): Likewise.
1119 (mi_cmd_var_show_format): Likewise.
1120 (mi_cmd_var_info_num_children): Likewise.
1121 (mi_cmd_var_list_children): Likewise.
1122 (mi_cmd_var_info_type): Likewise.
1123 (mi_cmd_var_info_expression): Likewise.
1124 (mi_cmd_var_show_attributes): Likewise.
1125 (mi_cmd_var_assign): Likewise.
1126 (mi_cmd_var_update): Likewise.
1127 (mi_cmd_enable_pretty_printing): Likewise.
1128 (mi_cmd_var_set_update_range): Likewise.
1129 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
1130 messages.
1131 (mi_cmd_target_file_put): Likewise.
1132 (mi_cmd_target_file_delete): Likewise.
1133 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
1134 messages.
1135 (mi_cmd_stack_info_depth): Likewise.
1136 (mi_cmd_stack_list_locals): Likewise.
1137 (mi_cmd_stack_list_args): Likewise.
1138 (mi_cmd_stack_select_frame): Likewise.
1139 (mi_cmd_stack_select_frame): Likewise.
1140 (mi_cmd_stack_info_frame): Likewise.
1141 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
1142 messages.
1143 (mi_cmd_file_list_exec_source_files): Likewise.
1144 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
1145 (mi_cmd_env_cd): Likewise.
1146 (mi_cmd_env_path): Likewise.
1147 (mi_cmd_env_dir): Likewise.
1148 (mi_cmd_inferior_tty_show): Likewise.
1149 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
1150 * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
1151 (mi_cmd_break_watch): Likewise.
1152
ad422571
TJB
11532011-01-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
1154
1155 * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
1156 (ppc_linux_insert_hw_breakpoint): Likewise.
1157 (ppc_linux_remove_hw_breakpoint): Likewise.
1158 (ppc_linux_insert_watchpoint): Likewise.
1159
c2ff108b
JK
11602011-01-12 Andrew Burgess <aburgess@broadcom.com>
1161 Jan Kratochvil <jan.kratochvil@redhat.com>
1162
1163 PR fortran/11104 and DWARF unbound arrays detection.
1164 * dwarf2read.c (read_subrange_type): Set zero length on unspecified
1165 upper bound. Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
1166 unspecified upper bound.
1167 * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
1168 variables array_size_array, tmp_type and offset_item. New variable
1169 array. Remove call to f77_get_upperbound. New variables array_type
1170 and index. Call value_subscripted_rvalue for each dimenasion. Remove
1171 the final call to deprecated_set_value_type.
1172
41e8491f
JK
11732011-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1174
1175 Make value allocations more lazy.
1176 * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
1177 instead of allocate_value and set_value_lazy when possible.
1178 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy
1179 instead of allocate_value and set_value_lazy.
1180 * findvar.c (value_of_register_lazy): Likewise.
1181 (read_var_value): Remove V preallocation, call just check_typedef in
1182 advance. Move allocate_value to LOC_CONST, LOC_LABEL,
1183 LOC_CONST_BYTES. Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
1184 LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK. Set ADDR instead of
1185 set_value_address and break in LOC_BLOCK. Use allocate_value_lazy and
1186 remove lval_memory set in LOC_REGPARM_ADDR. Use allocate_value_lazy
1187 in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT. Add setting lval_memory at
1188 the end, remove set_value_lazy there.
1189 * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
1190 instead of allocate_value and set_value_lazy when possible.
1191 * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
1192 * value.c (allocate_computed_value): Use allocate_value_lazy instead
1193 of allocate_value and set_value_lazy.
1194 (value_from_contents_and_address): Use allocate_value_lazy instead of
1195 allocate_value and set_value_lazy when possible.
1196
b716877b
AB
11972011-01-12 Andrew Burgess <aburgess@broadcom.com>
1198
1199 * disasm.c (dump_insns): Support dumping opcodes for MI.
1200 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
1201 dumping of instruction opcodes.
1202
d5ae309f
JB
12032011-01-09 Robert Millan <rmh@gnu.org> (tiny patch)
1204
1205 * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
1206 appropiately.
1207
98871305
TT
12082011-01-11 Tom Tromey <tromey@redhat.com>
1209
1210 * thread.c (do_captured_thread_select): Emit newline before
1211 printing frame.
1212
c378eb4e
MS
12132011-01-11 Michael Snyder <msnyder@vmware.com>
1214
1215 * s390-tdep.c: Comment cleanup, mostly periods and spaces.
1216 * score-tdep.c: Ditto.
1217 * score-tdep.h: Ditto.
1218 * ser-base.c: Ditto.
1219 * ser-go32.c: Ditto.
1220 * serial.c: Ditto.
1221 * serial.h: Ditto.
1222 * ser-mingw.c: Ditto.
1223 * ser-pipe.c: Ditto.
1224 * ser-tcp.c: Ditto.
1225 * ser-unix.c: Ditto.
1226 * sh64-tdep.c: Ditto.
1227 * shnbsd-nat.c: Ditto.
1228 * sh-tdep.c: Ditto.
1229 * sh-tdep.h: Ditto.
1230 * solib.c: Ditto.
1231 * solib-darwin.c: Ditto.
1232 * solib-frv.c: Ditto.
1233 * solib.h: Ditto.
1234 * solib-irix.c: Ditto.
1235 * solib-osf.c: Ditto.
1236 * solib-pa64.c: Ditto.
1237 * solib-som.c: Ditto.
1238 * solib-spu.c: Ditto.
1239 * solib-sunos.c: Ditto.
1240 * solib-svr4.c: Ditto.
1241 * solist.h: Ditto.
1242 * sol-thread.c: Ditto.
1243 * somread.c: Ditto.
1244 * source.c: Ditto.
1245 * source.h: Ditto.
1246 * sparc64-linux-tdep.c: Ditto.
1247 * sparc64-tdep.c: Ditto.
1248 * sparc-linux-nat.c: Ditto.
1249 * sparc-linux-tdep.c: Ditto.
1250 * sparc-sol2-nat.c: Ditto.
1251 * sparc-sol2-tdep.c: Ditto.
1252 * sparc-tdep.c: Ditto.
1253 * sparc-tdep.h: Ditto.
1254 * spu-tdep.c: Ditto.
1255 * stabsread.c: Ditto.
1256 * stabsread.h: Ditto.
1257 * stack.c: Ditto.
1258 * symfile.c: Ditto.
1259 * symfile.h: Ditto.
1260 * symmisc.c: Ditto.
1261 * symtab.c: Ditto.
1262 * symtab.h: Ditto.
1263 * target.c: Ditto.
1264 * target-descriptions.c: Ditto.
1265 * target-descriptions.h: Ditto.
1266 * target.h: Ditto.
1267 * target-memory.c: Ditto.
1268 * terminal.h: Ditto.
1269 * thread.c: Ditto.
1270 * top.c: Ditto.
1271 * tracepoint.c: Ditto.
1272 * tracepoint.h: Ditto.
1273 * trad-frame.h: Ditto.
1274 * typeprint.c: Ditto.
1275
581e13c1
MS
12762011-01-11 Michael Snyder <msnyder@vmware.com>
1277
1278 * ui-file.c: Comment cleanup, mostly periods and spaces.
1279 * ui-file.h: Ditto.
1280 * ui-out.c: Ditto.
1281 * ui-out.h: Ditto.
1282 * utils.c: Ditto.
1283 * v850-tdep.c: Ditto.
1284 * valarith.c: Ditto.
1285 * valops.c: Ditto.
1286 * valprint.c: Ditto.
1287 * valprint.h: Ditto.
1288 * value.c: Ditto.
1289 * value.h: Ditto.
1290 * varobj.c: Ditto.
1291 * varobj.h: Ditto.
1292 * vax-tdep.c: Ditto.
1293 * vec.c: Ditto.
1294 * vec.h: Ditto.
1295 * version.h: Ditto.
1296 * windows-nat.c: Ditto.
1297 * windows-tdep.c: Ditto.
1298 * xcoffread.c: Ditto.
1299 * xcoffsolib.c: Ditto.
1300 * xml-support.c: Ditto.
1301 * xstormy16-tdep.c: Ditto.
1302 * xtensa-tdep.c: Ditto.
1303 * xtensa-tdep.h: Ditto.
1304
90e4670f
TJB
13052011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
1306
1307 * breakpoint.c (resources_needed_watchpoint): Fix indentation.
1308 * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
1309
e09342b5
TJB
13102011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1311 Thiago Jung Bauermann <bauerman@br.ibm.com>
1312
1313 Implement support for PowerPC BookE ranged watchpoints.
1314 * breakpoint.h
1315 (struct breakpoint_ops) <resources_needed>: New method.
1316 Initialize to NULL in all existing breakpoint_ops instances.
1317 (struct breakpoint) <exact>: New field.
1318 (target_exact_watchpoints): Declare external global.
1319 * breakpoint.c (target_exact_watchpoints): New global flag.
1320 (update_watchpoint): Set b->type to bp_hardware_watchpoint and
1321 b->enable_state to bp_enabled before calling
1322 hw_watchpoint_used_count.
1323 (hw_watchpoint_used_count): Iterate over all bp_locations in a
1324 watchpoint. Call breakpoint's breakpoint_ops.resources_needed
1325 if available.
1326 (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
1327 if the watchpoint is exact.
1328 (resources_needed_watchpoint): New function.
1329 (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
1330 (watch_command_1): Set b->exact if the user asked for an exact
1331 watchpoint and one can be set.
1332 (can_use_hardware_watchpoint): Add exact_watchpoints argument.
1333 Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
1334 the user asks for an exact watchpoint and one can be set. Return
1335 number of needed debug registers to watch the expression.
1336 * gdbtypes.c (is_scalar_type): New function, based on
1337 valprint.c:scalar_type_p.
1338 (is_scalar_type_recursive): New function.
1339 * gdbtypes.h (is_scalar_type_recursive): Declare.
1340 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
1341 handle regions when ranged watchpoints are available.
1342 (create_watchpoint_request): New function.
1343 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
1344 create_watchpoint_request.
1345 * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
1346 (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
1347 `set powerpc' and `show powerpc' commands.
1348 * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
1349 Mention documentation comment in the target macro.
1350 (target_region_ok_for_hw_watchpoint): Document return value.
1351
9fa40276
TJB
13522011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
1353
1354 * breakpoint.c (update_watchpoint): Decide on using a software or
1355 hardware watchpoint after the bp_locations are created.
1356
77b06cd7
TJB
13572010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
1358
1359 Convert hardware watchpoints to use breakpoint_ops.
1360 * breakpoint.h (breakpoint_ops) <insert>: Rename to...
1361 <insert_location>: ... this. Return int instead of void.
1362 Accept pointer to struct bp_location instead of pointer to
1363 struct breakpoint. Adapt all implementations.
1364 (breakpoint_ops) <remove>: Rename to...
1365 <remove_location>: ... this. Accept pointer to struct bp_location
1366 instead of pointer to struct breakpoint. Adapt all implementations.
1367 * breakpoint.c (insert_catchpoint): Delete function.
1368 (insert_bp_location): Call the watchpoint or catchpoint's
1369 breakpoint_ops.insert method.
1370 (remove_breakpoint_1): Call the watchpoint or catchpoint's
1371 breakpoint_ops.remove method.
1372 (insert_watchpoint, remove_watchpoint): New functions.
1373 (watchpoint_breakpoint_ops): New structure.
1374 (watch_command_1): Initialize the OPS field.
1375 * inf-child.c (inf_child_insert_fork_catchpoint)
1376 (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
1377 (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
1378 (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
1379 Delete functions.
1380 (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
1381 to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
1382 to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
1383 to_remove_exec_catchpoint and to_set_syscall_catchpoint.
1384 * target.c (update_current_target): Change default implementation of
1385 to_insert_fork_catchpoint, to_remove_fork_catchpoint,
1386 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
1387 to_insert_exec_catchpoint, to_remove_exec_catchpoint and
1388 to_set_syscall_catchpoint to return_one.
1389 (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
1390 (debug_to_insert_exec_catchpoint): Report return value.
1391 * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
1392 (to_insert_exec_catchpoint): Change declaration to return int instead
1393 of void.
1394
9b20d036
MS
13952011-01-11 Michael Snyder <msnyder@vmware.com>
1396
1397 * arm-tdep.c: Internationalization.
1398 * c-lang.c: Ditto.
1399 * charset.c: Ditto.
1400 * fork-child.c: Ditto.
1401 * nto-procfs.c: Ditto.
1402 * ppc-sysv-tdep.c: Ditto.
1403 * procfs.c: Ditto.
1404 * remote-mips.c: Ditto.
1405 * remote.c: Ditto.
1406 * rs6000-nat.c: Ditto.
1407 * rs6000-tdep.c: Ditto.
1408 * target.c: Ditto.
1409 * valops.c: Ditto.
1410 * value.c: Ditto.
1411 * xml-support.c: Ditto.
1412 * mi/mi-cmd-break.c: Ditto.
1413 * mi/mi-cmd-var.c: Ditto.
1414 * mi/mi-interp.c: Ditto.
1415 * mi/mi-main.c: Ditto.
1416
dae477fe
AB
14172011-01-11 Andrew Burgess <aburgess@broadcom.com>
1418
1419 * remote-sim.c (gdbsim_store_register): Update API to
1420 sim_store_register to check more error conditions.
1421
0df8b418
MS
14222011-01-10 Michael Snyder <msnyder@vmware.com>
1423
1424 * nto-procfs.c: Comment cleanup, mostly periods and spaces.
1425 * nto-tdep.c: Ditto.
1426 * nto-tdep.h: Ditto.
1427 * objc-exp.y: Ditto.
1428 * objc-lang.c: Ditto.
1429 * objfiles.c: Ditto.
1430 * objfiles.h: Ditto.
1431 * observer.c: Ditto.
1432 * opencl-lang.c: Ditto.
1433 * osabi.c: Ditto.
1434 * parse.c: Ditto.
1435 * parser-defs.h: Ditto.
1436 * p-exp.y: Ditto.
1437 * p-lang.c: Ditto.
1438 * posix-hdep.c: Ditto.
1439 * ppcbug-rom.c: Ditto.
1440 * ppc-linux-nat.c: Ditto.
1441 * ppc-linux-tdep.c: Ditto.
1442 * ppc-linux-tdep.h: Ditto.
1443 * ppcnbsd-tdep.c: Ditto.
1444 * ppcobsd-tdep.c: Ditto.
1445 * ppcobsd-tdep.h: Ditto.
1446 * ppc-sysv-tdep.c: Ditto.
1447 * ppc-tdep.h: Ditto.
1448 * printcmd.c: Ditto.
1449 * proc-abi.c: Ditto.
1450 * proc-flags.c: Ditto.
1451 * procfs.c: Ditto.
1452 * proc-utils.h: Ditto.
1453 * progspace.h: Ditto.
1454 * prologue-value.c: Ditto.
1455 * prologue-value.h: Ditto.
1456 * psympriv.h: Ditto.
1457 * psymtab.c: Ditto.
1458 * p-typeprint.c: Ditto.
1459 * p-valprint.c: Ditto.
1460 * ravenscar-sparc-thread.c: Ditto.
1461 * ravenscar-thread.c: Ditto.
1462 * ravenscar-thread.h: Ditto.
1463 * record.c: Ditto.
1464 * regcache.c: Ditto.
1465 * regcache.h: Ditto.
1466 * remote.c: Ditto.
1467 * remote-fileio.c: Ditto.
1468 * remote-fileio.h: Ditto.
1469 * remote.h: Ditto.
1470 * remote-m32r-sdi.c: Ditto.
1471 * remote-mips.c: Ditto.
1472 * remote-sim.c: Ditto.
1473 * rs6000-aix-tdep.c: Ditto.
1474 * rs6000-nat.c: Ditto.
1475 * rs6000-tdep.c: Ditto.
1476
0d7a18f7
MS
14772011-01-10 Michael Snyder <msnyder@vmware.com>
1478
1479 * charset.c (validate): Internationalization.
1480 * coffread.c (read_one_sym): Ditto.
1481 * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
1482 * h8300-tdep.c (H8300_extract_return_value): Ditto.
1483 * inflow.c (new_tty): Ditto.
1484 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
1485 * m32c-tdep.c (m32c_return_value): Ditto.
1486 * mep-tdep.c (mep_store_return_value): Ditto.
1487 * score-tdep.c (score7_fetch_insn): Ditto.
1488 * ser-mingw.c (pipe_windows_open): Ditto.
1489 * sh64-tdep.c (sh64_extract_return_value): Ditto.
1490 * spu-tdep.c (spu_register_type): Ditto.
1491 * tracepoint.c (trace_find_command): Ditto.
1492 * valarith.c (value_pos): Ditto.
1493
9a153e0b
JB
14942011-01-10 Joel Brobecker <brobecker@adacore.com>
1495
1496 * ada-valprint.c (printstr): Minor comment reformatting.
1497
35ecd2d6
MS
14982011-01-08 Michael Snyder <msnyder@vmware.com>
1499
1500 * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
1501 markup.
1502
1777feb0
MS
15032011-01-08 Michael Snyder <msnyder@vmware.com>
1504
1505 * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
1506 * hppa-hpux-tdep.c: Ditto.
1507 * hppa-linux-nat.c: Ditto.
1508 * hppa-linux-tdep.c: Ditto.
1509 * hppanbsd-tdep.c: Ditto.
1510 * hppa-tdep.c: Ditto.
1511 * hppa-tdep.h: Ditto.
1512 * hpux-thread.c: Ditto.
1513 * i386-cygwin-tdep.c: Ditto.
1514 * i386-darwin-nat.c: Ditto.
1515 * i386gnu-nat.c: Ditto.
1516 * i386-linux-nat.c: Ditto.
1517 * i386-linux-tdep.c: Ditto.
1518 * i386-nat.c: Ditto.
1519 * i386-nat.h: Ditto.
1520 * i386nbsd-tdep.c: Ditto.
1521 * i386-sol2-nat.c: Ditto.
1522 * i386-stub.c: Ditto.
1523 * i386-tdep.c: Ditto.
1524 * i386-tdep.h: Ditto.
1525 * i387-tdep.c: Ditto.
1526 * ia64-linux-nat.c: Ditto.
1527 * ia64-linux-tdep.c: Ditto.
1528 * ia64-tdep.c: Ditto.
1529 * infcall.c: Ditto.
1530 * infcall.h: Ditto.
1531 * infcmd.c: Ditto.
1532 * inferior.c: Ditto.
1533 * inferior.h: Ditto.
1534 * infloop.c: Ditto.
1535 * inflow.c: Ditto.
1536 * infrun.c: Ditto.
1537 * interps.c: Ditto.
1538 * interps.h: Ditto.
1539 * iq2000-tdep.c: Ditto.
1540 * irix5-nat.c: Ditto.
1541 * jit.c: Ditto.
1542 * jit.h: Ditto.
1543 * jv-exp.y: Ditto.
1544 * jv-lang.c: Ditto.
1545 * jv-lang.h: Ditto.
1546 * jv-typeprint.c: Ditto.
1547 * jv-valprint.c: Ditto.
1548 * language.c: Ditto.
1549 * language.h: Ditto.
1550 * linespec.c: Ditto.
1551 * linux-fork.c: Ditto.
1552 * linux-nat.c: Ditto.
1553 * linux-thread-db.c: Ditto.
1554 * lm32-tdep.c: Ditto.
1555
025bb325
MS
15562011-01-08 Michael Snyder <msnyder@vmware.com>
1557
1558 * m2-exp.y: Comment cleanup, mostly periods and spaces.
1559 * m2-lang.c: Ditto.
1560 * m2-typeprint.c: Ditto.
1561 * m2-valprint.c: Ditto.
1562 * m32c-tdep.c: Ditto.
1563 * m32r-linux-nat.c: Ditto.
1564 * m32r-rom.c: Ditto.
1565 * m32r-tdep.c: Ditto.
1566 * m32r-tdep.h: Ditto.
1567 * m68hc11-tdep.c: Ditto.
1568 * m58klinux-nat.c: Ditto.
1569 * m68k-tdep.c: Ditto.
1570 * m88k-tdep.c: Ditto.
1571 * m88k-tdep.h: Ditto.
1572 * machoread.c: Ditto.
1573 * macrocmd.c: Ditto.
1574 * macroexp.c: Ditto.
1575 * macrotab.c: Ditto.
1576 * main.c: Ditto.
1577 * maint.c: Ditto.
1578 * mdebugread.c: Ditto.
1579 * mdebugread.h: Ditto.
1580 * memattr.c: Ditto.
1581 * memattr.h: Ditto.
1582 * memory-map.h: Ditto.
1583 * mep-tdep.c: Ditto.
1584 * microblaze-rom.c: Ditto.
1585 * microblaze-tdep.c: Ditto.
1586 * minsyms.c: Ditto.
1587 * mips-irix-tdep.c: Ditto.
1588 * mips-linux-nat.c: Ditto.
1589 * mips-linux-tdep.c: Ditto.
1590 * mips-linux-tdep.h: Ditto.
1591 * mipsnbsd-nat.c: Ditto.
1592 * mipsnbsd-tdep.c: Ditto.
1593 * mipsread.c: Ditto.
1594 * mips-tdep.c: Ditto.
1595 * mips-tdep.h: Ditto.
1596 * mn10300-linux-tdep.c: Ditto.
1597 * mn10300-tdep.c: Ditto.
1598 * mn10300-tdep.h: Ditto.
1599 * monitor.c: Ditto.
1600 * monitor.h: Ditto.
1601 * moxie-tdep.c: Ditto.
1602 * moxie-tdep.h: Ditto.
1603 * mt-tdep.c: Ditto.
1604
1642781b
MF
16052011-01-08 Mike Frysinger <vapier@gentoo.org>
1606
1607 * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
1608
394b0adb
JB
16092011-01-08 Robert Millan <rmh@gnu.org>
1610
1611 * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
1612
b670013c
MS
16132011-01-07 Michael Snyder <msnyder@vmware.com>
1614
1615 * charset.c (_initialize_charset): Fix typo in string.
1616
a743e542
MS
16172011-01-07 Michael Snyder <msnyder@vmware.com>
1618
1619 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
1620 for i18n.
1621 * tui/tui-layout.c (tui_set_layout_for_display_command):
1622 Split line so that operator goes to beginning of line.
1623 * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
1624 assignment out of if statement.
1625
0963b4bd
MS
16262011-01-07 Michael Snyder <msnyder@vmware.com>
1627
1628 * ada-lang.c: Comment cleanup, mostly periods and spaces.
1629 * ada-lang.h: Ditto.
1630 * ada-tasks.c: Ditto.
1631 * ada-valprint.c: Ditto.
1632 * aix-threads.c: Ditto.
1633 * alpha-linux-nat.c: Ditto.
1634 * alpha-linux-tdep.c: Ditto.
1635 * alpha-mdebug-tdep.c: Ditto.
1636 * alpha-nat.c: Ditto.
1637 * alpha-osf1-tdep.c: Ditto.
1638 * alpha-tdep.c: Ditto.
1639 * alphabsd-nat.c: Ditto.
1640 * alphabsd-tdep.c: Ditto.
1641 * amd64-darwin-tdep.c: Ditto.
1642 * amd64-linux-nat.c: Ditto.
1643 * amd64-linux-tdep.c: Ditto.
1644 * amd64-sol2-tdep.c: Ditto.
1645 * amd64-tdep.c: Ditto.
1646 * amd64-fbsd-tdep.c: Ditto.
1647 * amd64-nbsd-tdep.c: Ditto.
1648 * amd64-obsd-tdep.c: Ditto.
1649 * amd64-linux-nat.c: Ditto.
1650 * amd64-linux-tdep.c: Ditto.
1651 * arm-tdep.c: Ditto.
1652 * arm-tdep.h: Ditto.
1653 * armnbsd-nat.c: Ditto.
1654 * avr-tdep.c: Ditto.
1655 * bfin-tdep.c: Ditto.
1656 * bsd-kvm.c: Ditto.
1657 * c-typeprintc: Ditto.
1658 * c-valprint.c: Ditto.
1659 * coff-pe-read.h: Ditto.
1660 * coffreead.c: Ditto.
1661 * cris-tdep.c: Ditto.
1662 * d-lang.c: Ditto.
1663 * darwin-nat-info.c: Ditto.
1664 * darwin-nat.c: Ditto.
1665 * dbug-rom.c: Ditto.
1666 * dbxread.c: Ditto.
1667 * dcache.c: Ditto.
1668 * dcache.h: Ditto.
1669 * dec-thread.c: Ditto.
1670 * defs.h: Ditto.
1671 * demangle.c: Ditto.
1672 * dicos-tdep.c: Ditto.
1673 * dictionary.c: Ditto.
1674 * dictionary.h: Ditto.
1675 * dink32-rom.c: Ditto.
1676 * disasm.c: Ditto.
1677 * doublest.c: Ditto.
1678 * dsrec.c: Ditto.
1679 * dummy-frame.c: Ditto.
1680 * dwarf2-frame.c: Ditto.
1681 * dwarf2expr.c: Ditto.
1682 * dwarf2loc.c: Ditto.
1683 * dwarf2read.c: Ditto.
1684 * elfread.c: Ditto.
1685 * environ.c: Ditto.
1686 * eval.c: Ditto.
1687 * event-top.h: Ditto.
1688 * exceptions.c: Ditto.
1689 * exceptions.h: Ditto.
1690 * exec.c: Ditto.
1691 * expprint.c: Ditto.
1692 * expression.h: Ditto.
1693 * f-exp.y: Ditto.
1694 * f-lang.c: Ditto.
1695 * f-lang.h: Ditto.
1696 * f-typeprint.c: Ditto.
1697 * f-valprint.c: Ditto.
1698 * fbsd-nat.c: Ditto.
1699 * findvar.c: Ditto.
1700 * fork-child.c: Ditto.
1701 * frame.c: Ditto.
1702 * frame.h: Ditto.
1703 * frv-linux-tdep.c: Ditto.
1704 * frv-tdep.c: Ditto.
1705 * gcore.c: Ditto.
1706 * gdb-stabs.h: Ditto.
1707 * gdb_assert.h: Ditto.
1708 * gdb_string.h: Ditto.
1709 * gdb_thread_db.h: Ditto.
1710 * gdb_wait.h: Ditto.
1711 * gdbarch.sh: Ditto.
1712 * gdbcore.h: Ditto.
1713 * gdbthread.h: Ditto.
1714 * gdbtypes.c: Ditto.
1715 * gdbtypes.h: Ditto.
1716 * gnu-nat.c: Ditto.
1717 * gnu-nat.h: Ditto.
1718 * gnu-v2-abi.c: Ditto.
1719 * gnu-v3-abi.c: Ditto.
1720 * go32-nat.c: Ditto.
1721 * gdbarch.c: Regenerate.
1722 * gdbarch.h: Regenerate.
1723
ac74f770
MS
17242011-01-07 Michael Snyder <msnyder@vmware.com>
1725
1726 * ax-gdb.c: Adjust some long output strings.
1727 * breakpoint.c: Ditto.
1728 * charset.c: Ditto.
1729 * cp-abi.c: Ditto.
1730 * infcall.c: Ditto.
1731 * infrun.c: Ditto.
1732 * linux-nat.c: Ditto.
1733 * solib-pa64.c: Ditto.
1734 * solib-som.c: Ditto.
1735
d8e22779
TT
17362011-01-06 Tom Tromey <tromey@redhat.com>
1737
1738 PR python/12367:
1739 * NEWS: Add item.
1740 * python/python.c (GdbMethods): Add "newest_frame" method.
1741 * python/python-internal.h (gdbpy_newest_frame): Declare.
1742 * python/py-frame.c (gdbpy_newest_frame): New function.
1743
a255712f
PP
17442010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1745
1746 * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
1747 * jit.c (jit_debug): New variable.
1748 (show_jit_debug): New function.
1749 (struct target_buffer): Use ULONGEST.
1750 (bfd_open_from_target_memory): Likewise.
1751 (jit_register_code, jit_inferior_init): Add debug output.
1752 (_initialize_jit): Register "debug jit" command.
1753
ccfc3d6e
TT
17542011-01-06 Tom Tromey <tromey@redhat.com>
1755
1756 * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
1757 * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
1758 and ARCH_FRAME.
1759
57126e4a
TT
17602011-01-06 Tom Tromey <tromey@redhat.com>
1761
1762 * python/py-frame.c (frapy_block): Use get_frame_block.
1763
16dfc9ce
JB
17642011-01-06 Joel Brobecker <brobecker@adacore.com>
1765
1766 Do not stop on SIGPRIO signals by default
1767 * infrun.c (_initialize_infrun): Unset signal_stop and
1768 signal_print for TARGET_SIGNAL_PRIO.
1769
b1ce2347
JB
17702011-01-06 Joel Brobecker <brobecker@adacore.com>
1771
1772 * ada-tasks.c: Fix style violation in comment.
1773
8f7e195f
JB
17742011-01-06 Joel Brobecker <brobecker@adacore.com>
1775
1776 * linespec.c (decode_compound, find_method): Remove trailing \n
1777 at end of error string.
1778 * solib-irix.c (irix_current_sos): Likewise.
1779 * varobj.c (uninstall_variable): Likewise.
1780
e9bdf92c
JB
17812011-01-06 Joel Brobecker <brobecker@adacore.com>
1782
1783 * copyright.py: New script.
1784 * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
1785 Launch emacs without exec'ing. Call copyright.py afterwards.
1786
3e43a32a
MS
17872011-01-05 Michael Snyder <msnyder@vmware.com>
1788
1789 * addrmap.c: Shorten lines of >= 80 columns.
1790 * arch-utils.c: Ditto.
1791 * arch-utils.h: Ditto.
1792 * ax-gdb.c: Ditto.
1793 * ax-general.c: Ditto.
1794 * bcache.c: Ditto.
1795 * blockframe.c: Ditto.
1796 * breakpoint.c: Ditto.
1797 * buildsym.c: Ditto.
1798 * c-lang.c: Ditto.
1799 * c-typeprint.c: Ditto.
1800 * charset.c: Ditto.
1801 * coffread.c: Ditto.
1802 * command.h: Ditto.
1803 * corelow.c: Ditto.
1804 * cp-abi.c: Ditto.
1805 * cp-namespace.c: Ditto.
1806 * cp-support.c: Ditto.
1807 * dbug-rom.c: Ditto.
1808 * dbxread.c: Ditto.
1809 * defs.h: Ditto.
1810 * dfp.c: Ditto.
1811 * dfp.h: Ditto.
1812 * dictionary.c: Ditto.
1813 * disasm.c: Ditto.
1814 * doublest.c: Ditto.
1815 * dwarf2-frame.c: Ditto.
1816 * dwarf2expr.c: Ditto.
1817 * dwarf2loc.c: Ditto.
1818 * dwarf2read.c: Ditto.
1819 * elfread.c: Ditto.
1820 * eval.c: Ditto.
1821 * event-loop.c: Ditto.
1822 * event-loop.h: Ditto.
1823 * exceptions.h: Ditto.
1824 * exec.c: Ditto.
1825 * expprint.c: Ditto.
1826 * expression.h: Ditto.
1827 * f-lang.c: Ditto.
1828 * f-valprint.c: Ditto.
1829 * findcmd.c: Ditto.
1830 * frame-base.c: Ditto.
1831 * frame-unwind.c: Ditto.
1832 * frame-unwind.h: Ditto.
1833 * frame.c: Ditto.
1834 * frame.h: Ditto.
1835 * gcore.c: Ditto.
1836 * gdb-stabs.h: Ditto.
1837 * gdb_assert.h: Ditto.
1838 * gdb_dirent.h: Ditto.
1839 * gdb_obstack.h: Ditto.
1840 * gdbcore.h: Ditto.
1841 * gdbtypes.c: Ditto.
1842 * gdbtypes.h: Ditto.
1843 * inf-ttrace.c: Ditto.
1844 * infcall.c: Ditto.
1845 * infcmd.c: Ditto.
1846 * inflow.c: Ditto.
1847 * infrun.c: Ditto.
1848 * inline-frame.h: Ditto.
1849 * language.c: Ditto.
1850 * language.h: Ditto.
1851 * libunwind-frame.c: Ditto.
1852 * libunwind-frame.h: Ditto.
1853 * linespec.c: Ditto.
1854 * linux-nat.c: Ditto.
1855 * linux-nat.h: Ditto.
1856 * linux-thread-db.c: Ditto.
1857 * machoread.c: Ditto.
1858 * macroexp.c: Ditto.
1859 * macrotab.c: Ditto.
1860 * main.c: Ditto.
1861 * maint.c: Ditto.
1862 * mdebugread.c: Ditto.
1863 * memattr.c: Ditto.
1864 * minsyms.c: Ditto.
1865 * monitor.c: Ditto.
1866 * monitor.h: Ditto.
1867 * objfiles.c: Ditto.
1868 * objfiles.h: Ditto.
1869 * osabi.c: Ditto.
1870 * p-typeprint.c: Ditto.
1871 * p-valprint.c: Ditto.
1872 * parse.c: Ditto.
1873 * printcmd.c: Ditto.
1874 * proc-events.c: Ditto.
1875 * procfs.c: Ditto.
1876 * progspace.c: Ditto.
1877 * progspace.h: Ditto.
1878 * psympriv.h: Ditto.
1879 * psymtab.c: Ditto.
1880 * record.c: Ditto.
1881 * regcache.c: Ditto.
1882 * regcache.h: Ditto.
1883 * remote-fileio.c: Ditto.
1884 * remote.c: Ditto.
1885 * ser-mingw.c: Ditto.
1886 * ser-tcp.c: Ditto.
1887 * ser-unix.c: Ditto.
1888 * serial.c: Ditto.
1889 * serial.h: Ditto.
1890 * solib-frv.c: Ditto.
1891 * solib-irix.c: Ditto.
1892 * solib-osf.c: Ditto.
1893 * solib-pa64.c: Ditto.
1894 * solib-som.c: Ditto.
1895 * solib-sunos.c: Ditto.
1896 * solib-svr4.c: Ditto.
1897 * solib-target.c: Ditto.
1898 * solib.c: Ditto.
1899 * somread.c: Ditto.
1900 * source.c: Ditto.
1901 * stabsread.c: Ditto.
1902 * stabsread.c: Ditto.
1903 * stack.c: Ditto.
1904 * stack.h: Ditto.
1905 * symfile-mem.c: Ditto.
1906 * symfile.c: Ditto.
1907 * symfile.h: Ditto.
1908 * symmisc.c: Ditto.
1909 * symtab.c: Ditto.
1910 * symtab.h: Ditto.
1911 * target-descriptions.c: Ditto.
1912 * target-memory.c: Ditto.
1913 * target.c: Ditto.
1914 * target.h: Ditto.
1915 * terminal.h: Ditto.
1916 * thread.c: Ditto.
1917 * top.c: Ditto.
1918 * tracepoint.c: Ditto.
1919 * tracepoint.h: Ditto.
1920 * ui-file.c: Ditto.
1921 * ui-file.h: Ditto.
1922 * ui-out.h: Ditto.
1923 * user-regs.c: Ditto.
1924 * user-regs.h: Ditto.
1925 * utils.c: Ditto.
1926 * valarith.c: Ditto.
1927 * valops.c: Ditto.
1928 * valprint.c: Ditto.
1929 * valprint.h: Ditto.
1930 * value.c: Ditto.
1931 * varobj.c: Ditto.
1932 * varobj.h: Ditto.
1933 * vec.h: Ditto.
1934 * xcoffread.c: Ditto.
1935 * xcoffsolib.c: Ditto.
1936 * xcoffsolib.h: Ditto.
1937 * xml-syscall.c: Ditto.
1938 * xml-tdesc.c: Ditto.
1939
9a2b4c1b
MS
19402011-01-05 Michael Snyder <msnyder@vmware.com>
1941
1942 * cli/cli-cmds.c: Shorten lines of >= 80 columns.
1943 * cli/cli-decode.c: Ditto.
1944 * cli/cli-dump.c: Ditto.
1945 * cli/cli-logging.c: Ditto.
1946 * cli/cli-script.c: Ditto.
1947 * cli/cli-setshow.c: Ditto.
1948 * common/signals.c: Ditto.
1949 * mi/mi-cmd-break.c: Ditto.
1950 * mi/mi-cmd-disas.c: Ditto.
1951 * mi/mi-cmd-stack.c: Ditto.
1952 * mi/mi-cmd-var.c: Ditto.
1953 * mi/mi-cmds.c: Ditto.
1954 * mi/mi-common.h: Ditto.
1955 * mi/mi-console.c: Ditto.
1956 * mi/mi-interp.c: Ditto.
1957 * mi/mi-main.c: Ditto.
1958 * osf-share/cma_attr.c: Ditto.
1959 * osf-share/cma_deb_core.h: Ditto.
1960 * osf-share/cma_debug_client.h: Ditto.
1961 * osf-share/cma_handle.h: Ditto.
1962 * osf-share/cma_mutex.h: Ditto.
1963 * osf-share/cma_stack_int.h: Ditto.
1964 * osf-share/cma_tcb_defs.h: Ditto.
1965 * python/py-auto-load.c: Ditto.
1966 * python/py-breakpoint.c: Ditto.
1967 * python/py-cmd.c: Ditto.
1968 * python/py-frame.c: Ditto.
1969 * python/py-objfile.c: Ditto.
1970 * python/py-param.c: Ditto.
1971 * python/py-progspace.c: Ditto.
1972 * python/py-symbol.c: Ditto.
1973 * python/py-value.c: Ditto.
1974 * python/python-internal.h: Ditto.
1975 * python/python.c: Ditto.
1976 * tui/tui-data.c: Ditto.
1977 * tui/tui-disasm.c: Ditto.
1978 * tui/tui-hooks.c: Ditto.
1979 * tui/tui-io.c: Ditto.
1980 * tui/tui-layout.c: Ditto.
1981 * tui/tui-regs.c: Ditto.
1982 * tui/tui-source.c: Ditto.
1983 * tui/tui-stack.c: Ditto.
1984 * tui/tui-win.c: Ditto.
1985 * tui/tui-windata.c: Ditto.
1986 * tui/tui-winsource.c: Ditto.
1987
44944448
JB
19882011-01-05 Joel Brobecker <brobecker@adacore.com>
1989
1990 * configure.ac, gdb.1: Copyright year update.
1991
ebedcab5
JK
19922011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1993
1994 * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
1995 this_pc_in_block, morestack_msym and morestack_name. Check for
1996 "__morestack" minimal symbol there.
1997
e5cc9f32
JB
19982011-01-03 Joel Brobecker <brobecker@adacore.com>
1999
2000 * symfile.c (find_sym_fns): Add call to dont_repeat.
2001
7b6bb8da
JB
20022011-01-01 Joel Brobecker <brobecker@adacore.com>
2003
2004 Copyright year update in most files (performed by copyright.sh).
2005
71ce852c
JB
20062011-01-01 Joel Brobecker <brobecker@adacore.com>
2007
2008 * top.c (print_gdb_version): Update copyright year in version output.
0e2de366 2009
c3c1ebe8 2010For older changes see ChangeLog-2010.
c906108c
SS
2011\f
2012Local Variables:
2013mode: change-log
2014left-margin: 8
2015fill-column: 74
2016version-control: never
57da7796 2017coding: utf-8
c906108c 2018End:
This page took 1.628861 seconds and 4 git commands to generate.