gdb/testsuite/ChangeLog
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
44603653
JB
12011-01-19 Joel Brobecker <brobecker@adacore.com>
2
3 * NEWS: Add entry for native ia64-hpux support.
4
4694da01
TT
52011-01-19 Tom Tromey <tromey@redhat.com>
6
7 PR mi/8618:
8 * thread.c (free_thread): Free 'name'.
9 (print_thread_info): Emit thread name. Change CLI output.
10 (thread_name_command): New function.
11 (do_captured_thread_select): Emit newline.
12 (_initialize_thread): Register 'thread name' command.
13 * target.h (struct target_ops) <to_thread_name>: New field.
14 (target_thread_name): New macro.
15 * target.c (update_current_target): Handle to_thread_name.
16 * python/py-infthread.c (thpy_get_name): New function.
17 (thpy_set_name): Likewise.
18 (thread_object_getset): Add "name".
19 * linux-nat.c (linux_nat_thread_name): New function.
20 (linux_nat_add_target): Set to_thread_name.
21 * gdbthread.h (struct thread_info) <name>: New field.
22
10d44370
JB
232011-01-18 Joel Brobecker <brobecker@adacore.com>
24
25 * ada-valprint.c (ada_print_scalar): Remove unsigned char downcast.
26 (ada_val_print_1): Likewise.
27
e3acb115
JB
282011-01-18 Joel Brobecker <brobecker@adacore.com>
29
30 * rs6000-tdep.c (rs6000_skip_prologue): Make sure that the prologue
31 upper limit address is not greater than the function end address
32 when the upper limit could not be computed using the debugging
33 info.
34
dc92e161
TT
352011-01-17 Tom Tromey <tromey@redhat.com>
36
37 * cli/cli-cmds.c (apropos_command): Free the compiled regex. Use
38 get_regcomp_error.
39 * utils.c: Include gdb_regex.h.
40 (do_regfree_cleanup): New function.
41 (make_regfree_cleanup): Likewise.
42 (get_regcomp_error): Likewise.
43 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Declare.
44
f55af66d
TT
452011-01-17 Tom Tromey <tromey@redhat.com>
46
47 * cli/cli-cmds.c (apropos_command): Fix formatting. Don't call
48 re_compile_fastmap.
49
a5a44b53
PM
502011-01-17 Pierre Muller <muller@ics.u-strasbg.fr>
51
52 * p-exp.y (intvar): New static variable, used to set CURRENT_TYPE
53 for internal variables.
54 (last_was_structop): New static variable.
55 (COMPLETE): New token.
56 (field_exp): New rule to group all '.' suffix handling.
57 Add mark_struct_expression calls when approriate to be able
58 to correctly find fields for completion.
59 (yylex): Adapt to handle field completion and set INTVAR when
60 required.
61
2c291032
YQ
622011-01-14 Yao Qi <yao@codesourcery.com>
63
64 * arm-tdep.c (arm_register_reggroup_p): FPS register is in
65 save_reggroup, restore_reggroup and all_reggroup.
66
447b483c
JB
672011-01-14 Joel Brobecker <brobecker@adacore.com>
68
69 * ada-valprint. (ada_printchar): Use the correct type length
70 in call to ada_emit_char.
71 * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.
72
7b64a93b
PM
732011-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
74
75 * solib-som.h (hpux_major_release): Declare variable here.
76 * solib-som.c: Remove <sys/utsname.h> header.
77 (DEFAULT_HPUX_MAJOR_RELEASE): New macro.
78 (hpux_major_release): Make global, change default value to
79 DEFAULT_HPUX_MAJOR_RELEASE.
80 (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE.
81 * hppa-hpux-nat.c: Add <sys/utsname.h> include.
82 Add "solib-som.h" header.
83 (set_hpux_major_release): New function.
84 (_initialize_hppa_hpux_nat): Call set_hpux_major_release.
85
4e18c053
MF
862011-01-14 Mike Frysinger <vapier@gentoo.org>
87
88 * configure.tgt (*-*-uclinux*): Match more Linux os targets
89
a9df6b22
JB
902011-01-14 Joel Brobecker <brobecker@adacore.com>
91
92 * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
93 new-line at end of warning message.
94 (ia64_hpux_store_register): Remove trailing new-line at end of
95 error message.
96 * ia64-hpux-tdep.c: Rephrase comment.
97 * solib-ia64-hpux.c (struct dld_info): Change type of field
98 dld_flags from "long long" to ULONGEST.
99
ecb956dd
PA
1002011-01-14 Pedro Alves <pedro@codesourcery.com>
101
102 * target.h (deprecated_child_ops): Delete declaration.
103 * target.c (deprecated_child_ops): Delete definition.
104
76adfcae
PA
1052011-01-14 Pedro Alves <pedro@codesourcery.com>
106
107 * Makefile.in (hpux-thread.o): Delete rule.
108 * configure.ac: Don't check for HPUX DCE threads support.
109 * configure, config.in: Regenerate.
110 * hppa-hpux-nat.c (child_suppress_run): Delete.
111 (hppa_hpux_child_can_run): Delete.
112 (_initialize_hppa_hpux_nat): Don't override to_can_run.
113 * hpux-thread.c: Delete.
114
042e866e
JB
1152011-01-13 Joel Brobecker <brobecker@adacore.com>
116
117 * hpux-thread.c (hpux_pid_to_str): Delete.
118
4ffa5a33
JB
1192011-01-13 Joel Brobecker <brobecker@adacore.com>
120
121 * ada-valprint.c (ada_emit_char): Remove strange code.
122 Check that c is <= UCHAR_MAX before passing it to isascii.
123 (char_at): Do not assume that TYPE_LEN is either 1 or 2.
124
de8fa76c
JB
1252011-01-13 Joel Brobecker <brobecker@adacore.com>
126
127 * top.c (input_from_terminal_p): Restrict the use of interactive_mode
128 to the case where instream is stdin.
129
c4de7027
JB
1302011-01-13 Joel Brobecker <brobecker@adacore.com>
131
132 * ia64-tdep.h (struct regcache): Forward declare.
133 (struct ia64_infcall_ops): New struct type.
134 (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
135 and "infcall_ops".
136 * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
137 Renames ia64_find_global_pointer.
138 (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
139 (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
140 (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
141 methods.
142 (ia64_infcall_ops): New static global constant.
143 (ia64_gdbarch_init): Set tdep->infcall_ops.
144 * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
145 (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
146 * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
147 (ia64_hpux_dummy_code): New static global constant.
148 (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
149 (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
150 (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
151 New function.
152 (ia64_hpux_infcall_ops): New static global constant.
153 (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
154 for inferior function calls to work properly on ia64-hpux.
155
77ca787b
JB
1562011-01-13 Joel Brobecker <brobecker@adacore.com>
157
158 * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
159 * ia64-tdep.h (struct frame_info): forward declaration.
160 (struct gdbarch_tdep): Add field size_of_register_frame.
161 * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
162 to determine the size of the register frame.
163 (ia64_size_of_register_frame): New function.
164 (ia64_gdbarch_init): Set tdep->size_of_register_frame.
165 * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
166 (IA64_HPUX_UREG_REASON): New macro.
167 (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
168 New functions.
169 (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
170 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
171 (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
172 objects.
173
92c9a463
JB
1742011-01-13 Joel Brobecker <brobecker@adacore.com>
175
176 Add support for ia64-hpux.
177 * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
178 ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
179
180 * configure.host: Add handling for ia64-hpux hosts. Add associated
181 floatformats.
182 * configure.tgt: Add handling for ia64-hpux targets.
183 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
184 (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
185 (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
186
f688d93f
JB
1872011-01-13 Joel Brobecker <brobecker@adacore.com>
188
189 [ttrace] Compute thread list immediately after attach.
190 * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
191 New subprogram.
192 (inf_ttrace_attach): Use it.
193
1b89e62f
JB
1942011-01-13 Joel Brobecker <brobecker@adacore.com>
195
196 * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
197 if we could not determine the frame's function address. Instead,
198 use the frame's PC, and then continue.
199
3e5e6e2a
JB
2002011-01-13 Joel Brobecker <brobecker@adacore.com>
201
202 * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
203 not already defined.
204
825d6d8a
JB
2052011-01-13 Joel Brobecker <brobecker@adacore.com>
206
207 * ia64-tdep.c (ia64_struct_type_p): New function.
208 (ia64_extract_return_value): Handle integral values that are
209 less than 8 bytes long.
210 (ia64_push_dummy_call): Likewise.
211
7458e667
JB
2122011-01-13 Joel Brobecker <brobecker@adacore.com>
213
214 * ia64-tdep.c (floatformat_ia64_ext_little): Renames
215 floatformat_ia64_ext.
216 (floatformat_ia64_ext_big): New static const.
217 (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
218
1b05df00
TT
2192011-01-12 Tom Tromey <tromey@redhat.com>
220
221 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
222 messages.
223 * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
224 (mi_cmd_thread_list_ids): Likewise.
225 (mi_cmd_data_list_changed_registers): Likewise.
226 (mi_cmd_data_list_register_values): Likewise.
227 (mi_cmd_data_write_register_values): Likewise.
228 (mi_cmd_data_evaluate_expression): Likewise.
229 (mi_cmd_data_read_memory): Likewise.
230 (mi_cmd_data_read_memory_bytes): Likewise.
231 (mi_cmd_data_write_memory): Likewise.
232 (mi_cmd_enable_timings): Likewise.
233 * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
234 * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
235 (mi_cmd_var_delete): Likewise.
236 (mi_cmd_var_set_format): Likewise.
237 (mi_cmd_var_show_format): Likewise.
238 (mi_cmd_var_info_num_children): Likewise.
239 (mi_cmd_var_list_children): Likewise.
240 (mi_cmd_var_info_type): Likewise.
241 (mi_cmd_var_info_expression): Likewise.
242 (mi_cmd_var_show_attributes): Likewise.
243 (mi_cmd_var_assign): Likewise.
244 (mi_cmd_var_update): Likewise.
245 (mi_cmd_enable_pretty_printing): Likewise.
246 (mi_cmd_var_set_update_range): Likewise.
247 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
248 messages.
249 (mi_cmd_target_file_put): Likewise.
250 (mi_cmd_target_file_delete): Likewise.
251 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
252 messages.
253 (mi_cmd_stack_info_depth): Likewise.
254 (mi_cmd_stack_list_locals): Likewise.
255 (mi_cmd_stack_list_args): Likewise.
256 (mi_cmd_stack_select_frame): Likewise.
257 (mi_cmd_stack_select_frame): Likewise.
258 (mi_cmd_stack_info_frame): Likewise.
259 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
260 messages.
261 (mi_cmd_file_list_exec_source_files): Likewise.
262 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
263 (mi_cmd_env_cd): Likewise.
264 (mi_cmd_env_path): Likewise.
265 (mi_cmd_env_dir): Likewise.
266 (mi_cmd_inferior_tty_show): Likewise.
267 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
268 * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
269 (mi_cmd_break_watch): Likewise.
270
ad422571
TJB
2712011-01-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
272
273 * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
274 (ppc_linux_insert_hw_breakpoint): Likewise.
275 (ppc_linux_remove_hw_breakpoint): Likewise.
276 (ppc_linux_insert_watchpoint): Likewise.
277
c2ff108b
JK
2782011-01-12 Andrew Burgess <aburgess@broadcom.com>
279 Jan Kratochvil <jan.kratochvil@redhat.com>
280
281 PR fortran/11104 and DWARF unbound arrays detection.
282 * dwarf2read.c (read_subrange_type): Set zero length on unspecified
283 upper bound. Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
284 unspecified upper bound.
285 * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
286 variables array_size_array, tmp_type and offset_item. New variable
287 array. Remove call to f77_get_upperbound. New variables array_type
288 and index. Call value_subscripted_rvalue for each dimenasion. Remove
289 the final call to deprecated_set_value_type.
290
41e8491f
JK
2912011-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
292
293 Make value allocations more lazy.
294 * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
295 instead of allocate_value and set_value_lazy when possible.
296 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy
297 instead of allocate_value and set_value_lazy.
298 * findvar.c (value_of_register_lazy): Likewise.
299 (read_var_value): Remove V preallocation, call just check_typedef in
300 advance. Move allocate_value to LOC_CONST, LOC_LABEL,
301 LOC_CONST_BYTES. Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
302 LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK. Set ADDR instead of
303 set_value_address and break in LOC_BLOCK. Use allocate_value_lazy and
304 remove lval_memory set in LOC_REGPARM_ADDR. Use allocate_value_lazy
305 in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT. Add setting lval_memory at
306 the end, remove set_value_lazy there.
307 * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
308 instead of allocate_value and set_value_lazy when possible.
309 * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
310 * value.c (allocate_computed_value): Use allocate_value_lazy instead
311 of allocate_value and set_value_lazy.
312 (value_from_contents_and_address): Use allocate_value_lazy instead of
313 allocate_value and set_value_lazy when possible.
314
b716877b
AB
3152011-01-12 Andrew Burgess <aburgess@broadcom.com>
316
317 * disasm.c (dump_insns): Support dumping opcodes for MI.
318 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
319 dumping of instruction opcodes.
320
d5ae309f
JB
3212011-01-09 Robert Millan <rmh@gnu.org> (tiny patch)
322
323 * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
324 appropiately.
325
98871305
TT
3262011-01-11 Tom Tromey <tromey@redhat.com>
327
328 * thread.c (do_captured_thread_select): Emit newline before
329 printing frame.
330
c378eb4e
MS
3312011-01-11 Michael Snyder <msnyder@vmware.com>
332
333 * s390-tdep.c: Comment cleanup, mostly periods and spaces.
334 * score-tdep.c: Ditto.
335 * score-tdep.h: Ditto.
336 * ser-base.c: Ditto.
337 * ser-go32.c: Ditto.
338 * serial.c: Ditto.
339 * serial.h: Ditto.
340 * ser-mingw.c: Ditto.
341 * ser-pipe.c: Ditto.
342 * ser-tcp.c: Ditto.
343 * ser-unix.c: Ditto.
344 * sh64-tdep.c: Ditto.
345 * shnbsd-nat.c: Ditto.
346 * sh-tdep.c: Ditto.
347 * sh-tdep.h: Ditto.
348 * solib.c: Ditto.
349 * solib-darwin.c: Ditto.
350 * solib-frv.c: Ditto.
351 * solib.h: Ditto.
352 * solib-irix.c: Ditto.
353 * solib-osf.c: Ditto.
354 * solib-pa64.c: Ditto.
355 * solib-som.c: Ditto.
356 * solib-spu.c: Ditto.
357 * solib-sunos.c: Ditto.
358 * solib-svr4.c: Ditto.
359 * solist.h: Ditto.
360 * sol-thread.c: Ditto.
361 * somread.c: Ditto.
362 * source.c: Ditto.
363 * source.h: Ditto.
364 * sparc64-linux-tdep.c: Ditto.
365 * sparc64-tdep.c: Ditto.
366 * sparc-linux-nat.c: Ditto.
367 * sparc-linux-tdep.c: Ditto.
368 * sparc-sol2-nat.c: Ditto.
369 * sparc-sol2-tdep.c: Ditto.
370 * sparc-tdep.c: Ditto.
371 * sparc-tdep.h: Ditto.
372 * spu-tdep.c: Ditto.
373 * stabsread.c: Ditto.
374 * stabsread.h: Ditto.
375 * stack.c: Ditto.
376 * symfile.c: Ditto.
377 * symfile.h: Ditto.
378 * symmisc.c: Ditto.
379 * symtab.c: Ditto.
380 * symtab.h: Ditto.
381 * target.c: Ditto.
382 * target-descriptions.c: Ditto.
383 * target-descriptions.h: Ditto.
384 * target.h: Ditto.
385 * target-memory.c: Ditto.
386 * terminal.h: Ditto.
387 * thread.c: Ditto.
388 * top.c: Ditto.
389 * tracepoint.c: Ditto.
390 * tracepoint.h: Ditto.
391 * trad-frame.h: Ditto.
392 * typeprint.c: Ditto.
393
581e13c1
MS
3942011-01-11 Michael Snyder <msnyder@vmware.com>
395
396 * ui-file.c: Comment cleanup, mostly periods and spaces.
397 * ui-file.h: Ditto.
398 * ui-out.c: Ditto.
399 * ui-out.h: Ditto.
400 * utils.c: Ditto.
401 * v850-tdep.c: Ditto.
402 * valarith.c: Ditto.
403 * valops.c: Ditto.
404 * valprint.c: Ditto.
405 * valprint.h: Ditto.
406 * value.c: Ditto.
407 * value.h: Ditto.
408 * varobj.c: Ditto.
409 * varobj.h: Ditto.
410 * vax-tdep.c: Ditto.
411 * vec.c: Ditto.
412 * vec.h: Ditto.
413 * version.h: Ditto.
414 * windows-nat.c: Ditto.
415 * windows-tdep.c: Ditto.
416 * xcoffread.c: Ditto.
417 * xcoffsolib.c: Ditto.
418 * xml-support.c: Ditto.
419 * xstormy16-tdep.c: Ditto.
420 * xtensa-tdep.c: Ditto.
421 * xtensa-tdep.h: Ditto.
422
90e4670f
TJB
4232011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
424
425 * breakpoint.c (resources_needed_watchpoint): Fix indentation.
426 * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
427
e09342b5
TJB
4282011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
429 Thiago Jung Bauermann <bauerman@br.ibm.com>
430
431 Implement support for PowerPC BookE ranged watchpoints.
432 * breakpoint.h
433 (struct breakpoint_ops) <resources_needed>: New method.
434 Initialize to NULL in all existing breakpoint_ops instances.
435 (struct breakpoint) <exact>: New field.
436 (target_exact_watchpoints): Declare external global.
437 * breakpoint.c (target_exact_watchpoints): New global flag.
438 (update_watchpoint): Set b->type to bp_hardware_watchpoint and
439 b->enable_state to bp_enabled before calling
440 hw_watchpoint_used_count.
441 (hw_watchpoint_used_count): Iterate over all bp_locations in a
442 watchpoint. Call breakpoint's breakpoint_ops.resources_needed
443 if available.
444 (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
445 if the watchpoint is exact.
446 (resources_needed_watchpoint): New function.
447 (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
448 (watch_command_1): Set b->exact if the user asked for an exact
449 watchpoint and one can be set.
450 (can_use_hardware_watchpoint): Add exact_watchpoints argument.
451 Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
452 the user asks for an exact watchpoint and one can be set. Return
453 number of needed debug registers to watch the expression.
454 * gdbtypes.c (is_scalar_type): New function, based on
455 valprint.c:scalar_type_p.
456 (is_scalar_type_recursive): New function.
457 * gdbtypes.h (is_scalar_type_recursive): Declare.
458 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
459 handle regions when ranged watchpoints are available.
460 (create_watchpoint_request): New function.
461 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
462 create_watchpoint_request.
463 * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
464 (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
465 `set powerpc' and `show powerpc' commands.
466 * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
467 Mention documentation comment in the target macro.
468 (target_region_ok_for_hw_watchpoint): Document return value.
469
9fa40276
TJB
4702011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
471
472 * breakpoint.c (update_watchpoint): Decide on using a software or
473 hardware watchpoint after the bp_locations are created.
474
77b06cd7
TJB
4752010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
476
477 Convert hardware watchpoints to use breakpoint_ops.
478 * breakpoint.h (breakpoint_ops) <insert>: Rename to...
479 <insert_location>: ... this. Return int instead of void.
480 Accept pointer to struct bp_location instead of pointer to
481 struct breakpoint. Adapt all implementations.
482 (breakpoint_ops) <remove>: Rename to...
483 <remove_location>: ... this. Accept pointer to struct bp_location
484 instead of pointer to struct breakpoint. Adapt all implementations.
485 * breakpoint.c (insert_catchpoint): Delete function.
486 (insert_bp_location): Call the watchpoint or catchpoint's
487 breakpoint_ops.insert method.
488 (remove_breakpoint_1): Call the watchpoint or catchpoint's
489 breakpoint_ops.remove method.
490 (insert_watchpoint, remove_watchpoint): New functions.
491 (watchpoint_breakpoint_ops): New structure.
492 (watch_command_1): Initialize the OPS field.
493 * inf-child.c (inf_child_insert_fork_catchpoint)
494 (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
495 (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
496 (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
497 Delete functions.
498 (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
499 to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
500 to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
501 to_remove_exec_catchpoint and to_set_syscall_catchpoint.
502 * target.c (update_current_target): Change default implementation of
503 to_insert_fork_catchpoint, to_remove_fork_catchpoint,
504 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
505 to_insert_exec_catchpoint, to_remove_exec_catchpoint and
506 to_set_syscall_catchpoint to return_one.
507 (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
508 (debug_to_insert_exec_catchpoint): Report return value.
509 * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
510 (to_insert_exec_catchpoint): Change declaration to return int instead
511 of void.
512
9b20d036
MS
5132011-01-11 Michael Snyder <msnyder@vmware.com>
514
515 * arm-tdep.c: Internationalization.
516 * c-lang.c: Ditto.
517 * charset.c: Ditto.
518 * fork-child.c: Ditto.
519 * nto-procfs.c: Ditto.
520 * ppc-sysv-tdep.c: Ditto.
521 * procfs.c: Ditto.
522 * remote-mips.c: Ditto.
523 * remote.c: Ditto.
524 * rs6000-nat.c: Ditto.
525 * rs6000-tdep.c: Ditto.
526 * target.c: Ditto.
527 * valops.c: Ditto.
528 * value.c: Ditto.
529 * xml-support.c: Ditto.
530 * mi/mi-cmd-break.c: Ditto.
531 * mi/mi-cmd-var.c: Ditto.
532 * mi/mi-interp.c: Ditto.
533 * mi/mi-main.c: Ditto.
534
dae477fe
AB
5352011-01-11 Andrew Burgess <aburgess@broadcom.com>
536
537 * remote-sim.c (gdbsim_store_register): Update API to
538 sim_store_register to check more error conditions.
539
0df8b418
MS
5402011-01-10 Michael Snyder <msnyder@vmware.com>
541
542 * nto-procfs.c: Comment cleanup, mostly periods and spaces.
543 * nto-tdep.c: Ditto.
544 * nto-tdep.h: Ditto.
545 * objc-exp.y: Ditto.
546 * objc-lang.c: Ditto.
547 * objfiles.c: Ditto.
548 * objfiles.h: Ditto.
549 * observer.c: Ditto.
550 * opencl-lang.c: Ditto.
551 * osabi.c: Ditto.
552 * parse.c: Ditto.
553 * parser-defs.h: Ditto.
554 * p-exp.y: Ditto.
555 * p-lang.c: Ditto.
556 * posix-hdep.c: Ditto.
557 * ppcbug-rom.c: Ditto.
558 * ppc-linux-nat.c: Ditto.
559 * ppc-linux-tdep.c: Ditto.
560 * ppc-linux-tdep.h: Ditto.
561 * ppcnbsd-tdep.c: Ditto.
562 * ppcobsd-tdep.c: Ditto.
563 * ppcobsd-tdep.h: Ditto.
564 * ppc-sysv-tdep.c: Ditto.
565 * ppc-tdep.h: Ditto.
566 * printcmd.c: Ditto.
567 * proc-abi.c: Ditto.
568 * proc-flags.c: Ditto.
569 * procfs.c: Ditto.
570 * proc-utils.h: Ditto.
571 * progspace.h: Ditto.
572 * prologue-value.c: Ditto.
573 * prologue-value.h: Ditto.
574 * psympriv.h: Ditto.
575 * psymtab.c: Ditto.
576 * p-typeprint.c: Ditto.
577 * p-valprint.c: Ditto.
578 * ravenscar-sparc-thread.c: Ditto.
579 * ravenscar-thread.c: Ditto.
580 * ravenscar-thread.h: Ditto.
581 * record.c: Ditto.
582 * regcache.c: Ditto.
583 * regcache.h: Ditto.
584 * remote.c: Ditto.
585 * remote-fileio.c: Ditto.
586 * remote-fileio.h: Ditto.
587 * remote.h: Ditto.
588 * remote-m32r-sdi.c: Ditto.
589 * remote-mips.c: Ditto.
590 * remote-sim.c: Ditto.
591 * rs6000-aix-tdep.c: Ditto.
592 * rs6000-nat.c: Ditto.
593 * rs6000-tdep.c: Ditto.
594
0d7a18f7
MS
5952011-01-10 Michael Snyder <msnyder@vmware.com>
596
597 * charset.c (validate): Internationalization.
598 * coffread.c (read_one_sym): Ditto.
599 * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
600 * h8300-tdep.c (H8300_extract_return_value): Ditto.
601 * inflow.c (new_tty): Ditto.
602 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
603 * m32c-tdep.c (m32c_return_value): Ditto.
604 * mep-tdep.c (mep_store_return_value): Ditto.
605 * score-tdep.c (score7_fetch_insn): Ditto.
606 * ser-mingw.c (pipe_windows_open): Ditto.
607 * sh64-tdep.c (sh64_extract_return_value): Ditto.
608 * spu-tdep.c (spu_register_type): Ditto.
609 * tracepoint.c (trace_find_command): Ditto.
610 * valarith.c (value_pos): Ditto.
611
9a153e0b
JB
6122011-01-10 Joel Brobecker <brobecker@adacore.com>
613
614 * ada-valprint.c (printstr): Minor comment reformatting.
615
35ecd2d6
MS
6162011-01-08 Michael Snyder <msnyder@vmware.com>
617
618 * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
619 markup.
620
1777feb0
MS
6212011-01-08 Michael Snyder <msnyder@vmware.com>
622
623 * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
624 * hppa-hpux-tdep.c: Ditto.
625 * hppa-linux-nat.c: Ditto.
626 * hppa-linux-tdep.c: Ditto.
627 * hppanbsd-tdep.c: Ditto.
628 * hppa-tdep.c: Ditto.
629 * hppa-tdep.h: Ditto.
630 * hpux-thread.c: Ditto.
631 * i386-cygwin-tdep.c: Ditto.
632 * i386-darwin-nat.c: Ditto.
633 * i386gnu-nat.c: Ditto.
634 * i386-linux-nat.c: Ditto.
635 * i386-linux-tdep.c: Ditto.
636 * i386-nat.c: Ditto.
637 * i386-nat.h: Ditto.
638 * i386nbsd-tdep.c: Ditto.
639 * i386-sol2-nat.c: Ditto.
640 * i386-stub.c: Ditto.
641 * i386-tdep.c: Ditto.
642 * i386-tdep.h: Ditto.
643 * i387-tdep.c: Ditto.
644 * ia64-linux-nat.c: Ditto.
645 * ia64-linux-tdep.c: Ditto.
646 * ia64-tdep.c: Ditto.
647 * infcall.c: Ditto.
648 * infcall.h: Ditto.
649 * infcmd.c: Ditto.
650 * inferior.c: Ditto.
651 * inferior.h: Ditto.
652 * infloop.c: Ditto.
653 * inflow.c: Ditto.
654 * infrun.c: Ditto.
655 * interps.c: Ditto.
656 * interps.h: Ditto.
657 * iq2000-tdep.c: Ditto.
658 * irix5-nat.c: Ditto.
659 * jit.c: Ditto.
660 * jit.h: Ditto.
661 * jv-exp.y: Ditto.
662 * jv-lang.c: Ditto.
663 * jv-lang.h: Ditto.
664 * jv-typeprint.c: Ditto.
665 * jv-valprint.c: Ditto.
666 * language.c: Ditto.
667 * language.h: Ditto.
668 * linespec.c: Ditto.
669 * linux-fork.c: Ditto.
670 * linux-nat.c: Ditto.
671 * linux-thread-db.c: Ditto.
672 * lm32-tdep.c: Ditto.
673
025bb325
MS
6742011-01-08 Michael Snyder <msnyder@vmware.com>
675
676 * m2-exp.y: Comment cleanup, mostly periods and spaces.
677 * m2-lang.c: Ditto.
678 * m2-typeprint.c: Ditto.
679 * m2-valprint.c: Ditto.
680 * m32c-tdep.c: Ditto.
681 * m32r-linux-nat.c: Ditto.
682 * m32r-rom.c: Ditto.
683 * m32r-tdep.c: Ditto.
684 * m32r-tdep.h: Ditto.
685 * m68hc11-tdep.c: Ditto.
686 * m58klinux-nat.c: Ditto.
687 * m68k-tdep.c: Ditto.
688 * m88k-tdep.c: Ditto.
689 * m88k-tdep.h: Ditto.
690 * machoread.c: Ditto.
691 * macrocmd.c: Ditto.
692 * macroexp.c: Ditto.
693 * macrotab.c: Ditto.
694 * main.c: Ditto.
695 * maint.c: Ditto.
696 * mdebugread.c: Ditto.
697 * mdebugread.h: Ditto.
698 * memattr.c: Ditto.
699 * memattr.h: Ditto.
700 * memory-map.h: Ditto.
701 * mep-tdep.c: Ditto.
702 * microblaze-rom.c: Ditto.
703 * microblaze-tdep.c: Ditto.
704 * minsyms.c: Ditto.
705 * mips-irix-tdep.c: Ditto.
706 * mips-linux-nat.c: Ditto.
707 * mips-linux-tdep.c: Ditto.
708 * mips-linux-tdep.h: Ditto.
709 * mipsnbsd-nat.c: Ditto.
710 * mipsnbsd-tdep.c: Ditto.
711 * mipsread.c: Ditto.
712 * mips-tdep.c: Ditto.
713 * mips-tdep.h: Ditto.
714 * mn10300-linux-tdep.c: Ditto.
715 * mn10300-tdep.c: Ditto.
716 * mn10300-tdep.h: Ditto.
717 * monitor.c: Ditto.
718 * monitor.h: Ditto.
719 * moxie-tdep.c: Ditto.
720 * moxie-tdep.h: Ditto.
721 * mt-tdep.c: Ditto.
722
1642781b
MF
7232011-01-08 Mike Frysinger <vapier@gentoo.org>
724
725 * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
726
394b0adb
JB
7272011-01-08 Robert Millan <rmh@gnu.org>
728
729 * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
730
b670013c
MS
7312011-01-07 Michael Snyder <msnyder@vmware.com>
732
733 * charset.c (_initialize_charset): Fix typo in string.
734
a743e542
MS
7352011-01-07 Michael Snyder <msnyder@vmware.com>
736
737 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
738 for i18n.
739 * tui/tui-layout.c (tui_set_layout_for_display_command):
740 Split line so that operator goes to beginning of line.
741 * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
742 assignment out of if statement.
743
0963b4bd
MS
7442011-01-07 Michael Snyder <msnyder@vmware.com>
745
746 * ada-lang.c: Comment cleanup, mostly periods and spaces.
747 * ada-lang.h: Ditto.
748 * ada-tasks.c: Ditto.
749 * ada-valprint.c: Ditto.
750 * aix-threads.c: Ditto.
751 * alpha-linux-nat.c: Ditto.
752 * alpha-linux-tdep.c: Ditto.
753 * alpha-mdebug-tdep.c: Ditto.
754 * alpha-nat.c: Ditto.
755 * alpha-osf1-tdep.c: Ditto.
756 * alpha-tdep.c: Ditto.
757 * alphabsd-nat.c: Ditto.
758 * alphabsd-tdep.c: Ditto.
759 * amd64-darwin-tdep.c: Ditto.
760 * amd64-linux-nat.c: Ditto.
761 * amd64-linux-tdep.c: Ditto.
762 * amd64-sol2-tdep.c: Ditto.
763 * amd64-tdep.c: Ditto.
764 * amd64-fbsd-tdep.c: Ditto.
765 * amd64-nbsd-tdep.c: Ditto.
766 * amd64-obsd-tdep.c: Ditto.
767 * amd64-linux-nat.c: Ditto.
768 * amd64-linux-tdep.c: Ditto.
769 * arm-tdep.c: Ditto.
770 * arm-tdep.h: Ditto.
771 * armnbsd-nat.c: Ditto.
772 * avr-tdep.c: Ditto.
773 * bfin-tdep.c: Ditto.
774 * bsd-kvm.c: Ditto.
775 * c-typeprintc: Ditto.
776 * c-valprint.c: Ditto.
777 * coff-pe-read.h: Ditto.
778 * coffreead.c: Ditto.
779 * cris-tdep.c: Ditto.
780 * d-lang.c: Ditto.
781 * darwin-nat-info.c: Ditto.
782 * darwin-nat.c: Ditto.
783 * dbug-rom.c: Ditto.
784 * dbxread.c: Ditto.
785 * dcache.c: Ditto.
786 * dcache.h: Ditto.
787 * dec-thread.c: Ditto.
788 * defs.h: Ditto.
789 * demangle.c: Ditto.
790 * dicos-tdep.c: Ditto.
791 * dictionary.c: Ditto.
792 * dictionary.h: Ditto.
793 * dink32-rom.c: Ditto.
794 * disasm.c: Ditto.
795 * doublest.c: Ditto.
796 * dsrec.c: Ditto.
797 * dummy-frame.c: Ditto.
798 * dwarf2-frame.c: Ditto.
799 * dwarf2expr.c: Ditto.
800 * dwarf2loc.c: Ditto.
801 * dwarf2read.c: Ditto.
802 * elfread.c: Ditto.
803 * environ.c: Ditto.
804 * eval.c: Ditto.
805 * event-top.h: Ditto.
806 * exceptions.c: Ditto.
807 * exceptions.h: Ditto.
808 * exec.c: Ditto.
809 * expprint.c: Ditto.
810 * expression.h: Ditto.
811 * f-exp.y: Ditto.
812 * f-lang.c: Ditto.
813 * f-lang.h: Ditto.
814 * f-typeprint.c: Ditto.
815 * f-valprint.c: Ditto.
816 * fbsd-nat.c: Ditto.
817 * findvar.c: Ditto.
818 * fork-child.c: Ditto.
819 * frame.c: Ditto.
820 * frame.h: Ditto.
821 * frv-linux-tdep.c: Ditto.
822 * frv-tdep.c: Ditto.
823 * gcore.c: Ditto.
824 * gdb-stabs.h: Ditto.
825 * gdb_assert.h: Ditto.
826 * gdb_string.h: Ditto.
827 * gdb_thread_db.h: Ditto.
828 * gdb_wait.h: Ditto.
829 * gdbarch.sh: Ditto.
830 * gdbcore.h: Ditto.
831 * gdbthread.h: Ditto.
832 * gdbtypes.c: Ditto.
833 * gdbtypes.h: Ditto.
834 * gnu-nat.c: Ditto.
835 * gnu-nat.h: Ditto.
836 * gnu-v2-abi.c: Ditto.
837 * gnu-v3-abi.c: Ditto.
838 * go32-nat.c: Ditto.
839 * gdbarch.c: Regenerate.
840 * gdbarch.h: Regenerate.
841
ac74f770
MS
8422011-01-07 Michael Snyder <msnyder@vmware.com>
843
844 * ax-gdb.c: Adjust some long output strings.
845 * breakpoint.c: Ditto.
846 * charset.c: Ditto.
847 * cp-abi.c: Ditto.
848 * infcall.c: Ditto.
849 * infrun.c: Ditto.
850 * linux-nat.c: Ditto.
851 * solib-pa64.c: Ditto.
852 * solib-som.c: Ditto.
853
d8e22779
TT
8542011-01-06 Tom Tromey <tromey@redhat.com>
855
856 PR python/12367:
857 * NEWS: Add item.
858 * python/python.c (GdbMethods): Add "newest_frame" method.
859 * python/python-internal.h (gdbpy_newest_frame): Declare.
860 * python/py-frame.c (gdbpy_newest_frame): New function.
861
a255712f
PP
8622010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
863
864 * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
865 * jit.c (jit_debug): New variable.
866 (show_jit_debug): New function.
867 (struct target_buffer): Use ULONGEST.
868 (bfd_open_from_target_memory): Likewise.
869 (jit_register_code, jit_inferior_init): Add debug output.
870 (_initialize_jit): Register "debug jit" command.
871
ccfc3d6e
TT
8722011-01-06 Tom Tromey <tromey@redhat.com>
873
874 * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
875 * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
876 and ARCH_FRAME.
877
57126e4a
TT
8782011-01-06 Tom Tromey <tromey@redhat.com>
879
880 * python/py-frame.c (frapy_block): Use get_frame_block.
881
16dfc9ce
JB
8822011-01-06 Joel Brobecker <brobecker@adacore.com>
883
884 Do not stop on SIGPRIO signals by default
885 * infrun.c (_initialize_infrun): Unset signal_stop and
886 signal_print for TARGET_SIGNAL_PRIO.
887
b1ce2347
JB
8882011-01-06 Joel Brobecker <brobecker@adacore.com>
889
890 * ada-tasks.c: Fix style violation in comment.
891
8f7e195f
JB
8922011-01-06 Joel Brobecker <brobecker@adacore.com>
893
894 * linespec.c (decode_compound, find_method): Remove trailing \n
895 at end of error string.
896 * solib-irix.c (irix_current_sos): Likewise.
897 * varobj.c (uninstall_variable): Likewise.
898
e9bdf92c
JB
8992011-01-06 Joel Brobecker <brobecker@adacore.com>
900
901 * copyright.py: New script.
902 * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
903 Launch emacs without exec'ing. Call copyright.py afterwards.
904
3e43a32a
MS
9052011-01-05 Michael Snyder <msnyder@vmware.com>
906
907 * addrmap.c: Shorten lines of >= 80 columns.
908 * arch-utils.c: Ditto.
909 * arch-utils.h: Ditto.
910 * ax-gdb.c: Ditto.
911 * ax-general.c: Ditto.
912 * bcache.c: Ditto.
913 * blockframe.c: Ditto.
914 * breakpoint.c: Ditto.
915 * buildsym.c: Ditto.
916 * c-lang.c: Ditto.
917 * c-typeprint.c: Ditto.
918 * charset.c: Ditto.
919 * coffread.c: Ditto.
920 * command.h: Ditto.
921 * corelow.c: Ditto.
922 * cp-abi.c: Ditto.
923 * cp-namespace.c: Ditto.
924 * cp-support.c: Ditto.
925 * dbug-rom.c: Ditto.
926 * dbxread.c: Ditto.
927 * defs.h: Ditto.
928 * dfp.c: Ditto.
929 * dfp.h: Ditto.
930 * dictionary.c: Ditto.
931 * disasm.c: Ditto.
932 * doublest.c: Ditto.
933 * dwarf2-frame.c: Ditto.
934 * dwarf2expr.c: Ditto.
935 * dwarf2loc.c: Ditto.
936 * dwarf2read.c: Ditto.
937 * elfread.c: Ditto.
938 * eval.c: Ditto.
939 * event-loop.c: Ditto.
940 * event-loop.h: Ditto.
941 * exceptions.h: Ditto.
942 * exec.c: Ditto.
943 * expprint.c: Ditto.
944 * expression.h: Ditto.
945 * f-lang.c: Ditto.
946 * f-valprint.c: Ditto.
947 * findcmd.c: Ditto.
948 * frame-base.c: Ditto.
949 * frame-unwind.c: Ditto.
950 * frame-unwind.h: Ditto.
951 * frame.c: Ditto.
952 * frame.h: Ditto.
953 * gcore.c: Ditto.
954 * gdb-stabs.h: Ditto.
955 * gdb_assert.h: Ditto.
956 * gdb_dirent.h: Ditto.
957 * gdb_obstack.h: Ditto.
958 * gdbcore.h: Ditto.
959 * gdbtypes.c: Ditto.
960 * gdbtypes.h: Ditto.
961 * inf-ttrace.c: Ditto.
962 * infcall.c: Ditto.
963 * infcmd.c: Ditto.
964 * inflow.c: Ditto.
965 * infrun.c: Ditto.
966 * inline-frame.h: Ditto.
967 * language.c: Ditto.
968 * language.h: Ditto.
969 * libunwind-frame.c: Ditto.
970 * libunwind-frame.h: Ditto.
971 * linespec.c: Ditto.
972 * linux-nat.c: Ditto.
973 * linux-nat.h: Ditto.
974 * linux-thread-db.c: Ditto.
975 * machoread.c: Ditto.
976 * macroexp.c: Ditto.
977 * macrotab.c: Ditto.
978 * main.c: Ditto.
979 * maint.c: Ditto.
980 * mdebugread.c: Ditto.
981 * memattr.c: Ditto.
982 * minsyms.c: Ditto.
983 * monitor.c: Ditto.
984 * monitor.h: Ditto.
985 * objfiles.c: Ditto.
986 * objfiles.h: Ditto.
987 * osabi.c: Ditto.
988 * p-typeprint.c: Ditto.
989 * p-valprint.c: Ditto.
990 * parse.c: Ditto.
991 * printcmd.c: Ditto.
992 * proc-events.c: Ditto.
993 * procfs.c: Ditto.
994 * progspace.c: Ditto.
995 * progspace.h: Ditto.
996 * psympriv.h: Ditto.
997 * psymtab.c: Ditto.
998 * record.c: Ditto.
999 * regcache.c: Ditto.
1000 * regcache.h: Ditto.
1001 * remote-fileio.c: Ditto.
1002 * remote.c: Ditto.
1003 * ser-mingw.c: Ditto.
1004 * ser-tcp.c: Ditto.
1005 * ser-unix.c: Ditto.
1006 * serial.c: Ditto.
1007 * serial.h: Ditto.
1008 * solib-frv.c: Ditto.
1009 * solib-irix.c: Ditto.
1010 * solib-osf.c: Ditto.
1011 * solib-pa64.c: Ditto.
1012 * solib-som.c: Ditto.
1013 * solib-sunos.c: Ditto.
1014 * solib-svr4.c: Ditto.
1015 * solib-target.c: Ditto.
1016 * solib.c: Ditto.
1017 * somread.c: Ditto.
1018 * source.c: Ditto.
1019 * stabsread.c: Ditto.
1020 * stabsread.c: Ditto.
1021 * stack.c: Ditto.
1022 * stack.h: Ditto.
1023 * symfile-mem.c: Ditto.
1024 * symfile.c: Ditto.
1025 * symfile.h: Ditto.
1026 * symmisc.c: Ditto.
1027 * symtab.c: Ditto.
1028 * symtab.h: Ditto.
1029 * target-descriptions.c: Ditto.
1030 * target-memory.c: Ditto.
1031 * target.c: Ditto.
1032 * target.h: Ditto.
1033 * terminal.h: Ditto.
1034 * thread.c: Ditto.
1035 * top.c: Ditto.
1036 * tracepoint.c: Ditto.
1037 * tracepoint.h: Ditto.
1038 * ui-file.c: Ditto.
1039 * ui-file.h: Ditto.
1040 * ui-out.h: Ditto.
1041 * user-regs.c: Ditto.
1042 * user-regs.h: Ditto.
1043 * utils.c: Ditto.
1044 * valarith.c: Ditto.
1045 * valops.c: Ditto.
1046 * valprint.c: Ditto.
1047 * valprint.h: Ditto.
1048 * value.c: Ditto.
1049 * varobj.c: Ditto.
1050 * varobj.h: Ditto.
1051 * vec.h: Ditto.
1052 * xcoffread.c: Ditto.
1053 * xcoffsolib.c: Ditto.
1054 * xcoffsolib.h: Ditto.
1055 * xml-syscall.c: Ditto.
1056 * xml-tdesc.c: Ditto.
1057
9a2b4c1b
MS
10582011-01-05 Michael Snyder <msnyder@vmware.com>
1059
1060 * cli/cli-cmds.c: Shorten lines of >= 80 columns.
1061 * cli/cli-decode.c: Ditto.
1062 * cli/cli-dump.c: Ditto.
1063 * cli/cli-logging.c: Ditto.
1064 * cli/cli-script.c: Ditto.
1065 * cli/cli-setshow.c: Ditto.
1066 * common/signals.c: Ditto.
1067 * mi/mi-cmd-break.c: Ditto.
1068 * mi/mi-cmd-disas.c: Ditto.
1069 * mi/mi-cmd-stack.c: Ditto.
1070 * mi/mi-cmd-var.c: Ditto.
1071 * mi/mi-cmds.c: Ditto.
1072 * mi/mi-common.h: Ditto.
1073 * mi/mi-console.c: Ditto.
1074 * mi/mi-interp.c: Ditto.
1075 * mi/mi-main.c: Ditto.
1076 * osf-share/cma_attr.c: Ditto.
1077 * osf-share/cma_deb_core.h: Ditto.
1078 * osf-share/cma_debug_client.h: Ditto.
1079 * osf-share/cma_handle.h: Ditto.
1080 * osf-share/cma_mutex.h: Ditto.
1081 * osf-share/cma_stack_int.h: Ditto.
1082 * osf-share/cma_tcb_defs.h: Ditto.
1083 * python/py-auto-load.c: Ditto.
1084 * python/py-breakpoint.c: Ditto.
1085 * python/py-cmd.c: Ditto.
1086 * python/py-frame.c: Ditto.
1087 * python/py-objfile.c: Ditto.
1088 * python/py-param.c: Ditto.
1089 * python/py-progspace.c: Ditto.
1090 * python/py-symbol.c: Ditto.
1091 * python/py-value.c: Ditto.
1092 * python/python-internal.h: Ditto.
1093 * python/python.c: Ditto.
1094 * tui/tui-data.c: Ditto.
1095 * tui/tui-disasm.c: Ditto.
1096 * tui/tui-hooks.c: Ditto.
1097 * tui/tui-io.c: Ditto.
1098 * tui/tui-layout.c: Ditto.
1099 * tui/tui-regs.c: Ditto.
1100 * tui/tui-source.c: Ditto.
1101 * tui/tui-stack.c: Ditto.
1102 * tui/tui-win.c: Ditto.
1103 * tui/tui-windata.c: Ditto.
1104 * tui/tui-winsource.c: Ditto.
1105
44944448
JB
11062011-01-05 Joel Brobecker <brobecker@adacore.com>
1107
1108 * configure.ac, gdb.1: Copyright year update.
1109
ebedcab5
JK
11102011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1111
1112 * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
1113 this_pc_in_block, morestack_msym and morestack_name. Check for
1114 "__morestack" minimal symbol there.
1115
e5cc9f32
JB
11162011-01-03 Joel Brobecker <brobecker@adacore.com>
1117
1118 * symfile.c (find_sym_fns): Add call to dont_repeat.
1119
7b6bb8da
JB
11202011-01-01 Joel Brobecker <brobecker@adacore.com>
1121
1122 Copyright year update in most files (performed by copyright.sh).
1123
71ce852c
JB
11242011-01-01 Joel Brobecker <brobecker@adacore.com>
1125
1126 * top.c (print_gdb_version): Update copyright year in version output.
0e2de366 1127
c3c1ebe8 1128For older changes see ChangeLog-2010.
c906108c
SS
1129\f
1130Local Variables:
1131mode: change-log
1132left-margin: 8
1133fill-column: 74
1134version-control: never
57da7796 1135coding: utf-8
c906108c 1136End:
This page took 1.300035 seconds and 4 git commands to generate.