1 2011-02-11 Yao Qi <yao@codesourcery.com>
3 * Makefile.in: Remove signals.o from COMMON_OBS. Link
5 * configure.ac: Add common to sub dir.
6 * configure: Regenerate.
8 2011-02-10 Pedro Alves <pedro@codesourcery.com>
10 * vec.h (VEC_block_remove): Place VEC_ASSERT_INFO on the right
11 side of the parenthesis.
14 2010-07-13 Jakub Jelinek <jakub@redhat.com>
15 * vec.h (VEC_block_remove): Fix comment.
17 2011-02-08 Michael Snyder <msnyder@vmware.com>
19 * linux-nat.c (linux_nat_filter_event): Fix typo in comment.
21 2011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
23 * i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes
24 in comments for pcmpgtd, pcmpeqd, psubd, paddd, pcmpgtd, pcmpeqd,
27 2011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
30 * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to
32 (i386_process_record) <lddqu>: Fix the opcode to 0xf20ff0.
33 (i386_process_record) <0x0f3807>: Fix the comment to phsubsw.
35 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
37 * dwarf2read.c (read_subroutine_type): Set special calling
38 convention flag for functions compiled by IBM XL C for OpenCL.
39 * ppc-sysv-tdep.c: Include "dwarf2.h"
40 (ppc_sysv_abi_push_dummy_call): Implement IBM OpenCL vector types
42 (do_ppc_sysv_return_value): Add FUNC_TYPE argument. Implement
43 IBM OpenCL vector types calling convention.
44 (ppc_sysv_abi_return_value): Pass through FUNC_TYPE.
45 (ppc_sysv_abi_broken_return_value): Likewise.
46 (ppc64_sysv_abi_push_dummy_call): Implement IBM OpenCL vector
47 types calling convention.
48 (ppc64_sysv_abi_return_value): Likewise.
49 * spu-tdep.c: Include "dwarf2.h"
50 (spu_return_value): Implement IBM OpenCL vector types calling
53 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
55 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Implement
56 correct ABI for AltiVec vector arguments.
58 2011-02-07 Pedro Alves <pedro@codesourcery.com>
60 * valprint.c (val_print): Extend comment.
61 * ada-valprint.c (ada_valprint): Rewrite comment deferring
62 interface explanation to val_print.
63 (ada_val_print_array): Adjust comment to current interface.
64 (print_field_values): Adjust comment to current interface.
65 * c-valprint.c (c_val_print): Rewrite comment deferring interface
66 explanation to val_print.
67 * f-valprint.c (f_val_print): Ditto.
68 * jv-valprint.c (java_val_print): Ditto.
69 * m2-valprint.c (m2_val_print): Ditto.
70 * p-valprint.c (pascal_val_print): Ditto.
72 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
74 * breakpoint.c (parse_breakpoint_sals): Fix description.
76 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
77 Oguz Kayral <oguzkayral@gmail.com>
79 * python/py-inferior.c (python_on_normal_stop): New function.
80 (python_on_resume): New function.
81 (python_inferior_exit): New function.
82 (gdbpy_initialize_inferior): Add normal_stop, target_resumed, and
83 inferior_exit observers.
84 * python/py-evtregistry.c: New file.
85 * python/py-threadevent.c : New file.
86 * python/py-event.c: New file.
87 * python/py-evts.c: New file.
88 * python/py-continueevent.c: New file.
89 * python/py-bpevent.c: New file.
90 * python/py-signalevent.c: New file.
91 * python/py-exetiedevent.c: New file.
92 * python/py-breakpoint.c (gdbpy_breakpoint_from_bpstats): New function.
93 Move struct breakpoint_object from here...
94 * python/python-internal.h: ... to here.
95 * python/py-event.h: New file.
96 * python/py-events.h: New file.
97 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpointstopevent.o,
98 py-continueevent.o, py-event.o, py-eventregistry.o, py-events.o,
99 py-exitedevent.o, py-signalstopevent.o, and py-stopevent.o.
100 (SUBDIR_PYTHON_SRCS): Add py-breakpointstopevent.c,
101 py-continueevent.c, py-event.c, py-eventregistry.c, py-events.c,
102 py-exitedevent.c, py-signalstopevent.c, and py-stopevent.c.
103 Add build rules for all the above.
105 2011-02-04 Tom Tromey <tromey@redhat.com>
107 * dwarf2read.c (dwarf2_section_empty_p): New function.
108 (dwarf2_read_section): Use dwarf2_section_empty_p.
109 (dwarf2_section_size): New function.
110 (dwarf2_get_section_info): Unconditionally read section.
111 (dwarf2_read_index): Use dwarf2_section_empty_p.
112 (partial_read_comp_unit_head): Use dwarf2_section_size.
113 (dwarf2_symbol_mark_computed): Likewise.
115 2011-02-04 David Daney <ddaney@caviumnetworks.com>
117 * NEWS: Add item for "catch syscall" on mips*-linux* targets.
119 2011-02-04 David Daney <ddaney@caviumnetworks.com>
121 * mips-linux-tdep.c: Include xml-syscall.h.
122 (mips_linux_get_syscall_number): New function.
123 (mips_linux_init_abi): Add calls to
124 mips_linux_get_syscall_number() and set_xml_syscall_file_name().
125 * data-directory/Makefile.in (SYSCALLS_FILES): Add
126 mips-o32-linux.xml, mips-n32-linux.xml and mips-n64-linux.xml
127 * syscalls/mips-n32-linux.xml: New file.
128 * syscalls/mips-n64-linux.xml: New file.
129 * syscalls/mips-o32-linux.xml: New file.
131 2011-02-04 Ulrich Weigand <ulrich.weigand@linaro.org>
133 * dwarf2read.c (dwarf2_ranges_read): Skip empty range entries.
134 Complain about inverted range entries.
135 (dwarf2_record_block_ranges): Likewise.
137 2011-02-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
140 * breakpoint.c (update_watchpoint): Fix name of the
141 update_global_location_list function.
142 (print_one_breakpoint): Fix typo.
143 (_initialize_breakpoint): Remove extra space in hbreak help
145 * breakpoint.h (struct bp_location) <length>: Fix field
148 2011-02-04 Pedro Alves <pedro@codesourcery.com>
150 * regcache.c (registers_changed_ptid): Don't explictly always
151 clear `current_regcache'. Only clear current_thread_ptid and
152 current_thread_arch when PTID matches. Only reinit the frame
153 cache if PTID matches the current inferior_ptid. Move alloca(0)
155 (registers_changed): ... here.
157 2011-02-03 Ulrich Weigand <ulrich.weigand@linaro.org>
159 * arm-tdep.c (arm_skip_stack_protector): Accept any symbol that
160 starts with __stack_chk_guard as stack guard symbol.
162 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
164 * disasm.c (compare_lines): Handle the end of sequence markers
165 within the line table to better support disassembling over
166 compilation unit boundaries.
168 2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
170 * arm-tdep.c (skip_prologue_function): Add GDBARCH and IS_THUMB
171 arguments. Skip in-prologue calls to glibc __aeabi_read_tp
172 implementation even if no symbols are available.
173 (thumb_analyze_prologue): Update call to skip_prologue_function.
174 (arm_analyze_prologue): Likewise.
176 2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
178 * arm-tdep.c: Include "observer.h".
179 (arm_prologue_this_id): Use frame PC if get_frame_func returns 0.
180 (arm_exidx_data_key): New static variable.
181 (struct arm_exidx_entry, arm_exidx_entry_s): New data types.
182 (struct arm_exidx_data): Likewise.
183 (arm_exidx_data_free): New function.
184 (arm_compare_exidx_entries): Likewise.
185 (arm_obj_section_from_vma): Likewise.
186 (arm_exidx_new_objfile): Likewise.
187 (arm_find_exidx_entry): Likewise.
188 (arm_exidx_fill_cache): Likewise.
189 (arm_exidx_unwind_sniffer): Likewise.
190 (arm_exidx_unwind): New global variable.
191 (arm_gdbarch_init): Append unwinder arm_exidx_unwind.
192 (_initialize_arm_tdep): Attach arm_exidx_new_objfile to new_objfile
193 observer. Register arm_exidx_data_key as objfile data.
195 2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
197 * arm-tdep.c (arm_analyze_load_stack_chk_guard): Avoid build break
198 due to accessing uninitialized variable. Fix indentation.
200 2011-02-02 Pedro Alves <pedro@codesourcery.com>
202 * c-valprint.c (c_value_print): When doing virtual base pointer
203 adjustment, create a new value with adjusted contents rather than
204 changing the contents of the value being printed (and getting it
207 2011-02-02 Pedro Alves <pedro@codesourcery.com>
209 * xml-support.c (xml_find_attribute): New.
210 (xinclude_start_include): Use it.
211 * xml-support.h (xml_find_attribute): Declare.
212 * memory-map.c (memory_map_start_memory)
213 (memory_map_start_property): Use xml_find_attribute.
214 * osdata.c (osdata_start_osdata, osdata_start_column): Use
216 * remote.c (start_thread): Use xml_find_attribute.
217 * solib-target.c (library_list_start_segment)
218 (library_list_start_section, library_list_start_library)
219 (library_list_start_list): Use xml_find_attribute.
220 * xml-tdesc.c (tdesc_start_target, tdesc_start_feature)
221 (tdesc_start_union, tdesc_start_struct, tdesc_start_flags)
222 (tdesc_start_field): Use xml_find_attribute.
224 2011-02-02 Ulrich Weigand <uweigand@de.ibm.com>
226 * opencl-lang.c (STRINGIFY): Rename to OCL_STRING.
227 (BUILD_OCL_VTYPES): Update.
229 2011-02-02 Joel Brobecker <brobecker@adacore.com>
231 * configure.ac: Work around non-GNU sed limitation when computing
232 python version number.
233 * configure: Regenerate.
235 2011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
237 Fix debug printing of TYPE_INSTANCE.
238 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New.
239 (dump_subexp_body_standard) <TYPE_INSTANCE>: New.
241 2011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
243 Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL,
244 OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME,
245 OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT.
246 * ada-operator.inc: Rename the file to ...
247 * ada-operator.def: ... here, wrap all the entries by macro OP.
248 * expprint.c (op_name_standard): Remove all the entries. Include
249 "std-operator.def" instead.
250 * expression.h (enum exp_opcode): Include "std-operator.def" and
251 "ada-operator.def". Move all the entries ...
252 * std-operator.def: ... here, wrap all the entries by macro OP.
254 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
256 * breakpoint.h (remove_jit_event_breakpoints): New prototype.
257 * breakpoint.c (remove_jit_event_breakpoints): New function.
258 * jit.c (jit_descriptor_addr): Delete.
259 (registering_code): Delete.
261 (jit_inferior_data): New variable.
262 (struct jit_inferior_data): New type.
263 (get_jit_inferior_data): New function.
264 (jit_inferior_data_cleanup): New function.
265 (jit_read_descriptor): Adjust.
266 (jit_register_code): Adjust.
267 (jit_breakpoint_re_set_internal): New function; move code here ...
268 (jit_inferior_init): ... from here.
269 (jit_breakpoint_re_set): Adjust.
270 (jit_reset_inferior_data_and_breakpoints): New function.
271 (jit_inferior_created_observer): Adjust.
272 (jit_inferior_exit_hook): Adjust.
273 (jit_executable_changed_observer): New function.
274 (jit_event_handler): Adjust.
275 (_initialize_jit): Adjust.
277 2011-01-31 Michael Snyder <msnyder@vmware.com>
279 * m32r-tdep.c (m32r_gdbarch_init): Replace accidentally deleted
282 2011-01-31 Tom Tromey <tromey@redhat.com>
285 * python/python.c (execute_gdb_command): Call
287 * top.c (suppress_dont_repeat): New global.
288 (dont_repeat): Use it.
289 (prevent_dont_repeat): New function.
290 * command.h (prevent_dont_repeat): Declare.
292 2011-01-31 Tom Tromey <tromey@redhat.com>
294 * infcmd.c (finish_backward): Use breakpoint_set_silent.
295 * python/py-breakpoint.c (bppy_set_silent): Use
296 breakpoint_set_silent.
297 (bppy_set_thread): Use breakpoint_set_thread.
298 (bppy_set_task): Use breakpoint_set_task.
299 * breakpoint.h (breakpoint_set_silent, breakpoint_set_thread)
300 (breakpoint_set_task): Declare.
301 (make_breakpoint_silent): Remove.
302 * breakpoint.c (breakpoint_set_silent): New function.
303 (breakpoint_set_thread): Likewise.
304 (breakpoint_set_task): Likewise.
305 (make_breakpoint_silent): Remove.
307 2011-01-31 Tom Tromey <tromey@redhat.com>
309 * breakpoint.h (user_breakpoint_p): Declare.
310 * breakpoint.c (user_breakpoint_p): New function.
311 (breakpoint_1): Use it.
312 (save_breakpoints): Likewise.
314 2011-01-31 Joel Brobecker <brobecker@adacore.com>
316 * configure.ac: Add handling of Python distribution on Windows.
317 * python-config.py: If the LIBS, SYSLIBS, LIBPL and/or LINKFORSHARED
318 sysconfig variables are not defined, then do not use them.
319 On Windows, if LIBPL is not defined, then use prefix + '/libs'
320 instead. On Windows, return all paths using forward-slashes
321 rather than backslashes.
323 2011-01-31 Joel Brobecker <brobecker@adacore.com>
325 * configure.ac: Remove fallback behavior for building
326 against Python. Remove tweaking of Python include path.
327 Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution.
328 (AC_TRY_LIBPYTHON): Adjust program used in linking test.
329 If link is successful, set PYTHON_CPPFLAGS and PYTHON_LIBS.
330 Always restore CPPFLAGS and LIBS after linking test.
331 * configure: Regenerated.
332 * Makefile.in (INTERNAL_CPPFLAGS): Add @PYTHON_CPPFLAGS@.
333 (INSTALLED_LIBS, CLIBS): Add @PYTHON_LIBS@.
334 * python/python-internal.h: Adjust includes of Python .h files.
336 2011-01-31 Joel Brobecker <brobecker@adacore.com>
338 * tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
341 2011-01-31 Joel Brobecker <brobecker@adacore.com>
343 * inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode
346 2011-01-31 Yao Qi <yao@codesourcery.com>
348 * arm-linux-nat.c: Update calls to regcache_register_status
349 instead of regcache_valid_p.
350 * aix-thread.c: Likewise.
351 * i386gnu-nat.c: Likewise.
353 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
356 * valops.c (compare_parameters): Verify TYPE_NFIELDS before
357 touching TYPE_FIELD_ARTIFICIAL.
359 2011-01-28 Richard Earnshaw <rearnsha@arm.com>
361 * MAINTAINERS: Move myself from Responsible Maintainers to Authorized
364 2011-01-28 Pedro Alves <pedro@codesourcery.com>
366 * tracepoint.c (tfile_xfer_partial): If there's no traceframe
367 selected, don't try iterating over the traceframe's blocks.
368 (tfile_has_stack): If there's no traceframe selected, then there's
370 (tfile_has_registers): If there's no traceframe selected, then
371 there's no registers.
373 2011-01-28 Pedro Alves <pedro@codesourcery.com>
375 * target.c (memory_xfer_partial): No need to restore shadows if we
376 haven't read anything.
378 2011-01-28 Pedro Alves <pedro@codesourcery.com>
380 * mips-tdep.c (mips_print_register): Use get_frame_register_value
381 and val_print_scalar_formatted.
383 2011-01-27 Pedro Alves <pedro@codesourcery.com>
385 * tracepoint.c (tfile_read): New.
386 (tfile_open): Use it.
387 (tfile_get_traceframe_address): Use it.
388 (tfile_trace_find): Use it.
389 (walk_blocks_callback_func): New typedef.
390 (match_blocktype): New function.
391 (traceframe_walk_blocks): New function.
392 (traceframe_find_block_type): New function.
393 (tfile_fetch_registers, tfile_xfer_partial)
394 (tfile_get_trace_state_variable_value): Use
395 traceframe_find_block_type and tfile_read.
397 2011-01-26 Kevin Buettner <kevinb@redhat.com>
399 * remote-mips.c: Add internationalization mark ups. Remove
400 trailing \n from already marked up strings.
402 2011-01-26 Tom Tromey <tromey@redhat.com>
404 * python/py-prettyprint.c (print_string_repr): Clear
405 'addressprint' option when calling val_print_string.
406 (print_children): Handle Val_pretty_default. Clear 'addressprint'
407 option when calling val_print_string.
409 2011-01-26 Tom Tromey <tromey@redhat.com>
411 * python/python.c (gdbpy_solib_name): Use gdb_py_longest and
413 * python/python-internal.h (GDB_PY_LL_ARG, GDB_PY_LLU_ARG): New
415 (gdb_py_longest, gdb_py_ulongest): New typedefs.
416 (gdb_py_long_from_longest, gdb_py_long_from_ulongest)
417 (gdb_py_long_as_ulongest): New defines.
418 (gdb_py_object_from_longest, gdb_py_object_from_ulongest)
419 (gdb_py_int_as_long): Declare.
420 * python/py-value.c (valpy_lazy_string): Use gdb_py_longest,
421 GDB_PY_LL_ARG, gdb_py_object_from_longest.
422 (valpy_long): Add comment.
423 * python/py-utils.c (get_addr_from_python): Use
424 gdb_py_long_as_ulongest. Handle overflow properly.
425 (gdb_py_object_from_longest): New function.
426 (gdb_py_object_from_ulongest): Likewise.
427 (gdb_py_int_as_long): Likewise.
428 * python/py-type.c (typy_array): Use gdb_py_int_as_long.
429 * python/py-symtab.c (salpy_get_pc): Use
430 gdb_py_long_from_ulongest.
431 (salpy_get_line): Use PyInt_FromLong.
432 * python/py-param.c (set_parameter_value): Use
434 * python/py-lazy-string.c (stpy_get_address): Use
435 gdb_py_long_from_ulongest.
436 * python/py-frame.c (frapy_pc): Use gdb_py_long_from_ulongest.
437 * python/py-cmd.c (cmdpy_completer): Use gdb_py_int_as_long.
438 * python/py-breakpoint.c (bppy_set_thread): Use
440 (bppy_set_task): Likewise.
441 (bppy_set_ignore_count): Likewise.
442 (bppy_set_hit_count): Likewise.
443 * python/py-block.c (blpy_get_start): Use
444 gdb_py_object_from_ulongest.
445 (blpy_get_end): Likewise.
446 (gdbpy_block_for_pc): Use gdb_py_ulongest and GDB_PY_LLU_ARG.
448 2011-01-25 Mathieu Lacage <mathieu.lacage@inria.fr>
451 * gdb/objfiles.h (struct objfile) <addr_low>: New field.
452 * gdb/solib.c (solib_read_symbols): Check for addr_low in
453 equality test for objfile, initialize addr_low if needed.
455 2011-01-25 Pedro Alves <pedro@codesourcery.com>
457 * tui/tui-regs.c (tui_register_format): Remove dead code.
459 2011-01-25 Pedro Alves <pedro@codesourcery.com>
461 * printcmd.c (print_formatted): Use val_print_scalar_formatted
462 instead of print_scalar_formatted.
463 (print_scalar_formatted): Don't handle 's' format strings here,
464 and add an assertion that we never see such format here.
465 * valprint.h (val_print_scalar_formatted): Declare.
466 * valprint.c (val_print_scalar_formatted): New.
467 * c-valprint.c (c_val_print): Use val_print_scalar_formatted
468 instead of print_scalar_formatted.
469 * jv-valprint.c (java_val_print): Ditto.
470 * p-valprint.c (pascal_val_print): Ditto.
471 * ada-valprint.c (ada_val_print_1): Ditto.
472 * f-valprint.c (f_val_print): Ditto.
473 * infcmd.c (registers_info): Ditto.
474 * m2-valprint.c (m2_val_print): Ditto.
476 2011-01-25 Pedro Alves <pedro@codesourcery.com>
478 * m2-valprint.c (print_unbounded_array): Pass
479 value_contents_for_printing rather than value_contents, to
480 m2_print_array_contents. Also pass in the value.
482 2011-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
484 * dwarf2read.c (dwarf2_read_index, write_psymtabs_to_index)
485 (save_gdb_index_command): Switch to .gdb_index version 4.
487 2011-01-25 Pedro Alves <pedro@codesourcery.com>
489 * mi/mi-main.c (get_register): Use get_frame_register_value rather
490 than frame_register, and always pass a valid value to val_print.
492 2011-01-25 Pedro Alves <pedro@codesourcery.com>
494 Centralize printing "<optimized out>".
496 * valprint.h (val_print_optimized_out): Declare.
497 * cp-valprint.c (cp_print_value_fields): Use
498 val_print_optimized_out.
499 * jv-valprint.c (java_print_value_fields): Ditto.
500 * p-valprint.c (pascal_object_print_value_fields): Ditto.
501 * printcmd.c (print_formatted): Ditto.
502 * valprint.c (valprint_check_validity): Ditto.
503 (value_check_printable): Ditto.
504 (val_print_optimized_out): New.
506 2011-01-25 Pedro Alves <pedro@codesourcery.com>
508 * infcmd.c (default_print_registers_info): Allocate values so to
509 never pass a NULL value to val_print.
511 2011-01-25 Pedro Alves <pedro@codesourcery.com>
513 * cp-valprint.c (cp_print_value): Treat the 'skip' local as
514 boolean. Make sure to always pass a value that matches the
515 contents buffer to callees. Preserve `address' for following
517 * value.c (value_contents_for_printing_const): New.
518 (value_address): Constify value argument.
519 * value.h (value_contents_for_printing_const): Declare.
520 (value_address): Constify value argument.
522 2011-01-25 Pedro Alves <pedro@codesourcery.com>
524 * regcache.c (struct regcache_descr): Rename
525 sizeof_raw_register_valid_p field to sizeof_raw_register_status,
526 and sizeof_cooked_register_valid_p to
527 sizeof_cooked_register_status.
528 (init_regcache_descr): Adjust.
529 (struct regcache): Rename register_valid_p field to
531 (regcache_xmalloc_1, regcache_xfree, regcache_save)
532 (do_cooked_read): Adjust.
533 (regcache_valid_p): Rename to ...
534 (regcache_register_status): ... this. Adjust.
535 (regcache_invalidate): Adjust.
536 (regcache_raw_read, regcache_cooked_read, regcache_raw_write):
538 (regcache_raw_supply): Adjust. If buf i NULL, mark the register
539 as unavailable, not valid.
540 (regcache_dump): Adjust.
541 * regcache.h (enum register_status): New.
542 (regcache_register_status): Declare.
543 (regcache_invalidate): Delete declaration.
544 * corelow.c (get_core_registers): Adjust.
545 * tracepoint.c (tfile_fetch_registers): Adjust.
546 * trad-frame.c (REG_VALUE): Rename to ...
547 (TF_REG_VALUE): ... this.
548 (REG_UNKNOWN): Rename to ...
549 (TF_REG_UNKNOWN): ... this.
550 (trad_frame_set_value, trad_frame_set_unknown): Adjust.
551 * mi/mi-main.c (register_changed_p): Adjust.
553 2011-01-25 Pedro Alves <pedro@codesourcery.com>
555 * regcache.c (struct regcache_descr): Remove outdated comment.
556 (init_regcache_descr): Remove sizeof_raw_register_valid_p
558 (regcache_xmalloc): Rename to ...
559 (regcache_xmalloc_1): ... this. Add `readonly_p' parameter.
560 Allocate the regcache type accordingly.
561 (regcache_xmalloc): New as wrapper around regcache_xmalloc_1.
562 (regcache_xfree): Asser the source is also readonly. Copy sizeof
563 cooked registers, not raw.
564 (regcache_dup_no_passthrough): Delete.
565 (get_thread_arch_regcache): Use regcache_xmalloc_1.
566 * h8300-tdep.c (h8300_push_dummy_call): Tweak comment to not
567 mention obsolete write_register_bytes.
568 * regcache.h (regcache_dup_no_passthrough): Delete declaration.
570 2011-01-25 Pedro Alves <pedro@codesourcery.com>
572 Stop remote_read_bytes from handling partial reads itself.
574 * remote-fileio.c: Include target.h.
575 (remote_fileio_write_bytes): Delete.
576 (remote_fileio_func_open, remote_fileio_func_write)
577 (remote_fileio_func_rename, remote_fileio_func_unlink): Use
579 (remote_fileio_func_stat): Use target_read_memory and
581 (remote_fileio_func_gettimeofday): Use target_write_memory.
582 (remote_fileio_func_system): Use target_read_memory.
583 * remote.c (remote_write_bytes): Make it static.
584 (remote_read_bytes): Don't handle partial reads here.
585 * remote.h (remote_read_bytes): Delete declaration.
587 2011-01-25 Pedro Alves <pedro@codesourcery.com>
589 Simplify XML parsing a bit.
591 * xml-support.h (gdb_xml_parse_quick): Declare.
592 * xml-support.c (gdb_xml_create_parser_and_cleanup_1): Renamed
593 from gdb_xml_create_parser_and_cleanup, and added `old_chain'
595 (gdb_xml_create_parser_and_cleanup): Reimplement on top of
596 gdb_xml_create_parser_and_cleanup_1.
597 (gdb_xml_parse_quick): New.
598 * memory-map.c (parse_memory_map): Use gdb_xml_parse_quick.
599 * osdata.c (osdata_parse): Ditto.
600 * remote.c (remote_threads_info): Ditto.
601 * solib-target.c (solib_target_parse_libraries): Ditto.
602 * xml-syscall.c (syscall_parse_xml): Ditto.
603 * xml-tdesc.c (tdesc_parse_xml): Ditto.
605 2011-01-24 Kevin Buettner <kevinb@redhat.com>
607 * configure.tgt (mips*-*-elf): New; just like mips*-*-*, but
608 with remote-mips.o added to gdb_target_obs.
609 * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o.
611 2011-01-24 Pedro Alves <pedro@codesourcery.com>
613 * ada-valprint.c (val_print_packed_array_elements): Pass the
614 correct struct value to val_print.
615 (ada_val_print_1): Ditto.
617 2011-01-24 Pedro Alves <pedro@codesourcery.com>
619 Don't lose embedded_offset in printing routines throughout.
621 * valprint.h (val_print_array_elements): Change prototype.
622 * valprint.c (val_print_array_elements): Add `embedded_offset'
623 parameter, and adjust to pass it down to val_print, while passing
624 `valaddr' or `address' unmodified. Take embedded_offset into
625 account when checking repetitions.
626 * c-valprint.c (c_val_print): Pass embedded_offset to
627 val_print_array_elements instead of adjusting `valaddr' and
629 * m2-valprint.c (m2_print_array_contents, m2_val_print): Pass
630 embedded_offset to val_print_array_elements instead of adjusting
632 * p-lang.h (pascal_object_print_value_fields): Adjust prototype.
633 * p-valprint.c (pascal_val_print): Pass embedded_offset to
634 val_print_array_elements and pascal_object_print_value_fields
635 instead of adjusting `valaddr'.
636 (pascal_object_print_value_fields): Add `offset' parameter, and
638 (pascal_object_print_value): Add `offset' parameter, and adjust to
640 (pascal_object_print_static_field): Use
641 value_contents_for_printing/value_embedded_offset, rather than
643 * ada-valprint.c (val_print_packed_array_elements): Add `offset'
644 parameter, and adjust to use it. Use
645 value_contents_for_printing/value_embedded_offset, rather than
647 (ada_val_print): Rename `valaddr0' parameter to `valaddr'.
648 (ada_val_print_array): Add `offset' parameter, and adjust to use
650 (ada_val_print_1): Rename `valaddr0' parameter to `valaddr', and
651 `embedded_offset' to `offset'. Don't re-adjust `valaddr'.
652 Instead work with offsets. Use
653 value_contents_for_printing/value_embedded_offset, rather than
654 value_contents. Change `defer_val_int' local type to CORE_ADDR,
655 and use value_from_pointer to extract a target pointer, rather
656 than value_from_longest.
657 (print_variant_part): Add `offset' parameter. Replace
658 `outer_valaddr' parameter by a new `outer_offset' parameter.
659 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
660 (ada_value_print): Use
661 value_contents_for_printing/value_embedded_offset, rather than
663 (print_record): Add `offset' parameter, and adjust to pass it
665 (print_field_values): Add `offset' parameter. Replace
666 `outer_valaddr' parameter by a new `outer_offset' parameter.
667 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
668 Use value_contents_for_printing/value_embedded_offset, rather than
670 * d-valprint.c (dynamic_array_type): Use
671 value_contents_for_printing/value_embedded_offset, rather than
673 * jv-valprint.c (java_print_value_fields): Add `offset' parameter.
674 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
675 (java_print_value_fields): Take `offset' into account. Don't
676 re-adjust `valaddr'. Instead pass down adjusted offsets.
677 (java_val_print): Take `embedded_offset' into account. Pass it to
678 java_print_value_fields.
679 * f-valprint.c (f77_print_array_1): Add `embedded_offset'
680 parameter. Don't re-adjust `valaddr' or `address'. Instead pass
681 down adjusted offsets.
682 (f77_print_array): Add `embedded_offset' parameter. Pass it down.
683 (f_val_print): Take `embedded_offset' into account.
685 2011-01-21 Joel Brobecker <brobecker@adacore.com>
687 * inflow.c: Include "gdbcmd.h".
688 (interactive_mode): New static global, moved here from top.c.
689 (show_interactive_mode): New function, moved here from top.c.
690 use gdb_has_a_terminal instead of input_from_terminal_p to
691 determine the current mode.
692 (gdb_has_a_terminal): Add handling of the "iteractive-mode"
694 (_initialize_inflow): Add the "set/show interactive-mode"
695 commands. Moved here from top.c, after having adjusted slightly
697 * top.c (interactive_mode, show_interactive_mode): Delete, moved
699 (input_from_terminal_p): Remove handling of "interactive-mode"
700 setting, moved to infow.c.
701 (init_main): Remove creation of the "set/show interactive-mode"
702 commands, moved to inflow.c.
704 2011-01-19 Joel Brobecker <brobecker@adacore.com>
706 * NEWS: Add entry for native ia64-hpux support.
708 2011-01-19 Tom Tromey <tromey@redhat.com>
711 * thread.c (free_thread): Free 'name'.
712 (print_thread_info): Emit thread name. Change CLI output.
713 (thread_name_command): New function.
714 (do_captured_thread_select): Emit newline.
715 (_initialize_thread): Register 'thread name' command.
716 * target.h (struct target_ops) <to_thread_name>: New field.
717 (target_thread_name): New macro.
718 * target.c (update_current_target): Handle to_thread_name.
719 * python/py-infthread.c (thpy_get_name): New function.
720 (thpy_set_name): Likewise.
721 (thread_object_getset): Add "name".
722 * linux-nat.c (linux_nat_thread_name): New function.
723 (linux_nat_add_target): Set to_thread_name.
724 * gdbthread.h (struct thread_info) <name>: New field.
726 2011-01-18 Joel Brobecker <brobecker@adacore.com>
728 * ada-valprint.c (ada_print_scalar): Remove unsigned char downcast.
729 (ada_val_print_1): Likewise.
731 2011-01-18 Joel Brobecker <brobecker@adacore.com>
733 * rs6000-tdep.c (rs6000_skip_prologue): Make sure that the prologue
734 upper limit address is not greater than the function end address
735 when the upper limit could not be computed using the debugging
738 2011-01-17 Tom Tromey <tromey@redhat.com>
740 * cli/cli-cmds.c (apropos_command): Free the compiled regex. Use
742 * utils.c: Include gdb_regex.h.
743 (do_regfree_cleanup): New function.
744 (make_regfree_cleanup): Likewise.
745 (get_regcomp_error): Likewise.
746 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Declare.
748 2011-01-17 Tom Tromey <tromey@redhat.com>
750 * cli/cli-cmds.c (apropos_command): Fix formatting. Don't call
753 2011-01-17 Pierre Muller <muller@ics.u-strasbg.fr>
755 * p-exp.y (intvar): New static variable, used to set CURRENT_TYPE
756 for internal variables.
757 (last_was_structop): New static variable.
758 (COMPLETE): New token.
759 (field_exp): New rule to group all '.' suffix handling.
760 Add mark_struct_expression calls when approriate to be able
761 to correctly find fields for completion.
762 (yylex): Adapt to handle field completion and set INTVAR when
765 2011-01-14 Yao Qi <yao@codesourcery.com>
767 * arm-tdep.c (arm_register_reggroup_p): FPS register is in
768 save_reggroup, restore_reggroup and all_reggroup.
770 2011-01-14 Joel Brobecker <brobecker@adacore.com>
772 * ada-valprint. (ada_printchar): Use the correct type length
773 in call to ada_emit_char.
774 * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.
776 2011-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
778 * solib-som.h (hpux_major_release): Declare variable here.
779 * solib-som.c: Remove <sys/utsname.h> header.
780 (DEFAULT_HPUX_MAJOR_RELEASE): New macro.
781 (hpux_major_release): Make global, change default value to
782 DEFAULT_HPUX_MAJOR_RELEASE.
783 (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE.
784 * hppa-hpux-nat.c: Add <sys/utsname.h> include.
785 Add "solib-som.h" header.
786 (set_hpux_major_release): New function.
787 (_initialize_hppa_hpux_nat): Call set_hpux_major_release.
789 2011-01-14 Mike Frysinger <vapier@gentoo.org>
791 * configure.tgt (*-*-uclinux*): Match more Linux os targets
793 2011-01-14 Joel Brobecker <brobecker@adacore.com>
795 * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
796 new-line at end of warning message.
797 (ia64_hpux_store_register): Remove trailing new-line at end of
799 * ia64-hpux-tdep.c: Rephrase comment.
800 * solib-ia64-hpux.c (struct dld_info): Change type of field
801 dld_flags from "long long" to ULONGEST.
803 2011-01-14 Pedro Alves <pedro@codesourcery.com>
805 * target.h (deprecated_child_ops): Delete declaration.
806 * target.c (deprecated_child_ops): Delete definition.
808 2011-01-14 Pedro Alves <pedro@codesourcery.com>
810 * Makefile.in (hpux-thread.o): Delete rule.
811 * configure.ac: Don't check for HPUX DCE threads support.
812 * configure, config.in: Regenerate.
813 * hppa-hpux-nat.c (child_suppress_run): Delete.
814 (hppa_hpux_child_can_run): Delete.
815 (_initialize_hppa_hpux_nat): Don't override to_can_run.
816 * hpux-thread.c: Delete.
818 2011-01-13 Joel Brobecker <brobecker@adacore.com>
820 * hpux-thread.c (hpux_pid_to_str): Delete.
822 2011-01-13 Joel Brobecker <brobecker@adacore.com>
824 * ada-valprint.c (ada_emit_char): Remove strange code.
825 Check that c is <= UCHAR_MAX before passing it to isascii.
826 (char_at): Do not assume that TYPE_LEN is either 1 or 2.
828 2011-01-13 Joel Brobecker <brobecker@adacore.com>
830 * top.c (input_from_terminal_p): Restrict the use of interactive_mode
831 to the case where instream is stdin.
833 2011-01-13 Joel Brobecker <brobecker@adacore.com>
835 * ia64-tdep.h (struct regcache): Forward declare.
836 (struct ia64_infcall_ops): New struct type.
837 (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
839 * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
840 Renames ia64_find_global_pointer.
841 (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
842 (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
843 (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
845 (ia64_infcall_ops): New static global constant.
846 (ia64_gdbarch_init): Set tdep->infcall_ops.
847 * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
848 (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
849 * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
850 (ia64_hpux_dummy_code): New static global constant.
851 (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
852 (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
853 (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
855 (ia64_hpux_infcall_ops): New static global constant.
856 (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
857 for inferior function calls to work properly on ia64-hpux.
859 2011-01-13 Joel Brobecker <brobecker@adacore.com>
861 * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
862 * ia64-tdep.h (struct frame_info): forward declaration.
863 (struct gdbarch_tdep): Add field size_of_register_frame.
864 * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
865 to determine the size of the register frame.
866 (ia64_size_of_register_frame): New function.
867 (ia64_gdbarch_init): Set tdep->size_of_register_frame.
868 * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
869 (IA64_HPUX_UREG_REASON): New macro.
870 (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
872 (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
873 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
874 (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
877 2011-01-13 Joel Brobecker <brobecker@adacore.com>
879 Add support for ia64-hpux.
880 * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
881 ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
883 * configure.host: Add handling for ia64-hpux hosts. Add associated
885 * configure.tgt: Add handling for ia64-hpux targets.
886 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
887 (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
888 (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
890 2011-01-13 Joel Brobecker <brobecker@adacore.com>
892 [ttrace] Compute thread list immediately after attach.
893 * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
895 (inf_ttrace_attach): Use it.
897 2011-01-13 Joel Brobecker <brobecker@adacore.com>
899 * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
900 if we could not determine the frame's function address. Instead,
901 use the frame's PC, and then continue.
903 2011-01-13 Joel Brobecker <brobecker@adacore.com>
905 * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
908 2011-01-13 Joel Brobecker <brobecker@adacore.com>
910 * ia64-tdep.c (ia64_struct_type_p): New function.
911 (ia64_extract_return_value): Handle integral values that are
912 less than 8 bytes long.
913 (ia64_push_dummy_call): Likewise.
915 2011-01-13 Joel Brobecker <brobecker@adacore.com>
917 * ia64-tdep.c (floatformat_ia64_ext_little): Renames
918 floatformat_ia64_ext.
919 (floatformat_ia64_ext_big): New static const.
920 (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
922 2011-01-12 Tom Tromey <tromey@redhat.com>
924 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
926 * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
927 (mi_cmd_thread_list_ids): Likewise.
928 (mi_cmd_data_list_changed_registers): Likewise.
929 (mi_cmd_data_list_register_values): Likewise.
930 (mi_cmd_data_write_register_values): Likewise.
931 (mi_cmd_data_evaluate_expression): Likewise.
932 (mi_cmd_data_read_memory): Likewise.
933 (mi_cmd_data_read_memory_bytes): Likewise.
934 (mi_cmd_data_write_memory): Likewise.
935 (mi_cmd_enable_timings): Likewise.
936 * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
937 * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
938 (mi_cmd_var_delete): Likewise.
939 (mi_cmd_var_set_format): Likewise.
940 (mi_cmd_var_show_format): Likewise.
941 (mi_cmd_var_info_num_children): Likewise.
942 (mi_cmd_var_list_children): Likewise.
943 (mi_cmd_var_info_type): Likewise.
944 (mi_cmd_var_info_expression): Likewise.
945 (mi_cmd_var_show_attributes): Likewise.
946 (mi_cmd_var_assign): Likewise.
947 (mi_cmd_var_update): Likewise.
948 (mi_cmd_enable_pretty_printing): Likewise.
949 (mi_cmd_var_set_update_range): Likewise.
950 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
952 (mi_cmd_target_file_put): Likewise.
953 (mi_cmd_target_file_delete): Likewise.
954 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
956 (mi_cmd_stack_info_depth): Likewise.
957 (mi_cmd_stack_list_locals): Likewise.
958 (mi_cmd_stack_list_args): Likewise.
959 (mi_cmd_stack_select_frame): Likewise.
960 (mi_cmd_stack_select_frame): Likewise.
961 (mi_cmd_stack_info_frame): Likewise.
962 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
964 (mi_cmd_file_list_exec_source_files): Likewise.
965 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
966 (mi_cmd_env_cd): Likewise.
967 (mi_cmd_env_path): Likewise.
968 (mi_cmd_env_dir): Likewise.
969 (mi_cmd_inferior_tty_show): Likewise.
970 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
971 * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
972 (mi_cmd_break_watch): Likewise.
974 2011-01-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
976 * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
977 (ppc_linux_insert_hw_breakpoint): Likewise.
978 (ppc_linux_remove_hw_breakpoint): Likewise.
979 (ppc_linux_insert_watchpoint): Likewise.
981 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
982 Jan Kratochvil <jan.kratochvil@redhat.com>
984 PR fortran/11104 and DWARF unbound arrays detection.
985 * dwarf2read.c (read_subrange_type): Set zero length on unspecified
986 upper bound. Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
987 unspecified upper bound.
988 * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
989 variables array_size_array, tmp_type and offset_item. New variable
990 array. Remove call to f77_get_upperbound. New variables array_type
991 and index. Call value_subscripted_rvalue for each dimenasion. Remove
992 the final call to deprecated_set_value_type.
994 2011-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
996 Make value allocations more lazy.
997 * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
998 instead of allocate_value and set_value_lazy when possible.
999 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy
1000 instead of allocate_value and set_value_lazy.
1001 * findvar.c (value_of_register_lazy): Likewise.
1002 (read_var_value): Remove V preallocation, call just check_typedef in
1003 advance. Move allocate_value to LOC_CONST, LOC_LABEL,
1004 LOC_CONST_BYTES. Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
1005 LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK. Set ADDR instead of
1006 set_value_address and break in LOC_BLOCK. Use allocate_value_lazy and
1007 remove lval_memory set in LOC_REGPARM_ADDR. Use allocate_value_lazy
1008 in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT. Add setting lval_memory at
1009 the end, remove set_value_lazy there.
1010 * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
1011 instead of allocate_value and set_value_lazy when possible.
1012 * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
1013 * value.c (allocate_computed_value): Use allocate_value_lazy instead
1014 of allocate_value and set_value_lazy.
1015 (value_from_contents_and_address): Use allocate_value_lazy instead of
1016 allocate_value and set_value_lazy when possible.
1018 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
1020 * disasm.c (dump_insns): Support dumping opcodes for MI.
1021 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
1022 dumping of instruction opcodes.
1024 2011-01-09 Robert Millan <rmh@gnu.org> (tiny patch)
1026 * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
1029 2011-01-11 Tom Tromey <tromey@redhat.com>
1031 * thread.c (do_captured_thread_select): Emit newline before
1034 2011-01-11 Michael Snyder <msnyder@vmware.com>
1036 * s390-tdep.c: Comment cleanup, mostly periods and spaces.
1037 * score-tdep.c: Ditto.
1038 * score-tdep.h: Ditto.
1039 * ser-base.c: Ditto.
1040 * ser-go32.c: Ditto.
1043 * ser-mingw.c: Ditto.
1044 * ser-pipe.c: Ditto.
1046 * ser-unix.c: Ditto.
1047 * sh64-tdep.c: Ditto.
1048 * shnbsd-nat.c: Ditto.
1052 * solib-darwin.c: Ditto.
1053 * solib-frv.c: Ditto.
1055 * solib-irix.c: Ditto.
1056 * solib-osf.c: Ditto.
1057 * solib-pa64.c: Ditto.
1058 * solib-som.c: Ditto.
1059 * solib-spu.c: Ditto.
1060 * solib-sunos.c: Ditto.
1061 * solib-svr4.c: Ditto.
1063 * sol-thread.c: Ditto.
1067 * sparc64-linux-tdep.c: Ditto.
1068 * sparc64-tdep.c: Ditto.
1069 * sparc-linux-nat.c: Ditto.
1070 * sparc-linux-tdep.c: Ditto.
1071 * sparc-sol2-nat.c: Ditto.
1072 * sparc-sol2-tdep.c: Ditto.
1073 * sparc-tdep.c: Ditto.
1074 * sparc-tdep.h: Ditto.
1075 * spu-tdep.c: Ditto.
1076 * stabsread.c: Ditto.
1077 * stabsread.h: Ditto.
1085 * target-descriptions.c: Ditto.
1086 * target-descriptions.h: Ditto.
1088 * target-memory.c: Ditto.
1089 * terminal.h: Ditto.
1092 * tracepoint.c: Ditto.
1093 * tracepoint.h: Ditto.
1094 * trad-frame.h: Ditto.
1095 * typeprint.c: Ditto.
1097 2011-01-11 Michael Snyder <msnyder@vmware.com>
1099 * ui-file.c: Comment cleanup, mostly periods and spaces.
1104 * v850-tdep.c: Ditto.
1105 * valarith.c: Ditto.
1107 * valprint.c: Ditto.
1108 * valprint.h: Ditto.
1113 * vax-tdep.c: Ditto.
1117 * windows-nat.c: Ditto.
1118 * windows-tdep.c: Ditto.
1119 * xcoffread.c: Ditto.
1120 * xcoffsolib.c: Ditto.
1121 * xml-support.c: Ditto.
1122 * xstormy16-tdep.c: Ditto.
1123 * xtensa-tdep.c: Ditto.
1124 * xtensa-tdep.h: Ditto.
1126 2011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
1128 * breakpoint.c (resources_needed_watchpoint): Fix indentation.
1129 * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
1131 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1132 Thiago Jung Bauermann <bauerman@br.ibm.com>
1134 Implement support for PowerPC BookE ranged watchpoints.
1136 (struct breakpoint_ops) <resources_needed>: New method.
1137 Initialize to NULL in all existing breakpoint_ops instances.
1138 (struct breakpoint) <exact>: New field.
1139 (target_exact_watchpoints): Declare external global.
1140 * breakpoint.c (target_exact_watchpoints): New global flag.
1141 (update_watchpoint): Set b->type to bp_hardware_watchpoint and
1142 b->enable_state to bp_enabled before calling
1143 hw_watchpoint_used_count.
1144 (hw_watchpoint_used_count): Iterate over all bp_locations in a
1145 watchpoint. Call breakpoint's breakpoint_ops.resources_needed
1147 (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
1148 if the watchpoint is exact.
1149 (resources_needed_watchpoint): New function.
1150 (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
1151 (watch_command_1): Set b->exact if the user asked for an exact
1152 watchpoint and one can be set.
1153 (can_use_hardware_watchpoint): Add exact_watchpoints argument.
1154 Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
1155 the user asks for an exact watchpoint and one can be set. Return
1156 number of needed debug registers to watch the expression.
1157 * gdbtypes.c (is_scalar_type): New function, based on
1158 valprint.c:scalar_type_p.
1159 (is_scalar_type_recursive): New function.
1160 * gdbtypes.h (is_scalar_type_recursive): Declare.
1161 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
1162 handle regions when ranged watchpoints are available.
1163 (create_watchpoint_request): New function.
1164 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
1165 create_watchpoint_request.
1166 * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
1167 (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
1168 `set powerpc' and `show powerpc' commands.
1169 * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
1170 Mention documentation comment in the target macro.
1171 (target_region_ok_for_hw_watchpoint): Document return value.
1173 2011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
1175 * breakpoint.c (update_watchpoint): Decide on using a software or
1176 hardware watchpoint after the bp_locations are created.
1178 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
1180 Convert hardware watchpoints to use breakpoint_ops.
1181 * breakpoint.h (breakpoint_ops) <insert>: Rename to...
1182 <insert_location>: ... this. Return int instead of void.
1183 Accept pointer to struct bp_location instead of pointer to
1184 struct breakpoint. Adapt all implementations.
1185 (breakpoint_ops) <remove>: Rename to...
1186 <remove_location>: ... this. Accept pointer to struct bp_location
1187 instead of pointer to struct breakpoint. Adapt all implementations.
1188 * breakpoint.c (insert_catchpoint): Delete function.
1189 (insert_bp_location): Call the watchpoint or catchpoint's
1190 breakpoint_ops.insert method.
1191 (remove_breakpoint_1): Call the watchpoint or catchpoint's
1192 breakpoint_ops.remove method.
1193 (insert_watchpoint, remove_watchpoint): New functions.
1194 (watchpoint_breakpoint_ops): New structure.
1195 (watch_command_1): Initialize the OPS field.
1196 * inf-child.c (inf_child_insert_fork_catchpoint)
1197 (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
1198 (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
1199 (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
1201 (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
1202 to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
1203 to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
1204 to_remove_exec_catchpoint and to_set_syscall_catchpoint.
1205 * target.c (update_current_target): Change default implementation of
1206 to_insert_fork_catchpoint, to_remove_fork_catchpoint,
1207 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
1208 to_insert_exec_catchpoint, to_remove_exec_catchpoint and
1209 to_set_syscall_catchpoint to return_one.
1210 (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
1211 (debug_to_insert_exec_catchpoint): Report return value.
1212 * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
1213 (to_insert_exec_catchpoint): Change declaration to return int instead
1216 2011-01-11 Michael Snyder <msnyder@vmware.com>
1218 * arm-tdep.c: Internationalization.
1221 * fork-child.c: Ditto.
1222 * nto-procfs.c: Ditto.
1223 * ppc-sysv-tdep.c: Ditto.
1225 * remote-mips.c: Ditto.
1227 * rs6000-nat.c: Ditto.
1228 * rs6000-tdep.c: Ditto.
1232 * xml-support.c: Ditto.
1233 * mi/mi-cmd-break.c: Ditto.
1234 * mi/mi-cmd-var.c: Ditto.
1235 * mi/mi-interp.c: Ditto.
1236 * mi/mi-main.c: Ditto.
1238 2011-01-11 Andrew Burgess <aburgess@broadcom.com>
1240 * remote-sim.c (gdbsim_store_register): Update API to
1241 sim_store_register to check more error conditions.
1243 2011-01-10 Michael Snyder <msnyder@vmware.com>
1245 * nto-procfs.c: Comment cleanup, mostly periods and spaces.
1246 * nto-tdep.c: Ditto.
1247 * nto-tdep.h: Ditto.
1248 * objc-exp.y: Ditto.
1249 * objc-lang.c: Ditto.
1250 * objfiles.c: Ditto.
1251 * objfiles.h: Ditto.
1252 * observer.c: Ditto.
1253 * opencl-lang.c: Ditto.
1256 * parser-defs.h: Ditto.
1259 * posix-hdep.c: Ditto.
1260 * ppcbug-rom.c: Ditto.
1261 * ppc-linux-nat.c: Ditto.
1262 * ppc-linux-tdep.c: Ditto.
1263 * ppc-linux-tdep.h: Ditto.
1264 * ppcnbsd-tdep.c: Ditto.
1265 * ppcobsd-tdep.c: Ditto.
1266 * ppcobsd-tdep.h: Ditto.
1267 * ppc-sysv-tdep.c: Ditto.
1268 * ppc-tdep.h: Ditto.
1269 * printcmd.c: Ditto.
1270 * proc-abi.c: Ditto.
1271 * proc-flags.c: Ditto.
1273 * proc-utils.h: Ditto.
1274 * progspace.h: Ditto.
1275 * prologue-value.c: Ditto.
1276 * prologue-value.h: Ditto.
1277 * psympriv.h: Ditto.
1279 * p-typeprint.c: Ditto.
1280 * p-valprint.c: Ditto.
1281 * ravenscar-sparc-thread.c: Ditto.
1282 * ravenscar-thread.c: Ditto.
1283 * ravenscar-thread.h: Ditto.
1285 * regcache.c: Ditto.
1286 * regcache.h: Ditto.
1288 * remote-fileio.c: Ditto.
1289 * remote-fileio.h: Ditto.
1291 * remote-m32r-sdi.c: Ditto.
1292 * remote-mips.c: Ditto.
1293 * remote-sim.c: Ditto.
1294 * rs6000-aix-tdep.c: Ditto.
1295 * rs6000-nat.c: Ditto.
1296 * rs6000-tdep.c: Ditto.
1298 2011-01-10 Michael Snyder <msnyder@vmware.com>
1300 * charset.c (validate): Internationalization.
1301 * coffread.c (read_one_sym): Ditto.
1302 * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
1303 * h8300-tdep.c (H8300_extract_return_value): Ditto.
1304 * inflow.c (new_tty): Ditto.
1305 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
1306 * m32c-tdep.c (m32c_return_value): Ditto.
1307 * mep-tdep.c (mep_store_return_value): Ditto.
1308 * score-tdep.c (score7_fetch_insn): Ditto.
1309 * ser-mingw.c (pipe_windows_open): Ditto.
1310 * sh64-tdep.c (sh64_extract_return_value): Ditto.
1311 * spu-tdep.c (spu_register_type): Ditto.
1312 * tracepoint.c (trace_find_command): Ditto.
1313 * valarith.c (value_pos): Ditto.
1315 2011-01-10 Joel Brobecker <brobecker@adacore.com>
1317 * ada-valprint.c (printstr): Minor comment reformatting.
1319 2011-01-08 Michael Snyder <msnyder@vmware.com>
1321 * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
1324 2011-01-08 Michael Snyder <msnyder@vmware.com>
1326 * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
1327 * hppa-hpux-tdep.c: Ditto.
1328 * hppa-linux-nat.c: Ditto.
1329 * hppa-linux-tdep.c: Ditto.
1330 * hppanbsd-tdep.c: Ditto.
1331 * hppa-tdep.c: Ditto.
1332 * hppa-tdep.h: Ditto.
1333 * hpux-thread.c: Ditto.
1334 * i386-cygwin-tdep.c: Ditto.
1335 * i386-darwin-nat.c: Ditto.
1336 * i386gnu-nat.c: Ditto.
1337 * i386-linux-nat.c: Ditto.
1338 * i386-linux-tdep.c: Ditto.
1339 * i386-nat.c: Ditto.
1340 * i386-nat.h: Ditto.
1341 * i386nbsd-tdep.c: Ditto.
1342 * i386-sol2-nat.c: Ditto.
1343 * i386-stub.c: Ditto.
1344 * i386-tdep.c: Ditto.
1345 * i386-tdep.h: Ditto.
1346 * i387-tdep.c: Ditto.
1347 * ia64-linux-nat.c: Ditto.
1348 * ia64-linux-tdep.c: Ditto.
1349 * ia64-tdep.c: Ditto.
1353 * inferior.c: Ditto.
1354 * inferior.h: Ditto.
1360 * iq2000-tdep.c: Ditto.
1361 * irix5-nat.c: Ditto.
1367 * jv-typeprint.c: Ditto.
1368 * jv-valprint.c: Ditto.
1369 * language.c: Ditto.
1370 * language.h: Ditto.
1371 * linespec.c: Ditto.
1372 * linux-fork.c: Ditto.
1373 * linux-nat.c: Ditto.
1374 * linux-thread-db.c: Ditto.
1375 * lm32-tdep.c: Ditto.
1377 2011-01-08 Michael Snyder <msnyder@vmware.com>
1379 * m2-exp.y: Comment cleanup, mostly periods and spaces.
1381 * m2-typeprint.c: Ditto.
1382 * m2-valprint.c: Ditto.
1383 * m32c-tdep.c: Ditto.
1384 * m32r-linux-nat.c: Ditto.
1385 * m32r-rom.c: Ditto.
1386 * m32r-tdep.c: Ditto.
1387 * m32r-tdep.h: Ditto.
1388 * m68hc11-tdep.c: Ditto.
1389 * m58klinux-nat.c: Ditto.
1390 * m68k-tdep.c: Ditto.
1391 * m88k-tdep.c: Ditto.
1392 * m88k-tdep.h: Ditto.
1393 * machoread.c: Ditto.
1394 * macrocmd.c: Ditto.
1395 * macroexp.c: Ditto.
1396 * macrotab.c: Ditto.
1399 * mdebugread.c: Ditto.
1400 * mdebugread.h: Ditto.
1403 * memory-map.h: Ditto.
1404 * mep-tdep.c: Ditto.
1405 * microblaze-rom.c: Ditto.
1406 * microblaze-tdep.c: Ditto.
1408 * mips-irix-tdep.c: Ditto.
1409 * mips-linux-nat.c: Ditto.
1410 * mips-linux-tdep.c: Ditto.
1411 * mips-linux-tdep.h: Ditto.
1412 * mipsnbsd-nat.c: Ditto.
1413 * mipsnbsd-tdep.c: Ditto.
1414 * mipsread.c: Ditto.
1415 * mips-tdep.c: Ditto.
1416 * mips-tdep.h: Ditto.
1417 * mn10300-linux-tdep.c: Ditto.
1418 * mn10300-tdep.c: Ditto.
1419 * mn10300-tdep.h: Ditto.
1422 * moxie-tdep.c: Ditto.
1423 * moxie-tdep.h: Ditto.
1426 2011-01-08 Mike Frysinger <vapier@gentoo.org>
1428 * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
1430 2011-01-08 Robert Millan <rmh@gnu.org>
1432 * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
1434 2011-01-07 Michael Snyder <msnyder@vmware.com>
1436 * charset.c (_initialize_charset): Fix typo in string.
1438 2011-01-07 Michael Snyder <msnyder@vmware.com>
1440 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
1442 * tui/tui-layout.c (tui_set_layout_for_display_command):
1443 Split line so that operator goes to beginning of line.
1444 * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
1445 assignment out of if statement.
1447 2011-01-07 Michael Snyder <msnyder@vmware.com>
1449 * ada-lang.c: Comment cleanup, mostly periods and spaces.
1450 * ada-lang.h: Ditto.
1451 * ada-tasks.c: Ditto.
1452 * ada-valprint.c: Ditto.
1453 * aix-threads.c: Ditto.
1454 * alpha-linux-nat.c: Ditto.
1455 * alpha-linux-tdep.c: Ditto.
1456 * alpha-mdebug-tdep.c: Ditto.
1457 * alpha-nat.c: Ditto.
1458 * alpha-osf1-tdep.c: Ditto.
1459 * alpha-tdep.c: Ditto.
1460 * alphabsd-nat.c: Ditto.
1461 * alphabsd-tdep.c: Ditto.
1462 * amd64-darwin-tdep.c: Ditto.
1463 * amd64-linux-nat.c: Ditto.
1464 * amd64-linux-tdep.c: Ditto.
1465 * amd64-sol2-tdep.c: Ditto.
1466 * amd64-tdep.c: Ditto.
1467 * amd64-fbsd-tdep.c: Ditto.
1468 * amd64-nbsd-tdep.c: Ditto.
1469 * amd64-obsd-tdep.c: Ditto.
1470 * amd64-linux-nat.c: Ditto.
1471 * amd64-linux-tdep.c: Ditto.
1472 * arm-tdep.c: Ditto.
1473 * arm-tdep.h: Ditto.
1474 * armnbsd-nat.c: Ditto.
1475 * avr-tdep.c: Ditto.
1476 * bfin-tdep.c: Ditto.
1478 * c-typeprintc: Ditto.
1479 * c-valprint.c: Ditto.
1480 * coff-pe-read.h: Ditto.
1481 * coffreead.c: Ditto.
1482 * cris-tdep.c: Ditto.
1484 * darwin-nat-info.c: Ditto.
1485 * darwin-nat.c: Ditto.
1486 * dbug-rom.c: Ditto.
1490 * dec-thread.c: Ditto.
1492 * demangle.c: Ditto.
1493 * dicos-tdep.c: Ditto.
1494 * dictionary.c: Ditto.
1495 * dictionary.h: Ditto.
1496 * dink32-rom.c: Ditto.
1498 * doublest.c: Ditto.
1500 * dummy-frame.c: Ditto.
1501 * dwarf2-frame.c: Ditto.
1502 * dwarf2expr.c: Ditto.
1503 * dwarf2loc.c: Ditto.
1504 * dwarf2read.c: Ditto.
1508 * event-top.h: Ditto.
1509 * exceptions.c: Ditto.
1510 * exceptions.h: Ditto.
1512 * expprint.c: Ditto.
1513 * expression.h: Ditto.
1517 * f-typeprint.c: Ditto.
1518 * f-valprint.c: Ditto.
1519 * fbsd-nat.c: Ditto.
1521 * fork-child.c: Ditto.
1524 * frv-linux-tdep.c: Ditto.
1525 * frv-tdep.c: Ditto.
1527 * gdb-stabs.h: Ditto.
1528 * gdb_assert.h: Ditto.
1529 * gdb_string.h: Ditto.
1530 * gdb_thread_db.h: Ditto.
1531 * gdb_wait.h: Ditto.
1532 * gdbarch.sh: Ditto.
1534 * gdbthread.h: Ditto.
1535 * gdbtypes.c: Ditto.
1536 * gdbtypes.h: Ditto.
1539 * gnu-v2-abi.c: Ditto.
1540 * gnu-v3-abi.c: Ditto.
1541 * go32-nat.c: Ditto.
1542 * gdbarch.c: Regenerate.
1543 * gdbarch.h: Regenerate.
1545 2011-01-07 Michael Snyder <msnyder@vmware.com>
1547 * ax-gdb.c: Adjust some long output strings.
1548 * breakpoint.c: Ditto.
1553 * linux-nat.c: Ditto.
1554 * solib-pa64.c: Ditto.
1555 * solib-som.c: Ditto.
1557 2011-01-06 Tom Tromey <tromey@redhat.com>
1561 * python/python.c (GdbMethods): Add "newest_frame" method.
1562 * python/python-internal.h (gdbpy_newest_frame): Declare.
1563 * python/py-frame.c (gdbpy_newest_frame): New function.
1565 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1567 * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
1568 * jit.c (jit_debug): New variable.
1569 (show_jit_debug): New function.
1570 (struct target_buffer): Use ULONGEST.
1571 (bfd_open_from_target_memory): Likewise.
1572 (jit_register_code, jit_inferior_init): Add debug output.
1573 (_initialize_jit): Register "debug jit" command.
1575 2011-01-06 Tom Tromey <tromey@redhat.com>
1577 * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
1578 * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
1581 2011-01-06 Tom Tromey <tromey@redhat.com>
1583 * python/py-frame.c (frapy_block): Use get_frame_block.
1585 2011-01-06 Joel Brobecker <brobecker@adacore.com>
1587 Do not stop on SIGPRIO signals by default
1588 * infrun.c (_initialize_infrun): Unset signal_stop and
1589 signal_print for TARGET_SIGNAL_PRIO.
1591 2011-01-06 Joel Brobecker <brobecker@adacore.com>
1593 * ada-tasks.c: Fix style violation in comment.
1595 2011-01-06 Joel Brobecker <brobecker@adacore.com>
1597 * linespec.c (decode_compound, find_method): Remove trailing \n
1598 at end of error string.
1599 * solib-irix.c (irix_current_sos): Likewise.
1600 * varobj.c (uninstall_variable): Likewise.
1602 2011-01-06 Joel Brobecker <brobecker@adacore.com>
1604 * copyright.py: New script.
1605 * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
1606 Launch emacs without exec'ing. Call copyright.py afterwards.
1608 2011-01-05 Michael Snyder <msnyder@vmware.com>
1610 * addrmap.c: Shorten lines of >= 80 columns.
1611 * arch-utils.c: Ditto.
1612 * arch-utils.h: Ditto.
1614 * ax-general.c: Ditto.
1616 * blockframe.c: Ditto.
1617 * breakpoint.c: Ditto.
1618 * buildsym.c: Ditto.
1620 * c-typeprint.c: Ditto.
1622 * coffread.c: Ditto.
1626 * cp-namespace.c: Ditto.
1627 * cp-support.c: Ditto.
1628 * dbug-rom.c: Ditto.
1633 * dictionary.c: Ditto.
1635 * doublest.c: Ditto.
1636 * dwarf2-frame.c: Ditto.
1637 * dwarf2expr.c: Ditto.
1638 * dwarf2loc.c: Ditto.
1639 * dwarf2read.c: Ditto.
1642 * event-loop.c: Ditto.
1643 * event-loop.h: Ditto.
1644 * exceptions.h: Ditto.
1646 * expprint.c: Ditto.
1647 * expression.h: Ditto.
1649 * f-valprint.c: Ditto.
1651 * frame-base.c: Ditto.
1652 * frame-unwind.c: Ditto.
1653 * frame-unwind.h: Ditto.
1657 * gdb-stabs.h: Ditto.
1658 * gdb_assert.h: Ditto.
1659 * gdb_dirent.h: Ditto.
1660 * gdb_obstack.h: Ditto.
1662 * gdbtypes.c: Ditto.
1663 * gdbtypes.h: Ditto.
1664 * inf-ttrace.c: Ditto.
1669 * inline-frame.h: Ditto.
1670 * language.c: Ditto.
1671 * language.h: Ditto.
1672 * libunwind-frame.c: Ditto.
1673 * libunwind-frame.h: Ditto.
1674 * linespec.c: Ditto.
1675 * linux-nat.c: Ditto.
1676 * linux-nat.h: Ditto.
1677 * linux-thread-db.c: Ditto.
1678 * machoread.c: Ditto.
1679 * macroexp.c: Ditto.
1680 * macrotab.c: Ditto.
1683 * mdebugread.c: Ditto.
1688 * objfiles.c: Ditto.
1689 * objfiles.h: Ditto.
1691 * p-typeprint.c: Ditto.
1692 * p-valprint.c: Ditto.
1694 * printcmd.c: Ditto.
1695 * proc-events.c: Ditto.
1697 * progspace.c: Ditto.
1698 * progspace.h: Ditto.
1699 * psympriv.h: Ditto.
1702 * regcache.c: Ditto.
1703 * regcache.h: Ditto.
1704 * remote-fileio.c: Ditto.
1706 * ser-mingw.c: Ditto.
1708 * ser-unix.c: Ditto.
1711 * solib-frv.c: Ditto.
1712 * solib-irix.c: Ditto.
1713 * solib-osf.c: Ditto.
1714 * solib-pa64.c: Ditto.
1715 * solib-som.c: Ditto.
1716 * solib-sunos.c: Ditto.
1717 * solib-svr4.c: Ditto.
1718 * solib-target.c: Ditto.
1722 * stabsread.c: Ditto.
1723 * stabsread.c: Ditto.
1726 * symfile-mem.c: Ditto.
1732 * target-descriptions.c: Ditto.
1733 * target-memory.c: Ditto.
1736 * terminal.h: Ditto.
1739 * tracepoint.c: Ditto.
1740 * tracepoint.h: Ditto.
1744 * user-regs.c: Ditto.
1745 * user-regs.h: Ditto.
1747 * valarith.c: Ditto.
1749 * valprint.c: Ditto.
1750 * valprint.h: Ditto.
1755 * xcoffread.c: Ditto.
1756 * xcoffsolib.c: Ditto.
1757 * xcoffsolib.h: Ditto.
1758 * xml-syscall.c: Ditto.
1759 * xml-tdesc.c: Ditto.
1761 2011-01-05 Michael Snyder <msnyder@vmware.com>
1763 * cli/cli-cmds.c: Shorten lines of >= 80 columns.
1764 * cli/cli-decode.c: Ditto.
1765 * cli/cli-dump.c: Ditto.
1766 * cli/cli-logging.c: Ditto.
1767 * cli/cli-script.c: Ditto.
1768 * cli/cli-setshow.c: Ditto.
1769 * common/signals.c: Ditto.
1770 * mi/mi-cmd-break.c: Ditto.
1771 * mi/mi-cmd-disas.c: Ditto.
1772 * mi/mi-cmd-stack.c: Ditto.
1773 * mi/mi-cmd-var.c: Ditto.
1774 * mi/mi-cmds.c: Ditto.
1775 * mi/mi-common.h: Ditto.
1776 * mi/mi-console.c: Ditto.
1777 * mi/mi-interp.c: Ditto.
1778 * mi/mi-main.c: Ditto.
1779 * osf-share/cma_attr.c: Ditto.
1780 * osf-share/cma_deb_core.h: Ditto.
1781 * osf-share/cma_debug_client.h: Ditto.
1782 * osf-share/cma_handle.h: Ditto.
1783 * osf-share/cma_mutex.h: Ditto.
1784 * osf-share/cma_stack_int.h: Ditto.
1785 * osf-share/cma_tcb_defs.h: Ditto.
1786 * python/py-auto-load.c: Ditto.
1787 * python/py-breakpoint.c: Ditto.
1788 * python/py-cmd.c: Ditto.
1789 * python/py-frame.c: Ditto.
1790 * python/py-objfile.c: Ditto.
1791 * python/py-param.c: Ditto.
1792 * python/py-progspace.c: Ditto.
1793 * python/py-symbol.c: Ditto.
1794 * python/py-value.c: Ditto.
1795 * python/python-internal.h: Ditto.
1796 * python/python.c: Ditto.
1797 * tui/tui-data.c: Ditto.
1798 * tui/tui-disasm.c: Ditto.
1799 * tui/tui-hooks.c: Ditto.
1800 * tui/tui-io.c: Ditto.
1801 * tui/tui-layout.c: Ditto.
1802 * tui/tui-regs.c: Ditto.
1803 * tui/tui-source.c: Ditto.
1804 * tui/tui-stack.c: Ditto.
1805 * tui/tui-win.c: Ditto.
1806 * tui/tui-windata.c: Ditto.
1807 * tui/tui-winsource.c: Ditto.
1809 2011-01-05 Joel Brobecker <brobecker@adacore.com>
1811 * configure.ac, gdb.1: Copyright year update.
1813 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1815 * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
1816 this_pc_in_block, morestack_msym and morestack_name. Check for
1817 "__morestack" minimal symbol there.
1819 2011-01-03 Joel Brobecker <brobecker@adacore.com>
1821 * symfile.c (find_sym_fns): Add call to dont_repeat.
1823 2011-01-01 Joel Brobecker <brobecker@adacore.com>
1825 Copyright year update in most files (performed by copyright.sh).
1827 2011-01-01 Joel Brobecker <brobecker@adacore.com>
1829 * top.c (print_gdb_version): Update copyright year in version output.
1831 For older changes see ChangeLog-2010.
1837 version-control: never