gdb/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
5ee4ed9f
JK
12012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 Code cleanup.
4 * source.c (add_path): Remove always true conditional 'p == 0' and
5 unindent its code block.
6
f41f5e61
PA
72012-04-17 Pedro Alves <palves@redhat.com>
8
9 * gdbtypes.h (FIELD_BITPOS): Rename to ...
10 (FIELD_BITPOS_LVAL): ... this.
11 (FIELD_BITPOS): New.
12 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
13 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
14 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
15 SET_FIELD_BITPOS.
16 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
17 SET_FIELD_BITPOS.
18 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
19 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
20 * target-descriptions.c (tdesc_gdb_type): Adjust to use
21 SET_FIELD_BITPOS.
22
945b3a32
JK
232012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
24
25 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
26 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
27 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
28 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
29 * jv-lang.c (java_link_class_type): Likewise, once.
30 * stabsread.c (read_enum_type): Likewise.
31
42476b70
YQ
322012-04-16 Yao Qi <yao@codesourcery.com>
33
34 * common/agent.c (agent_run_command): Add one more parameter `len'.
35 Update callers.
36 * common/agent.h: Update declaration.
37 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
38 Update.
39 (linux_child_static_tracepoint_markers_by_strid): Ditto.
40
8264ba82
AG
412012-04-14 Anton Gorenkov <xgsa@yandex.ru>
42
43 PR mi/13393
44 * value.c (value_actual_type): New function.
45 * value.h (value_actual_type): New declaration.
46 * varobj.c (update_type_if_necessary): New function.
47 (varobj_create): Call value_actual_type instead of
48 value_type.
49 (install_dynamic_child): distinct changed and type changed MI variable
50 objects.
51 (update_dynamic_varobj_children): Updated for install_dynamic_child
52 change. All callers updated.
53 (varobj_update): Support for MI variable object type change if
54 the value changed and RTTI is used to determine the type.
55 (create_child_with_value): Call value_actual_type instead of
56 value_type.
57 (adjust_value_for_child_access): Extended with a new parameter which
58 specify whether the given value should be casted to enclosing type.
59 All callers updated.
60
55a8c076
YQ
612012-04-14 Yao Qi <yao@codesourcery.com>
62
63 Import gnulib module inttypes from git
64 (250b80067c1e1d8faa0c42fb572f721975b929c5)
65 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
66 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and gnulib/m4/inttypes-pri.m4
67 * aclocal.m4, config.in, configure: Regenerated.
68 * gnulib/Makefile.am: Update.
69 * gnulib/Makefile.in: Update.
70 * gnulib/m4/gnulib-cache.m4: Update.
71 * gnulib/m4/gnulib-comp.m4: Update.
72 * gnulib/inttypes.in.h: New.
73 * gnulib/m4/inttypes-pri.m4: New.
74 * gnulib/m4/inttypes.m4: New.
75
ca7781d2
LM
762012-04-13 Luis Machado <lgustavo@codesourcery.com>
77
78 * infrun.c (resume): Update PC address to the real PC after
79 preparing to do displaced stepping.
80
e319fa28
DE
812012-04-12 Doug Evans <dje@google.com>
82
83 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
84 All callers updated.
85
15add3f5
MK
862012-04-12 Mark Kettenis <kettenis@gnu.org>
87
88 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
89
52dc124a
DE
902012-04-12 Doug Evans <dje@google.com>
91
0e50663e
DE
92 * dwarf2read.c (create_all_type_units): Renamed from
93 create_debug_types_hash_table. All callers updated.
94
52dc124a
DE
95 * dwarf2read.c (create_signatured_type_table_from_index): Rename
96 local type_sig to sig_type, type_offset to type_offset_in_tu.
97 (hash_signatured_type): Renamed from hash_type_signature,
98 all callers updated.
99 (eq_signatured_type): Renamed from eq_type_signature,
100 all callers updated.
101 (create_debug_types_hash_table): Rename local type_sig to sig_type.
102 (process_enumeration_scope): Ditto.
103 (lookup_signatured_type_at_offset): Ditto.
104 (load_full_type_unit, read_signatured_type): Ditto.
105
248fd3bf
YQ
1062012-04-12 Yao Qi <yao@codesourcery.com>
107
108 * remote.c (async_remote_interrupt): Correct function name in
109 debug message.
110 (async_remote_interrupt_twice): Ditto.
111
bc3aa6c3
DE
1122012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
113
114 * source.c (find_and_open_source): Consistently pass resulting
115 full path through xfullpath.
116
9e529e1d
JK
1172012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
118
119 Provide more specific displaced-stepping memory error message.
120 * infrun.c (displaced_step_prepare): New variable status. Call
121 target_read_memory instead of read_memory, provide more specific
122 error message.
123
82e0cec1
TG
1242012-04-11 Tristan Gingold <gingold@adacore.com>
125
126 PR gdb/13901
127 * darwin-nat.c (darwin_execvp): Revert previous patch.
128
d987a266
TG
1292012-04-11 Tristan Gingold <gingold@adacore.com>
130
131 PR gdb/13901
132 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
133 in case of change.
134
016b7430
TG
1352012-04-11 Tristan Gingold <gingold@adacore.com>
136
137 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
138 warning.
139
06fc020f
SCR
1402012-04-11 Siva Chandra Reddy <sivachandra@google.com>
141
142 New command 'explore' which helps explore values and types in
143 scope.
144 * NEWS: Add an entry about the new 'explore' command.
145 * data-directory/Makefile.in: Add gdb/command/explore.py
146 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
147 command using the GDB Python API.
148
de0919f8 1492012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
34b192ce
MR
150
151 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
152 extension in jump target calculation.
153
de0919f8 1542012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
9e8da49c
MR
155
156 * mips-tdep.c (mips32_next_pc): Handle JALX.
157
2f26ef89
YQ
1582012-04-10 Yao Qi <yao@codesourcery.com>
159
160 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
161
2e505b66
YQ
1622012-04-10 Yao Qi <yao@codesourcery.com>
163
164 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
165 and gnulib/m4/gnulib-tool.m4.
166
0d99eb77
DE
1672012-04-10 Doug Evans <dje@google.com>
168
169 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
170 (load_partial_dies): Clarify comment.
171 (find_partial_die): Support rereading type units.
172 Clarify CU handling, if we know offset is in CU, don't search for the
173 containing CU. Add comment regarding memory waste.
174
9a82b8ff
L
1752012-04-10 H.J. Lu <hongjiu.lu@intel.com>
176
177 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
178 i386/x32-avx and i386/x32-avx-linux.
179 (i386/x32-expedite): New.
180 (i386/x32-linux-expedite): Likewise.
181 (i386/x32-avx-expedite): Likewise.
182 (i386/x32-avx-linux-expedite): Likewise.
183 ($(outdir)/i386/x32.dat): Likewise.
184 ($(outdir)/i386/x32-linux.dat): Likewise.
185 ($(outdir)/i386/x32-avx.dat): Likewise.
186 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
187
188 * features/i386/x32-avx-linux.xml: New file.
189 * features/i386/x32-avx.xml: Likewise.
190 * features/i386/x32-core.xml: Likewise.
191 * features/i386/x32-linux.xml: Likewise.
192 * features/i386/x32.xml: Likewise.
193
194 * features/i386/x32-avx-linux.c: New. Generated.
195 * features/i386/x32-avx.c: Likewise.
196 * features/i386/x32-linux.c: Likewise.
197 * features/i386/x32.c: Likewise.
198 * regformats/i386/x32-avx-linux.dat: Likewise.
199 * regformats/i386/x32-avx.dat: Likewise.
200 * regformats/i386/x32-linux.dat: Likewise.
201 * regformats/i386/x32.dat: Likewise.
202
ee41036f
TG
2032012-04-10 Tristan Gingold <gingold@adacore.com>
204
205 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
206 code to kill the inferior.
207
a7aa5b8a
MK
2082012-04-09 Mark Kettenis <kettenis@gnu.org>
209
210 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
211 defines.
212 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
213 defines.
214 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
215 (yyvsp): New defines.
216 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
217 defines.
218 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
219 defines.
220 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
221 defines.
222 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
223 defines.
224 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
225 defines.
226
fb57d452
MK
2272012-04-09 Mark Kettenis <kettenis@gnu.org>
228
229 * sparc64-tdep.c (sparc64_store_arguments)
230 (sparc64_store_arguments): Fix coding style.
231
cdc7b32f
MK
2322012-04-07 Mark Kettenis <kettenis@gnu.org>
233
234 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
235 complex floats, adjust some related comments and tighten a related
236 assertion.
237 (sparc64_extract_return_value): Handle complex floats.
238
7adf1e79
DE
2392012-04-07 Doug Evans <dje@google.com>
240
241 * dwarf2read.c (load_partial_dies): Change condition to assert.
242
50f1ae7b
DE
2432012-04-06 Doug Evans <dje@google.com>
244
245 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
246 "mov %rsp,%rbp".
247
55fa75c3
KB
2482012-04-05 Kevin Buettner <kevinb@redhat.com>
249
250 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
251 fencepost error.
252 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
253 (v850_gdbarch_init): Set `num_regs' as appropriate for the
254 architecture.
255
40e084e1
KS
2562012-04-05 Keith Seitz <keiths@redhat.com>
257
258 * linespec.c (decode_compound): Remove.
259 (enum offset_relative_sign): New enum.
260 (struct line_offset): New struct.
261 (struct linespec): New struct.
262 (struct linespec_state): Move file_symtabs,
263 user_filename, and user_function into struct linespec.
264 Make result an anonymous struct holding vectors of
265 symbolp and minsym_and_objfile_d.
266 Add language member.
267 (enum ls_token_type): New enum.
268 (linespec_keywords): New array.
269 (struct ls_token): New struct.
270 (struct ls_parser): New struct.
271 (linespec_lexer_lex_number): New function.
272 (linespec_lexer_lex_keyword): New function.
273 (is_ada_operator): New function.
274 (skip_quote_char): New function.
275 (copy_token_string): New function.
276 (is_closing_quote_enclosed): New function.
277 (find_parameter_list_end): New function.
278 (linespec_lexer_lex_string): New function.
279 (linespec_lexer_lex_one): New function.
280 (linespec_lexer_consume_token): New function.
281 (linespec_lexer_peek_token): New function.
282 (cplusplus_error): Remove unused function.
283 (find_methods): Update comment.
284 (find_toplevel_char): Return const.
285 (is_objc_method_format): Remove unused function.
286 (find_toplevel_string): New function.
287 (is_linespec_boundary): Remove.
288 (symbol_not_found_error): New function.
289 (find_method_overload_end): Remove function.
290 (unexpected_linespec_error): New function.
291 (keep_name_info): Remove.
292 (linespec_parse_line_offset): New function.
293 (linespec_parse_basic): New function.
294 (canonicalize_linespec): New function.
295 (decode_line_internal): Remove.
296 (create_sals_line_offset): New function adapted from
297 decode_all_digits.
298 (convert_linespec_to_sals): New function.
299 (parse_linespec): New function.
300 (linespec_parser_new): New function.
301 (linespec_state_destructor): Change parameter type to
302 struct linespec_state *.
303 Add language parameter.
304 Remove freeing of moved members.
305 (linespec_parser_delete): New function.
306 (decode_line_full): Use parse_linespec and linespec_parser_new.
307 (decode_line_1): Likewise.
308 (decode_indirect): Rename to ...
309 (linespec_expression_to_pc): ... this and rewrite
310 to simply find CORE_ADDR, storing this result for later
311 conversion to SALs.
312 (locate_first_half): Remove.
313 (deocde_objc): Add parameter LS.
314 Initialize new struct collect_info members.
315 Handle minimal symbols, too.
316 (decode_compound): Delete.
317 (lookup_prefix_sym): Rewrite.
318 (compare_msymbols): New function.
319 (find_method): Rewrite.
320 Do not call cplusplus_error.
321 (symtabs_from_filename): Rewrite.
322 (collect_function_symbols): Delete.
323 (find_function_symbols): Rewrite without ARGPTR-style
324 processing.
325 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
326 (decode_dollar): Adapted and renamed to ...
327 (linespec_parse_variable): ... this.
328 (find_linespec_symbols): New function.
329 (decode_label): Adapted and renamed to ...
330 (find_label_symbols): ... this.
331 (decode_digits_list_mode): Add and use LS argument.
332 (decode_digits_ordinary): Likewise.
333 (collect_symbols): Do not collect SALs, just symbols and msymbols.
334 If in list mode, allow any symbol class. Otherwise, only
335 permit LOC_BLOCK symbols.
336 (minsym_found): Update comments.
337 (search_minsyms_for_name): Do not convert the matching symbol
338 into a SAL. Simply push the symbol and objfile into the
339 result vector.
340 (decode_variable): Delete. Contents adapted into
341 find_linespec_symbols.
342
343 * cp-support.c (SKIP_SPACE): Remove.
344 (operator_tokens): Remove unused global.
345 (cp_validate_operator): Remove.
346 * cp-support.h (cp_validate_operator): Remove declaration.
347
a72c8f6a
JK
3482012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
349
350 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
351 for TYPE_VPTR_FIELDNO.
352 * valprint.c (valprint_check_validity): Make it global, move the
353 function comment ...
354 * value.h (valprint_check_validity): ... to this new declaration.
355
cf9bb588
TG
3562012-04-02 Tristan Gingold <gingold@adacore.com>
357
358 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
359 the STATE32 api for i386 state.
360 (i386_darwin_store_inferior_registers): Likewise.
361
17092398
TG
3622012-04-02 Tristan Gingold <gingold@adacore.com>
363
364 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
365 SS offset.
366 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
367 format_string.
368
ece0061f
TG
3692012-04-02 Tristan Gingold <gingold@adacore.com>
370
371 PR gdb/13901
d987a266 372 * darwin-nat.c (darwin_execvp): Set binary preference.
ece0061f 373
cf65ecd3
JK
3742012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
375
376 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
377
9bc3523d
TT
3782012-03-30 Tom Tromey <tromey@redhat.com>
379
380 * python/python.c (gdbpy_decode_line): Move cleanup creation out
381 of TRY_CATCH. Fix error handling.
382 * python/py-value.c (convert_value_from_python): Move 'old'
383 declaration to innermost scope.
384
b1ed564a
JB
3852012-03-29 Joel Brobecker <brobecker@adacore.com>
386 Andrey Smirnov <andrew.smirnov@gmail.com>
387
388 -Wshadow warning fix.
389 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
390 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
391 Adjust code accordingly.
392
cb8e9b97
JB
3932012-03-29 Joel Brobecker <brobecker@adacore.com>
394
395 * ada-lang.c (symbol_completion_add): Rename parameter
396 "encoded" into "encoded_p". Ajust code and documentation
397 accordingly.
398
c0af1706
JB
3992012-03-29 Joel Brobecker <brobecker@adacore.com>
400 Andrey Smirnov <andrew.smirnov@gmail.com>
401
402 -Wshadow warning fix.
403 * ada-lang.c (symbol_completion_add): Rename parameter
404 "wild_match" into wild_match_p. Update code and documentation
405 accordingly.
406
6ea35997
JB
4072012-03-29 Joel Brobecker <brobecker@adacore.com>
408
409 * ada-lang.c (symbol_completion_match): Rename parameter
410 "encoded" into "encoded_p". Ajust code and documentation
411 accordingly.
412
e701b3c0
JB
4132012-03-29 Joel Brobecker <brobecker@adacore.com>
414 Andrey Smirnov <andrew.smirnov@gmail.com>
415
416 -Wshadow warning fix.
417 * ada-lang.c (symbol_completion_match): Rename parameter
418 "wild_match" into "wild_match_p". Adjust code and function
419 documentation accordingly.
420
5e2336be
JB
4212012-03-29 Joel Brobecker <brobecker@adacore.com>
422 Andrey Smirnov <andrew.smirnov@gmail.com>
423
424 -Wshadow warning fix.
425 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
426 "symbol_info" into "info". Adjust code accordingly.
427 (ada_lookup_symbol): Likewise.
428
9f88c959
JB
4292012-03-29 Joel Brobecker <brobecker@adacore.com>
430
431 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
432 of this function's documentation.
433
82ccd55e
JB
4342012-03-29 Joel Brobecker <brobecker@adacore.com>
435 Andrey Smirnov <andrew.smirnov@gmail.com>
436
437 -Wshadow warning fix.
438 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
439 variable into "wild_match_p". Adjust code accordingly.
440
d0a8ab18
JB
4412012-03-29 Joel Brobecker <brobecker@adacore.com>
442 Andrey Smirnov <andrew.smirnov@gmail.com>
443
444 -Wshadow warning fix.
445 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
446 parameter into "wild_match_p". Adjust code accordingly.
447 Document this parameter in the function description.
448
48b78332
JB
4492012-03-29 Joel Brobecker <brobecker@adacore.com>
450 Andrey Smirnov <andrew.smirnov@gmail.com>
451
452 -Wshadow warning fix.
453 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
454 "wild_match" parameter to "wild_match_p" (-Wshadow).
455
2e6e0353
JB
4562012-03-29 Joel Brobecker <brobecker@adacore.com>
457
458 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
459 in function documentation.
460
dc4024cd
JB
4612012-03-29 Joel Brobecker <brobecker@adacore.com>
462 Andrey Smirnov <andrew.smirnov@gmail.com>
463
464 -Wshadow warning fix.
465 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
466 variable into wild_match_p. Adjust code accordingly.
467
6c88661c
JB
4682012-03-29 Joel Brobecker <brobecker@adacore.com>
469 Andrey Smirnov <andrew.smirnov@gmail.com>
470
471 * ada-valprint.c (ada_val_print_1): Move the code handling
472 TYPE_CODE_ENUM inside its own lexical block. Declare
473 variables len and val there, instead of in the function's
474 top level block. Avoid declaring deref_val again in a way
475 that shadows another variable of the same name declared
476 in one of the up-level blocks. Just re-use the up-level
477 variable instead.
478
4e5c77fe
JB
4792012-03-29 Joel Brobecker <brobecker@adacore.com>
480
481 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
482 Replace block_found argument by symbol_info. Adjust
483 implementation accordingly. Add function documentation.
484 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
485 Fix documentation.
486 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
487 * ada-exp.y (write_object_renaming): Adjust to new
488 ada_lookup_encoded_symbol API.
489
1c0ac8c7
JB
4902012-03-29 Joel Brobecker <brobecker@adacore.com>
491
492 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
493 documentation.
494
2aaed979
KB
4952012-03-28 Rathish C <rathish.c@kpitcummins.com>
496
497 * v850-tdep.c: Add the enum values for mpu and fpu registers.
498 (v850_register_name): Add the mpu and fpu register names.
499 (v850e_register_name): Add the mpu and fpu register names.
500 (v850e2_register_name): New function.
501 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
502 bfd_mach_v850e2v3.
503
927fbba6
JB
5042012-03-28 Joel Brobecker <brobecker@adacore.com>
505
506 * NEWS: Add entry for Ada varobj support.
507
d32cafc7
JB
5082012-03-28 Joel Brobecker <brobecker@adacore.com>
509
510 * varobj.c (default_value_is_changeable_p): New function,
511 extracted from varobj_value_is_changeable_p. Add declaration.
512 (ada_value_is_changeable_p): New function, extracted from
513 varobj_value_is_changeable_p. Add declaration.
514 (struct language_specific): New field "value_is_changeable_p".
515 (languages): Add entries for new field.
516 (varobj_create): Set language before calling install_new_value.
517 (varobj_value_is_changeable_p): Reimplement to call the varobj's
518 "value_is_changeable_p" language callback.
519
181875a4
JB
5202012-03-28 Joel Brobecker <brobecker@adacore.com>
521
522 * ada-varobj.h, ada-varobj.c: New files.
523 * Makefile.in (SFILES): Add ada-varobj.c.
524 (HFILES_NO_SRCDIR): Add ada-varobj.h.
525 (COMMON_OBS): Add ada-varobj.o.
526
7a290c40
JB
5272012-03-28 Joel Brobecker <brobecker@adacore.com>
528
529 * varobj.c (ada_value_has_mutated): Add declaration. New function.
530 (struct language_specific): New field "value_has_mutated".
531 (languages): Set field "value_has_mutated" in each entry of array.
532 (varobj_value_has_mutated): New function.
533 (varobj_udpdate): Add handling of type mutation.
534 (value_of_root): Add handling of type mutation.
535 (ada_value_has_mutated): New function.
536
ca9b8b9c
PA
5372012-03-28 Pedro Alves <palves@redhat.com>
538
539 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
540 Always supply $fr0 as 0.0 and $fr1 as 1.0.
541
cc0265cd
TT
5422012-03-28 Tom Tromey <tromey@redhat.com>
543
544 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
545 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
546 before returning.
547
3ad2ec6f
TT
5482012-03-28 Tom Tromey <tromey@redhat.com>
549
550 * .dir-locals.el: New file.
551
4a6510ba
PA
5522012-03-28 Pedro Alves <palves@redhat.com>
553
554 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
555
5a75128f
JB
5562012-03-28 Joel Brobecker <brobecker@adacore.com>
557
558 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
559 handling for r0.
560
f99d8bf4
PA
5612012-03-27 Pedro Alves <palves@redhat.com>
562
563 Eliminate struct ui_stream.
564
565 * ui-out.h (struct ui_stream): Delete.
566 (ui_out_field_stream): Adjust prototype.
567 (ui_out_stream_new, ui_out_stream_delete)
568 (make_cleanup_ui_out_stream_delete): Delete declarations.
569 * ui-out.c (ui_out_field_stream): Change prototype to take a
570 ui_file instead of a ui_stream. Adjust.
571 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
572 (make_cleanup_ui_out_stream_delete): Delete.
573 * breakpoint.c (print_breakpoint_location)
574 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
575 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
576 * disasm.c (dump_insns): Ditto.
577 (do_mixed_source_and_assembly, do_assembly_only): Adjust
578 prototype.
579 (gdb_disassembly): Use ui_file/mem_fileopen instead of
580 ui_stream/ui_out_stream_new.
581 * infcmd.c (print_return_value): Ditto.
582 * osdata.c (info_osdata_command): Don't allocate a local
583 ui_stream.
584 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
585 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
586 * tracepoint.c (print_one_static_tracepoint_marker): Don't
587 allocate a local ui_stream.
588 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
589 instead of ui_stream/ui_out_stream_new.
590 (list_args_or_locals): Don't allocate a local ui_stream.
591 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
592 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
593 ui_stream/ui_out_stream_new.
594 * cli/cli-setshow.c (do_setshow_command): Ditto.
595
6350a066 5962012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
72508ac0 597
6350a066
PA
598 * arm-linux-tdep.c (arm_linux_init_abi): Call
599 set_gdbarch_process_record. Initialize `arm_swi_record' field.
600 * arm-tdep.c (arm_process_record): New function.
601 (deallocate_reg_mem): New function.
602 (decode_insn): New function.
603 (thumb_record_branch): New function.
604 (thumb_record_ldm_stm_swi(): New function.
605 (thumb_record_misc): New function.
606 (thumb_record_ld_st_stack): New function.
607 (thumb_record_ld_st_imm_offset): New function.
608 (thumb_record_ld_st_reg_offset(): New function.
609 (thumb_record_add_sub_cmp_mov): New function.
610 (thumb_record_shift_add_sub): New function.
611 (arm_record_coproc_data_proc): New function.
612 (arm_record_coproc): New function.
613 (arm_record_b_bl): New function.
614 (arm_record_ld_st_multiple): New function.
615 (arm_record_ld_st_reg_offset): New function.
616 (arm_record_ld_st_imm_offset): New function.
617 (arm_record_data_proc_imm): New function.
618 (arm_record_data_proc_misc_ld_str): New function.
619 (arm_record_extension_space): New function.
620 (arm_record_strx): New function.
621 (sbo_sbz): New function.
622 (struct insn_decode_record): New structure for arm insn record.
623 (REG_ALLOC): New macro for reg allocations.
624 (MEM_ALLOC): New macro for memory allocations.
625 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
72508ac0 626
89e028e2
AS
6272012-03-27 Andreas Schwab <schwab@linux-m68k.org>
628
629 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
630 (store_register): Likewise.
631
6350a066 6322012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
3d9a9eb0 633
6350a066 634 * MAINTAINERS (Write After Approval): Add myself to the list.
3d9a9eb0 635
5b43fab2
JK
6362012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
637
638 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
639 Describe also the option "auto".
640
b5453b95
RH
6412012-03-22 Richard Henderson <rth@redhat.com>
642
643 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
644 * sparc-nat.c (sparc_xfer_wcookie): Make static.
645
227ee7fc
RH
6462012-03-22 Richard Henderson <rth@redhat.com>
647
648 * jit.c (jit_read_code_entry): Compute alignment and offset of
649 int64_t member before computing entry_size.
650
7b282c5a
SCR
6512012-03-22 Siva Chandra Reddy <sivachandra@google.com>
652
653 Python scripting: Add new method Value.referenced_value to
654 gdb.Value which can dereference pointer as well as reference
655 values.
656 * NEWS: Add entry under 'Python scripting' about the new method
657 Value.referenced_value on gdb.Value objects.
658 * python/py-value.c (valpy_referenced_value): New function
659 defining a new method on gdb.Value objects which can dereference
660 pointer and reference values.
661
0c83539f
SCR
6622012-03-22 Siva Chandra Reddy <sivachandra@google.com>
663
664 * MAINTAINERS (Write After Approval): Add myself to the list.
665
7ccffd7c
KB
6662012-03-21 Kevin Buettner <kevinb@redhat.com>
667
668 * symtab.c (skip_prologue_sal): Change test to check for "main()"
669 in addition to "main".
670
bd0b9f9e
JB
6712012-03-21 Joel Brobecker <brobecker@adacore.com>
672
673 * expression.h (op_name): Add declaration.
674 * expprint.c (op_name): Remove declaration. Make non-static.
675 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
676
a5362b9a
TS
6772012-03-21 Thomas Schwinge <thomas@codesourcery.com>
678
679 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
680 of struct siginfo.
681 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
682 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
683 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
684 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
685 (linux_nat_get_siginfo): Likewise.
686 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
687 (linux_nat_get_siginfo): Likewise.
688 * linux-tdep.c (linux_get_siginfo_type): Likewise.
689 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
690 * procfs.c (gdb_siginfo_t): Likewise.
691
adcadaab
MF
6922012-03-21 Mike Frysinger <vapier@gentoo.org>
693
694 * .gitignore: Ignore more files.
695
e278ad5b
PA
6962012-03-20 Pedro Alves <palves@redhat.com>
697
698 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
699 returns.
700
741e63d7
YQ
7012012-03-20 Yao Qi <yao@codesourcery.com>
702
703 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
704 comment.
705
b64f50a1
JK
7062012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
707
708 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
709 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
710 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
711 sect_offset.
712 * dwarf2expr.h (cu_offset, sect_offset): New types.
713 (struct dwarf_expr_context_funcs) <dwarf_call>
714 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
715 sect_offset.
716 (struct dwarf_expr_context) <len>: Improve the comment.
717 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
718 cu_offset and sect_offset.
719 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
720 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
721 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
722 * dwarf2loc.h: Include dwarf2expr.h.
723 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
724 and sect_offset.
725 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
726 Improve the comment.
727 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
728 (struct signatured_type, struct line_header, struct partial_die_info)
729 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
730 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
731 (get_die_type_at_offset, create_cus_from_index)
732 (create_signatured_type_table_from_index, dw2_get_file_names)
733 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
734 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
735 (create_debug_types_hash_table, process_psymtab_comp_unit)
736 (load_partial_comp_unit, create_all_comp_units)
737 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
738 (load_full_comp_unit, dwarf2_physname, read_import_statement)
739 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
740 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
741 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
742 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
743 (find_partial_die, read_attribute_value, lookup_die_type)
744 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
745 (is_ref_attr): New function comment.
746 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
747 Use cu_offset and sect_offset.
748 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
749 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
750 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
751 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
752 (offset_and_type_hash, offset_and_type_eq, set_die_type)
753 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
754 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
755 sect_offset.
756
e97a38f7
JK
7572012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
758
759 Code cleanup.
760 * python/py-auto-load.c (source_section_scripts): New variable back_to.
761 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
762 with xfree.
763 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
764
8320cc4f
JK
7652012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
766
767 * NEWS: Describe new options --init-command=FILE, -ix and
768 --init-eval-command=COMMAND, -iex.
769 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
770 CMDARG_INIT_COMMAND.
771 (captured_main): New enum items OPT_IX and OPT_IEX. Add
772 "init-command", "init-eval-command", "ix" and "iex" to the variable
773 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
774 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
775 (print_gdb_help): Describe --init-command=FILE, -ix and
776 --init-eval-command=COMMAND, -iex.
777
26743505
JK
7782012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
779
780 Code cleanup.
781 * main.c (struct cmdarg): Move it here from main. Add more comments.
782 (cmdarg_s, VEC (cmdarg_s)): New.
783 (main): Move struct cmdarg from here. New variables cmdarg_vec and
784 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
785 Install cleanup for cmdarg_vec. Update filling for options 'x' and
786 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
787 of CMDARG.
788
5ff5c7b4
TT
7892012-03-19 Tom Tromey <tromey@redhat.com>
790
791 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
792
ab260dad
JK
7932012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
794
795 PR symtab/13777
796 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
797 GCC >=4.5.
798
c366c1f0
TT
7992012-03-16 Chris January <chris.january@allinea.com>
800
801 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
802 of clear.
803
e16edb45
TT
8042012-03-16 Chris January <chris.january@allinea.com>
805
806 * source.c (add_path): Use memmove instead of strcpy because the
807 strings overlap.
808
53ba8333
JB
8092012-03-16 Joel Brobecker <brobecker@adacore.com>
810
811 * value.h (set_value_parent): Add declaration.
812 * value.c (set_value_parent): New function.
813 (value_address): If VALUE->PARENT is not NULL, then use it as
814 the base address instead of VALUE->LOCATION.address.
815 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
816 the same as OBJ's address. Adjust V's offset accordingly.
817 Set V's parent.
818
481860b3
GB
8192012-03-16 Gary Benson <gbenson@redhat.com>
820
821 PR breakpoints/10738
822 * dwarf2read.c (use_deprecated_index_sections): New global.
823 (struct partial_die_info): New member may_be_inlined.
824 (read_partial_die): Set may_be_inlined where appropriate.
825 (add_partial_subprogram): Add partial symbols for partial
826 DIEs that may be inlined.
827 (new_symbol_full): Add inlined subroutines to the current
828 scope.
829 (write_psymtabs_to_index): Bump version number.
830 (dwarf2_read_index): Read only version 6 indices unless
831 use_deprecated_index_sections is set.
832 * linespec.c (symbol_and_data_callback): New structure.
833 (iterate_inline_only): New function.
834 (iterate_over_all_matching_symtabs): New argument
835 "include_inline". If nonzero, also call the callback for
836 symbols representing inlined subroutines.
837 (lookup_prefix_sym): Pass extra argument to the above.
838 (find_function_symbols): Likewise.
839 (add_matching_symbols_to_info): Likewise.
840 * NEWS: Mention that GDB can now set breakpoints on inlined
841 functions.
842
d0e7e15a
PM
8432012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
844
845 * p-typeprint.c (pascal_type_print_method_args):
846 Fix display of parameter of methods.
847
3d354654
PM
8482012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
849
850 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
851 Add missing prototype.
852
cafe75b0
JK
8532012-03-16 Yao Qi <yao@codesourcery.com>
854 Jan Kratochvil <jan.kratochvil@redhat.com>
855
856 Fix false compilation warning.
857 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
858
25f8c692
JL
8592012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
860 Pedro Alves <pedro@codesourcery.com>
861
862 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
863 (arm_register_g_packet_guesses): New function.
864 (arm_gdbarch_init): Don't force a target description with
865 registers when the executable is detected as M-profile. Instead
866 set gdbarch->tdep->is_m. Register `g' packet guesses.
867 (_initialize_arm_tdep): Initialize the new target description.
868 * features/arm-with-m-fpa-layout.xml: New description.
869 * features/arm-with-m-fpa-layout.c: New, generated.
870
35c63cd8
JB
8712012-03-15 Joel Brobecker <brobecker@adacore.com>
872
873 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
874 Update function description.
875 (insert_bp_location): Do not wipe bl->target_info out.
876 * mem-break.c: #include "gdb_string.h".
877 (default_memory_insert_breakpoint): Do not call target_read_memory
878 with a pointer to the breakpoint's shadow_contents buffer. Use
879 a local buffer instead.
880 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
881
57651221
TT
8822012-03-15 Tom Tromey <tromey@redhat.com>
883
884 * NEWS: Mention "info vtbl", not "info vtable".
885 * cp-support.c (info_vtbl_command): Fix comment.
886 (_initialize_cp_support): Fix text.
887
410528f0
TT
8882012-03-15 Tom Tromey <tromey@redhat.com>
889
890 * cp-valprint.c (cp_print_value_fields): Use
891 print_function_pointer_address for vtable slot.
892
c4aeac85
TT
8932012-03-15 Tom Tromey <tromey@redhat.com>
894
895 * gnu-v3-abi.c (struct value_and_voffset): New.
896 (hash_value_and_voffset, eq_value_and_voffset)
897 (compare_value_and_voffset, compute_vtable_size)
898 (print_one_vtable, gnuv3_print_vtable): New functions.
899 (init_gnuv3_ops): Initialize 'print_vtable' field.
900 * cp-support.c (info_vtbl_command): New function.
901 (_initialize_cp_support): Add "info vtbl".
902 * cp-abi.h (cplus_print_vtable): Declare.
903 (struct cp_abi_ops) <print_vtable>: New field.
904 * cp-abi.c (cplus_print_vtable): New function.
905 * NEWS: Update.
906
95cbceff
TT
9072012-03-15 Tom Tromey <tromey@redhat.com>
908
909 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
910 iterate_over_symbols.
911
589b4a32
DE
9122012-03-14 Doug Evans <dje@google.com>
913
914 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
915 DW_OP_GNU_parameter_ref.
916
e837f12a
JK
9172012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
918
919 Fix double prompt of 'interpreter-exec mi'.
920 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
921 (mi_interpreter_resume): use it.
922 (mi_execute_command_input_handler): New function.
923 * mi/mi-main.c (mi_execute_command): Move prompt printing to
924 mi_execute_command_input_handler.
925
ff1e4526 9262012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
c381a3f6
JB
927
928 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
929 prototype.
930 (darwin_debug_port_info): Make static.
931 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
932 * machoread.c (_initialize_machoread): Add prototype.
933 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
934 (i386_darwin_set_control, i386_darwin_get_control)
935 i386_darwin_dr_set_addr, i386_darwin_get_addr)
936 i386_darwin_get_status, i386_darwin_get_control):
937 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
938
d8a5d6ee
JB
9392012-03-13 Joel Brobecker <brobecker@adacore.com>
940
941 * ax-gdb.c (gen_usual_unary): Remove special handling of
942 enum and bool types.
943
af381b8c
JB
9442012-03-13 Joel Brobecker <brobecker@adacore.com>
945
946 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
947
786c562f
JB
9482012-03-13 Joel Brobecker <brobecker@adacore.com>
949
950 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
951
e3ebf1bb
JB
9522012-03-13 Chris January <chris.january@allinea.com>
953
954 * aix-thread.c (fill_sprs): Store the floating point registers
955 at the correct offsets into vals.
956
c5b7e1cb
DE
9572012-03-13 Doug Evans <dje@google.com>
958
16899756
DE
959 * NEWS: Mention symbol-reloading has been deleted.
960 * symfile.c (symbol_reloading): Delete.
961 (show_symbol_reloading): Delete.
962 (_initialize_symfile): Delete set/show symbol-reloading.
963
c5b7e1cb
DE
964 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
965 read_in_chain until we have successfully read it in.
966 (load_full_comp_unit): Ditto.
967 (read_signatured_type): Add comment.
968
46cb6474
JB
9692012-03-13 Chris January <chris.january@allinea.com>
970
971 * stabsread.c (fix_common_block): Change type of valu argument
972 to CORE_ADDR.
973
76219d77
JB
9742012-03-13 Chris January <chris.january@allinea.com>
975
976 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
977 instruction.
978
87b0bb13
JK
9792012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
980
981 * common/linux-procfs.c (linux_proc_get_int): New, from
982 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
983 field.
984 (linux_proc_get_tgid): Only call linux_proc_get_int.
985 (linux_proc_get_tracerpid): New.
986 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
987 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
988 linux_proc_pid_has_state.
989 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
990 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
991 (linux_ptrace_attach_warnings): New.
992 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
993 New declaration.
994 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
995 (linux_nat_attach): New variables ex, buffer, message and message_s.
996 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
997
5f572dec
JK
9982012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
999
1000 * Makefile.in (linux-ptrace.o): New.
1001 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
1002 from linux-nat.c.
1003 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
1004 * common/linux-ptrace.c: New file.
1005 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
1006 * config/arm/linux.mh: Likewise.
1007 * config/i386/linux.mh: Likewise.
1008 * config/i386/linux64.mh: Likewise.
1009 * config/ia64/linux.mh: Likewise.
1010 * config/m32r/linux.mh: Likewise.
1011 * config/m68k/linux.mh: Likewise.
1012 * config/mips/linux.mh: Likewise.
1013 * config/pa/linux.mh: Likewise.
1014 * config/powerpc/linux.mh: Likewise.
1015 * config/powerpc/ppc64-linux.mh: Likewise.
1016 * config/powerpc/spu-linux.mh: Likewise.
1017 * config/s390/s390.mh: Likewise.
1018 * config/sparc/linux.mh: Likewise.
1019 * config/sparc/linux64.mh: Likewise.
1020 * config/xtensa/linux.mh: Likewise.
1021 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
1022 common/linux-procfs.c.
1023 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
1024
44f238bb
PA
10252012-03-13 Hui Zhu <teawater@gmail.com>
1026 Pedro Alves <palves@redhat.com>
1027
1028 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
1029 CREATE_BREAKPOINT_FLAGS_INSERTED.
1030 (create_breakpoint_sal, create_breakpoints_sal)
1031 (base_breakpoint_create_breakpoints_sal)
1032 (tracepoint_create_breakpoints_sal)
1033 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
1034 down.
1035 (break_command_1, handle_gnu_v3_exceptions, trace_command)
1036 (ftrace_command, strace_command): Adjust.
1037 (create_tracepoint_from_upload): Pass
1038 CREATE_BREAKPOINT_FLAGS_INSERTED.
1039 * breakpoint.h (enum breakpoint_create_flags): New.
1040 (create_breakpoint): New flags parameter.
1041 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
1042 * python/py-breakpoint.c (bppy_init): Adjust.
1043 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
1044 * spu-tdep.c (spu_catch_start): Adjust.
1045
1e51243a
PA
10462012-03-13 Pedro Alves <palves@redhat.com>
1047 Hui Zhu <teawater@gmail.com>
1048 Yao Qi <yao@codesourcery.com>
1049
1050 * remote.c (struct remote_state): New field `starting_up'.
1051 (remote_start_remote): Set and clear it.
1052 (remote_can_download_tracepoint): If starting up, return false.
1053
fa3064dd
YQ
10542012-03-13 Yao Qi <yao@codesourcery.com>
1055
1056 * inferior.h (struct inferior): Remove fields any_syscall_count,
1057 syscalls_counts and total_syscalls_count. Move them to new
1058 struct catch_syscall_inferior_data in breakpoint.c.
1059 * breakpoint.c: Call DEF_VEC_I(int).
1060 (struct catch_syscall_inferior_data): New.
1061 (get_catch_syscall_inferior_data): New.
1062 (catch_syscall_inferior_data_cleanup): New.
1063 (insert_catch_syscall): Update to access data in
1064 struct catch_syscall_inferior_data.
1065 (insert_catch_syscall): Likewise.
1066 (remove_catch_syscall): Likewise.
1067 (remove_catch_syscall): Likewise.
1068 (is_syscall_catchpoint_enabled): Likewise.
1069 (add_catch_command): Likewise.
1070 (_initialize_breakpoint): Register cleanup.
1071 * breakpoint.h: Removed DEF_VEC_I(int).
1072 * dwarf2loc.c: Call DEF_VEC_I(int).
1073 * mi/mi-main.c: Likewise.
1074
460fac3c
MK
10752012-03-12 Mark Kettenis <kettenis@gnu.org>
1076
1077 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
1078
e1aca11e
JB
10792012-03-12 Chris January <chris.january@allinea.com>
1080
1081 * aix-thread.c (_initialize_aix_thread): Add prototype.
1082 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
1083 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
1084
649c7061
JB
10852012-03-12 Joel Brobecker <brobecker@adacore.com>
1086
1087 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
1088 include of "amd64-nat.h".
1089
0b49e518
TT
10902012-03-12 Tom Tromey <tromey@redhat.com>
1091
1092 * buildsym.c (record_pending_block): Now static.
1093 * buildsym.h: (record_pending_block): Remove.
1094
fd24fa94
AT
10952012-03-12 Andreas Tobler <andreast@fgznet.ch>
1096
1097 * amd64bsd-nat.c: Include amd64bsd-nat.h.
1098
ba919b58
TT
10992012-03-09 Tom Tromey <tromey@redhat.com>
1100
1101 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
1102 producer_is_gxx_lt_4_6>: New fields.
1103 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
1104
a48e046c
TT
11052012-03-09 Tom Tromey <tromey@redhat.com>
1106
1107 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
1108
6f5e9362
JB
11092012-03-08 Joel Brobecker <brobecker@adacore.com>
1110
1111 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
1112 prototype.
1113
8d037db9
JB
11142012-03-08 Joel Brobecker <brobecker@adacore.com>
1115
1116 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
1117
4e841acf
JK
11182012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1119
1120 Fix -Wmissing-prototypes build.
1121 * arm-linux-nat.c (get_thread_id): Make it static.
1122 * xtensa-linux-nat.c (get_thread_id): Likewise.
1123
c6030312
JB
11242012-03-08 Joel Brobecker <brobecker@adacore.com>
1125
1126 * server.c (process_point_options): If a conditional expression
1127 is found, only print a message if remote_debug is nonzero.
1128
52323be9
LM
11292012-03-08 Luis Machado <lgustavo@codesourcery.com>
1130
1131 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
1132 of internal error for unknown/unsupported types.
1133
7fe25d9b
JK
11342012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1135
1136 Fix CU relative vs. absolute DIE offsets.
1137 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
1138 offset to offset_in_cu.
1139 * dwarf2read.c (process_enumeration_scope): Add CU offset to
1140 TYPE_OFFSET.
1141 (dwarf2_fetch_die_location_block): Rename parameter offset to
1142 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
1143
05e7c244
JK
11442012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1145
1146 * libunwind-frame.c: Rename to ...
1147 * ia64-libunwind-tdep.c: ... here.
1148 * libunwind-frame.h: Rename to ...
1149 * ia64-libunwind-tdep.h: ... here.
1150 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
1151 ia64-libunwind-tdep.h.
1152 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
1153 * README (--with-libunwind): Rename to ...
1154 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
1155 * config.in: Regenerate.
1156 * configure: Regenerate.
1157 * configure.ac: New option --with-libunwind-ia64, make the
1158 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
1159 Remove AC_DEFINE for HAVE_LIBUNWIND.
1160 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
1161 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
1162 Rename libunwind-frame in the general comment.
1163 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
1164 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
1165 Move forward declarations inside #ifndef. Rename libunwind-frame in
1166 the general comment.
1167 * ia64-tdep.c: Rename libunwind-frame.h #include to
1168 ia64-libunwind-tdep.h.
1169 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
1170 (ia64_libunwind_descr): Rename libunwind-frame to
1171 ia64-libunwind-tdep in these function comments.
1172 * ia64-tdep.h: Rename libunwind-frame.h #include to
1173 ia64-libunwind-tdep.h.
1174 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
1175 ia64-libunwind-tdep in that data comment.
1176
3755cbfd
JK
11772012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1178
1179 * libunwind-frame.h (struct frame_unwind): New declaration.
1180
d1cda5d9
JB
11812012-03-08 Joel Brobecker <brobecker@adacore.com>
1182
1183 * breakpoint.c (_initialize_breakpoint): Fix error in help of
1184 "set breakpoint condition-evaluation" command.
1185
a0ba0aa2
TG
11862012-03-08 Tristan Gingold <gingold@adacore.com>
1187
1188 * sparc-stub.c: Move to stubs/
1189 * sh-stub.c: Likewise.
1190 * m68k-stub.c: Likewise.
1191 * m32r-stub.c: Likewise.
1192 * i386-stub.c: Likewise.
1193
7b8b6d6d
AS
11942012-03-08 Andreas Schwab <schwab@linux-m68k.org>
1195
007cafee
AS
1196 * m68klinux-tdep.c (m68k_linux_init_abi): Register
1197 linux_get_siginfo_type.
1198
7b8b6d6d
AS
1199 * m68klinux-nat.c: Include "gdb_proc_service.h".
1200 (PTRACE_GET_THREAD_AREA): Define.
1201 (ps_get_thread_area): New function.
1202
bba74b36
YQ
12032012-03-08 Yao Qi <yao@codesourcery.com>
1204
1205 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
1206 `xsnprintf'.
1207 (remote_query_attached): Likewise.
1208 (remote_static_tracepoint_marker_at): Likewise.
1209 (remote_set_permissions): Likewise.
1210 (remote_detach_1, extended_remote_attach_1): Likewise.
1211 (send_g_packet, remote_vkill): Likewise.
1212 (extended_remote_disable_randomization): Likewise.
1213 (remote_add_target_side_condition): Likewise.
1214 (remote_insert_breakpoint): Likewise.
1215 (remote_remove_breakpoint): Likewise.
1216 (remote_insert_watchpoint): Likewise.
1217 (remote_remove_watchpoint): Likewise.
1218 (remote_insert_hw_breakpoint): Likewise.
1219 (remote_insert_hw_breakpoint): Likewise.
1220 (remote_remove_hw_breakpoint): Likewise.
1221 (remote_download_command_source): Likewise.
1222 (remote_download_tracepoint): Likewise.
1223 (remote_download_trace_state_variable): Likewise.
1224 (remote_disable_tracepoint): Likewise.
1225 (remote_trace_set_readonly_regions): Likewise.
1226 (remote_get_tracepoint_status): Likewise.
1227 (remote_trace_find): Likewise.
1228 (remote_get_trace_state_variable_value): Likewise.
1229 (remote_set_disconnected_tracing): Likewise.
1230 (remote_set_circular_trace_buffer): Likewise.
1231 (remote_get_min_fast_tracepoint_insn_len): Likewise.
1232 (remote_use_agent): Likewise.
1233 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
1234 Update callers.
1235
9b224c5e
PA
12362012-03-07 Pedro Alves <palves@redhat.com>
1237
1238 * NEWS: Mention QProgramSignals.
1239 * inferior.h (update_signals_program_target): Declare.
1240 * infrun.c: (update_signals_program_target): New.
1241 (handle_command): Update the target of the new program signals
1242 array changes.
1243 * remote.c (PACKET_QProgramSignals): New enum.
1244 (last_program_signals_packet): New global.
1245 (remote_program_signals): New.
1246 (remote_start_remote): Update the target with the program signals
1247 list.
1248 (remote_protocol_features): Add entry for QPassSignals.
1249 (remote_open_1): Free anc clear last_program_signals_packet.
1250 (init_remote_ops): Install remote_program_signals.
1251 * target.c (update_current_target): Adjust.
1252 (target_program_signals): New.
1253 * target.h (struct target_ops) <to_program_signals>: New field.
1254 (target_program_signals): Declare.
1255
74c48cbb
PA
12562012-03-07 Pedro Alves <palves@redhat.com>
1257
1258 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
1259 extensions.
1260
0c13fc49
AS
12612012-03-07 Andreas Schwab <schwab@linux-m68k.org>
1262
1263 * m68klinux-nat.c (getregs_supplies): Make static.
1264 (getfpregs_supplies): Likewise.
1265 (have_ptrace_getregs): Likewise.
1266
1281d2a3
JB
12672012-03-06 Joel Brobecker <brobecker@adacore.com>
1268
1269 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
1270 in call to get_die_type_at_offset.
1271
2b03b41d
SS
12722012-03-06 Stan Shebs <stan@codesourcery.com>
1273
1274 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
1275 * mi/mi-cmd-disas.c: Ditto.
1276 * mi/mi-cmd-env.c: Ditto.
1277 * mi/mi-cmd-file.c: Ditto.
1278 * mi/mi-cmd-stack.c: Ditto.
1279 * mi/mi-cmd-target.c: Ditto.
1280 * mi/mi-cmd-var.c: Ditto.
1281 * mi/mi-cmds.c: Ditto.
1282 * mi/mi-cmds.h: Ditto.
1283 * mi/mi-console.c: Ditto.
1284 * mi/mi-getopt.c: Ditto.
1285 * mi/mi-getopt.h: Ditto.
1286 * mi/mi-interp.c: Ditto.
1287 * mi/mi-main.c: Ditto.
1288 * mi/mi-out.c: Ditto.
1289 * mi/mi-parse.c: Ditto.
1290 * mi/mi-parse.h: Ditto.
1291 * mi/mi-symbol-cmds.c: Ditto.
1292
1293 * mi/mi-getopt.h: Move mi_opt struct up.
1294 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
1295 return.
1296 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
1297
c988ad87
TT
12982012-03-06 Tom Tromey <tromey@redhat.com>
1299
1300 * proc-service.c (ps_pglobal_lookup): Set the current program
1301 space.
1302
1b7c1b10
PA
13032012-03-06 Pedro Alves <palves@redhat.com>
1304
1305 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
1306
3c182069
JB
13072012-03-05 Joel Brobecker <brobecker@adacore.com>
1308
1309 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
1310
2e794194
JK
13112012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1312
1313 Code cleanup.
1314 * common/linux-osdata.c (linux_common_core_of_thread): New function
1315 comment.
1316 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
1317 call by linux_common_core_of_thread.
1318 (linux_nat_core_of_thread_1): Remove.
1319 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
1320 * linux-thread-db.c: Include linux-osdata.h.
1321 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
1322 linux_common_core_of_thread.
1323
9f9f1f31
TT
13242012-03-05 Tom Tromey <tromey@redhat.com>
1325
1326 * value.c (value_primitive_field): Don't fetch contents for
1327 non-virtual bases.
1328
b7b189f3
TT
13292012-03-05 Tom Tromey <tromey@redhat.com>
1330
1331 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
1332
05b8a789 13332012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
5538f557 1334
5538f557
JB
1335 * s390-nat.c: Include "gregset.h".
1336
75528772
JK
13372012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1338
1339 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
1340 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
1341 (libunwind_load): New variable so_error, use it for dlerror. Try to
1342 load also LIBUNWIND_SO_7.
1343
275418ae
PA
13442012-03-05 Pedro Alves <palves@redhat.com>
1345
1346 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
1347 is not NULL, and remove resulting dead code.
1348
5cbb9812
TS
13492012-03-05 Thomas Schwinge <thomas@codesourcery.com>
1350
1351 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
1352 prologue to sh_analyze_prologue.
1353 (sh_analyze_prologue): Make better use of such an upper limit, and
1354 generally be more cautious about accessing memory.
1355
541515ad
TT
13562012-03-05 Tom Tromey <tromey@redhat.com>
1357
1358 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
1359 _initialize_ia64_hpux_tdep.
1360
b4d36fb8
PA
13612012-03-05 Pedro Alves <palves@redhat.com>
1362
24490249
PA
1363 PR gdb/13766
1364
b4d36fb8
PA
1365 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
1366 the register state is clear, supply explicit zero, instead of
1367 marking the register unavailable.
1368
60c9a3c0
TG
13692012-03-05 Tristan Gingold <gingold@adacore.com>
1370
1371 * NEWS: Mention OpenVMS ia64 new target.
1372
696759ad
TG
13732012-03-05 Tristan Gingold <gingold@adacore.com>
1374
1375 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
1376 (ia64_unw_accessors, ia64_unw_rse_accessors)
1377 (ia64_libunwind_descr): Declare.
1378 * ia64-vms-tdep.c: New file.
1379 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
1380 (ia64_libunwind_descr): Make them public.
1381 * configure.tgt: Add ia64-*-*vms*.
1382 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
1383 (ALLDEPFILES): Add ia64-vms-tdep.c
1384
34864976
TG
13852012-03-05 Tristan Gingold <gingold@adacore.com>
1386
169081d0
TG
1387 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
1388 * remote.c (PACKET_qXfer_uib): New enum value.
1389 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
1390 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
1391 (_initialize_remote): Call add_packet_config_cmd for
1392 xfer:uib packet.
1393
13942012-03-05 Tristan Gingold <gingold@adacore.com>
1395
1396 * osabi.c (gdb_osabi_names): Add OpenVMS.
1397 (generic_elf_osabi_sniffer): Likewise.
1398 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
34864976 1399
6597b100
JK
14002012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1401
1402 Removed unused code.
1403 * libunwind-frame.c (libunwind_frame_unwind)
1404 (libunwind_frame_base_address): Remove.
1405 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
1406
87399aa1
YQ
14072012-03-04 Yao Qi <yao@codesourcery.com>
1408
1409 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
1410 remove trailing new line.
1411 (agent_run_command, agent_run_command): Add _ markup.
1412 (agent_capability_check): Likewise.
1413
abf1152a
JK
14142012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1415
1416 * breakpoint.c (set_condition_evaluation_mode): Set
1417 CONDITION_EVALUATION_MODE unconditionally.
1418
5808517f
YQ
14192012-03-03 Yao Qi <yao@codesourcery.com>
1420
1421 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
1422 * common/agent.h: Update declaration.
1423 * inf-child.c (inf_child_use_agent): New.
1424 (inf_child_can_use_agent): New.
1425 (inf_child_target): Initialize fields `to_use_agent'
1426 and `to_can_use_agent'.
1427 * agent.c (agent_new_objfile): New.
89b7509a 1428 (_initialize_agent): Add agent_new_objfile to new_objfile
5808517f
YQ
1429 observer.
1430
1431 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
1432 New.
89b7509a 1433 (linux_target_install_ops): Initialize field
5808517f
YQ
1434 `to_static_tracepoint_markers_by_strid'.
1435 * remote.c (free_current_marker): Move it to ...
1436 * tracepoint.c (free_current_marker): ... here. New.
1437 (cleanup_target_stop): New.
1438 * tracepoint.h: Declare free_current_marker.
1439 * NEWS: Add one entry about `info static-tracepoint-marker'.
1440
58b4daa5
YQ
14412012-03-03 Yao Qi <yao@codesourcery.com>
1442
1443 * common/agent.c (agent_loaded_p): New.
89b7509a 1444 (agent_look_up_symbols): New global.
58b4daa5
YQ
1445 * common/agent.h: Declare agent_loaded_p.
1446
8ffcbaaf
YQ
14472012-03-03 Yao Qi <yao@codesourcery.com>
1448
1449 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
1450 (agent_capability_check, agent_capability_invalidate): New.
1451 (symbol_list): New array element.
1452 * common/agent.h (enum agent_capa): New.
1453 * target.c (target_pre_inferior): Call agent_capability_invalidate.
1454
d1feda86
YQ
14552012-03-03 Yao Qi <yao@codesourcery.com>
1456
1457 * target.h (struct target_ops) <to_use_agent>: New field.
1458 (struct target_ops) <to_can_use_agent>: New field.
1459 (target_use_agent, target_can_use_agent): New macro.
1460 * target.c (update_current_target): Update.
1461 * remote.c: New enum `PACKET_QAgent'.
1462 (remote_protocol_features): Add a new element.
1463 (remote_use_agent, remote_can_use_agent): New.
1464 (init_remote_ops): Initialize field `can_use_agent' with
1465 remote_can_use_agent. Intiailize field `use_agent' with
1466 remote_use_agent.
1467 * common/agent.c (use_agent): New global.
1468 * common/agent.h: Declare it.
1469 * tracepoint.c (info_static_tracepoint_markers_command): Add
1470 comment.
1471 * Makefile.in (SFILES): Add common/agent.c and agent.c.
1472 (COMMON_OBS): Add common/agent.o and agent.o
1473 (common-agent.o): New rule.
1474 * agent.c: New.
1475
2fa291ac
YQ
14762012-03-03 Yao Qi <yao@codesourcery.com>
1477
1478 * common/agent.c: New.
1479 * common/agent.h: New.
1480 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
1481 AC_CHECK_HEADERS.
1482 * configure, configh.in: Regenerated.
1483
9fc05685
KB
14842012-03-02 Kevin Buettner <kevinb@redhat.com>
1485
1486 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
1487 unless it exists for this architecture.
1488
a5ee536b
JB
14892012-03-02 Joel Brobecker <brobecker@adacore.com>
1490
1491 * language.h (struct language_defn): New "method" la_read_var_value.
1492 * findvar.c: #include "language.h".
1493 (default_read_var_value): Renames read_var_value. Rewrite
1494 function description.
1495 (read_var_value): New function.
1496 * value.h (default_read_var_value): Add prototype.
1497 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
1498 New functions.
1499 (ada_language_defn): Add entry for la_read_var_value.
1500 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
1501 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
1502 language_defn structures to add entry for new la_read_var_value
1503 field.
1504
f59f708a
PA
15052012-03-02 Tom Tromey <tromey@redhat.com>
1506 Pedro Alves <palves@redhat.com>
1507
1508 PR breakpoints/13776:
1509 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
1510 breakpoints.
1511 (delete_longjmp_breakpoint_at_next_stop): New.
1512 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
1513 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
1514 before deleting the inferior. Add comments.
1515 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
1516 breakpoints immediately, but only on next stop. Move that code
1517 next to where we mark other breakpoints for deletion.
1518
44099a67
JB
15192012-03-02 Joel Brobecker <brobecker@adacore.com>
1520
1521 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
1522 marker.
1523 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
1524 violation.
1525
2a2ef594
PA
15262012-03-02 Pedro Alves <palves@redhat.com>
1527
1528 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
1529
b261e0c5
UW
15302012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
1531
1532 Fix -Wmissing-prototypes build.
1533 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
1534 * remote-sim.c (gdbsim_has_all_memory): Likewise.
1535 (gdbsim_has_memory): Likewise.
1536
a95babbf
YQ
15372012-03-02 Yao Qi <yao@codesourcery.com>
1538
1539 Fix -Wmissing-prototypes build.
1540 * charset.c (phony_iconv_open): Make static.
1541 (phony_iconv_close, phony_iconv): Likewise.
1542 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
1543 * i386-windows-nat.c (_initialize_i386_windows_nat): New
1544 prototype.
1545 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
1546 * ser-mingw.c (create_select_thread): Make static.
1547 * windows-termcap.c (tgetent): New prototype.
1548 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
1549
d603d4b3
JK
15502012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
1551
1552 Fix -Wmissing-prototypes build.
1553 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
1554 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
1555 (_initialize_loadable): New prototypes.
1556
7fb3ad1f
DE
15572012-03-02 Doug Evans <dje@google.com>
1558
1559 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
1560 abbrev table, read_comp_unit will do it.
1561
693be288
JK
15622012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1563
1564 Fix -Wmissing-prototypes build.
1565 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
1566 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
1567 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
1568 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
1569 (_initialize_arm_symbian_tdep): New prototype.
1570 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
1571 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
1572 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
1573 static.
1574 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
1575 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
1576 prototype.
1577 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
1578 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
1579 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
1580 static.
1581 * moxie-tdep.c (moxie_process_record): Likewise.
1582 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
1583 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
1584 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
1585 (_initialize_rl78_tdep): New prototype.
1586 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
1587 (_initialize_rx_tdep): New prototype.
1588 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
1589 (_initialize_darwin_solib): New prototype.
1590 * solib-spu.c: Include solib-spu.h.
1591 (_initialize_spu_solib): New prototype.
1592 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
1593 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
1594 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
1595 (tic6x_software_single_step): Make it static.
1596 (_initialize_tic6x_tdep): New prototype.
1597
638234e5
JK
15982012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1599
1600 Fix -Wmissing-prototypes build.
1601 * cris-tdep.c (cris_can_use_hardware_watchpoint)
1602 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
1603
f4a6f16d
JK
16042012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1605
1606 Fix -Wmissing-prototypes build.
1607 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
1608 (frv_have_stopped_data_address): Remove.
1609
04dcf5fa
JK
16102012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1611
1612 Fix -Wmissing-prototypes build.
1613 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
1614 * sh-tdep.c: Include sh64-tdep.h.
1615 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
1616 * sh64-tdep.c: Include sh64-tdep.h.
1617 * sh64-tdep.h: New file.
1618
19080931
MR
16192012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
1620
1621 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
1622
9aac7884
MR
16232012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
1624
1625 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
1626 sp_regnum once the gdbarch_init_osabi hook has been called.
1627
a385295e
MR
16282012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
1629
1630 * mips-tdep.c (mips32_bc1_pc): New function.
1631 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
1632 BPOSGE32 and BPOSGE64 instructions.
1633 (deal_with_atomic_sequence): Likewise.
1634 (mips32_instruction_has_delay_slot): Likewise.
1635
1faeff08
MR
16362012-03-01 Maciej W. Rozycki <macro@mips.com>
1637 Chris Dearman <chris@mips.com>
1638 Maciej W. Rozycki <macro@codesourcery.com>
1639 Joseph Myers <joseph@codesourcery.com>
1640
1641 * features/mips-dsp.xml: New file.
1642 * features/mips64-dsp.xml: New file.
1643 * features/mips-dsp-linux.xml: New file.
1644 * features/mips64-dsp-linux.xml: New file.
1645 * features/Makefile (WHICH): Add mips-dsp-linux and
1646 mips64-dsp-linux.
1647 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
1648 * features/mips-dsp-linux.c: New file.
1649 * features/mips64-dsp-linux.c: New file.
1650 * regformats/mips-dsp-linux.dat: New file.
1651 * regformats/mips64-dsp-linux.dat: New file.
1652 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
1653 registers.
1654 (mips64_linux_register_addr): Likewise.
1655 (mips64_linux_regsets_fetch_registers): Likewise.
1656 (mips64_linux_regsets_store_registers): Likewise.
1657 (mips64_linux_fetch_registers): Update call to
1658 mips64_linux_regsets_fetch_registers.
1659 (mips64_linux_store_registers): Update call to
1660 mips64_linux_regsets_store_registers.
1661 (mips_linux_read_description): Probe for DSP registers.
1662 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
1663 and initialize_tdesc_mips64_dsp_linux.
1664 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
1665 Remove padding of no longer used embedded register slots.
1666 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
1667 (MIPS_RESTART_REGNUM): Redefine enum value.
1668 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
1669 strings.
1670 (mips_tx39_reg_names): Likewise.
1671 (mips_linux_reg_names): New array of register names for Linux
1672 targets.
1673 (mips_register_name): Check for a null pointer in
1674 mips_processor_reg_names and return an empty string.
1675 (mips_register_type): Exclude embedded registers for the IRIX
1676 and Linux ABIs.
1677 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
1678 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
1679 DSP registers.
1680 (mips_stab_reg_to_regnum): Handle DSP accumulators.
1681 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
1682 (mips_gdbarch_init): Likewise. Initialize internal register
1683 indices for the Linux ABI. Use dynamic numbers to refer to
1684 registers, as applicable, while parsing the target description.
1685 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
1686
263689d8
JB
16872012-03-01 Joel Brobecker <brobecker@adacore.com>
1688
1689 * frame.h (read_frame_register_unsigned): Fix typo in function
1690 description.
1691
f3b4f45c
PA
16922012-03-01 Pedro Alves <palves@redhat.com>
1693
1694 * jit-reader.in [!__cplusplus]
1695 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
1696
b03a2011
PA
16972012-03-01 Pedro Alves <palves@redhat.com>
1698
1699 * configure.ac (build_warnings): Add -Wmissing-prototypes.
1700 * configure: Regenerate.
1701
70221824
PA
17022012-03-01 Pedro Alves <palves@redhat.com>
1703
1704 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
1705 * breakpoint.c (create_exception_master_breakpoint, trace_command)
1706 (ftrace_command, strace_command): Make static.
1707 * d-lang.c (_initialize_d_language): Declare.
1708 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
1709 * dwarf2loc.c (_initialize_dwarf2loc):
1710 * dwarf2read.c (process_psymtab_comp_unit): Make static.
1711 * exec.c (exec_get_section_table): Make static.
1712 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
1713 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
1714 * inferior.c (remove_inferior_command, add_inferior_command)
1715 (clone_inferior_command): Make static.
1716 * linux-nat.c (linux_nat_thread_address_space)
1717 (linux_nat_core_of_thread): Make static.
1718 * linux-tdep.c (_initialize_linux_tdep): Declare.
1719 * objc-lang.c (_initialize_objc_lang): Declare.
1720 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
1721 Make static.
1722 (_initialize_opencl_language): Declare.
1723 * record.c (_initialize_record): Declare.
1724 * remote.c (demand_private_info, remote_get_tib_address)
1725 (remote_supports_cond_tracepoints)
1726 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
1727 Make static.
1728 * skip.c (_initialize_step_skip): Declare.
1729 * symtab.c (skip_prologue_using_lineinfo): Make static.
1730 * tracepoint.c (delete_trace_state_variable)
1731 (trace_variable_command, delete_trace_variable_command)
1732 (get_uploaded_tsv, find_matching_tracepoint_location)
1733 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
1734 Make static.
1735 * value.c (pack_unsigned_long): Make static.
1736 * varobj.c (varobj_ensure_python_env): Make static.
1737 * windows-tdep.c (_initialize_windows_tdep): Declare.
1738 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
1739
33fbcbee
PA
17402012-03-01 Pedro Alves <palves@redhat.com>
1741
1742 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
1743 gdbarch parameter.
1744 (linux_init_abi): Install it as has_shared_address_space gdbarch
1745 callback.
1746
44d0cd3b
PA
17472012-03-01 Pedro Alves <palves@redhat.com>
1748
1749 * observer.c (observer_test_first_notification_function)
1750 (observer_test_second_notification_function)
1751 (observer_test_third_notification_function): Add declarations.
1752
ed01b82c
PA
17532012-03-01 Pedro Alves <palves@redhat.com>
1754
1755 * common/signals.c (default_target_signal_to_host)
1756 (default_target_signal_from_host): Move ...
1757 * arch-utils.c: ... here.
1758 * arch-utils.h (default_target_signal_to_host)
1759 (default_target_signal_from_host): Declare.
1760
1761 * common/signals.c (target_signal_from_command): Move ...
1762 * infrun.c: ... here.
1763 * inferior.h (target_signal_from_command): Declare.
1764 * target.h (target_signal_from_command)
1765 (default_target_signal_from_host, default_target_signal_to_host):
1766 Delete declarations.
1767
1768 * common/signals.c (_initialize_signals): Delete.
1769
c9b87335
PA
17702012-03-01 Pedro Alves <palves@redhat.com>
1771
1772 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
1773 both __cplusplus and !__cplusplus.
1774
9340a6c0
PA
17752012-03-01 Pedro Alves <palves@redhat.com>
1776
1777 * psymtab.c (find_and_open_source): Delete declaration.
1778 * source.c (find_and_open_source): Move comment ...
1779 * source.h (find_and_open_source): ... to this new declaration.
1780
e451c4a1
PA
17812012-03-01 Pedro Alves <palves@redhat.com>
1782
1783 * inline-frame.c: Include inline-frame.h.
1784
983fb104
PA
17852012-03-01 Pedro Alves <palves@redhat.com>
1786
1787 * tui/tui-data.c (set_gen_win_origin): Delete.
1788 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
1789 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
1790
5fbce5df
PA
17912012-03-01 Pedro Alves <palves@redhat.com>
1792
1793 * remote.c (encode_actions): Delete declaration.
1794 * tracepoint.c (encode_actions): Make extern.
1795 * tracepoint.h (encode_actions): Declare.
1796
49a8461d
PA
17972012-03-01 Pedro Alves <palves@redhat.com>
1798
1799 * python/py-breakpoint.c: Include python.h.
1800 * python/py-continueevent.c (create_continue_event_object): Make
1801 static.
1802 * python/py-lazy-string.c (stpy_get_type): Make static.
1803 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1804 Make static.
1805 * python/py-utils.c (unicode_to_target_python_string): Make
1806 static.
1807 * python/py-value.c: Include python.h.
1808
9079102f
PA
18092012-03-01 Pedro Alves <palves@redhat.com>
1810
1811 * inferior.c (delete_threads_of_inferior): Delete.
1812
a298c5e8
PA
18132012-03-01 Pedro Alves <palves@redhat.com>
1814
1815 Import fallback definitions from glibc.
1816
1817 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
1818 ps_prochandle): Forward declare.
1819 (ps_err_e): Use glibc's comments.
1820 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
1821 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
1822 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
1823 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
1824 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
1825 (struct ps_prochandle): Adjust comment.
1826
e3084549
PA
18272012-03-01 Pedro Alves <palves@redhat.com>
1828
1829 * ada-lang.c (ada_modulus_from_name): Delete.
1830 * ada-lex.l (lexer_init): Make static.
1831
ad5f7d6e
PA
18322012-03-01 Pedro Alves <palves@redhat.com>
1833
1834 PR gdb/13767
1835
1836 * frame.c (read_frame_register_unsigned): New.
1837 * frame.h (read_frame_register_unsigned): Declare.
1838 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
1839 Handle it.
1840 (print_i387_control_word): New parameter `control_p'. Handle it.
1841 (i387_print_float_info): Handle unavailable float registers.
1842
e0a4d108
KS
18432012-03-01 Keith Seitz <keiths@redhat.com>
1844
1845 * linespec.c (decode_line_2): Sort the list of methods
1846 alphabetically before presenting the user with a selection
1847 menu.
1848
122d1940
DE
18492012-03-01 Doug Evans <dje@google.com>
1850
1851 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
1852 has_namespace_info.
1853 (dwarf2_read_abbrevs): Remove corresponding initialization.
1854
7d74f244
DE
18552012-03-01 Scott J. Goldman <scottjg@vmware.com>
1856
1857 * NEWS: Mention new python command class gdb.COMMAND_USER.
1858 * cli/cli-cmds.c (show_user): Print error when used on a python
1859 command.
1860 (init_cli_cmds): Update documentation strings for "show user" and
1861 "set/show max-user-call-depth" to clarify that it does not apply to
1862 python commands.
1863 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
1864 error check.
1865 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
1866 gdb python api.
1867 * top.c (execute_command): Only execute a user-defined command as a
1868 legacy macro if c->user_commands is set.
1869
e88acd96
TT
18702012-03-01 Tom Tromey <tromey@redhat.com>
1871
1872 * valprint.h (struct generic_val_print_decorations): New.
1873 (generic_val_print): Declare.
1874 * valprint.c (generic_val_print): New function.
1875 * p-valprint.c (p_decorations): New global.
1876 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
1877 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
1878 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
1879 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
1880 * m2-valprint.c (m2_decorations): New global.
1881 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
1882 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
1883 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
1884 TYPE_CODE_ERROR>: Call generic_val_print.
1885 * f-valprint.c (f_decorations): New global.
1886 (f_val_print): Use print_function_pointer_address.
1887 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
1888 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
1889 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
1890 generic_val_print.
1891 * c-valprint.c (c_decorations): New global.
1892 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
1893 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
1894 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
1895 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
1896 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
1897 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
1898 case.
1899
d3eab38a
TT
19002012-03-01 Tom Tromey <tromey@redhat.com>
1901
1902 * valprint.c (val_print): Update.
1903 * p-valprint (pascal_val_print): Return void.
1904 * p-lang.h (pascal_val_print): Return void.
1905 * m2-valprint.c (m2_val_print): Return void.
1906 * m2-lang.h (m2_val_print): Return void.
1907 * language.h (struct language_defn) <la_val_print>: Return void.
1908 * language.c (unk_lang_val_print): Return void.
1909 * jv-valprint.c (java_val_print): Return void.
1910 * jv-lang.h (java_val_print): Return void.
1911 * f-valprint.c (f_val_print): Return void.
1912 * f-lang.h (f_val_print): Return void.
1913 * d-valprint.c (d_val_print): Return void.
1914 (dynamic_array_type): Update.
1915 * d-lang.h (d_val_print): Return void.
1916 * c-valprint.c (c_val_print): Return void.
1917 * c-lang.h (c_val_print): Return void.
1918 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
1919 void.
1920 * ada-lang.h (ada_val_print): Return void.
1921
35c0084b
TT
19222012-03-01 Tom Tromey <tromey@redhat.com>
1923
1924 * value.h (val_print): Return void.
1925 * valprint.c (val_print): Return void.
1926
a1f5dd1b
TT
19272012-03-01 Tom Tromey <tromey@redhat.com>
1928
1929 * value.h (common_val_print): Return void.
1930 * valprint.c (common_val_print): Return void.
1931
8e069a98
TT
19322012-03-01 Tom Tromey <tromey@redhat.com>
1933
1934 * value.h (value_print): Return void.
1935 * valprint.c (value_print): Return void.
1936 * p-valprint.c (pascal_value_print): Return void.
1937 * p-lang.h (pascal_value_print): Return void.
1938 * language.h (struct language_defn) <la_value_print>: Return
1939 void.
1940 * language.c (unk_lang_value_print): Return void.
1941 * jv-valprint.c (java_value_print): Return void.
1942 * jv-lang.h (java_value_print): Return void.
1943 * f-valprint.c (c_value_print): Don't declare.
1944 Include c-lang.h.
1945 * c-valprint.c (c_value_print): Return void.
1946 * c-lang.h (c_value_print): Return void.
1947 * ada-valprint.c (ada_value_print): Return void.
1948 * ada-lang.h (ada_value_print): Return void.
1949
be335936
TT
19502012-03-01 Tom Tromey <tromey@redhat.com>
1951
1952 * value.c (value_primitive_field): Handle virtual base classes.
1953
b0db66a7
TT
19542012-03-01 Tom Tromey <tromey@redhat.com>
1955
1956 * gdbtypes.h (struct vbase): Remove.
1957
132c57b4
TT
19582012-03-01 Tom Tromey <tromey@redhat.com>
1959
1960 * c-valprint.c (print_function_pointer_address): Move...
1961 * valprint.c: ... here. Make non-static.
1962 * m2-valprint.c (print_function_pointer_address): Remove.
1963 * valprint.h (print_function_pointer_address): Declare.
1964
e41eec66
JB
19652012-03-01 Joel Brobecker <brobecker@adacore.com>
1966
1967 * NEWS: Document the fact that one can provide a condition when
1968 creating an Ada exception catchpoint.
1969
19c37f24
TT
19702012-03-01 Tom Tromey <tromey@redhat.com>
1971
1972 * valprint.c (val_print_type_code_flags): Fix placement of
1973 trailing brace.
1974
f0fed3a3
JB
19752012-03-01 Joel Brobecker <brobecker@adacore.com>
1976
1977 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
1978 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
1979 environment variable before calling update-copyright.
1980
8ba85d85
JB
19812012-03-01 Joel Brobecker <brobecker@adacore.com>
1982
1983 * gnulib/extra/update-copyright: Update to the latest from
1984 gnulib's git repository.
1985 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
1986 variable to 2 instead of 1.
1987
8219b1e8
JB
19882012-02-29 Joel Brobecker <brobecker@adacore.com>
1989
1990 * varobj.c (c_value_of_variable): Remove dead code.
1991
718cb7da
JB
19922012-02-29 Joel Brobecker <brobecker@adacore.com>
1993
1994 * ada-lex.p (processId): Do not modify already encoded IDs.
1995 Update function documentation.
1996
739593e0
JB
19972012-02-29 Joel Brobecker <brobecker@adacore.com>
1998
1999 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
2000 "name" with "struct symbol *name_sym".
2001 * ada-exp.y (write_var_or_type): Update call to
2002 ada_find_renaming_symbol.
2003 "name" with "struct symbol *name_sym". Adjust Implementation
2004 accordingly. Adjust the function documentation.
2005
852dff6c
JB
20062012-02-29 Joel Brobecker <brobecker@adacore.com>
2007
2008 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
2009 * ada-lang.c (ada_find_any_type): Add advance declaration.
2010 Make static. Replace ada_find_any_symbol by
2011 ada_find_any_type_symbol.
2012 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
2013 Improve function description. Make static.
2014 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
2015 Replace ada_find_any_symbol by ada_find_any_type_symbol.
2016
1b611343
JB
20172012-02-29 Joel Brobecker <brobecker@adacore.com>
2018
2019 * ada-lang.c (struct tag_args): Delete.
2020 (ada_get_tsd_type): Function body moved up in source file.
2021 (ada_tag_name_1, ada_tag_name_2): Delete.
2022 (ada_get_tsd_from_tag): New function.
2023 (ada_tag_name_from_tsd): New function.
2024 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
2025 to determine the tag name.
2026
41246937
JB
20272012-02-29 Joel Brobecker <brobecker@adacore.com>
2028
2029 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
2030 declaration.
2031 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
2032 function.
2033
ffde82bf
JB
20342012-02-29 Joel Brobecker <brobecker@adacore.com>
2035
2036 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
2037
2ad01556
JB
20382012-02-29 Joel Brobecker <brobecker@adacore.com>
2039
2040 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
2041 full searches.
2042
99b1c762
JB
20432012-02-29 Joel Brobecker <brobecker@adacore.com>
2044
2045 * ada-lang.c (constrained_packed_array_type): If there is a
2046 parallel XA type, use it to determine the array index type.
2047
2d4a02ee
JB
20482012-02-29 Joel Brobecker <brobecker@adacore.com>
2049
2050 * ada-valprint.c (ada_val_print_1): If our value is a reference
2051 to an array descriptor, dereference it before converting it
2052 to a simple array.
2053
c48db5ca
JB
20542012-02-29 Joel Brobecker <brobecker@adacore.com>
2055
2056 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
2057 creating fixed value.
2058 (ada_value_ind, ada_coerce_ref, assign_component)
2059 (ada_evaluate_subexp): Remove call to unwrap_value before
2060 call to ada_to_fixed_value.
2061
2e6fda7d
JB
20622012-02-29 Joel Brobecker <brobecker@adacore.com>
2063
2064 * ada-lang.c (to_fixed_array_type): Set result's type name.
2065
5845583d
JB
20662012-02-29 Joel Brobecker <brobecker@adacore.com>
2067
2068 * ada-lang.c (catch_ada_exception_command_split): Add new
2069 argument cond_string. Add support for condition at end of
2070 "catch exception" commands.
2071 (ada_decode_exception_location): Add new argument cond_string.
2072 Update call to catch_ada_exception_command_split.
2073 (create_ada_exception_catchpoint): Add new argument cond_string.
2074 Set the breakpoint condition if needed.
2075 (catch_ada_exception_command): Update call to
2076 ada_decode_exception_location.
2077 (ada_decode_assert_location): Add function documentation.
2078 Add support for condition at end of "catch assert" command.
2079 (catch_assert_command): Update calls to ada_decode_assert_location
2080 and create_ada_exception_catchpoint.
2081
9a7f938f
JK
20822012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2083
2084 Fix disp-step-syscall.exp: fork: single step over fork.
2085 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
2086 (i386_linux_get_syscall_number_from_regcache): ... here, new function
2087 comment, change parameters gdbarch and ptid to regcache. Remove
2088 parameter regcache, initialize gdbarch from regcache here.
2089 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
2090 New functions.
2091 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
2092 instead.
2093 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
2094 'syscall'. Make the 'int' check more strict.
2095
ffdf6de5
JK
20962012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2097
2098 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
2099 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
2100 (i386_linux_intx80_sysenter_syscall_record): ... here.
2101 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
2102 Use the renamed function name.
2103
c70a6932
JK
21042012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2105
2106 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
2107 * breakpoint.c (until_break_command): Likewise.
2108 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
2109 * infcall.c (call_function_by_hand): Likewise.
2110 * infcmd.c (finish_forward): Likewise.
2111 * infrun.c (insert_exception_resume_breakpoint): Likewise.
2112
05b8a789 21132012-02-28 Tristan Gingold <gingold@adacore.com>
d4cd3da9 2114
d4cd3da9
JB
2115 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
2116 avoid variable assignments inside condition.
2117
6425366c
JK
21182012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2119
2120 Fix static analysis issue found by cppcheck.
2121 * microblaze-tdep.c (microblaze_extract_return_value): Fix
2122 uninitialized BUF for size 2.
2123
c8cef75f
MR
21242012-02-27 Chris Dearman <chris@mips.com>
2125 Nathan Froyd <froydnj@codesourcery.com>
2126 Maciej W. Rozycki <macro@codesourcery.com>
2127
2128 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
2129 (mips16_instruction_has_delay_slot): Likewise.
2130 (mips_segment_boundary): Likewise.
2131 (mips_adjust_breakpoint_address): Likewise.
2132 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
2133
473347ad
MR
21342012-02-27 Maciej W. Rozycki <macro@mips.com>
2135 Maciej W. Rozycki <macro@codesourcery.com>
2136
2137 * infrun.c (handle_inferior_event): Don't proceed through
2138 shared library trampolines if stepping at the machine
2139 instruction level.
2140
cf233303
MR
21412012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
2142
2143 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
2144 too.
2145
cb2cf4ce
TS
21462012-02-27 Thomas Schwinge <thomas@codesourcery.com>
2147
2148 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
2149 (sh_stub_unwind_sniffer): New functions.
2150 (sh_stub_unwind): New variable.
2151 (sh_gdbarch_init): Wire everything.
2152
644cebc9
PA
21532012-02-27 Pedro Alves <palves@redhat.com>
2154
2155 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
2156 (linux_nat_post_attach_wait): Adjust to use
2157 linux_proc_pid_is_stopped.
2158 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
2159 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
2160 based on pid_is_stopped from both linux-nat.c and
2161 gdbserver/linux-low.c, and renamed.
2162
283002cf
MR
21632012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
2164
2165 * remote.c (remote_watchpoint_addr_within_range): New function.
2166 (init_remote_ops): Use it.
2167
9b3e86b1
MR
21682012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
2169
2170 * target.h (target_watchpoint_addr_within_range): Document macro.
2171
e36930bb
PA
21722012-02-24 Pedro Alves <palves@redhat.com>
2173
2174 * stack.c (set_last_displayed_sal): Issue internal_error instead
2175 of warning, and issue it after clearing the last displayed sal.
2176
883bc8d1
PA
21772012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2178 Pedro Alves <palves@redhat.com>
2179
2180 * breakpoint.c (until_break_command): Install breakpoints after
2181 all frame manipulations.
2182
b775012e
LM
21832012-02-24 Luis Machado <lgustavo@codesourcery.com>
2184
2185 * remote.c (remote_supports_cond_breakpoints): New forward
2186 declaration.
2187 (remote_add_target_side_condition): New function.
2188 (remote_insert_breakpoint): Add target-side breakpoint
2189 conditional if supported.
2190 (remote_insert_hw_breakpoint): Likewise.
2191 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
2192 hook.
2193
2194 * target.c (update_current_target): Inherit
2195 to_supports_evaluation_of_breakpoint_conditions.
2196 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
2197
2198 * target.h (struct target_ops)
2199 <to_supports_evaluation_of_breakpoint_conditions>: New field.
2200 (target_supports_evaluation_of_breakpoint_conditions): New #define.
2201
2202 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
2203 (condition_evaluation_both, condition_evaluation_auto,
2204 condition_evaluation_host, condition_evaluation_target,
2205 condition_evaluation_enums, condition_evaluation_mode_1,
2206 condition_evaluation_mode): New static globals.
2207 (translate_condition_evaluation_mode): New function.
2208 (breakpoint_condition_evaluation_mode): New function.
2209 (gdb_evaluates_breakpoint_condition_p): New function.
2210 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
2211 (mark_breakpoint_modified): New function.
2212 (mark_breakpoint_location_modified): New function.
2213 (set_condition_evaluation_mode): New function.
2214 (show_condition_evaluation_mode): New function.
2215 (bp_location_compare_addrs): New function.
2216 (get_first_location_gte_addr): New helper function.
2217 (set_breakpoint_condition): Free condition bytecode if locations
2218 has become unconditional. Call mark_breakpoint_modified (...).
2219 (condition_command): Call update_global_location_list (1) for
2220 breakpoints.
2221 (breakpoint_xfer_memory): Use is_breakpoint (...).
2222 (is_breakpoint): New function.
2223 (parse_cond_to_aexpr): New function.
2224 (build_target_condition_list): New function.
2225 (insert_bp_location): Handle target-side conditional
2226 breakpoints and call build_target_condition_list (...).
2227 (update_inserted_breakpoint_locations): New function.
2228 (insert_breakpoint_locations): Handle target-side conditional
2229 breakpoints.
2230 (bpstat_check_breakpoint_conditions): Add comment.
2231 (bp_condition_evaluator): New function.
2232 (bp_location_condition_evaluator): New function.
2233 (print_breakpoint_location): Print information on where the condition
2234 will be evaluated.
2235 (print_one_breakpoint_location): Likewise.
2236 (init_bp_location): Call mark_breakpoint_location_modified (...) for
2237 breakpoint location.
2238 (force_breakpoint_reinsertion): New functions.
2239 (update_global_location_list): Handle target-side breakpoint
2240 conditions.
2241 Reinsert locations that are already inserted if conditions have
2242 changed.
2243 (bp_location_dtor): Free agent expression bytecode.
2244 (disable_breakpoint): Call mark_breakpoint_modified (...).
2245 Call update_global_location_list (...) with parameter 1 for breakpoints.
2246 (disable_command): Call mark_breakpoint_location_modified (...).
2247 Call update_global_location_list (...) with parameter 1 for breakpoints.
2248 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
2249 (enable_command): mark_breakpoint_location_modified (...).
2250 (_initialize_breakpoint): Update documentation and add
2251 condition-evaluation breakpoint subcommand.
2252
2253 * breakpoint.h: Include ax.h.
2254 (condition_list): New data structure.
2255 (condition_status): New enum.
2256 (bp_target_info) <cond_list>: New field.
2257 (bp_location) <condition_changed, cond_bytecode>: New fields.
2258 (is_breakpoint): New prototype.
2259
3788aec7
LM
22602012-02-24 Luis Machado <lgustavo@codesourcery.com>
2261
2262 * remote.c (remote_state) <cond_breakpoints>: New field.
2263 (PACKET_ConditionalBreakpoints): New enum.
2264 (remote_cond_breakpoint_feature): New function.
2265 (remote_protocol_features): Add new ConditionalBreakpoints entry.
2266 (remote_supports_cond_breakpoints): New function.
2267 (_initialize_remote): Add new packet configuration for
2268 target-side conditional breakpoints.
2269
72895ff6
LM
22702012-02-24 Luis Machado <lgustavo@codesourcery.com>
2271
2272 * NEWS: Mention target-side conditional breakpoint support,
2273 new condition-evaluation breakpoint subcommand and remote
2274 packet extensions.
2275
dea2aa5f
LM
22762012-02-24 Luis Machado <lgustavo@codesourcery.com>
2277
2278 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
2279 number.
2280
8a8bc27f
TS
22812012-02-24 Thomas Schwinge <thomas@codesourcery.com>
2282
2283 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
2284 (after_prologue): Remove.
2285
6b446fdf
TT
22862012-02-23 Tom Tromey <tromey@redhat.com>
2287
2288 * jv-valprint.c (java_val_print): Remove dead code.
2289
ef59abfb
TG
22902012-02-23 Tristan Gingold <gingold@adacore.com>
2291
2292 * ada-tasks.c (struct ada_tasks_inferior_data): Add
2293 known_tasks_element and known_tasks_length fields.
2294 (read_known_tasks_array): Change argument type. Use pointer type
2295 and number of elements from DATA. Adjust.
2296 (read_known_tasks_list): Likewise.
2297 (get_known_tasks_addr): Remove.
2298 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
2299 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
2300 type and array length. Merge former get_known_tasks_addr code.
2301
def166f6
JK
23022012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2303
2304 PR backtrace/13716
2305 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
2306 it after set_momentary_breakpoint.
2307
aeaa2474
SA
23082012-02-22 Sterling Augustine <saugustine@google.com>
2309
2310 PR 13689:
2311 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
2312
feea76c2
GB
23132012-02-22 Gary Benson <gbenson@redhat.com>
2314
2315 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
2316 (find_slot_in_mapped_hash): Likewise.
2317
f06e05e0
JK
23182012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2319
2320 PR build/13638
2321 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
2322 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
2323 * configure: Regenerate.
2324
b54a8fd7
PA
23252012-02-21 Tristan Gingold <gingold@adacore.com>
2326 Pedro Alves <palves@redhat.com>
2327
2328 * ia64-tdep.c: Do not include libunwind-ia64.h.
2329 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
2330 Include libunwind-ia64.h instead of libunwind.h.
2331 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
2332 for libunwind.h existence.
2333 * configure, config.in: Regenerate.
2334
dfcee124
AG
23352012-02-21 Anton Gorenkov <xgsa@yandex.ru>
2336
2337 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
2338 instead of value_rtti_target_type.
2339 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
2340 instead of value_rtti_target_type.
2341 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
2342 value_rtti_target_type.
2343 * valops.c (value_ind): Extract function readjust_indirect_value_type.
2344 (value_rtti_target_type): Rename to ...
2345 (value_rtti_indirect_type): ... here and make it indirect. Update
2346 function comment.
2347 * value.c (readjust_indirect_value_type): New function.
2348 (coerce_ref): Support for enclosing type setting for references
2349 with readjust_indirect_value_type.
2350 * value.h (readjust_value_type): New declaration.
2351 (value_rtti_target_type): Rename to ...
2352 (value_rtti_indirect_type): ... here.
2353
02568277
AG
23542012-02-21 Anton Gorenkov <xgsa@yandex.ru>
2355
2356 * MAINTAINERS (Write After Approval): Add myself to the list.
2357
10c07b7e 23582012-02-20 Doug Evans <dje@google.com>
28ee876a 2359
d82ea6a8
DE
2360 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
2361 Rename objfile_p_char parameter to objfilep.
2362 (build_objfile_section_table): Result is now void. All callers
2363 updated.
2364 * objfiles.h (struct objfile): Tweak comments, whitespace.
2365 (build_objfile_section_table): Update.
2366
28ee876a
DE
2367 * elfread.c (elf_symfile_segments): Fix warning text.
2368
24c79950
TT
23692012-02-20 Tom Tromey <tromey@redhat.com>
2370
2371 PR gdb/13498:
2372 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
2373 particular set of file names once.
2374 (dw2_map_symbol_filenames): Likewise.
2375
3a9b40b6
JK
23762012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2377
2378 Code cleanup.
2379 * main.c (write_files): Remove the declaration.
2380 (external_editor_command): Move the declaration ...
2381 [GDBTK] (external_editor_command): ... here. Fix the comment.
2382
4d0795ca
TT
23832012-02-20 Tom Tromey <tromey@redhat.com>
2384
2385 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
2386 extraneous block.
2387
637fd620
TG
23882012-02-20 Tristan Gingold <gingold@adacore.com>
2389
2390 * darwin-nat.h (enum darwin_msg_state): Add comments.
2391
6f124894
TG
23922012-02-20 Tristan Gingold <gingold@adacore.com>
2393
2394 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
2395 value.
2396
2e6e3d9c
JB
23972012-20-18 Joel Brobecker <brobecker@adacore.com>
2398
2399 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
2400 between function description and implementation.
2401
2e8265fd
TT
24022012-02-17 Tom Tromey <tromey@redhat.com>
2403
2404 PR python/12070:
2405 * python/py-event.c (event_object_getset): New global.
2406 (event_object_type): Reference it.
2407 * python/py-type.c (field_object_getset): New global.
2408 (field_object_type): Reference it.
2409 * python/python-internal.h (gdb_py_generic_dict): Declare.
2410 * python/py-utils.c (gdb_py_generic_dict): New function.
2411
8544a150 24122012-02-17 Tristan Gingold <gingold@adacore.com>
6f124894 2413
8544a150 2414 * solib-darwin.c (darwin_current_sos): Check magic and filetype
6f124894 2415
ca193e27
TS
24162012-02-17 Thomas Schwinge <thomas@codesourcery.com>
2417
2418 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
2419 TYPE_CALLING_CONVENTION annotation.
2420
e5586183
KB
24212012-02-16 Kevin Buettner <kevinb@redhat.com>
2422
2423 * MAINTAINERS: Add rx to target ISA section.
2424 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
2425 (ALLDEPFILES): Add rx-tdep.c.
2426
7dcd53a0
TT
24272012-02-16 Tom Tromey <tromey@redhat.com>
2428
2429 * symfile.c (symbol_file_add_main_1): Use inferior's
2430 symfile_flags.
2431 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
2432 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
2433 inferior.
2434 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
2435 inferior.
2436 (follow_exec): Use inferior's symfile_flags.
2437 * inferior.h (struct inferior) <symfile_flags>: New field.
2438
ddd60447
MF
24392012-02-16 Mike Frysinger <vapier@gentoo.org>
2440
2441 PR gdb/9734:
2442 * remote-sim.c (gdbsim_create_inferior): Call error() when
2443 sim_create_inferior() fails.
2444
b0d32fb6
TG
24452012-02-16 Josh Matthews <josh@joshmatthews.net>
2446
2447 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
2448
9addecb9
TT
24492012-02-16 Tom Tromey <tromey@redhat.com>
2450
2451 PR c++/13653:
2452 * thread.c (struct current_thread_cleanup) <was_removable>: New
2453 field.
2454 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
2455 (make_cleanup_restore_current_thread): Initialize new field.
2456
a58b110a
KB
24572012-02-15 Kevin Buettner <kevinb@redhat.com>
2458
2459 * MAINTAINERS: Add rl78 to target ISA section.
2460 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
2461 (ALLDEPFILES): Add rl78-tdep.c.
2462 * NEWS: Mention rl78 as a new target.
2463
4cb6da1c
AR
24642012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
2465
2466 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
2467 data.
2468 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
2469
3af2590d
TT
24702012-02-15 Tom Tromey <tromey@redhat.com>
2471
2472 PR gdb/12659:
2473 * infcmd.c (registers_info): Print just the current register's
2474 name.
2475
c6910659
TT
24762012-02-15 Tom Tromey <tromey@redhat.com>
2477
2478 * python/py-symbol.c (sympy_value): Use _().
2479
7cee1e54
PA
24802012-02-15 Pedro Alves <palves@redhat.com>
2481
2482 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
2483 output to be like native targets'.
2484 (remote_pid_to_str): Special case the null ptid.
2485
816338b5
SS
24862012-02-14 Stan Shebs <stan@codesourcery.com>
2487
2488 * NEWS: Mention enable count command.
2489 * breakpoint.h (struct breakpoint): New field enable_count.
2490 * breakpoint.c (enable_breakpoint_disp): Add count argument.
2491 (enable_breakpoint): Add arg to call.
2492 (struct disp_data): New struct.
2493 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
2494 (do_map_enable_once_breakpoint): Create a struct and pass it.
2495 (do_map_enable_delete_breakpoint): Ditto.
2496 (do_map_enable_count_breakpoint): New function.
2497 (enable_count_command): New function.
2498 (bpstat_stop_status): Decrement enable_count.
2499 (print_one_breakpoint_location): Report enable count.
2500 (_initialize_breakpoint): Add enable count command.
2501
c47a44f4
KB
25022012-02-14 Kevin Buettner <kevinb@redhat.com>
2503
2504 * rl78-tdep.c (reggroups.h): Include.
2505 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
2506 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
2507 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
2508 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
2509 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
2510 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
2511 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
2512 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
2513 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
2514 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
2515 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
2516 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
2517 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
2518 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
2519 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
2520 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
2521 beginning of register list.
2522 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
2523 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
2524 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
2525 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
2526 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
2527 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
2528 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
2529 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
2530 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
2531 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
2532 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
2533 the pseudo registers. Rearrange other pseudo registers too so
2534 that the bank registers appear at the end.
2535 (rl78_register_type): Account for the fact that the byte sized
2536 bank registers are now pseudo-registers.
2537 (rl78_register_name): Rearrange the register name array. Make
2538 initial set of raw banked registers inaccessible.
2539 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
2540 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
2541 case for copying bytes back and forth between raw and pseudo
2542 versions of the banked registers. Update other cases to reflect
2543 the changed names.
2544 (rl78_return_value): Update to account for changed names of
2545 raw registers.
2546 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
2547 rl78_register_sim_regno().
2548
e4569f1e
KB
25492012-02-14 Kevin Buettner <kevinb@redhat.com>
2550
2551 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
2552 the name parameter being passed to find_pc_partial_function().
2553
7a05aae7
JK
25542012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2555
2556 * MAINTAINERS: Step down from being ia64 target maintainer.
2557
11fde611
JK
25582012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2559
2560 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
2561 compilation warning.
2562
57008375
JK
25632012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2564
2565 Fix crash on loaded shlibs without loaded exec_bfd.
2566 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
2567 (set_section_command): Replace exec_bfd by p->bfd.
2568
ff3c9849
TT
25692012-02-10 Tom Tromey <tromey@redhat.com>
2570
2571 * linespec.c (decode_line_internal): Skip symtabs_from_filename
2572 when we have a C++ qualified name.
2573
db2b9fdd
PA
25742012-02-10 Pedro Alves <palves@redhat.com>
2575
2576 * inferior.c (inferior_pid_to_str): New.
2577 (print_inferior, inferior_command): Use it.
2578
12cd34f3
PA
25792012-02-10 Pedro Alves <palves@redhat.com>
2580
2581 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
2582 the test CFLAGS.
2583 * configure: Regenerate.
2584
e871429d
JK
25852012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2586
2587 * linespec.c (decode_line_internal): Fix comment correctness.
2588
1916efaf
PA
25892012-02-09 Valery Khromov <valery.khromov@gmail.com>
2590
2591 PR gdb/12953
2592 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
2593 * amd64bsd-nat.c: Add support for debug registers (adapted from
2594 i386bsd-nat.c).
2595 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
2596 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
2597 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
2598 (amd64bsd_dr_get_control): New functions.
2599 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
2600 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
2601 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
2602 watchpoints initialization.
2603 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
2604
f4859d94
JK
26052012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2606
2607 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
2608 flds_bnds.fields.
2609 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
2610
c56a97f9
JK
26112012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2612
2613 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
2614
1a119f36
JB
26152012-02-08 Joel Brobecker <brobecker@adacore.com>
2616
2617 * language.h (symbol_name_cmp_ftype): Renames
2618 symbol_name_match_p_ftype.
2619 (struct language_defn)[la_get_symbol_name_cmp]: Renames
2620 la_get_symbol_name_match_p.
2621 * ada-lang.c (ada_get_symbol_name_cmp): Renames
2622 ada_get_symbol_name_match_p. Update comment.
2623 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
2624 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
2625 Renames symbol_name_match_p. Update field type.
2626 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
2627 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
2628 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
2629 "la_get_symbol_name_cmp" in comments.
2630 * language.c: Likewise.
2631
c71bb1cf
RO
26322012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2633
2634 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
2635 %eflags offset.
2636 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
2637 (amd64_sol2_gregset32_reg_offs): Likewise.
2638
4b2d20a5
TG
26392012-02-08 Joel Brobecker <brobecker@adacore.com>
2640
2641 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
2642 of the returned BFD is allocated by GDB.
2643
f0823d2c
TT
26442012-02-07 Tom Tromey <tromey@redhat.com>
2645
2646 PR python/12027:
2647 * python/python-internal.h (frame_object_type): Declare.
2648 * python/py-symbol.c (sympy_needs_frame): New function.
2649 (sympy_value): New function.
2650 (symbol_object_getset): Add "needs_frame".
2651 (symbol_object_methods): Add "value".
2652 * python/py-frame.c (frame_object_type): No longer static.
2653
64e7d9dd
TT
26542012-02-07 Tom Tromey <tromey@redhat.com>
2655
2656 PR python/13599:
2657 * python/py-symbol.c (sympy_line): New function.
2658 (symbol_object_getset): Add "line".
2659
1d6b2d2b
TT
26602012-02-07 Tom Tromey <tromey@redhat.com>
2661
2662 * charset.c (find_charset_names): Check 'in' against NULL.
2663
0d5cff50
DE
26642012-02-06 Doug Evans <dje@google.com>
2665
2666 * gdbtypes.h (struct main_type): Change type of name,tag_name,
2667 and fields.name members from char * to const char *. All uses updated.
2668 (struct cplus_struct_type): Change type of fn_fieldlists.name member
2669 from char * to const char *. All uses updated.
2670 (type_name_no_tag): Update.
2671 (lookup_unsigned_typename, lookup_signed_typename): Update.
2672 * gdbtypes.c (type_name_no_tag): Change result type
2673 from char * to const char *. All callers updated.
2674 (lookup_unsigned_typename, lookup_signed_typename): Change type of
2675 name parameter from char * to const char *.
2676 * symtab.h (struct cplus_specific): Change type of demangled_name
2677 member from char * to const char *. All uses updated.
2678 (struct general_symbol_info): Change type of name and
2679 mangled_lang.demangled_name members from char * to const char *.
2680 All uses updated.
2681 (symbol_get_demangled_name, symbol_natural_name): Update.
2682 (symbol_demangled_name, symbol_search_name): Update.
2683 * symtab.c (symbol_get_demangled_name): Change result type
2684 from char * to const char *. All callers updated.
2685 (symbol_natural_name, symbol_demangled_name): Ditto.
2686 (symbol_search_name): Ditto.
2687 (completion_list_add_name): Change type of symname,sym_text,
2688 text,word parameters from char * to const char *.
2689 (completion_list_objc_symbol): Change type of sym_text,
2690 text,word parameters from char * to const char *.
2691 * ada-lang.c (find_struct_field): Change type of name parameter
2692 from char * to const char *.
2693 (encoded_ordered_before): Similarly for N0,N1 parameters.
2694 (old_renaming_is_invisible): Similarly for function_name parameter.
2695 (ada_type_name): Change result type from char * to const char *.
2696 All callers updated.
2697 * ada-lang.h (ada_type_name): Update.
2698 * buildsym.c (hashname): Change type of name parameter
2699 from char * to const char *.
2700 * buildsym.h (hashname): Update.
2701 * dbxread.c (end_psymtab): Change type of include_list parameter
2702 from char ** to const char **.
2703 * dwarf2read.c (determine_prefix): Change result type
2704 from char * to const char *. All callers updated.
2705 * f-lang.c (find_common_for_function): Change type of name, funcname
2706 parameters from char * to const char *.
2707 * f-lang.c (find_common_for_function): Update.
2708 * f-valprint.c (list_all_visible_commons): Change type of funcname
2709 parameters from char * to const char *.
2710 * gdbarch.sh (static_transform_name): Change type of name parameter
2711 and result from char * to const char *.
2712 * gdbarch.c: Regenerate.
2713 * gdbarch.h: Regenerate.
2714 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
2715 of name parameter from char * to const char *.
2716 * jv-lang.c (java_primitive_type_from_name): Ditto.
2717 (java_demangled_signature_length): Similarly for signature parameter.
2718 (java_demangled_signature_copy): Ditto.
2719 (java_demangle_type_signature): Ditto.
2720 * jv-lang.h (java_primitive_type_from_name): Update.
2721 (java_demangle_type_signature): Update.
2722 * objc-lang.c (specialcmp): Change type of a,b parameters
2723 from char * to const char *.
2724 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
2725 from char * to const char *. All callers updated.
2726 * p-lang.h (is_pascal_string_type): Update.
2727 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
2728 of name parameter from char * to const char *.
2729 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
2730 * utils.c (fprintf_symbol_filtered): Ditto.
2731 * defs.h (fprintf_symbol_filtered): Update.
2732 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
2733 * stabsread.h (end_psymtab): Update.
2734 * stack.c (find_frame_funname): Change type of funname parameter
2735 from char ** to const char **.
2736 * stack.h (find_frame_funname): Update.
2737 * typeprint.c (type_print): Change type of varstring parameter
2738 from char * to const char *.
2739 * value.h (type_print): Update.
2740 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
2741 from char * to const char *. All callers updated.
2742 (xcoff_end_psymtab): Change type of include_list parameter
2743 from char ** to const char **. All callers updated.
2744 (swap_sym): Similarly for name parameter. All callers updated.
2745 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
2746 Use xstrdup.
2747 (process_coff_symbol): Use xstrdup.
2748 * stabsread.c (stabs_method_name_from_physname): Renamed from
2749 update_method_name_from_physname. Change result type from void
2750 to char *. All callers updated.
2751 (read_member_functions): In has_destructor case, store name in objfile
2752 obstack instead of malloc space. In !has_stub case, fix mem leak.
2753
5579a92e
TT
27542012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
2755
2756 * configure: Rebuild.
2757 * configure.ac: Put -L../bfd and -L../libiberty at the front of
2758 LDFLAGS.
2759
9058f767
KB
27602012-02-03 Kevin Buettner <kevinb@redhat.com>
2761
2762 * configure.tgt (rl78-*-elf): New target.
2763 * rl78-tdep.c: New file.
2764
5b37825d
PW
27652012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2766
2767 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
2768 and continue the loop. Add QUIT statement.
2769
e009ee71
TT
27702012-02-03 Tom Tromey <tromey@redhat.com>
2771
2772 PR gdb/13596:
2773 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
2774 bfd_lookup_symbol_from_symtab.
2775 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2776 gdb_bfd_lookup_symbol_from_symtab.
2777
f7e44f65
JB
27782012-02-03 Joel Brobecker <brobecker@adacore.com>
2779
2780 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
2781 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
2782 symbol. Add assertion that sym2 is never NULL.
2783
2c02bd72
DE
27842012-02-02 Doug Evans <dje@google.com>
2785
2786 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
2787 "name" parameter to const char ** from char **. All callers updated.
2788 (find_pc_partial_function): Ditto.
2789 (cache_pc_function_name): Change type to const char * from char *.
2790 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
2791 (find_pc_partial_function): Update.
2792 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
2793 type of "name" parameter to const char * from char *.
2794 All uses updated.
2795 * arch-utils.c (generic_in_solib_return_trampoline): Change
2796 type of "name" parameter to const char * from char *.
2797 * arch-utils.h (generic_in_solib_return_trampoline): Update.
2798 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
2799 type of "name" parameter to const char * from char *.
2800 * gdbarch.sh (in_solib_return_trampoline): Ditto.
2801 * gdbarch.c: Regenerate.
2802 * gdbarch.h: Regenerate.
2803 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
2804 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
2805 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
2806 type of "name" parameter to const char * from char *.
2807 * skip.c (skip_function_pc): Ditto.
2808 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
2809 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
2810 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
2811 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
2812 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
2813 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
2814 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
2815 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
2816 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
2817
e886a173
PA
28182012-02-02 Pedro Alves <palves@redhat.com>
2819
2820 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
2821 the current inferior has no execution. Make sure the current
2822 remote process matches gdb's current inferior.
2823
c709a7c2
TT
28242012-02-02 Tom Tromey <tromey@redhat.com>
2825
2826 PR gdb/13405:
2827 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
2828 read-only memory.
2829
f149aabd
TT
28302012-02-02 Tom Tromey <tromey@redhat.com>
2831
2832 PR gdb/9307:
2833 * symtab.c (lookup_language_this): Set block_found.
2834
03bef283
TT
28352012-02-01 Tom Tromey <tromey@redhat.com>
2836
2837 PR gdb/13431:
2838 * jit.c (struct jit_inferior_data): Rewrite.
2839 (struct jit_objfile_data): New.
2840 (get_jit_objfile_data): New function.
2841 (add_objfile_entry): Update.
2842 (jit_read_descriptor): Return int. Replace descriptor_addr
2843 argument with inf_data. Update. Don't call error.
2844 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
2845 descriptor here.
2846 (jit_inferior_init): Don't look up descriptor. Don't call error.
2847 (jit_reset_inferior_data_and_breakpoints)
2848 (jit_inferior_created_observer): Remove.
2849 (jit_inferior_exit_hook): Update.
2850 (jit_executable_changed_observer): Remove.
2851 (jit_event_handler): Update.
2852 (free_objfile_data): Reset inferior data if needed.
2853 (_initialize_jit): Update.
2854
f0bbc364
TT
28552012-02-01 Tom Tromey <tromey@redhat.com>
2856
2857 * jit.c (bfd_open_from_target_memory): Move higher in file.
2858
47c1316c
TG
28592012-02-01 Tristan Gingold <gingold@adacore.com>
2860
2861 * libunwind-frame.c (libunwind_load): Display message if dlopen
2862 failed.
2863
8e704927
GB
28642012-02-01 Gary Benson <gbenson@redhat.com>
2865
09c7a31f 2866 * symtab.h (symbol_found_callback_ftype): New typedef.
8e704927
GB
2867 (iterate_over_symbols): Use the above.
2868 * symtab.c (iterate_over_symbols): Likewise.
2869 * language.h (language_defn->la_iterate_over_symbols): Likewise.
2870 * ada-lang.c (ada_iterate_over_symbols): Likewise.
2871 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
2872 (iterate_name_matcher): Document return values.
2873 (collect_one_symbol): Likewise.
2874 (collect_function_symbols): Likewise.
2875 (collect_symbols): Likewise.
2876
d9680e73
TT
28772012-02-01 Tom Tromey <tromey@redhat.com>
2878
2879 * ada-lang.c (resolve_subexp): Update.
2880 (ada_lookup_symbol_list): Add 'full_search' argument.
2881 (ada_iterate_over_symbols): Pass 0 as full_search argument to
2882 ada_lookup_symbol_list.
2883 (ada_lookup_encoded_symbol): Update.
2884 (get_var_value): Update.
2885 * ada-exp.y (block_lookup): Update.
2886 (write_var_or_type): Update.
2887 (write_name_assoc): Update.
2888 * ada-lang.h (ada_lookup_symbol_list): Update.
2889
72e1143f
TT
28902012-01-31 Tom Tromey <tromey@redhat.com>
2891
2892 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
2893 comment.
2894
ab2d2ad3
DE
28952012-01-31 Doug Evans <dje@google.com>
2896
2897 * symtab.h: Remove outdated comment.
e9111bf7 2898 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
ab2d2ad3 2899
bc884eba
JB
29002012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
2901
2902 Fix build error in Darwin port.
2903 * i386-darwin-nat.c: Include i386-nat.h.
2904
8fc3fc34
TT
29052012-01-30 Tom Tromey <tromey@redhat.com>
2906
2907 PR breakpoints/13568:
2908 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
2909 argument. Check for recursive includes.
2910 (dwarf_decode_macros): Create an include hash.
2911
5d853008
ME
29122012-01-30 Michael Eager <eager@eagercon.com>
2913
2914 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
2915 * ppc-linux-tdep.c: Include glibc-tdep.h.
ab2d2ad3 2916 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
5d853008
ME
2917 (powerpc_linux_in_plt_stub): New function.
2918 (powerpc_linux_in_dynsym_resolve_code): New function.
2919 (ppc_skip_trampoline_code): New function.
2920 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
2921 Use glibc_skip_solib_resolver.
2922
40478521
JK
29232012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2924
2925 Code cleanup: Make 1440 bytes of data segment read-only.
2926 * arch-utils.c (endian_enum): Make it const char *const [].
2927 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
2928 Likewise.
2929 * breakpoint.c (always_inserted_enums): Likewise.
2930 * cli/cli-cmds.c (script_ext_enums): Likewise.
2931 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
2932 enumlist parameter const char *const *.
2933 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
2934 const char *const *.
2935 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
2936 parameter const char *const *.
2937 * cris-tdep.c (cris_modes): Make it const char *const [].
2938 * filesystem.c (target_file_system_kinds): Likewise.
2939 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
2940 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
2941 (can_use_displaced_stepping_enum, scheduler_enums)
2942 (exec_direction_names): Likewise.
2943 * language.c (_initialize_language): Make the type_or_range_names and
2944 case_sensitive_names variables const char *const [].
2945 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
2946 * python/python.c (python_excp_enums): Likewise.
2947 * remote.c (interrupt_sequence_modes): Likewise.
2948 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
2949 * serial.c (logbase_enums): Likewise.
2950 * sh-tdep.c (sh_cc_enum): Likewise.
2951 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
2952 Likewise.
2953 * symtab.c (multiple_symbols_modes): Likewise.
2954 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
2955 Likewise.
2956 * utils.c (internal_problem_modes): Likewise.
2957
b3b8b934
JK
29582012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2959
2960 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
2961 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
2962 result.
2963
8c85a4e2
DE
29642012-01-27 Doug Evans <dje@google.com>
2965
2966 * configure.ac (with_python): Fix absolute path handling for win32.
2967 * configure: Regenerate.
2968
78d8b4d7
DE
29692012-01-26 Doug Evans <dje@google.com>
2970
eca864fe
DE
2971 * symtab.c: Whitespace cleanup, no code changes.
2972
7e082072
DE
2973 * symtab.c (lookup_symbol_in_language): Improve comment.
2974 (lookup_symbol_aux): Fix comment.
2975
7dc25483
DE
2976 * psymtab.c (add_psymbol_to_list): Result is now "void".
2977 * psympriv.h (add_psymbol_to_list): Update.
2978
78d8b4d7
DE
2979 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
2980
4c63965b
JK
29812012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2982
2983 Do not open script filenames twice.
2984 * cli/cli-cmds.c (source_script_from_stream): Pass to
2985 source_python_script also STREAM.
2986 * python/py-auto-load.c (source_section_scripts): Pass to
2987 source_python_script_for_objfile also STREAM.
2988 (auto_load_objfile_script): Pass to source_python_script_for_objfile
2989 also INPUT.
2990 * python/python-internal.h (source_python_script_for_objfile): New
2991 parameter file, rename parameter file to filename.
2992 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
2993 instead if !_WIN32. Update the function comment.
2994 (source_python_script, source_python_script_for_objfile)
2995 (source_python_script): New parameter file, rename parameter file to
2996 filename. Pass FILENAME to python_run_simple_file.
2997 * python/python.h (source_python_script): New parameter file, rename
2998 parameter file to filename.
2999
88f38a04
PA
30002012-01-26 Pedro Alves <palves@redhat.com>
3001
3002 * corelow.c (core_has_fake_pid): Delete.
3003 (core_close): Delete references to `core_has_fake_pid'.
3004 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
3005 (core_open): Delete references to `core_has_fake_pid'.
3006 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
3007 the removed global.
3008
e078317b
JB
30092012-01-26 Joel Brobecker <brobecker@adacore.com>
3010
3011 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
3012 Remove language parameter from name_matcher. Adjust the comment.
3013 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
3014 Remove language parameter.
3015 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
3016 * linespec.c (iterate_name_matcher): Likewise.
3017 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
3018 name_matcher. Adjust call accordingly.
3019 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
3020 (maintenance_check_symtabs): Adjust type of parameter "fun".
3021 * psymtab.h (maintenance_check_symtabs): Likewise.
3022
74ccd7f5
JB
30232012-01-26 Joel Brobecker <brobecker@adacore.com>
3024
3025 * language.h (symbol_name_match_p_ftype): New typedef.
3026 (struct language_defn): Replace field la_symbol_name_compare
3027 by la_get_symbol_name_match_p.
3028 * ada-lang.c (ada_get_symbol_name_match_p): New function.
3029 (ada_language_defn): Use it.
3030 * linespec.c (struct symbol_matcher_data): New type.
3031 (iterate_name_matcher): Rewrite.
3032 (iterate_over_all_matching_symtabs): Pass a pointer to
3033 a symbol_matcher_data struct to expand_symtabs_matching
3034 instead of just the lookup name.
3035 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
3036 opencl-lang.c, p-lang.c, language.c: Delete field
3037 la_symbol_name_compare, and replace by NULL for new field
3038 la_get_symbol_name_match_p.
3039 * symfile.h (struct quick_symbol_functions): Update comment.
3040
5d268276
TT
30412012-01-25 Tom Tromey <tromey@redhat.com>
3042
3043 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
3044 dereferencing.
3045
edcc5120
TT
30462012-01-24 Tom Tromey <tromey@redhat.com>
3047
3048 PR symtab/12406:
3049 * solib.c (update_solib_list): Update the program space's
3050 added_solibs and deleted_solibs fields.
3051 * progspace.h (struct program_space) <added_solibs,
3052 deleted_solibs>: New fields.
3053 (clear_program_space_solib_cache): Declare.
3054 * progspace.c (release_program_space): Call
3055 clear_program_space_solib_cache.
3056 (clear_program_space_solib_cache): New function.
3057 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
3058 bpstat_stop_status. Use handle_solib_event.
3059 * breakpoint.c: Include gdb_regex.h.
3060 (print_solib_event): New function.
3061 (bpstat_print): Use print_solib_event.
3062 (bpstat_stop_status): Add special case for bp_shlib_event.
3063 (handle_solib_event): New function.
3064 (bpstat_what): Use handle_solib_event.
3065 (struct solib_catchpoint): New.
3066 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
3067 (breakpoint_hit_catch_solib, check_status_catch_solib)
3068 (print_it_catch_solib, print_one_catch_solib)
3069 (print_mention_catch_solib, print_recreate_catch_solib): New
3070 functions.
3071 (catch_solib_breakpoint_ops): New global.
3072 (catch_load_or_unload, catch_load_command_1)
3073 (catch_unload_command_1): New functions.
3074 (internal_bkpt_check_status): Add special case for
3075 bp_shlib_event.
3076 (internal_bkpt_print_it): Use print_solib_event.
3077 (initialize_breakpoint_ops): Initialize
3078 catch_solib_breakpoint_ops.
3079 (_initialize_breakpoint): Register "catch load" and "catch
3080 unload".
3081 * breakpoint.h (handle_solib_event): Declare.
3082 * NEWS: Add entry for "catch load" and "catch unload".
3083
fa864999
TT
30842012-01-24 Tom Tromey <tromey@redhat.com>
3085
3086 * ada-lang.c: Include gdb_vecs.h.
3087 * charset.c: Include gdb_vecs.h.
3088 * tracepoint.h: Include gdb_vecs.h.
3089 * gdb_vecs.h: New file.
3090
f90263c1
TT
30912012-01-24 Pedro Alves <pedro@codesourcery.com>
3092
3093 * breakpoint.c (breakpoint_hit_catch_fork)
3094 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
3095 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
3096 * infrun.c (inferior_has_forked, inferior_has_vforked)
3097 (inferior_has_execd, inferior_has_called_syscall): Delete.
3098 (handle_syscall_event): Get syscall_number from the execution
3099 control state's wait status.
3100 (wait_for_inferior): Don't clear syscall_number.
3101
09ac7c10
TT
31022012-01-24 Pedro Alves <palves@redhat.com>
3103
3104 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
3105 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
3106 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
3107 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
3108 `ws' parameter.
3109 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
3110 false for events other than TARGET_SIGNAL_TRAP.
3111 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
3112 Add `ws' parameter.
3113 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
3114 events other than TARGET_SIGNAL_TRAP.
3115 (tracepoint_breakpoint_hit): Add `ws' parameter.
3116 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
3117 parameter.
3118 (bpstat_stop_status): Same.
3119 (pc_at_non_inline_function): Same.
3120 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
3121 to pass the current event's waitstatus to bpstat_stop_status
3122 and pc_at_non_inline_function.
3123
86eb7e95
JK
31242012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3125
3126 Code cleanup.
3127 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
3128 Update the function comment for it.
3129 (source_script_with_search): Call make_cleanup_fclose for STREAM.
3130 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
3131 for STREAM.
3132
a9b3a50f
PA
31332012-01-24 Pedro Alves <palves@redhat.com>
3134
3135 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
3136 outside `bs->stop' block.
3137 (bpstat_what): Rework bp_shlib_event handling.
3138 (internal_bkpt_check_status): If the breakpoint is a
3139 bp_shlib_event, then set bs->stop and bs->print if
3140 stop_on_solib_events is set.
3141
53fe1783
GB
31422012-01-24 Gary Benson <gbenson@redhat.com>
3143
3144 Delete #if 0'd out code.
3145 * stack.c (print_frame_label_vars): Remove.
3146 (catch_info): Likewise.
3147 (_initialize_stack): Remove "info catch" command.
3148 * NEWS: Mention the above.
3149
49c62f2e
PA
31502012-01-24 Pedro Alves <palves@redhat.com>
3151
3152 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
3153 it.
3154 (remote_notice_new_inferior): If the remote end doesn't support
3155 the multiprocess extensions, then the PID is fake.
3156 (add_current_inferior_and_thread): New.
3157 (remote_start_remote): Use it.
3158 (extended_remote_attach_1): Adjust.
3159 (extended_remote_create_inferior_1): Use
3160 add_current_inferior_and_thread.
3161
d0d8b0c6
JK
31622012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3163
3164 Fix watchpoints to be specific for each inferior.
3165 * breakpoint.c (watchpoint_in_thread_scope): Verify also
3166 current_program_space.
3167 * i386-nat.c (i386_inferior_data_cleanup): New.
3168 (i386_inferior_data_get): Replace variable inf_data_local by an
3169 inferior_data call.
3170 (i386_use_watchpoints): Initialize i386_inferior_data.
3171 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
3172 specific iterate_over_lwps.
3173
4403d8e9
JK
31742012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3175
3176 Fix watchpoints across inferior fork.
3177 * amd64-linux-nat.c (update_debug_registers_callback): Update the
3178 comment for linux_nat_iterate_watchpoint_lwps.
3179 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
3180 linux_nat_iterate_watchpoint_lwps.
3181 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
3182 * i386-linux-nat.c (update_debug_registers_callback): Update the
3183 comment for linux_nat_iterate_watchpoint_lwps.
3184 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
3185 linux_nat_iterate_watchpoint_lwps.
3186 (i386_linux_prepare_to_resume): New comment on Linux kernel.
3187 * i386-nat.c: Include inferior.h.
3188 (dr_mirror): Remove.
3189 (i386_inferior_data, struct i386_inferior_data)
3190 (i386_inferior_data_get): New.
3191 (i386_debug_reg_state): Use i386_inferior_data_get.
3192 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
3193 (i386_insert_watchpoint, i386_remove_watchpoint)
3194 (i386_stopped_data_address, i386_insert_hw_breakpoint)
3195 (i386_remove_hw_breakpoint): New variable state, use
3196 i386_debug_reg_state instead of DR_MIRROR.
3197 * linux-nat.c (delete_lwp): New declaration.
3198 (num_lwps): Move here from downwards.
3199 (delete_lwp_cleanup): New.
3200 (linux_child_follow_fork): Create new child_lp, call
3201 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
3202 PTRACE_DETACH.
3203 (num_lwps): Move upwards.
3204 (linux_nat_iterate_watchpoint_lwps): New.
3205 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
3206 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
3207
2992c9a7 32082012-01-24 Joel Brobecker <brobecker@adacore.com>
3209
3210 GDB 7.4 released.
3211
e360902b
PA
32122012-01-23 Pedro Alves <palves@redhat.com>
3213
3214 * top.c (caution): Rename to ...
3215 (confirm): ... this.
3216 (show_caution): Rename to ...
3217 (show_confirm): ... this.
3218 (quit_cover): Adjust.
3219 (init_main): Adjust.
3220 * top.h (caution): Rename to ...
3221 (confirm): ... this.
3222 * utils.c (internal_vproblem, defaulted_query): Adjust.
3223
050a2e1d
PA
32242012-01-23 Pedro Alves <palves@redhat.com>
3225
3226 * top.c (caution): Update comment.
3227 (execute_command): Don't consider the current value of `caution'.
3228
77a35dd8
JK
32292012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3230
3231 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
3232
a71b5a38
UW
32332012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
3234
3235 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
3236 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
3237 * target.c (target_fileio_pwrite): Remove buffer address from
3238 debug output.
3239 (target_fileio_pread): Likewise.
3240
d99bd577
UW
32412012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3242
3243 * NEWS: Document remote "info proc" and "generate-core-file".
3244
35c2fab7
UW
32452012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3246
3247 * gdbarch.sh (find_memory_regions): New callback.
3248 * gdbarch.c, gdbarch.h: Regenerate.
3249
3250 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
3251 callback before falling back to target method.
3252
3253 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
3254 (linux_target_install_ops): No longer install it.
3255
3256 * linux-tdep.c (linux_find_memory_regions): New function.
3257 (linux_init_abi): Install it.
3258
6432734d
UW
32592012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3260
3261 * gdbarch.sh (make_corefile_notes): New architecture callback.
3262 * gdbarch.c: Regenerate.
3263 * gdbarch.h: Likewise.
3264
3265 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
3266 before target_make_corefile_notes. If NULL is returned, the
3267 target does not support core file generation.
3268
3269 * linux-nat.c: Include "linux-tdep.h".
3270 (find_signalled_thread, find_stop_signal): Remove.
3271 (linux_nat_do_thread_registers): Likewise.
3272 (struct linux_nat_corefile_thread_data): Likewise.
3273 (linux_nat_corefile_thread_callback): Likewise.
3274 (iterate_over_spus): Likewise.
3275 (struct linux_spu_corefile_data): Likewise.
3276 (linux_spu_corefile_callback): Likewise.
3277 (linux_spu_make_corefile_notes): Likewise.
3278 (linux_nat_collect_thread_registers): New function.
3279 (linux_nat_make_corefile_notes): Replace contents by call to
3280 linux_make_corefile_notes passing linux_nat_collect_thread_registers
3281 as native-only callback.
3282
3283 * linux-tdep.h: Include "bfd.h".
3284 (struct regcache): Add forward declaration.
3285 (linux_collect_thread_registers_ftype): New typedef.
3286 (linux_make_corefile_notes): Add prototype.
3287 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
3288 "regset.h", and "elf-bfd.h".
3289 (find_signalled_thread, find_stop_signal): New functions.
3290 (linux_spu_make_corefile_notes): Likewise.
3291 (linux_collect_thread_registers): Likewise.
3292 (struct linux_corefile_thread_data): New data structure.
3293 (linux_corefile_thread_callback): New funcion.
3294 (linux_make_corefile_notes): Likewise.
3295 (linux_make_corefile_notes_1): Likewise.
3296 (linux_init_abi): Install it.
3297
3030c96e
UW
32982012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3299
3300 * gdbarch.sh (info_proc): New callback.
3301 * gdbarch.c, gdbarch.h: Regenerate.
3302
3303 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
3304 before falling back to the target info_proc callback.
3305
3306 * linux-nat.c: Do not include "cli/cli-utils.h".
3307 (linux_nat_info_proc): Remove.
3308 (linux_target_install_ops): No longer install it.
3309
3310 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
3311 (read_mapping): New function.
3312 (linux_info_proc): Likewise.
3313 (linux_init_abi): Install it.
3314
145b16a9
UW
33152012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3316
3317 * defs.h (enum info_proc_what): Moved here from linux-nat.c
3318 * infcmd.c: (info_proc_cmd_1): New function.
3319 (info_proc_cmd): New function, moved here from equivalent routine
3320 orignally in linux-nat.c.
3321 (info_proc_cmd_mappings): Likewise.
3322 (info_proc_cmd_stat): Likewise.
3323 (info_proc_cmd_status): Likewise.
3324 (info_proc_cmd_cwd): Likewise.
3325 (info_proc_cmd_cmdline): Likewise.
3326 (info_proc_cmd_exe): Likewise.
3327 (info_proc_cmd_all): Likewise.
3328 (_initialize_infcmd): Install "info proc" command and subcommands.
3329
3330 * target.h (struct target_ops): Add to_info_proc.
3331 (target_info_proc): Add prototype.
3332 * target.c (target_info_proc): New function.
3333
3334 * procfs.c (procfs_info_proc): Add prototype.
3335 (info_proc_cmd): Rename into ...
3336 (procfs_info_proc): ... this. Update argument types as appropriate
3337 for a to_info_proc implementation. Handle "what" argument.
3338 (procfs_target): Install procfs_info_proc.
3339 (_initialize_procfs): No longer install "info proc" command.
3340
3341 * linux-nat.c: (enum info_proc_what): Remove.
3342 (linux_nat_info_proc_cmd_1): Rename into ...
3343 (linux_nat_info_proc): ... this. Update argument types as appropriate
3344 for a to_info_proc implementation.
3345 (linux_nat_info_proc_cmd): Remove.
3346 (linux_nat_info_proc_cmd_mappings): Likewise.
3347 (linux_nat_info_proc_cmd_stat): Likewise.
3348 (linux_nat_info_proc_cmd_status): Likewise.
3349 (linux_nat_info_proc_cmd_cwd): Likewise.
3350 (linux_nat_info_proc_cmd_cmdline): Likewise.
3351 (linux_nat_info_proc_cmd_exe): Likewise.
3352 (linux_nat_info_proc_cmd_all): Likewise.
3353 (linux_target_install_ops): Install linux_nat_info_proc.
3354 (_initialize_linux_nat): No longer install "info proc" command
3355 and subcommands.
3356
b9e7b9c3
UW
33572012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3358
3359 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
3360 * config.in, configure: Regenerate.
3361
3362 * target.h (struct target_ops): Add to_fileio_readlink.
3363 (target_fileio_readlink): Add prototype.
3364 * target.c (target_fileio_readlink): New function.
3365
3366 * inf-child.c: Conditionally include <sys/param.h>.
3367 (inf_child_fileio_readlink): New function.
3368 (inf_child_target): Install it.
3369
3370 * remote.c (PACKET_vFile_readlink): New enum value.
3371 (remote_hostio_readlink): New function.
3372 (init_remote_ops): Install it.
3373 (_initialize_remote): Handle vFile:readlink packet type.
3374
7313baad
UW
33752012-01-20 Pedro Alves <palves@redhat.com>
3376 Ulrich Weigand <ulrich.weigand@linaro.org>
3377
3378 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
3379 * config.in, configure: Regenerate.
3380
3381 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
3382 to_fileio_pread, to_fileio_close, to_fileio_unlink.
3383 (target_fileio_open): Add prototype.
3384 (target_fileio_pwrite): Likewise.
3385 (target_fileio_pread): Likewise.
3386 (target_fileio_close): Likewise.
3387 (target_fileio_unlink): Likewise.
3388 (target_fileio_read_alloc): Likewise.
3389 (target_fileio_read_stralloc): Likewise.
3390
3391 * target.c: Include "gdb/fileio.h".
3392 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
3393 (default_fileio_target): New function.
3394 (target_fileio_open): Likewise.
3395 (target_fileio_pwrite): Likewise.
3396 (target_fileio_pread): Likewise.
3397 (target_fileio_close): Likewise.
3398 (target_fileio_unlink): Likewise.
3399 (target_fileio_close_cleanup): Likewise.
3400 (target_fileio_read_alloc_1): Likewise.
3401 (target_fileio_read_alloc): Likewise.
3402 (target_fileio_read_stralloc): Likewise.
3403
3404 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
3405 <fcntl.h>, and <unistd.h>.
3406 (inf_child_fileio_open_flags_to_host): New function.
3407 (inf_child_errno_to_fileio_error): Likewise.
3408 (inf_child_fileio_open): Likewise.
3409 (inf_child_fileio_pwrite): Likewise.
3410 (inf_child_fileio_pread): Likewise.
3411 (inf_child_fileio_close): Likewise.
3412 (inf_child_fileio_unlink): Likewise.
3413 (inf_child_target): Install to_fileio routines.
3414
3415 * remote.c (init_remote_ops): Install to_fileio routines.
3416
901f9912
UW
34172012-01-20 Pedro Alves <palves@redhat.com>
3418 Ulrich Weigand <ulrich.weigand@linaro.org>
3419
3420 * remote.c (remote_multi_process_p): Only check for multi-process
3421 protocol feature, do not check for extended protocol.
3422 (remote_supports_multi_process): Check for extended protocol here.
3423 (set_general_process): Likewise.
3424 (extended_remote_kill): Likewise.
3425 (remote_pid_to_str): Likewise.
3426 (remote_query_supported): Always query multiprocess mode.
3427
e714e1bf
UW
34282012-01-20 Pedro Alves <palves@redhat.com>
3429 Ulrich Weigand <ulrich.weigand@linaro.org>
3430
3431 * inferior.h (struct inferior): Add fake_pid_p.
3432 * inferior.c (exit_inferior_1): Clear fake_pid_p.
3433 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
3434 magic_null_ptid since the remote side doesn't provide a real PID.
3435
50897289
TT
34362012-01-19 Tom Tromey <tromey@redhat.com>
3437
3438 * NEWS: Combine the two Python sections.
3439
1afc2033
JK
34402012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3441
3442 * target.h (target_close): Update comment on the target's unpush state.
3443
305436e0
PA
34442012-01-19 Pedro Alves <palves@redhat.com>
3445
3446 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
3447 linux_nat_async directly instead of going through the target
3448 vector.
3449 * target.c (unpush_target): Close target after unpushing it, not
3450 before.
3451
49323895
GB
34522012-01-19 Gary Benson <gbenson@redhat.com>
3453
3454 * mdebugread.c (sort_blocks): Replace integer constants with ones
3455 derived from FIRST_LOCAL_BLOCK.
3456
1db33378
PP
34572012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
3458 Jan Kratochvil <jan.kratochvil@redhat.com>
3459
3460 PR gdb/9538
3461 * symfile.c (find_separate_debug_file): New function.
3462 (terminate_after_last_dir_separator): Likewise.
3463 (find_separate_debug_file_by_debuglink): Also try realpath.
3464 * configure.ac (AC_CHECK_FUNCS): Add lstat.
3465 * configure: Regenerate.
3466 * config.in: Regenerate.
3467
f83d8a90
DE
34682012-01-18 Doug Evans <dje@google.com>
3469
3470 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
3471 (main.o): Remove rule.
3472 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
3473 (--with-sysroot): Rewrite.
3474 * configure: Regenerate.
3475 * config.in: Regenerate.
3476
2dbca4d6
SDJ
34772012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
3478
3479 * parse.c (initialize_expout): New function.
3480 (reallocate_expout): Likewise.
3481 (parse_exp_in_context): Use `initialize_expout' and
3482 `reallocate_expout' when appropriate.
3483
0695b514
PA
34842012-01-18 Pedro Alves <palves@redhat.com>
3485
3486 * record.c (struct record_breakpoint, record_breakpoint_p)
3487 (record_breakpoints): New.
3488 (record_insert_breakpoint, record_remove_breakpoint): Manage
3489 record breakpoints list. Only remove breakpoints from the
3490 inferior if they had been inserted there in the first place.
3491
136e1c30
DE
34922012-01-17 Doug Evans <dje@google.com>
3493
3494 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
3495 if we know we don't have a file name to look for.
3496
c0bf857d
PA
34972012-01-17 Pedro Alves <palves@redhat.com>
3498
3499 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
3500 the frame's stop reason is UNWIND_UNAVAILABLE.
3501
b486de60
JK
35022012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3503
3504 Fix compilation error.
3505 * m2-exp.y (yyerror): Use ANSI C prototype.
3506
d04550a6
SDJ
35072012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
3508
3509 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
3510 (growbuf_by_size): Likewise.
3511 (yyerror): Likewise.
3512 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
3513 (modblock): Remove variable (was #if 0'ed).
3514 (parse_number): Convert prototype from K&R to ANSI C.
3515 (yyerror): Likewise.
3516 * objc-exp.y (parse_number): Likewise.
3517 (yyerror): Likewise.
3518 (yylex): Remove #if 0'ed code.
3519 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
3520 (yyerror): Likewise.
3521
4aac40c8
TT
35222012-01-16 Tom Tromey <tromey@redhat.com>
3523
3524 * NEWS: Add item.
3525 * symtab.h (compare_filenames_for_search): Declare.
3526 * symtab.c (compare_filenames_for_search): New function.
3527 (iterate_over_some_symtabs): Use it.
3528 * symfile.h (struct quick_symbol_functions)
3529 <map_symtabs_matching_filename>: Change spec.
3530 * psymtab.c (partial_map_symtabs_matching_filename): Use
3531 compare_filenames_for_search. Update for new spec.
3532 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
3533 compare_filenames_for_search. Update for new spec.
3534 * breakpoint.c (clear_command): Use compare_filenames_for_search.
3535
cafec441
TT
35362012-01-16 Tom Tromey <tromey@redhat.com>
3537
3538 PR python/13281:
3539 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
3540 (struct main_type) <flag_flag_enum>: New field.
3541 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
3542 * NEWS: Add entries.
3543 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
3544 enums.
3545 * python/lib/gdb/printing.py (_EnumInstance): New class.
3546 (FlagEnumerationPrinter): Likewise.
3547
983af33b
SDJ
35482012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
3549
3550 * breakpoint.c (create_sals_from_address_default): New function.
3551 (create_breakpoints_sal_default): Likewise.
3552 (decode_linespec_default): Likewise.
3553 (is_marker_spec): Removed.
3554 (strace_marker_p): New function.
3555 (init_breakpoint_sal): Using `strace_marker_p' instead of
3556 `is_marker_spec'.
3557 (create_breakpoint): Call method `create_sals_from_address' from
3558 breakpoint_ops, replacing code that created SALs conditionally
3559 on the type of the breakpoint. Call method `create_breakpoints_sal',
3560 replacing code that created breakpoints conditionally on the type
3561 wanted.
3562 (base_breakpoint_create_sals_from_address): New function.
3563 (base_breakpoint_create_breakpoints_sal): Likewise.
3564 (base_breakpoint_decode_linespec): Likewise.
3565 (base_breakpoint_ops): Add methods
3566 `base_breakpoint_create_sals_from_address',
3567 `base_breakpoint_create_breakpoints_sal' and
3568 `base_breakpoint_decode_linespec'.
3569 (bkpt_create_sals_from_address): New function.
3570 (bkpt_create_breakpoints_sal): Likewise.
3571 (bkpt_decode_linespec): Likewise.
3572 (tracepoint_create_sals_from_address): Likewise.
3573 (tracepoint_create_breakpoints_sal): Likewise.
3574 (tracepoint_decode_linespec): Likewise.
3575 (strace_marker_create_sals_from_address): Likewise.
3576 (strace_marker_create_breakpoints_sal): Likewise.
3577 (strace_marker_decode_linespec): Likewise.
3578 (strace_marker_breakpoint_ops): New variable.
3579 (addr_string_to_sals): Remove `marker_spec'. Call method
3580 `decode_linespec' from breakpoint_ops, replacing code that decoded
3581 an address string into a SAL. Use `strace_marker_p' instead of
3582 `marker_spec'.
3583 (strace_command): Decide whether we are dealing with a static
3584 tracepoint with marker or not. Use the appropriate breakpoint_ops.
3585 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
3586 * breakpoint.h (linespec_result, linespec_sals): New forward
3587 declarations.
3588 (breakpoint_ops) <create_sals_from_address>,
3589 <create_breakpoints_sal>, <decode_linespec>: New methods.
3590
4795f398
DE
35912012-01-14 Doug Evans <dje@google.com>
3592
3593 * NEWS: Update text for "maint set python print-stack".
3594 It is deprecated in gdb 7.4 and deleted in 7.5.
3595
ee5106fe
EZ
35962012-01-13 Eli Zaretskii <eliz@gnu.org>
3597
3598 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
3599 including curses.h.
3600
b161e06f
JK
36012012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3602
3603 * configure: Regenerate.
3604 * config.in: Regenerate.
3605
85254831
KS
36062012-01-12 Keith Seitz <keiths@redhat.com>
3607
3608 PR mi/10586
3609 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
3610 (ANONYMOUS_UNION_NAME): Define.
3611 (is_path_expr_parent): New function.
3612 (get_path_expr_parent): New function.
3613 (is_anonymous_child): New function.
3614 (create_child_with_value): If the child is anonymous and without
3615 a name, assign an object name to it.
3616 (c_describe_child): Use get_path_expr_parent to determine
3617 the parent expression.
3618 If there field represents an anonymous struct or union and
3619 has no name, set an appropriate display name and expression.
3620 (cplus_describe_child): Likewise.
3621
620fa63a
PA
36222012-01-12 Pedro Alves <palves@redhat.com>
3623
3624 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
3625 available when %ebp is found to be zero (outermost).
3626
2efa2c79
AT
36272012-01-11 Andreas Tobler <andreast@fgznet.ch>
3628
3629 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
3630 an internal gdb_static_assert.
3631 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
3632
88e7d25d
TT
36332012-01-11 Tom Tromey <tromey@redhat.com>
3634
3635 PR gdb/9598:
3636 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
3637 catch" and "catch throw".
3638
72384ba3
PH
36392012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3640
3641 * blockframe.c (block_innermost_frame): Start search from selected
3642 frame, if present, or otherwise the current frame.
3643
3644 * c-exp.y (variable): Update innermost_block for
3645 'block COLONCOLON NAME' clause.
3646 * m2-exp.y (variable): Ditto.
3647 * objc-exp.y (variable): Ditto.
3648
065a711f
TT
36492012-01-10 Tom Tromey <tromey@redhat.com>
3650
3651 PR python/13199:
3652 * python/python.c (finish_python_initialization): Set sys.argv.
3653
f3f5162e
DE
36542012-01-10 Doug Evans <dje@google.com>
3655
3656 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
3657 "want_line_info". All callers updated.
3658 (dwarf_decode_lines_1): New function.
3659 (handle_DW_AT_stmt_list): Add function comment.
3660 New arg "want_line_info". All callers updated.
3661 (read_file_scope,read_type_unit_scope): Move comment from
3662 handle_DW_AT_stmt_list to here.
3663
9934703b
JK
36642012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3665
3666 Fix regression after libiberty/ update for GCC PR 6057 and others.
3667 * c-exp.y (operator) <OPERATOR DELETE>
3668 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
3669 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
3670 (make_builtin_type, make_name): New variable i, add gdb_assert.
3671 (operator) <OPERATOR NEW>: Update ARGS to 3.
3672 (operator) <OPERATOR DELETE>: Add trailing space.
3673 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
3674 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
3675 * cp-support.c (cp_canonicalize_string): Check NULL from
3676 cp_comp_to_string, call warning and return.
3677
06b9f45f
JK
36782012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3679
3680 Fix duplicate .o files after omitting libbfd.a.
3681 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
3682 (SFILES): Add corelow.c.
3683 (COMMON_OBS): Add corelow.o.
3684 (ALLDEPFILES): Remove corelow.c.
3685 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
3686 * config/alpha/alpha-osf3.mh: Likewise.
3687 * config/alpha/fbsd.mh: Likewise.
3688 * config/arm/nbsdaout.mh: Likewise.
3689 * config/arm/nbsdelf.mh: Likewise.
3690 * config/i386/i386gnu.mh: Likewise.
3691 * config/ia64/hpux.mh: Likewise.
3692 * config/ia64/linux.mh: Likewise.
3693 * config/m32r/linux.mh: Likewise.
3694 * config/m68k/linux.mh: Likewise.
3695 * config/mips/irix5.mh: Likewise.
3696 * config/mips/irix6.mh: Likewise.
3697 * config/pa/hpux.mh: Likewise.
3698 * config/pa/linux.mh: Likewise.
3699 * config/powerpc/aix.mh: Likewise.
3700 * config/sparc/linux.mh: Likewise.
3701 * config/sparc/linux64.mh: Likewise.
3702 * config/sparc/sol2.mh: Likewise.
3703 * config/vax/vax.mh: Likewise.
3704 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
3705 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
3706 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
3707 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
3708 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
3709 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
3710 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
3711 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
3712 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
3713 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
3714 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
3715 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
3716 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
3717 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
3718 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
3719 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
3720 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
3721 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
3722 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
3723 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
3724 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
3725 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
3726 corelow.o from gdb_target_obs.
3727 * corefile.c (core_target): Update the comment on NULL value.
3728 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
3729 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
3730 MATCHES. Drop YUMMY set on NULL.
3731 (core_close): Do not call exit_inferior_silent on zero PID. Do not
3732 reclaim CORE_DATA if it is already NULL.
3733
34365054
DE
37342012-01-09 Doug Evans <dje@google.com>
3735
3736 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
3737 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
3738
696166a3
KS
37392012-01-09 Keith Seitz <keiths@redhat.com>
3740
3741 * breakpoint.c (wrapper.h): Don't include.
3742
8e7b59a5
KS
37432012-01-09 Keith Seitz <keiths@redhat.com>
3744
3745 * Makefile.in (SFILES): Remove wrapper.c.
3746 (HFILES_NO_SRCDIR): Remove wrapper.h.
3747 (COMMON_OBS): Remove wrapper.o.
3748 * cli/cli-interp.c: Don't inlude wrapper.h.
3749 * corelow.c: Likewise.
3750 (core_open): Replace gdb_target_find_new_threads with
3751 TRY_CATCH around target_find_new_threads.
3752 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
3753 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
3754 * varobj.c (varobj_create): Likewise for parse_exp_1 and
3755 evaluate_expression.
3756 (varobj_set_value): Likewise for evaluate_expression and
3757 value_assign.
3758 (install_new_variable): Likewise for value_fetch_lazy.
3759 (adjust_value_for_child_access): Likewise for value_ind.
3760 (c_describe_child): Likewise for value_subscript and
3761 value_ind.
3762 (c_value_of_root): Likewise for evaluate_expression.
3763 * wrapper.c: Remove.
3764 * wrapper.h: Remove.
3765
1a4eeb98
DE
37662012-01-09 Doug Evans <dje@google.com>
3767
9ff913ba
DE
3768 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
3769 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
3770 "abfd" args with "section". All callers updated.
3771 Error checking code moved ...
3772 (error_check_comp_unit_head): ... here. New function.
3773 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
3774 Delete arg "abfd". New arg "type_offset". All callers updated.
3775 (create_debug_types_hash_table): Simplify by using
3776 read_and_check_type_unit_head.
3777
1a4eeb98
DE
3778 * parser-defs.h (namecopy): Delete.
3779 * parse.c (namecopy, namecopy_size): Move into copy_name.
3780
2e6af8c0
JK
37812012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3782
3783 Partially fix duplicate .o files after omitting libbfd.a.
3784 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
3785 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
3786 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
3787 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
3788 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
3789 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
3790 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
3791
9f2f828a
PA
37922012-01-09 Pedro Alves <palves@redhat.com>
3793
3794 * MAINTAINERS: Update my email address.
3795
4d72c0bc
DE
37962012-01-08 Doug Evans <dje@google.com>
3797
d467dd73
DE
3798 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
3799 n_type_units. Rename type_comp_units to all_type_units.
3800 All uses updated.
3801 (add_signatured_type_cu_to_table): Renamed from
3802 add_signatured_type_cu_to_list. All callers updated.
3803
4d72c0bc
DE
3804 * gdbtypes.h (struct cplus_struct_type): Delete member
3805 nfn_fields_total. All uses removed.
3806
21b2bd31
DE
38072012-01-06 Doug Evans <dje@google.com>
3808
3809 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
3810 to top of file.
3811 (dwarf2_find_comp_unit): Delete.
3812 (process_psymtab_comp_unit): Make result "void".
3813 Delete args buffer, info_ptr, buffer_size, and replace with
3814 "section". All callers updated.
3815 (dwarf2_build_psymtabs_hard): Simplify.
3816
bfd189b1
SDJ
38172012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
3818 Thiago Jung Bauermann <bauerman@br.ibm.com>
3819
3820 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
3821 before `struct gdb_exception'.
3822 * breakpoint.c (update_global_location_list_nothrow)
3823 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
3824 * cp-abi.c (value_rtti_type): Likewise.
3825 * cp-support.c (cp_validate_operator): Likewise.
3826 * infrun.c (insert_exception_resume_breakpoint)
3827 (check_exception_resume, keep_going): Likewise.
3828 * mi-interp.c (mi_breakpoint_created)
3829 (mi_breakpoint_modified): Likewise.
3830 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
3831 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
3832 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
3833
6b07635f
DE
38342012-01-05 Doug Evans <dje@google.com>
3835
0b30b85c
DE
3836 * dwarf2read.c (statement_prologue): Delete, unused.
3837
98714339
DE
3838 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
3839 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
3840
6b07635f
DE
3841 * dwarf2read.c (comp_unit_header): Delete, unused.
3842
761f4555
UW
38432012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
3844
3845 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
3846 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
3847
2ca0b532
PA
38482012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
3849
3850 * infrun.c (normal_stop): Don't skip calling the normal_stop
3851 observers if the thread was doing a multi-step, but stopped for
3852 some reason other than stepping.
3853
50aeff07
PA
38542012-01-05 Pedro Alves <alves.ped@gmail.com>
3855
3856 * cli/cli-decode.h: Add comments.
3857 (CMD_LIST_AMBIGUOUS): Moved to command.h
3858 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
3859 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
3860 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
3861 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
3862 (add_com, add_com_alias, add_info, add_info_alias)
3863 (complete_on_cmdlist, complete_on_enum, help_list): Remove
3864 declarations.
3865 * command.h: Add and adjust comments.
3866 (CMD_LIST_AMBIGUOUS): Moved here.
3867 (help_cmd, help_cmd_list): Delete declarations.
3868
5953832c
DE
38692012-01-04 Doug Evans <dje@google.com>
3870
e5fe5e75
DE
3871 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
3872 All callers updated.
3873 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
3874 Replace all arguments with "per_cu". All callers updated.
3875
28dee7f5
DE
3876 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
3877
23745b47
DE
3878 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
3879 New arg "per_cu". All callers updated.
3880
5953832c
DE
3881 Delete #if 0'd out code.
3882 * language.c (binop_result_type): Delete.
3883 (simple_type, ordered_type, same_type, integral_type): Delete.
3884 (numeric_type, character_type, string_type, boolean_type): Delete.
3885 (float_type, structured_type): Delete.
3886 * language.h: Update.
3887
0f5b7562
TT
38882012-01-04 Tom Tromey <tromey@redhat.com>
3889
3890 * python/py-value.c (valpy_binop): Initialize 'res_val'.
3891
78218f56
JB
38922012-01-04 Joel Brobecker <brobecker@adacore.com>
3893
3894 * corefile.c (close_exec_file): Delete.
3895 (reopen_exec_file): Remove commented out code that seems related
3896 to close_exec_file, which is being deleted here.
3897 * inferior.h (close_exec_file): Delete.
3898 * fork-child.c (fork_inferior): Remove call to fork_inferior.
3899
0fcd72ba
JB
39002012-01-04 Joel Brobecker <brobecker@adacore.com>
3901
3902 * ada-lang.c: #include "cli/cli-utils.h".
3903 (get_selections): Use skip_spaces.
3904 (ada_get_next_arg): Use skip_spaces and skip_to_space.
3905 (catch_ada_exception_command_split): Use skip_spaces.
3906 (ada_decode_assert_location): Likewise.
3907
1dabb4c4
JB
39082012-01-04 Joel Brobecker <brobecker@adacore.com>
3909
3910 * linespec.c (decode_line_internal): Check for C++ or Java
3911 compound constructs only if the current language is C, C++
3912 or Java.
3913
5931a2fa
JK
39142012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3915
3916 Revert:
3917 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3918 Joel Brobecker <brobecker@adacore.com>
3919 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
3920 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
3921 3 times.
3922 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
3923 fall through into AT_ENTRY_POINT.
3924 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
3925 DUMMY_ADDR with it.
3926 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
3927 PPC_INSN_SIZE skip to 3 times.
3928
1a2da5ee
JB
39292012-01-04 Joel Brobecker <brobecker@adacore.com>
3930
3931 * linespec.c (add_minsym): Preserve function descriptors.
3932
8645ff69
UW
39332012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
3934
3935 * breakpoint.c (all_locations_are_pending): Consider locations
3936 in program spaces executing during startup pending as well.
3937
0b302171
JB
39382012-01-04 Joel Brobecker <brobecker@adacore.com>
3939
3940 Copyright year update in most files of the GDB Project.
3941
8ba098ad
JB
39422012-01-04 Joel Brobecker <brobecker@adacore.com>
3943
3944 * copyright.sh: Delete.
3945 * copyright.py: Rewrite.
3946
09c01c30
JB
39472012-01-04 Joel Brobecker <brobecker@adacore.com>
3948
3949 * gnulib/extra/update-copyright: New file, imported from gnulib.
3950
3c36c0af
JB
39512012-01-04 Joel Brobecker <brobecker@adacore.com>
3952
3953 * README (Copyright and License Notices): New section.
3954
888fe1e1
TT
39552012-01-03 Tom Tromey <tromey@redhat.com>
3956
3957 PR python/12533:
3958 * python/py-value.c (valpy_dereference, valpy_get_address
3959 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
3960 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
3961 (valpy_absolute, valpy_richcompare): Free intermediate values.
3962
6e681866
JB
39632011-01-03 Joel Brobecker <brobecker@adacore.com>
3964
3965 * ada-lang.c: Reformat the copyright notice.
3966
0cd09acb
JK
39672012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3968
3969 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
3970 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
3971 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
3972 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
3973 Revert this part of:
3974 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3975 Build gdb directly from *.o files not using libgdb.a.
3976 * Makefile.in (COMMON_OBS): Remove solib-target.o.
3977
12c3e59c
JB
39782012-01-02 Joel Brobecker <brobecker@adacore.com>
3979
3980 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
3981 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
3982 Reformat the copyright header.
3983
11bf1490
JK
39842012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3985
3986 Revert this part of:
3987 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3988 Remove the gdbtui binary.
3989 * gdb.c (main): Remove args.interpreter_p initialization.
3990 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
3991 * main.h (struct captured_main_args): Remove interpreter_p.
3992
1fef196f
JB
39932012-01-02 Joel Brobecker <brobecker@adacore.com>
3994
3995 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
3996
67827812
JB
39972012-01-02 Joel Brobecker <brobecker@adacore.com>
3998
3999 * top.c (print_gdb_version): Update copyright year.
4000
a4d0b831
YQ
40012012-01-02 Yao Qi <yao@codesourcery.com>
4002
4003 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
4004
b5914469
JK
40052012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4006 Joel Brobecker <brobecker@adacore.com>
4007
4008 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
4009 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
4010 3 times.
4011 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
4012 fall through into AT_ENTRY_POINT.
4013 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
4014 DUMMY_ADDR with it.
4015 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
4016 PPC_INSN_SIZE skip to 3 times.
4017
8da828f7
JK
40182012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4019
4020 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
4021 the return value.
4022 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
4023
8574e74b
JK
40242012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4025
4026 Build gdb directly from *.o files not using libgdb.a.
4027 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
4028 (COMMON_OBS): Remove solib-target.o.
4029 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
4030 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
4031 (LIBGDB_OBS, libgdb.a): Move it above.
4032 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
4033 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
4034 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
4035 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
4036 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
4037 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
4038 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
4039 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
4040 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
4041 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
4042 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
4043 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
4044 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
4045 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
4046 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
4047 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
4048 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
4049 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
4050 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
4051 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
4052 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
4053 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
4054 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
4055 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
4056 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
4057 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
4058 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
4059
217bff3e
JK
40602012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4061
4062 Remove the gdbtui binary.
4063 * .gitignore (/gdbtui): Remove.
4064 * Makefile.in (TUI): Remove.
4065 (SUBDIR_TUI_OBS): Remove tui-main.o.
4066 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
4067 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
4068 (tui-main.o): Remove.
4069 (all_object_files): Remove tui-main.o.
4070 * NEWS: New note for the gdbtui removal.
4071 * configure: Rebuilt.
4072 * configure.ac: No longer add all-tui, clean-tui, install-tui and
4073 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
4074 CONFIG_UNINSTALL respectively.
4075 * gdb.c (main): Remove args.interpreter_p initialization.
4076 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
4077 * main.h (struct captured_main_args): Remove interpreter_p.
4078 * tui/tui-main.c: Remove.
4079
9cdd5dbd
DE
40802012-01-01 Doug Evans <dje@google.com>
4081
bb5ed363
DE
4082 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
4083 (dwarf2_physname, read_import_statement): Ditto.
4084 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
4085 (process_structure_scope read_subroutine_type): Ditto.
4086 (read_typedef, load_partial_dies, read_partial_die): Ditto.
4087 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
4088 (dwarf2_fetch_die_location_block): Ditto.
4089 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
4090
a0f42c21
DE
4091 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
4092 All callers updated.
4093 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
4094 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
4095 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
4096
2dc860c0
DE
4097 * dwarf2read.c (load_cu): Move assert to more useful location.
4098
68dc6402
DE
4099 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
4100 All callers updated.
4101
9cdd5dbd
DE
4102 * dwarf2read.c (dwarf2_per_objfile): Add comment.
4103 (dwarf2_elf_names): Minor reformat.
4104 (dwarf2_per_cu_data): Tweak comment.
4105 (dwarf2_read_section): Fix comment.
4106 (create_all_comp_units): Fix comment.
4107 (load_full_comp_unit): Fix comment.
4108 (process_full_comp_unit): Fix comment.
4109 (read_signatured_type): Fix comment.
4110
0c10e53e 4111For older changes see ChangeLog-2011.
c906108c
SS
4112\f
4113Local Variables:
4114mode: change-log
4115left-margin: 8
4116fill-column: 74
4117version-control: never
57da7796 4118coding: utf-8
c906108c 4119End:
This page took 1.660302 seconds and 4 git commands to generate.