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