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