]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
gdb/
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
c9174737
PA
12011-03-15 Pedro Alves <pedro@codesourcery.com>
2
3 * printcmd.c (ALL_DISPLAYS_SAFE): New.
4 (map_display_numbers): New.
5 (do_delete_display): New.
6 (undisplay_command): Use map_display_numbers.
7 (do_enable_disable_display): New.
8 (enable_disable_display_command): New function.
9 (enable_display): Delete.
10 (enable_display_command): New.
11 (disable_display_command): Reimplement.
12 (_initialize_printcmd): Adjust "enable display" command to use
13 `enable_display_command' as callback.
14
350c6c65
PM
152011-03-14 Phil Muldoon <pmuldoon@redhat.com>
16
17 * NEWS: Add Python breakpoint 'stop' operation.
18
824446ad
PM
192011-03-14 Phil Muldoon <pmuldoon@redhat.com>
20
21 * NEWS: Delete duplicate entry. Fix typo.
22
2021ad3a
PM
232011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
24
25 Fix ARI warning about function names in first column.
26 Put prototype declaration on same line as return type.
27 * objc-exp.y: Ditto.
28 * p-exp.y: Ditto.
29 * python/py-stopevent.h: Ditto.
30 For long function names, split parameters to
31 allow function name on same line as return type.
32 * solib-pa64.c: Ditto.
33 * varobj.c: Ditto.
34 * varobj.h: Ditto.
35 For long function declaration, use single line.
36 * hppa-tdep.h: Ditto.
37 * inferior.h: Ditto.
38
7371cf6d
PM
392011-03-14 Phil Muldoon <pmuldoon@redhat.com>
40
41 * python/python.h: Declare gdbpy_should_stop and
42 gdbpy_breakpoint_has_py_cond.
43 * python/python.c: Add python.h to includes. Remove python.h from
44 HAVE_PYTHON definition
45 (gdbpy_should_stop): New dummy function.
46 (gdbpy_breakpoint_has_py_cond): New dummy function.
47 * python/py-breakpoint.c (bppy_init): Rewrite to allow
48 sub-classing capabilities.
49 (gdbpy_should_stop): New function.
50 (gdbpy_breakpoint_has_py_cond): New function.
51 (local_setattro): New function.
52 * breakpoint.c (condition_command): Add check for Python 'stop'
53 operation.
54 (bpstat_check_breakpoint_conditions): Execute Python 'stop'
55 operation function as part of stop/continue tests.
56
37b50a69
TT
572011-03-14 Tom Tromey <tromey@redhat.com>
58
59 PR gdb/12576:
60 * dwarf2loc.c (dwarf_expr_dwarf_call): Remove 'return'.
61 (needs_frame_dwarf_call): Likewise.
62
eeae04df
PM
632011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
64
65 Fix ARI warning about functions without parameters that do not
66 use (void).
67 * breakpoint.c (all_tracepoints): Replace () by (void).
68 * f-exp.y (match_string_literal): Ditto.
69 (yylex): Ditto.
70 * m2-exp.y (yylex): Ditto.
71 * mep-tdep.c (current_me_module): Ditto.
72 (current_options): Ditto.
73 (current_cop_data_bus_width): Ditto.
74 (current_cr_names): Ditto.
75 (current_cr_is_float): Ditto.
76 (current_ccr_names): Ditto.
77 * objc-exp.y (yylex): Ditto.
78 * p-exp.y (yylex): Ditto.
79 * remote.c (send_interrupt_sequence): Ditto.
80 * tracepoint.c (current_trace_status): Ditto.
81 * python/py-evts.c (gdbpy_initialize_py_events): Ditto.
82 * python/py-prettyprint.c (push_dummy_python_frame): Ditto.
83
6dc3565d
MS
842011-03-11 Michael Snyder <msnyder@vmware.com>
85
1427fe5e
MS
86 * cli/cli-decode.h (CMD_LIST_AMBIGUOUS): Define.
87 * cli/cli-decode.c (lookup_cmd_1): Use CMD_LIST_AMBIGUOUS.
88 (lookup_cmd): Test for CMD_LIST_AMBIGUOUS.
89 * completer.c (complete_line_internal): Use CMD_LIST_AMBIGUOUS.
90 * top.c (set_verbose): Use CMD_LIST_AMBIGUOUS.
91
60bc018f
MS
92 * event-loop-c (delete_async_signal_handler): Assert prev_ptr.
93 (delete_async_event_handler): Ditto.
94
f3be5b64
MS
95 * python/py-breakpoint.c (bppy_set_condition): Stop memory leak.
96
4c2d5724
MS
97 * python/py-breakpoint.c (bppy_get_commands): Fix memory leak.
98
6dc3565d
MS
99 * top.c (set_verbose): Assert showcmd was found.
100
4e6ca6d5
MG
1012011-03-11 Maxim Grigoriev <maxim2405@gmail.com>
102
103 * xtensa-tdep.c (warning_once): Correct style issues.
104
815a83e4
YQ
1052011-03-11 Yao Qi <yao@codesourcery.com>
106
107 * arm-tdep.c (copy_ldr_str_ldrb_strb): Remove redundant statements.
108
f2eb0bc8
AS
1092011-03-11 Andreas Schwab <schwab@redhat.com>
110
111 * common/aclocal.m4: Remove.
112
b801de47
MG
1132011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
114
115 * xtensa-tdep.c (windowing_enabled): Remove inline attribute.
116 (xtensa_write_register, xtensa_read_register): Likewise.
117 (xtensa_hextochar): Removed.
118 (xtensa_init_reggroups): Replace xtensa_hextochar () by explicit code.
119
dbab50de
MG
1202011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
121
122 * xtensa-tdep.c (xtensa_c0reg_t): Update comments.
c2a6b390 123 (xtensa_call0_frame_cache_t): Update comments. New fields added.
dbab50de
MG
124 (xtensa_alloc_frame_cache): Add initialization for new fields.
125 (xtensa_frame_cache): Change the way how call0_frame_cache () is called.
126 (warning_once): New function.
127 (xtensa_insn_kind): New item c0opc_and.
128 (call0_classify_opcode): Add the case for AND instruction.
c2a6b390
MG
129 (call0_track_op): Change arguments. New local variable litbase.
130 Add the case to handle c0opc_and. Update algorithms for c0opc_mov,
131 c0opc_l32r, c0opc_s32i to take into account dynamic stack adjustments
132 in the prologue.
dbab50de 133 Add cases for c0opc_l32e, c0opc_s32e, c0opc_rfwo, c0opc_rfwu.
c2a6b390 134 (call0_analyze_prologue): Update the comments. Change arguments.
dbab50de
MG
135 Add the variety of updates to handle extended prologues, which now can
136 conduct dynamic stack adjustments.
137 (call0_frame_cache): Likewise.
138 (xtensa_skip_prologue): Update call0_analyze_prologue () function call.
139 (xtensa_gdbarch_init): Initialize xtensa_session_once_reported.
140
b2c04452
MS
1412011-03-10 Michael Snyder <msnyder@vmware.com>
142
f8f67713
MS
143 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
144 (cmd_qtframe): Ditto.
145 (cmd_qtbuffer): Ditto.
146 (cmd_bigqtbuffer): Ditto.
147
197f0a60
TT
1482011-03-10 Tom Tromey <tromey@redhat.com>
149
150 * tracepoint.c (trace_actions_command): Update.
151 * thread.c (thread_apply_command): Update.
152 * reverse.c (delete_bookmark_command): Update.
153 (bookmarks_info): Update.
154 * printcmd.c (undisplay_command): Update.
155 * memattr.c (mem_enable_command): Update.
156 (mem_disable_command): Update.
157 (mem_delete_command): Update.
158 * inferior.c (detach_inferior_command): Update.
159 (kill_inferior_command): Update.
160 (remove_inferior_command): Update.
161 * cli/cli-utils.h (struct get_number_or_range_state): New.
162 (init_number_or_range): Declare.
163 (get_number_or_range): Update.
164 * cli/cli-utils.c (init_number_or_range): New function.
165 (get_number_or_range): Change 'pp' parameter to 'state'. Remove
166 static variables.
167 (number_is_in_list): Update.
168 * breakpoint.h (get_tracepoint_by_number): Update.
169 * breakpoint.c (map_breakpoint_numbers): Update for change to
170 get_number_or_range.
171 (find_location_by_number): Use get_number, not
172 get_number_or_range.
173 (trace_pass_set_count): New function.
174 (trace_pass_command): Update for change to get_number_or_range.
175 Rework loop logic.
176 (get_tracepoint_by_number): Remove 'multi_p' parameter; add
177 'state' parameter.
178
ecec24e6
PM
1792011-03-10 Phil Muldoon <pmuldoon@redhat.com>
180
181 * python/py-param.c (add_setshow_generic): Add set/show callback
182 parameters. Register Python object context.
183 (get_show_value): New function.
184 (get_set_value): New function.
185 (call_doc_function): New function.
186 (get_doc_string): Move behind get_show_value/get_set_value.
187
6d6c6b1f
JK
1882011-03-10 Andreas Tobler <andreast-list@fgznet.ch>
189
190 * fbsd-nat.c (fbsd_make_corefile_notes): Constify local `fname'.
191
68d6df83
MG
1922011-03-09 Maxim Grigoriev <maxim2405@gmail.com>
193
dbab50de 194 * xtensa-tdep.c (xtensa_read_register): Add comment.
68d6df83
MG
195 (xtensa_write_register): Likewise.
196 (xtensa_hextochar): Add comment and update to match coding conventions.
197 (xtensa_frame_cache, xtensa_return_value): Follow coding conventions.
198 (execute_l32e, execute_s32e, execute_code): Update comments.
199 (xtensa_exception_handler_t): Update to match coding conventions.
200 (xtensa_insn_kind): Likewise.
201
85c9d6a6
MS
2022011-03-09 Michael Snyder <msnyder@vmware.com>
203
204 * mi-cmd-disas.c (mi_cmd_disassemble): Fix memory leak.
205
91495617
PA
2062011-03-09 Pedro Alves <pedro@codesourcery.com>
207
208 * nto-tdep.c (nto_find_and_open_solib): Constify local `base'.
209
eb8c0621
TT
2102011-03-09 Tom Tromey <tromey@redhat.com>
211
212 * thread.c (restore_selected_frame): Handle frame_level == -1.
213 (make_cleanup_restore_current_thread): Use
214 get_selected_frame_if_set.
215 * frame.h (get_selected_frame_if_set): Declare.
216 * frame.c (get_selected_frame_if_set): New function.
217
9f37bbcc
PA
2182011-03-09 Pedro Alves <pedro@codesourcery.com>
219
220 * cli/cli-cmds.c (shell_escape): Use lbasename.
221 * coffread.c (coff_start_symtab): Constify parameter.
222 (complete_symtab): Constify `name' parameter.
223 (coff_symtab_read): Constify `filestring' local.
224 (coff_getfilename): Constify return and `result' local.
225 Use lbasename.
226 * fbsd-nat.c (fbsd_make_corefile_notes): Use lbasename.
227 * linux-fork.c (info_checkpoints_command): Use lbasename.
228 * linux-nat.c (linux_nat_make_corefile_notes): Use lbasename.
229 * minsyms.c (lookup_minimal_symbol): Use lbasename.
230 * nto-tdep.c (nto_find_and_open_solib): Use lbasename.
231 * procfs.c (procfs_make_note_section): Use lbasename.
232 * tui/tui-io.c (printable_part): Constity return and parameter.
233 Use lbasename.
234 (print_filename): Constify parameters, and local `s'.
235 (tui_rl_display_match_list): Constify local `temp'.
236
f8de3c55
JK
2372011-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
238
239 Revert:
240 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
241 Fix DWARF-3+ DW_AT_accessibility default assumption.
242 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
243 cu->header.version >= 3.
244
d9837b00
YQ
2452011-03-09 Yao Qi <yao@codesourcery.com>
246
247 * common/Makefile.in: Remove.
248 * common/configure: Remove.
249 * common/configure.ac: Remove.
250
e637a4f5
YQ
2512011-03-09 Yao Qi <yao@codesourcery.com>
252
253 Revert:
254 2011-02-11 Yao Qi <yao@codesourcery.com>
255
256 * common/Makefile.in: Add copyright header.
257
258 2011-02-11 Yao Qi <yao@codesourcery.com>
259
260 * Makefile.in: Remove signals.o from COMMON_OBS. Link
261 libcommon.a.
262 * configure.ac: Add common to sub dir.
263 * configure: Regenerate.
264
f976a05d
MG
2652011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
266
267 * xtensa-tdep.c (call0_ret): New function.
268 (xtensa_skip_prologue): Speed up analysis.
269
57041825
MG
2702011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
271
272 * xtensa-tdep.c (xtensa_register_reggroup_p): Count in all registers
273 while executing MI command -data-list-changed-registers.
274
08b9c608
MG
2752011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
276
277 * xtensa-tdep.c (xtensa_read_register): New function.
278 (xtensa_write_register): New function.
279 (xtensa_find_register_by_name): New function.
280 (xtensa_windowed_frame_cache): Update comments in type description.
281 (xtensa_frame_cache): Likewise.
282 (xtensa_window_interrupt_insn): New function.
283 (xtensa_frame_cache): Add analysis for Xtensa Window Exception frames.
284 (xtensa_insn_kind): Add new instructions.
285 (rwx_special_register): New function.
286 (call0_classify_opcode): Add new instructions to the analysis.
287 (a0_saved, a7_saved, a11_saved): New variables.
288 (a0_was_saved, a7_was_saved, a11_was_saved): New variables.
289 (execute_l32e): New function.
290 (execute_s32e): New function.
291 (xtensa_exception_handler_t): New type.
292 (execute_code): New function.
293 (xtensa_window_interrupt_frame_cache): New function to conduct frame
294 analysis for Xtensa Window Exception handlers.
295
4d1acb11
MG
2962011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
297
98689b25
MG
298 * xtensa-tdep.c (TX_PS): New.
299 (windowing_enabled): Update to count for Call0 ABI.
300 (xtensa_hextochar): New.
301 (xtensa_init_reggroups): Make algorithm generic.
302 (xtensa_frame_cache): Use TX_PS on Tiny Xtensa.
303
3042011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
305
306 * xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): Update.
4d1acb11 307
d3f323f3
MS
3082011-03-08 Michael Snyder <msnyder@vmware.com>
309
3dcabaa8
MS
310 * i386-tdep.c (i386_follow_jump): Check return value of
311 target_read_memory.
312 (i386_analyze_struct_return): Ditto.
313 (i386_skip_probe): Ditto.
314 (i386_match_insn): Ditto.
315 (i386_skip_noop): Ditto.
316 (i386_analyze_frame_setup): Ditto.
317 (i386_analyze_register_saves): Ditto.
318 (i386_skip_prologue): Ditto.
319 (i386_skip_main_prologue): Ditto.
320
13b3fd9b
MS
321 * target.c (read_whatever_is_readable): Fix memory leak.
322
d3f323f3
MS
323 * i386-tdep.c (i386_process_record): Document fall through.
324
421d5c74
JK
3252011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
326
327 Fix DWARF-3+ DW_AT_accessibility default assumption.
328 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
329 cu->header.version >= 3.
330
63154eca
PA
3312011-03-08 Pedro Alves <pedro@codesourcery.com>
332
333 * remote.c (remote_check_symbols): Skip if the target has no
334 execution.
335
f1a507a1
JB
3362011-03-08 Joel Brobecker <brobecker@adacore.com>
337
338 * target.c (read_whatever_is_readable): Reformat comment,
339 with a minor typo fix. Minor reformatting of the code.
340
36073a92
YQ
3412011-03-08 Yao Qi <yao@codesourcery.com>
342
343 * arm-tdep.c: Remove prototype declaration displaced_in_arm_mode.
344 (displaced_read_reg): Add `dsc' parameter, remove `from' parameter.
345 Use cached result instead of calling displaced_in_arm_mode again.
346 (branch_write_pc, alu_write_pc, load_write_pc): Add `dsc' parameter.
347 (displaced_write_reg, copy_preload, copy_preload_reg): Callers update.
348 (cleanup_copro_load_store, copy_copro_load_store): Likewise.
349 (cleanup_branch, copy_bx_blx_reg, copy_alu_imm): Likewise.
350 (cleanup_alu_reg, copy_alu_reg, cleanup_alu_shifted_reg): Likewise.
351 (copy_alu_shifted_reg, cleanup_load, cleanup_store): Likewise.
352 (copy_extra_ld_st, copy_ldr_str_ldrb_strb): Likewise.
353 (cleanup_block_load_all, cleanup_block_store_pc): Likewise.
354 (cleanup_block_load_pc, copy_block_xfer): Likewise.
355 * arm-linux-tdep.c (arm_linux_copy_svc): Callers update.
356 (arm_catch_kernel_helper_return): Likewise.
357 * gdb/arm-tdep.h : Update function declarations.
358
d3f323f3 3592011-03-07 Michael Snyder <msnyder@vmware.com>
e6040cbd 360
e0e40094
MS
361 * dwarf2loc.c (indirect_pieced_value): Assert 'piece' not null.
362
0b2381f5
MS
363 * ser-unix.c (hardwire_get_tty_state): Stop memory leak.
364
0350914a
MS
365 * mi/mi-cmd-env.c (_initialize_mi_cmd_env): Free environment.
366
69feea6f
MS
367 * elfread.c (elf_symtab_read): Stop memory leak.
368
e6040cbd
MS
369 * main.c (captured_main): Fix memory leak.
370
052874e8
AS
3712011-03-07 Andreas Schwab <schwab@linux-m68k.org>
372
373 * ada-lang.c (compare_names): Call is_name_suffix with string1
374 instead of string2.
375
b11896a5
TT
3762011-03-07 Tom Tromey <tromey@redhat.com>
377
378 * xcoffread.c (xcoff_sym_fns): Update.
379 * symfile.h (struct sym_fns) <sym_read_psymbols>: New field.
380 (enum symfile_add_flags) <SYMFILE_NO_READ>: New constant.
381 * symfile.c (syms_from_objfile): Handle SYMFILE_NO_READ.
382 (symbol_file_add_with_addrs_or_offsets): Likewise.
383 (reread_symbols): Handle OBJF_PSYMTABS_READ.
384 * somread.c (som_sym_fns): Update.
385 * psymtab.h (require_partial_symbols): Declare.
386 * psymtab.c (require_partial_symbols): New function.
387 (ALL_OBJFILE_PSYMTABS_REQUIRED): New macro.
388 (ALL_OBJFILE_PSYMTABS): Undef.
389 (ALL_PSYMTABS): Move from psympriv.h.
390 (lookup_partial_symtab, find_pc_sect_psymtab)
391 (lookup_symbol_aux_psymtabs, relocate_psymtabs)
392 (find_last_source_symtab_from_partial)
393 (forget_cached_source_info_partial)
394 (print_psymtab_stats_for_objfile, read_symtabs_for_function)
395 (expand_partial_symbol_tables, read_psymtabs_with_filename)
396 (map_symbol_names_psymtab, map_symbol_filenames_psymtab)
397 (find_symbol_file_from_partial, map_matching_symbols_psymtab)
398 (expand_symtabs_matching_via_partial, maintenance_info_psymtabs):
399 Use ALL_OBJFILE_PSYMTABS_REQUIRED.
400 * psympriv.h (ALL_PSYMTABS): Move to psymtab.c.
401 * objfiles.h (OBJF_PSYMTABS_READ): New macro.
402 * objfiles.c (objfile_has_partial_symbols): Handle lazily-read
403 psymtabs.
404 * mipsread.c (ecoff_sym_fns): Update.
405 * machoread.c (macho_sym_fns): Update.
406 * elfread.c (elf_symfile_read): Set up for lazy psymtab reading.
407 (read_psyms): New function.
408 (elf_sym_fns, elf_sym_fns_gdb_index): Update.
409 (elf_sym_fns_lazy_psyms): New global.
410 * dwarf2read.c (dwarf2_initialize_objfile): Don't call
411 dwarf2_build_psymtabs.
412 * dbxread.c (aout_sym_fns): Update.
413 * coffread.c (coff_sym_fns): Update.
414
fda326dd
TT
4152011-03-07 Tom Tromey <tromey@redhat.com>
416
417 * infrun.c (print_exited_reason): Include inferior id and pid in
418 message.
419
aeaec162
TT
4202011-03-07 Tom Tromey <tromey@redhat.com>
421
422 * target.h (struct target_ops) <to_has_execution>: Add ptid_t
423 parameter.
424 (target_has_execution_1): Update.
425 (target_has_execution_current): Declare.
426 (target_has_execution): Call target_has_execution_current.
427 (default_child_has_execution): Update.
428 * target.c (default_child_has_execution): Add 'the_ptid'
429 parameter.
430 (target_has_execution_1): Likewise.
431 (target_has_execution_current): New function.
432 (add_target): Update.
433 (init_dummy_target): Update.
434 * remote-m32r-sdi.c (m32r_has_execution): New function.
435 (init_m32r_ops): Use it.
436 * record.c (record_core_has_execution): Now static. Add
437 'the_ptid' parameter.
438 * inferior.c (have_live_inferiors): Don't save current thread.
439 Use target_has_execution_1.
440
08e14083
YQ
4412011-03-07 Yao Qi <yao@codesourcery.com>
442
443 * Makefile.in (aclocal_m4_deps): Remove gnulib/m4/memcmp.m4.
444
c05d19c5
JB
4452011-03-07 Joel Brobecker <brobecker@adacore.com>
446
447 * elfread.c (elf_symtab_read): Minor reformatting.
448
3e6ef9e4
JB
4492011-03-07 Joel Brobecker <brobecker@adacore.com>
450
451 * objc-lang.c (selectors_info): Minor reformatting.
452
dbb8534f
JB
4532011-03-07 Joel Brobecker <brobecker@adacore.com>
454
455 * ada-lang.c (compare_names): Add FALLTHROUGH comment.
456
dd70cc93
JB
4572011-03-07 Joel Brobecker <brobecker@adacore.com>
458 Michael Snyder <msnyder@vmware.com>
459
460 * ada-valprint.c (ada_val_print_array): Move the declaration of
461 "byte_order" and "elttype" inside the block where these variables
462 are actually used. Remove some special handling for the case
463 where "elttype" and "eltlen" are null. Replace by a comment
464 and a couple of assertion checks.
465
b27cf2b3
MS
4662011-03-05 Michael Snyder <msnyder@vmware.com>
467
468 * source.c (add_path): Replace semicolon at end of block.
469 * dwarf2expr.c (execute_stack_op): Ditto.
470
5387a0c6
MF
4712011-03-05 Mike Frysinger <vapier@gentoo.org>
472
473 * bfin-tdep.c: Include sim-regno.h and gdb/sim-bfin.h.
474 * configure.tgt (bfin-*-*linux*): Define gdb_sim.
475 (bfin-*-*): Likewise.
476
e3aa49af
MS
4772011-03-05 Michael Snyder <msnyder@vmware.com>
478
82ae4854
MS
479 * dwarf2expr.c (execute_stack_op): Delete superfluous semicolon.
480 * mdebugread.c (parse_symbol): Ditto.
481 * parse.c (parse_exp_in_context): Ditto.
482 * source.c (add_path): Ditto.
483 * utils.c (gnu_debuglink_crc32): Ditto.
484 * varobj.c (variable_language): Ditto.
485
e3aa49af
MS
486 * linux-tdep.c (linux_get_siginfo_type): Stop memory leak.
487
154f592e
MS
4882011-03-04 Michael Snyder <msnyder@vmware.com>
489
da3ecdc6
MS
490 * linux-fork.c (inferior_call_waitptid): Fix copy/paste error.
491
9cc89665
MS
492 * symfile.c (simple_overlay_update): Check for null return value
493 from lookup_minimal_symbol.
494
154f592e
MS
495 * xml-syscall.c (syscall_start_syscall): Assert name is non null.
496
63ffa6ee
TJB
4972011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
498
499 * eval.c (parse_and_eval_address_1): Remove function.
500 * linespec.c (decode_indirect): Call parse_to_comma_and_eval
501 instead of parse_and_eval_address_1.
502 * value.h (parse_and_eval_address_1): Remove prototype.
503
a17d146e
MS
5042011-03-04 Michael Snyder <msnyder@vmware.com>
505
506 * remote.c (putpkt_binary): Document that case stmt falls through.
507
1a6a67de
TJB
5082011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
509
510 * breakpointc (print_it_typical): Move NULL check from here...
511 (print_bp_stop_message): ... to here.
512
488919c4
MS
5132011-03-04 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
514
515 * breakpoint.c (enable_command): Use break instead of continue,
516 and fill in a missing break.
517 (disable_command): Ditto.
518
1e182ce8
UW
5192011-03-04 Ulrich Weigand <ulrich.weigand@linaro.org>
520
521 * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.
522 (terminal_save_ours): Remove misleading comment.
523 (inflow_inferior_data_cleanup): Free ttystate.
524 (inflow_inferior_exit): Likewise.
525 (copy_terminal_info): Copy ttystate.
526
527 * serial.c (serial_copy_tty_state): New function.
528 * serial.h (serial_copy_tty_state): Add prototype.
529 (struct serial_ops): Add copy_tty_state callback.
530 * ser-base.c (ser_base_copy_tty_state): New function.
531 * ser-base.h (ser_base_copy_tty_state): Add prototype.
532 * ser-go32.c (dos_copy_tty_state): New function.
533 (dos_ops): Install copy_tty_state callback.
534 * ser-mingw.c (_initialize_ser_windows): Likewise.
535 * ser-pipe.c (_initialize_ser_pipe): Likewise.
536 * ser-unix.c (hardwire_copy_tty_state): New function.
537 (_initialize_ser_hardwire): Install it.
538
b2c5f112
MS
5392011-03-04 Michael Snyder <msnyder@vmware.com>
540
2abae994
MS
541 * breakpoint.c (create_breakpoint): Add missing break statement.
542
7f5936f9
MS
543 Reverting this patch:
544 * infcall.c (call_function_by_hand): Add break statements for lint.
545
b2c5f112
MS
546 Reverting this patch:
547 * cli/cli-script.c (script_from_file): Add break for lint.
548
42b1321c
MS
5492011-03-04 Michael Snyder <msnyder@vmware.com>
550
551 * solib.c (reload_shared_libraries_1): Close memory leak.
552
3e2a0cee
TT
5532011-03-03 Tom Tromey <tromey@redhat.com>
554
555 PR gdb/12538:
556 * dwarf2read.c (process_psymtab_comp_unit): Handle case where
557 DW_STRING is NULL.
558
58397cb7
MS
5592011-03-03 Michael Snyder <msnyder@vmware.com>
560
2e3fd767
MS
561 * remote-fileio.c (remote_fileio_func_fstat): Initialize all
562 fields of struct 'st' to zero.
563
58397cb7
MS
564 * tui/tui-winsource.c (tui_update_source_window_as_is): Initialize
565 sal.pspace before calling set_current_source_symtab_and_line.
566
ced54c8f
YQ
5672011-03-03 Yao Qi <yao@codesourcery.com>
568
569 * Makefile.in (configure-common): Remove. Let Makefile
570 in dir common to rebuild itself.
571 (common/Makefile): Likewise.
572
3351ea09
JB
5732011-03-03 Joel Brobecker <brobecker@adacore.com>
574
575 * utils.c (parse_escape): Add i18n markup in error message.
576
bf9f652a
YQ
5772011-03-03 Yao Qi <yao@codesourcery.com>
578
579 * gdb/arm-tdep.c (shifted_reg_val): Replace magic number 15 with
580 ARM_PC_REGNUM.
581 (thumb_get_next_pc_raw, arm_get_next_pc_raw): Likewise.
582 (displaced_write_reg, displaced_read_reg): Likewise.
583 (copy_ldr_str_ldrb_strb, cleanup_block_load_all): Likewise.
584 (cleanup_block_load_pc, copy_block_xfer): Likewise.
585 (cleanup_branch): Replace magic number 14 and 15 with
586 ARM_LR_REGNUM and ARM_PC_REGNUM respectively.
587
d42de051
MS
5882011-03-02 Michael Snyder <msnyder@vmware.com>
589
240f9570
MS
590 * maint.c (maintenance_do_deprecate): No need to check for NULL.
591
10dd8b54
MS
592 * cli/cli-script.c (script_from_file): Add break for lint.
593
b98bd911
MS
594 * mdebugread.c (parse_partial_symbols): Fix indent.
595
3494b66d
MS
596 * target-descriptions.c (tdesc_gdb_type): No need to call
597 xstrdup, callee saves a copy.
598
daac021a
MS
599 * printcmd.c (print_scalar_formatted): Use strncpy for safety.
600
c38d16a7
MS
601 * infcall.c (call_function_by_hand): Add break statements for lint.
602
905b671b
MS
603 * utils.c (parse_escape): Escape the escape char.
604
f2eb0bc8 605 * python/py-inferior.c (build_inferior_list): Error out if
2d565757
MS
606 PyList_Append fails.
607 (gdbpy_inferiors): Error out if build_inferior_list fails.
608
8c6a60d1
MS
609 * linux-nat.c (linux_nat_xfer_partial): Preserve errno around
610 a function call.
611
d42de051
MS
612 * record.c (record_restore): Move printf to before error return.
613
4db71c0b
YQ
6142011-03-02 Yao Qi <yao@codesourcery.com>
615
616 * arm-tdep.h (struct displaced_step_closure): Add two new fields
617 is_thumb and insn_size.
618 * arm-tdep.c (displaced_read_reg): Adjust correct pipeline offset
619 on both ARM and Thumb mode.
620 (arm_process_displaced_insn): Set is_thumb and insn_size.
621 (arm_displaced_init_closure): Handle both 16-bit and 32-bit.
622 (arm_displaced_step_fixup): Likewise.
623
a9dc8dcc
MS
6242011-03-01 Michael Snyder <msnyder@vmware.com>
625
53624a93
MS
626 * cli/cli-dump.c (dump_bfd_file): Check error return and warn.
627
77766669
MS
628 * jv-lang.c (evaluate_subexp_java): Conditional can't be true.
629
62d5b8da
MS
630 * dwarf2read.c (dwarf2_compute_name): NAME cannot be null here.
631
5e9e105f
MS
632 * cli/cli-dump.c (restore_binary_file): Validate ftell return value.
633
dc19db01
MS
634 * ada-lang.c (ada_make_symbol_completion_list): Replace malloc
635 with xmalloc.
636
5ce64950
MS
637 * ada-lang.c (aggregate_assign_others): Rename inner scope variable
638 which shadows function parameter.
639
a0aa2878
MS
640 * tracepoint.c (create_tsv_from_upload): Superfluous call
641 to xstrdup. Callee already calls xstrdup.
642
e325fb69
MS
643 * linespec.c (decode_line_1): Remove unnecessary null check.
644
21cbba77
MS
645 * tracepoint.c (scope_info): Fix mem leak, remove underused
646 variable.
647
63360adc
MS
648 * python/py-prettyprint.c (apply_val_pretty_printer): Remove
649 superfluous null check.
650
18ea20ac 651 * std-regs.c (value_of_builtin_frame_pc_reg): Frame can't be null.
23ce9890 652 (value_of_builtin_frame_fp_reg): Ditto.
18ea20ac 653
d014929c
MS
654 * event-top.c (display_gdb_prompt): Remove superfluous null check.
655
6e9130cf
MS
656 * python/py-prettyprint.c (apply_val_pretty_printer): VAL may
657 be null.
658
5f01dbc0
MS
659 * linespec.c (decode_line_1): Check for null before dereference.
660
d684ab85
MS
661 * reverse.c (record_restore): Move null-check to before pointer
662 dereference.
663
bfffb7e3
MS
664 * python/py-utils.c (gdbpy_obj_to_string): Delete unused variable.
665
a9dc8dcc
MS
666 * objc-lang.c (selectors_info): Add explanitory comment.
667 (classes_info): Ditto.
668
478fd957
UW
6692011-03-01 Ulrich Weigand <ulrich.weigand@linaro.org>
670
671 * arm-linux-tdep.c (ARM_LDR_PC_SP_4): Add define.
672 (arm_linux_restart_syscall_init): Handle both on-stack and in-kernel
673 versions of the trampoline. Handle Thumb vs. ARM addresses.
674 (arm_kernel_linux_restart_syscall_tramp_frame): New global.
675 (arm_linux_init_abi): Install it.
676 * arm-tdep.c (arm_psr_thumb_bit): Make global.
677 * arm-tdep.c (arm_psr_thumb_bit): Add prototype.
678
0480cefa
MS
6792011-02-28 Michael Snyder <msnyder@vmware.com>
680
ac50ab3b
MS
681 * ui-out.c (ui_out_field_core_addr): Make local char buffer
682 a little bigger, to avoid possibility of an overflow.
683
f63fbe86
MS
684 * breakpoint.c (breakpoint_adjustment_warning): Make local char
685 buffers a little bigger, to avoid possibility of an overflow.
686
9e91a352
MS
687 * coffread.c (coff_getfilename): Add check to avoid overflow.
688
f2eb0bc8 689 * objc-lang.c (selectors_info): Add a small safety margin to
28288541
MS
690 avoid overflow.
691 (classes_info): Error out on too long REGEXP.
692
098ab512
MS
693 * infrun.c (handle_inferior_event): Remove unused function call.
694
bcbd1de9
MS
695 * fork-child.c (fork_inferior): Remove ifdef'd code and
696 unused variable.
697
2e456570
MS
698 * linux-thread-db.c (attach_thread): Discard unused value.
699
14571dad
MS
700 * linux-nat.c (linux_handle_extended_wait): Delete unused variable.
701
a9cbf802
MS
702 * remote.c (remote_get_noisy_reply): Discard unused value.
703 (remote_vcont_resume): Ditto.
704 (remote_stop_ns): Ditto.
705
5715d26e
MS
706 * linespec.c (decode_objc): Delete unused variable.
707
4a9bca80
MS
708 * tui/tui-regs.c (tui_register_format): Delete unused variable.
709
f47fb265
MS
710 * dwarf2read.c (add_partial_symbol): Discard unused values.
711 (read_base_type): Delete unused variable.
712
e81cff30
MS
713 * dbxread.c (read_dbx_symtab): Discard unused value.
714
262acaeb
MS
715 * eval.c (evaluate_subexp_standard): Delete unused variable,
716 and discard unused values.
717
df983543
MS
718 * infcmd.c (_initialize_infcmd): Discard unused values.
719
89acf84d
MS
720 * stabsread.c (rs6000_builtin_type): Missing break statement.
721
ab8b8aca
MS
722 * dbxread.c (process_one_symbol): Discard unused value.
723
6b4511ab
MS
724 * coffread.c (coff_end_symtab): Delete unused variable.
725
e8e80198
MS
726 * dwarf2read.c (dw2_get_file_names): Discard unused value.
727 (dwarf2_add_typedef): Delete unused variable.
728 (read_namespace): Ditto.
729 (dwarf_decode_macros): Ditto.
730
976aa66e
MS
731 * m2-lang.c (evaluate_subexp_modula2): Discard unused variable.
732
5b92b49f
MS
733 * opencl-lang.c (evaluate_subexp_opencl): Discard unused value.
734
91e8df85
MS
735 * p-valprint.c (pascal_val_print): Discard unused value.
736
899500d6
MS
737 * utils.c (nquery): Call va_end before return;
738 (yquery): Ditto.
739 (query): Ditto.
740
0480cefa
MS
741 * proc-service.c (ps_plog): Call va_end before return.
742
fb6a3ed3
TT
7432011-02-28 Tom Tromey <tromey@redhat.com>
744
745 * python/python.c (gdbpy_value_cst): New global.
746 (_initialize_python): Initialize it.
747 * python/python-internal.h (gdbpy_value_cst): Declare.
748 * python/py-value.c (convert_value_from_python): Use
749 gdbpy_value_cst.
750
c05202a1
MS
7512011-02-28 Michael Snyder <msnyder@vmware.com>
752
e463f587
MS
753 * python/py-cmd.c (cmdpy_init): Fix memory leak.
754
c38eea1a
MS
755 * breakpoint.c (catch_syscall_completer): Free malloced list.
756
3ef09ab5
MS
757 * jv-lang.c (java_primitive_type_from_name): Add missing break.
758
8f9a01ee
MS
759 * opencl-lang.c (lval_func_check_validity): Rename inner variables.
760 (lval_func_check_synthetic_pointer): Ditto.
761 (lval_func_free_closure): Fix use-after-free.
c05202a1 762
477d0d57
TT
7632011-02-28 Tom Tromey <tromey@redhat.com>
764
765 * psymtab.c (expand_partial_symbol_tables): Use
766 ALL_OBJFILE_PSYMTABS.
767
20937029
JK
7682011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
769
770 * objc-lang.c (selectors_info): Error on too long REGEXP.
771
907b7f4f
MS
7722011-02-28 Michael Snyder <msnyder@vmware.com>
773
92e96192
MS
774 * python/py-param.c (set_parameter_value): Add missing
775 break statement.
776
907b7f4f
MS
777 * linux-record.c (record_linux_system_call): Add missing
778 break statement.
779
12c5a436
UW
7802011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
781
782 * breakpoint.c (print_one_breakpoint_location): Remove unused
783 argument PRINT_ADDRESS_BITS. Update callers.
784 (print_one_breakpoint): Likewise.
785
170b53b2
UW
7862011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
787
788 * breakpoint.c (wrap_indent_at_field): New function.
789 (print_breakpoint_location): Use it instead of WRAP_INDENT argument.
790 Allocate ui_stream locally instead of using STB argument.
791 (print_one_breakpoint_location): Update call.
792 * ui-out.c (ui_out_query_field): New function.
793 * ui-out.h (ui_out_query_field): Add prototype.
794
8ab1f94d
JB
7952011-02-28 Joel Brobecker <brobecker@adacore.com>
796
797 From Michael Snyder <msnyder@vmware.com>
798 * ada-exp.y (write_object_renaming): Add FALLTHROUGH comment.
799
7d488639
MS
8002011-02-27 Michael Snyder <msnyder@vmware.com>
801
ae179fba
MS
802 * objc-lang.c (selectors_info): Prevent string overrun.
803
086dbf66
MS
804 * tui/tui-stack.c (tui_get_function_from_frame): Fix off by one
805 error in strncpy.
806
f2eb0bc8 807 * symtab.c (rbreak_command): Move variable 'file_name' to
9c1e305a
MS
808 outer scope.
809
7d488639
MS
810 * d-valprint.c (dynamic_array_type): Avoid shadowing a function
811 param with a local variable of the same name.
812
3bd0f5ef
MS
8132011-02-27 Michael Snyder <msnyder@vmware.com>
814
815 * value.c (value_from_history_ref): New function.
816 * value.h (value_from_history_ref): Export.
817 * cli/cli-utils.c (get_number_trailer): Use value_from_history_ref
818 to parse value history references.
819 * cli/cli-utils.h (get_number_trailer): Update comment.
820
8212011-02-27 Michael Snyder <msnyder@vmware.com>
822
823 * inferior.c (detach_inferior_command): Use get_number_or_range.
824 (kill_inferior_command): Ditto.
825 (remove_inferior_command): Ditto.
826 (initialize_inferiors): Make command names plural.
827 Update help strings.
828
766062f6
MS
8292011-02-27 Michael Snyder <msnyder@vmware.com>
830
831 * darwin-nat-info.c: Fix comment typo.
832 * dwarf2expr.h: Ditto.
833 * fbsd-nat.c: Ditto.
834 * fbsd-nat.h: Ditto.
835 * frame-unwind.h: Ditto.
836 * frame.h: Ditto.
837 * hppa-hpux-tdep.c: Ditto.
838 * i386-linux-nat.c: Ditto.
839 * linux-nat.c: Ditto.
840 * nbsd-nat.c: Ditto.
841 * nbsd-nat.h: Ditto.
842 * ppc-linux-tdep.c: Ditto.
843 * serial.c: Ditto.
844 * ui-file.h: Ditto.
845 * tui/tui-winsource.c: Ditto.
846
f2c4ead5
MS
8472011-02-26 Michael Snyder <msnyder@vmware.com>
848
86b887df
MS
849 * breakpoint.c (reattach_breakpoints): Avoid resource leak (ui_file).
850
66fd3b1e
MS
851 * maint.c (maintenance_do_deprecate): Plug a memory leak.
852
8c814cdd
MS
853 * dwarf2loc.c (insert_bits): Avoid shadowing a function param
854 with a local variable of the same name.
855
6d5e094a 856 * i387-tdep.c (i387_supply_fxsave): Avoid shadowing a function
e5b3d7d6 857 param with a local variable of the same name.
6d5e094a 858 (i387_supply_xsave): Ditto.
e5b3d7d6 859
5eee517d
MS
860 * linux-low.c (linux_nat_xfer_osdata): Rename local variable so
861 that it does not shadow a function parameter.
862
8fbf6b93
MS
863 * i386-nat.c (i386_length_and_rw_bits): Document that case
864 statement is meant to fall through.
865
cb969d61
MS
866 * expprint.c (dump_subexp_body_standard): Document that case
867 statement is meant to fall through.
868
f2c4ead5
MS
869 * amd64-linux-tdep.c (amd64_linux_syscall_record): Delete
870 dead if statement. Condition can't be false.
871
b021a221
MS
8722011-02-25 Michael Snyder <msnyder@vmware.com>
873
874 * arm-tdep.c: Fix typos in comments.
875 * bsd-uthread.c: Ditto.
876 * completer.c: Ditto.
877 * corelow.c: Ditto.
878 * cp-namespace.c: Ditto.
879 * cp-support.c: Ditto.
880 * cris-tdep.c: Ditto.
881 * dbxread.c: Ditto.
882 * dwarf2read.c: Ditto.
883 * frame.h: Ditto.
884 * gdbtypes.h: Ditto.
885 * inferior.h: Ditto.
886 * mdebugread.c: Ditto.
887 * mips-tdep.c: Ditto.
888 * ppc-linux-nat.c: Ditto.
889 * ppc-linux-tdep.c: Ditto.
890 * printcmd.c: Ditto.
891 * sol-thread.c: Ditto.
892 * solib-frv.c: Ditto.
893 * solist.h: Ditto.
894 * sparc64-tdep.c: Ditto.
895 * spu-tdep.c: Ditto.
896 * stabsread.c: Ditto.
897 * symfile.c: Ditto.
898 * valops.c: Ditto.
899 * varobj.c: Ditto.
900 * vax-nat.c: Ditto.
901 * python/py-block.c: Ditto.
902 * python/py-symbol.c: Ditto.
903 * python/py-symtab.c: Ditto.
904 * python/py-value.c: Ditto.
905 * tui/tui-win.c: Ditto.
906
c82c0b55
MS
9072011-02-25 Michael Snyder <msnyder@vmware.com>
908
909 * inferior.c (print_inferior): Accept a string instead of an int
910 for requested_inferiors, and use get_number_or_range to parse it.
911 (info_inferiors_command): Pass args string to print_inferior.
912 (initialize_inferiors): Change help string for info inferiors.
913 * inferior.h (print_inferior): Export prototype change.
914
ee00cd23
TT
9152011-02-25 Tom Tromey <tromey@redhat.com>
916
917 * common/ax.def (invalid2): Set to 0x31.
918
0502ed8c
JK
9192011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
920
921 * dwarf2loc.c (disassemble_dwarf_expression) <DW_OP_breg[0-9]+>: Use
922 L and plongest.
923 (disassemble_dwarf_expression) <DW_OP_bregx>: Drop variable offset,
924 use L and plongest.
925 (disassemble_dwarf_expression) <DW_OP_fbreg>: Use L and plongest.
926
2c9de912
MS
9272011-02-24 Michael Snyder <msnyder@vmware.com>
928
929 * Makefile.in (clean): Make clean should remove generated files
930 observer.h and observer.inc.
931
a04b0428
JB
9322011-02-24 Joel Brobecker <brobecker@adacore.com>
933
934 Revert the following patch (not approved yet):
935 2011-02-21 Hui Zhu <teawater@gmail.com>
936 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
937 * ax-gdb.c (gen_printf_expr_callback): New function.
938 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
939 * ax-general.c (ax_memcpy): New function.
940 (ax_print): Handle "printf".
941 (ax_reqs): Ditto.
942 * ax.h (ax_memcpy): Forward declare.
943 * common/ax.def (invalid2): Removed.
944 (printf): New entry.
945 * printcmd.c (printcmd.h): New include.
946 (string_printf): New function.
947 (ui_printf): Removed.
948 (printf_command): Remove static. Call string_printf.
949 (eval_command): Call string_printf.
950 * printcmd.h: New file.
951 * tracepoint.c (validate_actionline,
952 encode_actions_1): handle printf_command.
953
2b52013f
TT
9542011-02-23 Tom Tromey <tromey@redhat.com>
955
956 * ax-general.c (ax_pick): Add missing newline.
957
e5a67952
MS
9582011-02-23 Michael Snyder <msnyder@vmware.com>
959
960 * breakpoint.c (breakpoint_1): Change first argument from an int
961 to a char pointer, so that the function now accepts a list of
f2eb0bc8 962 breakpoints rather than just one. Use new function
e5a67952
MS
963 'number_is_in_list' to implement.
964 (breakpoints_info): Pass char * instead of int to breakpoint_1.
965 (watchpoints_info): Ditto.
966 (tracepoints_info): Ditto.
967 (maintenance_info_breakpoints): Ditto.
968 (_initialize_breakpoint): Update help strings to reflect the fact
969 that these functions can now take more than one argument.
970 * cli/cli-utils.c (number_is_in_list): New function.
971 * cli/cli-utils.h (number_is_in_list): Export.
972
9732011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
974
975 * memattr.c (mem_enable_command): Use get_number_or_range.
976 (mem_disable_command): Ditto.
977 (mem_delete_command): Ditto.
978 (_initialize_mem): Tweak usage message to reflect multiple
979 arguments.
980
6e6fbe60
DE
9812011-02-22 Doug Evans <dje@google.com>
982
983 Add gdb.lookup_global_symbol python function.
984 * NEWS: Add entry.
985 * python/py-symbol.c (gdbpy_lookup_global_symbol): New function.
986 * python/python-internal.h (gdbpy_lookup_global_symbol): Declare it.
987 * python/python.c (GdbMethods): Add entry for lookup_global_symbol.
988
79b97fa8
TT
9892011-02-22 Tom Tromey <tromey@redhat.com>
990
991 * language.c (language_class_name_from_physname): Rename
992 'curr_language' argument to 'lang'; use in body.
993
298f437a
MS
9942011-02-22 Michael Snyder <msnyder@vmware.com>
995
996 * cli/cli-utils.c (number_is_in_list): Check for zero return.
997
b7ea3126
PA
9982011-02-22 Pedro Alves <pedro@codesourcery.com>
999
1000 * frame-unwind.h: Fix comment to mention the this frame, not the
1001 next.
1002
58ee6d60
TT
10032011-02-22 Tom Tromey <tromey@redhat.com>
1004
1005 * symfile.c (auto_solib_limit): Remove.
1006 * symfile.h (auto_solib_limit): Remove.
1007
36238dbc
JB
10082011-02-22 Joel Brobecker <brobecker@adacore.com>
1009
1010 * Makefile.in (INSTALLED_LIBS): Delete. Update comment.
1011
aea5b279
MS
10122011-02-21 Michael Snyder <msnyder@vmware.com>
1013
1014 * gdbthread.h (print_thread_info): Change prototype.
1015 * thread.c (print_thread_info): Accept char* instead of int for
1016 requested_threads argument. Use new function number_is_in_list
1017 to determine which threads to list.
1018 (info_threads_command): Pass char* to print_thread_info.
1019 * cli/cli-utils.c (number_is_in_list): New function.
1020 * cli/cli-utils.h (number_is_in_list): Export.
f2eb0bc8 1021 * mi/mi-main.c (mi_cmd_thread_info): Pass char* to
aea5b279
MS
1022 print_thread_info.
1023 (print_one_inferior): Ditto.
1024 (mi_cmd_list_thread_groups): Ditto.
1025
8caa75ee
JK
10262011-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1027
1028 * common/Makefile.in (CFLAGS): New.
1029 (COMPILE): Add $(CFLAGS).
1030
ea666128
TT
10312011-02-21 Tom Tromey <tromey@redhat.com>
1032
1033 * breakpoint.c (catch_syscall_command_1): Fix typo.
1034
e9cafbcc
TT
10352011-02-21 Tom Tromey <tromey@redhat.com>
1036
1037 * reverse.c: Include cli-utils.h.
1038 * printcmd.c: Include cli-utils.h.
1039 (string_printf): Use skip_spaces.
1040 * cli/cli-utils.h: New file.
1041 * cli/cli-utils.c: New file.
1042 * cli/cli-dump.h (skip_spaces): Move to cli-utils.h.
1043 * cli/cli-dump.c (skip_spaces): Move to cli-utils.c.
1044 * breakpoint.h (get_number, get_number_or_range): Move to
1045 cli-utils.h.
1046 * breakpoint.c: Include cli-utils.h.
1047 (get_number_trailer, get_number, get_number_or_range)
1048 (ep_skip_leading_whitespace): Move to cli-utils.c.
1049 (create_breakpoint_sal, find_condition_and_thread)
1050 (decode_static_tracepoint_spec, watch_command_1)
1051 (watch_maybe_just_location, ep_parse_optional_if_clause)
1052 (catch_fork_command_1, catch_exec_command_1)
1053 (catch_syscall_command_1): Use skip_spaces, skip_to_space.
1054 * Makefile.in (SUBDIR_CLI_OBS): Add cli-utils.o.
1055 (SUBDIR_CLI_SRCS): Add cli-utils.c.
1056 (HFILES_NO_SRCDIR): Add cli-utils.h.
1057 (cli-utils.o): New target.
1058
f67fd822
PM
10592011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
1060
1061 * remote.c (remote_close): Reset INFERIOR_PTID to NULL_PTID
1062 before calling discard_all_inferiors.
1063
c9def01d
UW
10642011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
1065
1066 * opencl-lang.c (STRUCT_OCL_TYPE): Remove.
1067 (struct builtin_opencl_type): Remove.
1068 (builtin_opencl_type): Change return type to "struct type **".
1069 (lookup_opencl_vector_type): Update caller.
1070 (opencl_language_arch_info): Copy primitive type vector from gdbarch.
1071 (build_opencl_types): Install plain array of "struct type *"
1072 instead of "struct builtin_opencl_type".
1073
e3039479
UW
10742011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1075 Ulrich Weigand <uweigand@de.ibm.com>
1076
1077 * arm-linux-nat.c: Include "observer.h" and "gdbthread.h".
1078 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define.
1079 (struct arm_linux_hwbp_cap): New type.
1080 (arm_linux_get_hwbp_cap): New function.
1081 (arm_linux_get_hw_breakpoint_count): Likewise.
1082 (arm_linux_get_hw_watchpoint_count): Likewise.
1083 (arm_linux_can_use_hw_breakpoint): Likewise.
1084 (arm_hwbp_type): New type.
1085 (arm_hwbp_control_t): Likewise.
1086 (struct arm_linux_hw_breakpoint): Likewise.
1087 (struct arm_linux_thread_points): Likewise.
1088 (arm_threads): New global variable.
1089 (arm_linux_find_breakpoints_by_tid): New function.
1090 (arm_hwbp_control_initialize): Likewise.
1091 (arm_hwbp_control_is_enabled): Likewise.
1092 (arm_hwbp_control_disable): Likewise.
1093 (arm_linux_hw_breakpoint_initialize): Likewise.
1094 (arm_linux_get_hwbp_type): Likewise.
1095 (arm_linux_hw_watchpoint_initialize): Likewise.
1096 (arm_linux_hw_breakpoint_equal): Likewise.
1097 (arm_linux_insert_hw_breakpoint1): Likewise.
1098 (arm_linux_remove_hw_breakpoint1): Likewise.
1099 (arm_linux_insert_hw_breakpoint): Likewise.
1100 (arm_linux_remove_hw_breakpoint): Likewise.
1101 (arm_linux_region_ok_for_hw_watchpoint): Likewise.
1102 (arm_linux_insert_watchpoint): Likewise.
1103 (arm_linux_remove_watchpoint): Likewise.
1104 (arm_linux_stopped_data_address): Likewise.
1105 (arm_linux_stopped_by_watchpoint): Likewise.
1106 (arm_linux_watchpoint_addr_within_range): Likewise.
1107 (arm_linux_new_thread): Likewise.
1108 (arm_linux_thread_exit): Likewise.
1109 (_initialize_arm_linux_nat): Install hardware breakpoint/watchpoint
1110 related target callbacks. Register arm_linux_new_thread and
1111 arm_linux_thread_exit.
1112 * arm-tdep.h (arm_pc_is_thumb): Add prototype.
1113 * arm-tdep.c (arm_pc_is_thumb): Make global.
1114 (arm_gdbarch_init): Call set_gdbarch_have_nonsteppable_watchpoint.
1115
b5db5dfc
UW
11162011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
1117
1118 * breakpoint.c (update_watchpoint): Do not attempt to recreate
1119 per-frame locations while within a function epilogue.
1120
e25b2cfa
PM
11212011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
1122
1123 * ser-mingw.c (ser_windows_close): Reformat comment to better conform
1124 to GNU coding standards.
1125
4af53f97
PM
11262011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
1127
1128 Allow use of mingw native on Windows 95 OS.
e25b2cfa 1129 * ser-mingw.c (CancelIo): New macro for dynamically loaded DLL entry.
4af53f97
PM
1130 (ser_windows_close): Only call CancelIo if function exists.
1131 (_initialize_ser_windows): Use LoadLirary/GetProcAddress
1132 to check for existence of CancelIo function in kernel32 DLL.
1133
d0e92d82
HZ
11342011-02-21 Hui Zhu <teawater@gmail.com>
1135
1136 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
1137 * ax-gdb.c (gen_printf_expr_callback): New function.
1138 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
1139 * ax-general.c (ax_memcpy): New function.
1140 (ax_print): Handle "printf".
1141 (ax_reqs): Ditto.
1142 * ax.h (ax_memcpy): Forward declare.
1143 * common/ax.def (invalid2): Removed.
1144 (printf): New entry.
1145 * printcmd.c (printcmd.h): New include.
1146 (string_printf): New function.
1147 (ui_printf): Removed.
1148 (printf_command): Remove static. Call string_printf.
1149 (eval_command): Call string_printf.
1150 * printcmd.h: New file.
1151 * tracepoint.c (validate_actionline,
1152 encode_actions_1): handle printf_command.
1153
7d357efd
MS
11542011-02-19 Michael Snyder <msnyder@vmware.com>
1155
1156 * reverse.c (delete_one_bookmark): Argument is now bookmark
1157 id rather than pointer to bookmark struct.
1158 (delete_bookmark_command): Use get_number_or_range.
1159 (goto_bookmark_command): Parse with get_number instead of strtoul.
1160 (bookmark_1): New function. Print info for one bookmark.
1161 (bookmarks_info): Use get_number_or_range and bookmark_1.
1162
7a45ebd7
MS
11632011-02-18 Michael Snyder <msnyder@vmware.com>
1164
f2eb0bc8 1165 * thread.c (info_threads_command): Re-implement using
7a45ebd7 1166 get_number_or_range.
65ebfb52 1167 (thread_apply_command): Ditto.
7a45ebd7 1168
94d5e490
TT
11692011-02-18 Tom Tromey <tromey@redhat.com>
1170
1171 * common/ax.def: New file.
1172 * ax.h (enum agent_op): Use ax.def.
1173 * ax-general.c (aop_map): Use ax.def.
1174
c7f96d2b
TT
11752011-02-18 Tom Tromey <tromey@redhat.com>
1176
1177 * ax-general.c (aop_map): Add pick and rot.
1178 * dwarf2loc.c (compile_dwarf_to_ax) <DW_OP_over>: Reimplement.
1179 <DW_OP_rot>: Implement.
1180 * ax.h (enum agent_op) <aop_pick, aop_rot>: New constants.
1181 (ax_pick): Declare.
1182 * ax-general.c (ax_pick): New function.
1183
66694b75
TT
11842011-02-18 Tom Tromey <tromey@redhat.com>
1185
1186 * Makefile.in (HFILES_NO_SRCDIR): Don't mention ada-operator.inc.
1187
eeaafae2
JK
11882011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1189 Tom Tromey <tromey@redhat.com>
1190
1191 * cp-support.c (make_symbol_overload_list_namespace): Do not call
1192 make_symbol_overload_list_block with NULL BLOCK.
1193 * valarith.c (unop_user_defined_p): Resolve also TYPE_CODE_TYPEDEF.
1194
3c3fe74c
PA
11952011-02-18 Pedro Alves <pedro@codesourcery.com>
1196
1197 * breakpoint.c (get_number_trailer): No longer accept a NULL PP.
1198 * breakpoint.h (get_number_or_range): Declare.
1199 * printcmd.c (ALL_DISPLAYS): Declare.
1200 (delete_display): Reimplement taking a display pointer.
1201 (undisplay_command): Accept a range of displays to delete, using
1202 get_number_or_range.
1203
13163d80
PM
12042011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
1205
1206 * c-valprint.c (c_val_print): Add embedded_offset to address
1207 for arrays of unspecified length.
1208 * p-valprint.c (pascal_val_print): Likewise.
1209
b434a28f
YQ
12102011-02-18 Yao Qi <yao@codesourcery.com>
1211
1212 * gdb/arm-tdep.c (arm_displaced_step_copy_insn): Move code to ...
1213 (arm_process_displaced_insn): .. here. Remove parameter INSN.
1214 (thumb_process_displaced_insn): New.
1215 * gdb/arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Update
1216 call to arm_process_displaced_insn.
1217 * gdb/arm-tdep.h : Update declaration of arm_process_displaced_insn.
1218
9f6f94ff
TT
12192011-02-17 Tom Tromey <tromey@redhat.com>
1220
1221 * dwarf2loc.h (dwarf2_compile_expr_to_ax): Declare.
1222 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Rename from
1223 compile_dwarf_to_ax. No longer static. Call
1224 dwarf2_compile_cfa_to_ax.
1225 (locexpr_tracepoint_var_ref): Update.
1226 (loclist_tracepoint_var_ref): Update.
1227 * dwarf2-frame.h (dwarf2_compile_cfa_to_ax): Declare.
1228 * dwarf2-frame.c (execute_cfa_program): Remove 'this_frame'
1229 argument; add 'gdbarch' and 'pc'.
1230 (dwarf2_compile_cfa_to_ax): New function.
1231 (dwarf2_frame_cache): Update.
1232
e67ad678
JB
12332011-02-17 Joel Brobecker <brobecker@adacore.com>
1234
1235 * ada-lang.c (ada_type_of_array): Fix the size of the array
1236 in the case of an unconstrained packed array.
1237
946ebb0d
YQ
12382011-02-17 Yao Qi <yao@codesourcery.com>
1239
1240 * common/Makefile.in: Add more targets for make.
1241
1ba1b353
TT
12422011-02-16 Tom Tromey <tromey@redhat.com>
1243
1244 * dwarf2loc.c (unimplemented): Fix typo.
1245
b1bfef65
TT
12462011-02-16 Tom Tromey <tromey@redhat.com>
1247
1248 * dwarf2loc.c (unimplemented): Handle unnamed opcodes.
1249 (compile_dwarf_to_ax) <default>: Use unimplemented.
1250 <DW_OP_deref>: Update.
1251 (disassemble_dwarf_expression): Update.
1252 * dwarf2read.c (dwarf_stack_op_name): Remove 'def' argument.
1253 (decode_locdesc): Update.
1254 * dwarf2expr.h (dwarf_stack_op_name): Update.
1255
5f1e6f19
TT
12562011-02-16 Tom Tromey <tromey@redhat.com>
1257
1258 * ax.h (struct aop_map) <name>: Now const.
1259
a0c78a73
PA
12602011-02-16 Tom Tromey <tromey@redhat.com>
1261
1262 * ax-gdb.c.c (gen_expr) <UNOP_MEMVAL>: Handle value kinds other
1263 than axs_rvalue.
1264
946ebb0d 12652011-02-16 Yao Qi <yao@codesourcery.com>
a42244db
YQ
1266
1267 * infrun.c (get_displaced_step_closure_by_addr): New.
1268 * inferior.h: Declare it.
1269 * arm-tdep.c: (arm_pc_is_thumb): Call
1270 get_displaced_step_closure_by_addr. Adjust MEMADDR if it
1271 returns non-NULL.
1272
08807d5a
PA
12732011-02-16 Pedro Alves <pedro@codesourcery.com>
1274 Jan Kratochvil <jan.kratochvil@redhat.com>
1275
1276 gdb/
1277 * tracepoint.c (memrange_sortmerge): Fix list A's end calculation.
1278
29976f3f
PA
12792011-02-16 Pedro Alves <pedro@codesourcery.com>
1280 Jan Kratochvil <jan.kratochvil@redhat.com>
1281
1282 * value.c (value_contents_copy_raw): Extend describing comment.
1283 Assert that the destination contents we're overwriting are wholly
1284 available.
fb68ae73 1285 (value_contents_copy): Extend describing comment.
29976f3f 1286
cd24cfaa
PA
12872011-02-16 Pedro Alves <pedro@codesourcery.com>
1288 Jan Kratochvil <jan.kratochvil@redhat.com>
1289
1290 * value.c (value_available_contents_eq): Remove redundant local
1291 variables. Fix available contents comparision.
1292 * value.h (value_available_contents_eq): Extend describing
1293 comment.
1294
60bbf338
YQ
12952011-02-16 Yao Qi <yao@codesourcery.com>
1296
1297 * thread.c (info_threads_command): Add missing i18n markup and remove
1298 trailing newline.
1299
17450429
PP
13002011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
1301
1302 * breakpoint.c (longjmp_names): New variable.
1303 (struct breakpoint_objfile_data): New type.
1304 (breakpoint_objfile_key): New variable.
1305 (msym_not_found): New variable.
1306 (msym_not_found_p): New predicate.
1307 (get_breakpoint_objfile_data): New function.
1308 (create_overlay_event_breakpoint): Check per-objfile cache for
1309 symbols first.
1310 (create_longjmp_master_breakpoint): Likewise.
1311 (create_std_terminate_master_breakpoint): Likewise.
1312 (create_exception_master_breakpoint): Likewise.
1313 (_initialize_breakpoint): Register per-objfile data key.
1314
af02033e
PP
13152011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
1316
1317 * breakpoint.c ((create_overlay_event_breakpoint): Const-propagate
1318 parameter value.
1319 (create_longjmp_master_breakpoint): Loop over longjmp names.
1320 (create_std_terminate_master_breakpoint): Const-propagate parameter
1321 value.
1322 (update_breakpoints_after_exec): Adjust.
1323 (breakpoint_re_set): Adjust.
1324
60f98dde
MS
13252011-02-15 Michael Snyder <msnyder@vmware.com>
1326
cdf99611
MS
1327 * thread.c (info_threads_command): Process arg as thread id,
1328 or list of thread ids.
1329 (thread_find_command): New command.
1330 (_initialize_thread): Document argument for info threads.
1331 Document 'thread find' command.
1332 * NEWS: Document new command "thread find".
60f98dde 1333
0feedb2c
JK
13342011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1335
1336 * Makefile.in (ACLOCAL_AMFLAGS): Add `-I ../config'.
1337 * aclocal.m4: Regenerated with aclocal-1.11.1.
1338 * common/configure: Regenerate with autoconf-2.64.
1339
648cd113
KW
13402011-02-15 Ken Werner <ken.werner@de.ibm.com>
1341
1342 * opencl-lang.c (build_opencl_types): Set the size of the built-in
1343 bool data type to a size of one byte.
1344
5657161f
PA
13452011-02-15 Pedro Alves <pedro@codesourcery.com>
1346 Jan Kratochvil <jan.kratochvil@redhat.com>
1347
1348 * target.c (memory_xfer_live_readonly_partial): Document where to
1349 look for interface description.
1350
494e194e
YQ
13512011-02-15 Yao Qi <yao@codesourcery.com>
1352
1353 PR tdep/12352
1354 * arm-tdep.c (copy_ldr_str_ldrb_strb): Replace PC with SP in
1355 order to store PC value on stack instead of text section.
1356
d9492458
TJB
13572011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
1358
1359 * rs6000-tdep.c (IS_EFP_PSEUDOREG): Use correct constant for
1360 the EFP register set size.
1361 (efpr_pseudo_register_read): Use regcache_raw_read_part to read
1362 data from the VMX register.
1363 (efpr_pseudo_register_write): Use regcache_raw_write_part to read
1364 and write data from/to the VMX register.
1365
cdf99611
MS
13662011-02-14 Michael Snyder <msnyder@vmware.com>
1367
1368 * command.h (enum command_class): New class 'no_set_class', for
1369 "show" commands without a corresponding "set" command.
1370 * value.c (_initialize_values): Use 'no_set_class' for "show values".
1371 * copying.c (_initialize_copying): Ditto for "show copying" and
1372 "show warranty".
1373 * cli/cli-cmds.c (init_cli_cmds): Ditto for "show commands" and
1374 "show version".
1375 * cli/cli-setshow.c (cmd_show_list): Skip "show" commands for
1376 which there is no corresponding "set" command (eg. "show copying").
1377
424447ee
PA
13782011-02-14 Pedro Alves <pedro@codesourcery.com>
1379 Jan Kratochvil <jan.kratochvil@redhat.com>
1380
1381 * exec.c (section_table_available_memory): Change `len' parameter
1382 type to ULONGEST.
1383 * exec.h (section_table_available_memory): Ditto.
1384 * value.h (read_value_memory): Rename the `offset' parameter to
1385 `embedded_offset'.
1386
c0f61f9c 13872011-02-14 Pedro Alves <pedro@codesourcery.com>
e0ccc0c7 1388 Jan Kratochvil <jan.kratochvil@redhat.com>
c0f61f9c
PA
1389
1390 * memrange.c (compare_mem_ranges): Mention sort order in
1391 describing comment.
1392 (normalize_mem_ranges): Add comment. Fix ra->length calculation.
1393 * tracepoint.c (traceframe_available_memory): Extend comment to
1394 mention what happens to RESULT when the target does not support
1395 the query.
1396
6bfc80c7
PA
13972011-02-14 Pedro Alves <pedro@codesourcery.com>
1398 Jan Kratochvil <jan.kratochvil@redhat.com>
1399
1400 * value.c (mark_value_bytes_unavailable): Fix indexing the `bef'
1401 range.
1402
e7303042
PA
14032011-02-14 Pedro Alves <pedro@codesourcery.com>
1404
1405 * value.c (value_bits_valid, value_bits_synthetic_pointer):
1406 No longer handle NULL values.
1407
8af8e3bc
PA
14082011-02-14 Pedro Alves <pedro@codesourcery.com>
1409
1410 * exceptions.h (NOT_AVAILABLE_ERROR): New error.
1411 * value.c: Include "exceptions.h".
1412 (require_available): Throw NOT_AVAILABLE_ERROR instead of a
1413 generic error.
1414 * cp-abi.c: Include gdb_assert.h.
1415 (baseclass_offset): Add `embedded_offset' and `val' parameters.
1416 Assert the method is implemented. Wrap NOT_AVAILABLE_ERROR
1417 errors.
1418 * cp-abi.h (baseclass_offset): Add `embedded_offset' and `val'
1419 parameters. No longer returns -1 on error.
1420 (struct cp_abi_ops) <baseclass_offset>: Add `embedded_offset' and
1421 `val' parameters.
1422 * cp-valprint.c: Include exceptions.h.
1423 (cp_print_value): Handle NOT_AVAILABLE_ERROR errors when fetching
1424 the baseclass_offset. Handle unavailable base classes. Use
1425 val_print_invalid_address.
1426 * p-valprint.c: Include exceptions.h.
1427 (pascal_object_print_value): Handle NOT_AVAILABLE_ERROR errors
1428 when fetching the baseclass_offset. No longer expect
1429 baseclass_offset returning -1. Handle unavailable base classes.
1430 Use val_print_invalid_address.
1431 * valops.c (dynamic_cast_check_1): Rename `contents' parameter to
1432 `valaddr' parameter, and change its type to gdb_byte pointer. Add
1433 `embedded_offset' and `val' parameters. Adjust.
1434 (dynamic_cast_check_2): Rename `contents' parameter to `valaddr'
1435 parameter, and change its type to gdb_byte pointer. Add
1436 `embedded_offset' and `val' parameters. Adjust. No longer expect
1437 baseclass_offset returning -1.
1438 (value_dynamic_cast): Use value_contents_for_printing rather than
1439 value_contents. Adjust.
1440 (search_struct_field): No longer expect baseclass_offset returning
1441 -1.
1442 (search_struct_method): If reading memory from the target is
1443 necessary, wrap it in a new value to pass to baseclass_offset. No
1444 longer expect baseclass_offset returning -1.
1445 (find_method_list): No longer expect baseclass_offset returning
1446 -1. Use value_contents_for_printing rather than value_contents.
1447 * valprint.c (val_print_invalid_address): New function.
1448 * valprint.h (val_print_invalid_address): Declare.
1449 * gdbtypes.c (is_unique_ancestor_worker): New `embedded_offset'
1450 and `val' parameters. No longer expect baseclass_offset returning
1451 -1. Adjust.
1452 * gnu-v2-abi.c: Include "exceptions.h".
1453 (gnuv2_baseclass_offset): Add `embedded_offset' and `val'
1454 parameters. Handle unavailable memory. Recurse through
1455 gnuv2_baseclass_offset directly, rather than through
1456 baseclass_offset. No longer returns -1 on not found, instead
1457 throw an error.
1458 * gnu-v3-abi.c (gnuv3_baseclass_offset): Add `embedded_offset' and
1459 `val' parameters. Adjust.
1460
1b28d0b3
PA
14612011-02-14 Pedro Alves <pedro@codesourcery.com>
1462
1463 * tracepoint.c (memrange_sortmerge): Don't merge ranges that are
1464 almost but not quite adjacent.
1465
ec0a52e1
PA
14662011-02-14 Pedro Alves <pedro@codesourcery.com>
1467
1468 * value.h (value_entirely_available): Declare.
1469 * value.c (value_entirely_available): New function.
1470 * c-valprint.c (c_value_print): Don't try fetching the pointer's
1471 real type if the pointer is unavailable.
1472
24e6bcee
PA
14732011-02-14 Pedro Alves <pedro@codesourcery.com>
1474
1475 * valops.c (value_repeat): Use read_value_memory instead of
1476 read_memory.
1477
39d37385
PA
14782011-02-14 Pedro Alves <pedro@codesourcery.com>
1479
1480 * value.h (value_contents_copy, value_contents_copy_raw): Declare.
1481 * value.c (value_contents_copy_raw, value_contents_copy): New
1482 functions.
1483 (value_primitive_field): Use value_contents_copy_raw instead of
1484 memcpy.
1485 * valops.c (value_fetch_lazy): Use value_contents_copy instead of
1486 memcpy.
1487 (value_array, value_slice): Ditto.
1488 * valarith.c (value_subscripted_rvalue): Use
1489 value_contents_copy_raw instead of memcpy.
1490
a3d34bf4
PA
14912011-02-14 Pedro Alves <pedro@codesourcery.com>
1492
1493 <unavailable> references.
1494
1495 * valops.c (get_value_at): Use value_from_contents_and_address,
1496 avoiding read_memory.
1497
9fc6d940
PA
14982011-02-14 Pedro Alves <pedro@codesourcery.com>
1499
1500 * c-valprint.c (c_val_print): Print a string with unavailable
1501 contents as an array.
1502
5467c6c8
PA
15032011-02-14 Pedro Alves <pedro@codesourcery.com>
1504
1505 * value.h (unpack_bits_as_long): Delete declaration.
1506 (unpack_value_bits_as_long): Declare.
1507 (unpack_value_field_as_long): Declare.
1508 (value_field_bitfield): Declare.
1509 * value.c (unpack_bits_as_long): Rename to...
1510 (unpack_value_bits_as_long_1): ... this. Add embedded_offset and
1511 value parameters. Return the extracted result in a new output
1512 parameter. If the value contents are unavailable, return false,
1513 otherwise return true.
1514 (unpack_value_bits_as_long): New.
1515 (unpack_field_as_long): Rename to...
1516 (unpack_value_field_as_long_1): ... this. Add embedded_offset and
1517 Add embedded_offset and value parameters. Return the extracted
1518 result in a new output parameter. If the value contents are
1519 unavailable, return false, otherwise return true.
1520 (unpack_value_field_as_long): New.
1521 (unpack_field_as_long_1): New.
1522 (unpack_field_as_long): Reimplement as wrapper around
1523 unpack_value_field_as_long_1.
1524 (value_field_bitfield): New function.
1525 * valops.c (value_fetch_lazy): When fetching a bitfield, use
1526 unpack_value_bits_as_long. Mark the value as unavailable, if it
1527 is unavailable.
1528 * jv-valprint.c (java_print_value_fields): Use
1529 value_field_bitfield.
1530 * p-valprint.c (pascal_object_print_value_fields): Use
1531 value_field_bitfield.
1532 * cp-valprint.c (cp_print_value_fields): Use value_field_bitfield.
1533
3158c6ed
PA
15342011-02-14 Pedro Alves <pedro@codesourcery.com>
1535
1536 * value.c (get_internalvar_integer): Also return the int value of
1537 TYPE_CODE_INT INTERNALVAR_VALUE values.
1538 (set_internalvar): Don't special case TYPE_CODE_INT.
1539
9fbdca0d
PA
15402011-02-14 Pedro Alves <pedro@codesourcery.com>
1541
1542 * value.c (struct internalvar) <enum internalvar_kind>: Remove
1543 INTERNALVAR_POINTER.
1544 <pointer>: Delete.
1545 (value_of_internalvar): Remove INTERNALVAR_POINTER handling.
1546 (set_internalvar): Remove special TYPE_CODE_PTR handling.
1547 (preserve_one_internalvar): Remove INTERNALVAR_POINTER handling.
1548
c8c1c22f
PA
15492011-02-14 Pedro Alves <pedro@codesourcery.com>
1550
1551 * value.h (value_available_contents_eq): Declare.
1552 * value.c (find_first_range_overlap): New function.
1553 (value_available_contents_eq): New function.
1554 * valprint.c (val_print_array_elements): Use
1555 value_available_contents_eq.
1556 * ada-valprint.c (val_print_packed_array_elements): Use
1557 value_available_contents_eq.
1558 * jv-valprint.c (java_value_print): Use
1559 value_available_contents_eq.
1560
e6e4e701
PA
15612011-02-14 Pedro Alves <pedro@codesourcery.com>
1562
1563 * target.c (target_read_live_memory): New function.
1564 (memory_xfer_live_readonly_partial): New.
1565 (memory_xfer_partial): If reading from a traceframe, fallback to
1566 reading unavailable read-only memory from read-only regions of
1567 live target memory.
1568 * tracepoint.c (disconnect_tracing): Adjust.
1569 (set_current_traceframe): New, factored out from
1570 set_traceframe_number.
1571 (set_traceframe_number): Reimplement to only change the traceframe
1572 number on the GDB side.
1573 (do_restore_current_traceframe_cleanup): Adjust.
1574 (make_cleanup_restore_traceframe_number): New.
1575 (cur_traceframe_number): New global.
1576 (tfile_open): Set cur_traceframe_number to no traceframe.
1577 (set_tfile_traceframe): New function.
1578 (tfile_trace_find): If looking up a traceframe using any method
1579 other than by number, make sure the current tfile traceframe
1580 matches gdb's current traceframe. Update the current tfile
1581 traceframe if the lookup succeeded.
1582 (tfile_fetch_registers, tfile_xfer_partial)
1583 (tfile_get_trace_state_variable_value): Make sure the remote
1584 traceframe matches gdb's current traceframe.
1585 * remote.c (remote_traceframe_number): New global.
1586 (remote_open_1): Set it to -1.
1587 (set_remote_traceframe): New function.
1588 (remote_fetch_registers, remote_store_registers)
1589 (remote_xfer_memory, remote_xfer_partial)
1590 (remote_get_trace_state_variable_value): Make sure the remote
1591 traceframe matches gdb's current traceframe.
1592 (remote_trace_find): If looking up a traceframe using any method
1593 other than by number, make sure the current remote traceframe
1594 matches gdb's current traceframe. Update the current remote
1595 traceframe if the lookup succeeded.
1596 * infrun.c (fetch_inferior_event): Adjust.
1597 * tracepoint.h (set_current_traceframe): Declare.
1598 (get_traceframe_number, set_traceframe_number): Add describing
1599 comments.
1600
e6ca34fc
PA
16012011-02-14 Pedro Alves <pedro@codesourcery.com>
1602
1603 Mark pieces of values as unavailable if the corresponding memory
1604 is unavailable.
1605
1606 * valops.c: Include tracepoint.h.
1607 (value_fetch_lazy): Use read_value_memory.
1608 (read_value_memory): New.
1609 * value.h (read_value_memory): Declare.
1610 * dwarf2loc.c (read_pieced_value): Use read_value_memory.
1611 * exec.c (section_table_available_memory): New function.
1612 * exec.h (section_table_available_memory): Declare.
1613
2a7498d8
PA
16142011-02-14 Pedro Alves <pedro@codesourcery.com>
1615
1616 * Makefile.in (SFILES): Add memrange.c.
1617 (HFILES_NO_SRCDIR): Add memrange.h.
1618 (COMMON_OBS): Add memrange.o.
1619 * memrange.c: New file.
1620 * memrange.h: New file.
1621 * tracepoint.c: Include memrange.h.
1622 (struct mem_range): Delete.
1623 (mem_range_s): Delete.
1624 (traceframe_available_memory): New function.
1625 * tracepoint.h (traceframe_available_memory): Declare.
1626
b3b9301e
PA
16272011-02-14 Pedro Alves <pedro@codesourcery.com>
1628
1629 * target.h (struct traceframe_info): Forward declare.
1630 (enum target_object): Add TARGET_OBJECT_TRACEFRAME_INFO.
1631 (struct target_ops) <to_traceframe_info>: New field.
1632 (target_traceframe_info): New.
1633 * target.c (update_current_target): Inherit and default
1634 to_traceframe_info.
1635 * remote.c (PACKET_qXfer_traceframe_info): New.
1636 (remote_protocol_features): Register qXfer:traceframe-info:read.
1637 (remote_xfer_partial): Handle TARGET_OBJECT_TRACEFRAME_INFO.
1638 (remote_traceframe_info): New.
1639 (init_remote_ops): Install it.
1640 (_initialize_remote): Install "set/show remote traceframe-info"
1641 commands.
1642 * tracepoint.h (parse_traceframe_info): Declare.
1643 * tracepoint.c (struct mem_range): New.
1644 (mem_range_s): New typedef.
1645 (struct traceframe_info): New.
1646 (traceframe_info): New global.
1647 (free_traceframe_info): New function.
1648 (clear_traceframe_info): New function.
1649 (start_tracing, tfind_1, set_traceframe_number): Clear traceframe
1650 info.
1651 (build_traceframe_info): New function.
1652 (tfile_traceframe_info): New function.
1653 (init_tfile_ops): Install tfile_traceframe_info.
1654 (traceframe_info_start_memory, free_result): New functions.
1655 (memory_attributes, traceframe_info_elements): New globals.
1656 (parse_traceframe_info, get_traceframe_info): New functions.
1657 * features/traceframe-info.dtd: New file.
1658 * Makefile.in (XMLFILES): Add traceframe-info.dtd.
1659
4e07d55f
PA
16602011-02-14 Pedro Alves <pedro@codesourcery.com>
1661
1662 Base support for <unavailable> value contents.
1663
4e07d55f
PA
1664 * value.h (value_bytes_available): Declare.
1665 (mark_value_bytes_unavailable): Declare.
1666 * value.c (struct range): New struct.
1667 (range_s): New typedef.
1668 (ranges_overlap): New function.
1669 (range_lessthan): New function.
1670 (ranges_contain_p): New function.
1671 (struct value) <unavailable>: New field.
1672 (value_bytes_available): New function.
1673 (mark_value_bytes_unavailable): New function.
1674 (require_not_optimized_out): Constify parameter.
1675 (require_available): New function.
1676 (value_contents_all, value_contents): Require all bytes be
1677 available.
1678 (value_free): Free `unavailable'.
1679 (value_copy): Copy `unavailable'.
1680 * valprint.h (val_print_unavailable): Declare.
1681 * valprint.c (valprint_check_validity): Rename `offset' parameter
1682 to `embedded_offset'. If printing a scalar, check whether the
1683 value chunk is available.
1684 (val_print_unavailable): New.
1685 (val_print_scalar_formatted): Check whether the value is
1686 available.
1687 * python/py-prettyprint.c (apply_val_pretty_printer): Refuse
1688 pretty-printing unavailable values.
1689
bc9a5551
JK
16902011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1691
1692 Fix const/volatile qualifiers of C++ types, PR c++/12328.
1693 * c-typeprint.c (c_type_print_args): Update the function comment. New
1694 variable param_type, initialize it. Remove const/volatile qualifiers
1695 for language_cplus and !show_artificial. Use param_type.
1696
93b55aa1
JK
16972011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1698
1699 * symtab.c (find_pc_sect_line): New variable objfile, initialize it
1700 from S. Iterate S using ALL_OBJFILE_SYMTABS. Verify BV for each S.
1701 * symtab.h (struct symtab) <next>: Comment extension.
1702
181d9476
YQ
17032011-02-12 Yao Qi <yao@codesourcery.com>
1704
1705 * Makefile.in (CLEANDIRS): Remove duplicated common dir.
1706
b708a5c7
JK
17072011-02-11 Yao Qi <yao@codesourcery.com>
1708
1709 * common/Makefile.in: Add copyright header.
1710
c5187ac6
PA
17112011-02-11 Pedro Alves <pedro@codesourcery.com>
1712
1713 * infrun.c (proceed): Move switching out and in of tfind mode from
1714 here ...
1715 (fetch_inferior_event): ... to here.
1716
4f3e6fb7
YQ
17172011-02-11 Yao Qi <yao@codesourcery.com>
1718
1719 * Makefile.in: Remove signals.o from COMMON_OBS. Link
1720 libcommon.a.
1721 * configure.ac: Add common to sub dir.
1722 * configure: Regenerate.
1723
b708a5c7
JK
17242011-02-11 Yao Qi <yao@codesourcery.com>
1725
1726 Build libcommon.a.
1727
1728 * common/Makefile.in: New.
1729 * common/configure.ac: New.
1730 * common/aclocal.m4: New.
1731 * common/configure: Generate.
1732
2287cc7e
PA
17332011-02-10 Pedro Alves <pedro@codesourcery.com>
1734
1735 * vec.h (VEC_block_remove): Place VEC_ASSERT_INFO on the right
1736 side of the parenthesis.
1737
1738 Merge from GCC:
1739 2010-07-13 Jakub Jelinek <jakub@redhat.com>
fc013618 1740 * vec.h (VEC_block_remove): Fix comment.
2287cc7e 1741
fd62cb89
MS
17422011-02-08 Michael Snyder <msnyder@vmware.com>
1743
1744 * linux-nat.c (linux_nat_filter_event): Fix typo in comment.
1745
56d2815c
JK
17462011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1747
1748 * i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes
1749 in comments for pcmpgtd, pcmpeqd, psubd, paddd, pcmpgtd, pcmpeqd,
1750 psubd and paddd.
1751
4f7d61a8
JK
17522011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1753
1754 PR 12361.
1755 * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to
1756 phsubsw.
1757 (i386_process_record) <lddqu>: Fix the opcode to 0xf20ff0.
1758 (i386_process_record) <0x0f3807>: Fix the comment to phsubsw.
1759
54fcddd0
UW
17602011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
1761
1762 * dwarf2read.c (read_subroutine_type): Set special calling
1763 convention flag for functions compiled by IBM XL C for OpenCL.
1764 * ppc-sysv-tdep.c: Include "dwarf2.h"
1765 (ppc_sysv_abi_push_dummy_call): Implement IBM OpenCL vector types
1766 calling convention.
1767 (do_ppc_sysv_return_value): Add FUNC_TYPE argument. Implement
1768 IBM OpenCL vector types calling convention.
1769 (ppc_sysv_abi_return_value): Pass through FUNC_TYPE.
1770 (ppc_sysv_abi_broken_return_value): Likewise.
1771 (ppc64_sysv_abi_push_dummy_call): Implement IBM OpenCL vector
1772 types calling convention.
1773 (ppc64_sysv_abi_return_value): Likewise.
1774 * spu-tdep.c: Include "dwarf2.h"
1775 (spu_return_value): Implement IBM OpenCL vector types calling
1776 convention.
1777
d6dafb7c
UW
17782011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
1779
1780 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Implement
1781 correct ABI for AltiVec vector arguments.
1782
32b72a42
PA
17832011-02-07 Pedro Alves <pedro@codesourcery.com>
1784
1785 * valprint.c (val_print): Extend comment.
1786 * ada-valprint.c (ada_valprint): Rewrite comment deferring
1787 interface explanation to val_print.
1788 (ada_val_print_array): Adjust comment to current interface.
1789 (print_field_values): Adjust comment to current interface.
1790 * c-valprint.c (c_val_print): Rewrite comment deferring interface
1791 explanation to val_print.
1792 * f-valprint.c (f_val_print): Ditto.
1793 * jv-valprint.c (java_val_print): Ditto.
1794 * m2-valprint.c (m2_val_print): Ditto.
1795 * p-valprint.c (pascal_val_print): Ditto.
1796
9998af43
TJB
17972011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
1798
1799 * breakpoint.c (parse_breakpoint_sals): Fix description.
1800
505500db 18012011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
9998af43 1802 Oguz Kayral <oguzkayral@gmail.com>
505500db
SW
1803
1804 * python/py-inferior.c (python_on_normal_stop): New function.
1805 (python_on_resume): New function.
1806 (python_inferior_exit): New function.
1807 (gdbpy_initialize_inferior): Add normal_stop, target_resumed, and
1808 inferior_exit observers.
1809 * python/py-evtregistry.c: New file.
1810 * python/py-threadevent.c : New file.
1811 * python/py-event.c: New file.
1812 * python/py-evts.c: New file.
1813 * python/py-continueevent.c: New file.
1814 * python/py-bpevent.c: New file.
1815 * python/py-signalevent.c: New file.
1816 * python/py-exetiedevent.c: New file.
1817 * python/py-breakpoint.c (gdbpy_breakpoint_from_bpstats): New function.
1818 Move struct breakpoint_object from here...
1819 * python/python-internal.h: ... to here.
1820 * python/py-event.h: New file.
1821 * python/py-events.h: New file.
1822 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpointstopevent.o,
1823 py-continueevent.o, py-event.o, py-eventregistry.o, py-events.o,
1824 py-exitedevent.o, py-signalstopevent.o, and py-stopevent.o.
1825 (SUBDIR_PYTHON_SRCS): Add py-breakpointstopevent.c,
1826 py-continueevent.c, py-event.c, py-eventregistry.c, py-events.c,
1827 py-exitedevent.c, py-signalstopevent.c, and py-stopevent.c.
1828 Add build rules for all the above.
1829
9e0ac564
TT
18302011-02-04 Tom Tromey <tromey@redhat.com>
1831
1832 * dwarf2read.c (dwarf2_section_empty_p): New function.
1833 (dwarf2_read_section): Use dwarf2_section_empty_p.
1834 (dwarf2_section_size): New function.
1835 (dwarf2_get_section_info): Unconditionally read section.
1836 (dwarf2_read_index): Use dwarf2_section_empty_p.
1837 (partial_read_comp_unit_head): Use dwarf2_section_size.
1838 (dwarf2_symbol_mark_computed): Likewise.
1839
eee5b35e
DD
18402011-02-04 David Daney <ddaney@caviumnetworks.com>
1841
1842 * NEWS: Add item for "catch syscall" on mips*-linux* targets.
1843
385203ed
DD
18442011-02-04 David Daney <ddaney@caviumnetworks.com>
1845
1846 * mips-linux-tdep.c: Include xml-syscall.h.
1847 (mips_linux_get_syscall_number): New function.
1848 (mips_linux_init_abi): Add calls to
1849 mips_linux_get_syscall_number() and set_xml_syscall_file_name().
1850 * data-directory/Makefile.in (SYSCALLS_FILES): Add
1851 mips-o32-linux.xml, mips-n32-linux.xml and mips-n64-linux.xml
1852 * syscalls/mips-n32-linux.xml: New file.
1853 * syscalls/mips-n64-linux.xml: New file.
1854 * syscalls/mips-o32-linux.xml: New file.
1855
9277c30c
UW
18562011-02-04 Ulrich Weigand <ulrich.weigand@linaro.org>
1857
1858 * dwarf2read.c (dwarf2_ranges_read): Skip empty range entries.
1859 Complain about inverted range entries.
1860 (dwarf2_record_block_ranges): Likewise.
1861
a3be7890
TJB
18622011-02-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
1863
1864 Fix some typos.
1865 * breakpoint.c (update_watchpoint): Fix name of the
1866 update_global_location_list function.
1867 (print_one_breakpoint): Fix typo.
1868 (_initialize_breakpoint): Remove extra space in hbreak help
1869 string.
1870 * breakpoint.h (struct bp_location) <length>: Fix field
1871 description.
1872
041274d8
PA
18732011-02-04 Pedro Alves <pedro@codesourcery.com>
1874
1875 * regcache.c (registers_changed_ptid): Don't explictly always
1876 clear `current_regcache'. Only clear current_thread_ptid and
1877 current_thread_arch when PTID matches. Only reinit the frame
1878 cache if PTID matches the current inferior_ptid. Move alloca(0)
1879 call to ...
1880 (registers_changed): ... here.
1881
c1c2ab58
UW
18822011-02-03 Ulrich Weigand <ulrich.weigand@linaro.org>
1883
1884 * arm-tdep.c (arm_skip_stack_protector): Accept any symbol that
1885 starts with __stack_chk_guard as stack guard symbol.
1886
9011945e
AB
18872011-02-03 Andrew Burgess <aburgess@broadcom.com>
1888
1889 * disasm.c (compare_lines): Handle the end of sequence markers
1890 within the line table to better support disassembling over
1891 compilation unit boundaries.
1892
e0634ccf
UW
18932011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
1894
1895 * arm-tdep.c (skip_prologue_function): Add GDBARCH and IS_THUMB
1896 arguments. Skip in-prologue calls to glibc __aeabi_read_tp
1897 implementation even if no symbols are available.
1898 (thumb_analyze_prologue): Update call to skip_prologue_function.
1899 (arm_analyze_prologue): Likewise.
1900
0e9e9abd
UW
19012011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
1902
1903 * arm-tdep.c: Include "observer.h".
1904 (arm_prologue_this_id): Use frame PC if get_frame_func returns 0.
1905 (arm_exidx_data_key): New static variable.
1906 (struct arm_exidx_entry, arm_exidx_entry_s): New data types.
1907 (struct arm_exidx_data): Likewise.
1908 (arm_exidx_data_free): New function.
1909 (arm_compare_exidx_entries): Likewise.
1910 (arm_obj_section_from_vma): Likewise.
1911 (arm_exidx_new_objfile): Likewise.
1912 (arm_find_exidx_entry): Likewise.
1913 (arm_exidx_fill_cache): Likewise.
1914 (arm_exidx_unwind_sniffer): Likewise.
1915 (arm_exidx_unwind): New global variable.
1916 (arm_gdbarch_init): Append unwinder arm_exidx_unwind.
1917 (_initialize_arm_tdep): Attach arm_exidx_new_objfile to new_objfile
1918 observer. Register arm_exidx_data_key as objfile data.
1919
2e9e421f
UW
19202011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
1921
1922 * arm-tdep.c (arm_analyze_load_stack_chk_guard): Avoid build break
1923 due to accessing uninitialized variable. Fix indentation.
1924
580688f3
PA
19252011-02-02 Pedro Alves <pedro@codesourcery.com>
1926
1927 * c-valprint.c (c_value_print): When doing virtual base pointer
1928 adjustment, create a new value with adjusted contents rather than
1929 changing the contents of the value being printed (and getting it
1930 wrong).
1931
3d2c1d41
PA
19322011-02-02 Pedro Alves <pedro@codesourcery.com>
1933
1934 * xml-support.c (xml_find_attribute): New.
1935 (xinclude_start_include): Use it.
1936 * xml-support.h (xml_find_attribute): Declare.
1937 * memory-map.c (memory_map_start_memory)
1938 (memory_map_start_property): Use xml_find_attribute.
1939 * osdata.c (osdata_start_osdata, osdata_start_column): Use
1940 xml_find_attribute.
1941 * remote.c (start_thread): Use xml_find_attribute.
1942 * solib-target.c (library_list_start_segment)
1943 (library_list_start_section, library_list_start_library)
1944 (library_list_start_list): Use xml_find_attribute.
1945 * xml-tdesc.c (tdesc_start_target, tdesc_start_feature)
1946 (tdesc_start_union, tdesc_start_struct, tdesc_start_flags)
1947 (tdesc_start_field): Use xml_find_attribute.
1948
0af3e2db
UW
19492011-02-02 Ulrich Weigand <uweigand@de.ibm.com>
1950
1951 * opencl-lang.c (STRINGIFY): Rename to OCL_STRING.
1952 (BUILD_OCL_VTYPES): Update.
1953
c1039e3c
JB
19542011-02-02 Joel Brobecker <brobecker@adacore.com>
1955
1956 * configure.ac: Work around non-GNU sed limitation when computing
1957 python version number.
1958 * configure: Regenerate.
1959
600ea1be
JK
19602011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1961
1962 Fix debug printing of TYPE_INSTANCE.
1963 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New.
1964 (dump_subexp_body_standard) <TYPE_INSTANCE>: New.
1965
56c12414
JK
19662011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1967
1968 Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL,
1969 OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME,
1970 OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT.
1971 * ada-operator.inc: Rename the file to ...
1972 * ada-operator.def: ... here, wrap all the entries by macro OP.
1973 * expprint.c (op_name_standard): Remove all the entries. Include
1974 "std-operator.def" instead.
1975 * expression.h (enum exp_opcode): Include "std-operator.def" and
1976 "ada-operator.def". Move all the entries ...
1977 * std-operator.def: ... here, wrap all the entries by macro OP.
1978
c52b559d
PP
19792011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1980
1981 * breakpoint.h (remove_jit_event_breakpoints): New prototype.
1982 * breakpoint.c (remove_jit_event_breakpoints): New function.
1983 * jit.c (jit_descriptor_addr): Delete.
1984 (registering_code): Delete.
1985 (clear_int): Delete.
1986 (jit_inferior_data): New variable.
1987 (struct jit_inferior_data): New type.
1988 (get_jit_inferior_data): New function.
1989 (jit_inferior_data_cleanup): New function.
1990 (jit_read_descriptor): Adjust.
1991 (jit_register_code): Adjust.
1992 (jit_breakpoint_re_set_internal): New function; move code here ...
1993 (jit_inferior_init): ... from here.
1994 (jit_breakpoint_re_set): Adjust.
1995 (jit_reset_inferior_data_and_breakpoints): New function.
1996 (jit_inferior_created_observer): Adjust.
1997 (jit_inferior_exit_hook): Adjust.
1998 (jit_executable_changed_observer): New function.
1999 (jit_event_handler): Adjust.
2000 (_initialize_jit): Adjust.
2001
e839132d
MS
20022011-01-31 Michael Snyder <msnyder@vmware.com>
2003
2004 * m32r-tdep.c (m32r_gdbarch_init): Replace accidentally deleted
2005 line.
2006
47a80e90
TT
20072011-01-31 Tom Tromey <tromey@redhat.com>
2008
2009 PR python/12216:
2010 * python/python.c (execute_gdb_command): Call
2011 prevent_dont_repeat.
2012 * top.c (suppress_dont_repeat): New global.
2013 (dont_repeat): Use it.
2014 (prevent_dont_repeat): New function.
2015 * command.h (prevent_dont_repeat): Declare.
2016
45a43567
TT
20172011-01-31 Tom Tromey <tromey@redhat.com>
2018
2019 * infcmd.c (finish_backward): Use breakpoint_set_silent.
2020 * python/py-breakpoint.c (bppy_set_silent): Use
2021 breakpoint_set_silent.
2022 (bppy_set_thread): Use breakpoint_set_thread.
2023 (bppy_set_task): Use breakpoint_set_task.
2024 * breakpoint.h (breakpoint_set_silent, breakpoint_set_thread)
2025 (breakpoint_set_task): Declare.
2026 (make_breakpoint_silent): Remove.
2027 * breakpoint.c (breakpoint_set_silent): New function.
2028 (breakpoint_set_thread): Likewise.
2029 (breakpoint_set_task): Likewise.
2030 (make_breakpoint_silent): Remove.
2031
09d682a4
TT
20322011-01-31 Tom Tromey <tromey@redhat.com>
2033
2034 * breakpoint.h (user_breakpoint_p): Declare.
2035 * breakpoint.c (user_breakpoint_p): New function.
2036 (breakpoint_1): Use it.
2037 (save_breakpoints): Likewise.
2038
9c4ea6c5
JB
20392011-01-31 Joel Brobecker <brobecker@adacore.com>
2040
2041 * configure.ac: Add handling of Python distribution on Windows.
2042 * python-config.py: If the LIBS, SYSLIBS, LIBPL and/or LINKFORSHARED
2043 sysconfig variables are not defined, then do not use them.
2044 On Windows, if LIBPL is not defined, then use prefix + '/libs'
2045 instead. On Windows, return all paths using forward-slashes
2046 rather than backslashes.
2047
ac534cba
JB
20482011-01-31 Joel Brobecker <brobecker@adacore.com>
2049
2050 * configure.ac: Remove fallback behavior for building
2051 against Python. Remove tweaking of Python include path.
2052 Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution.
2053 (AC_TRY_LIBPYTHON): Adjust program used in linking test.
2054 If link is successful, set PYTHON_CPPFLAGS and PYTHON_LIBS.
2055 Always restore CPPFLAGS and LIBS after linking test.
2056 * configure: Regenerated.
2057 * Makefile.in (INTERNAL_CPPFLAGS): Add @PYTHON_CPPFLAGS@.
2058 (INSTALLED_LIBS, CLIBS): Add @PYTHON_LIBS@.
2059 * python/python-internal.h: Adjust includes of Python .h files.
2060
c2f0d045
JB
20612011-01-31 Joel Brobecker <brobecker@adacore.com>
2062
2063 * tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
2064 in error message.
2065
6b0c4c1f
JB
20662011-01-31 Joel Brobecker <brobecker@adacore.com>
2067
2068 * inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode
2069 value test.
2070
672c9795
YQ
20712011-01-31 Yao Qi <yao@codesourcery.com>
2072
2073 * arm-linux-nat.c: Update calls to regcache_register_status
2074 instead of regcache_valid_p.
2075 * aix-thread.c: Likewise.
2076 * i386gnu-nat.c: Likewise.
2077
80b23b6a
JK
20782011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2079
2080 Fix crash.
2081 * valops.c (compare_parameters): Verify TYPE_NFIELDS before
2082 touching TYPE_FIELD_ARTIFICIAL.
2083
4cd712bd
RE
20842011-01-28 Richard Earnshaw <rearnsha@arm.com>
2085
2086 * MAINTAINERS: Move myself from Responsible Maintainers to Authorized
2087 Committers.
2088
ffd5ec24
PA
20892011-01-28 Pedro Alves <pedro@codesourcery.com>
2090
2091 * tracepoint.c (tfile_xfer_partial): If there's no traceframe
2092 selected, don't try iterating over the traceframe's blocks.
2093 (tfile_has_stack): If there's no traceframe selected, then there's
2094 no stack.
2095 (tfile_has_registers): If there's no traceframe selected, then
2096 there's no registers.
2097
e8c9e0a1
PA
20982011-01-28 Pedro Alves <pedro@codesourcery.com>
2099
2100 * target.c (memory_xfer_partial): No need to restore shadows if we
2101 haven't read anything.
2102
de15c4ab
PA
21032011-01-28 Pedro Alves <pedro@codesourcery.com>
2104
2105 * mips-tdep.c (mips_print_register): Use get_frame_register_value
2106 and val_print_scalar_formatted.
2107
9f41c731
PA
21082011-01-27 Pedro Alves <pedro@codesourcery.com>
2109
2110 * tracepoint.c (tfile_read): New.
2111 (tfile_open): Use it.
2112 (tfile_get_traceframe_address): Use it.
2113 (tfile_trace_find): Use it.
2114 (walk_blocks_callback_func): New typedef.
2115 (match_blocktype): New function.
2116 (traceframe_walk_blocks): New function.
2117 (traceframe_find_block_type): New function.
2118 (tfile_fetch_registers, tfile_xfer_partial)
2119 (tfile_get_trace_state_variable_value): Use
2120 traceframe_find_block_type and tfile_read.
2121
cdefc55d
KB
21222011-01-26 Kevin Buettner <kevinb@redhat.com>
2123
2124 * remote-mips.c: Add internationalization mark ups. Remove
2125 trailing \n from already marked up strings.
2126
a81766d8
TT
21272011-01-26 Tom Tromey <tromey@redhat.com>
2128
2129 * python/py-prettyprint.c (print_string_repr): Clear
2130 'addressprint' option when calling val_print_string.
2131 (print_children): Handle Val_pretty_default. Clear 'addressprint'
2132 option when calling val_print_string.
2133
74aedc46
TT
21342011-01-26 Tom Tromey <tromey@redhat.com>
2135
2136 * python/python.c (gdbpy_solib_name): Use gdb_py_longest and
2137 GDB_PY_LL_ARG.
2138 * python/python-internal.h (GDB_PY_LL_ARG, GDB_PY_LLU_ARG): New
2139 macros.
2140 (gdb_py_longest, gdb_py_ulongest): New typedefs.
2141 (gdb_py_long_from_longest, gdb_py_long_from_ulongest)
2142 (gdb_py_long_as_ulongest): New defines.
2143 (gdb_py_object_from_longest, gdb_py_object_from_ulongest)
2144 (gdb_py_int_as_long): Declare.
2145 * python/py-value.c (valpy_lazy_string): Use gdb_py_longest,
2146 GDB_PY_LL_ARG, gdb_py_object_from_longest.
2147 (valpy_long): Add comment.
2148 * python/py-utils.c (get_addr_from_python): Use
2149 gdb_py_long_as_ulongest. Handle overflow properly.
2150 (gdb_py_object_from_longest): New function.
2151 (gdb_py_object_from_ulongest): Likewise.
2152 (gdb_py_int_as_long): Likewise.
2153 * python/py-type.c (typy_array): Use gdb_py_int_as_long.
2154 * python/py-symtab.c (salpy_get_pc): Use
2155 gdb_py_long_from_ulongest.
2156 (salpy_get_line): Use PyInt_FromLong.
2157 * python/py-param.c (set_parameter_value): Use
2158 gdb_py_int_as_long.
2159 * python/py-lazy-string.c (stpy_get_address): Use
2160 gdb_py_long_from_ulongest.
2161 * python/py-frame.c (frapy_pc): Use gdb_py_long_from_ulongest.
2162 * python/py-cmd.c (cmdpy_completer): Use gdb_py_int_as_long.
2163 * python/py-breakpoint.c (bppy_set_thread): Use
2164 gdb_py_int_as_long.
2165 (bppy_set_task): Likewise.
2166 (bppy_set_ignore_count): Likewise.
2167 (bppy_set_hit_count): Likewise.
2168 * python/py-block.c (blpy_get_start): Use
2169 gdb_py_object_from_ulongest.
2170 (blpy_get_end): Likewise.
2171 (gdbpy_block_for_pc): Use gdb_py_ulongest and GDB_PY_LLU_ARG.
2172
e4f6d2ec
TJB
21732011-01-25 Mathieu Lacage <mathieu.lacage@inria.fr>
2174
2175 PR/symtab 11766:
2176 * gdb/objfiles.h (struct objfile) <addr_low>: New field.
2177 * gdb/solib.c (solib_read_symbols): Check for addr_low in
2178 equality test for objfile, initialize addr_low if needed.
2179
b30aa278
PA
21802011-01-25 Pedro Alves <pedro@codesourcery.com>
2181
2182 * tui/tui-regs.c (tui_register_format): Remove dead code.
2183
ab2188aa
PA
21842011-01-25 Pedro Alves <pedro@codesourcery.com>
2185
2186 * printcmd.c (print_formatted): Use val_print_scalar_formatted
2187 instead of print_scalar_formatted.
2188 (print_scalar_formatted): Don't handle 's' format strings here,
2189 and add an assertion that we never see such format here.
2190 * valprint.h (val_print_scalar_formatted): Declare.
2191 * valprint.c (val_print_scalar_formatted): New.
2192 * c-valprint.c (c_val_print): Use val_print_scalar_formatted
2193 instead of print_scalar_formatted.
2194 * jv-valprint.c (java_val_print): Ditto.
2195 * p-valprint.c (pascal_val_print): Ditto.
2196 * ada-valprint.c (ada_val_print_1): Ditto.
2197 * f-valprint.c (f_val_print): Ditto.
2198 * infcmd.c (registers_info): Ditto.
2199 * m2-valprint.c (m2_val_print): Ditto.
2200
66d61a4c
PA
22012011-01-25 Pedro Alves <pedro@codesourcery.com>
2202
2203 * m2-valprint.c (print_unbounded_array): Pass
2204 value_contents_for_printing rather than value_contents, to
2205 m2_print_array_contents. Also pass in the value.
2206
831adc1f
JK
22072011-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2208
2209 * dwarf2read.c (dwarf2_read_index, write_psymtabs_to_index)
2210 (save_gdb_index_command): Switch to .gdb_index version 4.
2211
20622269
PA
22122011-01-25 Pedro Alves <pedro@codesourcery.com>
2213
2214 * mi/mi-main.c (get_register): Use get_frame_register_value rather
2215 than frame_register, and always pass a valid value to val_print.
2216
585fdaa1
PA
22172011-01-25 Pedro Alves <pedro@codesourcery.com>
2218
2219 Centralize printing "<optimized out>".
2220
2221 * valprint.h (val_print_optimized_out): Declare.
2222 * cp-valprint.c (cp_print_value_fields): Use
2223 val_print_optimized_out.
2224 * jv-valprint.c (java_print_value_fields): Ditto.
2225 * p-valprint.c (pascal_object_print_value_fields): Ditto.
2226 * printcmd.c (print_formatted): Ditto.
2227 * valprint.c (valprint_check_validity): Ditto.
2228 (value_check_printable): Ditto.
2229 (val_print_optimized_out): New.
2230
29ec5263
PA
22312011-01-25 Pedro Alves <pedro@codesourcery.com>
2232
2233 * infcmd.c (default_print_registers_info): Allocate values so to
2234 never pass a NULL value to val_print.
2235
de4127a3
PA
22362011-01-25 Pedro Alves <pedro@codesourcery.com>
2237
2238 * cp-valprint.c (cp_print_value): Treat the 'skip' local as
2239 boolean. Make sure to always pass a value that matches the
2240 contents buffer to callees. Preserve `address' for following
2241 iterations.
2242 * value.c (value_contents_for_printing_const): New.
2243 (value_address): Constify value argument.
2244 * value.h (value_contents_for_printing_const): Declare.
2245 (value_address): Constify value argument.
2246
ee99023e
PA
22472011-01-25 Pedro Alves <pedro@codesourcery.com>
2248
2249 * regcache.c (struct regcache_descr): Rename
2250 sizeof_raw_register_valid_p field to sizeof_raw_register_status,
2251 and sizeof_cooked_register_valid_p to
2252 sizeof_cooked_register_status.
2253 (init_regcache_descr): Adjust.
2254 (struct regcache): Rename register_valid_p field to
2255 register_status.
2256 (regcache_xmalloc_1, regcache_xfree, regcache_save)
2257 (do_cooked_read): Adjust.
2258 (regcache_valid_p): Rename to ...
2259 (regcache_register_status): ... this. Adjust.
2260 (regcache_invalidate): Adjust.
2261 (regcache_raw_read, regcache_cooked_read, regcache_raw_write):
2262 Adjust.
2263 (regcache_raw_supply): Adjust. If buf i NULL, mark the register
2264 as unavailable, not valid.
2265 (regcache_dump): Adjust.
2266 * regcache.h (enum register_status): New.
2267 (regcache_register_status): Declare.
2268 (regcache_invalidate): Delete declaration.
2269 * corelow.c (get_core_registers): Adjust.
2270 * tracepoint.c (tfile_fetch_registers): Adjust.
2271 * trad-frame.c (REG_VALUE): Rename to ...
2272 (TF_REG_VALUE): ... this.
2273 (REG_UNKNOWN): Rename to ...
2274 (TF_REG_UNKNOWN): ... this.
2275 (trad_frame_set_value, trad_frame_set_unknown): Adjust.
2276 * mi/mi-main.c (register_changed_p): Adjust.
2277
99e42fd8
PA
22782011-01-25 Pedro Alves <pedro@codesourcery.com>
2279
2280 * regcache.c (struct regcache_descr): Remove outdated comment.
2281 (init_regcache_descr): Remove sizeof_raw_register_valid_p
2282 overallocate hack.
2283 (regcache_xmalloc): Rename to ...
2284 (regcache_xmalloc_1): ... this. Add `readonly_p' parameter.
2285 Allocate the regcache type accordingly.
2286 (regcache_xmalloc): New as wrapper around regcache_xmalloc_1.
2287 (regcache_xfree): Asser the source is also readonly. Copy sizeof
2288 cooked registers, not raw.
2289 (regcache_dup_no_passthrough): Delete.
2290 (get_thread_arch_regcache): Use regcache_xmalloc_1.
2291 * h8300-tdep.c (h8300_push_dummy_call): Tweak comment to not
2292 mention obsolete write_register_bytes.
2293 * regcache.h (regcache_dup_no_passthrough): Delete declaration.
2294
f7605bc2
PA
22952011-01-25 Pedro Alves <pedro@codesourcery.com>
2296
2297 Stop remote_read_bytes from handling partial reads itself.
2298
2299 * remote-fileio.c: Include target.h.
2300 (remote_fileio_write_bytes): Delete.
2301 (remote_fileio_func_open, remote_fileio_func_write)
2302 (remote_fileio_func_rename, remote_fileio_func_unlink): Use
2303 target_read_memory.
2304 (remote_fileio_func_stat): Use target_read_memory and
2305 target_write_memory.
2306 (remote_fileio_func_gettimeofday): Use target_write_memory.
2307 (remote_fileio_func_system): Use target_read_memory.
2308 * remote.c (remote_write_bytes): Make it static.
2309 (remote_read_bytes): Don't handle partial reads here.
2310 * remote.h (remote_read_bytes): Delete declaration.
2311
efc0eabd
PA
23122011-01-25 Pedro Alves <pedro@codesourcery.com>
2313
2314 Simplify XML parsing a bit.
2315
2316 * xml-support.h (gdb_xml_parse_quick): Declare.
2317 * xml-support.c (gdb_xml_create_parser_and_cleanup_1): Renamed
2318 from gdb_xml_create_parser_and_cleanup, and added `old_chain'
2319 parameter.
2320 (gdb_xml_create_parser_and_cleanup): Reimplement on top of
2321 gdb_xml_create_parser_and_cleanup_1.
2322 (gdb_xml_parse_quick): New.
2323 * memory-map.c (parse_memory_map): Use gdb_xml_parse_quick.
2324 * osdata.c (osdata_parse): Ditto.
2325 * remote.c (remote_threads_info): Ditto.
2326 * solib-target.c (solib_target_parse_libraries): Ditto.
2327 * xml-syscall.c (syscall_parse_xml): Ditto.
2328 * xml-tdesc.c (tdesc_parse_xml): Ditto.
2329
314d366a
KB
23302011-01-24 Kevin Buettner <kevinb@redhat.com>
2331
2332 * configure.tgt (mips*-*-elf): New; just like mips*-*-*, but
2333 with remote-mips.o added to gdb_target_obs.
2334 * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o.
2335
a491d753
PA
23362011-01-24 Pedro Alves <pedro@codesourcery.com>
2337
2338 * ada-valprint.c (val_print_packed_array_elements): Pass the
2339 correct struct value to val_print.
2340 (ada_val_print_1): Ditto.
2341
490f124f
PA
23422011-01-24 Pedro Alves <pedro@codesourcery.com>
2343
2344 Don't lose embedded_offset in printing routines throughout.
2345
2346 * valprint.h (val_print_array_elements): Change prototype.
2347 * valprint.c (val_print_array_elements): Add `embedded_offset'
2348 parameter, and adjust to pass it down to val_print, while passing
2349 `valaddr' or `address' unmodified. Take embedded_offset into
2350 account when checking repetitions.
2351 * c-valprint.c (c_val_print): Pass embedded_offset to
2352 val_print_array_elements instead of adjusting `valaddr' and
2353 `address'.
2354 * m2-valprint.c (m2_print_array_contents, m2_val_print): Pass
2355 embedded_offset to val_print_array_elements instead of adjusting
2356 `valaddr'.
2357 * p-lang.h (pascal_object_print_value_fields): Adjust prototype.
2358 * p-valprint.c (pascal_val_print): Pass embedded_offset to
2359 val_print_array_elements and pascal_object_print_value_fields
2360 instead of adjusting `valaddr'.
2361 (pascal_object_print_value_fields): Add `offset' parameter, and
2362 adjust to use it.
2363 (pascal_object_print_value): Add `offset' parameter, and adjust to
2364 use it.
2365 (pascal_object_print_static_field): Use
2366 value_contents_for_printing/value_embedded_offset, rather than
2367 value_contents.
2368 * ada-valprint.c (val_print_packed_array_elements): Add `offset'
2369 parameter, and adjust to use it. Use
2370 value_contents_for_printing/value_embedded_offset, rather than
2371 value_contents.
2372 (ada_val_print): Rename `valaddr0' parameter to `valaddr'.
2373 (ada_val_print_array): Add `offset' parameter, and adjust to use
2374 it.
2375 (ada_val_print_1): Rename `valaddr0' parameter to `valaddr', and
2376 `embedded_offset' to `offset'. Don't re-adjust `valaddr'.
2377 Instead work with offsets. Use
2378 value_contents_for_printing/value_embedded_offset, rather than
2379 value_contents. Change `defer_val_int' local type to CORE_ADDR,
2380 and use value_from_pointer to extract a target pointer, rather
2381 than value_from_longest.
2382 (print_variant_part): Add `offset' parameter. Replace
2383 `outer_valaddr' parameter by a new `outer_offset' parameter.
2384 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
2385 (ada_value_print): Use
2386 value_contents_for_printing/value_embedded_offset, rather than
2387 value_contents.
2388 (print_record): Add `offset' parameter, and adjust to pass it
2389 down.
2390 (print_field_values): Add `offset' parameter. Replace
2391 `outer_valaddr' parameter by a new `outer_offset' parameter.
2392 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
2393 Use value_contents_for_printing/value_embedded_offset, rather than
2394 value_contents.
2395 * d-valprint.c (dynamic_array_type): Use
2396 value_contents_for_printing/value_embedded_offset, rather than
2397 value_contents.
2398 * jv-valprint.c (java_print_value_fields): Add `offset' parameter.
2399 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
2400 (java_print_value_fields): Take `offset' into account. Don't
2401 re-adjust `valaddr'. Instead pass down adjusted offsets.
2402 (java_val_print): Take `embedded_offset' into account. Pass it to
2403 java_print_value_fields.
2404 * f-valprint.c (f77_print_array_1): Add `embedded_offset'
2405 parameter. Don't re-adjust `valaddr' or `address'. Instead pass
2406 down adjusted offsets.
2407 (f77_print_array): Add `embedded_offset' parameter. Pass it down.
2408 (f_val_print): Take `embedded_offset' into account.
2409
7bfc9434
JB
24102011-01-21 Joel Brobecker <brobecker@adacore.com>
2411
2412 * inflow.c: Include "gdbcmd.h".
2413 (interactive_mode): New static global, moved here from top.c.
2414 (show_interactive_mode): New function, moved here from top.c.
2415 use gdb_has_a_terminal instead of input_from_terminal_p to
2416 determine the current mode.
2417 (gdb_has_a_terminal): Add handling of the "iteractive-mode"
2418 setting.
2419 (_initialize_inflow): Add the "set/show interactive-mode"
2420 commands. Moved here from top.c, after having adjusted slightly
2421 the help text.
2422 * top.c (interactive_mode, show_interactive_mode): Delete, moved
2423 to inflow.c.
2424 (input_from_terminal_p): Remove handling of "interactive-mode"
2425 setting, moved to infow.c.
2426 (init_main): Remove creation of the "set/show interactive-mode"
2427 commands, moved to inflow.c.
2428
44603653
JB
24292011-01-19 Joel Brobecker <brobecker@adacore.com>
2430
2431 * NEWS: Add entry for native ia64-hpux support.
2432
4694da01
TT
24332011-01-19 Tom Tromey <tromey@redhat.com>
2434
2435 PR mi/8618:
2436 * thread.c (free_thread): Free 'name'.
2437 (print_thread_info): Emit thread name. Change CLI output.
2438 (thread_name_command): New function.
2439 (do_captured_thread_select): Emit newline.
2440 (_initialize_thread): Register 'thread name' command.
2441 * target.h (struct target_ops) <to_thread_name>: New field.
2442 (target_thread_name): New macro.
2443 * target.c (update_current_target): Handle to_thread_name.
2444 * python/py-infthread.c (thpy_get_name): New function.
2445 (thpy_set_name): Likewise.
2446 (thread_object_getset): Add "name".
2447 * linux-nat.c (linux_nat_thread_name): New function.
2448 (linux_nat_add_target): Set to_thread_name.
2449 * gdbthread.h (struct thread_info) <name>: New field.
2450
10d44370
JB
24512011-01-18 Joel Brobecker <brobecker@adacore.com>
2452
2453 * ada-valprint.c (ada_print_scalar): Remove unsigned char downcast.
2454 (ada_val_print_1): Likewise.
2455
e3acb115
JB
24562011-01-18 Joel Brobecker <brobecker@adacore.com>
2457
2458 * rs6000-tdep.c (rs6000_skip_prologue): Make sure that the prologue
2459 upper limit address is not greater than the function end address
2460 when the upper limit could not be computed using the debugging
2461 info.
2462
dc92e161
TT
24632011-01-17 Tom Tromey <tromey@redhat.com>
2464
2465 * cli/cli-cmds.c (apropos_command): Free the compiled regex. Use
2466 get_regcomp_error.
2467 * utils.c: Include gdb_regex.h.
2468 (do_regfree_cleanup): New function.
2469 (make_regfree_cleanup): Likewise.
2470 (get_regcomp_error): Likewise.
2471 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Declare.
2472
f55af66d
TT
24732011-01-17 Tom Tromey <tromey@redhat.com>
2474
2475 * cli/cli-cmds.c (apropos_command): Fix formatting. Don't call
2476 re_compile_fastmap.
2477
a5a44b53
PM
24782011-01-17 Pierre Muller <muller@ics.u-strasbg.fr>
2479
2480 * p-exp.y (intvar): New static variable, used to set CURRENT_TYPE
2481 for internal variables.
2482 (last_was_structop): New static variable.
2483 (COMPLETE): New token.
2484 (field_exp): New rule to group all '.' suffix handling.
2485 Add mark_struct_expression calls when approriate to be able
2486 to correctly find fields for completion.
2487 (yylex): Adapt to handle field completion and set INTVAR when
2488 required.
2489
2c291032
YQ
24902011-01-14 Yao Qi <yao@codesourcery.com>
2491
2492 * arm-tdep.c (arm_register_reggroup_p): FPS register is in
2493 save_reggroup, restore_reggroup and all_reggroup.
2494
447b483c
JB
24952011-01-14 Joel Brobecker <brobecker@adacore.com>
2496
2497 * ada-valprint. (ada_printchar): Use the correct type length
2498 in call to ada_emit_char.
2499 * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.
2500
7b64a93b
PM
25012011-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
2502
2503 * solib-som.h (hpux_major_release): Declare variable here.
2504 * solib-som.c: Remove <sys/utsname.h> header.
2505 (DEFAULT_HPUX_MAJOR_RELEASE): New macro.
2506 (hpux_major_release): Make global, change default value to
2507 DEFAULT_HPUX_MAJOR_RELEASE.
f2eb0bc8 2508 (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE.
7b64a93b
PM
2509 * hppa-hpux-nat.c: Add <sys/utsname.h> include.
2510 Add "solib-som.h" header.
2511 (set_hpux_major_release): New function.
2512 (_initialize_hppa_hpux_nat): Call set_hpux_major_release.
2513
4e18c053
MF
25142011-01-14 Mike Frysinger <vapier@gentoo.org>
2515
2516 * configure.tgt (*-*-uclinux*): Match more Linux os targets
2517
a9df6b22
JB
25182011-01-14 Joel Brobecker <brobecker@adacore.com>
2519
2520 * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
2521 new-line at end of warning message.
2522 (ia64_hpux_store_register): Remove trailing new-line at end of
2523 error message.
2524 * ia64-hpux-tdep.c: Rephrase comment.
2525 * solib-ia64-hpux.c (struct dld_info): Change type of field
2526 dld_flags from "long long" to ULONGEST.
2527
ecb956dd
PA
25282011-01-14 Pedro Alves <pedro@codesourcery.com>
2529
2530 * target.h (deprecated_child_ops): Delete declaration.
2531 * target.c (deprecated_child_ops): Delete definition.
2532
76adfcae
PA
25332011-01-14 Pedro Alves <pedro@codesourcery.com>
2534
2535 * Makefile.in (hpux-thread.o): Delete rule.
2536 * configure.ac: Don't check for HPUX DCE threads support.
2537 * configure, config.in: Regenerate.
2538 * hppa-hpux-nat.c (child_suppress_run): Delete.
2539 (hppa_hpux_child_can_run): Delete.
2540 (_initialize_hppa_hpux_nat): Don't override to_can_run.
2541 * hpux-thread.c: Delete.
2542
042e866e
JB
25432011-01-13 Joel Brobecker <brobecker@adacore.com>
2544
2545 * hpux-thread.c (hpux_pid_to_str): Delete.
2546
4ffa5a33
JB
25472011-01-13 Joel Brobecker <brobecker@adacore.com>
2548
2549 * ada-valprint.c (ada_emit_char): Remove strange code.
2550 Check that c is <= UCHAR_MAX before passing it to isascii.
2551 (char_at): Do not assume that TYPE_LEN is either 1 or 2.
2552
de8fa76c
JB
25532011-01-13 Joel Brobecker <brobecker@adacore.com>
2554
2555 * top.c (input_from_terminal_p): Restrict the use of interactive_mode
2556 to the case where instream is stdin.
2557
c4de7027
JB
25582011-01-13 Joel Brobecker <brobecker@adacore.com>
2559
2560 * ia64-tdep.h (struct regcache): Forward declare.
2561 (struct ia64_infcall_ops): New struct type.
2562 (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
2563 and "infcall_ops".
2564 * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
2565 Renames ia64_find_global_pointer.
2566 (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
2567 (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
2568 (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
2569 methods.
2570 (ia64_infcall_ops): New static global constant.
2571 (ia64_gdbarch_init): Set tdep->infcall_ops.
2572 * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
2573 (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
2574 * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
2575 (ia64_hpux_dummy_code): New static global constant.
2576 (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
2577 (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
2578 (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
2579 New function.
2580 (ia64_hpux_infcall_ops): New static global constant.
2581 (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
2582 for inferior function calls to work properly on ia64-hpux.
2583
77ca787b
JB
25842011-01-13 Joel Brobecker <brobecker@adacore.com>
2585
2586 * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
2587 * ia64-tdep.h (struct frame_info): forward declaration.
2588 (struct gdbarch_tdep): Add field size_of_register_frame.
2589 * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
2590 to determine the size of the register frame.
2591 (ia64_size_of_register_frame): New function.
2592 (ia64_gdbarch_init): Set tdep->size_of_register_frame.
2593 * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
2594 (IA64_HPUX_UREG_REASON): New macro.
2595 (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
2596 New functions.
2597 (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
2598 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
2599 (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
2600 objects.
2601
92c9a463
JB
26022011-01-13 Joel Brobecker <brobecker@adacore.com>
2603
2604 Add support for ia64-hpux.
2605 * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
2606 ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
2607
2608 * configure.host: Add handling for ia64-hpux hosts. Add associated
2609 floatformats.
2610 * configure.tgt: Add handling for ia64-hpux targets.
2611 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
2612 (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
2613 (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
2614
f688d93f
JB
26152011-01-13 Joel Brobecker <brobecker@adacore.com>
2616
2617 [ttrace] Compute thread list immediately after attach.
2618 * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
2619 New subprogram.
2620 (inf_ttrace_attach): Use it.
2621
1b89e62f
JB
26222011-01-13 Joel Brobecker <brobecker@adacore.com>
2623
2624 * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
2625 if we could not determine the frame's function address. Instead,
2626 use the frame's PC, and then continue.
2627
3e5e6e2a
JB
26282011-01-13 Joel Brobecker <brobecker@adacore.com>
2629
2630 * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
2631 not already defined.
2632
825d6d8a
JB
26332011-01-13 Joel Brobecker <brobecker@adacore.com>
2634
2635 * ia64-tdep.c (ia64_struct_type_p): New function.
2636 (ia64_extract_return_value): Handle integral values that are
2637 less than 8 bytes long.
2638 (ia64_push_dummy_call): Likewise.
2639
7458e667
JB
26402011-01-13 Joel Brobecker <brobecker@adacore.com>
2641
2642 * ia64-tdep.c (floatformat_ia64_ext_little): Renames
2643 floatformat_ia64_ext.
2644 (floatformat_ia64_ext_big): New static const.
2645 (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
2646
1b05df00
TT
26472011-01-12 Tom Tromey <tromey@redhat.com>
2648
2649 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
2650 messages.
2651 * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
2652 (mi_cmd_thread_list_ids): Likewise.
2653 (mi_cmd_data_list_changed_registers): Likewise.
2654 (mi_cmd_data_list_register_values): Likewise.
2655 (mi_cmd_data_write_register_values): Likewise.
2656 (mi_cmd_data_evaluate_expression): Likewise.
2657 (mi_cmd_data_read_memory): Likewise.
2658 (mi_cmd_data_read_memory_bytes): Likewise.
2659 (mi_cmd_data_write_memory): Likewise.
2660 (mi_cmd_enable_timings): Likewise.
2661 * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
2662 * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
2663 (mi_cmd_var_delete): Likewise.
2664 (mi_cmd_var_set_format): Likewise.
2665 (mi_cmd_var_show_format): Likewise.
2666 (mi_cmd_var_info_num_children): Likewise.
2667 (mi_cmd_var_list_children): Likewise.
2668 (mi_cmd_var_info_type): Likewise.
2669 (mi_cmd_var_info_expression): Likewise.
2670 (mi_cmd_var_show_attributes): Likewise.
2671 (mi_cmd_var_assign): Likewise.
2672 (mi_cmd_var_update): Likewise.
2673 (mi_cmd_enable_pretty_printing): Likewise.
2674 (mi_cmd_var_set_update_range): Likewise.
2675 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
2676 messages.
2677 (mi_cmd_target_file_put): Likewise.
2678 (mi_cmd_target_file_delete): Likewise.
2679 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
2680 messages.
2681 (mi_cmd_stack_info_depth): Likewise.
2682 (mi_cmd_stack_list_locals): Likewise.
2683 (mi_cmd_stack_list_args): Likewise.
2684 (mi_cmd_stack_select_frame): Likewise.
2685 (mi_cmd_stack_select_frame): Likewise.
2686 (mi_cmd_stack_info_frame): Likewise.
2687 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
2688 messages.
2689 (mi_cmd_file_list_exec_source_files): Likewise.
2690 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
2691 (mi_cmd_env_cd): Likewise.
2692 (mi_cmd_env_path): Likewise.
2693 (mi_cmd_env_dir): Likewise.
2694 (mi_cmd_inferior_tty_show): Likewise.
2695 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
2696 * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
2697 (mi_cmd_break_watch): Likewise.
2698
ad422571
TJB
26992011-01-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
2700
2701 * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
2702 (ppc_linux_insert_hw_breakpoint): Likewise.
2703 (ppc_linux_remove_hw_breakpoint): Likewise.
2704 (ppc_linux_insert_watchpoint): Likewise.
2705
c2ff108b
JK
27062011-01-12 Andrew Burgess <aburgess@broadcom.com>
2707 Jan Kratochvil <jan.kratochvil@redhat.com>
2708
2709 PR fortran/11104 and DWARF unbound arrays detection.
2710 * dwarf2read.c (read_subrange_type): Set zero length on unspecified
2711 upper bound. Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
2712 unspecified upper bound.
2713 * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
2714 variables array_size_array, tmp_type and offset_item. New variable
2715 array. Remove call to f77_get_upperbound. New variables array_type
2716 and index. Call value_subscripted_rvalue for each dimenasion. Remove
2717 the final call to deprecated_set_value_type.
2718
41e8491f
JK
27192011-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2720
2721 Make value allocations more lazy.
2722 * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
2723 instead of allocate_value and set_value_lazy when possible.
f2eb0bc8 2724 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy
41e8491f
JK
2725 instead of allocate_value and set_value_lazy.
2726 * findvar.c (value_of_register_lazy): Likewise.
2727 (read_var_value): Remove V preallocation, call just check_typedef in
f2eb0bc8 2728 advance. Move allocate_value to LOC_CONST, LOC_LABEL,
41e8491f
JK
2729 LOC_CONST_BYTES. Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
2730 LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK. Set ADDR instead of
2731 set_value_address and break in LOC_BLOCK. Use allocate_value_lazy and
2732 remove lval_memory set in LOC_REGPARM_ADDR. Use allocate_value_lazy
2733 in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT. Add setting lval_memory at
2734 the end, remove set_value_lazy there.
2735 * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
2736 instead of allocate_value and set_value_lazy when possible.
2737 * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
2738 * value.c (allocate_computed_value): Use allocate_value_lazy instead
2739 of allocate_value and set_value_lazy.
2740 (value_from_contents_and_address): Use allocate_value_lazy instead of
2741 allocate_value and set_value_lazy when possible.
2742
b716877b
AB
27432011-01-12 Andrew Burgess <aburgess@broadcom.com>
2744
2745 * disasm.c (dump_insns): Support dumping opcodes for MI.
2746 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
2747 dumping of instruction opcodes.
2748
d5ae309f
JB
27492011-01-09 Robert Millan <rmh@gnu.org> (tiny patch)
2750
2751 * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
2752 appropiately.
2753
98871305
TT
27542011-01-11 Tom Tromey <tromey@redhat.com>
2755
2756 * thread.c (do_captured_thread_select): Emit newline before
2757 printing frame.
2758
c378eb4e
MS
27592011-01-11 Michael Snyder <msnyder@vmware.com>
2760
2761 * s390-tdep.c: Comment cleanup, mostly periods and spaces.
2762 * score-tdep.c: Ditto.
2763 * score-tdep.h: Ditto.
2764 * ser-base.c: Ditto.
2765 * ser-go32.c: Ditto.
2766 * serial.c: Ditto.
2767 * serial.h: Ditto.
2768 * ser-mingw.c: Ditto.
2769 * ser-pipe.c: Ditto.
2770 * ser-tcp.c: Ditto.
2771 * ser-unix.c: Ditto.
2772 * sh64-tdep.c: Ditto.
2773 * shnbsd-nat.c: Ditto.
2774 * sh-tdep.c: Ditto.
2775 * sh-tdep.h: Ditto.
2776 * solib.c: Ditto.
2777 * solib-darwin.c: Ditto.
2778 * solib-frv.c: Ditto.
2779 * solib.h: Ditto.
2780 * solib-irix.c: Ditto.
2781 * solib-osf.c: Ditto.
2782 * solib-pa64.c: Ditto.
2783 * solib-som.c: Ditto.
2784 * solib-spu.c: Ditto.
2785 * solib-sunos.c: Ditto.
2786 * solib-svr4.c: Ditto.
2787 * solist.h: Ditto.
2788 * sol-thread.c: Ditto.
2789 * somread.c: Ditto.
2790 * source.c: Ditto.
2791 * source.h: Ditto.
2792 * sparc64-linux-tdep.c: Ditto.
2793 * sparc64-tdep.c: Ditto.
2794 * sparc-linux-nat.c: Ditto.
2795 * sparc-linux-tdep.c: Ditto.
2796 * sparc-sol2-nat.c: Ditto.
2797 * sparc-sol2-tdep.c: Ditto.
2798 * sparc-tdep.c: Ditto.
2799 * sparc-tdep.h: Ditto.
2800 * spu-tdep.c: Ditto.
2801 * stabsread.c: Ditto.
2802 * stabsread.h: Ditto.
2803 * stack.c: Ditto.
2804 * symfile.c: Ditto.
2805 * symfile.h: Ditto.
2806 * symmisc.c: Ditto.
2807 * symtab.c: Ditto.
2808 * symtab.h: Ditto.
2809 * target.c: Ditto.
2810 * target-descriptions.c: Ditto.
2811 * target-descriptions.h: Ditto.
2812 * target.h: Ditto.
2813 * target-memory.c: Ditto.
2814 * terminal.h: Ditto.
2815 * thread.c: Ditto.
2816 * top.c: Ditto.
2817 * tracepoint.c: Ditto.
2818 * tracepoint.h: Ditto.
2819 * trad-frame.h: Ditto.
2820 * typeprint.c: Ditto.
2821
581e13c1
MS
28222011-01-11 Michael Snyder <msnyder@vmware.com>
2823
2824 * ui-file.c: Comment cleanup, mostly periods and spaces.
2825 * ui-file.h: Ditto.
2826 * ui-out.c: Ditto.
2827 * ui-out.h: Ditto.
2828 * utils.c: Ditto.
2829 * v850-tdep.c: Ditto.
2830 * valarith.c: Ditto.
2831 * valops.c: Ditto.
2832 * valprint.c: Ditto.
2833 * valprint.h: Ditto.
2834 * value.c: Ditto.
2835 * value.h: Ditto.
2836 * varobj.c: Ditto.
2837 * varobj.h: Ditto.
2838 * vax-tdep.c: Ditto.
2839 * vec.c: Ditto.
2840 * vec.h: Ditto.
2841 * version.h: Ditto.
2842 * windows-nat.c: Ditto.
2843 * windows-tdep.c: Ditto.
2844 * xcoffread.c: Ditto.
2845 * xcoffsolib.c: Ditto.
2846 * xml-support.c: Ditto.
2847 * xstormy16-tdep.c: Ditto.
2848 * xtensa-tdep.c: Ditto.
2849 * xtensa-tdep.h: Ditto.
2850
90e4670f
TJB
28512011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
2852
2853 * breakpoint.c (resources_needed_watchpoint): Fix indentation.
2854 * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
2855
e09342b5
TJB
28562011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2857 Thiago Jung Bauermann <bauerman@br.ibm.com>
2858
2859 Implement support for PowerPC BookE ranged watchpoints.
f2eb0bc8 2860 * breakpoint.h
e09342b5
TJB
2861 (struct breakpoint_ops) <resources_needed>: New method.
2862 Initialize to NULL in all existing breakpoint_ops instances.
2863 (struct breakpoint) <exact>: New field.
2864 (target_exact_watchpoints): Declare external global.
2865 * breakpoint.c (target_exact_watchpoints): New global flag.
2866 (update_watchpoint): Set b->type to bp_hardware_watchpoint and
2867 b->enable_state to bp_enabled before calling
2868 hw_watchpoint_used_count.
2869 (hw_watchpoint_used_count): Iterate over all bp_locations in a
2870 watchpoint. Call breakpoint's breakpoint_ops.resources_needed
2871 if available.
2872 (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
2873 if the watchpoint is exact.
2874 (resources_needed_watchpoint): New function.
2875 (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
2876 (watch_command_1): Set b->exact if the user asked for an exact
2877 watchpoint and one can be set.
2878 (can_use_hardware_watchpoint): Add exact_watchpoints argument.
2879 Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
2880 the user asks for an exact watchpoint and one can be set. Return
2881 number of needed debug registers to watch the expression.
2882 * gdbtypes.c (is_scalar_type): New function, based on
2883 valprint.c:scalar_type_p.
2884 (is_scalar_type_recursive): New function.
2885 * gdbtypes.h (is_scalar_type_recursive): Declare.
2886 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
2887 handle regions when ranged watchpoints are available.
2888 (create_watchpoint_request): New function.
2889 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
2890 create_watchpoint_request.
2891 * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
2892 (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
2893 `set powerpc' and `show powerpc' commands.
2894 * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
2895 Mention documentation comment in the target macro.
2896 (target_region_ok_for_hw_watchpoint): Document return value.
2897
9fa40276
TJB
28982011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
2899
2900 * breakpoint.c (update_watchpoint): Decide on using a software or
2901 hardware watchpoint after the bp_locations are created.
2902
77b06cd7
TJB
29032010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
2904
2905 Convert hardware watchpoints to use breakpoint_ops.
2906 * breakpoint.h (breakpoint_ops) <insert>: Rename to...
2907 <insert_location>: ... this. Return int instead of void.
2908 Accept pointer to struct bp_location instead of pointer to
2909 struct breakpoint. Adapt all implementations.
f2eb0bc8 2910 (breakpoint_ops) <remove>: Rename to...
77b06cd7
TJB
2911 <remove_location>: ... this. Accept pointer to struct bp_location
2912 instead of pointer to struct breakpoint. Adapt all implementations.
2913 * breakpoint.c (insert_catchpoint): Delete function.
2914 (insert_bp_location): Call the watchpoint or catchpoint's
2915 breakpoint_ops.insert method.
2916 (remove_breakpoint_1): Call the watchpoint or catchpoint's
2917 breakpoint_ops.remove method.
2918 (insert_watchpoint, remove_watchpoint): New functions.
2919 (watchpoint_breakpoint_ops): New structure.
2920 (watch_command_1): Initialize the OPS field.
2921 * inf-child.c (inf_child_insert_fork_catchpoint)
2922 (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
2923 (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
2924 (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
2925 Delete functions.
2926 (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
2927 to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
2928 to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
2929 to_remove_exec_catchpoint and to_set_syscall_catchpoint.
2930 * target.c (update_current_target): Change default implementation of
2931 to_insert_fork_catchpoint, to_remove_fork_catchpoint,
2932 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
2933 to_insert_exec_catchpoint, to_remove_exec_catchpoint and
2934 to_set_syscall_catchpoint to return_one.
2935 (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
2936 (debug_to_insert_exec_catchpoint): Report return value.
2937 * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
2938 (to_insert_exec_catchpoint): Change declaration to return int instead
2939 of void.
2940
9b20d036
MS
29412011-01-11 Michael Snyder <msnyder@vmware.com>
2942
2943 * arm-tdep.c: Internationalization.
2944 * c-lang.c: Ditto.
2945 * charset.c: Ditto.
2946 * fork-child.c: Ditto.
2947 * nto-procfs.c: Ditto.
2948 * ppc-sysv-tdep.c: Ditto.
2949 * procfs.c: Ditto.
2950 * remote-mips.c: Ditto.
2951 * remote.c: Ditto.
2952 * rs6000-nat.c: Ditto.
2953 * rs6000-tdep.c: Ditto.
2954 * target.c: Ditto.
2955 * valops.c: Ditto.
2956 * value.c: Ditto.
2957 * xml-support.c: Ditto.
2958 * mi/mi-cmd-break.c: Ditto.
2959 * mi/mi-cmd-var.c: Ditto.
2960 * mi/mi-interp.c: Ditto.
2961 * mi/mi-main.c: Ditto.
2962
dae477fe
AB
29632011-01-11 Andrew Burgess <aburgess@broadcom.com>
2964
2965 * remote-sim.c (gdbsim_store_register): Update API to
2966 sim_store_register to check more error conditions.
2967
0df8b418
MS
29682011-01-10 Michael Snyder <msnyder@vmware.com>
2969
2970 * nto-procfs.c: Comment cleanup, mostly periods and spaces.
2971 * nto-tdep.c: Ditto.
2972 * nto-tdep.h: Ditto.
2973 * objc-exp.y: Ditto.
2974 * objc-lang.c: Ditto.
2975 * objfiles.c: Ditto.
2976 * objfiles.h: Ditto.
2977 * observer.c: Ditto.
2978 * opencl-lang.c: Ditto.
2979 * osabi.c: Ditto.
2980 * parse.c: Ditto.
2981 * parser-defs.h: Ditto.
2982 * p-exp.y: Ditto.
2983 * p-lang.c: Ditto.
2984 * posix-hdep.c: Ditto.
2985 * ppcbug-rom.c: Ditto.
2986 * ppc-linux-nat.c: Ditto.
2987 * ppc-linux-tdep.c: Ditto.
2988 * ppc-linux-tdep.h: Ditto.
2989 * ppcnbsd-tdep.c: Ditto.
2990 * ppcobsd-tdep.c: Ditto.
2991 * ppcobsd-tdep.h: Ditto.
2992 * ppc-sysv-tdep.c: Ditto.
2993 * ppc-tdep.h: Ditto.
2994 * printcmd.c: Ditto.
2995 * proc-abi.c: Ditto.
2996 * proc-flags.c: Ditto.
2997 * procfs.c: Ditto.
2998 * proc-utils.h: Ditto.
2999 * progspace.h: Ditto.
3000 * prologue-value.c: Ditto.
3001 * prologue-value.h: Ditto.
3002 * psympriv.h: Ditto.
3003 * psymtab.c: Ditto.
3004 * p-typeprint.c: Ditto.
3005 * p-valprint.c: Ditto.
3006 * ravenscar-sparc-thread.c: Ditto.
3007 * ravenscar-thread.c: Ditto.
3008 * ravenscar-thread.h: Ditto.
3009 * record.c: Ditto.
3010 * regcache.c: Ditto.
3011 * regcache.h: Ditto.
3012 * remote.c: Ditto.
3013 * remote-fileio.c: Ditto.
3014 * remote-fileio.h: Ditto.
3015 * remote.h: Ditto.
3016 * remote-m32r-sdi.c: Ditto.
3017 * remote-mips.c: Ditto.
3018 * remote-sim.c: Ditto.
3019 * rs6000-aix-tdep.c: Ditto.
3020 * rs6000-nat.c: Ditto.
3021 * rs6000-tdep.c: Ditto.
3022
0d7a18f7
MS
30232011-01-10 Michael Snyder <msnyder@vmware.com>
3024
3025 * charset.c (validate): Internationalization.
3026 * coffread.c (read_one_sym): Ditto.
3027 * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
3028 * h8300-tdep.c (H8300_extract_return_value): Ditto.
3029 * inflow.c (new_tty): Ditto.
3030 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
3031 * m32c-tdep.c (m32c_return_value): Ditto.
3032 * mep-tdep.c (mep_store_return_value): Ditto.
3033 * score-tdep.c (score7_fetch_insn): Ditto.
3034 * ser-mingw.c (pipe_windows_open): Ditto.
3035 * sh64-tdep.c (sh64_extract_return_value): Ditto.
3036 * spu-tdep.c (spu_register_type): Ditto.
3037 * tracepoint.c (trace_find_command): Ditto.
3038 * valarith.c (value_pos): Ditto.
3039
9a153e0b
JB
30402011-01-10 Joel Brobecker <brobecker@adacore.com>
3041
3042 * ada-valprint.c (printstr): Minor comment reformatting.
3043
35ecd2d6
MS
30442011-01-08 Michael Snyder <msnyder@vmware.com>
3045
3046 * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
3047 markup.
3048
1777feb0
MS
30492011-01-08 Michael Snyder <msnyder@vmware.com>
3050
3051 * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
3052 * hppa-hpux-tdep.c: Ditto.
3053 * hppa-linux-nat.c: Ditto.
3054 * hppa-linux-tdep.c: Ditto.
3055 * hppanbsd-tdep.c: Ditto.
3056 * hppa-tdep.c: Ditto.
3057 * hppa-tdep.h: Ditto.
3058 * hpux-thread.c: Ditto.
3059 * i386-cygwin-tdep.c: Ditto.
3060 * i386-darwin-nat.c: Ditto.
3061 * i386gnu-nat.c: Ditto.
3062 * i386-linux-nat.c: Ditto.
3063 * i386-linux-tdep.c: Ditto.
3064 * i386-nat.c: Ditto.
3065 * i386-nat.h: Ditto.
3066 * i386nbsd-tdep.c: Ditto.
3067 * i386-sol2-nat.c: Ditto.
3068 * i386-stub.c: Ditto.
3069 * i386-tdep.c: Ditto.
3070 * i386-tdep.h: Ditto.
3071 * i387-tdep.c: Ditto.
3072 * ia64-linux-nat.c: Ditto.
3073 * ia64-linux-tdep.c: Ditto.
3074 * ia64-tdep.c: Ditto.
3075 * infcall.c: Ditto.
3076 * infcall.h: Ditto.
3077 * infcmd.c: Ditto.
3078 * inferior.c: Ditto.
3079 * inferior.h: Ditto.
3080 * infloop.c: Ditto.
3081 * inflow.c: Ditto.
3082 * infrun.c: Ditto.
3083 * interps.c: Ditto.
3084 * interps.h: Ditto.
3085 * iq2000-tdep.c: Ditto.
3086 * irix5-nat.c: Ditto.
3087 * jit.c: Ditto.
3088 * jit.h: Ditto.
3089 * jv-exp.y: Ditto.
3090 * jv-lang.c: Ditto.
3091 * jv-lang.h: Ditto.
3092 * jv-typeprint.c: Ditto.
3093 * jv-valprint.c: Ditto.
3094 * language.c: Ditto.
3095 * language.h: Ditto.
3096 * linespec.c: Ditto.
3097 * linux-fork.c: Ditto.
3098 * linux-nat.c: Ditto.
3099 * linux-thread-db.c: Ditto.
3100 * lm32-tdep.c: Ditto.
3101
025bb325
MS
31022011-01-08 Michael Snyder <msnyder@vmware.com>
3103
3104 * m2-exp.y: Comment cleanup, mostly periods and spaces.
3105 * m2-lang.c: Ditto.
3106 * m2-typeprint.c: Ditto.
3107 * m2-valprint.c: Ditto.
3108 * m32c-tdep.c: Ditto.
3109 * m32r-linux-nat.c: Ditto.
3110 * m32r-rom.c: Ditto.
3111 * m32r-tdep.c: Ditto.
3112 * m32r-tdep.h: Ditto.
3113 * m68hc11-tdep.c: Ditto.
3114 * m58klinux-nat.c: Ditto.
3115 * m68k-tdep.c: Ditto.
3116 * m88k-tdep.c: Ditto.
3117 * m88k-tdep.h: Ditto.
3118 * machoread.c: Ditto.
3119 * macrocmd.c: Ditto.
3120 * macroexp.c: Ditto.
3121 * macrotab.c: Ditto.
3122 * main.c: Ditto.
3123 * maint.c: Ditto.
3124 * mdebugread.c: Ditto.
3125 * mdebugread.h: Ditto.
3126 * memattr.c: Ditto.
3127 * memattr.h: Ditto.
3128 * memory-map.h: Ditto.
3129 * mep-tdep.c: Ditto.
3130 * microblaze-rom.c: Ditto.
3131 * microblaze-tdep.c: Ditto.
3132 * minsyms.c: Ditto.
3133 * mips-irix-tdep.c: Ditto.
3134 * mips-linux-nat.c: Ditto.
3135 * mips-linux-tdep.c: Ditto.
3136 * mips-linux-tdep.h: Ditto.
3137 * mipsnbsd-nat.c: Ditto.
3138 * mipsnbsd-tdep.c: Ditto.
3139 * mipsread.c: Ditto.
3140 * mips-tdep.c: Ditto.
3141 * mips-tdep.h: Ditto.
3142 * mn10300-linux-tdep.c: Ditto.
3143 * mn10300-tdep.c: Ditto.
3144 * mn10300-tdep.h: Ditto.
3145 * monitor.c: Ditto.
3146 * monitor.h: Ditto.
3147 * moxie-tdep.c: Ditto.
3148 * moxie-tdep.h: Ditto.
3149 * mt-tdep.c: Ditto.
3150
1642781b
MF
31512011-01-08 Mike Frysinger <vapier@gentoo.org>
3152
3153 * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
3154
394b0adb
JB
31552011-01-08 Robert Millan <rmh@gnu.org>
3156
3157 * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
3158
b670013c
MS
31592011-01-07 Michael Snyder <msnyder@vmware.com>
3160
3161 * charset.c (_initialize_charset): Fix typo in string.
3162
a743e542
MS
31632011-01-07 Michael Snyder <msnyder@vmware.com>
3164
3165 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
3166 for i18n.
f2eb0bc8 3167 * tui/tui-layout.c (tui_set_layout_for_display_command):
a743e542
MS
3168 Split line so that operator goes to beginning of line.
3169 * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
3170 assignment out of if statement.
3171
0963b4bd
MS
31722011-01-07 Michael Snyder <msnyder@vmware.com>
3173
3174 * ada-lang.c: Comment cleanup, mostly periods and spaces.
3175 * ada-lang.h: Ditto.
3176 * ada-tasks.c: Ditto.
3177 * ada-valprint.c: Ditto.
3178 * aix-threads.c: Ditto.
3179 * alpha-linux-nat.c: Ditto.
3180 * alpha-linux-tdep.c: Ditto.
3181 * alpha-mdebug-tdep.c: Ditto.
3182 * alpha-nat.c: Ditto.
3183 * alpha-osf1-tdep.c: Ditto.
3184 * alpha-tdep.c: Ditto.
3185 * alphabsd-nat.c: Ditto.
3186 * alphabsd-tdep.c: Ditto.
3187 * amd64-darwin-tdep.c: Ditto.
3188 * amd64-linux-nat.c: Ditto.
3189 * amd64-linux-tdep.c: Ditto.
3190 * amd64-sol2-tdep.c: Ditto.
3191 * amd64-tdep.c: Ditto.
3192 * amd64-fbsd-tdep.c: Ditto.
3193 * amd64-nbsd-tdep.c: Ditto.
3194 * amd64-obsd-tdep.c: Ditto.
3195 * amd64-linux-nat.c: Ditto.
3196 * amd64-linux-tdep.c: Ditto.
3197 * arm-tdep.c: Ditto.
3198 * arm-tdep.h: Ditto.
3199 * armnbsd-nat.c: Ditto.
3200 * avr-tdep.c: Ditto.
3201 * bfin-tdep.c: Ditto.
3202 * bsd-kvm.c: Ditto.
3203 * c-typeprintc: Ditto.
3204 * c-valprint.c: Ditto.
3205 * coff-pe-read.h: Ditto.
3206 * coffreead.c: Ditto.
3207 * cris-tdep.c: Ditto.
3208 * d-lang.c: Ditto.
3209 * darwin-nat-info.c: Ditto.
3210 * darwin-nat.c: Ditto.
3211 * dbug-rom.c: Ditto.
3212 * dbxread.c: Ditto.
3213 * dcache.c: Ditto.
3214 * dcache.h: Ditto.
3215 * dec-thread.c: Ditto.
3216 * defs.h: Ditto.
3217 * demangle.c: Ditto.
3218 * dicos-tdep.c: Ditto.
3219 * dictionary.c: Ditto.
3220 * dictionary.h: Ditto.
3221 * dink32-rom.c: Ditto.
3222 * disasm.c: Ditto.
3223 * doublest.c: Ditto.
3224 * dsrec.c: Ditto.
3225 * dummy-frame.c: Ditto.
3226 * dwarf2-frame.c: Ditto.
3227 * dwarf2expr.c: Ditto.
3228 * dwarf2loc.c: Ditto.
3229 * dwarf2read.c: Ditto.
3230 * elfread.c: Ditto.
3231 * environ.c: Ditto.
3232 * eval.c: Ditto.
3233 * event-top.h: Ditto.
3234 * exceptions.c: Ditto.
3235 * exceptions.h: Ditto.
3236 * exec.c: Ditto.
3237 * expprint.c: Ditto.
3238 * expression.h: Ditto.
3239 * f-exp.y: Ditto.
3240 * f-lang.c: Ditto.
3241 * f-lang.h: Ditto.
3242 * f-typeprint.c: Ditto.
3243 * f-valprint.c: Ditto.
3244 * fbsd-nat.c: Ditto.
3245 * findvar.c: Ditto.
3246 * fork-child.c: Ditto.
3247 * frame.c: Ditto.
3248 * frame.h: Ditto.
3249 * frv-linux-tdep.c: Ditto.
3250 * frv-tdep.c: Ditto.
3251 * gcore.c: Ditto.
3252 * gdb-stabs.h: Ditto.
3253 * gdb_assert.h: Ditto.
3254 * gdb_string.h: Ditto.
3255 * gdb_thread_db.h: Ditto.
3256 * gdb_wait.h: Ditto.
3257 * gdbarch.sh: Ditto.
3258 * gdbcore.h: Ditto.
3259 * gdbthread.h: Ditto.
3260 * gdbtypes.c: Ditto.
3261 * gdbtypes.h: Ditto.
3262 * gnu-nat.c: Ditto.
3263 * gnu-nat.h: Ditto.
3264 * gnu-v2-abi.c: Ditto.
3265 * gnu-v3-abi.c: Ditto.
3266 * go32-nat.c: Ditto.
3267 * gdbarch.c: Regenerate.
3268 * gdbarch.h: Regenerate.
3269
ac74f770
MS
32702011-01-07 Michael Snyder <msnyder@vmware.com>
3271
3272 * ax-gdb.c: Adjust some long output strings.
3273 * breakpoint.c: Ditto.
3274 * charset.c: Ditto.
3275 * cp-abi.c: Ditto.
3276 * infcall.c: Ditto.
3277 * infrun.c: Ditto.
3278 * linux-nat.c: Ditto.
3279 * solib-pa64.c: Ditto.
3280 * solib-som.c: Ditto.
3281
d8e22779
TT
32822011-01-06 Tom Tromey <tromey@redhat.com>
3283
3284 PR python/12367:
3285 * NEWS: Add item.
3286 * python/python.c (GdbMethods): Add "newest_frame" method.
3287 * python/python-internal.h (gdbpy_newest_frame): Declare.
3288 * python/py-frame.c (gdbpy_newest_frame): New function.
3289
a255712f
PP
32902010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3291
3292 * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
3293 * jit.c (jit_debug): New variable.
3294 (show_jit_debug): New function.
3295 (struct target_buffer): Use ULONGEST.
3296 (bfd_open_from_target_memory): Likewise.
3297 (jit_register_code, jit_inferior_init): Add debug output.
3298 (_initialize_jit): Register "debug jit" command.
3299
ccfc3d6e
TT
33002011-01-06 Tom Tromey <tromey@redhat.com>
3301
3302 * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
3303 * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
3304 and ARCH_FRAME.
3305
57126e4a
TT
33062011-01-06 Tom Tromey <tromey@redhat.com>
3307
3308 * python/py-frame.c (frapy_block): Use get_frame_block.
3309
16dfc9ce
JB
33102011-01-06 Joel Brobecker <brobecker@adacore.com>
3311
3312 Do not stop on SIGPRIO signals by default
3313 * infrun.c (_initialize_infrun): Unset signal_stop and
3314 signal_print for TARGET_SIGNAL_PRIO.
3315
b1ce2347
JB
33162011-01-06 Joel Brobecker <brobecker@adacore.com>
3317
3318 * ada-tasks.c: Fix style violation in comment.
3319
8f7e195f
JB
33202011-01-06 Joel Brobecker <brobecker@adacore.com>
3321
3322 * linespec.c (decode_compound, find_method): Remove trailing \n
3323 at end of error string.
3324 * solib-irix.c (irix_current_sos): Likewise.
3325 * varobj.c (uninstall_variable): Likewise.
3326
e9bdf92c
JB
33272011-01-06 Joel Brobecker <brobecker@adacore.com>
3328
3329 * copyright.py: New script.
3330 * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
3331 Launch emacs without exec'ing. Call copyright.py afterwards.
3332
3e43a32a
MS
33332011-01-05 Michael Snyder <msnyder@vmware.com>
3334
3335 * addrmap.c: Shorten lines of >= 80 columns.
3336 * arch-utils.c: Ditto.
3337 * arch-utils.h: Ditto.
3338 * ax-gdb.c: Ditto.
3339 * ax-general.c: Ditto.
3340 * bcache.c: Ditto.
3341 * blockframe.c: Ditto.
3342 * breakpoint.c: Ditto.
3343 * buildsym.c: Ditto.
3344 * c-lang.c: Ditto.
3345 * c-typeprint.c: Ditto.
3346 * charset.c: Ditto.
3347 * coffread.c: Ditto.
3348 * command.h: Ditto.
3349 * corelow.c: Ditto.
3350 * cp-abi.c: Ditto.
3351 * cp-namespace.c: Ditto.
3352 * cp-support.c: Ditto.
3353 * dbug-rom.c: Ditto.
3354 * dbxread.c: Ditto.
3355 * defs.h: Ditto.
3356 * dfp.c: Ditto.
3357 * dfp.h: Ditto.
3358 * dictionary.c: Ditto.
3359 * disasm.c: Ditto.
3360 * doublest.c: Ditto.
3361 * dwarf2-frame.c: Ditto.
3362 * dwarf2expr.c: Ditto.
3363 * dwarf2loc.c: Ditto.
3364 * dwarf2read.c: Ditto.
3365 * elfread.c: Ditto.
3366 * eval.c: Ditto.
3367 * event-loop.c: Ditto.
3368 * event-loop.h: Ditto.
3369 * exceptions.h: Ditto.
3370 * exec.c: Ditto.
3371 * expprint.c: Ditto.
3372 * expression.h: Ditto.
3373 * f-lang.c: Ditto.
3374 * f-valprint.c: Ditto.
3375 * findcmd.c: Ditto.
3376 * frame-base.c: Ditto.
3377 * frame-unwind.c: Ditto.
3378 * frame-unwind.h: Ditto.
3379 * frame.c: Ditto.
3380 * frame.h: Ditto.
3381 * gcore.c: Ditto.
3382 * gdb-stabs.h: Ditto.
3383 * gdb_assert.h: Ditto.
3384 * gdb_dirent.h: Ditto.
3385 * gdb_obstack.h: Ditto.
3386 * gdbcore.h: Ditto.
3387 * gdbtypes.c: Ditto.
3388 * gdbtypes.h: Ditto.
3389 * inf-ttrace.c: Ditto.
3390 * infcall.c: Ditto.
3391 * infcmd.c: Ditto.
3392 * inflow.c: Ditto.
3393 * infrun.c: Ditto.
3394 * inline-frame.h: Ditto.
3395 * language.c: Ditto.
3396 * language.h: Ditto.
3397 * libunwind-frame.c: Ditto.
3398 * libunwind-frame.h: Ditto.
3399 * linespec.c: Ditto.
3400 * linux-nat.c: Ditto.
3401 * linux-nat.h: Ditto.
3402 * linux-thread-db.c: Ditto.
3403 * machoread.c: Ditto.
3404 * macroexp.c: Ditto.
3405 * macrotab.c: Ditto.
3406 * main.c: Ditto.
3407 * maint.c: Ditto.
3408 * mdebugread.c: Ditto.
3409 * memattr.c: Ditto.
3410 * minsyms.c: Ditto.
3411 * monitor.c: Ditto.
3412 * monitor.h: Ditto.
3413 * objfiles.c: Ditto.
3414 * objfiles.h: Ditto.
3415 * osabi.c: Ditto.
3416 * p-typeprint.c: Ditto.
3417 * p-valprint.c: Ditto.
3418 * parse.c: Ditto.
3419 * printcmd.c: Ditto.
3420 * proc-events.c: Ditto.
3421 * procfs.c: Ditto.
3422 * progspace.c: Ditto.
3423 * progspace.h: Ditto.
3424 * psympriv.h: Ditto.
3425 * psymtab.c: Ditto.
3426 * record.c: Ditto.
3427 * regcache.c: Ditto.
3428 * regcache.h: Ditto.
3429 * remote-fileio.c: Ditto.
3430 * remote.c: Ditto.
3431 * ser-mingw.c: Ditto.
3432 * ser-tcp.c: Ditto.
3433 * ser-unix.c: Ditto.
3434 * serial.c: Ditto.
3435 * serial.h: Ditto.
3436 * solib-frv.c: Ditto.
3437 * solib-irix.c: Ditto.
3438 * solib-osf.c: Ditto.
3439 * solib-pa64.c: Ditto.
3440 * solib-som.c: Ditto.
3441 * solib-sunos.c: Ditto.
3442 * solib-svr4.c: Ditto.
3443 * solib-target.c: Ditto.
3444 * solib.c: Ditto.
3445 * somread.c: Ditto.
3446 * source.c: Ditto.
3447 * stabsread.c: Ditto.
3448 * stabsread.c: Ditto.
3449 * stack.c: Ditto.
3450 * stack.h: Ditto.
3451 * symfile-mem.c: Ditto.
3452 * symfile.c: Ditto.
3453 * symfile.h: Ditto.
3454 * symmisc.c: Ditto.
3455 * symtab.c: Ditto.
3456 * symtab.h: Ditto.
3457 * target-descriptions.c: Ditto.
3458 * target-memory.c: Ditto.
3459 * target.c: Ditto.
3460 * target.h: Ditto.
3461 * terminal.h: Ditto.
3462 * thread.c: Ditto.
3463 * top.c: Ditto.
3464 * tracepoint.c: Ditto.
3465 * tracepoint.h: Ditto.
3466 * ui-file.c: Ditto.
3467 * ui-file.h: Ditto.
3468 * ui-out.h: Ditto.
3469 * user-regs.c: Ditto.
3470 * user-regs.h: Ditto.
3471 * utils.c: Ditto.
3472 * valarith.c: Ditto.
3473 * valops.c: Ditto.
3474 * valprint.c: Ditto.
3475 * valprint.h: Ditto.
3476 * value.c: Ditto.
3477 * varobj.c: Ditto.
3478 * varobj.h: Ditto.
3479 * vec.h: Ditto.
3480 * xcoffread.c: Ditto.
3481 * xcoffsolib.c: Ditto.
3482 * xcoffsolib.h: Ditto.
3483 * xml-syscall.c: Ditto.
3484 * xml-tdesc.c: Ditto.
3485
9a2b4c1b
MS
34862011-01-05 Michael Snyder <msnyder@vmware.com>
3487
3488 * cli/cli-cmds.c: Shorten lines of >= 80 columns.
3489 * cli/cli-decode.c: Ditto.
3490 * cli/cli-dump.c: Ditto.
3491 * cli/cli-logging.c: Ditto.
3492 * cli/cli-script.c: Ditto.
3493 * cli/cli-setshow.c: Ditto.
3494 * common/signals.c: Ditto.
3495 * mi/mi-cmd-break.c: Ditto.
3496 * mi/mi-cmd-disas.c: Ditto.
3497 * mi/mi-cmd-stack.c: Ditto.
3498 * mi/mi-cmd-var.c: Ditto.
3499 * mi/mi-cmds.c: Ditto.
3500 * mi/mi-common.h: Ditto.
3501 * mi/mi-console.c: Ditto.
3502 * mi/mi-interp.c: Ditto.
3503 * mi/mi-main.c: Ditto.
3504 * osf-share/cma_attr.c: Ditto.
3505 * osf-share/cma_deb_core.h: Ditto.
3506 * osf-share/cma_debug_client.h: Ditto.
3507 * osf-share/cma_handle.h: Ditto.
3508 * osf-share/cma_mutex.h: Ditto.
3509 * osf-share/cma_stack_int.h: Ditto.
3510 * osf-share/cma_tcb_defs.h: Ditto.
3511 * python/py-auto-load.c: Ditto.
3512 * python/py-breakpoint.c: Ditto.
3513 * python/py-cmd.c: Ditto.
3514 * python/py-frame.c: Ditto.
3515 * python/py-objfile.c: Ditto.
3516 * python/py-param.c: Ditto.
3517 * python/py-progspace.c: Ditto.
3518 * python/py-symbol.c: Ditto.
3519 * python/py-value.c: Ditto.
3520 * python/python-internal.h: Ditto.
3521 * python/python.c: Ditto.
3522 * tui/tui-data.c: Ditto.
3523 * tui/tui-disasm.c: Ditto.
3524 * tui/tui-hooks.c: Ditto.
3525 * tui/tui-io.c: Ditto.
3526 * tui/tui-layout.c: Ditto.
3527 * tui/tui-regs.c: Ditto.
3528 * tui/tui-source.c: Ditto.
3529 * tui/tui-stack.c: Ditto.
3530 * tui/tui-win.c: Ditto.
3531 * tui/tui-windata.c: Ditto.
3532 * tui/tui-winsource.c: Ditto.
3533
44944448
JB
35342011-01-05 Joel Brobecker <brobecker@adacore.com>
3535
3536 * configure.ac, gdb.1: Copyright year update.
3537
ebedcab5
JK
35382011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3539
3540 * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
3541 this_pc_in_block, morestack_msym and morestack_name. Check for
3542 "__morestack" minimal symbol there.
3543
e5cc9f32
JB
35442011-01-03 Joel Brobecker <brobecker@adacore.com>
3545
3546 * symfile.c (find_sym_fns): Add call to dont_repeat.
3547
7b6bb8da
JB
35482011-01-01 Joel Brobecker <brobecker@adacore.com>
3549
3550 Copyright year update in most files (performed by copyright.sh).
3551
71ce852c
JB
35522011-01-01 Joel Brobecker <brobecker@adacore.com>
3553
3554 * top.c (print_gdb_version): Update copyright year in version output.
0e2de366 3555
c3c1ebe8 3556For older changes see ChangeLog-2010.
c906108c
SS
3557\f
3558Local Variables:
3559mode: change-log
3560left-margin: 8
3561fill-column: 74
3562version-control: never
57da7796 3563coding: utf-8
c906108c 3564End: