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