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