* arm-tdep.c: Include "observer.h".
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
0e9e9abd
UW
12011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
2
3 * arm-tdep.c: Include "observer.h".
4 (arm_prologue_this_id): Use frame PC if get_frame_func returns 0.
5 (arm_exidx_data_key): New static variable.
6 (struct arm_exidx_entry, arm_exidx_entry_s): New data types.
7 (struct arm_exidx_data): Likewise.
8 (arm_exidx_data_free): New function.
9 (arm_compare_exidx_entries): Likewise.
10 (arm_obj_section_from_vma): Likewise.
11 (arm_exidx_new_objfile): Likewise.
12 (arm_find_exidx_entry): Likewise.
13 (arm_exidx_fill_cache): Likewise.
14 (arm_exidx_unwind_sniffer): Likewise.
15 (arm_exidx_unwind): New global variable.
16 (arm_gdbarch_init): Append unwinder arm_exidx_unwind.
17 (_initialize_arm_tdep): Attach arm_exidx_new_objfile to new_objfile
18 observer. Register arm_exidx_data_key as objfile data.
19
2e9e421f
UW
202011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
21
22 * arm-tdep.c (arm_analyze_load_stack_chk_guard): Avoid build break
23 due to accessing uninitialized variable. Fix indentation.
24
580688f3
PA
252011-02-02 Pedro Alves <pedro@codesourcery.com>
26
27 * c-valprint.c (c_value_print): When doing virtual base pointer
28 adjustment, create a new value with adjusted contents rather than
29 changing the contents of the value being printed (and getting it
30 wrong).
31
3d2c1d41
PA
322011-02-02 Pedro Alves <pedro@codesourcery.com>
33
34 * xml-support.c (xml_find_attribute): New.
35 (xinclude_start_include): Use it.
36 * xml-support.h (xml_find_attribute): Declare.
37 * memory-map.c (memory_map_start_memory)
38 (memory_map_start_property): Use xml_find_attribute.
39 * osdata.c (osdata_start_osdata, osdata_start_column): Use
40 xml_find_attribute.
41 * remote.c (start_thread): Use xml_find_attribute.
42 * solib-target.c (library_list_start_segment)
43 (library_list_start_section, library_list_start_library)
44 (library_list_start_list): Use xml_find_attribute.
45 * xml-tdesc.c (tdesc_start_target, tdesc_start_feature)
46 (tdesc_start_union, tdesc_start_struct, tdesc_start_flags)
47 (tdesc_start_field): Use xml_find_attribute.
48
0af3e2db
UW
492011-02-02 Ulrich Weigand <uweigand@de.ibm.com>
50
51 * opencl-lang.c (STRINGIFY): Rename to OCL_STRING.
52 (BUILD_OCL_VTYPES): Update.
53
c1039e3c
JB
542011-02-02 Joel Brobecker <brobecker@adacore.com>
55
56 * configure.ac: Work around non-GNU sed limitation when computing
57 python version number.
58 * configure: Regenerate.
59
600ea1be
JK
602011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
61
62 Fix debug printing of TYPE_INSTANCE.
63 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New.
64 (dump_subexp_body_standard) <TYPE_INSTANCE>: New.
65
56c12414
JK
662011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
67
68 Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL,
69 OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME,
70 OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT.
71 * ada-operator.inc: Rename the file to ...
72 * ada-operator.def: ... here, wrap all the entries by macro OP.
73 * expprint.c (op_name_standard): Remove all the entries. Include
74 "std-operator.def" instead.
75 * expression.h (enum exp_opcode): Include "std-operator.def" and
76 "ada-operator.def". Move all the entries ...
77 * std-operator.def: ... here, wrap all the entries by macro OP.
78
c52b559d
PP
792011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
80
81 * breakpoint.h (remove_jit_event_breakpoints): New prototype.
82 * breakpoint.c (remove_jit_event_breakpoints): New function.
83 * jit.c (jit_descriptor_addr): Delete.
84 (registering_code): Delete.
85 (clear_int): Delete.
86 (jit_inferior_data): New variable.
87 (struct jit_inferior_data): New type.
88 (get_jit_inferior_data): New function.
89 (jit_inferior_data_cleanup): New function.
90 (jit_read_descriptor): Adjust.
91 (jit_register_code): Adjust.
92 (jit_breakpoint_re_set_internal): New function; move code here ...
93 (jit_inferior_init): ... from here.
94 (jit_breakpoint_re_set): Adjust.
95 (jit_reset_inferior_data_and_breakpoints): New function.
96 (jit_inferior_created_observer): Adjust.
97 (jit_inferior_exit_hook): Adjust.
98 (jit_executable_changed_observer): New function.
99 (jit_event_handler): Adjust.
100 (_initialize_jit): Adjust.
101
e839132d
MS
1022011-01-31 Michael Snyder <msnyder@vmware.com>
103
104 * m32r-tdep.c (m32r_gdbarch_init): Replace accidentally deleted
105 line.
106
47a80e90
TT
1072011-01-31 Tom Tromey <tromey@redhat.com>
108
109 PR python/12216:
110 * python/python.c (execute_gdb_command): Call
111 prevent_dont_repeat.
112 * top.c (suppress_dont_repeat): New global.
113 (dont_repeat): Use it.
114 (prevent_dont_repeat): New function.
115 * command.h (prevent_dont_repeat): Declare.
116
45a43567
TT
1172011-01-31 Tom Tromey <tromey@redhat.com>
118
119 * infcmd.c (finish_backward): Use breakpoint_set_silent.
120 * python/py-breakpoint.c (bppy_set_silent): Use
121 breakpoint_set_silent.
122 (bppy_set_thread): Use breakpoint_set_thread.
123 (bppy_set_task): Use breakpoint_set_task.
124 * breakpoint.h (breakpoint_set_silent, breakpoint_set_thread)
125 (breakpoint_set_task): Declare.
126 (make_breakpoint_silent): Remove.
127 * breakpoint.c (breakpoint_set_silent): New function.
128 (breakpoint_set_thread): Likewise.
129 (breakpoint_set_task): Likewise.
130 (make_breakpoint_silent): Remove.
131
09d682a4
TT
1322011-01-31 Tom Tromey <tromey@redhat.com>
133
134 * breakpoint.h (user_breakpoint_p): Declare.
135 * breakpoint.c (user_breakpoint_p): New function.
136 (breakpoint_1): Use it.
137 (save_breakpoints): Likewise.
138
9c4ea6c5
JB
1392011-01-31 Joel Brobecker <brobecker@adacore.com>
140
141 * configure.ac: Add handling of Python distribution on Windows.
142 * python-config.py: If the LIBS, SYSLIBS, LIBPL and/or LINKFORSHARED
143 sysconfig variables are not defined, then do not use them.
144 On Windows, if LIBPL is not defined, then use prefix + '/libs'
145 instead. On Windows, return all paths using forward-slashes
146 rather than backslashes.
147
ac534cba
JB
1482011-01-31 Joel Brobecker <brobecker@adacore.com>
149
150 * configure.ac: Remove fallback behavior for building
151 against Python. Remove tweaking of Python include path.
152 Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution.
153 (AC_TRY_LIBPYTHON): Adjust program used in linking test.
154 If link is successful, set PYTHON_CPPFLAGS and PYTHON_LIBS.
155 Always restore CPPFLAGS and LIBS after linking test.
156 * configure: Regenerated.
157 * Makefile.in (INTERNAL_CPPFLAGS): Add @PYTHON_CPPFLAGS@.
158 (INSTALLED_LIBS, CLIBS): Add @PYTHON_LIBS@.
159 * python/python-internal.h: Adjust includes of Python .h files.
160
c2f0d045
JB
1612011-01-31 Joel Brobecker <brobecker@adacore.com>
162
163 * tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
164 in error message.
165
6b0c4c1f
JB
1662011-01-31 Joel Brobecker <brobecker@adacore.com>
167
168 * inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode
169 value test.
170
672c9795
YQ
1712011-01-31 Yao Qi <yao@codesourcery.com>
172
173 * arm-linux-nat.c: Update calls to regcache_register_status
174 instead of regcache_valid_p.
175 * aix-thread.c: Likewise.
176 * i386gnu-nat.c: Likewise.
177
80b23b6a
JK
1782011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
179
180 Fix crash.
181 * valops.c (compare_parameters): Verify TYPE_NFIELDS before
182 touching TYPE_FIELD_ARTIFICIAL.
183
4cd712bd
RE
1842011-01-28 Richard Earnshaw <rearnsha@arm.com>
185
186 * MAINTAINERS: Move myself from Responsible Maintainers to Authorized
187 Committers.
188
ffd5ec24
PA
1892011-01-28 Pedro Alves <pedro@codesourcery.com>
190
191 * tracepoint.c (tfile_xfer_partial): If there's no traceframe
192 selected, don't try iterating over the traceframe's blocks.
193 (tfile_has_stack): If there's no traceframe selected, then there's
194 no stack.
195 (tfile_has_registers): If there's no traceframe selected, then
196 there's no registers.
197
e8c9e0a1
PA
1982011-01-28 Pedro Alves <pedro@codesourcery.com>
199
200 * target.c (memory_xfer_partial): No need to restore shadows if we
201 haven't read anything.
202
de15c4ab
PA
2032011-01-28 Pedro Alves <pedro@codesourcery.com>
204
205 * mips-tdep.c (mips_print_register): Use get_frame_register_value
206 and val_print_scalar_formatted.
207
9f41c731
PA
2082011-01-27 Pedro Alves <pedro@codesourcery.com>
209
210 * tracepoint.c (tfile_read): New.
211 (tfile_open): Use it.
212 (tfile_get_traceframe_address): Use it.
213 (tfile_trace_find): Use it.
214 (walk_blocks_callback_func): New typedef.
215 (match_blocktype): New function.
216 (traceframe_walk_blocks): New function.
217 (traceframe_find_block_type): New function.
218 (tfile_fetch_registers, tfile_xfer_partial)
219 (tfile_get_trace_state_variable_value): Use
220 traceframe_find_block_type and tfile_read.
221
cdefc55d
KB
2222011-01-26 Kevin Buettner <kevinb@redhat.com>
223
224 * remote-mips.c: Add internationalization mark ups. Remove
225 trailing \n from already marked up strings.
226
a81766d8
TT
2272011-01-26 Tom Tromey <tromey@redhat.com>
228
229 * python/py-prettyprint.c (print_string_repr): Clear
230 'addressprint' option when calling val_print_string.
231 (print_children): Handle Val_pretty_default. Clear 'addressprint'
232 option when calling val_print_string.
233
74aedc46
TT
2342011-01-26 Tom Tromey <tromey@redhat.com>
235
236 * python/python.c (gdbpy_solib_name): Use gdb_py_longest and
237 GDB_PY_LL_ARG.
238 * python/python-internal.h (GDB_PY_LL_ARG, GDB_PY_LLU_ARG): New
239 macros.
240 (gdb_py_longest, gdb_py_ulongest): New typedefs.
241 (gdb_py_long_from_longest, gdb_py_long_from_ulongest)
242 (gdb_py_long_as_ulongest): New defines.
243 (gdb_py_object_from_longest, gdb_py_object_from_ulongest)
244 (gdb_py_int_as_long): Declare.
245 * python/py-value.c (valpy_lazy_string): Use gdb_py_longest,
246 GDB_PY_LL_ARG, gdb_py_object_from_longest.
247 (valpy_long): Add comment.
248 * python/py-utils.c (get_addr_from_python): Use
249 gdb_py_long_as_ulongest. Handle overflow properly.
250 (gdb_py_object_from_longest): New function.
251 (gdb_py_object_from_ulongest): Likewise.
252 (gdb_py_int_as_long): Likewise.
253 * python/py-type.c (typy_array): Use gdb_py_int_as_long.
254 * python/py-symtab.c (salpy_get_pc): Use
255 gdb_py_long_from_ulongest.
256 (salpy_get_line): Use PyInt_FromLong.
257 * python/py-param.c (set_parameter_value): Use
258 gdb_py_int_as_long.
259 * python/py-lazy-string.c (stpy_get_address): Use
260 gdb_py_long_from_ulongest.
261 * python/py-frame.c (frapy_pc): Use gdb_py_long_from_ulongest.
262 * python/py-cmd.c (cmdpy_completer): Use gdb_py_int_as_long.
263 * python/py-breakpoint.c (bppy_set_thread): Use
264 gdb_py_int_as_long.
265 (bppy_set_task): Likewise.
266 (bppy_set_ignore_count): Likewise.
267 (bppy_set_hit_count): Likewise.
268 * python/py-block.c (blpy_get_start): Use
269 gdb_py_object_from_ulongest.
270 (blpy_get_end): Likewise.
271 (gdbpy_block_for_pc): Use gdb_py_ulongest and GDB_PY_LLU_ARG.
272
e4f6d2ec
TJB
2732011-01-25 Mathieu Lacage <mathieu.lacage@inria.fr>
274
275 PR/symtab 11766:
276 * gdb/objfiles.h (struct objfile) <addr_low>: New field.
277 * gdb/solib.c (solib_read_symbols): Check for addr_low in
278 equality test for objfile, initialize addr_low if needed.
279
b30aa278
PA
2802011-01-25 Pedro Alves <pedro@codesourcery.com>
281
282 * tui/tui-regs.c (tui_register_format): Remove dead code.
283
ab2188aa
PA
2842011-01-25 Pedro Alves <pedro@codesourcery.com>
285
286 * printcmd.c (print_formatted): Use val_print_scalar_formatted
287 instead of print_scalar_formatted.
288 (print_scalar_formatted): Don't handle 's' format strings here,
289 and add an assertion that we never see such format here.
290 * valprint.h (val_print_scalar_formatted): Declare.
291 * valprint.c (val_print_scalar_formatted): New.
292 * c-valprint.c (c_val_print): Use val_print_scalar_formatted
293 instead of print_scalar_formatted.
294 * jv-valprint.c (java_val_print): Ditto.
295 * p-valprint.c (pascal_val_print): Ditto.
296 * ada-valprint.c (ada_val_print_1): Ditto.
297 * f-valprint.c (f_val_print): Ditto.
298 * infcmd.c (registers_info): Ditto.
299 * m2-valprint.c (m2_val_print): Ditto.
300
66d61a4c
PA
3012011-01-25 Pedro Alves <pedro@codesourcery.com>
302
303 * m2-valprint.c (print_unbounded_array): Pass
304 value_contents_for_printing rather than value_contents, to
305 m2_print_array_contents. Also pass in the value.
306
831adc1f
JK
3072011-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
308
309 * dwarf2read.c (dwarf2_read_index, write_psymtabs_to_index)
310 (save_gdb_index_command): Switch to .gdb_index version 4.
311
20622269
PA
3122011-01-25 Pedro Alves <pedro@codesourcery.com>
313
314 * mi/mi-main.c (get_register): Use get_frame_register_value rather
315 than frame_register, and always pass a valid value to val_print.
316
585fdaa1
PA
3172011-01-25 Pedro Alves <pedro@codesourcery.com>
318
319 Centralize printing "<optimized out>".
320
321 * valprint.h (val_print_optimized_out): Declare.
322 * cp-valprint.c (cp_print_value_fields): Use
323 val_print_optimized_out.
324 * jv-valprint.c (java_print_value_fields): Ditto.
325 * p-valprint.c (pascal_object_print_value_fields): Ditto.
326 * printcmd.c (print_formatted): Ditto.
327 * valprint.c (valprint_check_validity): Ditto.
328 (value_check_printable): Ditto.
329 (val_print_optimized_out): New.
330
29ec5263
PA
3312011-01-25 Pedro Alves <pedro@codesourcery.com>
332
333 * infcmd.c (default_print_registers_info): Allocate values so to
334 never pass a NULL value to val_print.
335
de4127a3
PA
3362011-01-25 Pedro Alves <pedro@codesourcery.com>
337
338 * cp-valprint.c (cp_print_value): Treat the 'skip' local as
339 boolean. Make sure to always pass a value that matches the
340 contents buffer to callees. Preserve `address' for following
341 iterations.
342 * value.c (value_contents_for_printing_const): New.
343 (value_address): Constify value argument.
344 * value.h (value_contents_for_printing_const): Declare.
345 (value_address): Constify value argument.
346
ee99023e
PA
3472011-01-25 Pedro Alves <pedro@codesourcery.com>
348
349 * regcache.c (struct regcache_descr): Rename
350 sizeof_raw_register_valid_p field to sizeof_raw_register_status,
351 and sizeof_cooked_register_valid_p to
352 sizeof_cooked_register_status.
353 (init_regcache_descr): Adjust.
354 (struct regcache): Rename register_valid_p field to
355 register_status.
356 (regcache_xmalloc_1, regcache_xfree, regcache_save)
357 (do_cooked_read): Adjust.
358 (regcache_valid_p): Rename to ...
359 (regcache_register_status): ... this. Adjust.
360 (regcache_invalidate): Adjust.
361 (regcache_raw_read, regcache_cooked_read, regcache_raw_write):
362 Adjust.
363 (regcache_raw_supply): Adjust. If buf i NULL, mark the register
364 as unavailable, not valid.
365 (regcache_dump): Adjust.
366 * regcache.h (enum register_status): New.
367 (regcache_register_status): Declare.
368 (regcache_invalidate): Delete declaration.
369 * corelow.c (get_core_registers): Adjust.
370 * tracepoint.c (tfile_fetch_registers): Adjust.
371 * trad-frame.c (REG_VALUE): Rename to ...
372 (TF_REG_VALUE): ... this.
373 (REG_UNKNOWN): Rename to ...
374 (TF_REG_UNKNOWN): ... this.
375 (trad_frame_set_value, trad_frame_set_unknown): Adjust.
376 * mi/mi-main.c (register_changed_p): Adjust.
377
99e42fd8
PA
3782011-01-25 Pedro Alves <pedro@codesourcery.com>
379
380 * regcache.c (struct regcache_descr): Remove outdated comment.
381 (init_regcache_descr): Remove sizeof_raw_register_valid_p
382 overallocate hack.
383 (regcache_xmalloc): Rename to ...
384 (regcache_xmalloc_1): ... this. Add `readonly_p' parameter.
385 Allocate the regcache type accordingly.
386 (regcache_xmalloc): New as wrapper around regcache_xmalloc_1.
387 (regcache_xfree): Asser the source is also readonly. Copy sizeof
388 cooked registers, not raw.
389 (regcache_dup_no_passthrough): Delete.
390 (get_thread_arch_regcache): Use regcache_xmalloc_1.
391 * h8300-tdep.c (h8300_push_dummy_call): Tweak comment to not
392 mention obsolete write_register_bytes.
393 * regcache.h (regcache_dup_no_passthrough): Delete declaration.
394
f7605bc2
PA
3952011-01-25 Pedro Alves <pedro@codesourcery.com>
396
397 Stop remote_read_bytes from handling partial reads itself.
398
399 * remote-fileio.c: Include target.h.
400 (remote_fileio_write_bytes): Delete.
401 (remote_fileio_func_open, remote_fileio_func_write)
402 (remote_fileio_func_rename, remote_fileio_func_unlink): Use
403 target_read_memory.
404 (remote_fileio_func_stat): Use target_read_memory and
405 target_write_memory.
406 (remote_fileio_func_gettimeofday): Use target_write_memory.
407 (remote_fileio_func_system): Use target_read_memory.
408 * remote.c (remote_write_bytes): Make it static.
409 (remote_read_bytes): Don't handle partial reads here.
410 * remote.h (remote_read_bytes): Delete declaration.
411
efc0eabd
PA
4122011-01-25 Pedro Alves <pedro@codesourcery.com>
413
414 Simplify XML parsing a bit.
415
416 * xml-support.h (gdb_xml_parse_quick): Declare.
417 * xml-support.c (gdb_xml_create_parser_and_cleanup_1): Renamed
418 from gdb_xml_create_parser_and_cleanup, and added `old_chain'
419 parameter.
420 (gdb_xml_create_parser_and_cleanup): Reimplement on top of
421 gdb_xml_create_parser_and_cleanup_1.
422 (gdb_xml_parse_quick): New.
423 * memory-map.c (parse_memory_map): Use gdb_xml_parse_quick.
424 * osdata.c (osdata_parse): Ditto.
425 * remote.c (remote_threads_info): Ditto.
426 * solib-target.c (solib_target_parse_libraries): Ditto.
427 * xml-syscall.c (syscall_parse_xml): Ditto.
428 * xml-tdesc.c (tdesc_parse_xml): Ditto.
429
314d366a
KB
4302011-01-24 Kevin Buettner <kevinb@redhat.com>
431
432 * configure.tgt (mips*-*-elf): New; just like mips*-*-*, but
433 with remote-mips.o added to gdb_target_obs.
434 * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o.
435
a491d753
PA
4362011-01-24 Pedro Alves <pedro@codesourcery.com>
437
438 * ada-valprint.c (val_print_packed_array_elements): Pass the
439 correct struct value to val_print.
440 (ada_val_print_1): Ditto.
441
490f124f
PA
4422011-01-24 Pedro Alves <pedro@codesourcery.com>
443
444 Don't lose embedded_offset in printing routines throughout.
445
446 * valprint.h (val_print_array_elements): Change prototype.
447 * valprint.c (val_print_array_elements): Add `embedded_offset'
448 parameter, and adjust to pass it down to val_print, while passing
449 `valaddr' or `address' unmodified. Take embedded_offset into
450 account when checking repetitions.
451 * c-valprint.c (c_val_print): Pass embedded_offset to
452 val_print_array_elements instead of adjusting `valaddr' and
453 `address'.
454 * m2-valprint.c (m2_print_array_contents, m2_val_print): Pass
455 embedded_offset to val_print_array_elements instead of adjusting
456 `valaddr'.
457 * p-lang.h (pascal_object_print_value_fields): Adjust prototype.
458 * p-valprint.c (pascal_val_print): Pass embedded_offset to
459 val_print_array_elements and pascal_object_print_value_fields
460 instead of adjusting `valaddr'.
461 (pascal_object_print_value_fields): Add `offset' parameter, and
462 adjust to use it.
463 (pascal_object_print_value): Add `offset' parameter, and adjust to
464 use it.
465 (pascal_object_print_static_field): Use
466 value_contents_for_printing/value_embedded_offset, rather than
467 value_contents.
468 * ada-valprint.c (val_print_packed_array_elements): Add `offset'
469 parameter, and adjust to use it. Use
470 value_contents_for_printing/value_embedded_offset, rather than
471 value_contents.
472 (ada_val_print): Rename `valaddr0' parameter to `valaddr'.
473 (ada_val_print_array): Add `offset' parameter, and adjust to use
474 it.
475 (ada_val_print_1): Rename `valaddr0' parameter to `valaddr', and
476 `embedded_offset' to `offset'. Don't re-adjust `valaddr'.
477 Instead work with offsets. Use
478 value_contents_for_printing/value_embedded_offset, rather than
479 value_contents. Change `defer_val_int' local type to CORE_ADDR,
480 and use value_from_pointer to extract a target pointer, rather
481 than value_from_longest.
482 (print_variant_part): Add `offset' parameter. Replace
483 `outer_valaddr' parameter by a new `outer_offset' parameter.
484 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
485 (ada_value_print): Use
486 value_contents_for_printing/value_embedded_offset, rather than
487 value_contents.
488 (print_record): Add `offset' parameter, and adjust to pass it
489 down.
490 (print_field_values): Add `offset' parameter. Replace
491 `outer_valaddr' parameter by a new `outer_offset' parameter.
492 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
493 Use value_contents_for_printing/value_embedded_offset, rather than
494 value_contents.
495 * d-valprint.c (dynamic_array_type): Use
496 value_contents_for_printing/value_embedded_offset, rather than
497 value_contents.
498 * jv-valprint.c (java_print_value_fields): Add `offset' parameter.
499 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
500 (java_print_value_fields): Take `offset' into account. Don't
501 re-adjust `valaddr'. Instead pass down adjusted offsets.
502 (java_val_print): Take `embedded_offset' into account. Pass it to
503 java_print_value_fields.
504 * f-valprint.c (f77_print_array_1): Add `embedded_offset'
505 parameter. Don't re-adjust `valaddr' or `address'. Instead pass
506 down adjusted offsets.
507 (f77_print_array): Add `embedded_offset' parameter. Pass it down.
508 (f_val_print): Take `embedded_offset' into account.
509
7bfc9434
JB
5102011-01-21 Joel Brobecker <brobecker@adacore.com>
511
512 * inflow.c: Include "gdbcmd.h".
513 (interactive_mode): New static global, moved here from top.c.
514 (show_interactive_mode): New function, moved here from top.c.
515 use gdb_has_a_terminal instead of input_from_terminal_p to
516 determine the current mode.
517 (gdb_has_a_terminal): Add handling of the "iteractive-mode"
518 setting.
519 (_initialize_inflow): Add the "set/show interactive-mode"
520 commands. Moved here from top.c, after having adjusted slightly
521 the help text.
522 * top.c (interactive_mode, show_interactive_mode): Delete, moved
523 to inflow.c.
524 (input_from_terminal_p): Remove handling of "interactive-mode"
525 setting, moved to infow.c.
526 (init_main): Remove creation of the "set/show interactive-mode"
527 commands, moved to inflow.c.
528
44603653
JB
5292011-01-19 Joel Brobecker <brobecker@adacore.com>
530
531 * NEWS: Add entry for native ia64-hpux support.
532
4694da01
TT
5332011-01-19 Tom Tromey <tromey@redhat.com>
534
535 PR mi/8618:
536 * thread.c (free_thread): Free 'name'.
537 (print_thread_info): Emit thread name. Change CLI output.
538 (thread_name_command): New function.
539 (do_captured_thread_select): Emit newline.
540 (_initialize_thread): Register 'thread name' command.
541 * target.h (struct target_ops) <to_thread_name>: New field.
542 (target_thread_name): New macro.
543 * target.c (update_current_target): Handle to_thread_name.
544 * python/py-infthread.c (thpy_get_name): New function.
545 (thpy_set_name): Likewise.
546 (thread_object_getset): Add "name".
547 * linux-nat.c (linux_nat_thread_name): New function.
548 (linux_nat_add_target): Set to_thread_name.
549 * gdbthread.h (struct thread_info) <name>: New field.
550
10d44370
JB
5512011-01-18 Joel Brobecker <brobecker@adacore.com>
552
553 * ada-valprint.c (ada_print_scalar): Remove unsigned char downcast.
554 (ada_val_print_1): Likewise.
555
e3acb115
JB
5562011-01-18 Joel Brobecker <brobecker@adacore.com>
557
558 * rs6000-tdep.c (rs6000_skip_prologue): Make sure that the prologue
559 upper limit address is not greater than the function end address
560 when the upper limit could not be computed using the debugging
561 info.
562
dc92e161
TT
5632011-01-17 Tom Tromey <tromey@redhat.com>
564
565 * cli/cli-cmds.c (apropos_command): Free the compiled regex. Use
566 get_regcomp_error.
567 * utils.c: Include gdb_regex.h.
568 (do_regfree_cleanup): New function.
569 (make_regfree_cleanup): Likewise.
570 (get_regcomp_error): Likewise.
571 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Declare.
572
f55af66d
TT
5732011-01-17 Tom Tromey <tromey@redhat.com>
574
575 * cli/cli-cmds.c (apropos_command): Fix formatting. Don't call
576 re_compile_fastmap.
577
a5a44b53
PM
5782011-01-17 Pierre Muller <muller@ics.u-strasbg.fr>
579
580 * p-exp.y (intvar): New static variable, used to set CURRENT_TYPE
581 for internal variables.
582 (last_was_structop): New static variable.
583 (COMPLETE): New token.
584 (field_exp): New rule to group all '.' suffix handling.
585 Add mark_struct_expression calls when approriate to be able
586 to correctly find fields for completion.
587 (yylex): Adapt to handle field completion and set INTVAR when
588 required.
589
2c291032
YQ
5902011-01-14 Yao Qi <yao@codesourcery.com>
591
592 * arm-tdep.c (arm_register_reggroup_p): FPS register is in
593 save_reggroup, restore_reggroup and all_reggroup.
594
447b483c
JB
5952011-01-14 Joel Brobecker <brobecker@adacore.com>
596
597 * ada-valprint. (ada_printchar): Use the correct type length
598 in call to ada_emit_char.
599 * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.
600
7b64a93b
PM
6012011-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
602
603 * solib-som.h (hpux_major_release): Declare variable here.
604 * solib-som.c: Remove <sys/utsname.h> header.
605 (DEFAULT_HPUX_MAJOR_RELEASE): New macro.
606 (hpux_major_release): Make global, change default value to
607 DEFAULT_HPUX_MAJOR_RELEASE.
608 (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE.
609 * hppa-hpux-nat.c: Add <sys/utsname.h> include.
610 Add "solib-som.h" header.
611 (set_hpux_major_release): New function.
612 (_initialize_hppa_hpux_nat): Call set_hpux_major_release.
613
4e18c053
MF
6142011-01-14 Mike Frysinger <vapier@gentoo.org>
615
616 * configure.tgt (*-*-uclinux*): Match more Linux os targets
617
a9df6b22
JB
6182011-01-14 Joel Brobecker <brobecker@adacore.com>
619
620 * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
621 new-line at end of warning message.
622 (ia64_hpux_store_register): Remove trailing new-line at end of
623 error message.
624 * ia64-hpux-tdep.c: Rephrase comment.
625 * solib-ia64-hpux.c (struct dld_info): Change type of field
626 dld_flags from "long long" to ULONGEST.
627
ecb956dd
PA
6282011-01-14 Pedro Alves <pedro@codesourcery.com>
629
630 * target.h (deprecated_child_ops): Delete declaration.
631 * target.c (deprecated_child_ops): Delete definition.
632
76adfcae
PA
6332011-01-14 Pedro Alves <pedro@codesourcery.com>
634
635 * Makefile.in (hpux-thread.o): Delete rule.
636 * configure.ac: Don't check for HPUX DCE threads support.
637 * configure, config.in: Regenerate.
638 * hppa-hpux-nat.c (child_suppress_run): Delete.
639 (hppa_hpux_child_can_run): Delete.
640 (_initialize_hppa_hpux_nat): Don't override to_can_run.
641 * hpux-thread.c: Delete.
642
042e866e
JB
6432011-01-13 Joel Brobecker <brobecker@adacore.com>
644
645 * hpux-thread.c (hpux_pid_to_str): Delete.
646
4ffa5a33
JB
6472011-01-13 Joel Brobecker <brobecker@adacore.com>
648
649 * ada-valprint.c (ada_emit_char): Remove strange code.
650 Check that c is <= UCHAR_MAX before passing it to isascii.
651 (char_at): Do not assume that TYPE_LEN is either 1 or 2.
652
de8fa76c
JB
6532011-01-13 Joel Brobecker <brobecker@adacore.com>
654
655 * top.c (input_from_terminal_p): Restrict the use of interactive_mode
656 to the case where instream is stdin.
657
c4de7027
JB
6582011-01-13 Joel Brobecker <brobecker@adacore.com>
659
660 * ia64-tdep.h (struct regcache): Forward declare.
661 (struct ia64_infcall_ops): New struct type.
662 (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
663 and "infcall_ops".
664 * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
665 Renames ia64_find_global_pointer.
666 (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
667 (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
668 (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
669 methods.
670 (ia64_infcall_ops): New static global constant.
671 (ia64_gdbarch_init): Set tdep->infcall_ops.
672 * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
673 (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
674 * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
675 (ia64_hpux_dummy_code): New static global constant.
676 (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
677 (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
678 (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
679 New function.
680 (ia64_hpux_infcall_ops): New static global constant.
681 (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
682 for inferior function calls to work properly on ia64-hpux.
683
77ca787b
JB
6842011-01-13 Joel Brobecker <brobecker@adacore.com>
685
686 * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
687 * ia64-tdep.h (struct frame_info): forward declaration.
688 (struct gdbarch_tdep): Add field size_of_register_frame.
689 * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
690 to determine the size of the register frame.
691 (ia64_size_of_register_frame): New function.
692 (ia64_gdbarch_init): Set tdep->size_of_register_frame.
693 * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
694 (IA64_HPUX_UREG_REASON): New macro.
695 (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
696 New functions.
697 (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
698 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
699 (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
700 objects.
701
92c9a463
JB
7022011-01-13 Joel Brobecker <brobecker@adacore.com>
703
704 Add support for ia64-hpux.
705 * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
706 ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
707
708 * configure.host: Add handling for ia64-hpux hosts. Add associated
709 floatformats.
710 * configure.tgt: Add handling for ia64-hpux targets.
711 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
712 (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
713 (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
714
f688d93f
JB
7152011-01-13 Joel Brobecker <brobecker@adacore.com>
716
717 [ttrace] Compute thread list immediately after attach.
718 * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
719 New subprogram.
720 (inf_ttrace_attach): Use it.
721
1b89e62f
JB
7222011-01-13 Joel Brobecker <brobecker@adacore.com>
723
724 * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
725 if we could not determine the frame's function address. Instead,
726 use the frame's PC, and then continue.
727
3e5e6e2a
JB
7282011-01-13 Joel Brobecker <brobecker@adacore.com>
729
730 * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
731 not already defined.
732
825d6d8a
JB
7332011-01-13 Joel Brobecker <brobecker@adacore.com>
734
735 * ia64-tdep.c (ia64_struct_type_p): New function.
736 (ia64_extract_return_value): Handle integral values that are
737 less than 8 bytes long.
738 (ia64_push_dummy_call): Likewise.
739
7458e667
JB
7402011-01-13 Joel Brobecker <brobecker@adacore.com>
741
742 * ia64-tdep.c (floatformat_ia64_ext_little): Renames
743 floatformat_ia64_ext.
744 (floatformat_ia64_ext_big): New static const.
745 (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
746
1b05df00
TT
7472011-01-12 Tom Tromey <tromey@redhat.com>
748
749 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
750 messages.
751 * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
752 (mi_cmd_thread_list_ids): Likewise.
753 (mi_cmd_data_list_changed_registers): Likewise.
754 (mi_cmd_data_list_register_values): Likewise.
755 (mi_cmd_data_write_register_values): Likewise.
756 (mi_cmd_data_evaluate_expression): Likewise.
757 (mi_cmd_data_read_memory): Likewise.
758 (mi_cmd_data_read_memory_bytes): Likewise.
759 (mi_cmd_data_write_memory): Likewise.
760 (mi_cmd_enable_timings): Likewise.
761 * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
762 * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
763 (mi_cmd_var_delete): Likewise.
764 (mi_cmd_var_set_format): Likewise.
765 (mi_cmd_var_show_format): Likewise.
766 (mi_cmd_var_info_num_children): Likewise.
767 (mi_cmd_var_list_children): Likewise.
768 (mi_cmd_var_info_type): Likewise.
769 (mi_cmd_var_info_expression): Likewise.
770 (mi_cmd_var_show_attributes): Likewise.
771 (mi_cmd_var_assign): Likewise.
772 (mi_cmd_var_update): Likewise.
773 (mi_cmd_enable_pretty_printing): Likewise.
774 (mi_cmd_var_set_update_range): Likewise.
775 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
776 messages.
777 (mi_cmd_target_file_put): Likewise.
778 (mi_cmd_target_file_delete): Likewise.
779 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
780 messages.
781 (mi_cmd_stack_info_depth): Likewise.
782 (mi_cmd_stack_list_locals): Likewise.
783 (mi_cmd_stack_list_args): Likewise.
784 (mi_cmd_stack_select_frame): Likewise.
785 (mi_cmd_stack_select_frame): Likewise.
786 (mi_cmd_stack_info_frame): Likewise.
787 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
788 messages.
789 (mi_cmd_file_list_exec_source_files): Likewise.
790 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
791 (mi_cmd_env_cd): Likewise.
792 (mi_cmd_env_path): Likewise.
793 (mi_cmd_env_dir): Likewise.
794 (mi_cmd_inferior_tty_show): Likewise.
795 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
796 * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
797 (mi_cmd_break_watch): Likewise.
798
ad422571
TJB
7992011-01-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
800
801 * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
802 (ppc_linux_insert_hw_breakpoint): Likewise.
803 (ppc_linux_remove_hw_breakpoint): Likewise.
804 (ppc_linux_insert_watchpoint): Likewise.
805
c2ff108b
JK
8062011-01-12 Andrew Burgess <aburgess@broadcom.com>
807 Jan Kratochvil <jan.kratochvil@redhat.com>
808
809 PR fortran/11104 and DWARF unbound arrays detection.
810 * dwarf2read.c (read_subrange_type): Set zero length on unspecified
811 upper bound. Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
812 unspecified upper bound.
813 * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
814 variables array_size_array, tmp_type and offset_item. New variable
815 array. Remove call to f77_get_upperbound. New variables array_type
816 and index. Call value_subscripted_rvalue for each dimenasion. Remove
817 the final call to deprecated_set_value_type.
818
41e8491f
JK
8192011-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
820
821 Make value allocations more lazy.
822 * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
823 instead of allocate_value and set_value_lazy when possible.
824 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy
825 instead of allocate_value and set_value_lazy.
826 * findvar.c (value_of_register_lazy): Likewise.
827 (read_var_value): Remove V preallocation, call just check_typedef in
828 advance. Move allocate_value to LOC_CONST, LOC_LABEL,
829 LOC_CONST_BYTES. Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
830 LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK. Set ADDR instead of
831 set_value_address and break in LOC_BLOCK. Use allocate_value_lazy and
832 remove lval_memory set in LOC_REGPARM_ADDR. Use allocate_value_lazy
833 in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT. Add setting lval_memory at
834 the end, remove set_value_lazy there.
835 * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
836 instead of allocate_value and set_value_lazy when possible.
837 * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
838 * value.c (allocate_computed_value): Use allocate_value_lazy instead
839 of allocate_value and set_value_lazy.
840 (value_from_contents_and_address): Use allocate_value_lazy instead of
841 allocate_value and set_value_lazy when possible.
842
b716877b
AB
8432011-01-12 Andrew Burgess <aburgess@broadcom.com>
844
845 * disasm.c (dump_insns): Support dumping opcodes for MI.
846 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
847 dumping of instruction opcodes.
848
d5ae309f
JB
8492011-01-09 Robert Millan <rmh@gnu.org> (tiny patch)
850
851 * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
852 appropiately.
853
98871305
TT
8542011-01-11 Tom Tromey <tromey@redhat.com>
855
856 * thread.c (do_captured_thread_select): Emit newline before
857 printing frame.
858
c378eb4e
MS
8592011-01-11 Michael Snyder <msnyder@vmware.com>
860
861 * s390-tdep.c: Comment cleanup, mostly periods and spaces.
862 * score-tdep.c: Ditto.
863 * score-tdep.h: Ditto.
864 * ser-base.c: Ditto.
865 * ser-go32.c: Ditto.
866 * serial.c: Ditto.
867 * serial.h: Ditto.
868 * ser-mingw.c: Ditto.
869 * ser-pipe.c: Ditto.
870 * ser-tcp.c: Ditto.
871 * ser-unix.c: Ditto.
872 * sh64-tdep.c: Ditto.
873 * shnbsd-nat.c: Ditto.
874 * sh-tdep.c: Ditto.
875 * sh-tdep.h: Ditto.
876 * solib.c: Ditto.
877 * solib-darwin.c: Ditto.
878 * solib-frv.c: Ditto.
879 * solib.h: Ditto.
880 * solib-irix.c: Ditto.
881 * solib-osf.c: Ditto.
882 * solib-pa64.c: Ditto.
883 * solib-som.c: Ditto.
884 * solib-spu.c: Ditto.
885 * solib-sunos.c: Ditto.
886 * solib-svr4.c: Ditto.
887 * solist.h: Ditto.
888 * sol-thread.c: Ditto.
889 * somread.c: Ditto.
890 * source.c: Ditto.
891 * source.h: Ditto.
892 * sparc64-linux-tdep.c: Ditto.
893 * sparc64-tdep.c: Ditto.
894 * sparc-linux-nat.c: Ditto.
895 * sparc-linux-tdep.c: Ditto.
896 * sparc-sol2-nat.c: Ditto.
897 * sparc-sol2-tdep.c: Ditto.
898 * sparc-tdep.c: Ditto.
899 * sparc-tdep.h: Ditto.
900 * spu-tdep.c: Ditto.
901 * stabsread.c: Ditto.
902 * stabsread.h: Ditto.
903 * stack.c: Ditto.
904 * symfile.c: Ditto.
905 * symfile.h: Ditto.
906 * symmisc.c: Ditto.
907 * symtab.c: Ditto.
908 * symtab.h: Ditto.
909 * target.c: Ditto.
910 * target-descriptions.c: Ditto.
911 * target-descriptions.h: Ditto.
912 * target.h: Ditto.
913 * target-memory.c: Ditto.
914 * terminal.h: Ditto.
915 * thread.c: Ditto.
916 * top.c: Ditto.
917 * tracepoint.c: Ditto.
918 * tracepoint.h: Ditto.
919 * trad-frame.h: Ditto.
920 * typeprint.c: Ditto.
921
581e13c1
MS
9222011-01-11 Michael Snyder <msnyder@vmware.com>
923
924 * ui-file.c: Comment cleanup, mostly periods and spaces.
925 * ui-file.h: Ditto.
926 * ui-out.c: Ditto.
927 * ui-out.h: Ditto.
928 * utils.c: Ditto.
929 * v850-tdep.c: Ditto.
930 * valarith.c: Ditto.
931 * valops.c: Ditto.
932 * valprint.c: Ditto.
933 * valprint.h: Ditto.
934 * value.c: Ditto.
935 * value.h: Ditto.
936 * varobj.c: Ditto.
937 * varobj.h: Ditto.
938 * vax-tdep.c: Ditto.
939 * vec.c: Ditto.
940 * vec.h: Ditto.
941 * version.h: Ditto.
942 * windows-nat.c: Ditto.
943 * windows-tdep.c: Ditto.
944 * xcoffread.c: Ditto.
945 * xcoffsolib.c: Ditto.
946 * xml-support.c: Ditto.
947 * xstormy16-tdep.c: Ditto.
948 * xtensa-tdep.c: Ditto.
949 * xtensa-tdep.h: Ditto.
950
90e4670f
TJB
9512011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
952
953 * breakpoint.c (resources_needed_watchpoint): Fix indentation.
954 * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
955
e09342b5
TJB
9562011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
957 Thiago Jung Bauermann <bauerman@br.ibm.com>
958
959 Implement support for PowerPC BookE ranged watchpoints.
960 * breakpoint.h
961 (struct breakpoint_ops) <resources_needed>: New method.
962 Initialize to NULL in all existing breakpoint_ops instances.
963 (struct breakpoint) <exact>: New field.
964 (target_exact_watchpoints): Declare external global.
965 * breakpoint.c (target_exact_watchpoints): New global flag.
966 (update_watchpoint): Set b->type to bp_hardware_watchpoint and
967 b->enable_state to bp_enabled before calling
968 hw_watchpoint_used_count.
969 (hw_watchpoint_used_count): Iterate over all bp_locations in a
970 watchpoint. Call breakpoint's breakpoint_ops.resources_needed
971 if available.
972 (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
973 if the watchpoint is exact.
974 (resources_needed_watchpoint): New function.
975 (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
976 (watch_command_1): Set b->exact if the user asked for an exact
977 watchpoint and one can be set.
978 (can_use_hardware_watchpoint): Add exact_watchpoints argument.
979 Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
980 the user asks for an exact watchpoint and one can be set. Return
981 number of needed debug registers to watch the expression.
982 * gdbtypes.c (is_scalar_type): New function, based on
983 valprint.c:scalar_type_p.
984 (is_scalar_type_recursive): New function.
985 * gdbtypes.h (is_scalar_type_recursive): Declare.
986 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
987 handle regions when ranged watchpoints are available.
988 (create_watchpoint_request): New function.
989 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
990 create_watchpoint_request.
991 * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
992 (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
993 `set powerpc' and `show powerpc' commands.
994 * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
995 Mention documentation comment in the target macro.
996 (target_region_ok_for_hw_watchpoint): Document return value.
997
9fa40276
TJB
9982011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
999
1000 * breakpoint.c (update_watchpoint): Decide on using a software or
1001 hardware watchpoint after the bp_locations are created.
1002
77b06cd7
TJB
10032010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
1004
1005 Convert hardware watchpoints to use breakpoint_ops.
1006 * breakpoint.h (breakpoint_ops) <insert>: Rename to...
1007 <insert_location>: ... this. Return int instead of void.
1008 Accept pointer to struct bp_location instead of pointer to
1009 struct breakpoint. Adapt all implementations.
1010 (breakpoint_ops) <remove>: Rename to...
1011 <remove_location>: ... this. Accept pointer to struct bp_location
1012 instead of pointer to struct breakpoint. Adapt all implementations.
1013 * breakpoint.c (insert_catchpoint): Delete function.
1014 (insert_bp_location): Call the watchpoint or catchpoint's
1015 breakpoint_ops.insert method.
1016 (remove_breakpoint_1): Call the watchpoint or catchpoint's
1017 breakpoint_ops.remove method.
1018 (insert_watchpoint, remove_watchpoint): New functions.
1019 (watchpoint_breakpoint_ops): New structure.
1020 (watch_command_1): Initialize the OPS field.
1021 * inf-child.c (inf_child_insert_fork_catchpoint)
1022 (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
1023 (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
1024 (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
1025 Delete functions.
1026 (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
1027 to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
1028 to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
1029 to_remove_exec_catchpoint and to_set_syscall_catchpoint.
1030 * target.c (update_current_target): Change default implementation of
1031 to_insert_fork_catchpoint, to_remove_fork_catchpoint,
1032 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
1033 to_insert_exec_catchpoint, to_remove_exec_catchpoint and
1034 to_set_syscall_catchpoint to return_one.
1035 (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
1036 (debug_to_insert_exec_catchpoint): Report return value.
1037 * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
1038 (to_insert_exec_catchpoint): Change declaration to return int instead
1039 of void.
1040
9b20d036
MS
10412011-01-11 Michael Snyder <msnyder@vmware.com>
1042
1043 * arm-tdep.c: Internationalization.
1044 * c-lang.c: Ditto.
1045 * charset.c: Ditto.
1046 * fork-child.c: Ditto.
1047 * nto-procfs.c: Ditto.
1048 * ppc-sysv-tdep.c: Ditto.
1049 * procfs.c: Ditto.
1050 * remote-mips.c: Ditto.
1051 * remote.c: Ditto.
1052 * rs6000-nat.c: Ditto.
1053 * rs6000-tdep.c: Ditto.
1054 * target.c: Ditto.
1055 * valops.c: Ditto.
1056 * value.c: Ditto.
1057 * xml-support.c: Ditto.
1058 * mi/mi-cmd-break.c: Ditto.
1059 * mi/mi-cmd-var.c: Ditto.
1060 * mi/mi-interp.c: Ditto.
1061 * mi/mi-main.c: Ditto.
1062
dae477fe
AB
10632011-01-11 Andrew Burgess <aburgess@broadcom.com>
1064
1065 * remote-sim.c (gdbsim_store_register): Update API to
1066 sim_store_register to check more error conditions.
1067
0df8b418
MS
10682011-01-10 Michael Snyder <msnyder@vmware.com>
1069
1070 * nto-procfs.c: Comment cleanup, mostly periods and spaces.
1071 * nto-tdep.c: Ditto.
1072 * nto-tdep.h: Ditto.
1073 * objc-exp.y: Ditto.
1074 * objc-lang.c: Ditto.
1075 * objfiles.c: Ditto.
1076 * objfiles.h: Ditto.
1077 * observer.c: Ditto.
1078 * opencl-lang.c: Ditto.
1079 * osabi.c: Ditto.
1080 * parse.c: Ditto.
1081 * parser-defs.h: Ditto.
1082 * p-exp.y: Ditto.
1083 * p-lang.c: Ditto.
1084 * posix-hdep.c: Ditto.
1085 * ppcbug-rom.c: Ditto.
1086 * ppc-linux-nat.c: Ditto.
1087 * ppc-linux-tdep.c: Ditto.
1088 * ppc-linux-tdep.h: Ditto.
1089 * ppcnbsd-tdep.c: Ditto.
1090 * ppcobsd-tdep.c: Ditto.
1091 * ppcobsd-tdep.h: Ditto.
1092 * ppc-sysv-tdep.c: Ditto.
1093 * ppc-tdep.h: Ditto.
1094 * printcmd.c: Ditto.
1095 * proc-abi.c: Ditto.
1096 * proc-flags.c: Ditto.
1097 * procfs.c: Ditto.
1098 * proc-utils.h: Ditto.
1099 * progspace.h: Ditto.
1100 * prologue-value.c: Ditto.
1101 * prologue-value.h: Ditto.
1102 * psympriv.h: Ditto.
1103 * psymtab.c: Ditto.
1104 * p-typeprint.c: Ditto.
1105 * p-valprint.c: Ditto.
1106 * ravenscar-sparc-thread.c: Ditto.
1107 * ravenscar-thread.c: Ditto.
1108 * ravenscar-thread.h: Ditto.
1109 * record.c: Ditto.
1110 * regcache.c: Ditto.
1111 * regcache.h: Ditto.
1112 * remote.c: Ditto.
1113 * remote-fileio.c: Ditto.
1114 * remote-fileio.h: Ditto.
1115 * remote.h: Ditto.
1116 * remote-m32r-sdi.c: Ditto.
1117 * remote-mips.c: Ditto.
1118 * remote-sim.c: Ditto.
1119 * rs6000-aix-tdep.c: Ditto.
1120 * rs6000-nat.c: Ditto.
1121 * rs6000-tdep.c: Ditto.
1122
0d7a18f7
MS
11232011-01-10 Michael Snyder <msnyder@vmware.com>
1124
1125 * charset.c (validate): Internationalization.
1126 * coffread.c (read_one_sym): Ditto.
1127 * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
1128 * h8300-tdep.c (H8300_extract_return_value): Ditto.
1129 * inflow.c (new_tty): Ditto.
1130 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
1131 * m32c-tdep.c (m32c_return_value): Ditto.
1132 * mep-tdep.c (mep_store_return_value): Ditto.
1133 * score-tdep.c (score7_fetch_insn): Ditto.
1134 * ser-mingw.c (pipe_windows_open): Ditto.
1135 * sh64-tdep.c (sh64_extract_return_value): Ditto.
1136 * spu-tdep.c (spu_register_type): Ditto.
1137 * tracepoint.c (trace_find_command): Ditto.
1138 * valarith.c (value_pos): Ditto.
1139
9a153e0b
JB
11402011-01-10 Joel Brobecker <brobecker@adacore.com>
1141
1142 * ada-valprint.c (printstr): Minor comment reformatting.
1143
35ecd2d6
MS
11442011-01-08 Michael Snyder <msnyder@vmware.com>
1145
1146 * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
1147 markup.
1148
1777feb0
MS
11492011-01-08 Michael Snyder <msnyder@vmware.com>
1150
1151 * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
1152 * hppa-hpux-tdep.c: Ditto.
1153 * hppa-linux-nat.c: Ditto.
1154 * hppa-linux-tdep.c: Ditto.
1155 * hppanbsd-tdep.c: Ditto.
1156 * hppa-tdep.c: Ditto.
1157 * hppa-tdep.h: Ditto.
1158 * hpux-thread.c: Ditto.
1159 * i386-cygwin-tdep.c: Ditto.
1160 * i386-darwin-nat.c: Ditto.
1161 * i386gnu-nat.c: Ditto.
1162 * i386-linux-nat.c: Ditto.
1163 * i386-linux-tdep.c: Ditto.
1164 * i386-nat.c: Ditto.
1165 * i386-nat.h: Ditto.
1166 * i386nbsd-tdep.c: Ditto.
1167 * i386-sol2-nat.c: Ditto.
1168 * i386-stub.c: Ditto.
1169 * i386-tdep.c: Ditto.
1170 * i386-tdep.h: Ditto.
1171 * i387-tdep.c: Ditto.
1172 * ia64-linux-nat.c: Ditto.
1173 * ia64-linux-tdep.c: Ditto.
1174 * ia64-tdep.c: Ditto.
1175 * infcall.c: Ditto.
1176 * infcall.h: Ditto.
1177 * infcmd.c: Ditto.
1178 * inferior.c: Ditto.
1179 * inferior.h: Ditto.
1180 * infloop.c: Ditto.
1181 * inflow.c: Ditto.
1182 * infrun.c: Ditto.
1183 * interps.c: Ditto.
1184 * interps.h: Ditto.
1185 * iq2000-tdep.c: Ditto.
1186 * irix5-nat.c: Ditto.
1187 * jit.c: Ditto.
1188 * jit.h: Ditto.
1189 * jv-exp.y: Ditto.
1190 * jv-lang.c: Ditto.
1191 * jv-lang.h: Ditto.
1192 * jv-typeprint.c: Ditto.
1193 * jv-valprint.c: Ditto.
1194 * language.c: Ditto.
1195 * language.h: Ditto.
1196 * linespec.c: Ditto.
1197 * linux-fork.c: Ditto.
1198 * linux-nat.c: Ditto.
1199 * linux-thread-db.c: Ditto.
1200 * lm32-tdep.c: Ditto.
1201
025bb325
MS
12022011-01-08 Michael Snyder <msnyder@vmware.com>
1203
1204 * m2-exp.y: Comment cleanup, mostly periods and spaces.
1205 * m2-lang.c: Ditto.
1206 * m2-typeprint.c: Ditto.
1207 * m2-valprint.c: Ditto.
1208 * m32c-tdep.c: Ditto.
1209 * m32r-linux-nat.c: Ditto.
1210 * m32r-rom.c: Ditto.
1211 * m32r-tdep.c: Ditto.
1212 * m32r-tdep.h: Ditto.
1213 * m68hc11-tdep.c: Ditto.
1214 * m58klinux-nat.c: Ditto.
1215 * m68k-tdep.c: Ditto.
1216 * m88k-tdep.c: Ditto.
1217 * m88k-tdep.h: Ditto.
1218 * machoread.c: Ditto.
1219 * macrocmd.c: Ditto.
1220 * macroexp.c: Ditto.
1221 * macrotab.c: Ditto.
1222 * main.c: Ditto.
1223 * maint.c: Ditto.
1224 * mdebugread.c: Ditto.
1225 * mdebugread.h: Ditto.
1226 * memattr.c: Ditto.
1227 * memattr.h: Ditto.
1228 * memory-map.h: Ditto.
1229 * mep-tdep.c: Ditto.
1230 * microblaze-rom.c: Ditto.
1231 * microblaze-tdep.c: Ditto.
1232 * minsyms.c: Ditto.
1233 * mips-irix-tdep.c: Ditto.
1234 * mips-linux-nat.c: Ditto.
1235 * mips-linux-tdep.c: Ditto.
1236 * mips-linux-tdep.h: Ditto.
1237 * mipsnbsd-nat.c: Ditto.
1238 * mipsnbsd-tdep.c: Ditto.
1239 * mipsread.c: Ditto.
1240 * mips-tdep.c: Ditto.
1241 * mips-tdep.h: Ditto.
1242 * mn10300-linux-tdep.c: Ditto.
1243 * mn10300-tdep.c: Ditto.
1244 * mn10300-tdep.h: Ditto.
1245 * monitor.c: Ditto.
1246 * monitor.h: Ditto.
1247 * moxie-tdep.c: Ditto.
1248 * moxie-tdep.h: Ditto.
1249 * mt-tdep.c: Ditto.
1250
1642781b
MF
12512011-01-08 Mike Frysinger <vapier@gentoo.org>
1252
1253 * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
1254
394b0adb
JB
12552011-01-08 Robert Millan <rmh@gnu.org>
1256
1257 * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
1258
b670013c
MS
12592011-01-07 Michael Snyder <msnyder@vmware.com>
1260
1261 * charset.c (_initialize_charset): Fix typo in string.
1262
a743e542
MS
12632011-01-07 Michael Snyder <msnyder@vmware.com>
1264
1265 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
1266 for i18n.
1267 * tui/tui-layout.c (tui_set_layout_for_display_command):
1268 Split line so that operator goes to beginning of line.
1269 * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
1270 assignment out of if statement.
1271
0963b4bd
MS
12722011-01-07 Michael Snyder <msnyder@vmware.com>
1273
1274 * ada-lang.c: Comment cleanup, mostly periods and spaces.
1275 * ada-lang.h: Ditto.
1276 * ada-tasks.c: Ditto.
1277 * ada-valprint.c: Ditto.
1278 * aix-threads.c: Ditto.
1279 * alpha-linux-nat.c: Ditto.
1280 * alpha-linux-tdep.c: Ditto.
1281 * alpha-mdebug-tdep.c: Ditto.
1282 * alpha-nat.c: Ditto.
1283 * alpha-osf1-tdep.c: Ditto.
1284 * alpha-tdep.c: Ditto.
1285 * alphabsd-nat.c: Ditto.
1286 * alphabsd-tdep.c: Ditto.
1287 * amd64-darwin-tdep.c: Ditto.
1288 * amd64-linux-nat.c: Ditto.
1289 * amd64-linux-tdep.c: Ditto.
1290 * amd64-sol2-tdep.c: Ditto.
1291 * amd64-tdep.c: Ditto.
1292 * amd64-fbsd-tdep.c: Ditto.
1293 * amd64-nbsd-tdep.c: Ditto.
1294 * amd64-obsd-tdep.c: Ditto.
1295 * amd64-linux-nat.c: Ditto.
1296 * amd64-linux-tdep.c: Ditto.
1297 * arm-tdep.c: Ditto.
1298 * arm-tdep.h: Ditto.
1299 * armnbsd-nat.c: Ditto.
1300 * avr-tdep.c: Ditto.
1301 * bfin-tdep.c: Ditto.
1302 * bsd-kvm.c: Ditto.
1303 * c-typeprintc: Ditto.
1304 * c-valprint.c: Ditto.
1305 * coff-pe-read.h: Ditto.
1306 * coffreead.c: Ditto.
1307 * cris-tdep.c: Ditto.
1308 * d-lang.c: Ditto.
1309 * darwin-nat-info.c: Ditto.
1310 * darwin-nat.c: Ditto.
1311 * dbug-rom.c: Ditto.
1312 * dbxread.c: Ditto.
1313 * dcache.c: Ditto.
1314 * dcache.h: Ditto.
1315 * dec-thread.c: Ditto.
1316 * defs.h: Ditto.
1317 * demangle.c: Ditto.
1318 * dicos-tdep.c: Ditto.
1319 * dictionary.c: Ditto.
1320 * dictionary.h: Ditto.
1321 * dink32-rom.c: Ditto.
1322 * disasm.c: Ditto.
1323 * doublest.c: Ditto.
1324 * dsrec.c: Ditto.
1325 * dummy-frame.c: Ditto.
1326 * dwarf2-frame.c: Ditto.
1327 * dwarf2expr.c: Ditto.
1328 * dwarf2loc.c: Ditto.
1329 * dwarf2read.c: Ditto.
1330 * elfread.c: Ditto.
1331 * environ.c: Ditto.
1332 * eval.c: Ditto.
1333 * event-top.h: Ditto.
1334 * exceptions.c: Ditto.
1335 * exceptions.h: Ditto.
1336 * exec.c: Ditto.
1337 * expprint.c: Ditto.
1338 * expression.h: Ditto.
1339 * f-exp.y: Ditto.
1340 * f-lang.c: Ditto.
1341 * f-lang.h: Ditto.
1342 * f-typeprint.c: Ditto.
1343 * f-valprint.c: Ditto.
1344 * fbsd-nat.c: Ditto.
1345 * findvar.c: Ditto.
1346 * fork-child.c: Ditto.
1347 * frame.c: Ditto.
1348 * frame.h: Ditto.
1349 * frv-linux-tdep.c: Ditto.
1350 * frv-tdep.c: Ditto.
1351 * gcore.c: Ditto.
1352 * gdb-stabs.h: Ditto.
1353 * gdb_assert.h: Ditto.
1354 * gdb_string.h: Ditto.
1355 * gdb_thread_db.h: Ditto.
1356 * gdb_wait.h: Ditto.
1357 * gdbarch.sh: Ditto.
1358 * gdbcore.h: Ditto.
1359 * gdbthread.h: Ditto.
1360 * gdbtypes.c: Ditto.
1361 * gdbtypes.h: Ditto.
1362 * gnu-nat.c: Ditto.
1363 * gnu-nat.h: Ditto.
1364 * gnu-v2-abi.c: Ditto.
1365 * gnu-v3-abi.c: Ditto.
1366 * go32-nat.c: Ditto.
1367 * gdbarch.c: Regenerate.
1368 * gdbarch.h: Regenerate.
1369
ac74f770
MS
13702011-01-07 Michael Snyder <msnyder@vmware.com>
1371
1372 * ax-gdb.c: Adjust some long output strings.
1373 * breakpoint.c: Ditto.
1374 * charset.c: Ditto.
1375 * cp-abi.c: Ditto.
1376 * infcall.c: Ditto.
1377 * infrun.c: Ditto.
1378 * linux-nat.c: Ditto.
1379 * solib-pa64.c: Ditto.
1380 * solib-som.c: Ditto.
1381
d8e22779
TT
13822011-01-06 Tom Tromey <tromey@redhat.com>
1383
1384 PR python/12367:
1385 * NEWS: Add item.
1386 * python/python.c (GdbMethods): Add "newest_frame" method.
1387 * python/python-internal.h (gdbpy_newest_frame): Declare.
1388 * python/py-frame.c (gdbpy_newest_frame): New function.
1389
a255712f
PP
13902010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1391
1392 * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
1393 * jit.c (jit_debug): New variable.
1394 (show_jit_debug): New function.
1395 (struct target_buffer): Use ULONGEST.
1396 (bfd_open_from_target_memory): Likewise.
1397 (jit_register_code, jit_inferior_init): Add debug output.
1398 (_initialize_jit): Register "debug jit" command.
1399
ccfc3d6e
TT
14002011-01-06 Tom Tromey <tromey@redhat.com>
1401
1402 * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
1403 * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
1404 and ARCH_FRAME.
1405
57126e4a
TT
14062011-01-06 Tom Tromey <tromey@redhat.com>
1407
1408 * python/py-frame.c (frapy_block): Use get_frame_block.
1409
16dfc9ce
JB
14102011-01-06 Joel Brobecker <brobecker@adacore.com>
1411
1412 Do not stop on SIGPRIO signals by default
1413 * infrun.c (_initialize_infrun): Unset signal_stop and
1414 signal_print for TARGET_SIGNAL_PRIO.
1415
b1ce2347
JB
14162011-01-06 Joel Brobecker <brobecker@adacore.com>
1417
1418 * ada-tasks.c: Fix style violation in comment.
1419
8f7e195f
JB
14202011-01-06 Joel Brobecker <brobecker@adacore.com>
1421
1422 * linespec.c (decode_compound, find_method): Remove trailing \n
1423 at end of error string.
1424 * solib-irix.c (irix_current_sos): Likewise.
1425 * varobj.c (uninstall_variable): Likewise.
1426
e9bdf92c
JB
14272011-01-06 Joel Brobecker <brobecker@adacore.com>
1428
1429 * copyright.py: New script.
1430 * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
1431 Launch emacs without exec'ing. Call copyright.py afterwards.
1432
3e43a32a
MS
14332011-01-05 Michael Snyder <msnyder@vmware.com>
1434
1435 * addrmap.c: Shorten lines of >= 80 columns.
1436 * arch-utils.c: Ditto.
1437 * arch-utils.h: Ditto.
1438 * ax-gdb.c: Ditto.
1439 * ax-general.c: Ditto.
1440 * bcache.c: Ditto.
1441 * blockframe.c: Ditto.
1442 * breakpoint.c: Ditto.
1443 * buildsym.c: Ditto.
1444 * c-lang.c: Ditto.
1445 * c-typeprint.c: Ditto.
1446 * charset.c: Ditto.
1447 * coffread.c: Ditto.
1448 * command.h: Ditto.
1449 * corelow.c: Ditto.
1450 * cp-abi.c: Ditto.
1451 * cp-namespace.c: Ditto.
1452 * cp-support.c: Ditto.
1453 * dbug-rom.c: Ditto.
1454 * dbxread.c: Ditto.
1455 * defs.h: Ditto.
1456 * dfp.c: Ditto.
1457 * dfp.h: Ditto.
1458 * dictionary.c: Ditto.
1459 * disasm.c: Ditto.
1460 * doublest.c: Ditto.
1461 * dwarf2-frame.c: Ditto.
1462 * dwarf2expr.c: Ditto.
1463 * dwarf2loc.c: Ditto.
1464 * dwarf2read.c: Ditto.
1465 * elfread.c: Ditto.
1466 * eval.c: Ditto.
1467 * event-loop.c: Ditto.
1468 * event-loop.h: Ditto.
1469 * exceptions.h: Ditto.
1470 * exec.c: Ditto.
1471 * expprint.c: Ditto.
1472 * expression.h: Ditto.
1473 * f-lang.c: Ditto.
1474 * f-valprint.c: Ditto.
1475 * findcmd.c: Ditto.
1476 * frame-base.c: Ditto.
1477 * frame-unwind.c: Ditto.
1478 * frame-unwind.h: Ditto.
1479 * frame.c: Ditto.
1480 * frame.h: Ditto.
1481 * gcore.c: Ditto.
1482 * gdb-stabs.h: Ditto.
1483 * gdb_assert.h: Ditto.
1484 * gdb_dirent.h: Ditto.
1485 * gdb_obstack.h: Ditto.
1486 * gdbcore.h: Ditto.
1487 * gdbtypes.c: Ditto.
1488 * gdbtypes.h: Ditto.
1489 * inf-ttrace.c: Ditto.
1490 * infcall.c: Ditto.
1491 * infcmd.c: Ditto.
1492 * inflow.c: Ditto.
1493 * infrun.c: Ditto.
1494 * inline-frame.h: Ditto.
1495 * language.c: Ditto.
1496 * language.h: Ditto.
1497 * libunwind-frame.c: Ditto.
1498 * libunwind-frame.h: Ditto.
1499 * linespec.c: Ditto.
1500 * linux-nat.c: Ditto.
1501 * linux-nat.h: Ditto.
1502 * linux-thread-db.c: Ditto.
1503 * machoread.c: Ditto.
1504 * macroexp.c: Ditto.
1505 * macrotab.c: Ditto.
1506 * main.c: Ditto.
1507 * maint.c: Ditto.
1508 * mdebugread.c: Ditto.
1509 * memattr.c: Ditto.
1510 * minsyms.c: Ditto.
1511 * monitor.c: Ditto.
1512 * monitor.h: Ditto.
1513 * objfiles.c: Ditto.
1514 * objfiles.h: Ditto.
1515 * osabi.c: Ditto.
1516 * p-typeprint.c: Ditto.
1517 * p-valprint.c: Ditto.
1518 * parse.c: Ditto.
1519 * printcmd.c: Ditto.
1520 * proc-events.c: Ditto.
1521 * procfs.c: Ditto.
1522 * progspace.c: Ditto.
1523 * progspace.h: Ditto.
1524 * psympriv.h: Ditto.
1525 * psymtab.c: Ditto.
1526 * record.c: Ditto.
1527 * regcache.c: Ditto.
1528 * regcache.h: Ditto.
1529 * remote-fileio.c: Ditto.
1530 * remote.c: Ditto.
1531 * ser-mingw.c: Ditto.
1532 * ser-tcp.c: Ditto.
1533 * ser-unix.c: Ditto.
1534 * serial.c: Ditto.
1535 * serial.h: Ditto.
1536 * solib-frv.c: Ditto.
1537 * solib-irix.c: Ditto.
1538 * solib-osf.c: Ditto.
1539 * solib-pa64.c: Ditto.
1540 * solib-som.c: Ditto.
1541 * solib-sunos.c: Ditto.
1542 * solib-svr4.c: Ditto.
1543 * solib-target.c: Ditto.
1544 * solib.c: Ditto.
1545 * somread.c: Ditto.
1546 * source.c: Ditto.
1547 * stabsread.c: Ditto.
1548 * stabsread.c: Ditto.
1549 * stack.c: Ditto.
1550 * stack.h: Ditto.
1551 * symfile-mem.c: Ditto.
1552 * symfile.c: Ditto.
1553 * symfile.h: Ditto.
1554 * symmisc.c: Ditto.
1555 * symtab.c: Ditto.
1556 * symtab.h: Ditto.
1557 * target-descriptions.c: Ditto.
1558 * target-memory.c: Ditto.
1559 * target.c: Ditto.
1560 * target.h: Ditto.
1561 * terminal.h: Ditto.
1562 * thread.c: Ditto.
1563 * top.c: Ditto.
1564 * tracepoint.c: Ditto.
1565 * tracepoint.h: Ditto.
1566 * ui-file.c: Ditto.
1567 * ui-file.h: Ditto.
1568 * ui-out.h: Ditto.
1569 * user-regs.c: Ditto.
1570 * user-regs.h: Ditto.
1571 * utils.c: Ditto.
1572 * valarith.c: Ditto.
1573 * valops.c: Ditto.
1574 * valprint.c: Ditto.
1575 * valprint.h: Ditto.
1576 * value.c: Ditto.
1577 * varobj.c: Ditto.
1578 * varobj.h: Ditto.
1579 * vec.h: Ditto.
1580 * xcoffread.c: Ditto.
1581 * xcoffsolib.c: Ditto.
1582 * xcoffsolib.h: Ditto.
1583 * xml-syscall.c: Ditto.
1584 * xml-tdesc.c: Ditto.
1585
9a2b4c1b
MS
15862011-01-05 Michael Snyder <msnyder@vmware.com>
1587
1588 * cli/cli-cmds.c: Shorten lines of >= 80 columns.
1589 * cli/cli-decode.c: Ditto.
1590 * cli/cli-dump.c: Ditto.
1591 * cli/cli-logging.c: Ditto.
1592 * cli/cli-script.c: Ditto.
1593 * cli/cli-setshow.c: Ditto.
1594 * common/signals.c: Ditto.
1595 * mi/mi-cmd-break.c: Ditto.
1596 * mi/mi-cmd-disas.c: Ditto.
1597 * mi/mi-cmd-stack.c: Ditto.
1598 * mi/mi-cmd-var.c: Ditto.
1599 * mi/mi-cmds.c: Ditto.
1600 * mi/mi-common.h: Ditto.
1601 * mi/mi-console.c: Ditto.
1602 * mi/mi-interp.c: Ditto.
1603 * mi/mi-main.c: Ditto.
1604 * osf-share/cma_attr.c: Ditto.
1605 * osf-share/cma_deb_core.h: Ditto.
1606 * osf-share/cma_debug_client.h: Ditto.
1607 * osf-share/cma_handle.h: Ditto.
1608 * osf-share/cma_mutex.h: Ditto.
1609 * osf-share/cma_stack_int.h: Ditto.
1610 * osf-share/cma_tcb_defs.h: Ditto.
1611 * python/py-auto-load.c: Ditto.
1612 * python/py-breakpoint.c: Ditto.
1613 * python/py-cmd.c: Ditto.
1614 * python/py-frame.c: Ditto.
1615 * python/py-objfile.c: Ditto.
1616 * python/py-param.c: Ditto.
1617 * python/py-progspace.c: Ditto.
1618 * python/py-symbol.c: Ditto.
1619 * python/py-value.c: Ditto.
1620 * python/python-internal.h: Ditto.
1621 * python/python.c: Ditto.
1622 * tui/tui-data.c: Ditto.
1623 * tui/tui-disasm.c: Ditto.
1624 * tui/tui-hooks.c: Ditto.
1625 * tui/tui-io.c: Ditto.
1626 * tui/tui-layout.c: Ditto.
1627 * tui/tui-regs.c: Ditto.
1628 * tui/tui-source.c: Ditto.
1629 * tui/tui-stack.c: Ditto.
1630 * tui/tui-win.c: Ditto.
1631 * tui/tui-windata.c: Ditto.
1632 * tui/tui-winsource.c: Ditto.
1633
44944448
JB
16342011-01-05 Joel Brobecker <brobecker@adacore.com>
1635
1636 * configure.ac, gdb.1: Copyright year update.
1637
ebedcab5
JK
16382011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1639
1640 * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
1641 this_pc_in_block, morestack_msym and morestack_name. Check for
1642 "__morestack" minimal symbol there.
1643
e5cc9f32
JB
16442011-01-03 Joel Brobecker <brobecker@adacore.com>
1645
1646 * symfile.c (find_sym_fns): Add call to dont_repeat.
1647
7b6bb8da
JB
16482011-01-01 Joel Brobecker <brobecker@adacore.com>
1649
1650 Copyright year update in most files (performed by copyright.sh).
1651
71ce852c
JB
16522011-01-01 Joel Brobecker <brobecker@adacore.com>
1653
1654 * top.c (print_gdb_version): Update copyright year in version output.
0e2de366 1655
c3c1ebe8 1656For older changes see ChangeLog-2010.
c906108c
SS
1657\f
1658Local Variables:
1659mode: change-log
1660left-margin: 8
1661fill-column: 74
1662version-control: never
57da7796 1663coding: utf-8
c906108c 1664End:
This page took 1.657003 seconds and 4 git commands to generate.