]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
gdb/ChangeLog:
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
318102b9
SP
12012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
2
3 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
4 use plongest to print the array size.
5
b4aa388a
SP
62012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
7
8 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
9 * p-valprint.c (pascal_type_print_base): Likewise.
10
84cebc4a
YQ
112012-09-22 Yao Qi <yao@codesourcery.com>
12
13 * remote.c (remote_get_trace_status): Remove setting default
14 values of fields of 'ts'.
15
04e7407c
JK
162012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17
18 Fix internal error on canonicalization of clang types.
19 * cp-name-parser.y (operator): New comment at make_operator call for
20 new, delete, new[] and delete[].
21 (exp): Use "sizeof ". Add new comment at make_operator call.
22
9bf4bce9
JK
232012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
24
25 Fix disassemble without parameters in tailcall frame.
26 * cli/cli-cmds.c (disassemble_current_function): Use
27 get_frame_address_in_block.
28
1c5b7826
TT
292012-09-21 Tom Tromey <tromey@redhat.com>
30
31 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
32 TYPE_CODE_UNION>: Unify, removing a goto.
33
62a49610
TT
342012-09-21 Tom Tromey <tromey@redhat.com>
35
36 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
37
2603f7ee
AB
382012-09-21 Andrew Burgess <aburgess@broadcom.com>
39
40 * findvar.c (read_frame_register_value): Mark the result value as
41 optimized out if any of the input registers have been optimized out.
42
810849a3
AS
432012-09-21 Andreas Schwab <schwab@linux-m68k.org>
44
45 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
46
0953dec1
SP
472012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
48
49 * eval.c (evaluate_subexp_standard): Eliminate single-use
50 variable LOWER.
51
82a90ccf
YQ
522012-09-21 Yao Qi <yao@codesourcery.com>
53
54 * mi/mi-interp.c: Declare mi_record_changed.
55 (mi_interpreter_init): Call observer_attach_record_changed.
56 (mi_record_changed): New.
57 * record.c (record_open): Call observer_notify_record_changed.
58 (cmd_record_stop): Call observer_notify_record_changed.
59 * NEWS: Mention it.
60
d7de8e3c
TT
612012-09-20 Tom Tromey <tromey@redhat.com>
62
63 * NEWS: Update.
64 * python/python.c (finalize_python): New function.
65 (_initialize_python): Make a final cleanup.
66
43c7c83d
DE
672012-09-19 Doug Evans <dje@google.com>
68
69 * buildsym.h (param_symbols): Delete, unused.
70 (context_stack): Delete member "params", unused.
71 * buildsym.c (push_context): Update.
72 * dwarf2read.c (read_func_scope): Update.
73
aa9259cc
TS
742012-09-19 Thomas Schwinge <thomas@codesourcery.com>
75
a6521d9a
TS
76 * sh-tdep.c (sh_register_convert_to_virtual)
77 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
78 all callers. Just do a memcpy if not the little-endian case.
79
f92589cb
TS
80 * h8300-tdep.c (h8300_gdbarch_init): Invoke
81 set_gdbarch_double_format and set_gdbarch_long_double_format.
82 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
83 set_gdbarch_double_format.
84 * sh-tdep.c (sh_gdbarch_init): Likewise.
85
aa9259cc
TS
86 * NEWS: Document the removal of SH's 'regs' command.
87 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
88 command.
89
c1d780c2
SDJ
902012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
91
92 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
93 `jump'.
94
4ae24af0
JB
952012-09-18 Joel Brobecker <brobecker@adacore.com>
96
97 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
98 language when iterating over symbols.
99
bb25a15c
YQ
1002012-09-18 Yao Qi <yao@codesourcery.com>
101
102 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
103 (mi_interpreter_init): Call observer_attach_tsv_created and
104 observer_attach_tsv_deleted.
105 (mi_tsv_created, mi_tsv_deleted): New.
106 * tracepoint.c (delete_trace_state_variable): Call
107 observer_notify_tsv_deleted.
108 (trace_variable_command): Call observer_notify_tsv_created.
109 (delete_trace_variable_command): Call
110 observer_notify_tsv_deleted.
111 (create_tsv_from_upload): Call observer_notify_tsv_created.
112 * NEWS: Mention it.
113
201b4506
YQ
1142012-09-18 Yao Qi <yao@codesourcery.com>
115
116 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
117 if traceframe changed.
118 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
119 "trace-find".
120 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
121 (mi_interpreter_init): Hook mi_traceframe_changed to observer
122 'traceframe_changed'.
123 (mi_traceframe_changed): New.
124 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
125 New field.
126 * NEWS: Mention the new MI notification.
127
eaeb12db
MW
1282012-09-17 Mike Wrighton <wrighton@codesourcery.com>
129
130 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
131
6e3c039e
JK
1322012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
133
134 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
135 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
136 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
137 Extend code also for PaX support. Convert all gdb_assert to warning
138 calls.
139
9a950c7c
JK
1402012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
141
142 Implement auto-load user conveniences suggested by Doug Evans.
143 * auto-load.c: Include top.h.
144 (file_is_auto_load_safe): New variable advice_printed. Print advice.
145 (_initialize_auto_load): New variable scripts_directory_help. Mention
146 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
147 scripts-directory. Document in online help one can use also files for
148 set auto-load safe-path.
149 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
150 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
151
deec9a9d
SP
1522012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
153
154 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
155 of LEN.
156
354ecfd5
SP
1572012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
158
159 * m2-valprint.c (m2_print_array_contents): Eliminate variable
160 ELTLEN and use TYPE_LENGTH directly.
161 (m2_val_print): Likewise.
162 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
163 variable LEN and use TYPE_LENGTH directly.
164 (m68k_svr4_store_return_value): Likewise.
165 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
166 ARGLEN and use TYPE_LENGTH directly.
167 (mips_o64_push_dummy_call): Likewise.
168 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
169 variable LENGTH and use TYPE_LENGTH directly.
170 (s390_function_arg_float): Likewise.
171 (s390_function_arg_integer): Likewise.
172 (s390_push_dummy_call): Likewise.
173 (s390_return_value_convention): Likewise.
174 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
175 TYPE_LENGTH directly.
176
6fc1c773
YQ
1772012-09-17 Yao Qi <yao@codesourcery.com>
178
179 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
180 Update comment to add_setshow_integer_cmd.
181 * cli/cli-setshow.c (do_set_command): Handle case
182 'var_zuinteger_unlimited'.
183 (do_show_command): Likewise.
184 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
185 for command 'remotetimeout'.
186 * command.h (enum var_types): New zuinteger_unlimited. Update comment
187 to var_integer.
188 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
189 for command 'set listsize'.
190
6acef6cd
SP
1912012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
192
193 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
194 variable LEN.
195
1ab3b62c
JK
1962012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
197
198 PR 14119
199 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
200 (frame_pop): Drop also TAILCALL_FRAME frames.
201 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
202
acf9414f
JK
2032012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
204 Pedro Alves <palves@redhat.com>
205
206 PR 14548
207 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
208 function start if we are already at function start. Both for
209 reverse-next and for reverse-step into function without line number
210 info.
211
193facb3
JK
2122012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
213
214 Code cleanup - rename 'inline' depth to 'artificial' depth.
215 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
216 frame_id_artificial_p, extend the comment.
217 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
218 * frame.c (fprint_frame_id): Rename at a user, change debug output
219 text to "artificial=".
220 (skip_inlined_frames): Rename to ...
221 (skip_artificial_frames): ... here. Extend the comment.
222 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
223 (frame_id_inlined_p): Rename to ...
224 (frame_id_artificial_p): ... here. Rename at a user.
225 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
226 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
227 at a user.
228 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
229 Extend the comment.
230 (frame_id_inlined_p): Rename to ...
231 (frame_id_artificial_p): ... here.
232 * inline-frame.c (inline_frame_this_id): Rename at a user.
233
42056501
AB
2342012-09-14 Andrew Burgess <aburgess@broadcom.com>
235
236 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
237 vector variables using vector_size syntax rather than array
238 syntax.
239
84c47588
SP
2402012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
241
242 * valarith.c (value_concat): Replace unsafe ALLOCA with
243 XMALLOC/XFREE.
244
f4045bcb
PA
2452012-09-14 Pedro Alves <palves@redhat.com>
246
247 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
248
63b46266
YPK
2492012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
250
251 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
252 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
253 data-directory as appropriate.
254
ddd7a8e7
SP
2552012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
256
257 * printcmd.c (ui_printf): Eliminate single-use variable
258 PARAM_LEN.
259
d649a38e
YQ
2602012-09-14 Yao Qi <yao@codesourcery.com>
261 Pedro Alves <palves@redhat.com>
262
263 * valops.c (value_assign): Move observer_notify_target_changed
264 below to replace reinit_frame_cache.
265
b9516fa1
YPK
2662012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
267
268 Refactor Python "gdb" module into a proper Python package, by
269 introducing a new "_gdb" module for code implemented in C, and
270 using reload/__import__ instead of exec.
271 * python/lib/gdb/__init__.py: Import * from _gdb.
272 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
273 prompt_hook, sys.argv): Moved from finish_python_initialization.
274 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
275 (packages, auto_load_packages): New list and function replacing
276 module_dict and auto-loading code, using __file__ instead of
277 gdb.PYTHONDIR and reload/__import__ instead of exec.
278 (GdbSetPythonDirectory): Replacing function of the same name
279 from finish_python_initialization, using reload/__import__ instead
280 of exec, as well as call auto_load_packages.
281 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
282 gdb_python_module and not gdb_module.
283 * python/python-internal.h (gdb_python_module): Declare.
284 * python/python.c (gdb_python_module): New global.
285 (before_prompt_hook): Check gdb_python_module and not gdb_module.
286 (_initialize_python): Rename gdb module to _gdb.
287 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
288 (finish_python_initialization): Move Python code to
289 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
290 __main__.
291
aa0fbdd8
PA
2922012-09-13 Pedro Alves <palves@redhat.com>
293
294 * Makefile.in (COMMON_OBS): Add registry.o.
295 * registry.c: New file.
296 * registry.h (struct registry_container): Declare.
297 (registry_data_callback): New typedef.
298 (struct registry_data, struct registry_data_registration, struct
299 registry_data_registry): New type.
300 (register_data_with_cleanup, registry_alloc_data)
301 (registry_callback_adaptor, registry_clear_data)
302 (registry_container_free_data, registry_set_data, registry_data):
303 Declare.
304 (DEFINE_REGISTRY): Refactor structures and functions as shims over
305 the new common structures and functions.
306 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
307 callback typedefs.
308
42b5c53d
MW
3092012-09-12 Mike Wrighton <wrighton@codesourcery.com>
310
311 * remote.c (remote_insert_hw_breakpoint): Throw exception if
312 there is an error inserting hardware breakpoints and use the
313 error message from the target.
314
315 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
316 Catch this exception and print the error message contained within. Do not
317 print the default hardware error breakpoint message in this case.
318
a1b64ce1
DE
3192012-09-12 Doug Evans <dje@google.com>
320
321 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
322 cu == NULL.
323
83a788b8
DE
3242012-09-11 Doug Evans <dje@google.com>
325
326 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
327 .gdb_index symbol attributes if there are none.
328
d9eaeb59
JB
3292012-09-11 Joel Brobecker <brobecker@adacore.com>
330
331 * symtab.h (struct minimal_symbol) [has_size]: New field.
332 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
333 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
334 * printcmd.c (build_address_symbolic): Only filter out zero-sized
335 minimal symbols if the symbol's size is actually known.
336 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
337 of msymbol's size field. Add comment.
338 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
339 SET_MSYMBOL_SIZE to set the minimal symbol size.
340
a83e9154
JB
3412012-09-11 Joel Brobecker <brobecker@adacore.com>
342
343 * minsyms.c (install_minimal_symbols): Use memset to fill entire
344 minimal_symbol struct object, rather than setting some of its
345 fields one by one.
346
350b1b26
AB
3472012-09-11 Andrew Burgess <aburgess@broadcom.com>
348
349 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
350 passed_a_ptr flag when displaying typedef types.
351
2fa15f23
JB
3522012-09-10 Joel Brobecker <brobecker@adacore.com>
353
354 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
355 the optimized_out flag is preserved.
356
5152ff90
AG
3572012-09-10 Anthony Green <green@moxielogic.com>
358
359 * moxie-tdep.c (moxie_analyze_prologue): Update for function
360 prologue changes in GCC.
361
5b4f6e25
KS
3622012-09-10 Keith Seitz <keiths@redhat.com>
363
364 PR gdb/13483
365 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
366 (BOOL_CONVERSION_BADNESS): ... this.
367 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
368 (rank_one_type): Allow all boolean conversions
369 permitted by the standard.
370
f1070426
TT
3712012-09-06 Tom Tromey <tromey@redhat.com>
372
373 * python/py-newobjfileevent.c (create_new_objfile_event_object):
374 Don't decref py_objfile.
375
a8db4212
YPK
3762012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
377
378 Do not enable -lmcheck by default when Python is enabled with
379 threading support.
380 * configure.ac: (python_has_threads) New variable, by testing
381 if WITH_THREAD is defined in Python.h.
382 Move --enable-lmcheck after --with-python.
383 Do not enable -lmcheck by default if python_has_threads=yes.
384 Warn if --enable-lmcheck and python_has_threads=yes.
385 * configure: Regenerate.
386
648beb2b
YQ
3872012-08-31 Yao Qi <yao@codesourcery.com>
388
389 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
390 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
391 Update some commands.
392 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
393 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
394 to 1.
395
ef07a9f7
YQ
3962012-08-31 Yao Qi <yao@codesourcery.com>
397
398 * mi/mi-cmds.c (mi_cmds): Add 'static'.
399
fda395cf
YPK
4002012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
401
402 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
403
8efd8e78
DE
4042012-08-29 Doug Evans <dje@google.com>
405
406 * main.c (print_gdb_help): Remove reference to
407 --use-deprecated-index-sections.
408
883b9c6c
YQ
4092012-08-28 Yao Qi <yao@codesourcery.com>
410
411 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
412 (init_cmds): Call add_setshow_uinteger_cmd for command
413 'max-user-call-depth'.
414 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
415 declaration of 'max_user_call_depth'.
416 * frame.c (backtrace_limit): Add 'unsigned'.
417 (_initialize_frame): Call add_setshow_uinteger_cmd for command
418 'limit'.
419 * remote.c (remoteaddresssize): Add 'unsigned'.
420 (remote_address_masked): Change local var 'address_size' to
421 'unsigned'.
422 (_initialize_remote): Call add_setshow_uinteger_cmd for
423 'remoteaddresssize'.
424 * top.c (history_size): Add 'unsigned'.
425 (show_commands): Change local variables to 'unsigned'.
426 (set_history_size_command): Don't check history_size is negative.
427 Adjust the condition to call unstifle_history and set history_size
428 to UNIT_MAX.
429
1292279a
PA
4302012-08-28 Pedro Alves <palves@redhat.com>
431
432 PR gdb/14428
433
434 * infcmd.c (default_print_one_register_info): New, factored out
435 from default_print_registers_info.
436 (default_print_registers_info): Use it. Mark value unavailable if
437 necessary.
438 (registers_info): Print user registers with
439 default_print_one_register_info.
440
f629cd75
L
4412010-08-27 H.J. Lu <hongjiu.lu@intel.com>
442
443 PR tui/14486
444 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
445 is not NULL before referencing it.
446
1c8cdcb1
JK
4472012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
448
449 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
450 variable pc. Call find_pc_line instead of find_pc_overlay, restore
451 original PC for it.
452
e9687799
JK
4532012-08-27 Eli Zaretskii <eliz@gnu.org>
454 Jan Kratochvil <jan.kratochvil@redhat.com>
455
456 * auto-load.c (auto_load_objfile_script): Rename to ...
457 (auto_load_objfile_script_1): ... here, change variable realname to
458 parameter realname, document it, add return value, add variable retval.
459 (auto_load_objfile_script): New function.
460
7afa1642
JK
4612012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
462
463 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
464 followed by a whitespace.
465
dc7650b8
JK
4662012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
467
28e66c70 468 PR gdb/14494.
dc7650b8
JK
469 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
470 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
471 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
472 here.
473
1591a1e8
PA
4742012-08-27 Wei-cheng Wang <cole945@gmail.com>
475
476 * memattr.c (create_mem_region): Fix memory region overlapping
477 checking.
478
ecfb0d68
SP
4792012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
480
481 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
482 with xmalloc/cleanup.
483 * mt-tdep.c (mt_push_dummy_call): Likewise.
484 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
485 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
486
8c56c1b9
YQ
4872012-08-24 Yao Qi <yao@codesourcery.com>
488
489 * jv-exp.y (push_expression_name): Add "." at the end of error
490 message.
491
e3480f4a
YPK
4922012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
493
494 Document how to return from "python-interactive" to GDB.
e3480f4a
YPK
495 * python/python.c (_initialize_python): Update documentation.
496
dfbd5e7b
PA
4972012-08-23 Pedro Alves <palves@redhat.com>
498
499 * infrun.c (_initialize_infrun) <handle command help text>:
500 Mention that multiple signals are supported.
501
2edda2ff
PA
5022012-08-23 Pedro Alves <palves@redhat.com>
503
504 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
505 string.
506
8d735b87
YQ
5072012-08-23 Yao Qi <yao@codesourcery.com>
508
509 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
510 (tfind_1): Don't call registers_changed, set_traceframe_num,
511 and clear_traceframe_info.
512 Call set_current_traceframe.
513 (set_current_traceframe): call set_traceframe_num.
514
c5d9b215
SDJ
5152012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
516
517 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
518 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
519
037bbc8e
YPK
5202012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
521
522 Enable readline in Python in a GDB-specific way and block the
523 standard Python readline module to prevent conflicts with GDB.
524 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
525 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
526 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
527 * python/py-gdb-readline.c: New file.
528 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
529 prototype.
530 * python/python.c (_initialize_python): Call
531 gdbpy_initialize_gdb_readline.
532
406b1477
KS
5332012-08-22 Keith Seitz <keiths@redhat.com>
534
535 * defs.h: Include build-gnulib/config.h
536
6ca1b147
JM
5372012-08-22 Joseph Myers <joseph@codesourcery.com>
538
539 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
540 and blx pc.
541
8315665e
YPK
5422012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
543
544 Add a new "python-interactive" command that starts a standard
545 Python interactive prompt with "pi" as alias, and add "py" as
546 an alias to "python".
547 * NEWS: Mention the new commands.
8315665e
YPK
548 * python/python.c (eval_python_command): New function.
549 (python_interactive_command): For "python-interactive" with
550 arguments, call eval_python_command. For "python-interactive"
551 without arguments, call PyRun_InteractiveLoop.
552 (_initialize_python): Add "python-interactive" command with
553 "pi" as alias, and add "py" as an alias to "python".
554
522002f9
TT
5552012-08-22 Tom Tromey <tromey@redhat.com>
556
557 * defs.h (quit_flag): Don't declare.
558 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
559 (QUIT): Use new functions.
560 * event-top.c (command_handler): Use clear_quit_flag.
561 (handle_sigint): Use set_quit_flag.
562 (async_request_quit): Use check_quit_flag. Don't check
563 immediate_quit.
564 * exceptions.c (throw_exception): Use clear_quit_flag.
565 * main.c (captured_main): Use clear_quit_flag.
566 * python/python.c (clear_quit_flag, set_quit_flag)
567 (check_quit_flag): New functions.
568 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
569 clear_quit_flag.
570 * remote.c (remote_wait_as): Use check_quit_flag,
571 clear_quit_flag.
572 (remote_start_remote): Call QUIT.
573 * symfile.c (load_progress): Use check_quit_flag.
574 * top.c (command_loop): Use clear_quit_flag.
575 (command_line_input): Call QUIT.
576 * utils.c (quit_flag): Conditionally define.
577 (clear_quit_flag, check_quit_flag, set_quit_flag): New
578 functions.
579 (prompt_for_continue): Call QUIT. Use quit, not
580 async_request_quit.
581 * remote-mips.c (mips_expect_timeout): Call QUIT.
582 * monitor.c (monitor_expect): Call QUIT.
583
b583003e
TT
5842012-08-22 Tom Tromey <tromey@redhat.com>
585
586 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
587 (async_init_signals): Update.
588 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
589 (SIGWINCH_HANDLER_BODY): Remove.
590
e1507e95
TT
5912012-08-22 Tom Tromey <tromey@redhat.com>
592
593 * jit.c (jit_object_close_impl): Don't malloc the objfile
594 name.
595 * objfiles.c (allocate_objfile): Don't malloc the objfile
596 name.
597 (free_objfile): Don't free the objfile name.
598 * objfiles.h (struct objfile) <name>: Update comment.
599 * symfile.c (reread_symbols): Fix reference counting. Don't
600 malloc objfile name.
601
1c00ec6b
TT
6022012-08-22 Tom Tromey <tromey@redhat.com>
603
604 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
605 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
606 (symfile_bfd_open): Likewise.
607 (generic_load): Likewise.
608 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
609 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
610 gdb_bfd_open.
611 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
612 Use gdb_bfd_open.
613 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
614 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
615 (pmon_load_fast): Likewise.
616 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
617 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
618 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
619 (macho_check_dsym): Likewise.
620 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
621 (m32r_upload_command): Likewise.
622 * gdb_bfd.h (gdb_bfd_cache): Declare.
623 * gdb_bfd.c (struct gdb_bfd_data): New.
624 (gdb_bfd_cache): New global.
625 (struct gdb_bfd_cache_search): New.
626 (hash_bfd): New function.
627 (eq_bfd): Likewise.
628 (gdb_bfd_open): Likewise.
629 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
630 (gdb_bfd_unref): Remove closed BFD from cache. Update for
631 gdb_bfd_data.
632 * exec.c (exec_file_attach): Use gdb_bfd_open.
633 * dsrec.c (load_srec): Use gdb_bfd_open.
634
6532ff36
TT
6352012-08-22 Tom Tromey <tromey@redhat.com>
636
637 * dwarf2read.c (macro_start_file): Update.
638 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
639 (free_objfile_per_bfd_storage): Destroy macro_cache.
640 (allocate_objfile, free_objfile): Update.
641 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
642 New field.
643 (struct objfile) <macro_cache>: Remove.
644 * symfile.c (reread_symbols): Update.
645 * symmisc.c (print_symbol_bcache_statistics): Update.
646 (print_objfile_statistics): Update.
647
706e3705
TT
6482012-08-22 Tom Tromey <tromey@redhat.com>
649
650 * elfread.c (elf_symtab_read): Update.
651 * objfiles.c (objfiles_bfd_data): New global.
652 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
653 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
654 (allocate_objfile, free_objfile): Update.
655 (_initialize_objfiles): Initialize objfiles_bfd_data.
656 * objfiles.h (struct objfile_per_bfd_storage): New.
657 (struct objfile) <per_bfd>: New field.
658 <filename_cache>: Remove.
659 (set_objfile_per_bfd): Declare.
660 * symfile.c (reread_symbols): Update. Call
661 set_objfile_per_bfd.
662 (allocate_symtab): Update.
663 * symmisc.c (print_symbol_bcache_statistics): Update.
664 (print_objfile_statistics): Print the size of the BFD obstack.
665
e992eda4
TT
6662012-08-22 Tom Tromey <tromey@redhat.com>
667
668 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
669 * gdb_bfd.c: Use DEFINE_REGISTRY.
670 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
671 (gdb_bfd_ref): Call bfd_alloc_data.
672 (gdb_bfd_unref): Call bfd_free_data.
673
6b81941e
TT
6742012-08-22 Tom Tromey <tromey@redhat.com>
675
676 * registry.h (struct registry_fields): New.
677 (REGISTRY_FIELDS): Redefine.
678 (REGISTRY_ACCESS_FIELD): New macro.
679 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
680 functions.
681
8e260fc0
TT
6822012-08-22 Tom Tromey <tromey@redhat.com>
683
684 * auto-load.c (_initialize_auto_load): Update.
685 * solib-svr4.c (_initialize_svr4_solib): Update
686 * solib-dsbt.c (_initialize_dsbt_solib): Update.
687 * solib-darwin.c (_initialize_darwin_solib): Update.
688 * registry.h: New file.
689 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
690 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
691 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
692 (register_program_space_data_with_cleanup)
693 (register_program_space_data, program_space_alloc_data)
694 (clear_program_space_data, set_program_space_data)
695 (program_space_data): Don't declare.
696 * progspace.c: Use DEFINE_REGISTRY.
697 (struct program_space_data, struct
698 program_space_data_registration, struct
699 program_space_data_registry, program_space_data_registry)
700 (register_program_space_data_with_cleanup)
701 (register_program_space_data, program_space_alloc_data)
702 (program_space_free_data, clear_program_space_data)
703 (set_program_space_data, program_space_data): Remove.
704 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
705 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
706 (register_objfile_data_with_cleanup, register_objfile_data)
707 (clear_objfile_data, set_objfile_data, objfile_data): Don't
708 declare.
709 * objfiles.c: Use DEFINE_REGISTRY.
710 (struct objfile_data, struct objfile_data_registration, struct
711 objfile_data_registry, objfile_data_registry)
712 (register_objfile_data_with_cleanup, register_objfile_data)
713 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
714 (set_objfile_data, objfile_data): Remove.
715 (_initialize_objfiles): Update.
716 * jit.c (_initialize_jit): Update.
717 * inflow.c (_initialize_inflow): Update.
718 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
719 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
720 (register_inferior_data_with_cleanup, register_inferior_data)
721 (clear_inferior_data, set_inferior_data, inferior_data): Don't
722 declare.
723 * inferior.c: Use DEFINE_REGISTRY.
724 (struct inferior_data, struct inferior_data_registration, struct
725 inferior_data_registry, inferior_data_registry)
726 (register_inferior_data_with_cleanup, register_inferior_data)
727 (inferior_alloc_data, inferior_free_data clear_inferior_data)
728 (set_inferior_data, inferior_data): Remove.
729 * auxv.c (_initialize_auxv): Update.
730 * ada-lang.c (_initialize_ada_language): Update.
731 * breakpoint.c (_initialize_breakpoint): Update.
732 * i386-nat.c (i386_use_watchpoints): Update.
733
ed9eebaf
TT
7342012-08-22 Tom Tromey <tromey@redhat.com>
735
736 * exec.c (exec_close, exec_file_attach): Update.
737 (add_to_section_table): Initialize 'key' field.
738 (add_target_sections, remove_target_sections): Add 'key' argument.
739 * exec.h (add_target_sections, remove_target_sections): Add
740 'key' argument.
741 * solib.c (solib_map_sections, update_solib_list, clear_solib)
742 (reload_shared_libraries_1): Update.
743 * target.h (struct target_section) <key>: New field.
744
2f2e97fa
TT
7452012-08-22 Tom Tromey <tromey@redhat.com>
746
747 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
748
b3dbbd6f
PM
7492012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
750
751 * symfile.c (allocate_symtab): Use host_address_to_string
752 function instead of cast of pointer to long which is not
753 compatible with x86_64-w64-mingw32 build.
754
f94363d7
AP
7552012-08-19 Andrew Pinski <apinski@cavium.com>
756
757 * mips-tdep.c (is_octeon): New function.
758 (is_octeon_bbit_op): New function.
759 (mips32_next_pc): Handle Octeon's bbit instructions.
760 (mips32_instruction_has_delay_slot): Likewise.
761
78a59c2f
AP
7622012-08-19 Andrew Pinski <apinski@cavium.com>
763
764 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
765 before the function.
766
4f5bcb50
AP
7672012-08-19 Andrew Pinski <apinski@cavium.com>
768
769 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
770
e5afdbd7
KS
7712012-08-19 Keith Seitz <keiths@redhat.com>
772
773 PR c++/14365
774 * c-typeprint.c (c_type_print_varspec_prefix): Pass
775 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
776
13c9750e
EZ
7772012-08-18 Eli Zaretskii <eliz@gnu.org>
778
779 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
780 The typo broke "make TAGS".
781
db761810 7822012-08-17 Joel Brobecker <brobecker@adacore.com>
783
784 GDB 7.5 released.
785
a451cb65
KS
7862012-08-17 Keith Seitz <keiths@redhat.com>
787
788 PR c++/13356
789 * gdbtypes.c (strict_type_checking): New variable.
790 (show_strict_type_checking): New function.
791 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
792 if strict type checking is disabled.
793 (_initialize_gdbtypes): Add "check type" subcommand.
794 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
795
7962012-08-17 Keith Seitz <keiths@redhat.com>
797
798 * language.h (type_mode): Remove.
799 (type_check): Remove.
800 (struct language_defn): Remove la_type_check.
801 (STRICT_TYPE): Remove unused macro.
802 (type_error): Remove.
803 * language.c (set_type_range_case): Renamed to ...
804 (set_range_case): ... this. Update all callers.
805 Remove type_mode/type_check.
806 (type_mode): Remove.
807 (type_check): Remove.
808 (show_type_command): Remove.
809 (set_type_command): Remove.
810 (language_info): Remove type checking output.
811 (type_error): Remove unused function.
812 (range_error): Update comment.
813 (unknown_language_defn): Remove la_type_check.
814 (auto_language_defn): Likewise.
815 (local_language_defn): Likewise.
816 (_initialize_language): Remove "check type" subcommand.
817 * ada-lang.c (ada_language_defn): Remove la_type_check.
818 * c-lang.c (c_language_defn): Likewise.
819 (cplus_language_defn): Likewise.
820 (asm_language_defn): Likewise.
821 (minimal_language_defn): Likewise.
822 * d-lang.c (d_language_defn): Likewise.
823 * f-lang.c (f_language_defn): Likewise.
824 * go-lang.c (go_language_defn): Likewise.
825 * jv-lang.c (java_language_defn): Likewise.
826 * m2-lang.c (m2_language_defn): Likewise.
827 * objc-lang.c (objc_language_defn): Likewise.
828 * opencl-lang.c (opencl_language_defn): Likewise.
829 * p-lang.c (pascal_language_defn): Likewise.
830
dbf6a605
MF
8312012-08-16 Mike Frysinger <vapier@gentoo.org>
832
833 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
834
973e3cf7
JB
8352012-08-16 Joel Brobecker <brobecker@adacore.com>
836
837 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
838 New function.
839 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
840 using the regache. Use ia64_hpux_get_register_from_save_state_t
841 to access the bsp and bspstore registers if not.
842
d80ee84f
JB
8432012-08-16 Joel Brobecker <brobecker@adacore.com>
844
845 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
846 * breakpoint.c (detach_breakpoints): Change pid parameter into
847 a ptid. Adjust code accordingly.
848 * infrun.c (handle_inferior_event): Delete variable child_pid.
849 Update call to detach_breakpoints to pass the child ptid for
850 fork events.
851 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
852 assert that inferior_ptid's lwp is zero.
853 (linux_handle_extended_wait): Update call to detach_breakpoints.
854 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
855 detach_breakpoints.
856
2dcc6086
JB
8572012-08-16 Joel Brobecker <brobecker@adacore.com>
858
859 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
860 parent, only call detach_breakpoints if tts.tts_event ==
861 TTEVT_VFORK.
862
0c92d8c1
JB
8632012-08-16 Joel Brobecker <brobecker@adacore.com>
864
865 * dwarf2-frame.c (dwarf2_frame_cache): Use
866 get_frame_address_in_block instead of get_frame_pc as
867 the bound for executing the frame's FDE.
868
6b1755ce
YQ
8692012-08-16 Yao Qi <yao@codesourcery.com>
870
871 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
872 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
873 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
874 (c_type_print_varspec_suffix): Likewise.
875 * eval.c (evaluate_subexp_standard): Likewise.
876 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
877 (f_type_print_varspec_suffix): Likewise.
878 * gdbtypes.c (is_scalar_type): Likewise.
879 (recursive_dump_type): Likewise.
880 * infcall.c (value_arg_coerce): Likewise.
881 * m2-valprint.c (m2_val_print): Likewise.
882 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
883 (pascal_type_print_varspec_suffix): Likewise.
884 (pascal_type_print_base): Likewise.
885 * p-valprint.c (pascal_val_print): Likewise.
886 (pascal_val_print): Likewise.
887 * valops.c (value_slice): Likewise.
888 * valprint.c (scalar_type_p): Likewise.
889 * valarith.c (value_bitstring_subscript): Remove.
890 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
891 Remove comment on TYPE_CODE_BITSTRING.
892
893 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
894 TYPE_CODE_BITSTRING.
895
896 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
897 slot 0.
898
8acc4065
YQ
8992012-08-16 Yao Qi <yao@codesourcery.com>
900
901 * tracepoint.c (trace_find_none_command): Remove.
902 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
903
8128fd8e
YQ
9042012-08-16 Yao Qi <yao@codesourcery.com>
905
906 * remote.c (handle_notification): Remove parameter 'length'.
907 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
908
2873700e
KS
9092012-08-15 Keith Seitz <keiths@redhat.com>
910
911 * gdbtypes.c (opaque_type_resolution): Make static.
912 Add missing comment.
913 (overload_debug): Add missing comment.
914 (show_opaque_type_resolution): Likewise.
915 (show_overload_debug): Likewise.
916 (print_bit_vector): Remove unnecessary forward declaration.
917 (print_arg_types): Likewise.
918 (dump_fn_fieldlists): Likewise.
919 (print_cplus_stuff): Likewise.
920
b82d08cd
TT
9212012-08-15 Tom Tromey <tromey@redhat.com>
922
923 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
924 (gdb_bfd_ref): Initialize new field.
925 (gdb_bfd_unref): Unref the archive BFD.
926 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
927 parent archive.
928
db6573d6
TT
9292012-08-15 Tom Tromey <tromey@redhat.com>
930
931 PR python/14387:
932 * python/py-bpevent.c (create_breakpoint_event_object): Update
933 comment.
934 * python/py-event.c (evpy_add_attribute): Update comment.
935 * python/py-exitedevent.c (create_exited_event_object): Fix
936 reference counting and error handling.
937 * python/py-newobjfileevent.c (create_new_objfile_event_object):
938 Fix reference counting.
939 * python/py-signalevent.c (create_signal_event_object): Fix
940 reference counting and error handling.
941 * python/py-stopevent.c (emit_stop_event): Fix reference
942 counting.
943 * python/py-threadevent.c (get_event_thread): Return a
944 borrowed reference.
945 * python/py-type.c (convert_field): Fix reference counting.
946
a036ba48
TT
9472012-08-15 Tom Tromey <tromey@redhat.com>
948
949 * dwarf2read.c (dwarf_decode_macro_bytes)
950 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
951 as hash key.
952
486c7739
MF
9532012-08-14 Mike Frysinger <vapier@gentoo.org>
954
955 * infcmd.c (_initialize_infcmd): Update help text for the signal,
956 stepi, nexti, finish, next, step, jump, and continue commands.
957 * infrun.c (_initialize_infrun): Update help text for the handle
958 command.
959
4cf93a03
DE
9602012-08-14 Doug Evans <dje@google.com>
961
70b099cf
DE
962 * gdbtypes.c (struct extra): Delete, unused.
963
5212577a
DE
964 * gdbtypes.c: Whitespace cleanup.
965 (address_space_name_to_int): Remove "extern" from definition.
966 (_initialize_gdbtypes): Declare with initialize_file_ftype.
967
4cf93a03
DE
968 * gdbtypes.c (make_pointer_type): Remove redundant setting of
969 TYPE_POINTER_TYPE (type).
970
3756ef7e
GB
9712012-08-14 Gary Benson <gbenson@redhat.com>
972
973 * solib-svr4.c (svr4_free_library_list): Use free_so.
974
40d72643
MF
9752012-08-13 Mike Frysinger <vapier@gentoo.org>
976
977 * .gitignore: Add go-exp.c.
978
f47f77df
DE
9792012-08-13 Doug Evans <dje@google.com>
980
981 * value.c (show_convenience): Tweak comment.
982 (_initialize_values): Mention convenience functions in the help text
983 for "show convenience".
984
7507c54a
YQ
9852012-08-13 Yao Qi <yao@codesourcery.com>
986
987 * std-operator.def: Remove TERNOP_SLICE_COUNT.
988 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
989 TERNOP_SLICE_COUNT.
990 * eval.c (evaluate_subexp_standard): Likewise.
991 * expprint.c (print_subexp_standard): Likewise.
992 (dump_subexp_body_standard): Likewise.
993 * parse.c (operator_length_standard): Likewise.
994
5cad9736
YQ
9952012-08-13 Yao Qi <yao@codesourcery.com>
996
997 * std-operator.def: Remove OP_BITSTRING.
998 * breakpoint.c (watchpoint_exp_is_const): Update.
999 * eval.c (evaluate_subexp_standard): Remove handling to
1000 OP_BITSTRING.
1001 * expprint.c (print_subexp_standard): Likewise.
1002 (dump_subexp_body_standard): Likewise.
1003 * parse.c (operator_length_standard): Likewise.
1004 * valops.c (value_bitstring): Remove.
1005 * value.h: Remove the declaration of 'value_bitstring'.
1006
bad7670a
SDJ
10072012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1008
1009 * linespec.c (find_methods): Remove unused variables `i1' and
1010 `name_len'.
1011 (decode_line_full): Likewise for `arg_start'.
1012
d9dce7fa
SDJ
10132012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1014
1015 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
1016 (zlib_decompress_section): Likewise for `section_data'.
1017 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
1018
a72c3253
DE
10192012-08-10 Doug Evans <dje@google.com>
1020
1021 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
1022 * NEWS: Document them.
1023 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
1024 function/strfns.py.
1025 * python/py-type.c (typy_array_1): New function.
1026 (typy_array): Call it.
1027 (typy_vector): New function.
1028 (type_object_methods): Add "vector".
1029 * python/lib/gdb/function/__init__.py: New file.
1030 * python/lib/gdb/function/strfns.py: New file.
1031
200bc880
SP
10322012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
1033
1034 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
1035 for TYPE_FIELD_BITPOS.
1036 (typy_get_sizeof): Likewise for TYPE_LENGTH.
1037
de0bea00
MF
10382012-08-10 Mike Frysinger <vapier@gentoo.org>
1039
1040 PR cli/10436:
1041 * common/vec.h (VEC_merge): Define.
1042 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
1043 (DEF_VEC_ALLOC_FUNC_P): Likewise.
1044 (DEF_VEC_ALLOC_FUNC_O): Likewise.
1045 * completer.c: Include gdb_signals.h.
1046 (signal_completer): Define.
1047 * completer.h (signal_completer): Add prototype.
1048 * infcmd.c (_initialize_infcmd): Assign the command
1049 completer for "signal" to handle_completer.
1050 * infrun.c: Include completer.h.
1051 (handle_completer): Define.
1052 (_initialize_infrun): Declare a new local variable c. Store the
1053 result of add_com("handle") to it. Assign the command
1054 completer for "handle" to handle_completer.
1055
5b9afe8a
YQ
10562012-08-09 Yao Qi <yao@codesourcery.com>
1057
1058 * cli/cli-decode.c (set_cmd_prefix): New.
1059 (lookup_cmd_for_prefixlist): New.
1060 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
1061 of each cmd_list_element in *prefixlist.
1062 (add_setshow_cmd_full): set_cmd_prefix.
1063 (add_alias_cmd): Likewise.
1064 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
1065 Declare 'auto_boolean_enums'.
1066 * cli/cli-setshow.c: Include "observer.h".
1067 (notify_command_param_changed_p): New.
1068 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
1069 Remove 'static'.
1070 (do_setshow_command): Split it to ...
1071 (do_set_command, do_show_command): ... them. New.
1072 (do_set_command): Call observer_notify_command_param_changed if
1073 notify_command_param_changed_p returns true.
1074 (cmd_show_list): Caller update.
1075 * auto-load.c (set_auto_load_cmd): Likewise.
1076 * remote.c (show_remote_cmd): Likewise.
1077 * cli/cli-setshow.h: Update declarations.
1078 * top.c (execute_command): Call do_set_command and do_show_command.
1079
1080 * NEWS: Mention new MI notification.
1081 * mi/mi-interp.c: Declare mi_command_param_changed.
1082 (mi_interpreter_init): Attach mi_command_param_changed to
1083 observer command_param_changed.
1084 (mi_command_param_changed): New.
1085 Remove mi_suppress_breakpoint_notifications.
1086 Define global variable mi_suppress_notification.
1087 (mi_breakpoint_created): Update.
1088 (mi_breakpoint_deleted): Likewise.
1089 (mi_breakpoint_modified): Likewise.
1090 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
1091 'gdb-set' and set mi_suppress_notification.
1092 * mi/mi-main.h: (mi_suppress_notification): New struct.
1093
1969df89
JK
10942012-08-09 Andreas Tobler <andreast@fgznet.ch>
1095 Jan Kratochvil <jan.kratochvil@redhat.com>
1096
1097 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
1098
8bfd80db
YQ
10992012-08-09 Yao Qi <yao@codesourcery.com>
1100
1101 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
1102 (skiplist): Move it to skip.c.
1103 (init_cmd_lists): Remove code setting enablebreaklist and
1104 skiplist to NULL.
1105 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
1106 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
1107 skiplist.
1108 * gdbcmd.h: Likewise.
1109 * skip.c (_initialize_step_skip): Move 'skiplist' from
1110 cli/cli-cmds.c.
1111
28578e6b
YQ
11122012-08-09 Yao Qi <yao@codesourcery.com>
1113
1114 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
1115 * gnu-nat.c, symfile.c: Likewise.
1116
260c0b2a
DE
11172012-08-08 Aaron Gamble <agamble@google.com>
1118
1119 * utils.c (prompt_for_continue_wait_time): New static global.
1120 (make_command_stats_cleanup): Initialize it.
1121 (report_command_stats): Subtract time waiting for user.
1122 (prompt_for_continue): Track time waiting for user.
1123 (defaulted_query): Track time waiting for user.
1124
4f485ebc
DE
11252012-08-08 Doug Evans <dje@google.com>
1126
1127 * eval.c (evaluate_subexp_standard): Fix thinko in handling
1128 UNOP_MEMVAL_TYPE.
1129 * expprint.c (print_subexp_standard, case OP_TYPE): New.
1130 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
1131 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
1132 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
1133 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
1134 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
1135 elt.
1136 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
1137 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
1138 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
1139 (dump_prefix_expression): Handle OP_TYPE.
1140
2acf2b39
KS
11412012-08-08 Keith Seitz <keiths@redhat.com>
1142
1143 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
1144 addr_start.
1145
e6712ff1
DE
11462012-08-08 Doug Evans <dje@google.com>
1147
1148 * linux-thread-db.c: #include "gdb_vecs.h".
1149 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
1150 updated.
1151 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
1152 (thread_db_load_search): Use a vector to iterate over path elements.
1153 Handle text appearing after "$pdir".
1154
1155 * gdb_string.h: Moved to ...
1156 * common/gdb_string.h: ... here.
1157 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
1158 gdb_string.h and gdb_assert.h.
1159
ab854e54
YQ
11602012-08-08 Yao Qi <yao@codesourcery.com>
1161
1162 * tic6x-tdep.c (tic6x_register_to_value): Remove.
1163 (tic6x_value_to_register): Likewise.
1164 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
1165 and set_gdbarch_value_to_register.
1166
4f69f4c2
JK
11672012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1168 Jean-Marc Saffroy <saffroy@gmail.com>
1169
1170 PR 11804
1171 * defs.h (find_memory_region_ftype): New comment. New arg modified.
1172 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
1173 * gcore.c (gcore_create_callback): New function comment. Add modified
1174 parameter. Only write modified regions. Set SEC_READONLY exactly
1175 according to MODIFIED.
1176 (objfile_find_memory_regions): Ignore separate debug info files. Ass
1177 the passed modified value to FUNC.
1178 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
1179 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
1180 first. New variables modified and has_anonymous. Parse the lines of
1181 smaps file. Add the passed MODIFIED value to FUNC.
1182 * procfs.c (find_memory_regions_callback): Add the passed modified
1183 value.
1184
78ac5f83
TT
11852012-08-06 Tom Tromey <tromey@redhat.com>
1186
1187 * dwarf2-frame.c (clear_pointer_cleanup): New function.
1188 (dwarf2_frame_cache): Use it.
1189 * frame-unwind.h (frame_sniffer_ftype): Document prologue
1190 cache initialization constraint.
1191
2c12abee
TT
11922012-08-06 Tom Tromey <tromey@redhat.com>
1193
1194 PR python/14386:
1195 * varobj.c (update_dynamic_varobj_children): Don't call
1196 PyIter_Check.
1197
4979d7f0
TT
11982012-08-06 Tom Tromey <tromey@redhat.com>
1199
1200 PR cli/14392:
1201 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
1202
f3c8a52a
JK
12032012-08-06 Nathaniel Flath <flat0103@gmail.com>
1204
1205 * NEWS: New entry for 'cd' default parameters.
1206 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
1207
5a1cf4d6
TT
12082012-08-03 Tom Tromey <tromey@redhat.com>
1209
1210 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
1211 return.
1212
7c3270ae
UW
12132012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
1214
1215 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
1216 to attempting lseek/write.
1217 (inf_child_fileio_pread): Likewise for pread.
1218
ccce17b0
YQ
12192012-08-02 Yao Qi <yao@codesourcery.com>
1220
1221 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
1222 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
1223 add_setshow_zinteger_cmd.
1224 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
1225 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
1226 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
1227 instead of add_setshow_zinteger_cmd.
1228 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
1229 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
1230 instead of add_setshow_zinteger_cmd.
1231 * frame.c (frame_debug): Add 'unsigned'.
1232 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
1233 add_setshow_zinteger_cmd.
1234 * frame.h: Update the declaration of 'frame_debug'.
1235 * gdbtypes.c (overload_debug): Add 'unsigned'.
1236 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
1237 add_setshow_zinteger_cmd.
1238 * inferior.h: Update declaration of 'debug_infrun'.
1239 * infrun.c (debug_infrun): Add 'unsigned'.
1240 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
1241 add_setshow_zinteger_cmd.
1242 * jit.c (jit_debug): Add 'unsigned'.
1243 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
1244 add_setshow_zinteger_cmd.
1245 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
1246 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
1247 instead of add_setshow_zinteger_cmd.
1248 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
1249 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
1250 add_setshow_zinteger_cmd.
1251 * machoread.c (mach_o_debug_level): Add 'unsigned'.
1252 (_initialize_machoread): Call add_setshow_zuinteger_cmd
1253 instead of add_setshow_zinteger_cmd.
1254 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
1255 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
1256 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
1257 intead of add_setshow_zinteger_cmd.
1258 * mips-tdep.c (mips_debug): Add 'unsigned'.
1259 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
1260 instead of add_setshow_zinteger_cmd.
1261 * monitor.c (monitor_debug): Add 'unsigned'.
1262 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
1263 add_setshow_zinteger_cmd.
1264 * observer.c (observer_debug): Add 'unsigned'.
1265 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
1266 add_setshow_zinteger_cmd.
1267 * parse.c (expressiondebug): Add 'unsigned'.
1268 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
1269 add_setshow_zinteger_cmd.
1270 * record.c (record_debug): Add 'unsigned'.
1271 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
1272 add_setshow_zinteger_cmd.
1273 * record.h: Update the declaration of 'record_debug'.
1274 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
1275 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
1276 add_setshow_zinteger_cmd.
1277 * serial.c (global_serial_debug_p): Add 'unsigned'.
1278 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
1279 add_setshow_zinteger_cmd.
1280 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
1281 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
1282 add_setshow_zinteger_cmd.
1283 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
1284 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
1285 add_setshow_zinteger_cmd.
1286 * target.c (targetdebug): Add 'unsigned'.
1287 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
1288 add_setshow_zinteger_cmd.
1289 * valops.c (overload_debug): Add 'unsigned'.
1290 * varobj.c (varobjdebug): Add 'unsigned'.
1291 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
1292 add_setshow_zinteger_cmd.
1293 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
1294 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
1295 instead of add_setshow_zinteger_cmd.
1296
1297 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
1298 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
1299 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
1300 instead of add_setshow_zinteger_cmd.
1301 * gdbarch.c, gdbarch.h: Re-generated.
1302
95b07c96
YQ
13032012-08-02 Yao Qi <yao@codesourcery.com>
1304
1305 * nto-tdep.c: Don't include cli/cli-decode.h and
1306 cli/cli-cmds.h.
1307 (_initialize_nto_tdep): Remove.
1308 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
1309 Remove field.
1310 Remove macro nto_internal_debugging.
1311
57295b0b
RH
13122012-08-01 Richard Henderson <rth@redhat.com>
1313
1314 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
1315 (mep-*-*) [gdb_target_obs]: Likewise.
1316
f782ad9b
AS
13172012-07-31 Andreas Schwab <schwab@linux-m68k.org>
1318
1319 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
1320 linux_get_siginfo_type.
1321
a14dd77e
JK
13222012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1323
1324 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
1325 AT_ENTRY_POINT.
1326 (call_function_by_hand) <ON_STACK>: Call write_memory with
1327 gdbarch_breakpoint_from_pc, if possible.
1328 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
1329 here.
1330
1467929f
YQ
13312012-07-31 Yao Qi <yao@codesourcery.com>
1332
1333 * tracepoint.c: Add 'static' for some variables.
1334
70976b65
YQ
13352012-07-31 Yao Qi <yao@codesourcery.com>
1336
1337 * go32-nat.c: Declare _initialize_go32_nat.
1338 * ser-go32.c: Declare _initialize_ser_dos.
1339 * top.c (do_chdir_cleanup): Add 'static'.
1340
eff9c3e6
KS
13412012-07-30 Keith Seitz <keiths@redhat.com>
1342
1343 * linespec.c (linespec_lex_number): A number followed
1344 by quotes is a valid number, too.
1345
728400d7
TT
13462012-07-30 Tom Tromey <tromey@redhat.com>
1347
1348 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
1349
fcf303ab
UW
13502012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
1351
1352 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
1353 attempt to 4-byte-align HW breakpoint addresses for Thumb.
1354
4e969b4f
AB
13552012-07-30 Andrew Burgess <aburgess@broadcom.com>
1356
1357 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
1358 invalid or reevaluated to prevent prevent references to possibly
1359 delete'd type objects being left in the varobj.
1360
c4bfde41
JK
13612012-07-27 Tom Tromey <tromey@redhat.com>
1362 Jan Kratochvil <jan.kratochvil@redhat.com>
1363
1364 * copying.awk: Print buffer-read-only and vi ro markers.
1365 * copying.c: Rebuild.
1366 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
1367 * gdbarch.c, gdbarch.h: Rebuild.
1368 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
1369 buffer-read-only and vi ro markers.
1370 * features/arm-with-iwmmxt.c: Rebuild.
1371 * features/arm-with-m-fpa-layout.c: Rebuild.
1372 * features/arm-with-m-vfp-d16.c: Rebuild.
1373 * features/arm-with-m.c: Rebuild.
1374 * features/arm-with-neon.c: Rebuild.
1375 * features/arm-with-vfpv2.c: Rebuild.
1376 * features/arm-with-vfpv3.c: Rebuild.
1377 * features/i386/amd64-avx-linux.c: Rebuild.
1378 * features/i386/amd64-avx.c: Rebuild.
1379 * features/i386/amd64-linux.c: Rebuild.
1380 * features/i386/amd64.c: Rebuild.
1381 * features/i386/i386-avx-linux.c: Rebuild.
1382 * features/i386/i386-avx.c: Rebuild.
1383 * features/i386/i386-linux.c: Rebuild.
1384 * features/i386/i386-mmx-linux.c: Rebuild.
1385 * features/i386/i386-mmx.c: Rebuild.
1386 * features/i386/i386.c: Rebuild.
1387 * features/i386/x32-avx-linux.c: Rebuild.
1388 * features/i386/x32-avx.c: Rebuild.
1389 * features/i386/x32-linux.c: Rebuild.
1390 * features/i386/x32.c: Rebuild.
1391 * features/mips-dsp-linux.c: Rebuild.
1392 * features/mips-linux.c: Rebuild.
1393 * features/mips64-dsp-linux.c: Rebuild.
1394 * features/mips64-linux.c: Rebuild.
1395 * features/rs6000/powerpc-32.c: Rebuild.
1396 * features/rs6000/powerpc-32l.c: Rebuild.
1397 * features/rs6000/powerpc-403.c: Rebuild.
1398 * features/rs6000/powerpc-403gc.c: Rebuild.
1399 * features/rs6000/powerpc-405.c: Rebuild.
1400 * features/rs6000/powerpc-505.c: Rebuild.
1401 * features/rs6000/powerpc-601.c: Rebuild.
1402 * features/rs6000/powerpc-602.c: Rebuild.
1403 * features/rs6000/powerpc-603.c: Rebuild.
1404 * features/rs6000/powerpc-604.c: Rebuild.
1405 * features/rs6000/powerpc-64.c: Rebuild.
1406 * features/rs6000/powerpc-64l.c: Rebuild.
1407 * features/rs6000/powerpc-7400.c: Rebuild.
1408 * features/rs6000/powerpc-750.c: Rebuild.
1409 * features/rs6000/powerpc-860.c: Rebuild.
1410 * features/rs6000/powerpc-altivec32.c: Rebuild.
1411 * features/rs6000/powerpc-altivec32l.c: Rebuild.
1412 * features/rs6000/powerpc-altivec64.c: Rebuild.
1413 * features/rs6000/powerpc-altivec64l.c: Rebuild.
1414 * features/rs6000/powerpc-cell32l.c: Rebuild.
1415 * features/rs6000/powerpc-cell64l.c: Rebuild.
1416 * features/rs6000/powerpc-e500.c: Rebuild.
1417 * features/rs6000/powerpc-e500l.c: Rebuild.
1418 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
1419 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
1420 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
1421 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
1422 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
1423 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
1424 * features/rs6000/powerpc-vsx32.c: Rebuild.
1425 * features/rs6000/powerpc-vsx32l.c: Rebuild.
1426 * features/rs6000/powerpc-vsx64.c: Rebuild.
1427 * features/rs6000/powerpc-vsx64l.c: Rebuild.
1428 * features/rs6000/rs6000.c: Rebuild.
1429 * features/s390-linux32.c: Rebuild.
1430 * features/s390-linux32v1.c: Rebuild.
1431 * features/s390-linux32v2.c: Rebuild.
1432 * features/s390-linux64.c: Rebuild.
1433 * features/s390-linux64v1.c: Rebuild.
1434 * features/s390-linux64v2.c: Rebuild.
1435 * features/s390x-linux64.c: Rebuild.
1436 * features/s390x-linux64v1.c: Rebuild.
1437 * features/s390x-linux64v2.c: Rebuild.
1438 * features/tic6x-c62x-linux.c: Rebuild.
1439 * features/tic6x-c62x.c: Rebuild.
1440 * features/tic6x-c64x-linux.c: Rebuild.
1441 * features/tic6x-c64x.c: Rebuild.
1442 * features/tic6x-c64xp-linux.c: Rebuild.
1443 * features/tic6x-c64xp.c: Rebuild.
1444
826f0041
TT
14452012-07-27 Tom Tromey <tromey@redhat.com>
1446
1447 * c-exp.y (classify_name): Avoid assignment in condition.
1448
84552b16
PA
14492012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
1450
1451 * amd64-windows-tdep.c: Include "frame.h".
1452 (amd64_windows_skip_trampoline_code): New function.
1453 (amd64_windows_init_abi): Add trampoline registration.
1454
a8a64aa8
YQ
14552012-07-27 Yao Qi <yao@codesourcery.com>
1456
1457 * tracepoint.c (cur_traceframe_number): Remove.
1458 (set_tfile_traceframe): Remove.
1459 (tfile_trace_find, tfile_fetch_registers): Update callers.
1460 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
1461 (tfile_open, tfile_trace_find): Likewise.
1462
d99067cb
YQ
14632012-07-27 Yao Qi <yao@codesourcery.com>
1464
1465 * thread.c (switch_to_thread): Don't call registers_changed.
1466
f2e8016f
TT
14672012-07-26 Tom Tromey <tromey@redhat.com>
1468
f782ad9b
AS
1469 * Makefile.in (SFILES): Remove objc-exp.y.
1470 (YYFILES): Remove objc-exp.c.
1471 (YYOBJ): Remove objc-exp.o.
1472 (local-maintainer-clean): Don't mention objc-exp.c.
1473 * c-exp.y: Include objc-lang.h.
1474 (%union) <class>: New field.
1475 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
1476 (exp): Clone subscript production for OBJC_LBRAC. Add various
1477 Objective C productions.
1478 (msglist, msgarglist, msgarg): New productions.
1479 (array_mod, func_mod, operator): Clone productions for
1480 OBJC_LBRAC.
1481 (parse_string_or_char): Handle '@' strings.
1482 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
1483 (classify_name): Check la_name_of_this. Recognize ObjC class
1484 names.
1485 * objc-exp.y: Remove.
1486 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
1487 * objc-lang.h (objc_parse, objc_error): Don't declare.
f2e8016f 1488
f66713d2
JK
14892012-07-26 Markus Metzger <markus.t.metzger@intel.com>
1490
1491 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
1492
7cfe01b4
JK
14932012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1494
1495 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
1496 and decrement.
1497
5ba19b4c
TT
14982012-07-26 Tom Tromey <tromey@redhat.com>
1499
1500 * copying.c: Rebuild.
1501 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
1502 'no_class'.
1503
27618ce4
TT
15042012-07-26 Tom Tromey <tromey@redhat.com>
1505
1506 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
1507 immediate_quit.
1508 (print_objfile_statistics): Likewise.
1509 (maintenance_print_symbols): Likewise.
1510 (maintenance_print_msymbols): Likewise.
1511 (maintenance_print_objfiles): Likewise.
1512 * psymtab.c (print_partial_symbols): Call QUIT.
1513 (maintenance_print_psymbols): Likewise. Don't modify
1514 immediate_quit.
1515 * copying.c (show_copying_command): Don't modify immediate_quit.
1516 (show_warranty_command): Likewise.
1517 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
1518
dd3818c8
KS
15192012-07-26 Keith Seitz <keiths@redhat.com>
1520
1521 * linespec.c (linespec_lexer_lex_number): The input
1522 is also a valid number if the next character is a comma
1523 or colon.
1524
23a80689
JB
15252012-07-26 Joel Brobecker <brobecker@adacore.com>
1526
1527 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
1528 configure options.
1529
29f77997
TG
15302012-07-26 Tristan Gingold <gingold@adacore.com>
1531
1532 * machoread.c: Include gdb_bfd.h.
1533
a55c1f32
TG
15342012-07-26 Tristan Gingold <gingold@adacore.com>
1535
1536 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
1537 offset.
1538
56eb65bd
SP
15392012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1540
1541 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
1542 SIZE to size_t.
1543 (dwarf2_evaluate_loc_desc): Likewise.
1544 (dwarf2_loc_desc_needs_frame): Likewise.
1545 (locexpr_describe_location_1): Likewise.
1546 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
1547 size_t.
1548 (struct dwarf2_loclist_baton): Likewise.
1549 * dwarf2read.c (struct dwarf_block): Likewise.
1550 (dump_die_shallow): Use pulongest to print dwarf_block.size.
1551 (decode_locdesc): Expand SIZE and I to size_t.
1552
aec8845c
JK
15532012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1554
1555 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
1556
33d7655b
JB
15572012-07-25 Joel Brobecker <brobecker@adacore.com>
1558
1559 * doublest.c (convert_doublest_to_floatformat): If the exponent
1560 is too small, treat the value as zero. If the exponent is too
1561 large, treat the value as infinity.
1562
a22d44ff
JB
15632012-07-25 Joel Brobecker <brobecker@adacore.com>
1564
1565 * configure.ac: Add --enable-lmcheck configure option.
1566 * configure: Regenerate.
1567
d6b28940
TT
15682012-07-25 Tom Tromey <tromey@redhat.com>
1569
f782ad9b
AS
1570 * NEWS: Mention maint info bfds.
1571 * gdb_bfd.c (all_bfds): New global.
1572 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
1573 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
1574 New functions.
d6b28940 1575
6e73ba20
RC
15762012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
1577
1578 * configure.tgt: Add v850*-*-rtems*.
1579
d560eebd
TT
15802012-07-25 Tom Tromey <tromey@redhat.com>
1581
1582 * macrotab.c (macro_bcache_str): Remove cast.
1583
d7cbec71
HZ
15842012-07-25 Hui Zhu <hui_zhu@mentor.com>
1585
1586 * linespec.c (linespec_lexer_lex_number): Update comments,
1587 change the return and add check to make sure the input is
1588 the decimal numbers.
1589 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
1590 false, call linespec_lexer_lex_string.
1591
882f447f
TT
15922012-07-24 Tom Tromey <tromey@redhat.com>
1593
1594 * symfile.c (symbol_file_add): Don't open BFD twice.
1595
53ab4066 15962012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
e12c7713
MK
1597
1598 * breakpoint.c (create_breakpoint): Store condition for pending
1599 breakpoints.
1600
108fb0f7
AS
16012012-07-24 Andreas Schwab <schwab@linux-m68k.org>
1602
1603 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
1604 (m68k_return_value): Handle complex types like structures.
1605 (m68k_svr4_return_value): Likewise.
1606
1634dcbe
JK
16072012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
1608
1609 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
1610 parameters to bfd_get_section_name.
1611
e2d12c21
YQ
16122012-07-24 Yao Qi <yao@codesourcery.com>
1613
1614 * cli/cli-setshow.c: Handle case 'var_uinteger'
1615 and 'var_zuninteger' together. Handle case 'var_integer' and
1616 'var_zinteger' together.
1617
64b92e45
KS
16182012-07-23 Keith Seitz <keiths@redhat.com>
1619
1620 * linespec.c (convert_linespec_to_sal): Don't add
1621 any symbols to the result vector if symbol_to_sal
1622 returns zero.
1623
0f5f4ffe
KS
16242012-07-23 Keith Seitz <keiths@redhat.com>
1625
1626 * linespec.c (decode_objc): Record the function name
1627 in the linespec.
1628
da1cc82f
TT
16292012-07-23 Tom Tromey <tromey@redhat.com>
1630
1631 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
1632 counting.
1633 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
1634 (map_vmap): Acquire a reference to the BFD.
1635
6c18f3e0
SP
16362012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
1637
1638 * p-valprint.c (pascal_object_print_value): Replace potentially
1639 unsafe alloca with xmalloc/xfree.
1640 * valops.c (search_struct_method): Likewise.
1641
695c3173
TT
16422012-07-23 Tom Tromey <tromey@redhat.com>
1643
1644 * solib-svr4.c (enable_break): Update.
1645 * bfd-target.h (target_bfd_reopen): Update documentation.
1646
08d2cd74
TT
16472012-07-23 Tom Tromey <tromey@redhat.com>
1648
1649 * symfile.c (separate_debug_file_exists): Update.
1650 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
1651 (reread_symbols): Update.
1652 * elfread.c (build_id_verify): Update.
1653 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
1654 bfd_open_maybe_remote.
1655
596f7d67
TT
16562012-07-23 Tom Tromey <tromey@redhat.com>
1657
1658 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
1659
8ac244b4
TT
16602012-07-23 Tom Tromey <tromey@redhat.com>
1661
1662 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
1663 and 'abfd'.
1664 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
1665 and 'abfd'.
1666 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
1667 * machoread.c (macho_add_oso_symfile): Make a cleanup for
1668 'abfd'.
1669 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
1670 * objfiles.c (allocate_objfile): Acquire a new reference.
1671 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
1672 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
1673 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
1674 a cleanup for 'nbfd'.
1675 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
1676 for 'nbfd'.
1677 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
1678 make a cleanup for 'abfd'.
1679 (symbol_file_add): Make a BFD cleanup.
1680
64c31149
TT
16812012-07-23 Tom Tromey <tromey@redhat.com>
1682
1683 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
1684 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
1685 * corelow.c (core_open): Use gdb_bfd_fopen.
1686 * dsrec.c (load_srec): Use gdb_bfd_openr.
1687 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
1688 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
1689 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
1690 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
1691 (gdb_bfd_fdopenr): New functions.
1692 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
1693 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
1694 (gdb_bfd_fdopenr): Declare.
1695 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
1696 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
1697 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
1698 gdb_bfd_openr_next_archived_file.
1699 (macho_check_dsym): Use gdb_bfd_openr.
1700 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
1701 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
1702 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
1703 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
1704 gdb_bfd_openr.
1705 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
1706 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
1707 gdb_bfd_openr_next_archived_file.
1708 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1709 Use gdb_bfd_openr.
1710 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1711 gdb_bfd_openr.
1712 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
1713 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
1714 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
1715 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
1716 (symfile_bfd_open): Use gdb_bfd_fopen.
1717 (generic_load): Use gdb_bfd_openr.
1718 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
1719
520b0001
TT
17202012-07-23 Tom Tromey <tromey@redhat.com>
1721
1722 * bfd-target.c (target_bfd_reopen): Update.
1723 * cli/cli-dump.c (bfd_openr_with_cleanup)
1724 (bfd_openw_with_cleanup): Update.
1725 * corelow.c (core_open): Update.
1726 * dsrec.c (load_srec): Update.
1727 * exec.c (exec_file_attach): Update.
1728 * gcore.c (create_gcore_bfd): Update.
1729 * gdb_bfd.c (gdb_bfd_ref): Return void.
1730 (gdb_bfd_open): Update.
1731 * gdb_bfd.h (gdb_bfd_ref): Return void.
1732 Update comments.
1733 * jit.c (jit_bfd_try_read_symtab): Update.
1734 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
1735 * machoread.c (macho_symfile_read_all_oso): Update.
1736 (macho_check_dsym): Update.
1737 * procfs.c (insert_dbx_link_bpt_in_file): Update.
1738 * remote-m32r-sdi.c (m32r_load): Update.
1739 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
1740 * rs6000-nat.c (add_vmap): Update.
1741 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1742 Update.
1743 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
1744 * solib-spu.c (spu_bfd_open): Update.
1745 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
1746 * spu-linux-nat.c (spu_bfd_open): Update.
1747 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
1748 (generic_load): Update.
1749 * windows-nat.c (windows_make_so): Update.
1750
2322ff16
SP
17512012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
1752
1753 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
1754
3def0b36
PA
17552012-07-20 Jeff Kenton <jkenton@tilera.com>
1756
1757 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
1758 SIGTRAMP_FRAME unwinding.
1759
e615022a
DE
17602012-07-20 Doug Evans <dje@google.com>
1761
1762 * NEWS: Document new options "set/show use-deprecated-index-sections",
1763 and delete reference to --use-deprecated-index-sections.
1764 * symfile.h (use_deprecated_index_sections): Delete.
1765 * dwarf2read.c (use_deprecated_index_sections): Make static.
1766 (read_index_from_section): Update wording of how to load
1767 deprecated index sections.
1768 (_initialize_dwarf2_read): New options
1769 "set/show use-deprecated-index-sections".
1770 * main.c (captured_main): Delete --use-deprecated-index-sections.
1771
64776a0b
PA
17722012-07-20 Pedro Alves <palves@redhat.com>
1773
1774 PR threads/11692
1775 PR gdb/12203
1776
1777 * infrun.c (handle_inferior_event) <new thread>: Don't special
1778 case minus_one_ptid.
1779 <TARGET_WAITKIND_SPURIOUS>: Ditto.
1780 * linux-thread-db.c (thread_get_info_callback): Don't return early
1781 if the thread is zombie.
1782 (thread_from_lwp): Change return type to void. Rewrite stale
1783 comment.
1784 (attach_thread): Don't return early if the thread is zombie,
1785 instead set its "dying" flag.
1786 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
1787 (find_new_threads_callback): Don't return early if the thread is
1788 zombie.
1789
09826ec5
PA
17902012-07-20 Pedro Alves <palves@redhat.com>
1791
1792 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
1793 * target.c (target_wait): Likewise.
1794 (str_comma_list_concat_elem, do_option, target_options_to_string):
1795 New functions.
1796 * target.h (target_options_to_string): Declare.
1797
f7a35f02
TT
17982012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1799 Tom Tromey <tromey@redhat.com>
1800
1801 * dwarf2read.c (dwarf_decode_macros)
1802 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
1803 DW_MACRO_GNU_transparent_include_alt>: New cases.
1804 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
1805 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
1806
b81e1ee0
TT
18072012-07-20 Tom Tromey <tromey@redhat.com>
1808
1809 * dwarf2read.c (try_open_dwo_file): Don't call
1810 gdb_bfd_stash_filename.
1811
99c1624c
PA
18122012-07-20 Pedro Alves <palves@redhat.com>
1813
1814 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
1815 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
1816 (i386_process_record): Tweak description comments.
1817
4ffa4fc7
PA
18182012-07-20 Pedro Alves <palves@redhat.com>
1819
1820 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
1821 (i386_process_record): Use record_read_memory.
1822 * record.c (record_read_memory): New function.
1823 (record_arch_list_add_mem, record_exec_insn): Use
1824 record_read_memory.
1825 * record.h (record_read_memory): Declare.
1826
c24343e2
YQ
18272012-07-20 Yao Qi <yao@codesourcery.com>
1828
1829 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
1830 NULL for xfree.
1831
90f47860
PA
18322012-07-19 Pedro Alves <palves@redhat.com>
1833
1834 * record.c (record_resume): Ask the target beneath to report all
1835 signals.
1836
01093045
DE
18372012-07-19 Doug Evans <dje@google.com>
1838
1839 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
1840 there's no section at address zero.
1841 (dwarf2_record_block_ranges): Ditto.
1842
a7c3d162
YQ
18432012-07-19 Yao Qi <yao@codesourcery.com>
1844
1845 * command.h, remote.c: Fix a typo in comment.
1846
608b4967
TT
18472012-07-19 Tom Tromey <tromey@redhat.com>
1848
1849 PR exp/13206:
1850 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
1851 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
1852 OP_DECLTYPE>: New cases.
1853 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
1854 (type_exp): Add new productions.
1855 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
1856 and decltype.
1857 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
1858 New case.
1859 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
1860 OP_DECLTYPE>: New case.
1861 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
1862 New case.
1863 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
1864 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
1865
274b54d7
TT
18662012-07-19 Tom Tromey <tromey@redhat.com>
1867
1868 * c-exp.y (enum token_flags): New.
1869 (struct token) <cxx_only>: Remove.
1870 <flags>: New field.
1871 (tokentab3, tokentab2, ident_tokens): Update.
1872 (lex_one_token): Update. Handle FLAG_SHADOW.
1873
9eaf6705
TT
18742012-07-19 Tom Tromey <tromey@redhat.com>
1875
1876 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
1877 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
1878 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
1879 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
1880 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
1881 type_exp production where appropriate.
1882 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
1883 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
1884 <UNOP_MEMVAL_TYPE>: New case.
1885 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
1886 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
1887 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
1888 <UNOP_MEMVAL_TYPE>: New case.
1889 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
1890 UNOP_REINTERPRET_CAST>: Update.
1891 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
1892 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
1893 UNOP_REINTERPRET_CAST>: Update.
1894 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
1895 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
1896 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
1897 constants.
1898
6ace3df1
YQ
18992012-07-19 Yao Qi <yao@codesourcery.com>
1900 Jan Kratochvil <jan.kratochvil@redhat.com>
1901
1902 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
1903 and case 'var_optional_filename' together.
1904 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
1905 instead of add_setshow_optional_filename_cmd for setshow command
1906 'args'. Set completer for 'set args'.
1907
48faced0
DE
19082012-07-18 Doug Evans <dje@google.com>
1909
1910 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
1911 * common/gdb_vecs.c: New file, contents from utils.c.
1912 * common/host-defs.h: New file, contents from defs.h.
1913 * utils.h: New file, contents from defs.h.
1914 * defs.h: Move all declarations of objects defined in utils.c
1915 to utils.h (except QUIT() and related).
1916 #include "utils.h", "host-defs.h".
1917 * probe.h (probe_p): Move here from gdb_vecs.h.
1918 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
1919 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
1920 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
1921 * Makefile.in (SFILES): Add common/gdb_vecs.c.
1922 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
1923 (COMMON_OBS): Add gdb_vecs.o.
1924 (gdb_vecs.o): New rule.
1925
66f1999b
KS
19262012-07-18 Keith Seitz <keiths@redhat.com>
1927
1928 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
1929 parameter. If non-zero, use SYMNAME as the canonical name
1930 for the SaL.
1931 Update all callers.
1932 (convert_linespec_to_sals): Use add_sal_to_sals for
1933 expressions, too.
1934 (decode_line_full): No need to "fill in missing canonical names"
1935 anymore. Simply make cleanups for the allocated names.
1936
5d94e27b
KS
19372012-07-18 Keith Seitz <keiths@redhat.com>
1938
1939 * linespec.c (struct linespec): Constify expression,
1940 source_filename, function_name, and label_name.
1941 (symbol_not_found_error): Make all parameters const.
1942 (linespec_parser_delete): No need to check for NULL
1943 when using xfree. Cast const char * to char * for xfree.
1944
af4908ba
KS
19452012-07-18 Keith Seitz <keiths@redhat.com>
1946
1947 * breakpoint.c (invalid_thread_id_error): New function.
1948 (find_condition_and_thread): Use invalid_thread_id_error.
1949 (watch_command_1): Likewise.
1950
853254db
TT
19512012-07-18 Tom Tromey <tromey@redhat.com>
1952
1953 * cc-with-index.sh, cc-with-dwz.sh: Remove.
1954 * contrib/cc-with-tweaks.sh: New file.
1955
2ec9a5e0
TT
19562012-07-18 Tom Tromey <tromey@redhat.com>
1957
1958 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
1959 (locate_dwz_sections): Recognize .gdb_index.
1960 (create_cus_from_index_list): New function.
1961 (create_cus_from_index): Use it. Handle .dwz data.
1962 (read_index_from_section): New function, extracted from
1963 dwarf2_read_index.
1964 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
1965 if needed.
1966
36586728
TT
19672012-07-18 Tom Tromey <tromey@redhat.com>
1968
1969 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
1970 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
1971 <is_dwz>: New field.
1972 (struct dwz_file): New.
1973 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
1974 (locate_dwz_sections, dwarf2_get_dwz_file)
1975 (get_abbrev_section_for_cu): New functions.
1976 (error_check_comp_unit_head, read_and_check_comp_unit_head)
1977 (read_and_check_type_unit_head): Add abbrev_section argument.
1978 (create_debug_types_hash_table): Update.
1979 (init_cutu_and_read_dies): Use proper abbrev section.
1980 (init_cutu_and_read_dies_no_follow): Likewise.
1981 (set_partial_user): Do nothing if PST==NULL.
1982 (read_comp_units_from_section): New function.
1983 (create_all_comp_units): Use it.
1984 (scan_partial_symbols, partial_die_parent_scope): Update.
1985 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
1986 (process_imported_unit_die, read_partial_die): Handle .dwz files.
1987 (find_partial_die): Add offset_in_dwz argument. Update.
1988 (guess_partial_die_structure_name, fixup_partial_die): Update.
1989 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
1990 DW_FORM_GNU_strp_alt.
1991 (read_indirect_string_from_dwz): New function.
1992 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
1993 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
1994 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
1995 (follow_die_offset): Add offset_in_dwz argument.
1996 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
1997 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
1998 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
1999 Handle new macro forms.
2000 (dwarf_decode_macros): Update.
2001 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
2002 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
2003 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
2004 (create_debug_types_hash_table): Use correct abbrev section.
2005 (get_debug_line_section): New function.
2006 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
2007 (process_full_comp_unit): Pass 'required' argument to
2008 end_symtab_get_static_block.
2009 * buildsym.h (end_symtab_get_static_block): Update.
2010 * buildsym.c (end_symtab_get_static_block): Add 'required'
2011 argument.
2012 (end_symtab, end_expandable_symtab): Update.
2013
4bf44c1c
TT
20142012-07-18 Tom Tromey <tromey@redhat.com>
2015
2016 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
2017 (pagesize): Remove.
2018 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
2019 (zlib_decompress_section): Remove.
2020 (dwarf2_read_section): Use gdb_bfd_map_section.
2021 (munmap_section_buffer): Remove.
2022 (free_dwo_file, dwarf2_per_objfile_free): Don't use
2023 munmap_section_buffer.
2024 * gdb_bfd.c: Include zlib.h, sys/mman.h.
2025 (struct gdb_bfd_section_data): New.
2026 (free_one_bfd_section): New function.
2027 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
2028 (get_section_descriptor, zlib_decompress_section)
2029 (gdb_bfd_map_section): New functions.
2030 * gdb_bfd.h (gdb_bfd_map_section): Declare.
2031
bb397797
TT
20322012-07-18 Tom Tromey <tromey@redhat.com>
2033
2034 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
2035
6ec53d05
TT
20362012-07-18 Tom Tromey <tromey@redhat.com>
2037
2038 * gdb_bfd.c (struct gdb_bfd_data): New.
2039 (gdb_bfd_cache): New global.
2040 (struct gdb_bfd_cache_search): New.
2041 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
2042 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
2043 * gdb_bfd.h (gdb_bfd_open): Declare.
2044
f9a062ff
TT
20452012-07-18 Tom Tromey <tromey@redhat.com>
2046
2047 * utils.c (make_cleanup_bfd_unref): Rename from
2048 make_cleanup_bfd_close.
2049 * defs.h (make_cleanup_bfd_unref): Rename from
2050 make_cleanup_bfd_close.
2051 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
2052 (bfd_openw_with_cleanup): Update.
2053 * corelow.c (core_open): Update.
2054 * dsrec.c (load_srec): Update.
2055 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2056 * remote-m32r-sdi.c (m32r_load): Update.
2057 * remote-mips.c (mips_load_srec): Update.
2058 (pmon_load_fast): Update.
2059 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2060 Update.
2061 (darwin_bfd_open): Update.
2062 * solib.c (solib_bfd_fopen): Update.
2063 * symfile-mem.c (symbol_file_add_from_memory): Update.
2064 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
2065 (symfile_bfd_open): Update.
2066 (generic_load): Update.
2067
d6ad71ba
TT
20682012-07-18 Tom Tromey <tromey@redhat.com>
2069
2070 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
2071 (pmon_load_fast): Likewise.
2072 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
2073 (m32r_upload_command): Likewise.
2074 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
2075 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2076 Use make_cleanup_bfd_close.
2077
a4453b7e
TT
20782012-07-18 Tom Tromey <tromey@redhat.com>
2079
2080 * symfile.c (symfile_bfd_open): Don't copy name. Call
2081 gdb_bfd_stash_filename.
2082 (load_command): Open the new BFD before freeing the old.
2083 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
2084 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
2085 Call gdb_bfd_stash_filename.
2086 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
2087 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
2088 gdb_bfd_stash_filename.
2089 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2090 Free found_pathname.
2091 * rs6000-nat.c (add_vmap): Don't copy filename. Call
2092 gdb_bfd_stash_filename.
2093 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
2094 * machoread.c (macho_add_oso_symfile): Call
2095 gdb_bfd_stash_filename.
2096 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
2097 gdb_bfd_stash_filename.
2098 (macho_check_dsym): Don't copy filename. Call
2099 gdb_bfd_stash_filename.
2100 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
2101 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
2102 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
2103 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
2104 * exec.c (exec_close): Don't free the BFD's filename.
2105 (exec_file_attach): Don't copy the filename. Call
2106 gdb_bfd_stash_filename.
2107 * corelow.c (core_close): Don't free the BFD's filename.
2108 (core_open): Call gdb_bfd_stash_filename.
2109 * corefile.c (reopen_exec_file): Remove #if 0 code.
2110 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
2111 pathname.
2112 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
2113
cbb099e8
TT
21142012-07-18 Tom Tromey <tromey@redhat.com>
2115
2116 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
2117 gdb_bfd_unref.
2118 (free_dwo_file): Use gdb_bfd_unref.
2119 * cli/cli-dump.c: Include gdb_bfd.h.
2120 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
2121 (bfd_openr_with_cleanup): Likewise.
2122 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
2123 gdb_bfd_unref.
2124 * utils.c: Include gdb_bfd.h.
2125 (do_bfd_close_cleanup): Use gdb_bfd_unref.
2126 * symfile.c: Include gdb_bfd.h.
2127 (separate_debug_file_exists): Use gdb_bfd_unref.
2128 (bfd_open_maybe_remote): Use gdb_bfd_ref.
2129 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2130 (generic_load): Use gdb_bfd_ref.
2131 (reread_symbols): Use gdb_bfd_unref.
2132 * symfile-mem.c: Include gdb_bfd.h.
2133 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
2134 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2135 * solib.c: Include gdb_bfd.h.
2136 (solib_bfd_fopen): Use gdb_bfd_ref.
2137 (solib_bfd_open): Use gdb_bfd_unref.
2138 (free_so_symbols): Use gdb_bfd_unref.
2139 (reload_shared_libraries_1): Use gdb_bfd_unref.
2140 * solib-spu.c: Include gdb_bfd.h.
2141 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
2142 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
2143 gdb_bfd_unref.
2144 * solib-frv.c: Include gdb_bfd.h.
2145 (enable_break2): Use gdb_bfd_unref.
2146 * solib-dsbt.c: Include gdb_bfd.h.
2147 (enable_break2): Use gdb_bfd_unref.
2148 * solib-darwin.c: Include gdb_bfd.h.
2149 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
2150 gdb_bfd_unref.
2151 (darwin_bfd_open): Use gdb_bfd_unref.
2152 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
2153 * remote-mips.c: Include gdb_bfd.h.
2154 (mips_load_srec): Use gdb_bfd_ref.
2155 (pmon_load_fast): Use gdb_bfd_ref.
2156 * remote-m32r-sdi.c: Include gdb_bfd.h.
2157 (m32r_load): Use gdb_bfd_ref.
2158 * record.c: Include gdb_bfd.h.
2159 (record_save_cleanups): Use gdb_bfd_unref.
2160 (cmd_record_save): Use gdb_bfd_unref.
2161 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
2162 gdb_bfd_unref.
2163 * objfiles.h (gdb_bfd_close_or_warn): Remove.
2164 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
2165 * objfiles.c: Include gdb_bfd.h.
2166 (free_objfile): Use gdb_bfd_unref.
2167 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
2168 gdb_bfd.c.
2169 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
2170 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
2171 (macho_check_dsym): Likewise.
2172 * m32r-rom.c: Include gdb_bfd.h.
2173 (m32r_load): Use gdb_bfd_ref.
2174 (m32r_upload_command): Use gdb_bfd_ref.
2175 * jit.c: Include gdb_bfd.h.
2176 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
2177 * gdb_bfd.h: New file.
2178 * gdb_bfd.c: New file.
2179 * gcore.c: Include gdb_bfd.h.
2180 (create_gcore_bfd): Use gdb_bfd_ref.
2181 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
2182 (gcore_command): Use gdb_bfd_unref.
2183 * exec.c: Include gdb_bfd.h.
2184 (exec_close): Use gdb_bfd_unref.
2185 (exec_close_1): Use gdb_bfd_unref.
2186 (exec_file_attach): Use gdb_bfd_ref.
2187 * elfread.c: Include gdb_bfd.h.
2188 (build_id_verify): Use gdb_bfd_unref.
2189 * dsrec.c: Include gdb_bfd.h.
2190 (load_srec): Use gdb_bfd_ref.
2191 * corelow.c: Include gdb_bfd.h.
2192 (core_close): Use gdb_bfd_unref.
2193 (core_open): Use gdb_bfd_ref.
2194 * bfd-target.c: Include gdb_bfd.h.
2195 (target_bfd_xclose): Use gdb_bfd_unref.
2196 (target_bfd_reopen): Use gdb_bfd_ref.
2197 * Makefile.in (SFILES): Add gdb_bfd.c.
2198 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
2199 (COMMON_OBS): Add gdb_bfd.o.
2200
ed1d1739
KS
22012012-07-18 Keith Seitz <keiths@redhat.com>
2202
2203 * breakpoint.c (find_condition_and_thread): Initialize
2204 TASK and REST.
2205 (create_breakpiont): find_condition_and_thread will now
2206 initialize COND_STRING, THREAD, and REST (and TASK).
2207 (addr_string_to_sals): Likewise.
2208
eab402df
PA
22092012-07-18 Pedro Alves <palves@redhat.com>
2210
2211 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
2212 Pull the single step breakpoints out of the target.
2213
2b963b68
SDJ
22142012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
2215
2216 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
2217 * stap-probe.c (compile_probe_arg): Likewise.
2218
6bac7473
SDJ
22192012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
2220
2221 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
2222 (elf_compile_to_ax): Likewise.
2223 * infrun.c (insert_exception_resume_from_probe): Likewise.
2224 (check_exception_resume): Remove `objfile' variable.
2225 * probe.c (find_probe_by_pc): Remove `objfile' argument.
2226 (struct probe_and_objfile, probe_and_objfile_s): Delete.
2227 (collect_probes): Adjust return value to `VEC (probe_p) *'.
2228 (compare_entries): Rename to...
2229 (compare_probes): ...this. Adjust function to work with
2230 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
2231 respectively.
2232 (gen_ui_out_table_header_info): Adjust `probes' argument to be
2233 `VEC (probe_p) *'.
2234 (print_ui_out_info): Adjust argument to be `struct probe *'.
2235 (info_probes_for_ops): Adjust internal computations to use
2236 `VEC (probe_p) *'.
2237 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
2238 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
2239 gen_info_probes_table_values>: Remove `objfile' argument.
2240 (struct probe) <objfile>: New field.
2241 (find_probe_by_pc): Remove `objfile' argument.
2242 * stap-probe.c (stap_parse_probe_arguments): Likewise.
2243 (stap_get_probe_argument_count): Likewise.
2244 (stap_get_arg): Likewise.
2245 (stap_evaluate_probe_argument): Likewise.
2246 (stap_compile_to_ax): Likewise.
2247 (compile_probe_arg): Refactor not to pass `objfile' anymore.
2248 (handle_stap_probe): Fill `objfile' field from `struct probe'.
2249 (stap_gen_info_probes_table_header): Remove `objfile' argument.
2250 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
2251 sym_compile_to_ax>: Likewise.
2252
3347eb1a 22532012-07-18 Terry Guo <terry.guo@arm.com>
2254
2255 PR 14329
2256 * defs.h (GDB_MI_MSG_WIDTH): New.
2257 * ser_base (ser_base_read_error_fd): New function.
2258 (do_ser_base_readchar): Poll error file descriptor as well as
2259 standard output.
f782ad9b 2260 (generic_readchar): Refactor error handling.
3347eb1a 2261
80c8d323
JB
22622012-07-18 Joel Brobecker <brobecker@adacore.com>
2263
2264 * NEWS: Create a new section for the next release branch.
2265 Rename the section of the current branch, now that it has
2266 been cut.
2267
b45a0664 22682012-07-18 Joel Brobecker <brobecker@adacore.com>
2269
2270 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
2271 * version.in: Bump version to 7.5.50.20120718-cvs.
2272
09cf2b22
KS
22732012-07-17 Keith Seitz <keiths@redhat.com>
2274
2275 * linespec.c (linespec_parse_line_offset): Make parameter
2276 const.
2277
8f043999
JK
22782012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2279
2280 PR 11914
2281 * f-valprint.c (info_common_command): New variable frame_id.
2282 Reinitialize FI form FRAME_ID after each print_variable_and_value.
2283 * printcmd.c (print_variable_and_value): Extend function comment.
2284 Add comment for invalidated FRAME.
2285 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
2286 FI form FRAME_ID after each print_frame_local_vars.
2287 (struct print_variable_and_value_data): Change frame to frame_id.
2288 (do_print_variable_and_value): New variable frame, initialize it from
2289 p->frame_id. Add comment for invalidated FRAME.
2290 (print_frame_local_vars, print_frame_arg_vars): New function comment.
2291 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
2292 for invalidated FRAME.
2293
ae5e0686
MK
22942012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
2295 Pedro Alves <palves@redhat.com>
2296
2297 * linux-nat.c (linux_nat_detach): Don't unregister from the event
2298 loop.
2299
5049c5be
TT
23002012-07-16 Tom Tromey <tromey@redhat.com>
2301
2302 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
2303
2908cac6
DE
23042012-07-15 Doug Evans <dje@google.com>
2305
094b34ac
DE
2306 * dwarf2read.c (stmt_list_hash): New struct.
2307 (type_unit_group): Embed "per_cu" member, remove pointer.
2308 New union member "t", move member "tus" into it, all uses updated.
2309 New member "hash", replaces member "line_offset, all uses updated.
2310 (quick_file_names): Replace member "offset" with "hash", all uses
2311 updated.
2312 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
2313 (hash_file_name_entry, eq_file_name_entry): Call them.
2314 (hash_type_unit_group, eq_type_unit_group): Ditto.
2315 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
2316 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
2317 (dw2_get_file_names): Update.
2318 (create_type_unit_group): Replace "per_cu" arg with "cu".
2319 All callers updated. Fix "quick" (.gdb_index) handling.
2320 (get_type_unit_group): Replace "per_cu" arg with "cu".
2321 All callers updated.
2322 (build_type_unit_groups): Don't reset tu_stats.
2323
2908cac6
DE
2324 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
2325 "tab_cur_size". Change member "tab" to be a htab_t.
2326 (create_filename_seen_cache): Update.
2327 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
2328 (filename_seen): Update.
2329
a2b6eff5
DE
23302012-07-13 Doug Evans <dje@google.com>
2331
2332 * symtab.c (filename_seen): Update comment.
2333
4359dff1
JK
23342012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2335 Doug Evans <dje@google.com>
2336
2337 * buildsym.c (end_symtab_1): Split it to ...
2338 (end_symtab_get_static_block): ... this ...
2339 (end_symtab_from_static_block): ... and this function.
2340 (end_symtab, end_expandable_symtab): Call them.
2341 * buildsym.h (end_symtab_get_static_block)
2342 (end_symtab_from_static_block): New declarations.
2343 * dwarf2read.c (process_full_comp_unit): New variable static_block.
2344 Set its valid CU ranges.
2345
a24f71ab
JK
23462012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2347
2348 * dwarf2loc.c (disassemble_dwarf_expression): Handle
2349 DW_OP_GNU_parameter_ref.
2350
d76b7dbc
JK
23512012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2352
2353 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
2354 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
2355
9fdc877b
DE
23562012-07-13 Doug Evans <dje@google.com>
2357
2358 * symtab.c (output_source_filename): Delete unnecessary forward decl.
2359 (filename_seen_cache): New struct.
2360 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
2361 (create_filename_seen_cache): New function.
2362 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
2363 (filename_seen): Delete arg "first". New arg "cache". All callers
2364 updated.
2365 (output_source_filename_data): New struct.
2366 (output_source_filename): Delete arg "first". New arg "data".
2367 All callers updated.
2368 (sources_info): Delete local "first". New locals "data", "cleanups".
2369 Rewrite to use filename_seen_cache.
2370 (add_partial_filename_data): Delete member "first". New member
2371 "filename_seen_cache". All uses updated.
2372 (make_source_files_completion_list): Rewrite to use
2373 filename_seen_cache.
2374
f80c6f3f
DE
23752012-07-12 Doug Evans <dje@google.com>
2376
2377 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
2378
0bfa869d
DE
23792012-07-10 Doug Evans <dje@google.com>
2380
f4dc4d17
DE
2381 PR gdb/13498
2382 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
2383 all_type_unit_groups, type_unit_groups, tu_stats.
2384 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
2385 All uses updated. Add type_unit_group to union "s".
2386 (type_unit_group): New struct.
2387 (IS_TYPE_UNIT_GROUP): New macro.
2388 (abbrev_table): Delete unused member "section".
2389 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
2390 (dw2_get_cu): Assert not used with type_unit_group.
2391 (dw2_get_primary_cu): New function.
2392 (dw2_build_type_unit_groups_reader): New function.
2393 (dw2_build_type_unit_groups): New function.
2394 (dw2_get_file_names): Assert not called on type units.
2395 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
2396 Redo loop to iterate over type unit groups instead of type units.
2397 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
2398 (read_abbrev_offset): New function.
2399 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
2400 updated.
2401 (create_partial_symtab): New function.
2402 (process_psymtab_comp_unit_reader): Assert not used with type units.
2403 Call create_partial_symtab.
2404 (process_psymtab_type_unit): Delete.
2405 (hash_type_unit_group, eq_type_unit_group): New functions.
2406 (allocate_type_unit_groups_table): New function.
2407 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
2408 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
2409 (create_type_unit_group, get_type_unit_group): New functions.
2410 (tu_abbrev_offset): New struct.
2411 (sort_tu_by_abbrev_offset): New function.
2412 (add_type_unit_group_to_table): New function.
2413 (build_type_unit_groups): New function.
2414 (build_type_psymtabs_reader): New function.
2415 (build_type_psymtab_dependencies): New function.
2416 (build_type_psymtabs): Rewrite.
2417 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
2418 is seen in a type unit.
2419 (process_queue): Move symtab expansion debugging printfs here.
2420 Call process_full_type_unit for type units.
2421 (compute_symtab_includes): Assert not called for type units.
2422 (process_cu_includes): Don't call compute_symtab_includes for
2423 type units.
2424 (process_full_type_unit): New function.
2425 (process_imported_unit_die): Flag an error if called for type units.
2426 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
2427 updated. Assert not called for type units.
2428 (read_file_scope): Call dwarf2_start_symtab.
2429 (setup_type_unit_groups): New function.
2430 (read_type_unit_scope): Rewrite.
2431 (abbrev_table_read_table): Initialize abbrev_table->offset.
2432 (abbrev_table_free_cleanup): New function.
2433 (dwarf2_start_symtab): New function.
2434 (load_full_type_unit): Assert not called for type unit groups.
6d30eef8
DE
2435 * buildsym.c (finish_block_internal): New arg "expandable".
2436 All callers updated.
2437 (start_symtab): Move most contents to ...
2438 (restart_symtab): ... here. New function.
2439 (reset_symtab_globals): New function.
2440 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
2441 Call reset_symtab_globals.
2442 (end_symtab, end_expandable_symtab): New functions.
2443 (set_missing_symtab, augment_type_symtab): New functions.
2444 * buildsym.h (end_expandable_symtab): Declare.
2445 (augment_type_symtab, restart_symtab): Declare.
b4c41fc7
DE
2446 * psympriv.h (struct partial_symtab): New member "anonymous".
2447 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
2448 anonymous psymtabs.
2449 (read_psymtabs_with_filename): Ditto.
2450 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
2451 (expand_symtabs_matching_via_partial): Ditto.
2452 (dump_psymtab): Update.
0bfa869d
DE
2453 * dictionary.c (dict_add_pending): New function.
2454 * dictionary.h (dict_add_pending): Declare.
2455
45e58e77
DE
24562012-07-09 Doug Evans <dje@google.com>
2457
b74db436
DE
2458 * buildsym.c (start_subfile): Remove unnecessary check for
2459 name == NULL.
2460
fd55216c
DE
2461 * psymtab.c (allocate_psymtab): Use host_address_to_string.
2462
6721b2ec
DE
2463 * dwarf2read.c (load_full_type_unit): Simplify.
2464
b4dd5633
DE
2465 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
2466 to struct signatured_type **. All uses updated.
2467
45e58e77
DE
2468 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
2469 All callers updated.
2470
e314d629
TT
24712012-07-09 Tom Tromey <tromey@redhat.com>
2472
2473 * c-exp.y (check_parameter_typelist): New function.
2474 (parameter_typelist): Call it.
2475 * eval.c (make_params): Handle '(void)' case.
2476 * gdbtypes.c (lookup_function_type_with_arguments): Handle
2477 '(void)' case.
2478
aa7c7447
JK
24792012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2480
2481 * common/linux-ptrace.c: Include gdb_assert.h.
2482 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
2483 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
2484 stdint.h.
2485 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
2486 functions.
2487 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
2488 * linux-nat.c (linux_child_post_attach)
2489 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
2490
889003ed
JK
24912012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2492
2493 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
2494 nptl <2.7 bug workaround for core files.
2495
da559b09
JK
24962012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2497
2498 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
2499 clearing.
2500 (save_siginfo): Remove.
2501 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
2502 call.
2503 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
2504 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
2505 * linux-nat.h (struct lwp_info): Remove field siginfo.
2506
f865ee35
JK
25072012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2508
2509 Code cleanup for the next patch.
2510 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
2511 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
2512 call for it.
2513 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
2514 (ia64_linux_stopped_data_address):
2515 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
2516 the return value.
2517 * linux-nat.h (linux_nat_get_siginfo): Likewise.
2518 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
2519 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
2520 call for it.
2521
76b83c51
JK
25222012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2523
2524 PR 14321
2525 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
2526 Increase buffer sizes to 2x we need, not just 2x of the previous size.
2527
a6fb9c08
TT
25282012-07-06 Tom Tromey <tromey@redhat.com>
2529
2530 * c-exp.y (DOTDOTDOT): New token.
2531 (func_mod, exp): Use parameter_typelist.
2532 (parameter_typelist): New production.
2533 (tokentab3): Add "..." token.
2534 * eval.c (make_params): Handle varargs.
2535 * gdbtypes.c (lookup_function_type_with_arguments): Handle
2536 varargs.
2537
71918a86
TT
25382012-07-06 Tom Tromey <tromey@redhat.com>
2539
2540 PR exp/9608:
2541 * c-exp.y (%union) <tvec>: Change type.
2542 (func_mod): Now uses <tvec> type.
2543 (exp): Update for tvec change.
2544 (direct_abs_decl): Push the typelist.
2545 (func_mod): Return a typelist.
2546 (nonempty_typelist): Update for tvec change.
2547 * gdbtypes.c (lookup_function_type_with_arguments): New function.
2548 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
2549 * parse.c (pop_type_list): New function.
2550 (push_typelist): New function.
2551 (follow_types): Handle tp_function_with_arguments.
2552 * parser-defs.h (type_ptr): New typedef. Define a VEC.
2553 (enum type_pieces) <tp_function_with_arguments>: New constant.
2554 (union type_stack_elt) <typelist_val>: New field.
2555 (push_typelist): Declare.
2556
fcde5961
TT
25572012-07-06 Tom Tromey <tromey@redhat.com>
2558
2559 * c-exp.y (%union) <type_stack>: New field.
2560 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
2561 (ptr_operator_ts): New production.
2562 (ptype): Update.
2563 * parse.c (type_stack_reserve): New function.
2564 (check_type_stack_depth): Use it.
2565 (pop_type_stack, append_type_stack, push_type_stack)
2566 (get_type_stack, type_stack_cleanup): New functions.
2567 (follow_types): Handle tp_type_stack.
2568 (_initialize_parse): Simplify initialization.
2569 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
2570 constant.
2571 (union type_stack_elt) <stack_val>: New field.
2572 (get_type_stack, append_type_stack, push_type_stack)
2573 (type_stack_cleanup): Declare.
2574
1a7d0ce4
TT
25752012-07-06 Tom Tromey <tromey@redhat.com>
2576
2577 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
2578 Remove.
2579 (struct type_stack): New.
2580 * parse.c (type_stack, type_stack_size, type_stack_depth):
2581 Remove.
2582 (type_stack): New global.
2583 (parse_exp_in_context, check_type_stack_depth)
2584 (insert_into_type_stack, insert_type, push_type, push_type_int)
2585 (insert_type_address_space, pop_type, pop_type_int)
2586 (_initialize_parse): Update.
2587
16d01384
TT
25882012-07-06 Tom Tromey <tromey@redhat.com>
2589
2590 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
2591 Remove %type.
2592
9bfc60bf
SP
25932012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
2594
2595 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
2596
d5161074
SP
25972012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
2598 Jan Kratochvil <jan.kratochvil@redhat.com>
2599
2600 * cp-valprint.c (cp_print_value): Replace potentially unsafe
2601 alloca with xmalloc/xfree.
2602
a74bc576
SP
26032012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
2604
2605 * MAINTAINERS (Write After Approval): Add myself to the list.
2606
667e0a4b
DE
26072012-07-05 Doug Evans <dje@google.com>
2608
2609 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
2610
34b536a8
HZ
26112012-07-05 Hui Zhu <hui_zhu@mentor.com>
2612
2613 * ax-gdb.c (cli/cli-utils.h): New include.
2614 (linespec.h): Ditto.
2615 (agent_eval_command_one): New function.
2616 (agent_command_1): Ditto.
2617 (agent_command): Call function agent_command_1.
2618 (agent_eval_command): Ditto.
2619 (_initialize_ax_gdb): Change help for "maint agent"
2620 and "maint agent-eval".
2621
e6f0bce7
HZ
26222012-07-05 Hui Zhu <hui_zhu@mentor.com>
2623
2624 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
2625 * cli/cli-utils.c (check_for_argument): New function.
2626 * cli/cli-utils.h (check_for_argument): Ditto.
2627
1b3371b1
L
26282012-07-04 H.J. Lu <hongjiu.lu@intel.com>
2629
2630 * NEWS: Mention x32 ABI support.
2631
23e2d720
L
26322012-07-04 H.J. Lu <hongjiu.lu@intel.com>
2633
2634 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
2635 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
2636
2637 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
2638 and pc_regnum_from_eax to -1. Update SP regnum from
2639 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
2640 needed.
2641
2642 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
2643 pc_regnum_from_eax.
2644
836bf454
JK
26452012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2646
2647 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
2648 * dwarf2expr.h: Include gdbtypes.h.
2649 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
2650 these forward declarations.
2651 (cu_offset, sect_offset): Move these ...
2652 * gdbtypes.h: Remove include dwarf2expr.h.
2653 (cu_offset, sect_offset): ... here.
2654
1e55e04f
L
26552012-07-03 H.J. Lu <hongjiu.lu@intel.com>
2656
2657 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
2658 (amd64_linux_sigtramp_code): This.
2659 (amd64_x32_linux_sigtramp_code): New.
2660 (LINUX_SIGTRAMP_LEN): Updated.
2661 (amd64_linux_sigtramp_start): Check x32 sigtramp.
2662
7d0e21ad
JK
26632012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2664
2665 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
2666
8775fd2d
JK
26672012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2668
2669 * config.in: Regenerate.
2670 * configure: Regenerate.
2671 * configure.ac: Remove check for gnu/libc-version.h.
2672 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
2673 gnu/libc-version.h.
2674 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
2675 variables libc_version, libc_major and libc_minor. Replace sscanf by
2676 inferior_has_bug. Extend the comment.
2677
fcb44371
JK
26782012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2679
2680 * linux-thread-db.c (inferior_has_bug): New function.
2681 (thread_db_find_new_threads_silently): Return boolean as checked by
2682 inferior_has_bug, describe it in the comments.
2683 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
2684 earlier. Abort the initialization if it returned non-zero.
7d0e21ad 2685 (thread_db_new_objfile): Exclude debug files.
fcb44371
JK
2686 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
2687 if UNTIL_NO_NEW,
2688
09406207
DE
26892012-07-02 Doug Evans <dje@google.com>
2690
0907af0c
DE
2691 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
2692 related to queue management.
2693
09406207
DE
2694 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
2695 instead of "debug dwarf2-die" in debugging printfs.
2696 (create_debug_info_hash_table_reader): Ditto.
2697 (create_debug_info_hash_table): Ditto.
2698 (init_dwo_file): Ditto.
2699 (init_cutu_and_read_dies): Add debugging printf.
2700 (init_cutu_and_read_dies_no_follow): Ditto.
2701 (process_psymtab_comp_unit_reader): Ditto.
2702
d3ce09f5
SS
27032012-07-02 Stan Shebs <stan@codesourcery.com>
2704
2705 Add target-side support for dynamic printf.
2706 * NEWS: Mention the additional style.
2707 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
2708 (struct bp_location): New field cmd_bytecode.
2709 * breakpoint.c: Include format.h.
2710 (disconnected_dprintf): New global.
2711 (parse_cmd_to_aexpr): New function.
2712 (build_target_command_list): New function.
2713 (insert_bp_location): Call it.
2714 (remove_breakpoints_pid): Skip dprintf breakpoints.
2715 (print_one_breakpoint_location): Ditto.
2716 (dprintf_style_agent): New global.
2717 (dprintf_style_enums): Add dprintf_style_agent.
2718 (update_dprintf_command_list): Add agent case.
2719 (agent_printf_command): New function.
2720 (_initialize_breakpoint): Add new commands.
2721 * common/ax.def (printf): New bytecode.
2722 * ax.h (ax_string): Declare.
2723 * ax-gdb.h (gen_printf): Declare.
2724 * ax-gdb.c: Include cli-utils.h, format.h.
2725 (gen_printf): New function.
2726 (maint_agent_print_command): New function.
2727 (_initialize_ax_gdb): Add maint agent-printf command.
2728 * ax-general.c (ax_string): New function.
2729 (ax_print): Add printf disassembly.
2730 * Makefile.in (SFILES): Add format.c
2731 (COMMON_OBS): Add format.o.
2732 * common/format.h: New file.
2733 * common/format.c: New file.
2734 * printcmd.c: Include format.h.
2735 (ui_printf): Call parse_format_string.
2736 * remote.c (remote_state): New field breakpoint_commands.
2737 (PACKET_BreakpointCommands): New enum.
2738 (remote_breakpoint_commands_feature): New function.
2739 (remote_protocol_features): Add new BreakpointCommands entry.
2740 (remote_can_run_breakpoint_commands): New function.
2741 (remote_add_target_side_commands): New function.
2742 (remote_insert_breakpoint): Call it.
2743 (remote_insert_hw_breakpoint): Ditto.
2744 (_initialize_remote): Add new packet configuration for
2745 target-side breakpoint commands.
2746 * target.h (struct target_ops): New field
2747 to_can_run_breakpoint_commands.
2748 (target_can_run_breakpoint_commands): New macro.
2749 * target.c (update_current_target): Handle
2750 to_can_run_breakpoint_commands.
2751
2d7b58e8
JK
27522012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2753
2754 Execute -ix and -iex only after system and user gdbinit files.
2755 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
2756 processing down after gdbinit files.
2757
8690e634
JK
27582012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2759
2760 Add fnmatch-gnu module.
2761 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
2762 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
2763 * gnulib/aclocal.m4: Regenerate.
2764 * gnulib/config.in: Regenerate.
2765 * gnulib/configure: Regenerate.
2766 * gnulib/import/dummy.c: Remove.
2767 * gnulib/import/Makefile.am: Regenerate.
2768 * gnulib/import/Makefile.in: Likewise.
2769 * gnulib/import/m4/gnulib-cache.m4: Likewise.
2770 * gnulib/import/m4/gnulib-comp.m4: Likewise.
2771 * gnulib/import/alloca.c: New file.
2772 * gnulib/import/alloca.in.h: Likewise.
2773 * gnulib/import/config.charset: Likewise.
2774 * gnulib/import/fnmatch.c: Likewise.
2775 * gnulib/import/fnmatch.in.h: Likewise.
2776 * gnulib/import/fnmatch_loop.c: Likewise.
2777 * gnulib/import/localcharset.c: Likewise.
2778 * gnulib/import/localcharset.h: Likewise.
2779 * gnulib/import/m4/alloca.m4: Likewise.
2780 * gnulib/import/m4/codeset.m4: Likewise.
2781 * gnulib/import/m4/configmake.m4: Likewise.
2782 * gnulib/import/m4/fcntl-o.m4: Likewise.
2783 * gnulib/import/m4/fnmatch.m4: Likewise.
2784 * gnulib/import/m4/glibc21.m4: Likewise.
2785 * gnulib/import/m4/localcharset.m4: Likewise.
2786 * gnulib/import/m4/locale-fr.m4: Likewise.
2787 * gnulib/import/m4/locale-ja.m4: Likewise.
2788 * gnulib/import/m4/locale-zh.m4: Likewise.
2789 * gnulib/import/m4/mbrtowc.m4: Likewise.
2790 * gnulib/import/m4/mbsinit.m4: Likewise.
2791 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
2792 * gnulib/import/m4/mbstate_t.m4: Likewise.
2793 * gnulib/import/m4/stdbool.m4: Likewise.
2794 * gnulib/import/m4/wchar_h.m4: Likewise.
2795 * gnulib/import/m4/wctype_h.m4: Likewise.
2796 * gnulib/import/m4/wint_t.m4: Likewise.
2797 * gnulib/import/mbrtowc.c: Likewise.
2798 * gnulib/import/mbsinit.c: Likewise.
2799 * gnulib/import/mbsrtowcs-impl.h: Likewise.
2800 * gnulib/import/mbsrtowcs-state.c: Likewise.
2801 * gnulib/import/mbsrtowcs.c: Likewise.
2802 * gnulib/import/ref-add.sin: Likewise.
2803 * gnulib/import/ref-del.sin: Likewise.
2804 * gnulib/import/stdbool.in.h: Likewise.
2805 * gnulib/import/streq.h: Likewise.
2806 * gnulib/import/strnlen1.c: Likewise.
2807 * gnulib/import/strnlen1.h: Likewise.
2808 * gnulib/import/verify.h: Likewise.
2809 * gnulib/import/wchar.in.h: Likewise.
2810 * gnulib/import/wctype.in.h: Likewise.
2811
202cbf1c
JK
28122012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2813
2814 Support shell wildcards for 'set auto-load safe-path'.
2815 * auto-load.c: Include fnmatch.h.
2816 (filename_is_in_dir): Rename to ...
2817 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
2818 it. Update function comment. Rename dir_len to pattern_len. New
2819 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
2820 messages. Use gdb_filename_fnmatch.
2821 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
2822 pattern.
2823 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
2824 * defs.h (gdb_filename_fnmatch): New declaration.
2825 * utils.c: Include fnmatch.h.
2826 (gdb_filename_fnmatch): New function.
2827
fb7b5af4
SDJ
28282012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
2829
2830 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
2831 `-probe' and `-probe-stap' options.
2832
72d0e2c5
YQ
28332012-07-01 Yao Qi <yao@codesourcery.com>
2834
2835 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
2836 always_inserted_off, and always_inserted_enums.
2837 Change always_inserted_mode's type to 'enum auto_boolean'.
2838 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
2839 callers.
2840 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
2841 of add_setshow_enum_cmd.
2842 * infrun.c: Remove can_use_displaced_stepping_auto,
2843 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
2844 can_use_displaced_stepping_enum.
2845 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
2846 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
2847 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
2848 add_setshow_enum_cmd.
2849
42e7ad6c
DE
28502012-06-30 Doug Evans <dje@google.com>
2851
2852 * dwarf2read.c (signatured_type): Make "per_cu" member first.
2853 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
2854 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
2855
39cf75f7
DE
28562012-06-29 Doug Evans <dje@google.com>
2857
2858 * linespec.c: #include "stack.h".
2859 (decode_line_with_current_source): Moved here from symtab.c and
2860 renamed from decode_line_spec. All callers updated.
2861 (decode_line_with_last_displayed): Moved here from breakpoint.c and
2862 renamed from decode_line_spec_1. All callers updated.
2863 * linespec.h (decode_line_with_current_source): Move declaration here
2864 from symtab.h and renamed from decode_line_spec.
2865 (decode_line_with_last_displayed): Move declaration here from symtab.h
2866 and renamed from decode_line_spec_1.
2867 * macrocmd.c: #include "linespec.h".
2868 * symtab.c: Remove #include "linespec.h".
2869
433df2d4
DE
28702012-06-28 Doug Evans <dje@google.com>
2871
1ce1cefd
DE
2872 * dwarf2read.c (get_cu_length): New function.
2873 (offset_in_cu_p, error_check_comp_unit_head): Call it.
2874 (create_debug_types_hash_table): Ditto.
2875 (init_cutu_and_read_dies): Ditto.
2876 (init_cutu_and_read_dies_no_follow): Ditto.
2877
3b80fe9b
DE
2878 * dwarf2read.c (dwarf2_find_base_address): Move definition.
2879
433df2d4
DE
2880 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
2881 (struct abbrev_table): Define.
2882 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
2883 abbrev_table.
2884 (init_cutu_and_read_dies): Update.
2885 (abbrev_table_alloc_abbrev): New function. Replaces
2886 dwarf_alloc_abbrev. All callers updated.
2887 (abbrev_table_add_abbrev): New function.
2888 (abbrev_table_lookup_abbrev): New function. Replaces
2889 dwarf2_lookup_abbrev. All callers updated.
2890 (abbrev_table_read_table): New function. Contents moved here from
2891 dwarf2_read_abbrevs.
2892 (dwarf2_read_abbrevs): Call it.
2893 (abbrev_table_free): New function.
2894 (dwarf2_free_abbrev_table): Call it.
2895
71caed83
SS
28962012-06-28 Stan Shebs <stan@codesourcery.com>
2897
2898 * osdata.c (info_osdata_command): Filter out "Title" columns
2899 from non-MI uses.
2900 * common/linux-osdata.c (struct osdata_type): Add title field.
2901 (osdata_table): Add titles to each entry.
2902 (linux_command_xfer_osdata): Add a column for title data.
2903
37ce89eb
SS
29042012-06-28 Stan Shebs <stan@codesourcery.com>
2905
2906 Make logging work for MI.
2907 * NEWS: Mention it.
2908 * interps.h (interp_set_logging_ftype): New typedef.
2909 (struct interp_procs): New field set_logging_proc.
2910 (current_interp_set_logging): Declare.
2911 * interps.c (current_interp_set_logging): New function.
2912 * cli/cli-logging.c: Include interps.h.
2913 (set_logging_redirect): Call current_interp_set_logging.
2914 (pop_output_files): Ditto.
2915 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
2916 * mi/mi-console.h (mi_console_set_raw): Declare.
2917 * mi/mi-console.c (mi_console_set_raw): New function.
2918 * mi/mi-interp.c (saved_raw_stdout): New global.
2919 (mi_set_logging): New function.
2920 (_initialize_mi_interp): Add it to interp procs.
2921
659c9f3a
DE
29222012-06-28 Doug Evans <dje@google.com>
2923
a743abeb
DE
2924 * symtab.c (lookup_symbol_aux_objfile): Use
2925 ALL_OBJFILE_PRIMARY_SYMTABS.
2926
659c9f3a
DE
2927 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
2928
da2d6d3d
JK
29292012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2930
2931 * common/buffer.c: Include inttypes.h and stdint.h.
2932 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
2933
e5ef252a
PA
29342012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2935 Pedro Alves <palves@redhat.com>
2936
2937 * gdbthread.h (ALL_THREADS): New macro.
2938 (thread_list): Declare.
2939 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
2940 going, but instead fall through to the stepping handling.
2941 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
2942 the passed in signal. Adjust debug output.
2943 (resume_callback): Rename to ...
2944 (linux_nat_resume_callback): ... this. Pass the thread's last
2945 stop signal, if in "pass" state.
2946 (linux_nat_resume): Adjust to rename.
2947 (stop_wait_callback): New assertion. Don't respawn signals;
2948 instead let the LWP remain with SIGNALLED set.
2949 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
2950 * remote.c (append_pending_thread_resumptions): New.
2951 (remote_vcont_resume): Call it.
2952 * target.h (target_resume): Extend comment.
2953
1d7975eb
IS
29542012-06-28 Iain Sandoe <iain@codesourcery.com>
2955
2956 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
2957
2e3cf129
DE
29582012-06-27 Doug Evans <dje@google.com>
2959
2960 * dwarf2read.c (dwarf2_cu): Add ranges_base.
2961 Delete have_addr_base, unused. All uses updated.
2962 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
2963 (dwarf2_get_pc_bounds): Add ranges_base.
2964 (dwarf2_record_block_ranges): Ditto.
2965
1bb9788d
TT
29662012-06-27 Tom Tromey <tromey@redhat.com>
2967
2968 PR macros/7961:
2969 * varobj.c (varobj_create): Update.
2970 (varobj_set_value): Update.
2971 * tracepoint.c (validate_actionline): Update.
2972 (encode_actions_1): Update.
2973 * parse.c (parse_exp_1): Add 'pc' argument.
2974 (parse_exp_in_context): Add 'pc' argument. Change how
2975 expression_context_pc is set.
2976 (parse_expression): Update.
2977 (parse_field_expression): Update.
2978 * expression.h (parse_exp_1): Update.
2979 * eval.c (parse_to_comma_and_eval): Update.
2980 * breakpoint.c (set_breakpoint_condition): Update.
2981 (update_watchpoint): Update.
2982 (init_breakpoint_sal): Update
2983 (find_condition_and_thread): Update.
2984 (watch_command_1): Update.
2985 (update_breakpoint_locations): Update.
2986 * ada-lang.c (ada_read_renaming_var_value): Update.
2987 (create_excep_cond_exprs): Update.
2988
0bc3a05c
DE
29892012-06-27 Doug Evans <dje@google.com>
2990
2991 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
2992 type units.
2993
4bdcc0c1
DE
29942012-06-26 Doug Evans <dje@google.com>
2995
2996 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
2997 prototype.
2998 (error_check_comp_unit_head): New arg abbrev_section. All callers
2999 updated.
3000 (read_and_check_comp_unit_head): Ditto.
3001 (read_and_check_type_unit_head): Ditto.
3002
ee0bf529
SCR
30032012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3004
3005 New attribute 'last' for gdb.Symtab_and_line.
3006 * NEWS (Python Scripting): Add entry about the new attribute.
3007 * python/py-symtab.c (salpy_get_last): New function which
3008 implements the get method for the 'last' attribute of
3009 gdb.Symtab_and_line.
3010 (sal_object_getset): Add entry for the 'last' attribute.
3011
1c658ad5
DE
30122012-06-26 Doug Evans <dje@google.com>
3013
09262596
DE
3014 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
3015 (dwo_sections): Add macinfo, macro.
3016 (dwarf2_locate_dwo_sections): Watch for macro sections.
3017 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
3018 All callers updated. Handle DWO files.
3019
45cfd468
DE
3020 * NEWS: Mention new options "set debug dwarf2-read" and
3021 "set debug symtab-create".
3022 * dwarf2read.c (dwarf2_read_debug): New static global.
3023 (dwarf2_build_psymtabs_hard): Add debugging printfs.
3024 (process_queue): Ditto.
3025 (process_full_comp_unit): Ditto.
3026 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
3027 * elfread.c (elf_symfile_read): Add debugging printf.
3028 * minsyms.c (install_minimal_symbols): Ditto.
3029 * psymtab.c (allocate_psymtab): Ditto.
3030 * symfile.c (allocate_symtab): Ditto.
3031 * symtab.c (symtab_create_debug): New global.
3032 (_initialize_symtab): Add new option "set debug symtab-create".
3033 * symtab.h (symtab_create_debug): Declare.
3034
1c658ad5
DE
3035 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
3036 (lookup_dwo_type_unit): Ditto.
3037
6fea9e18
L
30382012-06-26 Roland McGrath <roland@hack.frob.com>
3039 H.J. Lu <hongjiu.lu@intel.com>
3040
3041 * amd64-linux-nat.c: Include <sys/user.h>.
3042 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
3043 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
3044 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
3045
3046 * configure.ac: Check if the fs_base and gs_base members of
3047 `struct user_regs_struct' exist.
3048 * config.in: Regenerated.
3049 * configure: Likewise.
3050
adb4fe3b
ME
30512012-06-25 Michael Eager <eager@eagercon.com>
3052
3053 PR python/14291
f782ad9b 3054 * python/python.c (gdbpy_write): Check for interrupted output.
adb4fe3b 3055
fc51cce1
MGD
30562012-06-25 Greta Yorsh <greta.yorsh@arm.com>
3057
3058 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
3059 register as a stack alignment in ARM mode.
3060
40a73391
JK
30612012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3062
3063 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
3064 * gnulib/config.in: Regenerate.
3065 * gnulib/configure: Likewise.
3066 * gnulib/import/m4/extensions.m4: Update it.
3067 * gnulib/import/m4/gnulib-common.m4: Likewise.
3068 * gnulib/import/m4/memmem.m4: Likewise.
3069 * gnulib/import/m4/mmap-anon.m4: Likewise.
3070 * gnulib/import/m4/multiarch.m4: Likewise.
3071 * gnulib/import/stdint.in.h: Likewise.
3072
972daa01
YQ
30732012-06-24 Yao Qi <yao@codesourcery.com>
3074
3075 * corefile.c (write_memory_with_notification): New.
3076 * gdbcore.h: Declare write_memory_with_notification.
3077 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
3078 'observer_notify_memory_changed' with 'write_memory_with_notification'.
3079 * valops.c (value_assign): Likewise.
3080 * python/py-inferior.c (infpy_write_memory): Call
3081 'write_memory_with_notification'.
3082
8d6e0714
JK
30832012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3084
3085 * cc-with-index.sh: Use also -ex "set auto-load no".
3086
156942c7
DE
30872012-06-23 Doug Evans <dje@google.com>
3088
3089 PR 14125
3090 * NEWS: Document additions to .gdb_index.
3091 * dwarf2read.c: #include "gdb/gdb-index.h".
3092 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
3093 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
3094 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
3095 (dwarf2_read_index): Recognize version 7.
3096 (dw2_do_expand_symtabs_matching): New args want_specific_block,
3097 block_kind, domain): All callers updated.
3098 (dw2_find_symbol_file): Handle new index CU values.
3099 (dw2_expand_symtabs_matching): Match symbol kind if requested.
3100 (add_index_entry): New args is_static, kind. All callers updated.
3101 (offset_type_compare, uniquify_cu_indices): New functions
3102 (symbol_kind): New function.
3103 (write_psymtabs_to_index): Remove duplicate CU values.
3104 (write_psymtabs_to_index): Write .gdb_index version 7.
3105
352b3eda
JB
31062012-06-22 Joel Brobecker <brobecker@adacore.com>
3107
3108 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
3109 * configure: Regenerate.
3110
2678e2af
YQ
31112012-06-20 Yao Qi <yao@codesourcery.com>
3112
3113 * python/py-inferior.c: Update comments of infpy_read_memory
3114 and infpy_write_memory.
3115
95c391b6
TT
31162012-06-19 Tom Tromey <tromey@redhat.com>
3117
3118 PR exp/9514:
3119 * parser-defs.h (insert_type, insert_type_address_space): Declare.
3120 (push_type_address_space): Remove.
3121 * parse.c (insert_into_type_stack): New function.
3122 (insert_type): Likewise.
3123 (insert_type_address_space): Rename from push_type_address_space.
3124 Insert tp_space_identifier.
3125 * c-exp.y (ptr_operator): New production.
3126 (abs_decl): Use ptr_operator.
3127 (space_identifier): Call insert_type_address_space.
3128 (ptype): Don't use const_or_volatile_or_space_identifier.
3129 (const_or_volatile_noopt): Call insert_type.
3130 (conversion_type_id, conversion_declarator): New productions.
3131 (operator): Use conversion_type_id.
3132
6ac9ef80
DE
31332012-06-18 Doug Evans <dje@google.com>
3134
422d65e7
DE
3135 * symtab.h (minimal_symbol): New member created_by_gdb.
3136 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
3137 created by gdb.
3138 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
3139 (search_symbols): Call it instead of lookup_symbol.
3140 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
3141
49f6c839
DE
3142 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
3143 Adjust address for DW_OP_GNU_addr_index.
3144 * dwarf2expr.h (dwarf_expr_context): Update comment.
3145 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
3146 all callers updated. Handle TLS vars described with
3147 DW_OP_GNU_const_index.
3148 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
3149 and DW_OP_GNU_const_index.
3150 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
3151
6ac9ef80
DE
3152 * block.c (find_block_in_blockvector): Make explicit the fact that we
3153 ignore GLOBAL_BLOCK.
3154
4cd18215
TT
31552012-06-18 Tom Tromey <tromey@redhat.com>
3156
3157 * c-exp.y (operator): Remove trailing space after "delete" and
3158 "delete[]".
3159
a9b8d892
JK
31602012-06-18 Mark Kettenis <kettenis@gnu.org>
3161 Jan Kratochvil <jan.kratochvil@redhat.com>
3162
3163 Switch i386 and derived targets to ON_STACK.
3164 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
3165 (amd64_dicos_init_abi): Remove its installment.
3166 * dicos-tdep.c (dicos_init_abi): Remove the
3167 set_gdbarch_call_dummy_location call. Update the comment here.
3168 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
3169 (i386_dicos_init_abi): Remove its installment.
3170 * i386-tdep.c (i386_push_dummy_code): New function.
3171 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
3172 i386_push_dummy_code.
3173
e2e4d78b
JK
31742012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3175
3176 Remove stale dummy frames.
3177 * breakpoint.c: Include dummy-frame.h.
3178 (longjmp_breakpoint_ops): New variable.
3179 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
3180 bp_longjmp_call_dummy.
3181 (bpstat_what, bptype_string, print_one_breakpoint_location)
3182 (init_bp_location): Support bp_longjmp_call_dummy.
3183 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
3184 (set_longjmp_breakpoint_for_call_dummy)
3185 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
3186 functions.
3187 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
3188 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
3189 FIXME comment and extend the other comment for bp_call_dummy.
3190 (set_longjmp_breakpoint_for_call_dummy)
3191 (check_longjmp_breakpoint_for_call_dummy): New declarations.
3192 * dummy-frame.c: Include gdbthread.h.
3193 (pop_dummy_frame_bpt): New function.
3194 (pop_dummy_frame): Call pop_dummy_frame_bpt.
3195 (dummy_frame_discard): New function.
3196 (cleanup_dummy_frames): Update the comment about longjmps.
3197 * dummy-frame.h (dummy_frame_discard): New declaration.
3198 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
3199 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
3200 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
3201 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
3202 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
3203 keep_going if IS_LONGJMP and there is no other reason to stop.
3204
09d5912c
TT
32052012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
3206
3207 * remote-sim.c (sim_command_completer): Initialize
3208 variable 'result'.
3209
1788b2d3
JK
32102012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3211
3212 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
3213 * dwarf2loc.c (call_site_parameter_matches): Support
3214 CALL_SITE_PARAMETER_PARAM_OFFSET.
3215 (needs_dwarf_reg_entry_value): Push stub value.
3216 * dwarf2read.c (read_call_site_scope): New variable origin. Support
3217 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
3218 * gdbtypes.h (enum call_site_parameter_kind): New item
3219 CALL_SITE_PARAMETER_PARAM_OFFSET.
3220 (struct call_site.parameter.u): New field param_offset.
3221
24c5c679
JK
32222012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3223
3224 Code cleanup: Generalize call_site.parameter key.
3225 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
3226 variable dwarf_reg. New variable kind_u. Update parameters to
3227 push_dwarf_reg_entry_value.
3228 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3229 * dwarf2expr.h (enum call_site_parameter_kind)
3230 (union call_site_parameter_u): Forward declarations.
3231 (struct dwarf_expr_context_funcs): Update parameters and their
3232 description for push_dwarf_reg_entry_value.
3233 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3234 * dwarf2loc.c (call_site_parameter_matches): New function.
3235 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
3236 description. Use call_site_parameter_matches.
3237 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
3238 Update parameters and their description.
3239 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
3240 New variable kind_u. Adjust the caller for updated parameters.
3241 (needs_dwarf_reg_entry_value): Update parameters.
3242 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
3243 instead of attr. Update for the changed fields of struct
3244 call_site_parameter.
3245 * gdbtypes.h: Include dwarf2expr.h.
3246 (enum call_site_parameter_kind): New.
3247 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
3248 fb_offset into new union u.
3249
ac142d96
L
32502012-06-16 H.J. Lu <hongjiu.lu@intel.com>
3251
3252 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
3253 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
3254 for x32.
3255
ba224c70
L
32562012-06-16 H.J. Lu <hongjiu.lu@intel.com>
3257
3258 * amd64-linux-nat.c (compat_x32_clock_t): New.
3259 (compat_x32_siginfo_t): Likewise.
3260 (compat_x32_siginfo_from_siginfo): Likewise.
3261 (siginfo_from_compat_x32_siginfo): Likewise.
3262 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
3263 and siginfo_from_compat_x32_siginfo for x32.
3264
7ecbc825
HZ
32652012-06-15 Hui Zhu <hui_zhu@mentor.com>
3266
3267 * tracepoint.c (tfile_xfer_partial): Add a lseek.
3268
233dfcf0
L
32692012-06-15 H.J. Lu <hongjiu.lu@intel.com>
3270
3271 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
3272 instead of gdbarch_ptr_bit.
3273 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
3274 (amd64_supply_native_gregset): Likewise.
3275 (amd64_collect_native_gregset): Likewise.
3276 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
3277 (amd64_supply_xsave): Likewise.
3278 (amd64_collect_fxsave): Likewise.
3279 (amd64_collect_xsave): Likewise.
3280
6da38f42
L
32812012-06-15 H.J. Lu <hongjiu.lu@intel.com>
3282
3283 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
3284 (amd64_linux_read_description): Check DS segment register for
3285 x32 process.
3286
663b969e
TT
32872012-06-15 Tom Tromey <tromey@redhat.com>
3288
3289 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
3290 init_cutu_and_read_dies.
3291
d6f05027
IS
32922012-06-15 Iain Sandoe <iain@codesourcery.com>
3293
3294 * MAINTAINERS (Write After Approval): Add myself to the list.
3295
6598ed07
TT
32962012-06-15 Tom Tromey <tromey@redhat.com>
3297
3298 * valops.c (value_find_oload_method_list): Now static.
3299 * value.h (value_find_oload_method_list): Don't declare.
3300
2b214ea6
TT
33012012-06-15 Tom Tromey <tromey@redhat.com>
3302
3303 * valops.c (find_overload_match): Use value_ind.
3304
a210c238
MR
33052012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
3306
3307 * infrun.c (handle_inferior_event): Correct indentation.
3308
3771a44c
DE
33092012-06-14 Doug Evans <dje@google.com>
3310
3311 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
3312 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
3313 All uses updated.
3314 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
3315 updated. Handle DEBUG_LOC_START_LENGTH.
3316 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
3317 (loclist_describe_location): Ditto.
3318
1c5a993e
MR
33192012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
3320
3321 PR backtrace/13866
3322 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
3323 after hiding inline functions.
3324
0b155465
JB
33252012-06-13 Joel Brobecker <brobecker@adacore.com>
3326
3327 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
3328 _initialize_inf_ttrace.
3329
45717bac
JB
33302012-06-13 Joel Brobecker <brobecker@adacore.com>
3331
3332 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
3333 _initialize_hppa_hpux_nat.
3334
34370865
JB
33352012-06-13 Joel Brobecker <brobecker@adacore.com>
3336
3337 * remote-sim.c (sim_command_completer): Change type of return
3338 value to "VEC (char_ptr) *". Adjust implementation accordingly.
3339
284c5a60
MK
33402012-06-13 Mark Kettenis <kettenis@gnu.org>
3341 Jan Kratochvil <jan.kratochvil@redhat.com>
3342
3343 PR tdep/14222
3344 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
3345 stack on a 16-byte boundary.
3346
2535757a
TT
33472012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
3348
3349 * jit.c (finalize_symtab): Set function's return type to 'void' by
3350 default.
3351
fff4548b
MK
33522012-06-13 Mark Kettenis <kettenis@gnu.org>
3353 H.J. Lu <hongjiu.lu@intel.com>
3354
5a83521a
MK
3355 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
3356 Move bits common to both the classic LP64 and the new x32 ILP32
3357 ABI here.
3358 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
3359 (amd64_x32_linux_init_abi): New function.
3360 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
3361 subtype.
3362
fff4548b
MK
3363 * i386-tdep.h (i386_pseudo_register_name): New prototype.
3364 * i386-tdep.c (i386_pseudo_register_name): Make public.
3365 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
3366 * amd64-tdep.c (amd64_dword_names): Add "eip".
3367 (amd64_x32_pseudo_register_type): New function
3368 (amd64_x32_init_abi): New function.
3369
dd80ea3c
JK
33702012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3371
3372 PR build/14003
3373 * inferior.h (struct inferior_suspend_state): Comment out.
3374 (struct inferior): Comment out the field suspend.
3375 * infrun.c (struct infcall_suspend_state): Comment out the field
3376 inferior_suspend.
3377 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
3378 out its assignment.
3379
50af5481
JK
33802012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3381
3382 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
3383 * c-exp.y (classify_inner_name): Remove caller assumptions in the
3384 function comment. Return ERROR for unresolved cases. Implement
3385 returning proper NAME.
3386 (yylex): Accept also NAME from classify_inner_name.
3387 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
3388 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
3389 LOC_TYPEDEF type.
3390 * cp-support.h (cp_lookup_nested_type): Update its declaration.
3391
d55637df
TT
33922012-06-13 Tom Tromey <tromey@redhat.com>
3393
3394 * breakpoint.c (condition_completer): New function.
3395 (_initialize_breakpoint): Use it.
3396 * value.c (complete_internalvar): New function.
3397 * value.h (complete_internalvar): Declare.
3398
49c4e619
TT
33992012-06-13 Tom Tromey <tromey@redhat.com>
3400
3401 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
3402 * breakpoint.c (catch_syscall_completer): Return a VEC.
3403 * cli/cli-cmds.c (complete_command): Update.
3404 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
3405 (complete_on_enum): Likewise.
3406 * command.h: Include gdb_vecs.h.
3407 (completer_ftype): Change return type.
3408 (complete_on_cmdlist, complete_on_enum): Likewise.
3409 * completer.c (noop_completer, filename_completer)
3410 (location_completer): Return a VEC.
3411 (add_struct_fields): Remove 'nextp' argument. Change 'output'
3412 to a VEC.
3413 (expression_completer, complete_line_internal, complete_line)
3414 (command_completer): Return a VEC.
3415 (gdb_completion_word_break_characters, line_completion_function):
3416 Update.
3417 * completer.h: Include gdb_vecs.h.
3418 (complete_line, noop_completer, filename_completer)
3419 (expression_completer, location_completer, command_completer):
3420 Update.
3421 * f-lang.c (f_word_break_characters): Return a VEC.
3422 * interps.c (interpreter_completer): Return a VEC.
3423 * language.h (struct language_defn)
3424 <la_make_symbol_completion_list>: Return a VEC.
3425 * python/py-cmd.c (cmdpy_completer): Return a VEC.
3426 * symtab.c (free_completion_list): Take a VEC.
3427 (return_val_size, return_val_index): Remove.
3428 (return_val): Now a VEC.
3429 (completion_list_add_name): Update.
3430 (default_make_symbol_completion_list_break_on)
3431 (default_make_symbol_completion_list, make_symbol_completion_list)
3432 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
3433 Return a VEC.
3434 (add_filename_to_list): Update.
3435 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
3436 <list>: Now a VEC.
3437 (maybe_add_partial_symtab_filename): Update.
3438 (make_source_files_completion_list): Return a VEC.
3439 * symtab.h (default_make_symbol_completion_list_break_on)
3440 (default_make_symbol_completion_list, make_symbol_completion_list)
3441 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
3442 (make_source_files_completion_list): Update.
3443
625e8578
TT
34442012-06-13 Tom Tromey <tromey@redhat.com>
3445
3446 * breakpoint.c (add_catch_command): Use completer_ftype.
3447 * breakpoint.h: Include command.h.
3448 (add_catch_command): Use completer_ftype.
3449 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
3450 * cli/cli-decode.h (struct cmd_list_element) <completer>:
3451 Use completer_ftype.
3452 * command.h (completer_ftype): New typedef.
3453 (set_cmd_completer): Use it.
3454 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
3455 completer_ftype.
3456
5eb3b062
PA
34572012-06-13 Pedro Alves <palves@redhat.com>
3458
3459 Partial revert of previous change.
3460
3461 * serial.c (scb_base): New global.
3462 (serial_for_fd): New.
3463 (serial_open, serial_fdopen_ops): Link new serial in open serials
3464 chain.
3465 (do_serial_close): Unlink serial from the open serials chain.
3466
8b3ee56d
PA
34672012-06-12 Pedro Alves <palves@redhat.com>
3468
3469 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
3470 threads here.
3471 (prepare_for_detach): No longer context switch here in non-stop
3472 mode.
3473 (fetch_inferior_event): Ditto.
3474 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
3475 to the event thread before removing breakpoints. Switch to the
3476 event thread before inserting breakpoints and resuming.
3477 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
3478 event thread before resuming.
3479 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
3480 Switch to the event thread before removing breakpoints.
3481
5d60742e
EZ
34822012-06-12 Eli Zaretskii <eliz@gnu.org>
3483
3484 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
3485 special characters correctly for the Windows shells. See
3486 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
3487 report.
3488 [!__MINGW32__]: Remove extra double quote character from special
3489 characters.
3490
a6feecf7
SS
34912012-06-11 Stan Shebs <stan@codesourcery.com>
3492
3493 * ui-out.h: Remove #if 0 declarations.
3494 * ui-out.c: Remove #if 0 functions.
3495
ddefb60f
PA
34962012-06-11 Pedro Alves <palves@redhat.com>
3497
3498 * ser-base.c (run_async_handler_and_reschedule): New.
3499 (fd_event, push_event): Use it.
3500 * serial.c (serial_open, serial_fdopen_ops): Set the initial
3501 reference count to 1.
3502 (do_serial_close): Set the bufp field to NULL. Use serial_unref
3503 instead of xfree.
3504 (serial_is_open, serial_ref, serial_unref): New.
3505 * serial.h (serial_open): Adjust comment.
3506 (serial_is_open): Declare.
3507 (serial_close): Adjust comment.
3508 (serial_ref, serial_unref) Declare.
3509 (struct serial): New field 'refcnt'.
3510
d5ad6aa5
PA
35112012-06-11 Pedro Alves <palves@redhat.com>
3512
3513 Remove #if 0'd "connect" command, and unnecessary associated
3514 refcounting and serial reuse bits.
3515
3516 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
3517 * serial.c (last_serial_opened): Delete.
3518 (scb_base): Delete.
3519 (serial_open): Adjust.
3520 (serial_for_fd): Delete.
3521 (serial_fdopen_ops, do_serial_close): Adjust.
3522 (serial_fdopen_ops): Adjust.
3523
318aa544
PA
35242012-06-11 Pedro Alves <palves@redhat.com>
3525
3526 * serial.c (do_serial_close): Remove early return when SCB is
3527 null.
3528
07261596
TT
35292012-06-11 Tom Tromey <tromey@redhat.com>
3530
3531 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
3532
cc80f267
JK
35332012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3534
3535 Fix regression by the "ambiguous linespec" series.
3536 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
3537 get_last_displayed_symtab and get_last_displayed_line and depending
3538 on CURSAL.
3539
356d9f9d
TT
35402012-06-11 Tom Tromey <tromey@redhat.com>
3541
3542 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
3543 (dw2_find_symbol_file): Use it.
3544
232b8704
ME
35452012-06-11 Michael Eager <eager@eagercon.com>
3546
3547 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
3548 * mips-linux-tdep.h (mips_signals): New
3549
e81a37f7
TT
35502012-06-11 Tom Tromey <tromey@redhat.com>
3551
3552 * infrun.c (handle_inferior_event)
3553 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
3554 breakpoint.
3555 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
3556 exception logic in all cases. Update comments.
3557 (insert_longjmp_resume_breakpoint): Set the exception resume
3558 breakpoint.
3559
2e81047f
MR
35602012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
3561
3562 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
3563
4e32eda7
SCR
35642012-06-09 Siva Chandra Reddy <sivachandra@google.com>
3565
3566 * valarith.c (binop_types_user_defined_p): Fix a typo.
3567
18648a37 35682012-06-08 Yao Qi <yao@codesourcery.com>
f782ad9b 3569 Chung-Lin Tang <cltang@codesourcery.com>
18648a37
YQ
3570
3571 * arch-utils.c (default_return_in_first_hidden_param_p): New.
3572 * arch-utils.h: Declare.
3573 * gdbarch.sh: Add return_in_first_hidden_param_p.
3574 * gdbarch.c, gdbarch.h: Regenerated.
3575 * infcall.c (call_function_by_hand): Call
3576 gdbarch_return_in_first_hidden_param_p instead of
3577 language_pass_by_reference.
3578
3579 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
3580 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
3581 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
3582 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
3583 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
3584 `cplus_return_struct_by_reference'.
3585 (tic6x_return_value): Handle language cplusplus.
3586 (tic6x_return_in_first_hidden_param_p): New.
3587 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
3588
034e5797
DE
35892012-06-07 Doug Evans <dje@google.com>
3590
3591 * dwarf2read.c (dwarf2_cu): Add comment.
3592
6a00aa1e
MR
35932012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
3594
3595 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
3596 variable.
3597 (mips_eabi_push_dummy_call): Likewise.
3598 (mips_n32n64_push_dummy_call): Likewise.
3599 (mips_o32_push_dummy_call): Likewise.
3600 (mips_o64_push_dummy_call): Likewise.
3601
eaa05d59
MR
36022012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
3603
3604 * mips-tdep.c (mips_convert_register_p): Correct coding style.
3605
de13fcf2
MR
36062012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
3607
3608 * mips-tdep.c (mips_pseudo_register_type): Use
3609 mips_float_register_p.
3610
c3a01a22
PA
36112012-06-06 Pedro Alves <palves@redhat.com>
3612
3613 * infrun.c (handle_inferior_event): Remove calls to
3614 reinit_frame_cache that follow a context_switch call.
3615
d25f45d9
PA
36162012-06-06 Pedro Alves <palves@redhat.com>
3617
3618 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
3619 context_switch and remove stale comment.
3620
359f5fe6
PA
36212012-06-06 Pedro Alves <palves@redhat.com>
3622
3623 * infrun.c (struct execution_control_state): Remove
3624 `new_thread_event' field.
3625 (handle_inferior_event): Simplify new threads handling; don't
3626 resume the inferior if we find a new thread.
3627
2d4c29c5
TS
36282012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3629
3630 * NEWS: Document the deprecation of SH's 'regs' command.
3631 * inferior.h (all_registers_info): Add function declaration.
3632 * sh-tdep.c (sh_show_regs): Remove variable.
3633 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
3634 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
3635 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
3636 (sh_show_regs_command): Remove functions.
3637 (sh_gdbarch_init): Don't set sh_show_regs.
3638 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
3639 'info all-registers'.
3640 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
3641 (sh64_show_regs): Remove functions.
3642 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
3643
f5f1cdb6
JK
36442012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3645
3646 * configure.ac: Move development=true below AC_INIT.
3647 * configure: Regenerate.
3648
bf6309af
SS
36492012-06-05 Stan Shebs <stan@codesourcery.com>
3650
3651 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
3652 gdb_stdout.
3653
45aa4659
JK
36542012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
3655
3656 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
3657 argument as ssize_t.
3658 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
3659 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
3660 * target.c (target_read_stack, target_write_memory)
3661 (target_write_raw_memory): Likewise.
3662 * target.h (target_read_stack, target_write_memory)
3663 (target_write_raw_memory): Likewise.
3664
1b162304
JK
36652012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3666
3667 * symfile-mem.c: Change gdb_static_assert to ssize_t.
3668 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
3669 * target.c (target_read_memory): Change LEN to ssize_t.
3670 * target.h (target_read_memory): Change LEN to ssize_t.
3671
8556afb4
PA
36722012-06-05 Pedro Alves <palves@redhat.com>
3673
3674 PR backtrace/13866
3675
3676 * breakpoint.c (until_break_command): Only fetch the selected
3677 frame after decode_line_1.
3678
fb139f32
PA
36792012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
3680
3681 * solib-svr4.c (enable_break): Don't fallback to setting the solib
3682 event breakpoint at _start, __start or main if a program
3683 interpreter is not found.
3684
a8e1bb34
JB
36852012-06-05 Joel Brobecker <brobecker@adacore.com>
3686
3687 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
3688 Add declaration.
3689 * windows-tdep.c: #include "objfiles.h".
3690 (windows_iterate_over_objfiles_in_search_order): New function.
3691 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
3692 iterate_over_objfiles_in_search_order gdbarch method to
3693 windows_iterate_over_objfiles_in_search_order.
3694 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
3695
19630284
JB
36962012-06-05 Joel Brobecker <brobecker@adacore.com>
3697
3698 * gdbarch.sh: Add generation of
3699 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
3700 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
3701 (iterate_over_objfiles_in_search_order): New gdbarch method.
3702 * gdbarch.h, gdbarch.c: Regenerate.
3703 * objfiles.h (default_iterate_over_objfiles_in_search_order):
3704 Add declaration.
3705 * objfiles.c (default_iterate_over_objfiles_in_search_order):
3706 New function.
3707 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
3708 out of lookup_symbol_aux_symtabs.
3709 (lookup_symbol_aux_symtabs): Replace extracted-out code by
3710 call to lookup_symbol_aux_objfile.
3711 (struct global_sym_lookup_data): New type.
3712 (lookup_symbol_global_iterator_cb): New function.
3713 (lookup_symbol_global): Search for symbol using
3714 gdbarch_iterate_over_objfiles_in_search_order and
3715 lookup_symbol_global_iterator_cb.
3716 * findvar.c (struct minsym_lookup_data): New type.
3717 (minsym_lookup_iterator_cb): New function.
3718 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
3719 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
3720 and minsym_lookup_iterator_cb.
3721
67ff19f7
JB
37222012-06-05 Joel Brobecker <brobecker@adacore.com>
3723
3724 Revert the following patch:
3725 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
3726 try locating the symbol in the symbol's own objfile first, before
3727 extending the search to all objfiles.
3728 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
3729 out of lookup_symbol_aux_symtabs.
3730 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
3731 Replace extracted-out code by call to lookup_symbol_aux_objfile.
3732 Do not search EXCLUDE_OBJFILE.
3733 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
3734 (lookup_symbol_global): Search for matches in the block's objfile
3735 first, before searching all other objfiles.
3736
ccab2054
JB
37372012-06-05 Joel Brobecker <brobecker@adacore.com>
3738
3739 * breakpoint.c (find_condition_and_thread): Stop parsing
3740 as soon as the first invalid keyword is found.
3741
e23d4a9c
JB
37422012-06-05 Joel Brobecker <brobecker@adacore.com>
3743
3744 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
3745
70160166
JB
37462012-06-05 Joel Brobecker <brobecker@adacore.com>
3747
3748 * config/djgpp/djcheck.sh: Add copyright header.
3749
399501a5
JB
37502012-06-05 Joel Brobecker <brobecker@adacore.com>
3751
3752 * copyright.py (update_files, main): Fix path to update-copyright
3753 script.
3754
3770a159
JB
37552012-06-05 Joel Brobecker <brobecker@adacore.com>
3756
3757 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
3758 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
3759 for which a reminder to update by hand is printed.
3760
4aad0dfc
DE
37612012-06-04 Doug Evans <dje@google.com>
3762
3763 * buildsym.c (make_blockvector): Add comment.
3764
1f8cf220
PA
37652012-06-04 Pedro Alves <palves@redhat.com>
3766
3767 * arch-utils.c (default_gdb_signal_from_target): Delete.
3768 * arch-utils.h (default_gdb_signal_from_target): Delete.
3769 * corelow.c (core_open) <signal mapping>: Extended comment. Check
3770 gdbarch_gdb_signal_from_target_p.
3771 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
3772 predicate).
3773 * gdbarch.h: Regenerate.
3774 * gdbarch.c: Regenerate.
3775
86b49880
PA
37762012-06-04 Pedro Alves <palves@redhat.com>
3777
3778 * gdbarch.sh (gdb_signal_from_target): Mention that the
3779 implementation of the method must be host independent.
3780 * gdbarch.h: Regenerate.
3781
fe78531d
JK
37822012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3783
3784 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
3785 parameters.
3786 (target_read_memory_bfd): New function.
3787 (symbol_file_add_from_memory): Use it.
3788
d790cf0a
DE
37892012-06-03 Doug Evans <dje@google.com>
3790
78e5175a
DE
3791 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
3792 of primary symtab.
3793 (basic_lookup_transparent_type): Ditto.
3794
d790cf0a
DE
3795 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
3796 (ALL_PRIMARY_SYMTABS): Use it.
3797 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
3798 * dwarf2read.c (dw2_find_symbol_file): Ditto.
3799 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
3800 * symtab.c (lookup_symbol_aux_objfile): Ditto.
3801 (basic_lookup_transparent_type): Ditto.
3802
c6e5ee5e
SDJ
38032012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
3804
3805 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
3806 it to optimize resolution of demangled name.
3807
a68ffae9
JK
38082012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3809
3810 * configure.ac (development): Define new variable.
3811 Call AC_CHECK_LIB for mcheck if $development.
3812 (ERROR_ON_WARNING): Enable it by default only if $development.
3813 * config.in: Regenerate.
3814 * configure: Regenerate.
3815
5299c1c4
JK
38162012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
3817
3818 * target.c (target_read_memory): Make LEN argument as size_t.
3819 * target.h (target_read_memory): Likewise.
3820
38212012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7c71816c
JK
3822
3823 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
3824
0c56f59b
EBM
38252012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
3826
3827 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
3828 BookE interface for PowerPC server processors if not available
3829 in the Linux Kernel.
3830
71bdabee
KS
38312012-05-31 Keith Seitz <keiths@redhat.com>
3832
3833 * linespec.c (decode_objc): Add cleanup to free
3834 INFO.FILE_SYMTABS.
3835 (find_linespec_symbols): Add cleanup to free CLASSES.
3836 * symfile.c (find_separate_debug_file_by_debuglink): Add
3837 cleanup to free DEBUGLINK.
3838 * ui-out.c (clear_header_list): No need to check if
3839 HEADER_NEXT.COLHDR is NULL.
3840 Free HEADER_NEXT.COL_NAME.
3841
acbd605d
MGD
38422012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3843
3844 * ada-lang.c (standard_lookup): Prevent uninitialized variable
3845 warning.
3846
65662cde
PA
38472012-05-30 Jeff Kenton <jkenton@tilera.com>
3848
3849 * configure.host (gdb_host_cpu): Handle tilegx*.
3850 (gdb_host): Handle tilegx-*-linux*.
3851 * tilegx-linux-nat.c: New file.
3852 * config/tilegx/linux.mh: New file.
3853
ade64f0e
PA
38542012-05-30 Jeff Kenton <jkenton@tilera.com>
3855
3856 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
3857 tilegx-linux-tdep.o.
3858 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
3859 tilegx-linux-tdep.c.
3860 * configure.tgt: Handle tilegx-*-linux*.
3861 * tilegx-tdep.h: New file.
3862 * tilegx-tdep.c: New file.
3863 * tilegx-linux-tdep.c: New file.
3864 * regformats/reg-tilegx.dat: New file.
3865
bb08bdbd
EBM
38662012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
3867
3868 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
3869 accounting of hw watchpoints on ppc.
3870
ebd86fb5
TJB
38712012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
3872
3873 * source.c (openp): Expand tilde in path entries.
3874
0a0edcd5
DE
38752012-05-29 Doug Evans <dje@google.com>
3876
98cc87bd
DE
3877 * buildsym.c (block_compar): Fix comment.
3878 (end_symtab): Fix and clarify some comments.
3879
0a0edcd5
DE
3880 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
3881 cleanup_undefined_types.
3882 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
3883 All callers updated.
3884
6f0c7050
TT
38852012-05-29 Tom Tromey <tromey@redhat.com>
3886
3887 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
3888 fails.
3889 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
3890 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
3891 fails.
3892 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
3893 fails.
3894
ec95993c
TG
38952012-05-29 Tristan Gingold <gingold@adacore.com>
3896
3897 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
3898 (struct darwin_info): ... New struct.
3899 (solib_darwin_pspace_data): New variable.
3900 (darwin_pspace_data_cleanup): New function.
3901 (get_darwin_info): Likewise.
3902 (darwin_dyld_version_ok, darwin_load_image_infos)
3903 (darwin_solib_get_all_image_info_addr_at_init)
3904 (darwin_solib_read_all_image_info_addr): Add info argument.
3905 Adjust code.
3906 (darwin_current_sos): Use per pspace structure.
3907 (darwin_solib_create_inferior_hook): Likewise.
3908 (darwin_clear_solib): Likewise.
3909 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
3910
ae25568b
PA
39112012-05-28 Pedro Alves <palves@redhat.com>
3912
3913 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
3914 block that uses them. Clear ecss before handling each event.
3915
0c5bf5a9
JK
39162012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3917
3918 * solib-svr4.c (svr4_current_sos): New comment on
3919 svr4_current_sos_via_xfer_libraries fall back.
3920
bfb05775
JK
39212012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3922
3923 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
3924 it as a fallback for TYPE_IS_OPAQUE.
3925 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
3926 symbols for lookup_symbol.
3927
685b1105
JK
39282012-05-24 John Steele Scott <toojays@toojays.net>
3929
3930 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
3931 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
3932 (producer_is_gxx_lt_4_6): Move the checking and caching to...
3933 (check_producer): ... this new function, which also checks for ICC
3934 and caches the result.
3935 (producer_is_icc): New function.
3936 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
3937 producer was ICC.
3938
22203bbf
PA
39392012-05-24 Pedro Alves <palves@redhat.com>
3940
3941 PR gdb/7205
3942
3943 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
3944 (default_gdb_signal_to_target): ... this. Add comment.
3945 (default_gdb_signal_from_host): Rename to ...
3946 (default_gdb_signal_from_target): ... this. Add comment.
3947 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
3948 (default_gdb_signal_to_target): ... this.
3949 (default_gdb_signal_from_host): Rename to ...
3950 (default_gdb_signal_from_target): ... this.
3951 * corelow.c (core_open): Adjust to naming change. Replace comment.
3952 * gdbarch.sh (gdb_signal_from_host): Rename to ...
3953 (gdb_signal_from_target): ... this. Adjust to
3954 default_gdb_signal_from_host naming change. Extend comment.
3955 (gdb_signal_to_host): Rename to ...
3956 (gdb_signal_to_target): ... this. Adjust to
3957 default_gdb_signal_to_host naming change.
3958 * gdbarch.h, gdbarch.c: Renegerate.
3959
a493e3e2
PA
39602012-05-24 Pedro Alves <palves@redhat.com>
3961
3962 PR gdb/7205
3963
f782ad9b 3964 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
a493e3e2 3965
2ea28649
PA
39662012-05-24 Pedro Alves <palves@redhat.com>
3967
3968 PR gdb/7205
3969
3970 Replace target_signal with gdb_signal throughout.
3971
b09846a9
PA
39722012-05-24 Pedro Alves <palves@redhat.com>
3973
3974 PR tui/14159
3975
3976 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
3977 string, instead of reusing the va_list argument.
3978
e77c107e
TT
39792012-05-24 Tom Tromey <tromey@redhat.com>
3980
3981 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
3982 Remove.
3983
9fccedf7
DE
39842012-05-23 Doug Evans <dje@google.com>
3985
d50bd42b
DE
3986 * symtab.c (search_symbols): Formatting fixes.
3987 (print_symbol_info): Formatting fixes.
3988
9fccedf7
DE
3989 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
3990 int64_t change to leb128 API.
3991 (read_encoded_value, decode_frame_entry_1): Ditto.
3992 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
3993 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
3994 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
3995 (execute_stack_op): Ditto.
3996 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
3997 (safe_read_uleb128, safe_read_sleb128): Ditto.
3998 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
3999 (dwarf2_compile_expr_to_ax): Ditto.
4000 (locexpr_describe_location_piece): Ditto.
4001 (disassemble_dwarf_expression): Ditto.
4002 (locexpr_describe_location_1): Ditto.
4003
f3e0e960
SS
40042012-05-23 Stan Shebs <stan@codesourcery.com>
4005 Kwok Cheung Yeung <kcy@codesourcery.com>
4006
4007 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
4008 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
4009 (mi-cmd-info.o): New rule.
4010 * osdata.h (info_osdata_command): New declaration.
4011 * osdata.c (info_osdata_command): Change to non-static.
4012 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
4013 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
4014 * mi/mi-cmd-info.c: New file.
4015
c51fe631
DE
40162012-05-23 Doug Evans <dje@google.com>
4017
71cddcc1
DE
4018 * symtab.c (search_symbols): Pass NULL for file_matcher to
4019 expand_symtabs_matching if there are no files to match.
4020
c51fe631
DE
4021 * gdbtypes.c (lookup_typename): Simplify.
4022
a79378d4
PA
40232012-05-23 Pedro Alves <palves@redhat.com>
4024
4025 * arch-utils.h (default_target_signal_to_host): Delete.
4026 * arch-utils.c (default_target_signal_to_host): Delete.
4027 * gdbarch.sh (target_signal_to_host): Remove.
4028 * gdbarch.h, gdbarch.c: Regenerate.
4029
f664829e
DE
40302012-05-22 Doug Evans <dje@google.com>
4031
4032 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
4033 "const gdb_byte *".
4034 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
4035 (execute_cfa_program): Update to match API of leb128 functions.
4036 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
4037 "const gdb_byte *".
4038 (read_unsigned_leb128, read_signed_leb128): Delete.
4039 (read_initial_length): Change type of buf argument to
4040 "const gdb_byte *".
4041 (read_encoded_value): Update to match API of leb128 functions.
4042 (decode_frame_entry): Change result to "const gdb_byte *", and
4043 similarly for "start" parameter.
4044 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
4045 (dwarf2_build_frame_info): Change local frame_ptr to
4046 "const gdb_byte *".
4047 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
4048 read_uleb128, read_sleb128. All callers updated.
4049 (safe_skip_leb128): New function.
4050 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
4051 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
4052 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
4053 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
4054 read_uleb128, read_sleb128.
4055 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4056 (execute_stack_op): Update to match API of leb128 functions.
4057 * dwarf2expr.h: #include "leb128.h".
4058 (read_uleb128, read_sleb128): Delete.
4059 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
4060 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
4061 * dwarf2loc.c (debug_loc_kind): New enum.
4062 (decode_debug_loc_addresses): New function.
4063 (decode_debug_loc_dwo_addresses): New function.
4064 (dwarf2_find_location_expression): Rewrite.
4065 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
4066 (locexpr_describe_location_piece): Ditto.
4067 (disassemble_dwarf_expression): Ditto.
4068 (locexpr_describe_location_1): Ditto.
4069 (loclist_describe_location): Rewrite.
4070 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
4071 * dwarf2read.c (die_reader_specs): New member "buffer_end".
4072 (dwarf2_section_buffer_overflow_complaint): Renamed from
4073 dwarf2_macros_too_long_complaint. All callers updated.
4074 (skip_leb128): Delete.
4075 (init_cu_die_reader): Initialize reader->buffer_end.
4076 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
4077 (skip_form_bytes): New arg buffer_end. All callers updated.
4078 Replace call to skip_leb128 with gdb_skip_leb128.
4079 (skip_unknown_opcode): New arg mac_end. All callers updated.
4080 (fill_in_loclist_baton): Initialize baton->from_dwo.
4081
837a1b32
MR
40822012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4083
4084 * mips-linux-nat.c (mips_linux_read_description): Use a more
4085 verbose error message.
4086
d0e64392
MR
40872012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4088
4089 * NEWS: Add MIPS/Linux DSP support.
4090 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
4091 (SIGCONTEXT_DSPCTL): New macro.
4092 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
4093 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
4094 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
4095 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
4096 (N64_SIGCONTEXT_HI3): Likewise.
4097 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
4098 (N64_SIGCONTEXT_LO3): Likewise.
4099 (N64_SIGCONTEXT_DSPCTL): Likewise.
4100 (N64_SIGCONTEXT_FPCSR): Clarify definition.
4101 (mips_linux_o32_sigframe_init): Handle DSP registers.
4102 (mips_linux_n32n64_sigframe_init): Likewise.
4103
8bea7ed1
PM
41042012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
4105
4106 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
4107 call to abort.
4108
dab06dbe
PA
41092012-05-22 Pedro Alves <palves@redhat.com>
4110
4111 * target.h (store_waitstatus): Move declaration ...
4112 * inf-child.h (store_waitstatus): ... here.
4113 * target.c: Move inclusion of gdb_wait.h, and ...
4114 (store_waitstatus): ... this ...
4115 * inf-child.c: ... here.
4116 * linux-nat.c: Include inf-child.h.
4117 * rs6000-nat.c: Include inf-child.h.
4118 * spu-linux-nat.c: Include inf-child.h.
4119
43011e52
PM
41202012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
4121
4122 * tracepoint.c (start_tracing): Add missing i18n markup.
4123 (stop_tracing, set_trace_user): Ditto.
4124 (set_trace_notes, set_trace_stop_notes): Ditto.
4125
b1af9e97
TT
41262012-05-21 Tom Tromey <tromey@redhat.com>
4127
4128 PR c++/7173:
4129 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
4130 types.
4131 * value.h (value_cast_pointers): Update.
4132 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
4133 (value_cast): Update.
4134 (update_search_result): New function.
4135 (do_search_struct_field): New, from search_struct_field. Check
4136 for ambiguous results.
4137 (search_struct_field): Rewrite.
4138 * infcall.c (value_arg_coerce): Update.
4139 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
4140 value_cast_pointers.
4141 * ada-lang.c (ada_convert_actual): Update.
4142
e9e5e6b3
TT
41432012-05-21 Tom Tromey <tromey@redhat.com>
4144
4145 * macroexp.c (macro_stringify): Terminate the string.
4146
1564a261
JK
41472012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4148
4149 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
4150 Describe it.
4151 * auto-load.c (auto_load_expand_dir_vars): New function.
4152 (auto_load_safe_path_vec_update): Use it, remove the
4153 substitute_path_component call thanks to it.
4154 (auto_load_objfile_script): Remove the debug_file_directory processing.
4155 Use auto_load_expand_dir_vars, remove the substitute_path_component
4156 call thanks to it.
4157 * configure: Regenerate.
4158 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
4159 path. Escape $ also for $debugdir.
4160 (--with_auto_load_safe_path): Escape $ also for $debugdir.
4161 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
4162
a3ec0bb1
DE
41632012-05-20 Doug Evans <dje@google.com>
4164
4165 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
4166 before use. Check for symtab->includes == NULL before scanning it.
4167
d467df4e
MR
41682012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4169
4170 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
4171
4cc0665f
MR
41722012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4173
4174 * NEWS: Add microMIPS support and "set mips compression",
4175 "show mips compression" commands.
4176 * mips-tdep.h (mips_isa): New enum.
4177 (gdbarch_tdep): Add mips_isa.
4178 (mips_pc_is_mips16): Update prototype.
4179 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
4180 * mips-tdep.c (mips_compression_mips16): New variable.
4181 (mips_compression_micromips): Likewise.
4182 (mips_compression_strings): Likewise.
4183 (mips_compression_string): Likewise.
4184 (is_mips16_isa, is_micromips_isa): New functions.
4185 (is_mips16_addr): Rename to...
4186 (is_compact_addr): ... this.
4187 (unmake_mips16_addr): Likewise to...
4188 (unmake_compact_addr): ... this.
4189 (make_mips16_addr): Likewise to...
4190 (make_compact_addr): ... this.
4191 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
4192 functions.
4193 (mips_elf_make_msymbol_special): Handle microMIPS code.
4194 (msymbol_is_special): Rename to...
4195 (msymbol_is_mips16): ... this.
4196 (mips_make_symbol_special, mips_pc_is_mips16): Update
4197 accordingly.
4198 (msymbol_is_mips, msymbol_is_micromips): New functions.
4199 (mips16_to_32_reg): Rename to...
4200 (mips_reg3_to_reg): ... this.
4201 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
4202 (mips_pc_isa): Likewise.
4203 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
4204 code.
4205 (mips_fetch_instruction): Pass return status instead of printing
4206 an error message if requested. Handle microMIPS code. Bail out
4207 on an invalid ISA.
4208 (micromips_op): New macro.
4209 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
4210 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
4211 (b6s4_op, b7s3_reg): Likewise.
4212 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
4213 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
4214 (mips_insn_size): New function.
4215 (mips32_next_pc): Update mips_fetch_instruction call.
4216 (micromips_relative_offset7): New function.
4217 (micromips_relative_offset10): Likewise.
4218 (micromips_relative_offset16): Likewise.
4219 (micromips_pc_insn_size): Likewise.
4220 (micromips_bc1_pc): Likewise.
4221 (micromips_next_pc): Likewise.
4222 (unpack_mips16): Update mips_fetch_instruction call.
4223 (extended_mips16_next_pc): Update according to change to
4224 mips16_to_32_reg.
4225 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
4226 code.
4227 (mips16_scan_prologue): Update mips_fetch_instruction call.
4228 Update according to change to mips16_to_32_reg.
4229 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
4230 (mips_insn16_frame_base_sniffer): Likewise.
4231 (micromips_decode_imm9): New function.
4232 (micromips_scan_prologue): Likewise.
4233 (mips_micro_frame_cache): Likewise.
4234 (mips_micro_frame_this_id): Likewise.
4235 (mips_micro_frame_prev_register): Likewise.
4236 (mips_micro_frame_sniffer): Likewise.
4237 (mips_micro_frame_unwind): New variable.
4238 (mips_micro_frame_base_address): New function.
4239 (mips_micro_frame_base): New variable.
4240 (mips_micro_frame_base_sniffer): New function.
4241 (mips32_scan_prologue): Update mips_fetch_instruction call.
4242 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
4243 rather than for MIPS16.
4244 (mips_insn32_frame_base_sniffer): Likewise.
4245 (mips_addr_bits_remove): Handle microMIPS code.
4246 (deal_with_atomic_sequence): Rename to...
4247 (mips_deal_with_atomic_sequence): ... this. Update the type
4248 of the variable used to hold an instruction. Remove the ISA bit
4249 check. Update mips_fetch_instruction call.
4250 (micromips_deal_with_atomic_sequence): New function.
4251 (deal_with_atomic_sequence): Likewise.
4252 (mips_about_to_return): Handle microMIPS code. Update
4253 mips_fetch_instruction call.
4254 (heuristic_proc_start): Check for the standard MIPS ISA rather
4255 than for MIPS16. Update mips_pc_is_mips16 and
4256 mips_fetch_instruction calls. Handle microMIPS code.
4257 (mips_push_dummy_code): Handle microMIPS code.
4258 (mips_eabi_push_dummy_call): Likewise.
4259 (mips_o32_return_value): Update mips_pc_is_mips16 call.
4260 (mips_o64_push_dummy_call): Handle microMIPS code.
4261 (mips_o64_return_value): Update mips_pc_is_mips16 call.
4262 (is_delayed): Remove function.
4263 (mips_single_step_through_delay): Replace the call to is_delayed
4264 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
4265 Handle microMIPS code.
4266 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
4267 microMIPS code.
4268 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
4269 call.
4270 (micromips_in_function_epilogue_p): New function.
4271 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
4272 call.
4273 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
4274 Handle microMIPS.
4275 (gdb_print_insn_mips): Likewise.
4276 (mips_breakpoint_from_pc): Likewise.
4277 (mips_remote_breakpoint_from_pc): New function.
4278 (mips32_instruction_has_delay_slot): Simplify making use of the
4279 updated mips_fetch_instruction interface.
4280 (micromips_instruction_has_delay_slot): New function.
4281 (mips16_instruction_has_delay_slot): Simplify making use of the
4282 updated mips_fetch_instruction interface.
4283 (mips_adjust_breakpoint_address): Check for the standard MIPS
f782ad9b 4284 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
4cc0665f
MR
4285 calls. Handle microMIPS code.
4286 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
4287 (mips_skip_trampoline_code): Handle microMIPS code.
4288 (global_mips_compression): New function.
4289 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
4290 file flags. Register the microMIPS remote breakpoint handler
4291 and heuristic frame unwinder.
4292 (show_mips_compression): New function.
4293 (_initialize_mips_tdep): Add the "set mips compression" and
4294 "show mips compression" commands.
4295
22e048c9
SDJ
42962012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
4297
4298 * ada-lang.c:
4299 * ada-tasks.c:
4300 * ada-varobj.c:
4301 * amd64-darwin-tdep.c:
4302 * arm-symbian-tdep.c:
4303 * arm-tdep.c:
4304 * avr-tdep.c:
4305 * ax-gdb.c:
4306 * bfin-linux-tdep.c:
4307 * breakpoint.c:
4308 * c-valprint.c:
4309 * cli/cli-cmds.c:
4310 * coffread.c:
4311 * cp-support.c:
4312 * cris-tdep.c:
4313 * dwarf2-frame-tailcall.c:
4314 * dwarf2-frame.c:
4315 * dwarf2expr.c:
4316 * dwarf2loc.c:
4317 * dwarf2read.c:
4318 * elfread.c:
4319 * eval.c:
4320 * expprint.c:
4321 * f-valprint.c:
4322 * frv-tdep.c:
4323 * h8300-tdep.c:
4324 * hppa-hpux-tdep.c:
4325 * hppa-tdep.c:
4326 * hppanbsd-tdep.c:
4327 * i386-nto-tdep.c:
4328 * i386-tdep.c:
4329 * i387-tdep.c:
4330 * ia64-tdep.c:
4331 * jit.c:
4332 * linespec.c:
4333 * linux-tdep.c:
4334 * lm32-tdep.c:
4335 * m2-valprint.c:
4336 * m32c-tdep.c:
4337 * m32r-rom.c:
4338 * m32r-tdep.c:
4339 * m68k-tdep.c:
4340 * m68klinux-tdep.c:
4341 * mi/mi-main.c:
4342 * microblaze-tdep.c:
4343 * mips-linux-tdep.c:
4344 * mips-tdep.c:
4345 * mn10300-tdep.c:
4346 * p-valprint.c:
4347 * parse.c:
4348 * ppc-linux-tdep.c:
4349 * ppc-sysv-tdep.c:
4350 * printcmd.c:
4351 * python/py-finishbreakpoint.c:
4352 * python/py-inferior.c:
4353 * python/py-infthread.c:
4354 * python/py-type.c:
4355 * python/python.c:
4356 * remote-fileio.c:
4357 * remote-m32r-sdi.c:
4358 * remote-mips.c:
4359 * reverse.c:
4360 * rl78-tdep.c:
4361 * rs6000-aix-tdep.c:
4362 * rs6000-tdep.c:
4363 * s390-tdep.c:
4364 * score-tdep.c:
4365 * sh64-tdep.c:
4366 * skip.c:
4367 * solib-darwin.c:
4368 * solib-dsbt.c:
4369 * solib-frv.c:
4370 * sparc-tdep.c:
4371 * spu-multiarch.c:
4372 * spu-tdep.c:
4373 * stack.c:
4374 * symfile.c:
4375 * symtab.c:
4376 * tic6x-tdep.c:
4377 * tracepoint.c:
4378 * v850-tdep.c:
4379 * valarith.c:
4380 * valprint.c:
4381 * value.c:
4382 * xcoffread.c:
4383 * xtensa-tdep.c:
4384 * ada-lang.c:
4385 * ada-tasks.c:
4386 * ada-varobj.c:
4387 * amd64-darwin-tdep.c:
4388 * arm-symbian-tdep.c:
4389 * arm-tdep.c: Delete unused variables.
4390
aff139ff
JK
43912012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4392
4393 Rename $ddir to $datadir.
4394 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
4395 * auto-load.c (auto_load_safe_path_vec_update)
4396 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
4397 * configure: Regenerate.
4398 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
4399 Likewise. Remove the 'use $ddir' help string.
4400
f7bfa992
JK
44012012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4402
4403 * auto-load.c (show_auto_load_safe_path): Accept any combination of
4404 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
4405
9cb709b6
TT
44062012-05-18 Tom Tromey <tromey@redhat.com>
4407
4408 PR exp/13907:
4409 * valprint.h (struct value_print_options) <symbol_print>: New
4410 field.
4411 * valprint.c (user_print_options): Add default for symbol_print.
4412 (show_symbol_print): New function.
4413 (generic_val_print): Respect symbol_print.
4414 (_initialize_valprint): Add "print symbol" setting.
4415 * f-valprint.c (f_val_print): Respect symbol_print.
4416 * c-valprint.c (c_val_print): Respect symbol_print.
4417 * NEWS: Update.
4418 * printcmd.c (print_address_symbolic): Return int. Ignore some
4419 zero-size symbols.
4420 (print_address_demangle): Return int.
4421 * defs.h: (print_address_symbolic): Return int.
4422 * value.h (print_address_demangle): Return int.
4423
b012acdd
TT
44242012-05-18 Tom Tromey <tromey@redhat.com>
4425
4426 * valprint.c (val_print_string): Don't print leading space.
4427 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
4428 print space before string or vtbl.
4429 * m2-valprint.c (print_unpacked_pointer): Optionally print space
4430 before string.
4431 * jv-valprint.c (java_value_print): Print space before string.
4432 * go-valprint.c (print_go_string): Print space before string.
4433 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
4434 space before string.
4435 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
4436 space before string or vtbl.
4437 * auxv.c (fprint_target_auxv): Print space after address.
4438
1d51a733
TT
44392012-05-18 Tom Tromey <tromey@redhat.com>
4440
4441 * printcmd.c (print_address_demangle): Remove special case for 0.
4442
edf0c1b7
TT
44432012-05-18 Tom Tromey <tromey@redhat.com>
4444
4445 * printcmd.c (print_address_demangle): Add 'opts' argument.
4446 * p-valprint.c (pascal_val_print): Update.
4447 * jv-valprint.c (java_val_print): Update.
4448 * value.h: Update.
4449 * valprint.c (generic_val_print): Update.
4450 (print_function_pointer_address): Add 'options' argument. Remove
4451 'addressprint' argument. Update.
4452 * m2-valprint.c (print_unpacked_pointer): Update.
4453 * gnu-v3-abi.c (print_one_vtable): Update.
4454 (gnuv3_print_method_ptr): Update.
4455 * f-valprint.c (f_val_print): Update.
4456 * cp-valprint.c (cp_print_value_fields): Update.
4457 * valprint.h (print_function_pointer_address): Update.
4458 * c-valprint.c (c_val_print): Update.
4459
9703b513
TT
44602012-05-18 Tom Tromey <tromey@redhat.com>
4461
4462 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
4463 directly corresponding to the found psymtab.
4464 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
4465 (dw2_find_pc_sect_symtab): Use it.
4466 * block.h (blockvector_contains_pc): Declare.
4467 * block.c (find_block_in_blockvector): New function.
4468 (blockvector_for_pc_sect): Use it.
4469 (blockvector_contains_pc): New function.
4470
5a439849
MR
44712012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4472
4473 * mips-tdep.h (mips_write_pc): New prototype.
4474 * mips-tdep.c (mips_write_pc): Make external, add description.
4475 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
4476 add description.
4477
8376de04
MR
44782012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4479
4480 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
4481 mips_regnum->pc.
4482 (mips_unwind_pc, mips_write_pc): Likewise.
4483 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
4484 gdbarch_read_pc.
4485
d3581e61
JB
44862012-05-17 Joel Brobecker <brobecker@adacore.com>
4487
4488 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
4489 proc_warn, proc_error, proc_get_status, proc_flags,
4490 proc_why, proc_what, proc_nsysarg, proc_sysargs,
4491 proc_set_run_on_last_close, proc_unset_run_on_last_close,
4492 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
4493 proc_stop_process, proc_wait_for_stop, proc_run_process,
4494 proc_set_traced_signals, proc_set_traced_faults,
4495 proc_set_traced_sysentry, proc_set_traced_sysexit,
4496 proc_set_held_signals, proc_get_held_signals,
4497 proc_get_traced_signals, proc_get_traced_faults,
4498 proc_get_traced_sysentry, proc_get_traced_sysexit,
4499 proc_clear_current_fault, proc_set_current_signal,
4500 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
4501 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
4502 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
4503 proc_get_current_thread, proc_get_current_thread,
4504 proc_get_current_thread, proc_update_threads,
4505 proc_update_threads, proc_update_threads, proc_update_threads,
4506 proc_iterate_over_threads, procfs_find_new_threads,
4507 procfs_pid_to_str): Make static. Remove advance declaration.
4508 (proc_cursig): Make static. Conditionalized defintion on
4509 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
4510 (proc_syscall, proc_set_kill_on_last_close,
4511 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
4512 proc_get_pending_signals, proc_get_signal_actions,
4513 proc_trace_signal, proc_ignore_signal): Delete.
4514
81b9b86e
SDJ
45152012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
4516
4517 * coffread.c (cs_section_address): Passing proper argument for
4518 `bfd_get_section_vma'.
4519 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
4520 `bfd_get_section_flags'.
4521 * remote.c (remote_trace_set_readonly_regions): Likewise, for
4522 `bfd_get_section_vma'.
4523
abc9d0dc
TT
45242012-05-16 Tom Tromey <tromey@redhat.com>
4525
4526 PR macros/13205:
4527 * macrotab.h: (macro_define_special): Declare.
4528 (enum macro_special_kind): New.
4529 (struct macro_definition) <argc, replacement>: Update comments.
4530 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
4531 (macro_define_object_internal): New function.
4532 (macro_define_object): Use it.
4533 (macro_define_special): New function.
4534 (fixup_definition): New function.
4535 (macro_lookup_definition, foreach_macro_in_scope)
4536 (foreach_macro): Use fixup_definition.
4537 * macroexp.h (macro_stringify): Declare.
4538 * macroexp.c (free_buffer_return_text): New function.
4539 (stringify): Constify "arg".
4540 (macro_stringify): New function.
4541 * dwarf2read.c (macro_start_file): Call macro_define_special.
4542
6a3a010b 45432012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
f782ad9b 4544 Maciej W. Rozycki <macro@mips.com>
6a3a010b
MR
4545
4546 * breakpoint.h (bp_location): Add related_address member.
4547 * inferior.h (get_return_value): Take a pointer to struct value
4548 instead of struct type for the function requested.
4549 * value.h (using_struct_return): Likewise.
4550 * gdbarch.sh (return_value): Take a pointer to struct value
4551 instead of struct type for the function requested.
4552 * breakpoint.c (set_breakpoint_location_function): Initialize
4553 related_address for bp_gnu_ifunc_resolver breakpoints.
4554 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
4555 requested function's address to gdbarch_return_value.
4556 * eval.c (evaluate_subexp_standard): Pass the requested
4557 function's address to using_struct_return.
4558 * infcall.c (call_function_by_hand): Pass the requested
4559 function's address to using_struct_return and
4560 gdbarch_return_value.
4561 * infcmd.c (get_return_value): Take a pointer to struct value
4562 instead of struct type for the function requested.
4563 (print_return_value): Update accordingly.
4564 (finish_command_continuation): Likewise.
4565 * stack.c (return_command): Pass the requested function's
4566 address to using_struct_return and gdbarch_return_value.
4567 * value.c (using_struct_return): Take a pointer to struct value
4568 instead of struct type for the function requested. Pass the
4569 requested function's address to gdbarch_return_value.
4570 * python/py-finishbreakpoint.c (finish_breakpoint_object):
4571 New function_value member, replacing function_type.
4572 (bpfinishpy_dealloc): Update accordingly.
4573 (bpfinishpy_pre_stop_hook): Likewise.
4574 (bpfinishpy_init): Likewise. Record the requested function's
4575 address.
4576 * mips-tdep.c (mips_fval_reg): New enum.
4577 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
4578 words put in GP registers.
4579 (mips_o64_push_dummy_call): Update a comment.
4580 (mips_o32_return_value): Take a pointer to struct value instead
4581 of struct type for the function requested and use it to check if
4582 using the MIPS16 calling convention. Return the designated
4583 general purpose registers for floating-point values returned in
4584 MIPS16 mode.
4585 (mips_o64_return_value): Likewise.
4586 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
4587 (ppc_sysv_abi_broken_return_value): Likewise.
4588 (ppc64_sysv_abi_return_value): Likewise.
4589 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
4590 value instead of struct type for the function requested.
4591 * amd64-tdep.c (amd64_return_value): Likewise.
4592 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
4593 * arm-tdep.c (arm_return_value): Likewise.
4594 * avr-tdep.c (avr_return_value): Likewise.
4595 * bfin-tdep.c (bfin_return_value): Likewise.
4596 * cris-tdep.c (cris_return_value): Likewise.
4597 * frv-tdep.c (frv_return_value): Likewise.
4598 * h8300-tdep.c (h8300_return_value): Likewise.
4599 (h8300h_return_value): Likewise.
4600 * hppa-tdep.c (hppa32_return_value): Likewise.
4601 (hppa64_return_value): Likewise.
4602 * i386-tdep.c (i386_return_value): Likewise.
4603 * ia64-tdep.c (ia64_return_value): Likewise.
4604 * iq2000-tdep.c (iq2000_return_value): Likewise.
4605 * lm32-tdep.c (lm32_return_value): Likewise.
4606 * m32c-tdep.c (m32c_return_value): Likewise.
4607 * m32r-tdep.c (m32r_return_value): Likewise.
4608 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
4609 * m68k-tdep.c (m68k_return_value): Likewise.
4610 (m68k_svr4_return_value): Likewise.
4611 * m88k-tdep.c (m88k_return_value): Likewise.
4612 * mep-tdep.c (mep_return_value): Likewise.
4613 * microblaze-tdep.c (microblaze_return_value): Likewise.
4614 * mn10300-tdep.c (mn10300_return_value): Likewise.
4615 * moxie-tdep.c (moxie_return_value): Likewise.
4616 * mt-tdep.c (mt_return_value): Likewise.
4617 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
4618 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
4619 (ppc_sysv_abi_broken_return_value): Likewise.
4620 (ppc64_sysv_abi_return_value): Likewise.
4621 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
4622 * rl78-tdep.c (rl78_return_value): Likewise.
4623 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
4624 * rx-tdep.c (rx_return_value): Likewise.
4625 * s390-tdep.c (s390_return_value): Likewise.
4626 * score-tdep.c (score_return_value): Likewise.
4627 * sh-tdep.c (sh_return_value_nofpu): Likewise.
4628 (sh_return_value_fpu): Likewise.
4629 * sh64-tdep.c (sh64_return_value): Likewise.
4630 * sparc-tdep.c (sparc32_return_value): Likewise.
4631 * sparc64-tdep.c (sparc64_return_value): Likewise.
4632 * spu-tdep.c (spu_return_value): Likewise.
4633 * tic6x-tdep.c (tic6x_return_value): Likewise.
4634 * v850-tdep.c (v850_return_value): Likewise.
4635 * vax-tdep.c (vax_return_value): Likewise.
4636 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
4637 * xtensa-tdep.c (xtensa_return_value): Likewise.
4638 * gdbarch.c: Regenerate.
4639 * gdbarch.h: Regenerate.
4640
29ca12b3
TT
46412012-05-15 Tom Tromey <tromey@redhat.com>
4642
4643 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
4644
588ae58c
JB
46452012-05-15 Joel Brobecker <brobecker@adacore.com>
4646
4647 * breakpoint.c (init_breakpoint_sal): Add quotes around part
4648 of command in two error message.
4649
855a6e68
JB
46502012-05-15 Joel Brobecker <brobecker@adacore.com>
4651
4652 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
4653
d634f2de
JB
46542012-05-15 Joel Brobecker <brobecker@adacore.com>
4655
4656 * breakpoint.c (find_condition_and_thread): Minor reformatting.
4657
9cc815f5
JK
46582012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4659
4660 * NEWS (show auto-load scripts-directory): Add forgotten command.
4661
6a609e58
JK
46622012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4663
4664 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
4665 parameters.
4666
ac1438b5
L
46672012-05-14 H.J. Lu <hongjiu.lu@intel.com>
4668
4669 * amd64-tdep.c: Include features/i386/x32.c and
4670 features/i386/x32-avx.c.
4671 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
4672 initialize_tdesc_x32_avx.
4673
e7e0cddf
SS
46742012-05-14 Stan Shebs <stan@codesourcery.com>
4675
4676 Add dynamic printf.
4677 * breakpoint.h (enum bptype): New type bp_dprintf.
4678 (struct breakpoint): New field extra_string.
4679 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
4680 (create_breakpoint): Add extra_string arg.
4681 * breakpoint.c (dprintf_breakpoint_ops): New.
4682 (is_breakpoint): Add bp_dprintf.
4683 (bpstat_what): Add dprintf case.
4684 (bptype_string): Ditto.
4685 (print_one_breakpoint_location): Ditto.
4686 (init_bp_location): Ditto.
4687 (bkpt_print_mention): Ditto.
4688 (dprintf_style_enums): New array.
4689 (dprintf_style): New global.
4690 (dprintf_function): New global.
4691 (dprintf_channel): New global.
4692 (update_dprintf_command_list): New function.
4693 (update_dprintf_commands): New function.
4694 (init_breakpoint_sal): Add extra_string argument, handle it.
4695 (create_breakpoint_sal): Add extra_string argument.
4696 (create_breakpoints_sal): Add extra_string argument, update callers.
4697 (find_condition_and_thread): Add extra argument.
4698 (create_breakpoint): Add extra_string argument, record it.
4699 (dprintf_command): New function.
4700 (break_command_1): Add arg to create_breakpoint call.
4701 (handle_gnu_v3_exceptions): Ditto.
4702 (trace_command): Ditto.
4703 (ftrace_command): Ditto.
4704 (strace_command): Ditto.
4705 (bkpt_print_mention): Add dprintf case.
4706 (create_breakpoint_sal_default): Add extra_string argument.
4707 (_initialize_breakpoint): Add new commands.
4708 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
4709 * python/py-breakpoint.c (bppy_init): Ditto.
4710 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
4711
8ae38c14
MR
47122012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
4713
4714 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
4715
9f676e66
SCR
47162012-05-14 Siva Chandra Reddy <sivachandra@google.com>
4717
4718 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
4719 unsigned long long.
4720
7efc75aa
SCR
47212012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4722
4723 Add a new function gdb.find_pc_line to the Python API.
4724 * NEWS (Python Scripting): Add entry about the new function.
4725 * python/python.c (gdbpy_find_pc_line): New function which
4726 implements gdb.find_pc_line.
4727 (GdbMethods): Add entry for the new function.
4728
70af3797
PA
47292012-05-12 Pedro Alves <palves@redhat.com>
4730
4731 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
4732 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
4733
06da564e
EZ
47342012-05-12 Eli Zaretskii <eliz@gnu.org>
4735
4736 * inferior.c: Include completer.h
4737 (initialize_inferiors): Set completer of add-inferior to
4738 filename_completer.
4739
0288cee2
L
47402012-05-11 H.J. Lu <hongjiu.lu@intel.com>
4741
4742 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
4743 gdbarch_ptr_bit for x32 core dump.
4744
f6537a2c
L
47452012-05-11 H.J. Lu <hongjiu.lu@intel.com>
4746
4747 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
4748 and features/i386/x32-avx-linux.c.
4749
85d4a676
SS
47502012-05-11 Stan Shebs <stan@codesourcery.com>
4751 Kwok Cheung Yeung <kcy@codesourcery.com>
4752
4753 * NEWS: Describe new info os commands.
4754 * common/linux-osdata.c (PID_T, TIME_T): Define.
4755 (MAX_PID_T_STRLEN): New.
4756 (linux_common_core_of_thread): Add comment. Change to use PID_T and
4757 MAX_PID_T_STRLEN.
4758 (command_from_pid): Add comment. Change to use PID_T.
4759 (commandline_from_pid): Change to use PID_T.
4760 (user_from_pid): Add comment.
4761 (get_process_owner): Add comment. Change to use PID_T and
4762 MAX_PID_T_STRLEN.
4763 (get_number_of_cpu_cores): Add comment.
4764 (get_cores_used_by_process): Add comment. Change to use PID_T and
4765 MAX_PID_T_STRLEN.
4766 (linux_xfer_osdata_processes): Change to use PID_T and
4767 MAX_PID_T_STRLEN.
4768 (compare_processes): New function.
4769 (linux_xfer_osdata_processgroups): New function.
4770 (linux_xfer_osdata_threads): Change to use PID_T.
4771 (linux_xfer_osdata_fds): New function.
4772 (format_socket_state, print_sockets): New functions.
4773 (union socket_addr): New union.
4774 (linux_xfer_osdata_isockets): New function.
4775 (time_from_time_t, group_from_gid): New functions.
4776 (linux_xfer_osdata_shm): New function.
4777 (linux_xfer_osdata_sem): New function.
4778 (linux_xfer_osdata_msg): New function.
4779 (linux_xfer_osdata_modules): New function.
4780 (osdata_table): Add new entries.
4781 * common/buffer.c (buffer_xml_printf): Add support for long and
4782 long long format specifiers.
4783
f24afd6d
L
47842012-05-11 H.J. Lu <hongjiu.lu@intel.com>
4785
4786 * amd64-linux-tdep.h (tdesc_x32_linux): New.
4787 (tdesc_x32_avx_linux): Likewise.
4788
7349ff92
JK
47892012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4790
4791 Implement multi-component --with-auto-load-dir.
4792 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
4793 entries.
4794 (--with-auto-load-safe-path): Update the default value description.
4795 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
4796 New.
4797 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
4798 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
4799 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
4800 (_initialize_auto_load): Initialize also auto_load_dir. Install new
4801 "set auto-load scripts-directory".
4802 * config.in: Regenerate.
4803 * configure: Regenerate.
4804 * configure.ac (--with-auto-load-dir): New configure option.
4805 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
4806
6dea1fbd
JK
48072012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4808
4809 Provide $ddir substitution for --with-auto-load-safe-path.
4810 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
4811 entries.
4812 * auto-load.c: Include observer.h.
4813 (auto_load_safe_path_vec_update): Call substitute_path_component for
4814 each component. New variable ddir_subst.
4815 (auto_load_gdb_datadir_changed): New function.
4816 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
4817 AUTO_LOAD_SAFE_PATH. New comment.
4818 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
4819 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
4820 * config.in: Regenerate.
4821 * configure: Regenerate.
4822 * configure.ac (--auto-load-safe-path): Rename
4823 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
4824 GDB_DATADIR/auto-load.
4825 * defs.h (substitute_path_component): New declaration.
4826 * top.c: Include observer.h.
4827 (set_gdb_datadir): New function.
4828 (init_main): Install it for "set data-directory".
4829 * utils.c (substitute_path_component): New function.
4830
b09aca3a
JK
48312012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4832
4833 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
4834 * auto-load.c (auto_load_objfile_script): Remove check for NULL
4835 DEBUG_FILE_DIRECTORY. Handle multiple components of
4836 DEBUG_FILE_DIRECTORY.
4837
95554aad
TT
48382012-05-10 Tom Tromey <tromey@redhat.com>
4839
4840 * dwarf2read.c (recursively_write_psymbols): New function.
4841 (write_psymtabs_to_index): Use it.
4842
4843 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
4844 field.
4845 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
4846 (load_partial_comp_unit): Update.
4847 (queue_comp_unit): Add argument 'pretend_language'.
4848 (process_queue): Update.
4849 (psymtab_to_symtab_1): Skip dependencies that have a user.
4850 (load_partial_comp_unit_reader): Give meaning to the 'data'
4851 argument.
4852 (load_full_comp_unit): Add 'pretend_language' argument.
4853 (process_full_comp_unit): Add 'pretend_language' argument. Set
4854 language on CU.
4855 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
4856 Update.
4857 (maybe_queue_comp_unit): Add 'pretend_language' argument.
4858 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
4859 Update.
4860 (prepare_one_comp_unit): Add 'pretend_language' argument.
4861
4862 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
4863 (struct dwarf2_per_objfile) <just_read_cus>: New field.
4864 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
4865 (dw2_do_instantiate_symtab): Check whether symtab was read in
4866 before queueing.
4867 (dw2_instantiate_symtab): Add assertion. Call
4868 process_cu_includes.
4869 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
4870 (partial_symtab_p): New typedef.
4871 (set_partial_user): New function.
4872 (dwarf2_build_psymtabs_hard): Use set_partial_user.
4873 (scan_partial_symbols): Add imported CU to imported_symtabs.
4874 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
4875 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
4876 (get_symtab, recursively_compute_inclusions)
4877 (compute_symtab_includes, process_cu_includes)
4878 (process_imported_unit_die): New functions.
4879 (process_die) <DW_TAG_imported_unit>: New case.
4880 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
4881
4882 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
4883 comment.
4884 (struct partial_die_info) <locdesc>: Remove.
4885 <d>: New field.
4886 (process_psymtab_comp_unit): Add 'read_partial' argument.
4887 Update.
4888 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
4889 (scan_partial_symbols): Handle DW_TAG_imported_unit.
4890 (add_partial_symbol): Update.
4891 (process_die): Handle DW_TAG_partial_unit.
4892 (read_file_scope): Update comment.
4893 (load_partial_dies): Handle DW_TAG_imported_unit.
4894 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
4895 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
4896
e871fbb9
TT
48972012-05-10 Tom Tromey <tromey@redhat.com>
4898
4899 * cc-with-dwz.sh: New file.
4900
b5b04b5b
TT
49012012-05-10 Tom Tromey <tromey@redhat.com>
4902
4903 * symtab.h (struct symtab) <includes, user>: New fields.
4904 * block.h (struct block_iterator) <d, idx, which>: New fields.
4905 * block.c (initialize_block_iterator, find_iterator_symtab)
4906 (block_iterator_step, block_iter_name_step)
4907 (block_iter_match_step): New functions.
4908 (block_iterator_first, block_iterator_next)
4909 (block_iter_name_first, block_iter_name_next)
4910 (block_iter_match_first, block_iter_match_next): Rewrite.
4911 (get_block_symtab): New function.
4912
84a146c9
TT
49132012-05-10 Tom Tromey <tromey@redhat.com>
4914
4915 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
4916 set_block_symtab.
4917 * jit.c (finalize_symtab): Use allocate_global_block,
4918 set_block_symtab.
4919 * buildsym.c (finish_block_internal): New function, from old
4920 finish_block.
4921 (finish_block): Rewrite.
4922 (end_symtab): Use finish_block_internal, set_block_symtab.
4923 * block.h (struct global_block): New.
4924 (allocate_global_block, set_block_symtab): Declare.
4925 * block.c (allocate_global_block, set_block_symtab): New
4926 functions.
4927
9439a077
TT
49282012-05-10 Tom Tromey <tromey@redhat.com>
4929
4930 * psymtab.c (partial_map_expand_apply): Add assertion.
4931 (partial_map_symtabs_matching_filename): Skip included psymtabs.
4932 (psymtab_to_symtab): Find unshared psymtab.
4933 (dump_psymtab): Print including psymtabs.
4934 (recursively_search_psymtabs): New function.
4935 (expand_symtabs_matching_via_partial): Use it.
4936 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
4937 fields.
4938 (enum psymtab_search_status): New.
4939
8157b174
TT
49402012-05-10 Tom Tromey <tromey@redhat.com>
4941
4942 * tracepoint.c (scope_info): Update.
4943 * symtab.c (lookup_block_symbol, iterate_over_symbols)
4944 (find_pc_sect_symtab, search_symbols)
4945 (default_make_symbol_completion_list_break_on)
4946 (make_file_symbol_completion_list): Update.
4947 * symmisc.c (dump_symtab_1): Update.
4948 * stack.c (print_frame_args, iterate_over_block_locals)
4949 (print_frame_labels, iterate_over_block_arg_vars): Update.
4950 * python/py-block.c (block_object) <dict>: Remove.
4951 <block>: New field.
4952 <iter>: Change type.
4953 (blpy_iter): Update.
4954 (blpy_block_syms_iternext): Update.
4955 * psymtab.c (map_block): Use block iterators.
4956 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
4957 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
4958 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
4959 * infrun.c (check_exception_resume): Update.
4960 * cp-support.c (make_symbol_overload_list_block): Update.
4961 * coffread.c (patch_opaque_types): Update.
4962 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
4963 * block.h (struct block_iterator): New.
4964 (block_iterator_first, block_iterator_next, block_iter_name_first)
4965 (block_iter_name_next, block_iter_match_first)
4966 (block_iter_match_next): Declare.
4967 (ALL_BLOCK_SYMBOLS): Redefine.
4968 * block.c (block_iterator_first, block_iterator_next)
4969 (block_iter_name_first, block_iter_name_next)
4970 (block_iter_match_first, block_iter_match_next): New functions.
4971 * ada-lang.c (ada_add_block_symbols)
4972 (ada_make_symbol_completion_list): Use block iterator.
4973
a2ca7a52
TT
49742012-05-10 Tom Tromey <tromey@redhat.com>
4975
4976 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
4977 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
4978 (lookup_partial_symbol, find_last_source_symtab_from_partial)
4979 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
4980 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
4981 Update.
4982
64ea88dc
JB
49832012-05-10 Joel Brobecker <brobecker@adacore.com>
4984
4985 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
4986 print-file-var-lib2.c, print-file-var-main.c and
4987 print-file-var.exp (located in gdb/testsuite/gdb.base).
4988
99a547d6
JB
49892012-05-10 Joel Brobecker <brobecker@adacore.com>
4990
4991 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4992 try locating the symbol in the symbol's own objfile first, before
4993 extending the search to all objfiles.
4994 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4995 out of lookup_symbol_aux_symtabs.
4996 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4997 Replace extracted-out code by call to lookup_symbol_aux_objfile.
4998 Do not search EXCLUDE_OBJFILE.
4999 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5000 (lookup_symbol_global): Search for matches in the block's objfile
5001 first, before searching all other objfiles.
5002
0ece64fd
TG
50032012-05-10 Tristan Gingold <gingold@adacore.com>
5004
5005 * printcmd.c (set_command): Add pre/post inc/dec.
5006
3d16a105
FCE
50072012-05-09 Frank Ch. Eigler <fche@redhat.com>
5008
5009 * gdb.1: Document -ex option.
5010
2efbc0f7
JB
50112012-05-09 Joel Brobecker <brobecker@adacore.com>
5012
5013 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
5014 * inferior.h (AT_SYMBOL): Delete.
5015
2c76a0c7
JB
50162012-05-09 Joel Brobecker <brobecker@adacore.com>
5017
5018 * mips-tdep.c (mips_push_dummy_code): New function.
5019 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
5020 ON_STACK and install mips_push_dummy_code as our gdbarch
5021 push_dummy_code routine.
5022
9401a810
PA
50232012-05-09 Pedro Alves <palves@redhat.com>
5024
5025 * target.c (set_maintenance_target_async_permitted): Rename to ...
5026 (set_target_async_command): ... this.
5027 (show_maintenance_target_async_permitted): Rename to ...
5028 (show_target_async_command): ... this.
5029 (initialize_targets): Adjust.
5030
3929b321
DE
50312012-05-08 Doug Evans <dje@google.com>
5032
5033 * go-exp.y (classify_name): Add missing assignment of fields of
5034 yylval.ssym.
5035
c41535fd
EZ
50362012-05-08 Eli Zaretskii <eliz@gnu.org>
5037
5038 Display the ">" prompt in interactive mode while reading canned
5039 commands, even when the current interpreter is MI.
5040
5041 * interps.c (interp_set_temp): New function.
5042
5043 * interps.h (interp_set_temp): Add prototype.
5044
5045 * cli/cli-script.c (restore_interp): New cleanup function.
5046 (read_command_lines): Temporarily override the current interpreter
5047 with CLI and arrange for restoring the original one.
5048
c0749c4d
JS
50492012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
5050
5051 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
5052
d7333987
SDJ
50532012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
5054
5055 * probe.c (parse_probes): Move conditional to check for
5056 debuginfo files from here...
5057 * stap-probe.c (stap_get_probes): ... to here.
5058
649e6d92
MK
50592012-05-07 Mark Kettenis <kettenis@gnu.org>
5060 H.J. Lu <hongjiu.lu@intel.com>
5061
5062 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
5063 `movl %esp, %ebp' for the X32 ABI.
5064
f39c6ffd
TT
50652012-05-07 Tom Tromey <tromey@redhat.com>
5066
5067 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
5068 get_DW_TAG_name.
5069 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
5070 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
5071 (dwarf_stack_op_name): Remove.
5072 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
5073 (decode_locdesc): Use get_DW_OP_name.
5074 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
5075 (dwarf2_compile_expr_to_ax): Likewise.
5076 (disassemble_dwarf_expression): Likewise.
5077 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
5078
1e1f6591
CLT
50792012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
5080
5081 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
5082 (sh_linux_sigtramp_cache): New function.
5083 (sh_linux_sigreturn_init): New function.
5084 (sh_linux_rt_sigreturn_init): New function.
5085 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
5086 patterns.
5087 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
5088 syscall codes.
5089 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
5090 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
5091 (sh_linux_init_abi): Add init calls to register new tramp_frame
5092 definitions under 32-bit SH, update comments.
5093
545c08b4
PA
50942012-05-07 Pedro Alves <palves@redhat.com>
5095
daac165e
PA
5096 PR gdb/10952
5097
545c08b4
PA
5098 * amd64-linux-tdep.c: Include glibc-tdep.h.
5099 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
5100 gdbarch_skip_solib_resolver callback.
5101
af2c1515
JK
51022012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5103
5104 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
5105 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
5106 (show_auto_load_safe_path): Check any-directory by comparison with "/".
5107 (add_auto_load_safe_path): Change the error message.
5108 (_initialize_auto_load): Change the "safe-path" help text.
5109 * configure: Regenerate
5110 * configure.ac (--without-auto-load-safe-path): Set
5111 WITH_AUTO_LOAD_SAFE_PATH to /.
5112
1067f998
SDJ
51132012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
5114
5115 * stap-probe.h: Do not include unecessary `probe.h'.
5116
45dfa85a
AM
51172012-05-05 Alan Modra <amodra@gmail.com>
5118
5119 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
5120 bfd_und_section_ptr.
5121 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
5122 and bfd_com_section_ptr.
5123
cf093994
JB
51242012-05-04 Joel Brobecker <brobecker@adacore.com>
5125
762ebb75 5126 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
cf093994 5127
d40dc7a8
JB
51282012-05-04 Joel Brobecker <brobecker@adacore.com>
5129
5130 * windows-nat.h (segment_register_p_ftype): New typedef.
5131 (windows_set_segment_register_p): Add declaration.
5132 * windows-nat.c (segment_register_p): New static global.
5133 (windows_set_segment_register_p): New function.
5134 (do_windows_fetch_inferior_registers): Add special handling
5135 for segment registers.
5136 * amd64-windows-nat.c: #include "amd64-tdep.h".
5137 (amd64_windows_segment_register_p): New function.
5138 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
5139 * i386-windows-nat.c: #include "i386-tdep.h".
5140 (i386_windows_segment_register_p): New function.
5141 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
5142
52b3699b
TG
51432012-05-04 Tristan Gingold <gingold@adacore.com>
5144
5145 * printcmd.c (set_command): Emit a warning if the expression is not
5146 an assignment.
5147
94c74239
JB
51482012-05-03 Joel Brobecker <brobecker@adacore.com>
5149
5150 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
5151 Make static.
5152
fcf57f19
SDJ
51532012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
5154
5155 * stap-probe.c (stap_is_operator): Change declaration.
5156 (stap_get_opcode): Change return value.
5157 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
5158 `stap_parse_argument_1'.
5159
27d2932e
PA
51602012-05-03 Pedro Alves <pedro@codesourcery.com>
5161
5162 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
5163 debug log.
5164
a20ee7a4
SCR
51652012-05-03 Siva Chandra Reddy <sivachandra@google.com>
5166
5167 Add two new methods global_block and static_block to gdb.Symtab
5168 objects.
5169 * NEWS (Python scripting): Add entry about the new methods.
5170 * python/py-symtab.c (stpy_global_block): New function which
5171 implements the gdb.Symtab.global_block() method.
5172 (stpy_static_block): New function which implements the
5173 gdb.Symtab.static_block() method.
5174 (symtab_object_methods): Add entries for the two new methods.
5175
943cb756
DE
51762012-05-03 Doug Evans <dje@google.com>
5177
5178 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
5179 files.
5180
f4644a3f
YQ
51812012-05-03 Yao Qi <yao@codesourcery.com>
5182
5183 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
5184 space.
5185 (i386_process_record): Ditto.
5186
ef61f180
JB
51872012-05-02 Joel Brobecker <brobecker@adacore.com>
5188
5189 * infcall.c (unwind_on_signal_p): Make static.
5190
02f1df11
JB
51912012-05-02 Joel Brobecker <brobecker@adacore.com>
5192
5193 * sol-thread.c (solaris_pid_to_str): Make static.
5194 (_initialize_sol_thread): Add prototype.
5195
39023530
JB
51962012-05-02 Joel Brobecker <brobecker@adacore.com>
5197
5198 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
5199
c6b0c501
CF
52002012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
5201
5202 * MAINTAINERS: Remove myself.
5203
1ef71717
JK
52042012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5205
5206 Fix --without-auto-load-safe-path for MS-Windows host platform.
5207 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
5208
b31b86a7
EZ
52092012-05-02 Eli Zaretskii <eliz@gnu.org>
5210
5211 * gdb_curses.h: Undefine KEY_EVENT before including curses
5212 headers. Move "#undef MOUSE_MOVED" before any curses header
5213 inclusion.
5214
777532fc
SDJ
52152012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
5216
5217 * features/i386/i386-mmx-linux.c: Regenerate.
5218 * features/rs6000/powerpc-32.c: Likewise.
5219 * features/rs6000/powerpc-32l.c: Likewise.
5220 * features/rs6000/powerpc-403.c: Likewise.
5221 * features/rs6000/powerpc-403gc.c: Likewise.
5222 * features/rs6000/powerpc-405.c: Likewise.
5223 * features/rs6000/powerpc-505.c: Likewise.
5224 * features/rs6000/powerpc-601.c: Likewise.
5225 * features/rs6000/powerpc-602.c: Likewise.
5226 * features/rs6000/powerpc-603.c: Likewise.
5227 * features/rs6000/powerpc-604.c: Likewise.
5228 * features/rs6000/powerpc-64.c: Likewise.
5229 * features/rs6000/powerpc-64l.c: Likewise.
5230 * features/rs6000/powerpc-750.c: Likewise.
5231 * features/rs6000/powerpc-860.c: Likewise.
5232 * features/rs6000/powerpc-e500.c: Likewise.
5233 * features/rs6000/powerpc-e500l.c: Likewise.
5234 * features/rs6000/powerpc-isa205-32l.c: Likewise.
5235 * features/rs6000/powerpc-isa205-64l.c: Likewise.
5236 * features/rs6000/rs6000.c: Likewise.
5237
d71871bc
SDJ
52382012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
5239
5240 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
5241 variable.
5242 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
5243 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
5244 (stap_parse_argument) <e>: Likewise.
5245 (handle_stap_probe) <byte_order>: Likewise.
5246
fd820528
DE
52472012-04-30 Doug Evans <dje@google.com>
5248
5249 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
5250 init_and_read_dies_worker. All callers updated.
5251 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
5252 replaced with init_cutu_and_read_dies.
5253 (load_partial_comp_unit): Pass 1 for use_existing_cu.
5254 (find_partial_die): Remove FIXME. Don't free current CU.
5255
ec3f619d 52562012-04-30 Sterling Augustine <saugustine@google.com>
be36f02d
SA
5257
5258 * contrib: New directory.
5259 * contrib/test_pubnames_and_indexes.py: New file.
5260
fceca515
DE
52612012-04-30 Doug Evans <dje@google.com>
5262
5263 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
5264 All callers updated.
5265 (init_cu_die_reader): Verify the section is non-empty.
5266 (dwarf_decode_line_header): Don't dereference section->asection
5267 until we know the section is present.
5268
311fe7e1
SDJ
52692012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
5270
5271 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
5272 probes.
5273
5977971a
YQ
52742012-04-29 Yao Qi <yao@codesourcery.com>
5275
5276 * gdb-code-style.el: New hook gdb-markup-hook
5277 and gdb-comment-hook.
5278
dee91e82
DE
52792012-04-28 Doug Evans <dje@google.com>
5280
3019eac3
DE
5281 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
5282 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
5283 objfile->obfd.
5284 * symfile.h (dwarf2_debug_sections): New member addr.
5285 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
5286 (ctx_no_get_addr_index): New function.
5287 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
5288 (ctx_no_get_addr_index): Declare.
5289 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
5290 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
5291 (dwarf_expr_ctx_funcs): Update.
5292 (needs_get_addr_index): New function.
5293 (needs_frame_ctx_funcs): Update.
5294 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
5295 * dwarf2read.c: #include "gdbcore.h".
5296 (dwarf2_per_objfile): New members addr, dwo_files.
5297 (dwarf2_elf_names): Add entry for addr.
5298 (struct dwo_section_names): New type.
5299 (dwo_section_names): New static global.
5300 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
5301 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
5302 old debug_types_section member updated to use this.
5303 Rename member debug_types_section to info_or_types_section,
5304 all uses updated.
5305 (signatured_type): Rename member type_offset to type_offset_in_tu,
5306 all uses updated. New member type_offset_in_section.
5307 (struct dwo_sections): New type.
5308 (struct dwo_unit): New type.
5309 (struct dwo_file): New type.
5310 (die_reader_specs): New member dwo_file.
5311 (dwarf2_locate_sections): Watch for .debug_addr.
5312 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
5313 (dwarf2_read_section): Get bfd of section from bfd's asection,
5314 instead of objfile.
5315 (create_cus_from_index): Initialize the_cu->info_or_types_section.
5316 (create_signatured_type_table_from_index): Initialize
5317 sig_type->info_or_types_section.
5318 (dw2_get_file_names): Statement lists for type units with DWO files
5319 live in the DWO file.
5320 (create_debug_types_hash_table): New function.
5321 (create_all_type_units): Rewrite.
5322 (init_cu_die_reader): New arg dwo_file, all callers updated.
5323 (init_and_read_dies_worker): Get section from
5324 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
5325 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
5326 continue reading the CU/TU from there.
5327 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
5328 updated. Get section from this_cu->info_or_types_section.
5329 (create_all_comp_units): Initialize this_cu->info_or_types_section.
5330 (skip_one_die): New cases DW_FORM_GNU_addr_index,
5331 DW_FORM_GNU_str_index.
5332 (hash_dwo_file, eq_dwo_file): New functions.
5333 (allocate_dwo_file_hash_table): New function.
5334 (hash_dwo_unit, eq_dwo_unit): New functions.
5335 (allocate_dwo_unit_table): New function.
5336 (dwarf2_locate_dwo_sections): New function.
5337 (struct create_dwo_info_table_data): New type.
5338 (create_debug_info_hash_table_reader): New function.
5339 (create_debug_info_hash_table): New function.
5340 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
5341 (lookup_dwo_file): New function.
5342 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
5343 (free_dwo_file, free_dwo_file_cleanup): New functions.
5344 (free_dwo_file_from_slot, free_dwo_files): New functions.
5345 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
5346 (dwarf2_record_block_ranges): Ditto.
5347 (read_partial_die): Ditto.
5348 (process_enumeration_scope): Update to use type_offset_in_section.
5349 (read_full_die_1): New function.
5350 (read_full_die): Rewrite.
5351 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
5352 DW_FORM_GNU_str_index.
5353 (read_addr_index_1, read_addr_index): New functions.
5354 (read_addr_index_from_leb128): New function.
5355 (struct dwarf2_read_addr_index_data): New type.
5356 (dwarf2_read_addr_index_reader): New function.
5357 (dwarf2_read_addr_index): New function.
5358 (read_str_index): New function.
5359 (leb128_size): New function.
5360 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
5361 If processing a type unit from a DWO file, get the line section
5362 from the DWO file.
5363 (var_decode_location): Watch for DW_OP_GNU_addr_index.
5364 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
5365 DW_FORM_GNU_str_index.
5366 (lookup_die_type): Check whether section offset of type's die is
5367 known before looking it up. Remove assert. Condition can
5368 legimately happen for inter-cu type references.
5369 (dwarf_attr_name): Handle Fission attributes.
5370 (dwarf_form_name): Handle Fission forms.
5371 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
5372 DW_FORM_GNU_str_index.
5373 (follow_die_sig): Update to use type_offset_in_section.
5374 (decode_locdesc): New case DW_OP_GNU_addr_index.
5375 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
5376 DW_FORM_GNU_str_index.
5377 (cu_debug_loc_section): New function.
5378 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
5379 (dwarf2_per_objfile_free): Unmap .debug_addr section.
5380 Free DWO files if present.
5381 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
5382
dee91e82
DE
5383 Refactor DIE reading.
5384 * dwarf2read.c (dwarf2_per_objfile): Replace members
5385 debug_info_type_hash and debug_types_type_hash with die_type_hash.
5386 (die_reader_specs): New member "die_section". Temporarily make
5387 member "buffer" non-const, pending constifying all info_ptr uses.
5388 (die_reader_func_ftype): New typedef.
5389 (dw2_get_file_names_reader): New function.
5390 (dw2_get_file_names): Rewrite.
5391 (read_and_check_type_unit_head): Rename arg type_offset to
5392 type_offset_in_tu.
5393 (create_all_type_units): Improve debugging message.
5394 Improve dummy type unit check.
5395 (init_cu_die_reader): New arg "section". All callers updated.
5396 (init_and_read_dies_worker): New function.
5397 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
5398 (init_cutu_and_read_dies_no_follow): New function.
5399 (init_cutu_and_read_dies_simple): New function.
5400 (process_psymtab_comp_unit_reader): New function.
5401 (process_psymtab_comp_unit): Delete args section,
5402 is_debug_types_section. Rewrite. All callers updated.
5403 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
5404 All callers updated. Rewrite.
5405 (load_partial_comp_unit_reader): New function.
5406 (load_partial_comp_unit): Rewrite.
5407 (skip_children): New arg reader. Delete args buffer, cu.
5408 All callers updated.
5409 (skip_one_die): New arg reader. Delete args buffer, cu.
5410 All callers updated.
5411 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
5412 All callers updated.
5413 (load_full_comp_unit_reader): New function.
5414 (load_full_comp_unit): Rewrite.
5415 (read_comp_unit): Delete.
5416 (read_die_and_children_1): Delete, contents moved ...
5417 (read_die_and_children): ... here.
5418 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
5419 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
5420 All callers updated.
5421 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
5422 All callers updated.
5423 (find_partial_die): Rewrite load_all_dies support.
5424 (read_attribute_value): New arg reader. Delete args abfd, cu.
5425 All callers updated.
5426 (read_attribute): New arg reader. Delete args abfd, cu.
5427 All callers updated.
5428 (load_full_type_unit): Add assert.
5429 (read_signatured_type_reader): New function.
5430 (read_signatured_type): Rewrite.
5431 (free_stack_comp_unit): Remove call to age_cached_comp_units.
5432 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
5433 All callers updated. Set per_cu->cu = NULL after freeing it.
5434 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
5435 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
5436 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
5437 (set_die_type): Update.
5438 (get_die_type_at_offset): Update.
5439 (read_file_scope): Call prepare_one_comp_unit.
5440 (read_type_unit_scope): Ditto.
5441 (prepare_one_comp_unit): Set producer if present.
5442
72d59e0d
SDJ
54432012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5444
5445 * probe.c (compile_rx_or_error): Silence ARI warning about missing
5446 gettext function on `error'.
5447
0fefef59
DE
54482012-04-27 Doug Evans <dje@google.com>
5449
5450 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
5451 is empty.
5452
28106bc2
SDJ
54532012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5454 Tom Tromey <tromey@redhat.com>
5455
5456 * breakpoint.c (struct breakpoint_objfile_data)
5457 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
5458 <exception_probes>: New fields.
5459 (free_breakpoint_probes): New function.
5460 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
5461 `_Unwind_DebugHook'.
5462 (create_exception_master_breakpoint): Likewise.
5463 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
5464 * infrun.c: Including necessary header files for handling SystemTap
5465 probes.
5466 (handle_inferior_event): Handling longjmp breakpoint and exceptions
5467 via SystemTap probes.
5468 (check_exception_resume): Remove `func' argument. Handle exception
5469 unwinding breakpoint set via a SystemTap probe.
5470 (insert_exception_resume_from_probe): New function.
5471
55aa24fb
SDJ
54722012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5473 Tom Tromey <tromey@redhat.com>
5474 Jan Kratochvil <jan.kratochvil@redhat.com>
5475
5476 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
5477 (COMMON_OBS): Likewise.
5478 (HFILES_NO_SRCDIR): Add `probe'.
5479 * NEWS: Mention support for static and SystemTap probes.
5480 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
5481 SystemTap probes' arguments parser.
5482 * arm-linux-tdep.c: Including headers needed to perform the parsing
5483 of SystemTap probes' arguments.
5484 (arm_stap_is_single_operand): New function.
5485 (arm_stap_parse_special_token): Likewise.
5486 (arm_linux_init_abi): Initializing proper fields used by SystemTap
5487 probes' arguments parser.
5488 * ax-gdb.c (require_rvalue): Removing static declaration.
5489 (gen_expr): Likewise.
5490 * ax-gdb.h (gen_expr): Declaring function.
5491 (require_rvalue): Likewise.
5492 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
5493 (bkpt_probe_breakpoint_ops): New variable.
5494 (momentary_breakpoint_from_master): Set the `probe' value.
5495 (add_location_to_breakpoint): Likewise.
5496 (break_command_1): Using proper breakpoint_ops according to the
5497 argument passed by the user in the command line.
5498 (bkpt_probe_insert_location): New function.
5499 (bkpt_probe_remove_location): Likewise.
5500 (bkpt_probe_create_sals_from_address): Likewise.
5501 (bkpt_probe_decode_linespec): Likewise.
5502 (tracepoint_probe_create_sals_from_address): Likewise.
5503 (tracepoint_probe_decode_linespec): Likewise.
5504 (tracepoint_probe_breakpoint_ops): New variable.
5505 (trace_command): Using proper breakpoint_ops according to the
5506 argument passed by the user in the command line.
5507 (initialize_breakpoint_ops): Initializing breakpoint_ops for
5508 static probes on breakpoints and tracepoints.
5509 * breakpoint.h (struct bp_location) <probe>: New field.
5510 * cli-utils.c (skip_spaces_const): New function.
5511 (extract_arg): Likewise.
5512 * cli-utils.h (skip_spaces_const): Likewise.
5513 (extract_arg): Likewise.
5514 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
5515 * configure.ac: Append `stap-probe.o' to be generated when ELF
5516 support is present.
5517 * configure: Regenerate.
5518 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
5519 * elfread.c: Include `probe.h' and `arch-utils.h'.
5520 (probe_key): New variable.
5521 (elf_get_probes): New function.
5522 (elf_get_probe_argument_count): Likewise.
5523 (elf_evaluate_probe_argument): Likewise.
5524 (elf_compile_to_ax): Likewise.
5525 (elf_symfile_relocate_probe): Likewise.
5526 (stap_probe_key_free): Likewise.
5527 (elf_probe_fns): New variable.
5528 (elf_sym_fns): Add `sym_probe_fns' value.
5529 (elf_sym_fns_lazy_psyms): Likewise.
5530 (elf_sym_fns_gdb_index): Likewise.
5531 (_initialize_elfread): Initialize objfile cache for static
5532 probes.
5533 * gdb_vecs.h (struct probe): New forward declaration.
5534 (probe_p): New VEC declaration.
5535 * gdbarch.c: Regenerate.
5536 * gdbarch.h: Regenerate.
5537 * gdbarch.sh (stap_integer_prefix): New variable.
5538 (stap_integer_suffix): Likewise.
5539 (stap_register_prefix): Likewise.
5540 (stap_register_suffix): Likewise.
5541 (stap_register_indirection_prefix): Likewise.
5542 (stap_register_indirection_suffix): Likewise.
5543 (stap_gdb_register_prefix): Likewise.
5544 (stap_gdb_register_suffix): Likewise.
5545 (stap_is_single_operand): New function.
5546 (stap_parse_special_token): Likewise.
5547 (struct stap_parse_info): Forward declaration.
5548 * i386-tdep.c: Including headers needed to perform the parsing
5549 of SystemTap probes' arguments.
5550 (i386_stap_is_single_operand): New function.
5551 (i386_stap_parse_special_token): Likewise.
5552 (i386_elf_init_abi): Initializing proper fields used by SystemTap
5553 probes' arguments parser.
5554 * i386-tdep.h (i386_stap_is_single_operand): New function.
5555 (i386_stap_parse_special_token): Likewise.
5556 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
5557 * mipsread.c (ecoff_sym_fns): Likewise.
5558 * objfiles.c (objfile_relocate1): Support relocation for static
5559 probes.
5560 * parse.c (prefixify_expression): Remove static declaration.
5561 (initialize_expout): Likewise.
5562 (reallocate_expout): Likewise.
5563 * parser-defs.h (initialize_expout): Declare function.
5564 (reallocate_expout): Likewise.
5565 (prefixify_expression): Likewise.
5566 * ppc-linux-tdep.c: Including headers needed to perform the parsing
5567 of SystemTap probes' arguments.
5568 (ppc_stap_is_single_operand): New function.
5569 (ppc_stap_parse_special_token): Likewise.
5570 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
5571 probes' arguments parser.
5572 * probe.c: New file, for generic statically defined probe support.
5573 * probe.h: Likewise.
5574 * s390-tdep.c: Including headers needed to perform the parsing of
5575 SystemTap probes' arguments.
5576 (s390_stap_is_single_operand): New function.
5577 (s390_gdbarch_init): Initializing proper fields used by SystemTap
5578 probes' arguments parser.
5579 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
5580 * stap-probe.c: New file, for SystemTap probe support.
5581 * stap-probe.h: Likewise.
5582 * symfile.h: Include `gdb_vecs.h'.
5583 (struct sym_probe_fns): New struct.
5584 (struct sym_fns) <sym_probe_fns>: New field.
5585 * symtab.c (init_sal): Initialize `probe' field.
5586 * symtab.h (struct probe): Forward declaration.
5587 (struct symtab_and_line) <probe>: New field.
5588 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
5589 locations.
5590 (stop_tracing): Likewise.
5591 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
5592
22d2b532
SDJ
55932012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5594 Tom Tromey <tromey@redhat.com>
5595
5596 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
5597 and to compile agent expressions.
5598 * infrun.c (siginfo_make_value): New argument `ignore'.
5599 (siginfo_funcs): New struct.
5600 (_initialize_infrun): New argument when calling
5601 `create_internalvar_type_lazy'.
5602 * thread.c (thread_id_make_value): New argument `ignore'.
5603 (thread_funcs): New struct.
5604 (_initialize_thread): New argument when calling
5605 `create_internalvar_type_lazy'.
5606 * tracepoint.c (sdata_make_value): New argument `ignore'.
5607 (sdata_funcs): New struct.
5608 (_initialize_tracepoint): New argument when calling
5609 `create_internalvar_type_lazy'.
5610 * value.c (make_value): New struct.
5611 (create_internalvar_type_lazy): New argument `data'.
5612 (compile_internalvar_to_ax): New function.
5613 (value_of_internalvar): Properly handling `make_value' case.
5614 (clear_internalvar): Likewise.
5615 (show_convenience): Adding `TRY_CATCH' block.
5616 * value.h (internalvar_make_value): Delete, replace by...
5617 (struct internalvar_funcs): ... this.
5618 (create_internalvar_type_lazy) <fun>: Delete argument.
5619 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
5620 (compile_internalvar_to_ax): New function.
5621 * windows-tdep.c (tlb_make_value): New argument `ignore'.
5622 (tlb_funcs): New struct.
5623 (_initialize_windows_tdep): New argument when calling
5624 `create_internalvar_type_lazy'.
5625
91da1414
MW
56262012-04-27 Mark Wielaard <mjw@redhat.com>
5627
5628 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
5629 see whether it is an address or a constant offset from DW_AT_low_pc.
5630 (dwarf2_record_block_ranges): Likewise.
5631 (read_partial_die): Likewise.
5632
4ab9d8ec
MW
56332012-04-26 Mark Wielaard <mjw@redhat.com>
5634
5635 * MAINTAINERS (Write After Approval): Add myself to the list.
5636
a0911fd0
MR
56372012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
5638
5639 * proc-utils.h (proc_prettyprint_signalset): New prototype.
5640 (proc_prettyprint_signal): Likewise.
5641 (proc_prettyprint_faultset): Likewise.
5642 (proc_prettyprint_fault): Likewise.
5643 (proc_prettyprint_actionset): Likewise.
5644 (proc_prettyprint_flags): Move to new proc-flags.c section.
5645 (proc_prettyfprint_flags): New prototype.
5646 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
5647 (proc_syscall, proc_cursig): Likewise.
5648 (proc_set_kill_on_last_close): Likewise.
5649 (proc_unset_kill_on_last_close): Likewise.
5650 (proc_set_watchpoint): Make static.
5651 (proc_delete_dead_threads): Likewise.
5652 (procfs_set_watchpoint): Likewise.
5653 (_initialize_procfs): Add prototype.
5654 * proc-events.c: Include proc-utils.h.
5655 (init_syscall_table): Make static.
5656 * proc-api.c (_initialize_proc_api): Add prototype.
5657 * proc-flags.c: Include proc-utils.h.
5658
9009e1ae
MR
56592012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
5660
5661 * configure.ac: Add AC_ARG_PROGRAM.
5662 * configure: Regenerate.
5663
4fae6e18
JK
56642012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5665
5666 Fix DW_AT_lower_bound defaults for DWARF-4+.
5667 * dwarf2read.c (read_subrange_type): Remove initialization of low and
5668 high. New variable low_default_is_valid. Implement DWARF-4+
5669 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
5670 no default by the DWARF standard.
5671
14132e89 56722012-04-26 Maciej W. Rozycki <macro@mips.com>
f782ad9b 5673 Maciej W. Rozycki <macro@codesourcery.com>
14132e89
MR
5674
5675 * infrun.c (handle_inferior_event): Move the check for return
5676 trampolines ahead of the check for function trampolines.
5677 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
5678 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
5679 (mips_str_mips16_ret_stub): Likewise.
5680 (mips_str_call_fp_stub): Likewise.
5681 (mips_str_call_stub): Likewise.
5682 (mips_str_fn_stub): Likewise.
5683 (mips_str_pic): Likewise.
5684 (mips_in_frame_stub): New function.
5685 (mips_unwind_pc): Return the return address rather than the PC
5686 if the PC of an intermediate frame is inside a call thunk.
5687 (mips_is_stub_suffix): New function.
5688 (mips_is_stub_mode): Likewise.
5689 (mips_get_mips16_fn_stub_pc): Likewise.
5690 (mips_skip_mips16_trampoline_code): Update to handle all the
5691 currently generated stub types. Don't recurse into __fn_stub
5692 thunks. Remove heuristics to handle stubs beyond etext/_etext.
5693 Use cooked register accesses.
5694 (mips_in_return_stub): Reintroduce function.
5695 (mips_skip_trampoline_code): Traverse trampolines recursively.
5696 (mips_gdbarch_init): Handle MIPS16 return trampolines.
5697
518f0db5 56982012-04-26 Joel Brobecker <brobecker@adacore.com>
5699
5700 GDB 7.4.1 released.
5701
3184d3f9
JL
57022012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
5703
5704 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
5705 * features/arm-with-m-vfp-d16.xml: New file. Describes
5706 Cortex-M with VFPv4-sp-d16 FPU register layout.
5707 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
5708 * features/arm-with-m-vfp-d16.c: New. Generated from above.
5709 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
5710 (arm-register_g_packet_guesses): Add vfp-d16 guess.
5711 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
5712
b6201d44
DE
57132012-04-25 Doug Evans <dje@google.com>
5714
5715 * cli/cli-decode.c (print_doc_line): Use stream instead of
5716 current_uiout.
5717
4e2f8df6
SDJ
57182012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5719
5720 * features/arm-with-iwmmxt.c: Regenerate.
5721 * features/arm-with-m-fpa-layout.c: Likewise.
5722 * features/arm-with-m.c: Likewise.
5723 * features/arm-with-neon.c: Likewise.
5724 * features/arm-with-vfpv2.c: Likewise.
5725 * features/arm-with-vfpv3.c: Likewise.
5726 * features/mips-dsp-linux.c: Likewise.
5727 * features/mips-linux.c: Likewise.
5728 * features/mips64-dsp-linux.c: Likewise.
5729 * features/mips64-linux.c: Likewise.
5730 * features/s390-linux32.c: Likewise.
5731 * features/s390-linux32v1.c: Likewise.
5732 * features/s390-linux32v2.c: Likewise.
5733 * features/s390-linux64.c: Likewise.
5734 * features/s390-linux64v1.c: Likewise.
5735 * features/s390-linux64v2.c: Likewise.
5736 * features/s390x-linux64.c: Likewise.
5737 * features/s390x-linux64v1.c: Likewise.
5738 * features/s390x-linux64v2.c: Likewise.
5739 * features/tic6x-c62x-linux.c: Likewise.
5740 * features/tic6x-c62x.c: Likewise.
5741 * features/tic6x-c64x-linux.c: Likewise.
5742 * features/tic6x-c64x.c: Likewise.
5743 * features/tic6x-c64xp-linux.c: Likewise.
5744 * features/tic6x-c64xp.c: Likewise.
5745 * target-descriptions.c: Only generate `field_type' and `type'
5746 variables when needed.
5747
2def3e66
JB
57482012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
5749
5750 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
5751
a766d390
DE
57522012-04-25 Doug Evans <dje@google.com>
5753
5754 Initial pass at Go language support.
5755 * NEWS: Mention Go.
5756 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
5757 go-valprint.c.
5758 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
5759 (YYFILES): Add go-exp.c.
5760 (YYOBJ): Add go-exp.o.
5761 (local-maintainer-clean): Delete go-exp.c.
5762 * defs.h (enum language): Add language_go.
5763 * dwarf2read.c: #include "go-lang.h".
5764 (fixup_go_packaging): New function.
5765 (process_full_comp_unit): Call it when processing Go CUs.
5766 (dwarf2_physname): Add Go support.
5767 (read_file_scope): Handle missing language spec for GNU Go.
5768 (set_cu_language): Handle DW_LANG_Go.
5769 * go-exp.y: New file.
5770 * go-lang.h: New file.
5771 * go-lang.c: New file.
5772 * go-typeprint.c: New file.
5773 * go-valprint.c: New file.
5774 * symtab.c: #include "go-lang.h".
5775 (symbol_set_language): Handle language_go.
5776 (symbol_find_demangled_name, symbol_set_names): Ditto.
5777 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
5778
4e2af517
JM
57792012-04-24 Jim Meyering <meyering@redhat.com>
5780
5781 avoid a few strncpy-induced buffer overruns
5782 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
5783 fname and psargs before trying to concatenate.
5784 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
5785 "name" before applying strchr.
5786
b77b7f52
SCR
57872012-04-25 Siva Chandra Reddy <sivachandra@google.com>
5788
5789 * CONTRIBUTE: Use unified diff instead of context diff when
5790 generating patches.
5791
6321c22a
MR
57922012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
5793
5794 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
5795 code. Handle JR.HB correctly.
5796
742c84f6
MR
57972012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
5798
5799 * mips-tdep.c
5800 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
5801 with the other MIPS16 helpers.
5802
7fc7e0c3
SDJ
58032012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
5804
5805 * observer.sh: Conditionally declare `args', thus cleaning up
5806 unused instances of this variable.
5807
20388dd6
YQ
58082012-04-24 Yao Qi <yao@codesourcery.com>
5809
5810 Revert this patch to allow breakpoint always-inserted
5811 in record target.
5812 2011-12-05 Pedro Alves <pedro@codesourcery.com>
f782ad9b
AS
5813 * breakpoint.c: Include record.h.
5814 (breakpoints_always_inserted_mode): Return false when the record
5815 target is in use.
20388dd6
YQ
5816
5817 * breakpoint.c (iterate_over_bp_locations): New.
5818 * breakpoint.h: Declare.
5819 New typedef walk_bp_location_callback.
5820 * record.c (record_open): Call record_init_record_breakpoints.
5821 (record_sync_record_breakpoints): New.
5822 (record_init_record_breakpoints): New.
5823 * NEWS: Mention supporting breakpoint always-inserted mode in
5824 record target.
5825
4734f50e
MK
58262012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
5827
5828 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
5829 any thread.
5830
c326b90e
YQ
58312012-04-24 Yao Qi <yao@codesourcery.com>
5832
5833 * breakpoint.c (ep_is_catchpoint): Renamed to ...
5834 (is_catchpoint): ... it.
5835 (print_one_breakpoint_location): Caller update.
5836 * breakpoint.h: Update declaration.
5837
d8fb5a1e
DM
58382012-04-23 David S. Miller <davem@davemloft.net>
5839
5840 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
5841
34431a2a
TT
58422012-04-23 Tom Tromey <tromey@redhat.com>
5843
5844 * buildsym.c (add_free_pendings): Remove.
5845 * buildsym.h (add_free_pendings): Remove.
5846
4568ecf9
DE
58472012-04-23 Doug Evans <dje@google.com>
5848
5849 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
5850 attr.u.unsnd instead of attr.u.addr.
5851 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
5852 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
5853 DW_FORM_ref_udata.
5854 (dump_die_shallow): Update cases DW_FORM_ref_addr,
5855 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
5856 DW_FORM_ref_udata.
5857 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
5858
dca9aa3a
MR
58592012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
5860
5861 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
5862 (mips_o32_return_value): Likewise.
5863 (mips_o64_return_value): Likewise.
5864
c8ea1972
PH
58652012-04-21 Paul Hilfinger <hilfinger@adacore.com>
5866
5867 * ada-lang.c (ada_evaluate_subexp): Add cases for
f782ad9b
AS
5868 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
5869 their treatment in eval.c.
c8ea1972 5870
8d1b3521
DM
58712012-04-21 David S. Miller <davem@davemloft.net>
5872
5873 * sparc-tdep.c (X_DISP10): Define.
5874 (sparc_analyze_control_transfer): Handle compare-and-branch.
5875
03145bf4
JL
58762012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
5877
5878 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
5879 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
5880
004159a2 58812012-04-20 Nigel Stephens <nigel@mips.com>
f782ad9b 5882 Maciej W. Rozycki <macro@codesourcery.com>
004159a2
MR
5883
5884 * mips-tdep.c (mips_float_register_p): New function.
5885 (mips_convert_register_float_case_p): Use mips_float_register_p.
5886 (mips_register_type): Likewise.
5887 (mips_print_register): Likewise.
5888 (print_gp_register_row): Likewise.
5889 (mips_print_registers_info): Likewise.
5890
7f0e6aae
MR
58912012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
5892
5893 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
5894 of mips16 symbols.
5895
bc17beea
AP
58962012-04-20 Andrew Pinski <apinski@cavium.com>
5897
5898 * MAINTAINERS (Write After Approval): Add myself to the list.
5899
1730a5a5
SDJ
59002012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
5901
5902 * MAINTAINERS: Update my e-mail address.
5903
38ea300a
PA
59042012-04-20 Pedro Alves <palves@redhat.com>
5905
5906 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
5907 $srcdir.
5908 * configure: Regenerate.
5909
111dfaae
SDJ
59102012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
5911
5912 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
5913 declaration.
5914 * gdb_vecs.h: Declare `const_char_ptr' VEC.
5915
4fb2c64a
JK
59162012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5917
5918 Fix compilation compatibility with python-2.4
5919 * python/py-type.c (convert_field): Cast ADDRSTRING for
5920 PyObject_SetAttrString as non-const. New comment.
5921
6328eb38
TT
59222012-04-19 Tom Tromey <tromey@redhat.com>
5923
5924 * top.c (quit_target): Use all_cleanups.
5925 * main.c (captured_command_loop): Use all_cleanups.
5926 * exceptions.c (throw_exception): Use all_cleanups.
5927
c971b7fa
PA
59282012-04-19 Pedro Alves <palves@redhat.com>
5929
5930 * Makefile.in (GNULIB_BUILDDIR): New.
5931 (LIBGNU, INCGNU, GNULIB_H): Adjust.
5932 (SUBDIRS): Add $(GNULIB_BUILDDIR).
5933 (CLEANDIRS). Remove gnulib/import.
5934 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
5935 (all-lib): Ditto.
5936 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
5937 (gnulib/import/Makefile): Replace gnulib/import with
5938 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
5939 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
5940 (aclocal_m4_deps): Remove the gnulib dependencies. Add
5941 acx_configure_dir.m4.
5942 * acinclude.m4: Include acx_configure_dir.m4.
5943 * acx_configure_dir.m4: New file.
5944 * aclocal.m4: Regenerate.
a09130f9
PA
5945 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
5946 calls. Configure gnulib using ACX_CONFIGURE_DIR.
5947 (GNULIB): New variable.
5948 (GNULIB_STDINT_H): Adjust.
5949 (AC_OUTPUT): Don't output gnulib/Makefile.
5950 * gdb/defs.h: Include build-gnulib/config.h.
5951 * aclocal.m4: Regenerate.
5952 * config.in: Regenerate.
5953 * configure: Regenerate.
5954
5955 * gnulib/Makefile.in: New file.
5956 * gnulib/configure.ac: New file.
5957 * gnulib/aclocal.m4: New file.
5958 * gnulib/config.in: New file.
5959 * gnulib/configure: New file.
c971b7fa
PA
5960 * gnulib/: Re-run gnulib-tool to adjust.
5961
b10faa68
DE
59622012-04-19 Doug Evans <dje@google.com>
5963
5964 * cleanups.h (struct cleanup): Move to cleanups.c.
5965 (make_cleanup_dtor_ftype): New typedef.
5966 (make_cleanup_dtor): Use it.
5967 (ALL_CLEANUPS): Replace with ...
5968 (all_cleanups): ... this. Declare. All uses updated.
5969 * cleanups.c: #include "gdb_assert.h".
5970 (sentinel_cleanup): New static global.
5971 (SENTINEL_CLEANUP): Define.
5972 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
5973 (make_my_cleanup2): Assert result is non-NULL.
5974 (all_cleanups): New function.
5975 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
5976 of NULL.
5977
d8c267cc
PA
59782012-04-19 Pedro Alves <palves@redhat.com>
5979
5980 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
5981 Adjust paths to gnulib imported files.
5982
809277f8
PA
59832012-04-19 Pedro Alves <palves@redhat.com>
5984
5985 * gnulib/: Move whole directory ...
5986 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
5987 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
5988 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
5989 (aclocal_m4_deps): Adjust.
5990 * aclocal.m4: Regenerate.
5991 * configure: Regenerate.
5992 * configure.ac: Adjust AC_OUTPUT output.
5993
aad9eab9
YQ
59942012-04-19 Yao Qi <yao@codesourcery.com>
5995
5996 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
5997 (vec.o): New rule.
5998 * vec.c: Move it ...
5999 * common/vec.c: ... here.
6000 * vec.h: Move it ...
6001 * common/vec.h: ... here.
6002
48fe4669
YQ
60032012-04-19 Yao Qi <yao@codesourcery.com>
6004
6005 * gdb-code-style.el: New.
6006
770d76d7
PA
60072012-04-18 Pedro Alves <palves@redhat.com>
6008
6009 Update gnulib from latest git.
6010 (639ea5ae15e39fe48d43e04864b2997301e4b969)
6011
6012 * gnulib/Makefile.am: Update.
6013 * gnulib/dummy.c: Update.
6014 * gnulib/extra/arg-nonnull.h: Update.
6015 * gnulib/extra/c++defs.h: Update.
6016 * gnulib/extra/update-copyright: Update.
6017 * gnulib/extra/warn-on-use.h: Update.
6018 * gnulib/inttypes.in.h: Update.
6019 * gnulib/m4/00gnulib.m4: Update.
6020 * gnulib/m4/extensions.m4: Update.
6021 * gnulib/m4/gnulib-cache.m4: Update.
6022 * gnulib/m4/gnulib-common.m4: Update.
6023 * gnulib/m4/gnulib-comp.m4: Update.
6024 * gnulib/m4/gnulib-tool.m4: Update.
6025 * gnulib/m4/include_next.m4: Update.
6026 * gnulib/m4/inttypes-pri.m4: Update.
6027 * gnulib/m4/inttypes.m4: Update.
6028 * gnulib/m4/longlong.m4: Update.
6029 * gnulib/m4/memchr.m4: Update.
6030 * gnulib/m4/memmem.m4: Update.
6031 * gnulib/m4/mmap-anon.m4: Update.
6032 * gnulib/m4/multiarch.m4: Update.
6033 * gnulib/m4/onceonly.m4: Update.
6034 * gnulib/m4/stddef_h.m4: Update.
6035 * gnulib/m4/stdint.m4: Update.
6036 * gnulib/m4/string_h.m4: Update.
6037 * gnulib/m4/warn-on-use.m4: Update.
6038 * gnulib/m4/wchar_h.m4: Update.
6039 * gnulib/m4/wchar_t.m4: Update.
6040 * gnulib/m4/wint_t.m4: Update.
6041 * gnulib/memchr.c: Update.
6042 * gnulib/memmem.c: Update.
6043 * gnulib/stddef.in.h: Update.
6044 * gnulib/stdint.in.h: Update.
6045 * gnulib/str-two-way.h: Update.
6046 * gnulib/string.in.h: Update.
6047 * gnulib/wchar.in.h: Update.
6048
6049 * gnulib/extra/arg-nonnull.h: Delete.
6050 * gnulib/extra/c++defs.h: Delete.
6051 * gnulib/extra/warn-on-use.h: Delete.
6052 * gnulib/m4/wchar_h.m4: Delete.
6053 * gnulib/m4/wint_t.m4: Delete.
6054 * gnulib/wchar.in.h: Delete.
6055
6056 * gnulib/extra/snippets/arg-nonnull.h: New.
6057 * gnulib/extra/snippets/c++defs.h: New.
6058 * gnulib/extra/snippets/warn-on-use.h: New.
6059
6060 * aclocal.m4: Regenerate.
6061 * config.in: Regenerate.
6062 * configure: Regenerate.
6063 * gnulib/Makefile.in: Regenerate.
6064
174e088e
PA
60652012-04-18 Pedro Alves <palves@redhat.com>
6066
6067 Reimport the update-copyright module from gnulib
6068 (250b80067c1e1d8faa0c42fb572f721975b929c5).
6069
6070 * configure: Regenerate.
6071 * gnulib/Makefile.am: Update.
6072 * gnulib/Makefile.in: Regenerate.
6073 * gnulib/extra/update-copyright: Update.
6074 * gnulib/m4/gnulib-cache.m4: Update.
6075 * gnulib/m4/gnulib-comp.m4: Update.
6076
7f533142
JB
60772012-04-18 Tristan Gingold <gingold@adacore.com>
6078
6079 * configure.ac (aix): Put -lpthread into libs.
6080 * configure: Regenerate.
6081
001822aa
TT
60822012-04-18 Tom Tromey <tromey@redhat.com>
6083
6084 * linespec.c (convert_linespec_to_sals): Don't use
6085 SYMBOL_OBJ_SECTION.
6086 (compare_msymbols): Arguments are minsym_and_objfile, not
6087 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
6088
db026a31
PA
60892012-04-18 Pedro Alves <palves@redhat.com>
6090
6091 Revert gnulib/ part of:
6092 2011-01-01 Joel Brobecker <brobecker@adacore.com>
6093 Copyright year update in most files (performed by copyright.sh).
6094
12df843f
JK
60952012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6096
6097 Fix 64-bit constants on 32-bit hosts.
6098 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
6099 from unsigned long to ULONGEST.
6100 (read_signed_leb128): Change declaration return type from long to
6101 LONGEST.
6102 (dwarf2_const_value_attr): Change declaration parameter value from long
6103 to LONGEST.
6104 (dwarf2_compute_name): Change variable value from long to LONGEST.
6105 (read_unsigned_leb128): Change return type, variable result and some
6106 casts from unsigned long to ULONGEST.
6107 (read_signed_leb128): Change return type, variable result and some
6108 casts from long to LONGEST.
6109 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
6110 value from long to LONGEST.
6111 (dwarf2_const_value): Change variable value from long to LONGEST.
6112 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
6113 plongest and hex_string.
6114 * symtab.h (struct general_symbol_info): Change ivalue from long to
6115 LONGEST, remove the comment.
6116 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
6117 Change SYMBOL_VALUE format strings to use plongest and hex_string.
6118
14e75d8e
JK
61192012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
6120
6121 PR symtab/7259:
6122 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
6123 * ada-lang.c (ada_discrete_type_high_bound)
ac4ea3c2
JK
6124 (ada_discrete_type_low_bound): Fix function comment. Use
6125 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
14e75d8e
JK
6126 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
6127 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6128 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
6129 Use TYPE_FIELD_ENUMVAL.
6130 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
6131 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6132 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
6133 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
6134 TYPE_CODE_ENUM.
6135 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
6136 * dwarf2read.c (process_enumeration_scope): Likewise.
6137 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
6138 field.bitpos.
6139 (class StructMainTypePrettyPrinter): Support also
6140 FIELD_LOC_KIND_ENUMVAL.
6141 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
6142 TYPE_CODE_ENUM.
6143 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6144 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
6145 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
6146 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
6147 field enumval.
6148 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
6149 accommodate enumval.
6150 (struct call_site): Adjust loc_kind to accommodate enumval.
6151 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
6152 (TYPE_FIELD_ENUMVAL): New macros.
6153 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
6154 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
6155 TYPE_CODE_ENUM.
6156 * p-typeprint.c (pascal_type_print_base): Likewise.
6157 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
6158 enumval.
6159 * python/lib/gdb/types.py (make_enum_dict): Likewise.
6160 * python/py-type.c (convert_field): New variable addrstring. Use
6161 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6162 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
6163 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
6164 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
6165 TYPE_CODE_ENUM.
6166 * valprint.c (generic_val_print): Likewise.
6167
380bca97
DE
61682012-04-17 Doug Evans <dje@google.com>
6169
dcc07052
DE
6170 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
6171
380bca97
DE
6172 * dwarf2read.c: Whitespace fixes.
6173 (lookup_signatured_type): Tweak comment.
6174 (get_die_type_at_offset): Fix comment.
6175
ec92004f
JB
61762012-04-17 Joel Brobecker <brobecker@adacore.com>
6177
6178 * xcoffread.c (xcoff_secnum_to_sections): New function.
6179 (secnum_to_section, secnum_to_bfd_section): Reimplement
6180 using xcoff_secnum_to_sections. Rename "secnum" parameter
6181 into "n_scnum".
6182 (RECORD_MINIMAL_SYMBOL): Delete.
6183 (record_minimal_symbol): New function.
6184 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
6185 by call to record_minimal_symbol and set misc_func_recorded
6186 to 1. Set last_csect_sec to the XCOFF section index instead
6187 of GDB's section_offset index. Update calls to
6188 prim_record_minimal_symbol_and_info to pass the BFD section
6189 as well.
6190
40301fb7
JB
61912012-04-17 Joel Brobecker <brobecker@adacore.com>
6192
6193 * xcoffread.c (read_xcoff_symtab): Delete variables
6194 last_csect_val and last_csect_sec and associated code.
6195
e0088cfd
DE
61962012-04-17 Doug Evans <dje@google.com>
6197
58d5e2c3
DE
6198 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
6199 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6200 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
6201 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
6202
c27f5738
DE
6203 * cleanups.h: New file.
6204 * cleanups.c: New file.
6205 * Makefile.in (SFILES): Add cleanups.c.
6206 (HFILES_NO_SRCDIR): Add cleanups.h.
6207 (COMMON_OBS): Add cleanups.o.
6208 * defs.h (struct cleanup): Moved to cleanups.h.
6209 (do_cleanups,do_final_cleanups): Ditto.
6210 (discard_cleanups,discard_final_cleanups): Ditto
6211 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6212 (save_cleanups,save_final_cleanups): Ditto.
6213 (restore_cleanups,restore_final_cleanups): Ditto.
6214 (null_cleanup): Ditto.
6215 (make_my_cleanup,make_my_cleanup2): Ditto.
6216 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6217 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
6218 (do_cleanups,do_final_cleanups): Ditto.
6219 (discard_cleanups,discard_final_cleanups): Ditto
6220 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6221 (save_cleanups,save_final_cleanups): Ditto.
6222 (restore_cleanups,restore_final_cleanups): Ditto.
6223 (null_cleanup): Ditto.
6224 (make_my_cleanup,make_my_cleanup2): Ditto.
6225 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6226
e0088cfd
DE
6227 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
6228 make_my_cleanup.
6229 (make_cleanup_dyn_string_delete): Ditto.
6230 (make_cleanup_ui_file_delete): Ditto.
6231 (make_cleanup_ui_out_redirect_pop): Ditto.
6232 (make_cleanup_free_section_addr_info): Ditto.
6233 (make_cleanup_restore_integer): Ditto.
6234 (make_cleanup_unpush_target): Ditto.
6235 (make_cleanup_value_free_to_mark): Ditto.
6236 (make_cleanup_value_free): Ditto.
6237 (make_cleanup_free_so): Ditto.
6238
4dc84fd1
JK
62392012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6240
6241 New option "set debug auto-load".
6242 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
6243 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
6244 (auto_load_safe_path_vec_update)
6245 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
6246 if DEBUG_AUTO_LOAD.
6247 (file_is_auto_load_safe): New parameters debug_fmt and ....
6248 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
6249 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
6250 caller by explanatory string.
6251 (_initialize_auto_load): Register "set debug auto-load".
6252 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
6253 and ....
6254 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6255 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
6256 by explanatory string.
6257 * main.c (captured_main): Likewise.
6258 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
6259 (source_section_scripts): Likewise.
6260
bccbefd2
JK
62612012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6262
6263 New option "set auto-load safe-path".
6264 * NEWS: New commands "set auto-load safe-path"
6265 and "show auto-load safe-path".
6266 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
6267 (auto_load_safe_path, auto_load_safe_path_vec)
6268 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
6269 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
6270 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
6271 (source_gdb_script_for_objfile): New variable is_safe. Call
6272 file_is_auto_load_safe. Return if it is not.
6273 (struct loaded_script): New field loaded.
6274 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
6275 (print_script): Use LOADED indicator instead of FULL_PATH. Change
6276 output "Missing" to "No".
6277 (_initialize_auto_load): New variable cmd. Initialize
6278 auto_load_safe_path. Register "set auto-load safe-path",
6279 "show auto-load safe-path" and "add-auto-load-safe-path".
6280 * auto-load.h (maybe_add_script): Add parameter loaded.
6281 (file_is_auto_load_safe): New declaration.
6282 * config.in: Regenerate.
6283 * configure: Regenerate.
6284 * configure.ac: New parameters --with-auto-load-safe-path
6285 and --without-auto-load-safe-path.
6286 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6287 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
6288 * main.c (captured_main): Check file_is_auto_load_safe for
6289 LOCAL_GDBINIT.
6290 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
6291 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
6292 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
6293 not.
6294
bf88dd68
JK
62952012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6296
6297 auto-load: Implementation.
6298 * NEWS: New descriptions for "info auto-load",
6299 "info auto-load gdb-scripts", "info auto-load python-scripts",
6300 "info auto-load local-gdbinit" and "info auto-load libthread-db".
6301 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
6302 and "show auto-load-scripts". New description for "set auto-load",
6303 "show auto-load", "set auto-load gdb-scripts",
6304 "show auto-load gdb-scripts", "set auto-load python-scripts",
6305 "show auto-load python-scripts", "set auto-load local-gdbinit",
6306 "show auto-load local-gdbinit", "set auto-load libthread-db" and
6307 "show auto-load libthread-db".
6308 * auto-load.c: Remove include python/python-internal.h. Add includes
6309 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
6310 cli/cli-setshow.h.
6311 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
6312 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
6313 (gdbpy_global_auto_load): Rename to ...
6314 (global_auto_load): ... here.
6315 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
6316 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
6317 (script_language_gdb, source_gdb_script_for_objfile): New.
6318 (struct loaded_script): New field language.
6319 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
6320 LANGUAGE.
6321 (maybe_add_script): Add parameter language. Drop redundant
6322 entry.full_path initialization. Initialize entry.language and
6323 (*slot)->language.
6324 (auto_load_objfile_script): Change parameter suffix to language.
6325 Remove the call of maybe_add_script.
6326 Call language->source_script_for_objfile.
6327 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
6328 New.
6329 (collect_matching_scripts): Adjust it for
6330 struct collect_matching_scripts_data.
6331 (auto_load_info_scripts_pattern_nl): New variable.
6332 (info_auto_load_scripts): Rename to ...
6333 (auto_load_info_scripts): ... here, add parameter language. Adjust it
6334 for struct collect_matching_scripts_data.
6335 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
6336 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
6337 (auto_load_show_cmdlist_get, info_auto_load_cmd)
6338 (auto_load_info_cmdlist_get): New.
6339 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
6340 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
6341 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
6342 "info auto-load local-gdbinit".
6343 * auto-load.h (struct script_language): New.
6344 (gdbpy_global_auto_load): Rename to ...
6345 (global_auto_load): ... here.
6346 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
6347 (auto_load_local_gdbinit_loaded): New declarations.
6348 (maybe_add_script): New parameter language.
6349 (auto_load_objfile_script): Change parameter suffix to language.
6350 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
6351 (auto_load_info_scripts, auto_load_set_cmdlist_get)
6352 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
6353 declarations.
6354 * linux-thread-db.c: Include auto-load.h and ctype.h.
6355 (auto_load_thread_db, show_auto_load_thread_db): New.
6356 (struct thread_db_info): New field filename.
6357 (delete_thread_db_info): Call xfree for FILENAME.
6358 (try_thread_db_load): Initialize FILENAME.
6359 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
6360 if !AUTO_LOAD_THREAD_DB.
6361 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
6362 (_initialize_thread_db): Install auto_load_thread_db
6363 as "set auto-load libthread-db" and install info_auto_load_libthread_db
6364 as "info auto-load libthread-db".
6365 * main.c (captured_main): Rename gdbpy_global_auto_load to
6366 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
6367 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
6368 (print_gdb_help): Extend the help for 'local init file'.
6369 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
6370 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
6371 (auto_load_scripts): Rename to ...
6372 (auto_load_python_scripts): ... here, update the comment.
6373 (gdbpy_load_auto_script_for_objfile): New declaration.
6374 (show_auto_load_python_scripts, script_language_python)
6375 (gdbpy_load_auto_script_for_objfile): New.
6376 (source_section_scripts): Refactor the code.
6377 (load_auto_scripts_for_objfile): Rename to ...
6378 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
6379 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
6380 (info_auto_load_python_scripts): New.
6381 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
6382 Rename "set auto-load-scripts" to "set auto-load python-scripts".
6383 Register "set auto-load-scripts" as its deprecated alias. Register
6384 "info auto-load python-scripts". Register "info auto-load-scripts" as
6385 its deprecated alias.
6386 (load_auto_scripts_for_objfile): Rename to ...
6387 (gdbpy_load_auto_scripts_for_objfile): ... here.
6388 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
6389 (gdbpy_load_auto_scripts_for_objfile): ... here.
6390
e2207b9a
JK
63912012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6392
6393 auto-load: Move files.
6394 * Makefile.in (SFILES): Add auto-load.c.
6395 (HFILES_NO_SRCDIR): Add auto-load.h.
6396 (COMMON_OBS): Add auto-load.o.
6397 (distclean): Change .gdbinit for gdb-gdb.gdb.
6398 * auto-load.c: New file, with parts from python/py-auto-load.c.
6399 * auto-load.h: New file, with parts from python/python.h.
6400 * configure: Regenerate.
6401 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
6402 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
6403 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
6404 * main.c: Include auto-load.h.
6405 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
6406 command.h, observer.h and progspace.h to auto-load.c. Add include
6407 auto-load.h.
6408 (gdbpy_global_auto_load, struct auto_load_pspace_info)
6409 (struct loaded_script, auto_load_pspace_data)
6410 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
6411 (hash_loaded_script_entry, eq_loaded_script_entry)
6412 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
6413 (maybe_add_script): Move to auto-load.c.
6414 (source_section_scripts): Change maybe_add_script parameters passing,
6415 use script_not_found_warning_print.
6416 (clear_section_scripts, auto_load_objfile_script)
6417 (auto_load_new_objfile, loaded_script_ptr)
6418 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
6419 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
6420 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
6421 auto_load_new_objfile and info_auto_load_scripts initizations to
6422 auto-load.c.
6423 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
6424
e4ab2fad
JK
64252012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6426
6427 Code cleanup.
6428 * charset.c (find_charset_names): Remove variables ix and elt.
6429 Use free_char_ptr_vec.
6430 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
6431 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
6432 debugdir_end. New variable debugdir_len.
6433 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
6434 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
6435 declarations.
6436 * progspace.c (clear_program_space_solib_cache): Remove variables ix
6437 and elt. Use free_char_ptr_vec.
6438 * source.c (add_path): Remove variables argv, arg and argv_index.
6439 New variables dir_vec, back_to, ix and name.
6440 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
6441 make_cleanup_freeargv. Remove variable separator. Simplify the code
6442 no longer expecting DIRNAME_SEPARATOR.
6443 (openp): Remove variable p, p1 and len. New variables dir_vec,
6444 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
6445 no longer expecting DIRNAME_SEPARATOR.
6446 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
6447 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
6448 debugdir_end.
6449 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
6450 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
6451 (dirnames_to_char_ptr_vec): New functions.
6452
5ee4ed9f
JK
64532012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6454
6455 Code cleanup.
6456 * source.c (add_path): Remove always true conditional 'p == 0' and
6457 unindent its code block.
6458
f41f5e61
PA
64592012-04-17 Pedro Alves <palves@redhat.com>
6460
6461 * gdbtypes.h (FIELD_BITPOS): Rename to ...
6462 (FIELD_BITPOS_LVAL): ... this.
6463 (FIELD_BITPOS): New.
6464 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
6465 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
6466 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
6467 SET_FIELD_BITPOS.
6468 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
6469 SET_FIELD_BITPOS.
6470 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
6471 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
6472 * target-descriptions.c (tdesc_gdb_type): Adjust to use
6473 SET_FIELD_BITPOS.
6474
945b3a32
JK
64752012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6476
6477 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
6478 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
6479 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
6480 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
6481 * jv-lang.c (java_link_class_type): Likewise, once.
6482 * stabsread.c (read_enum_type): Likewise.
6483
42476b70
YQ
64842012-04-16 Yao Qi <yao@codesourcery.com>
6485
6486 * common/agent.c (agent_run_command): Add one more parameter `len'.
6487 Update callers.
6488 * common/agent.h: Update declaration.
6489 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
6490 Update.
6491 (linux_child_static_tracepoint_markers_by_strid): Ditto.
6492
8264ba82
AG
64932012-04-14 Anton Gorenkov <xgsa@yandex.ru>
6494
6495 PR mi/13393
6496 * value.c (value_actual_type): New function.
6497 * value.h (value_actual_type): New declaration.
6498 * varobj.c (update_type_if_necessary): New function.
6499 (varobj_create): Call value_actual_type instead of
6500 value_type.
6501 (install_dynamic_child): distinct changed and type changed MI variable
6502 objects.
6503 (update_dynamic_varobj_children): Updated for install_dynamic_child
6504 change. All callers updated.
a09130f9 6505 (varobj_update): Support for MI variable object type change if
8264ba82
AG
6506 the value changed and RTTI is used to determine the type.
6507 (create_child_with_value): Call value_actual_type instead of
6508 value_type.
a09130f9 6509 (adjust_value_for_child_access): Extended with a new parameter which
8264ba82
AG
6510 specify whether the given value should be casted to enclosing type.
6511 All callers updated.
6512
55a8c076
YQ
65132012-04-14 Yao Qi <yao@codesourcery.com>
6514
6515 Import gnulib module inttypes from git
6516 (250b80067c1e1d8faa0c42fb572f721975b929c5)
6517 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
a09130f9
PA
6518 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
6519 gnulib/m4/inttypes-pri.m4
55a8c076
YQ
6520 * aclocal.m4, config.in, configure: Regenerated.
6521 * gnulib/Makefile.am: Update.
6522 * gnulib/Makefile.in: Update.
6523 * gnulib/m4/gnulib-cache.m4: Update.
6524 * gnulib/m4/gnulib-comp.m4: Update.
6525 * gnulib/inttypes.in.h: New.
6526 * gnulib/m4/inttypes-pri.m4: New.
a09130f9 6527 * gnulib/m4/inttypes.m4: New.
55a8c076 6528
ca7781d2
LM
65292012-04-13 Luis Machado <lgustavo@codesourcery.com>
6530
6531 * infrun.c (resume): Update PC address to the real PC after
6532 preparing to do displaced stepping.
6533
e319fa28
DE
65342012-04-12 Doug Evans <dje@google.com>
6535
6536 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
6537 All callers updated.
6538
15add3f5
MK
65392012-04-12 Mark Kettenis <kettenis@gnu.org>
6540
6541 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
6542
52dc124a
DE
65432012-04-12 Doug Evans <dje@google.com>
6544
0e50663e
DE
6545 * dwarf2read.c (create_all_type_units): Renamed from
6546 create_debug_types_hash_table. All callers updated.
6547
52dc124a
DE
6548 * dwarf2read.c (create_signatured_type_table_from_index): Rename
6549 local type_sig to sig_type, type_offset to type_offset_in_tu.
6550 (hash_signatured_type): Renamed from hash_type_signature,
6551 all callers updated.
6552 (eq_signatured_type): Renamed from eq_type_signature,
6553 all callers updated.
6554 (create_debug_types_hash_table): Rename local type_sig to sig_type.
6555 (process_enumeration_scope): Ditto.
6556 (lookup_signatured_type_at_offset): Ditto.
6557 (load_full_type_unit, read_signatured_type): Ditto.
6558
248fd3bf
YQ
65592012-04-12 Yao Qi <yao@codesourcery.com>
6560
6561 * remote.c (async_remote_interrupt): Correct function name in
6562 debug message.
6563 (async_remote_interrupt_twice): Ditto.
6564
bc3aa6c3
DE
65652012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
6566
6567 * source.c (find_and_open_source): Consistently pass resulting
6568 full path through xfullpath.
6569
9e529e1d
JK
65702012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6571
6572 Provide more specific displaced-stepping memory error message.
6573 * infrun.c (displaced_step_prepare): New variable status. Call
6574 target_read_memory instead of read_memory, provide more specific
6575 error message.
6576
82e0cec1
TG
65772012-04-11 Tristan Gingold <gingold@adacore.com>
6578
6579 PR gdb/13901
6580 * darwin-nat.c (darwin_execvp): Revert previous patch.
6581
d987a266
TG
65822012-04-11 Tristan Gingold <gingold@adacore.com>
6583
6584 PR gdb/13901
6585 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
6586 in case of change.
6587
016b7430
TG
65882012-04-11 Tristan Gingold <gingold@adacore.com>
6589
6590 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
6591 warning.
6592
06fc020f
SCR
65932012-04-11 Siva Chandra Reddy <sivachandra@google.com>
6594
6595 New command 'explore' which helps explore values and types in
6596 scope.
6597 * NEWS: Add an entry about the new 'explore' command.
6598 * data-directory/Makefile.in: Add gdb/command/explore.py
6599 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
a09130f9 6600 command using the GDB Python API.
06fc020f 6601
de0919f8 66022012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
34b192ce
MR
6603
6604 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
6605 extension in jump target calculation.
6606
de0919f8 66072012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
9e8da49c
MR
6608
6609 * mips-tdep.c (mips32_next_pc): Handle JALX.
6610
2f26ef89
YQ
66112012-04-10 Yao Qi <yao@codesourcery.com>
6612
6613 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
6614
2e505b66
YQ
66152012-04-10 Yao Qi <yao@codesourcery.com>
6616
6617 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
6618 and gnulib/m4/gnulib-tool.m4.
6619
0d99eb77
DE
66202012-04-10 Doug Evans <dje@google.com>
6621
6622 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
6623 (load_partial_dies): Clarify comment.
6624 (find_partial_die): Support rereading type units.
6625 Clarify CU handling, if we know offset is in CU, don't search for the
6626 containing CU. Add comment regarding memory waste.
6627
9a82b8ff
L
66282012-04-10 H.J. Lu <hongjiu.lu@intel.com>
6629
6630 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
6631 i386/x32-avx and i386/x32-avx-linux.
6632 (i386/x32-expedite): New.
6633 (i386/x32-linux-expedite): Likewise.
6634 (i386/x32-avx-expedite): Likewise.
6635 (i386/x32-avx-linux-expedite): Likewise.
6636 ($(outdir)/i386/x32.dat): Likewise.
6637 ($(outdir)/i386/x32-linux.dat): Likewise.
6638 ($(outdir)/i386/x32-avx.dat): Likewise.
6639 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
6640
6641 * features/i386/x32-avx-linux.xml: New file.
6642 * features/i386/x32-avx.xml: Likewise.
6643 * features/i386/x32-core.xml: Likewise.
6644 * features/i386/x32-linux.xml: Likewise.
6645 * features/i386/x32.xml: Likewise.
6646
6647 * features/i386/x32-avx-linux.c: New. Generated.
6648 * features/i386/x32-avx.c: Likewise.
6649 * features/i386/x32-linux.c: Likewise.
6650 * features/i386/x32.c: Likewise.
6651 * regformats/i386/x32-avx-linux.dat: Likewise.
6652 * regformats/i386/x32-avx.dat: Likewise.
6653 * regformats/i386/x32-linux.dat: Likewise.
6654 * regformats/i386/x32.dat: Likewise.
6655
ee41036f
TG
66562012-04-10 Tristan Gingold <gingold@adacore.com>
6657
6658 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
6659 code to kill the inferior.
6660
a7aa5b8a
MK
66612012-04-09 Mark Kettenis <kettenis@gnu.org>
6662
6663 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6664 defines.
6665 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6666 defines.
a09130f9 6667 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
a7aa5b8a
MK
6668 (yyvsp): New defines.
6669 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6670 defines.
6671 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6672 defines.
6673 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6674 defines.
6675 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6676 defines.
6677 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6678 defines.
6679
fb57d452
MK
66802012-04-09 Mark Kettenis <kettenis@gnu.org>
6681
a09130f9 6682 * sparc64-tdep.c (sparc64_store_arguments)
fb57d452
MK
6683 (sparc64_store_arguments): Fix coding style.
6684
cdc7b32f
MK
66852012-04-07 Mark Kettenis <kettenis@gnu.org>
6686
6687 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
6688 complex floats, adjust some related comments and tighten a related
6689 assertion.
6690 (sparc64_extract_return_value): Handle complex floats.
6691
7adf1e79
DE
66922012-04-07 Doug Evans <dje@google.com>
6693
6694 * dwarf2read.c (load_partial_dies): Change condition to assert.
6695
50f1ae7b
DE
66962012-04-06 Doug Evans <dje@google.com>
6697
6698 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
6699 "mov %rsp,%rbp".
6700
55fa75c3
KB
67012012-04-05 Kevin Buettner <kevinb@redhat.com>
6702
6703 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
6704 fencepost error.
6705 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
6706 (v850_gdbarch_init): Set `num_regs' as appropriate for the
6707 architecture.
6708
40e084e1
KS
67092012-04-05 Keith Seitz <keiths@redhat.com>
6710
6711 * linespec.c (decode_compound): Remove.
6712 (enum offset_relative_sign): New enum.
6713 (struct line_offset): New struct.
6714 (struct linespec): New struct.
6715 (struct linespec_state): Move file_symtabs,
6716 user_filename, and user_function into struct linespec.
6717 Make result an anonymous struct holding vectors of
6718 symbolp and minsym_and_objfile_d.
6719 Add language member.
6720 (enum ls_token_type): New enum.
6721 (linespec_keywords): New array.
6722 (struct ls_token): New struct.
6723 (struct ls_parser): New struct.
6724 (linespec_lexer_lex_number): New function.
6725 (linespec_lexer_lex_keyword): New function.
6726 (is_ada_operator): New function.
6727 (skip_quote_char): New function.
6728 (copy_token_string): New function.
6729 (is_closing_quote_enclosed): New function.
6730 (find_parameter_list_end): New function.
6731 (linespec_lexer_lex_string): New function.
6732 (linespec_lexer_lex_one): New function.
6733 (linespec_lexer_consume_token): New function.
6734 (linespec_lexer_peek_token): New function.
6735 (cplusplus_error): Remove unused function.
6736 (find_methods): Update comment.
6737 (find_toplevel_char): Return const.
6738 (is_objc_method_format): Remove unused function.
6739 (find_toplevel_string): New function.
6740 (is_linespec_boundary): Remove.
6741 (symbol_not_found_error): New function.
6742 (find_method_overload_end): Remove function.
6743 (unexpected_linespec_error): New function.
6744 (keep_name_info): Remove.
6745 (linespec_parse_line_offset): New function.
6746 (linespec_parse_basic): New function.
6747 (canonicalize_linespec): New function.
6748 (decode_line_internal): Remove.
6749 (create_sals_line_offset): New function adapted from
6750 decode_all_digits.
6751 (convert_linespec_to_sals): New function.
6752 (parse_linespec): New function.
6753 (linespec_parser_new): New function.
6754 (linespec_state_destructor): Change parameter type to
6755 struct linespec_state *.
6756 Add language parameter.
6757 Remove freeing of moved members.
6758 (linespec_parser_delete): New function.
6759 (decode_line_full): Use parse_linespec and linespec_parser_new.
6760 (decode_line_1): Likewise.
6761 (decode_indirect): Rename to ...
6762 (linespec_expression_to_pc): ... this and rewrite
6763 to simply find CORE_ADDR, storing this result for later
6764 conversion to SALs.
6765 (locate_first_half): Remove.
6766 (deocde_objc): Add parameter LS.
6767 Initialize new struct collect_info members.
6768 Handle minimal symbols, too.
6769 (decode_compound): Delete.
6770 (lookup_prefix_sym): Rewrite.
6771 (compare_msymbols): New function.
6772 (find_method): Rewrite.
6773 Do not call cplusplus_error.
6774 (symtabs_from_filename): Rewrite.
6775 (collect_function_symbols): Delete.
6776 (find_function_symbols): Rewrite without ARGPTR-style
6777 processing.
6778 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
6779 (decode_dollar): Adapted and renamed to ...
6780 (linespec_parse_variable): ... this.
6781 (find_linespec_symbols): New function.
6782 (decode_label): Adapted and renamed to ...
6783 (find_label_symbols): ... this.
6784 (decode_digits_list_mode): Add and use LS argument.
6785 (decode_digits_ordinary): Likewise.
6786 (collect_symbols): Do not collect SALs, just symbols and msymbols.
6787 If in list mode, allow any symbol class. Otherwise, only
6788 permit LOC_BLOCK symbols.
6789 (minsym_found): Update comments.
6790 (search_minsyms_for_name): Do not convert the matching symbol
6791 into a SAL. Simply push the symbol and objfile into the
6792 result vector.
6793 (decode_variable): Delete. Contents adapted into
6794 find_linespec_symbols.
6795
6796 * cp-support.c (SKIP_SPACE): Remove.
6797 (operator_tokens): Remove unused global.
6798 (cp_validate_operator): Remove.
6799 * cp-support.h (cp_validate_operator): Remove declaration.
6800
a72c8f6a
JK
68012012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6802
6803 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
6804 for TYPE_VPTR_FIELDNO.
6805 * valprint.c (valprint_check_validity): Make it global, move the
6806 function comment ...
6807 * value.h (valprint_check_validity): ... to this new declaration.
6808
cf9bb588
TG
68092012-04-02 Tristan Gingold <gingold@adacore.com>
6810
6811 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
6812 the STATE32 api for i386 state.
6813 (i386_darwin_store_inferior_registers): Likewise.
6814
17092398
TG
68152012-04-02 Tristan Gingold <gingold@adacore.com>
6816
6817 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
6818 SS offset.
6819 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
6820 format_string.
6821
ece0061f
TG
68222012-04-02 Tristan Gingold <gingold@adacore.com>
6823
6824 PR gdb/13901
d987a266 6825 * darwin-nat.c (darwin_execvp): Set binary preference.
ece0061f 6826
cf65ecd3
JK
68272012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6828
6829 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
6830
9bc3523d
TT
68312012-03-30 Tom Tromey <tromey@redhat.com>
6832
6833 * python/python.c (gdbpy_decode_line): Move cleanup creation out
6834 of TRY_CATCH. Fix error handling.
6835 * python/py-value.c (convert_value_from_python): Move 'old'
6836 declaration to innermost scope.
6837
b1ed564a
JB
68382012-03-29 Joel Brobecker <brobecker@adacore.com>
6839 Andrey Smirnov <andrew.smirnov@gmail.com>
6840
6841 -Wshadow warning fix.
6842 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
6843 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
6844 Adjust code accordingly.
6845
cb8e9b97
JB
68462012-03-29 Joel Brobecker <brobecker@adacore.com>
6847
6848 * ada-lang.c (symbol_completion_add): Rename parameter
6849 "encoded" into "encoded_p". Ajust code and documentation
6850 accordingly.
6851
c0af1706
JB
68522012-03-29 Joel Brobecker <brobecker@adacore.com>
6853 Andrey Smirnov <andrew.smirnov@gmail.com>
6854
6855 -Wshadow warning fix.
6856 * ada-lang.c (symbol_completion_add): Rename parameter
6857 "wild_match" into wild_match_p. Update code and documentation
6858 accordingly.
6859
6ea35997
JB
68602012-03-29 Joel Brobecker <brobecker@adacore.com>
6861
6862 * ada-lang.c (symbol_completion_match): Rename parameter
6863 "encoded" into "encoded_p". Ajust code and documentation
6864 accordingly.
6865
e701b3c0
JB
68662012-03-29 Joel Brobecker <brobecker@adacore.com>
6867 Andrey Smirnov <andrew.smirnov@gmail.com>
6868
6869 -Wshadow warning fix.
6870 * ada-lang.c (symbol_completion_match): Rename parameter
6871 "wild_match" into "wild_match_p". Adjust code and function
6872 documentation accordingly.
6873
5e2336be
JB
68742012-03-29 Joel Brobecker <brobecker@adacore.com>
6875 Andrey Smirnov <andrew.smirnov@gmail.com>
6876
6877 -Wshadow warning fix.
6878 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
6879 "symbol_info" into "info". Adjust code accordingly.
6880 (ada_lookup_symbol): Likewise.
6881
9f88c959
JB
68822012-03-29 Joel Brobecker <brobecker@adacore.com>
6883
6884 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
6885 of this function's documentation.
6886
82ccd55e
JB
68872012-03-29 Joel Brobecker <brobecker@adacore.com>
6888 Andrey Smirnov <andrew.smirnov@gmail.com>
6889
6890 -Wshadow warning fix.
6891 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
6892 variable into "wild_match_p". Adjust code accordingly.
6893
d0a8ab18
JB
68942012-03-29 Joel Brobecker <brobecker@adacore.com>
6895 Andrey Smirnov <andrew.smirnov@gmail.com>
6896
6897 -Wshadow warning fix.
6898 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
6899 parameter into "wild_match_p". Adjust code accordingly.
6900 Document this parameter in the function description.
6901
48b78332
JB
69022012-03-29 Joel Brobecker <brobecker@adacore.com>
6903 Andrey Smirnov <andrew.smirnov@gmail.com>
6904
6905 -Wshadow warning fix.
6906 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
6907 "wild_match" parameter to "wild_match_p" (-Wshadow).
6908
2e6e0353
JB
69092012-03-29 Joel Brobecker <brobecker@adacore.com>
6910
6911 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
6912 in function documentation.
6913
dc4024cd
JB
69142012-03-29 Joel Brobecker <brobecker@adacore.com>
6915 Andrey Smirnov <andrew.smirnov@gmail.com>
6916
6917 -Wshadow warning fix.
6918 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
6919 variable into wild_match_p. Adjust code accordingly.
6920
6c88661c
JB
69212012-03-29 Joel Brobecker <brobecker@adacore.com>
6922 Andrey Smirnov <andrew.smirnov@gmail.com>
6923
6924 * ada-valprint.c (ada_val_print_1): Move the code handling
6925 TYPE_CODE_ENUM inside its own lexical block. Declare
6926 variables len and val there, instead of in the function's
6927 top level block. Avoid declaring deref_val again in a way
6928 that shadows another variable of the same name declared
6929 in one of the up-level blocks. Just re-use the up-level
6930 variable instead.
6931
4e5c77fe
JB
69322012-03-29 Joel Brobecker <brobecker@adacore.com>
6933
6934 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
6935 Replace block_found argument by symbol_info. Adjust
6936 implementation accordingly. Add function documentation.
6937 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
6938 Fix documentation.
6939 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
6940 * ada-exp.y (write_object_renaming): Adjust to new
6941 ada_lookup_encoded_symbol API.
6942
1c0ac8c7
JB
69432012-03-29 Joel Brobecker <brobecker@adacore.com>
6944
6945 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
6946 documentation.
6947
2aaed979
KB
69482012-03-28 Rathish C <rathish.c@kpitcummins.com>
6949
6950 * v850-tdep.c: Add the enum values for mpu and fpu registers.
6951 (v850_register_name): Add the mpu and fpu register names.
6952 (v850e_register_name): Add the mpu and fpu register names.
6953 (v850e2_register_name): New function.
a09130f9 6954 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
2aaed979
KB
6955 bfd_mach_v850e2v3.
6956
927fbba6
JB
69572012-03-28 Joel Brobecker <brobecker@adacore.com>
6958
6959 * NEWS: Add entry for Ada varobj support.
6960
d32cafc7
JB
69612012-03-28 Joel Brobecker <brobecker@adacore.com>
6962
6963 * varobj.c (default_value_is_changeable_p): New function,
6964 extracted from varobj_value_is_changeable_p. Add declaration.
6965 (ada_value_is_changeable_p): New function, extracted from
6966 varobj_value_is_changeable_p. Add declaration.
6967 (struct language_specific): New field "value_is_changeable_p".
6968 (languages): Add entries for new field.
6969 (varobj_create): Set language before calling install_new_value.
6970 (varobj_value_is_changeable_p): Reimplement to call the varobj's
6971 "value_is_changeable_p" language callback.
6972
181875a4
JB
69732012-03-28 Joel Brobecker <brobecker@adacore.com>
6974
6975 * ada-varobj.h, ada-varobj.c: New files.
6976 * Makefile.in (SFILES): Add ada-varobj.c.
6977 (HFILES_NO_SRCDIR): Add ada-varobj.h.
6978 (COMMON_OBS): Add ada-varobj.o.
6979
7a290c40
JB
69802012-03-28 Joel Brobecker <brobecker@adacore.com>
6981
6982 * varobj.c (ada_value_has_mutated): Add declaration. New function.
6983 (struct language_specific): New field "value_has_mutated".
6984 (languages): Set field "value_has_mutated" in each entry of array.
6985 (varobj_value_has_mutated): New function.
6986 (varobj_udpdate): Add handling of type mutation.
6987 (value_of_root): Add handling of type mutation.
6988 (ada_value_has_mutated): New function.
6989
ca9b8b9c
PA
69902012-03-28 Pedro Alves <palves@redhat.com>
6991
6992 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
6993 Always supply $fr0 as 0.0 and $fr1 as 1.0.
6994
cc0265cd
TT
69952012-03-28 Tom Tromey <tromey@redhat.com>
6996
6997 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
6998 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
6999 before returning.
7000
3ad2ec6f
TT
70012012-03-28 Tom Tromey <tromey@redhat.com>
7002
7003 * .dir-locals.el: New file.
7004
4a6510ba
PA
70052012-03-28 Pedro Alves <palves@redhat.com>
7006
7007 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
7008
5a75128f
JB
70092012-03-28 Joel Brobecker <brobecker@adacore.com>
7010
7011 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
7012 handling for r0.
7013
f99d8bf4
PA
70142012-03-27 Pedro Alves <palves@redhat.com>
7015
7016 Eliminate struct ui_stream.
7017
7018 * ui-out.h (struct ui_stream): Delete.
7019 (ui_out_field_stream): Adjust prototype.
7020 (ui_out_stream_new, ui_out_stream_delete)
7021 (make_cleanup_ui_out_stream_delete): Delete declarations.
7022 * ui-out.c (ui_out_field_stream): Change prototype to take a
7023 ui_file instead of a ui_stream. Adjust.
7024 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
7025 (make_cleanup_ui_out_stream_delete): Delete.
7026 * breakpoint.c (print_breakpoint_location)
7027 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
7028 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7029 * disasm.c (dump_insns): Ditto.
7030 (do_mixed_source_and_assembly, do_assembly_only): Adjust
7031 prototype.
7032 (gdb_disassembly): Use ui_file/mem_fileopen instead of
7033 ui_stream/ui_out_stream_new.
7034 * infcmd.c (print_return_value): Ditto.
7035 * osdata.c (info_osdata_command): Don't allocate a local
7036 ui_stream.
7037 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
7038 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7039 * tracepoint.c (print_one_static_tracepoint_marker): Don't
7040 allocate a local ui_stream.
7041 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
7042 instead of ui_stream/ui_out_stream_new.
7043 (list_args_or_locals): Don't allocate a local ui_stream.
7044 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
7045 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
7046 ui_stream/ui_out_stream_new.
7047 * cli/cli-setshow.c (do_setshow_command): Ditto.
7048
6350a066 70492012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
72508ac0 7050
6350a066
PA
7051 * arm-linux-tdep.c (arm_linux_init_abi): Call
7052 set_gdbarch_process_record. Initialize `arm_swi_record' field.
7053 * arm-tdep.c (arm_process_record): New function.
7054 (deallocate_reg_mem): New function.
7055 (decode_insn): New function.
7056 (thumb_record_branch): New function.
7057 (thumb_record_ldm_stm_swi(): New function.
7058 (thumb_record_misc): New function.
7059 (thumb_record_ld_st_stack): New function.
7060 (thumb_record_ld_st_imm_offset): New function.
7061 (thumb_record_ld_st_reg_offset(): New function.
7062 (thumb_record_add_sub_cmp_mov): New function.
7063 (thumb_record_shift_add_sub): New function.
7064 (arm_record_coproc_data_proc): New function.
7065 (arm_record_coproc): New function.
7066 (arm_record_b_bl): New function.
7067 (arm_record_ld_st_multiple): New function.
7068 (arm_record_ld_st_reg_offset): New function.
7069 (arm_record_ld_st_imm_offset): New function.
7070 (arm_record_data_proc_imm): New function.
7071 (arm_record_data_proc_misc_ld_str): New function.
7072 (arm_record_extension_space): New function.
7073 (arm_record_strx): New function.
7074 (sbo_sbz): New function.
7075 (struct insn_decode_record): New structure for arm insn record.
7076 (REG_ALLOC): New macro for reg allocations.
7077 (MEM_ALLOC): New macro for memory allocations.
7078 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
72508ac0 7079
89e028e2
AS
70802012-03-27 Andreas Schwab <schwab@linux-m68k.org>
7081
7082 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
7083 (store_register): Likewise.
7084
6350a066 70852012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
3d9a9eb0 7086
6350a066 7087 * MAINTAINERS (Write After Approval): Add myself to the list.
3d9a9eb0 7088
5b43fab2
JK
70892012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7090
7091 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
7092 Describe also the option "auto".
7093
b5453b95
RH
70942012-03-22 Richard Henderson <rth@redhat.com>
7095
7096 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
7097 * sparc-nat.c (sparc_xfer_wcookie): Make static.
7098
227ee7fc
RH
70992012-03-22 Richard Henderson <rth@redhat.com>
7100
7101 * jit.c (jit_read_code_entry): Compute alignment and offset of
7102 int64_t member before computing entry_size.
7103
7b282c5a
SCR
71042012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7105
7106 Python scripting: Add new method Value.referenced_value to
7107 gdb.Value which can dereference pointer as well as reference
7108 values.
7109 * NEWS: Add entry under 'Python scripting' about the new method
7110 Value.referenced_value on gdb.Value objects.
7111 * python/py-value.c (valpy_referenced_value): New function
7112 defining a new method on gdb.Value objects which can dereference
7113 pointer and reference values.
7114
0c83539f
SCR
71152012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7116
7117 * MAINTAINERS (Write After Approval): Add myself to the list.
7118
7ccffd7c
KB
71192012-03-21 Kevin Buettner <kevinb@redhat.com>
7120
7121 * symtab.c (skip_prologue_sal): Change test to check for "main()"
7122 in addition to "main".
7123
bd0b9f9e
JB
71242012-03-21 Joel Brobecker <brobecker@adacore.com>
7125
7126 * expression.h (op_name): Add declaration.
7127 * expprint.c (op_name): Remove declaration. Make non-static.
7128 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
7129
a5362b9a
TS
71302012-03-21 Thomas Schwinge <thomas@codesourcery.com>
7131
7132 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
7133 of struct siginfo.
7134 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
7135 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
7136 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
7137 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
7138 (linux_nat_get_siginfo): Likewise.
7139 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
7140 (linux_nat_get_siginfo): Likewise.
7141 * linux-tdep.c (linux_get_siginfo_type): Likewise.
7142 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
7143 * procfs.c (gdb_siginfo_t): Likewise.
7144
adcadaab
MF
71452012-03-21 Mike Frysinger <vapier@gentoo.org>
7146
7147 * .gitignore: Ignore more files.
7148
e278ad5b
PA
71492012-03-20 Pedro Alves <palves@redhat.com>
7150
7151 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
7152 returns.
7153
741e63d7
YQ
71542012-03-20 Yao Qi <yao@codesourcery.com>
7155
7156 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
7157 comment.
7158
b64f50a1
JK
71592012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7160
7161 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
7162 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
7163 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
7164 sect_offset.
7165 * dwarf2expr.h (cu_offset, sect_offset): New types.
7166 (struct dwarf_expr_context_funcs) <dwarf_call>
7167 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
7168 sect_offset.
7169 (struct dwarf_expr_context) <len>: Improve the comment.
7170 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
7171 cu_offset and sect_offset.
7172 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
7173 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
7174 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
7175 * dwarf2loc.h: Include dwarf2expr.h.
7176 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
7177 and sect_offset.
7178 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
7179 Improve the comment.
7180 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
7181 (struct signatured_type, struct line_header, struct partial_die_info)
7182 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
7183 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
7184 (get_die_type_at_offset, create_cus_from_index)
7185 (create_signatured_type_table_from_index, dw2_get_file_names)
7186 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
7187 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
7188 (create_debug_types_hash_table, process_psymtab_comp_unit)
7189 (load_partial_comp_unit, create_all_comp_units)
7190 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
7191 (load_full_comp_unit, dwarf2_physname, read_import_statement)
7192 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
7193 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
7194 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
7195 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
7196 (find_partial_die, read_attribute_value, lookup_die_type)
7197 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
7198 (is_ref_attr): New function comment.
7199 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
7200 Use cu_offset and sect_offset.
7201 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
7202 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
7203 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
7204 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
7205 (offset_and_type_hash, offset_and_type_eq, set_die_type)
7206 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
7207 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
7208 sect_offset.
7209
e97a38f7
JK
72102012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7211
7212 Code cleanup.
7213 * python/py-auto-load.c (source_section_scripts): New variable back_to.
7214 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
7215 with xfree.
7216 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
7217
8320cc4f
JK
72182012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7219
7220 * NEWS: Describe new options --init-command=FILE, -ix and
7221 --init-eval-command=COMMAND, -iex.
7222 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
7223 CMDARG_INIT_COMMAND.
7224 (captured_main): New enum items OPT_IX and OPT_IEX. Add
7225 "init-command", "init-eval-command", "ix" and "iex" to the variable
7226 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
7227 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
7228 (print_gdb_help): Describe --init-command=FILE, -ix and
7229 --init-eval-command=COMMAND, -iex.
7230
26743505
JK
72312012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7232
7233 Code cleanup.
7234 * main.c (struct cmdarg): Move it here from main. Add more comments.
7235 (cmdarg_s, VEC (cmdarg_s)): New.
7236 (main): Move struct cmdarg from here. New variables cmdarg_vec and
7237 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
7238 Install cleanup for cmdarg_vec. Update filling for options 'x' and
7239 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
7240 of CMDARG.
7241
5ff5c7b4
TT
72422012-03-19 Tom Tromey <tromey@redhat.com>
7243
7244 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
7245
ab260dad
JK
72462012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7247
7248 PR symtab/13777
7249 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
7250 GCC >=4.5.
7251
c366c1f0
TT
72522012-03-16 Chris January <chris.january@allinea.com>
7253
7254 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
7255 of clear.
7256
e16edb45
TT
72572012-03-16 Chris January <chris.january@allinea.com>
7258
7259 * source.c (add_path): Use memmove instead of strcpy because the
7260 strings overlap.
7261
53ba8333
JB
72622012-03-16 Joel Brobecker <brobecker@adacore.com>
7263
7264 * value.h (set_value_parent): Add declaration.
7265 * value.c (set_value_parent): New function.
7266 (value_address): If VALUE->PARENT is not NULL, then use it as
7267 the base address instead of VALUE->LOCATION.address.
7268 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
7269 the same as OBJ's address. Adjust V's offset accordingly.
7270 Set V's parent.
7271
481860b3
GB
72722012-03-16 Gary Benson <gbenson@redhat.com>
7273
7274 PR breakpoints/10738
7275 * dwarf2read.c (use_deprecated_index_sections): New global.
7276 (struct partial_die_info): New member may_be_inlined.
7277 (read_partial_die): Set may_be_inlined where appropriate.
7278 (add_partial_subprogram): Add partial symbols for partial
7279 DIEs that may be inlined.
7280 (new_symbol_full): Add inlined subroutines to the current
7281 scope.
7282 (write_psymtabs_to_index): Bump version number.
7283 (dwarf2_read_index): Read only version 6 indices unless
7284 use_deprecated_index_sections is set.
7285 * linespec.c (symbol_and_data_callback): New structure.
7286 (iterate_inline_only): New function.
7287 (iterate_over_all_matching_symtabs): New argument
7288 "include_inline". If nonzero, also call the callback for
7289 symbols representing inlined subroutines.
7290 (lookup_prefix_sym): Pass extra argument to the above.
7291 (find_function_symbols): Likewise.
7292 (add_matching_symbols_to_info): Likewise.
7293 * NEWS: Mention that GDB can now set breakpoints on inlined
7294 functions.
7295
d0e7e15a
PM
72962012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
7297
7298 * p-typeprint.c (pascal_type_print_method_args):
7299 Fix display of parameter of methods.
7300
3d354654
PM
73012012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
7302
7303 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
7304 Add missing prototype.
7305
cafe75b0
JK
73062012-03-16 Yao Qi <yao@codesourcery.com>
7307 Jan Kratochvil <jan.kratochvil@redhat.com>
7308
7309 Fix false compilation warning.
7310 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
7311
25f8c692
JL
73122012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
7313 Pedro Alves <pedro@codesourcery.com>
7314
7315 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
7316 (arm_register_g_packet_guesses): New function.
7317 (arm_gdbarch_init): Don't force a target description with
7318 registers when the executable is detected as M-profile. Instead
7319 set gdbarch->tdep->is_m. Register `g' packet guesses.
7320 (_initialize_arm_tdep): Initialize the new target description.
7321 * features/arm-with-m-fpa-layout.xml: New description.
7322 * features/arm-with-m-fpa-layout.c: New, generated.
7323
35c63cd8
JB
73242012-03-15 Joel Brobecker <brobecker@adacore.com>
7325
7326 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
7327 Update function description.
7328 (insert_bp_location): Do not wipe bl->target_info out.
7329 * mem-break.c: #include "gdb_string.h".
7330 (default_memory_insert_breakpoint): Do not call target_read_memory
7331 with a pointer to the breakpoint's shadow_contents buffer. Use
7332 a local buffer instead.
7333 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
7334
57651221
TT
73352012-03-15 Tom Tromey <tromey@redhat.com>
7336
7337 * NEWS: Mention "info vtbl", not "info vtable".
7338 * cp-support.c (info_vtbl_command): Fix comment.
7339 (_initialize_cp_support): Fix text.
7340
410528f0
TT
73412012-03-15 Tom Tromey <tromey@redhat.com>
7342
7343 * cp-valprint.c (cp_print_value_fields): Use
7344 print_function_pointer_address for vtable slot.
7345
c4aeac85
TT
73462012-03-15 Tom Tromey <tromey@redhat.com>
7347
7348 * gnu-v3-abi.c (struct value_and_voffset): New.
7349 (hash_value_and_voffset, eq_value_and_voffset)
7350 (compare_value_and_voffset, compute_vtable_size)
7351 (print_one_vtable, gnuv3_print_vtable): New functions.
7352 (init_gnuv3_ops): Initialize 'print_vtable' field.
7353 * cp-support.c (info_vtbl_command): New function.
7354 (_initialize_cp_support): Add "info vtbl".
7355 * cp-abi.h (cplus_print_vtable): Declare.
7356 (struct cp_abi_ops) <print_vtable>: New field.
7357 * cp-abi.c (cplus_print_vtable): New function.
7358 * NEWS: Update.
7359
95cbceff
TT
73602012-03-15 Tom Tromey <tromey@redhat.com>
7361
7362 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
7363 iterate_over_symbols.
7364
589b4a32
DE
73652012-03-14 Doug Evans <dje@google.com>
7366
7367 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
7368 DW_OP_GNU_parameter_ref.
7369
e837f12a
JK
73702012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7371
7372 Fix double prompt of 'interpreter-exec mi'.
7373 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
7374 (mi_interpreter_resume): use it.
7375 (mi_execute_command_input_handler): New function.
7376 * mi/mi-main.c (mi_execute_command): Move prompt printing to
7377 mi_execute_command_input_handler.
7378
ff1e4526 73792012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
c381a3f6
JB
7380
7381 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
7382 prototype.
7383 (darwin_debug_port_info): Make static.
7384 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
7385 * machoread.c (_initialize_machoread): Add prototype.
7386 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
7387 (i386_darwin_set_control, i386_darwin_get_control)
7388 i386_darwin_dr_set_addr, i386_darwin_get_addr)
7389 i386_darwin_get_status, i386_darwin_get_control):
7390 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
7391
d8a5d6ee
JB
73922012-03-13 Joel Brobecker <brobecker@adacore.com>
7393
7394 * ax-gdb.c (gen_usual_unary): Remove special handling of
7395 enum and bool types.
7396
af381b8c
JB
73972012-03-13 Joel Brobecker <brobecker@adacore.com>
7398
7399 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
7400
786c562f
JB
74012012-03-13 Joel Brobecker <brobecker@adacore.com>
7402
7403 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
7404
e3ebf1bb
JB
74052012-03-13 Chris January <chris.january@allinea.com>
7406
7407 * aix-thread.c (fill_sprs): Store the floating point registers
7408 at the correct offsets into vals.
7409
c5b7e1cb
DE
74102012-03-13 Doug Evans <dje@google.com>
7411
16899756
DE
7412 * NEWS: Mention symbol-reloading has been deleted.
7413 * symfile.c (symbol_reloading): Delete.
7414 (show_symbol_reloading): Delete.
7415 (_initialize_symfile): Delete set/show symbol-reloading.
7416
c5b7e1cb
DE
7417 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
7418 read_in_chain until we have successfully read it in.
7419 (load_full_comp_unit): Ditto.
7420 (read_signatured_type): Add comment.
7421
46cb6474
JB
74222012-03-13 Chris January <chris.january@allinea.com>
7423
7424 * stabsread.c (fix_common_block): Change type of valu argument
7425 to CORE_ADDR.
7426
76219d77
JB
74272012-03-13 Chris January <chris.january@allinea.com>
7428
7429 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
7430 instruction.
7431
87b0bb13
JK
74322012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7433
7434 * common/linux-procfs.c (linux_proc_get_int): New, from
7435 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
7436 field.
7437 (linux_proc_get_tgid): Only call linux_proc_get_int.
7438 (linux_proc_get_tracerpid): New.
7439 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
7440 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
7441 linux_proc_pid_has_state.
7442 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
7443 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
7444 (linux_ptrace_attach_warnings): New.
7445 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
7446 New declaration.
7447 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
7448 (linux_nat_attach): New variables ex, buffer, message and message_s.
7449 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
7450
5f572dec
JK
74512012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7452
7453 * Makefile.in (linux-ptrace.o): New.
7454 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
7455 from linux-nat.c.
7456 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
7457 * common/linux-ptrace.c: New file.
7458 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
7459 * config/arm/linux.mh: Likewise.
7460 * config/i386/linux.mh: Likewise.
7461 * config/i386/linux64.mh: Likewise.
7462 * config/ia64/linux.mh: Likewise.
7463 * config/m32r/linux.mh: Likewise.
7464 * config/m68k/linux.mh: Likewise.
7465 * config/mips/linux.mh: Likewise.
7466 * config/pa/linux.mh: Likewise.
7467 * config/powerpc/linux.mh: Likewise.
7468 * config/powerpc/ppc64-linux.mh: Likewise.
7469 * config/powerpc/spu-linux.mh: Likewise.
7470 * config/s390/s390.mh: Likewise.
7471 * config/sparc/linux.mh: Likewise.
7472 * config/sparc/linux64.mh: Likewise.
7473 * config/xtensa/linux.mh: Likewise.
7474 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
7475 common/linux-procfs.c.
7476 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
7477
44f238bb
PA
74782012-03-13 Hui Zhu <teawater@gmail.com>
7479 Pedro Alves <palves@redhat.com>
7480
7481 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
7482 CREATE_BREAKPOINT_FLAGS_INSERTED.
7483 (create_breakpoint_sal, create_breakpoints_sal)
7484 (base_breakpoint_create_breakpoints_sal)
7485 (tracepoint_create_breakpoints_sal)
7486 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
7487 down.
7488 (break_command_1, handle_gnu_v3_exceptions, trace_command)
7489 (ftrace_command, strace_command): Adjust.
7490 (create_tracepoint_from_upload): Pass
7491 CREATE_BREAKPOINT_FLAGS_INSERTED.
7492 * breakpoint.h (enum breakpoint_create_flags): New.
7493 (create_breakpoint): New flags parameter.
7494 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
7495 * python/py-breakpoint.c (bppy_init): Adjust.
7496 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
7497 * spu-tdep.c (spu_catch_start): Adjust.
7498
1e51243a
PA
74992012-03-13 Pedro Alves <palves@redhat.com>
7500 Hui Zhu <teawater@gmail.com>
7501 Yao Qi <yao@codesourcery.com>
7502
7503 * remote.c (struct remote_state): New field `starting_up'.
7504 (remote_start_remote): Set and clear it.
7505 (remote_can_download_tracepoint): If starting up, return false.
7506
fa3064dd
YQ
75072012-03-13 Yao Qi <yao@codesourcery.com>
7508
7509 * inferior.h (struct inferior): Remove fields any_syscall_count,
7510 syscalls_counts and total_syscalls_count. Move them to new
7511 struct catch_syscall_inferior_data in breakpoint.c.
7512 * breakpoint.c: Call DEF_VEC_I(int).
7513 (struct catch_syscall_inferior_data): New.
7514 (get_catch_syscall_inferior_data): New.
7515 (catch_syscall_inferior_data_cleanup): New.
7516 (insert_catch_syscall): Update to access data in
7517 struct catch_syscall_inferior_data.
7518 (insert_catch_syscall): Likewise.
7519 (remove_catch_syscall): Likewise.
7520 (remove_catch_syscall): Likewise.
7521 (is_syscall_catchpoint_enabled): Likewise.
7522 (add_catch_command): Likewise.
7523 (_initialize_breakpoint): Register cleanup.
7524 * breakpoint.h: Removed DEF_VEC_I(int).
7525 * dwarf2loc.c: Call DEF_VEC_I(int).
7526 * mi/mi-main.c: Likewise.
7527
460fac3c
MK
75282012-03-12 Mark Kettenis <kettenis@gnu.org>
7529
7530 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
7531
e1aca11e
JB
75322012-03-12 Chris January <chris.january@allinea.com>
7533
7534 * aix-thread.c (_initialize_aix_thread): Add prototype.
7535 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
7536 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
7537
649c7061
JB
75382012-03-12 Joel Brobecker <brobecker@adacore.com>
7539
7540 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
7541 include of "amd64-nat.h".
7542
0b49e518
TT
75432012-03-12 Tom Tromey <tromey@redhat.com>
7544
7545 * buildsym.c (record_pending_block): Now static.
7546 * buildsym.h: (record_pending_block): Remove.
7547
fd24fa94
AT
75482012-03-12 Andreas Tobler <andreast@fgznet.ch>
7549
7550 * amd64bsd-nat.c: Include amd64bsd-nat.h.
7551
ba919b58
TT
75522012-03-09 Tom Tromey <tromey@redhat.com>
7553
7554 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
7555 producer_is_gxx_lt_4_6>: New fields.
7556 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
7557
a48e046c
TT
75582012-03-09 Tom Tromey <tromey@redhat.com>
7559
7560 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
7561
6f5e9362
JB
75622012-03-08 Joel Brobecker <brobecker@adacore.com>
7563
7564 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
7565 prototype.
7566
8d037db9
JB
75672012-03-08 Joel Brobecker <brobecker@adacore.com>
7568
7569 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
7570
4e841acf
JK
75712012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7572
7573 Fix -Wmissing-prototypes build.
7574 * arm-linux-nat.c (get_thread_id): Make it static.
7575 * xtensa-linux-nat.c (get_thread_id): Likewise.
7576
c6030312
JB
75772012-03-08 Joel Brobecker <brobecker@adacore.com>
7578
7579 * server.c (process_point_options): If a conditional expression
7580 is found, only print a message if remote_debug is nonzero.
7581
52323be9
LM
75822012-03-08 Luis Machado <lgustavo@codesourcery.com>
7583
7584 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
7585 of internal error for unknown/unsupported types.
7586
7fe25d9b
JK
75872012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7588
7589 Fix CU relative vs. absolute DIE offsets.
7590 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
7591 offset to offset_in_cu.
7592 * dwarf2read.c (process_enumeration_scope): Add CU offset to
7593 TYPE_OFFSET.
7594 (dwarf2_fetch_die_location_block): Rename parameter offset to
7595 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
7596
05e7c244
JK
75972012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7598
7599 * libunwind-frame.c: Rename to ...
7600 * ia64-libunwind-tdep.c: ... here.
7601 * libunwind-frame.h: Rename to ...
7602 * ia64-libunwind-tdep.h: ... here.
7603 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
7604 ia64-libunwind-tdep.h.
7605 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
7606 * README (--with-libunwind): Rename to ...
7607 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
7608 * config.in: Regenerate.
7609 * configure: Regenerate.
7610 * configure.ac: New option --with-libunwind-ia64, make the
7611 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
7612 Remove AC_DEFINE for HAVE_LIBUNWIND.
7613 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
7614 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
7615 Rename libunwind-frame in the general comment.
7616 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
7617 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
7618 Move forward declarations inside #ifndef. Rename libunwind-frame in
7619 the general comment.
7620 * ia64-tdep.c: Rename libunwind-frame.h #include to
7621 ia64-libunwind-tdep.h.
7622 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
7623 (ia64_libunwind_descr): Rename libunwind-frame to
7624 ia64-libunwind-tdep in these function comments.
7625 * ia64-tdep.h: Rename libunwind-frame.h #include to
7626 ia64-libunwind-tdep.h.
7627 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
7628 ia64-libunwind-tdep in that data comment.
7629
3755cbfd
JK
76302012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7631
7632 * libunwind-frame.h (struct frame_unwind): New declaration.
7633
d1cda5d9
JB
76342012-03-08 Joel Brobecker <brobecker@adacore.com>
7635
7636 * breakpoint.c (_initialize_breakpoint): Fix error in help of
7637 "set breakpoint condition-evaluation" command.
7638
a0ba0aa2
TG
76392012-03-08 Tristan Gingold <gingold@adacore.com>
7640
7641 * sparc-stub.c: Move to stubs/
7642 * sh-stub.c: Likewise.
7643 * m68k-stub.c: Likewise.
7644 * m32r-stub.c: Likewise.
7645 * i386-stub.c: Likewise.
7646
7b8b6d6d
AS
76472012-03-08 Andreas Schwab <schwab@linux-m68k.org>
7648
007cafee
AS
7649 * m68klinux-tdep.c (m68k_linux_init_abi): Register
7650 linux_get_siginfo_type.
7651
7b8b6d6d
AS
7652 * m68klinux-nat.c: Include "gdb_proc_service.h".
7653 (PTRACE_GET_THREAD_AREA): Define.
7654 (ps_get_thread_area): New function.
7655
bba74b36
YQ
76562012-03-08 Yao Qi <yao@codesourcery.com>
7657
7658 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
7659 `xsnprintf'.
7660 (remote_query_attached): Likewise.
7661 (remote_static_tracepoint_marker_at): Likewise.
7662 (remote_set_permissions): Likewise.
7663 (remote_detach_1, extended_remote_attach_1): Likewise.
7664 (send_g_packet, remote_vkill): Likewise.
7665 (extended_remote_disable_randomization): Likewise.
7666 (remote_add_target_side_condition): Likewise.
7667 (remote_insert_breakpoint): Likewise.
7668 (remote_remove_breakpoint): Likewise.
7669 (remote_insert_watchpoint): Likewise.
7670 (remote_remove_watchpoint): Likewise.
7671 (remote_insert_hw_breakpoint): Likewise.
7672 (remote_insert_hw_breakpoint): Likewise.
7673 (remote_remove_hw_breakpoint): Likewise.
7674 (remote_download_command_source): Likewise.
7675 (remote_download_tracepoint): Likewise.
7676 (remote_download_trace_state_variable): Likewise.
7677 (remote_disable_tracepoint): Likewise.
7678 (remote_trace_set_readonly_regions): Likewise.
7679 (remote_get_tracepoint_status): Likewise.
7680 (remote_trace_find): Likewise.
7681 (remote_get_trace_state_variable_value): Likewise.
7682 (remote_set_disconnected_tracing): Likewise.
7683 (remote_set_circular_trace_buffer): Likewise.
7684 (remote_get_min_fast_tracepoint_insn_len): Likewise.
7685 (remote_use_agent): Likewise.
7686 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
7687 Update callers.
7688
9b224c5e
PA
76892012-03-07 Pedro Alves <palves@redhat.com>
7690
7691 * NEWS: Mention QProgramSignals.
7692 * inferior.h (update_signals_program_target): Declare.
7693 * infrun.c: (update_signals_program_target): New.
7694 (handle_command): Update the target of the new program signals
7695 array changes.
7696 * remote.c (PACKET_QProgramSignals): New enum.
7697 (last_program_signals_packet): New global.
7698 (remote_program_signals): New.
7699 (remote_start_remote): Update the target with the program signals
7700 list.
7701 (remote_protocol_features): Add entry for QPassSignals.
7702 (remote_open_1): Free anc clear last_program_signals_packet.
7703 (init_remote_ops): Install remote_program_signals.
7704 * target.c (update_current_target): Adjust.
7705 (target_program_signals): New.
7706 * target.h (struct target_ops) <to_program_signals>: New field.
7707 (target_program_signals): Declare.
7708
74c48cbb
PA
77092012-03-07 Pedro Alves <palves@redhat.com>
7710
7711 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
7712 extensions.
7713
0c13fc49
AS
77142012-03-07 Andreas Schwab <schwab@linux-m68k.org>
7715
7716 * m68klinux-nat.c (getregs_supplies): Make static.
7717 (getfpregs_supplies): Likewise.
7718 (have_ptrace_getregs): Likewise.
7719
1281d2a3
JB
77202012-03-06 Joel Brobecker <brobecker@adacore.com>
7721
7722 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
7723 in call to get_die_type_at_offset.
7724
2b03b41d
SS
77252012-03-06 Stan Shebs <stan@codesourcery.com>
7726
7727 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
7728 * mi/mi-cmd-disas.c: Ditto.
7729 * mi/mi-cmd-env.c: Ditto.
7730 * mi/mi-cmd-file.c: Ditto.
7731 * mi/mi-cmd-stack.c: Ditto.
7732 * mi/mi-cmd-target.c: Ditto.
7733 * mi/mi-cmd-var.c: Ditto.
7734 * mi/mi-cmds.c: Ditto.
7735 * mi/mi-cmds.h: Ditto.
7736 * mi/mi-console.c: Ditto.
7737 * mi/mi-getopt.c: Ditto.
7738 * mi/mi-getopt.h: Ditto.
7739 * mi/mi-interp.c: Ditto.
7740 * mi/mi-main.c: Ditto.
7741 * mi/mi-out.c: Ditto.
7742 * mi/mi-parse.c: Ditto.
7743 * mi/mi-parse.h: Ditto.
7744 * mi/mi-symbol-cmds.c: Ditto.
7745
7746 * mi/mi-getopt.h: Move mi_opt struct up.
7747 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
7748 return.
7749 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
7750
c988ad87
TT
77512012-03-06 Tom Tromey <tromey@redhat.com>
7752
7753 * proc-service.c (ps_pglobal_lookup): Set the current program
7754 space.
7755
1b7c1b10
PA
77562012-03-06 Pedro Alves <palves@redhat.com>
7757
7758 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
7759
3c182069
JB
77602012-03-05 Joel Brobecker <brobecker@adacore.com>
7761
7762 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
7763
2e794194
JK
77642012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7765
7766 Code cleanup.
7767 * common/linux-osdata.c (linux_common_core_of_thread): New function
7768 comment.
7769 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
7770 call by linux_common_core_of_thread.
7771 (linux_nat_core_of_thread_1): Remove.
7772 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
7773 * linux-thread-db.c: Include linux-osdata.h.
7774 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
7775 linux_common_core_of_thread.
7776
9f9f1f31
TT
77772012-03-05 Tom Tromey <tromey@redhat.com>
7778
7779 * value.c (value_primitive_field): Don't fetch contents for
7780 non-virtual bases.
7781
b7b189f3
TT
77822012-03-05 Tom Tromey <tromey@redhat.com>
7783
7784 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
7785
05b8a789 77862012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
5538f557 7787
5538f557
JB
7788 * s390-nat.c: Include "gregset.h".
7789
75528772
JK
77902012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7791
7792 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
7793 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
7794 (libunwind_load): New variable so_error, use it for dlerror. Try to
7795 load also LIBUNWIND_SO_7.
7796
275418ae
PA
77972012-03-05 Pedro Alves <palves@redhat.com>
7798
7799 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
7800 is not NULL, and remove resulting dead code.
7801
5cbb9812
TS
78022012-03-05 Thomas Schwinge <thomas@codesourcery.com>
7803
7804 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
7805 prologue to sh_analyze_prologue.
7806 (sh_analyze_prologue): Make better use of such an upper limit, and
7807 generally be more cautious about accessing memory.
7808
541515ad
TT
78092012-03-05 Tom Tromey <tromey@redhat.com>
7810
7811 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
7812 _initialize_ia64_hpux_tdep.
7813
b4d36fb8
PA
78142012-03-05 Pedro Alves <palves@redhat.com>
7815
24490249
PA
7816 PR gdb/13766
7817
b4d36fb8
PA
7818 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
7819 the register state is clear, supply explicit zero, instead of
7820 marking the register unavailable.
7821
60c9a3c0
TG
78222012-03-05 Tristan Gingold <gingold@adacore.com>
7823
7824 * NEWS: Mention OpenVMS ia64 new target.
7825
696759ad
TG
78262012-03-05 Tristan Gingold <gingold@adacore.com>
7827
7828 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
7829 (ia64_unw_accessors, ia64_unw_rse_accessors)
7830 (ia64_libunwind_descr): Declare.
7831 * ia64-vms-tdep.c: New file.
7832 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
7833 (ia64_libunwind_descr): Make them public.
7834 * configure.tgt: Add ia64-*-*vms*.
7835 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
7836 (ALLDEPFILES): Add ia64-vms-tdep.c
7837
34864976
TG
78382012-03-05 Tristan Gingold <gingold@adacore.com>
7839
169081d0
TG
7840 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
7841 * remote.c (PACKET_qXfer_uib): New enum value.
7842 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
7843 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
7844 (_initialize_remote): Call add_packet_config_cmd for
7845 xfer:uib packet.
7846
78472012-03-05 Tristan Gingold <gingold@adacore.com>
7848
7849 * osabi.c (gdb_osabi_names): Add OpenVMS.
7850 (generic_elf_osabi_sniffer): Likewise.
7851 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
34864976 7852
6597b100
JK
78532012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7854
7855 Removed unused code.
7856 * libunwind-frame.c (libunwind_frame_unwind)
7857 (libunwind_frame_base_address): Remove.
7858 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
7859
87399aa1
YQ
78602012-03-04 Yao Qi <yao@codesourcery.com>
7861
7862 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
7863 remove trailing new line.
7864 (agent_run_command, agent_run_command): Add _ markup.
7865 (agent_capability_check): Likewise.
7866
abf1152a
JK
78672012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7868
7869 * breakpoint.c (set_condition_evaluation_mode): Set
7870 CONDITION_EVALUATION_MODE unconditionally.
7871
5808517f
YQ
78722012-03-03 Yao Qi <yao@codesourcery.com>
7873
7874 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
7875 * common/agent.h: Update declaration.
7876 * inf-child.c (inf_child_use_agent): New.
7877 (inf_child_can_use_agent): New.
7878 (inf_child_target): Initialize fields `to_use_agent'
7879 and `to_can_use_agent'.
7880 * agent.c (agent_new_objfile): New.
89b7509a 7881 (_initialize_agent): Add agent_new_objfile to new_objfile
5808517f
YQ
7882 observer.
7883
7884 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7885 New.
89b7509a 7886 (linux_target_install_ops): Initialize field
5808517f
YQ
7887 `to_static_tracepoint_markers_by_strid'.
7888 * remote.c (free_current_marker): Move it to ...
7889 * tracepoint.c (free_current_marker): ... here. New.
7890 (cleanup_target_stop): New.
7891 * tracepoint.h: Declare free_current_marker.
7892 * NEWS: Add one entry about `info static-tracepoint-marker'.
7893
58b4daa5
YQ
78942012-03-03 Yao Qi <yao@codesourcery.com>
7895
7896 * common/agent.c (agent_loaded_p): New.
89b7509a 7897 (agent_look_up_symbols): New global.
58b4daa5
YQ
7898 * common/agent.h: Declare agent_loaded_p.
7899
8ffcbaaf
YQ
79002012-03-03 Yao Qi <yao@codesourcery.com>
7901
7902 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
7903 (agent_capability_check, agent_capability_invalidate): New.
7904 (symbol_list): New array element.
7905 * common/agent.h (enum agent_capa): New.
7906 * target.c (target_pre_inferior): Call agent_capability_invalidate.
7907
d1feda86
YQ
79082012-03-03 Yao Qi <yao@codesourcery.com>
7909
7910 * target.h (struct target_ops) <to_use_agent>: New field.
7911 (struct target_ops) <to_can_use_agent>: New field.
7912 (target_use_agent, target_can_use_agent): New macro.
7913 * target.c (update_current_target): Update.
7914 * remote.c: New enum `PACKET_QAgent'.
7915 (remote_protocol_features): Add a new element.
7916 (remote_use_agent, remote_can_use_agent): New.
7917 (init_remote_ops): Initialize field `can_use_agent' with
7918 remote_can_use_agent. Intiailize field `use_agent' with
7919 remote_use_agent.
7920 * common/agent.c (use_agent): New global.
7921 * common/agent.h: Declare it.
7922 * tracepoint.c (info_static_tracepoint_markers_command): Add
7923 comment.
7924 * Makefile.in (SFILES): Add common/agent.c and agent.c.
7925 (COMMON_OBS): Add common/agent.o and agent.o
7926 (common-agent.o): New rule.
7927 * agent.c: New.
7928
2fa291ac
YQ
79292012-03-03 Yao Qi <yao@codesourcery.com>
7930
7931 * common/agent.c: New.
7932 * common/agent.h: New.
7933 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
7934 AC_CHECK_HEADERS.
7935 * configure, configh.in: Regenerated.
7936
9fc05685
KB
79372012-03-02 Kevin Buettner <kevinb@redhat.com>
7938
7939 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
7940 unless it exists for this architecture.
7941
a5ee536b
JB
79422012-03-02 Joel Brobecker <brobecker@adacore.com>
7943
7944 * language.h (struct language_defn): New "method" la_read_var_value.
7945 * findvar.c: #include "language.h".
7946 (default_read_var_value): Renames read_var_value. Rewrite
7947 function description.
7948 (read_var_value): New function.
7949 * value.h (default_read_var_value): Add prototype.
7950 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
7951 New functions.
7952 (ada_language_defn): Add entry for la_read_var_value.
7953 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
7954 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
7955 language_defn structures to add entry for new la_read_var_value
7956 field.
7957
f59f708a
PA
79582012-03-02 Tom Tromey <tromey@redhat.com>
7959 Pedro Alves <palves@redhat.com>
7960
7961 PR breakpoints/13776:
7962 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
7963 breakpoints.
7964 (delete_longjmp_breakpoint_at_next_stop): New.
7965 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
7966 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
7967 before deleting the inferior. Add comments.
7968 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
7969 breakpoints immediately, but only on next stop. Move that code
7970 next to where we mark other breakpoints for deletion.
7971
44099a67
JB
79722012-03-02 Joel Brobecker <brobecker@adacore.com>
7973
7974 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
7975 marker.
7976 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
7977 violation.
7978
2a2ef594
PA
79792012-03-02 Pedro Alves <palves@redhat.com>
7980
7981 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
7982
b261e0c5
UW
79832012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
7984
7985 Fix -Wmissing-prototypes build.
7986 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
7987 * remote-sim.c (gdbsim_has_all_memory): Likewise.
7988 (gdbsim_has_memory): Likewise.
7989
a95babbf
YQ
79902012-03-02 Yao Qi <yao@codesourcery.com>
7991
7992 Fix -Wmissing-prototypes build.
7993 * charset.c (phony_iconv_open): Make static.
7994 (phony_iconv_close, phony_iconv): Likewise.
7995 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
7996 * i386-windows-nat.c (_initialize_i386_windows_nat): New
7997 prototype.
7998 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
7999 * ser-mingw.c (create_select_thread): Make static.
8000 * windows-termcap.c (tgetent): New prototype.
8001 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
8002
d603d4b3
JK
80032012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
8004
8005 Fix -Wmissing-prototypes build.
8006 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
8007 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
8008 (_initialize_loadable): New prototypes.
8009
7fb3ad1f
DE
80102012-03-02 Doug Evans <dje@google.com>
8011
8012 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
8013 abbrev table, read_comp_unit will do it.
8014
693be288
JK
80152012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8016
8017 Fix -Wmissing-prototypes build.
8018 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
8019 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
8020 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
8021 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
8022 (_initialize_arm_symbian_tdep): New prototype.
8023 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
8024 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
8025 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
8026 static.
8027 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
8028 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
8029 prototype.
8030 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
8031 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
8032 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
8033 static.
8034 * moxie-tdep.c (moxie_process_record): Likewise.
8035 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
8036 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
8037 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
8038 (_initialize_rl78_tdep): New prototype.
8039 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
8040 (_initialize_rx_tdep): New prototype.
8041 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
8042 (_initialize_darwin_solib): New prototype.
8043 * solib-spu.c: Include solib-spu.h.
8044 (_initialize_spu_solib): New prototype.
8045 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
8046 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
8047 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
8048 (tic6x_software_single_step): Make it static.
8049 (_initialize_tic6x_tdep): New prototype.
8050
638234e5
JK
80512012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8052
8053 Fix -Wmissing-prototypes build.
8054 * cris-tdep.c (cris_can_use_hardware_watchpoint)
8055 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
8056
f4a6f16d
JK
80572012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8058
8059 Fix -Wmissing-prototypes build.
8060 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
8061 (frv_have_stopped_data_address): Remove.
8062
04dcf5fa
JK
80632012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8064
8065 Fix -Wmissing-prototypes build.
8066 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
8067 * sh-tdep.c: Include sh64-tdep.h.
8068 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
8069 * sh64-tdep.c: Include sh64-tdep.h.
8070 * sh64-tdep.h: New file.
8071
19080931
MR
80722012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8073
8074 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
8075
9aac7884
MR
80762012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8077
8078 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
8079 sp_regnum once the gdbarch_init_osabi hook has been called.
8080
a385295e
MR
80812012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8082
8083 * mips-tdep.c (mips32_bc1_pc): New function.
8084 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
8085 BPOSGE32 and BPOSGE64 instructions.
8086 (deal_with_atomic_sequence): Likewise.
8087 (mips32_instruction_has_delay_slot): Likewise.
8088
1faeff08 80892012-03-01 Maciej W. Rozycki <macro@mips.com>
a09130f9
PA
8090 Chris Dearman <chris@mips.com>
8091 Maciej W. Rozycki <macro@codesourcery.com>
8092 Joseph Myers <joseph@codesourcery.com>
1faeff08
MR
8093
8094 * features/mips-dsp.xml: New file.
8095 * features/mips64-dsp.xml: New file.
8096 * features/mips-dsp-linux.xml: New file.
8097 * features/mips64-dsp-linux.xml: New file.
8098 * features/Makefile (WHICH): Add mips-dsp-linux and
8099 mips64-dsp-linux.
8100 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
8101 * features/mips-dsp-linux.c: New file.
8102 * features/mips64-dsp-linux.c: New file.
8103 * regformats/mips-dsp-linux.dat: New file.
8104 * regformats/mips64-dsp-linux.dat: New file.
8105 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
8106 registers.
8107 (mips64_linux_register_addr): Likewise.
8108 (mips64_linux_regsets_fetch_registers): Likewise.
8109 (mips64_linux_regsets_store_registers): Likewise.
8110 (mips64_linux_fetch_registers): Update call to
8111 mips64_linux_regsets_fetch_registers.
8112 (mips64_linux_store_registers): Update call to
8113 mips64_linux_regsets_store_registers.
8114 (mips_linux_read_description): Probe for DSP registers.
8115 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
8116 and initialize_tdesc_mips64_dsp_linux.
8117 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
8118 Remove padding of no longer used embedded register slots.
8119 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
8120 (MIPS_RESTART_REGNUM): Redefine enum value.
8121 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
8122 strings.
8123 (mips_tx39_reg_names): Likewise.
8124 (mips_linux_reg_names): New array of register names for Linux
8125 targets.
8126 (mips_register_name): Check for a null pointer in
8127 mips_processor_reg_names and return an empty string.
8128 (mips_register_type): Exclude embedded registers for the IRIX
8129 and Linux ABIs.
8130 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
8131 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
8132 DSP registers.
8133 (mips_stab_reg_to_regnum): Handle DSP accumulators.
8134 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
8135 (mips_gdbarch_init): Likewise. Initialize internal register
8136 indices for the Linux ABI. Use dynamic numbers to refer to
8137 registers, as applicable, while parsing the target description.
8138 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
8139
263689d8
JB
81402012-03-01 Joel Brobecker <brobecker@adacore.com>
8141
8142 * frame.h (read_frame_register_unsigned): Fix typo in function
8143 description.
8144
f3b4f45c
PA
81452012-03-01 Pedro Alves <palves@redhat.com>
8146
8147 * jit-reader.in [!__cplusplus]
8148 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
8149
b03a2011
PA
81502012-03-01 Pedro Alves <palves@redhat.com>
8151
8152 * configure.ac (build_warnings): Add -Wmissing-prototypes.
8153 * configure: Regenerate.
8154
70221824
PA
81552012-03-01 Pedro Alves <palves@redhat.com>
8156
8157 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
8158 * breakpoint.c (create_exception_master_breakpoint, trace_command)
8159 (ftrace_command, strace_command): Make static.
8160 * d-lang.c (_initialize_d_language): Declare.
8161 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
8162 * dwarf2loc.c (_initialize_dwarf2loc):
8163 * dwarf2read.c (process_psymtab_comp_unit): Make static.
8164 * exec.c (exec_get_section_table): Make static.
8165 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
8166 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
8167 * inferior.c (remove_inferior_command, add_inferior_command)
8168 (clone_inferior_command): Make static.
8169 * linux-nat.c (linux_nat_thread_address_space)
8170 (linux_nat_core_of_thread): Make static.
8171 * linux-tdep.c (_initialize_linux_tdep): Declare.
8172 * objc-lang.c (_initialize_objc_lang): Declare.
8173 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
8174 Make static.
8175 (_initialize_opencl_language): Declare.
8176 * record.c (_initialize_record): Declare.
8177 * remote.c (demand_private_info, remote_get_tib_address)
8178 (remote_supports_cond_tracepoints)
8179 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
8180 Make static.
8181 * skip.c (_initialize_step_skip): Declare.
8182 * symtab.c (skip_prologue_using_lineinfo): Make static.
8183 * tracepoint.c (delete_trace_state_variable)
8184 (trace_variable_command, delete_trace_variable_command)
8185 (get_uploaded_tsv, find_matching_tracepoint_location)
8186 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
8187 Make static.
8188 * value.c (pack_unsigned_long): Make static.
8189 * varobj.c (varobj_ensure_python_env): Make static.
8190 * windows-tdep.c (_initialize_windows_tdep): Declare.
8191 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
8192
33fbcbee
PA
81932012-03-01 Pedro Alves <palves@redhat.com>
8194
8195 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
8196 gdbarch parameter.
8197 (linux_init_abi): Install it as has_shared_address_space gdbarch
8198 callback.
8199
44d0cd3b
PA
82002012-03-01 Pedro Alves <palves@redhat.com>
8201
8202 * observer.c (observer_test_first_notification_function)
8203 (observer_test_second_notification_function)
8204 (observer_test_third_notification_function): Add declarations.
8205
ed01b82c
PA
82062012-03-01 Pedro Alves <palves@redhat.com>
8207
8208 * common/signals.c (default_target_signal_to_host)
8209 (default_target_signal_from_host): Move ...
8210 * arch-utils.c: ... here.
8211 * arch-utils.h (default_target_signal_to_host)
8212 (default_target_signal_from_host): Declare.
8213
8214 * common/signals.c (target_signal_from_command): Move ...
8215 * infrun.c: ... here.
8216 * inferior.h (target_signal_from_command): Declare.
8217 * target.h (target_signal_from_command)
8218 (default_target_signal_from_host, default_target_signal_to_host):
8219 Delete declarations.
8220
8221 * common/signals.c (_initialize_signals): Delete.
8222
c9b87335
PA
82232012-03-01 Pedro Alves <palves@redhat.com>
8224
8225 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
8226 both __cplusplus and !__cplusplus.
8227
9340a6c0
PA
82282012-03-01 Pedro Alves <palves@redhat.com>
8229
8230 * psymtab.c (find_and_open_source): Delete declaration.
8231 * source.c (find_and_open_source): Move comment ...
8232 * source.h (find_and_open_source): ... to this new declaration.
8233
e451c4a1
PA
82342012-03-01 Pedro Alves <palves@redhat.com>
8235
8236 * inline-frame.c: Include inline-frame.h.
8237
983fb104
PA
82382012-03-01 Pedro Alves <palves@redhat.com>
8239
8240 * tui/tui-data.c (set_gen_win_origin): Delete.
8241 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
8242 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
8243
5fbce5df
PA
82442012-03-01 Pedro Alves <palves@redhat.com>
8245
8246 * remote.c (encode_actions): Delete declaration.
8247 * tracepoint.c (encode_actions): Make extern.
8248 * tracepoint.h (encode_actions): Declare.
8249
49a8461d
PA
82502012-03-01 Pedro Alves <palves@redhat.com>
8251
8252 * python/py-breakpoint.c: Include python.h.
8253 * python/py-continueevent.c (create_continue_event_object): Make
8254 static.
8255 * python/py-lazy-string.c (stpy_get_type): Make static.
8256 * python/py-newobjfileevent.c (create_new_objfile_event_object):
8257 Make static.
8258 * python/py-utils.c (unicode_to_target_python_string): Make
8259 static.
8260 * python/py-value.c: Include python.h.
8261
9079102f
PA
82622012-03-01 Pedro Alves <palves@redhat.com>
8263
8264 * inferior.c (delete_threads_of_inferior): Delete.
8265
a298c5e8
PA
82662012-03-01 Pedro Alves <palves@redhat.com>
8267
8268 Import fallback definitions from glibc.
8269
8270 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
8271 ps_prochandle): Forward declare.
8272 (ps_err_e): Use glibc's comments.
8273 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
8274 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
8275 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
8276 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
8277 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
8278 (struct ps_prochandle): Adjust comment.
8279
e3084549
PA
82802012-03-01 Pedro Alves <palves@redhat.com>
8281
8282 * ada-lang.c (ada_modulus_from_name): Delete.
8283 * ada-lex.l (lexer_init): Make static.
8284
ad5f7d6e
PA
82852012-03-01 Pedro Alves <palves@redhat.com>
8286
8287 PR gdb/13767
8288
8289 * frame.c (read_frame_register_unsigned): New.
8290 * frame.h (read_frame_register_unsigned): Declare.
8291 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
8292 Handle it.
8293 (print_i387_control_word): New parameter `control_p'. Handle it.
8294 (i387_print_float_info): Handle unavailable float registers.
8295
e0a4d108
KS
82962012-03-01 Keith Seitz <keiths@redhat.com>
8297
8298 * linespec.c (decode_line_2): Sort the list of methods
8299 alphabetically before presenting the user with a selection
8300 menu.
8301
122d1940
DE
83022012-03-01 Doug Evans <dje@google.com>
8303
8304 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
8305 has_namespace_info.
8306 (dwarf2_read_abbrevs): Remove corresponding initialization.
8307
7d74f244
DE
83082012-03-01 Scott J. Goldman <scottjg@vmware.com>
8309
8310 * NEWS: Mention new python command class gdb.COMMAND_USER.
8311 * cli/cli-cmds.c (show_user): Print error when used on a python
8312 command.
8313 (init_cli_cmds): Update documentation strings for "show user" and
8314 "set/show max-user-call-depth" to clarify that it does not apply to
8315 python commands.
8316 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
8317 error check.
8318 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
8319 gdb python api.
8320 * top.c (execute_command): Only execute a user-defined command as a
8321 legacy macro if c->user_commands is set.
8322
e88acd96
TT
83232012-03-01 Tom Tromey <tromey@redhat.com>
8324
8325 * valprint.h (struct generic_val_print_decorations): New.
8326 (generic_val_print): Declare.
8327 * valprint.c (generic_val_print): New function.
8328 * p-valprint.c (p_decorations): New global.
8329 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
8330 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
8331 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
8332 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
8333 * m2-valprint.c (m2_decorations): New global.
8334 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
8335 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
8336 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
8337 TYPE_CODE_ERROR>: Call generic_val_print.
8338 * f-valprint.c (f_decorations): New global.
8339 (f_val_print): Use print_function_pointer_address.
8340 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
8341 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
8342 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
8343 generic_val_print.
8344 * c-valprint.c (c_decorations): New global.
8345 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
8346 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
8347 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
8348 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
8349 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
8350 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
8351 case.
8352
d3eab38a
TT
83532012-03-01 Tom Tromey <tromey@redhat.com>
8354
8355 * valprint.c (val_print): Update.
8356 * p-valprint (pascal_val_print): Return void.
8357 * p-lang.h (pascal_val_print): Return void.
8358 * m2-valprint.c (m2_val_print): Return void.
8359 * m2-lang.h (m2_val_print): Return void.
8360 * language.h (struct language_defn) <la_val_print>: Return void.
8361 * language.c (unk_lang_val_print): Return void.
8362 * jv-valprint.c (java_val_print): Return void.
8363 * jv-lang.h (java_val_print): Return void.
8364 * f-valprint.c (f_val_print): Return void.
8365 * f-lang.h (f_val_print): Return void.
8366 * d-valprint.c (d_val_print): Return void.
8367 (dynamic_array_type): Update.
8368 * d-lang.h (d_val_print): Return void.
8369 * c-valprint.c (c_val_print): Return void.
8370 * c-lang.h (c_val_print): Return void.
8371 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
8372 void.
8373 * ada-lang.h (ada_val_print): Return void.
8374
35c0084b
TT
83752012-03-01 Tom Tromey <tromey@redhat.com>
8376
8377 * value.h (val_print): Return void.
8378 * valprint.c (val_print): Return void.
8379
a1f5dd1b
TT
83802012-03-01 Tom Tromey <tromey@redhat.com>
8381
8382 * value.h (common_val_print): Return void.
8383 * valprint.c (common_val_print): Return void.
8384
8e069a98
TT
83852012-03-01 Tom Tromey <tromey@redhat.com>
8386
8387 * value.h (value_print): Return void.
8388 * valprint.c (value_print): Return void.
8389 * p-valprint.c (pascal_value_print): Return void.
8390 * p-lang.h (pascal_value_print): Return void.
8391 * language.h (struct language_defn) <la_value_print>: Return
8392 void.
8393 * language.c (unk_lang_value_print): Return void.
8394 * jv-valprint.c (java_value_print): Return void.
8395 * jv-lang.h (java_value_print): Return void.
8396 * f-valprint.c (c_value_print): Don't declare.
8397 Include c-lang.h.
8398 * c-valprint.c (c_value_print): Return void.
8399 * c-lang.h (c_value_print): Return void.
8400 * ada-valprint.c (ada_value_print): Return void.
8401 * ada-lang.h (ada_value_print): Return void.
8402
be335936
TT
84032012-03-01 Tom Tromey <tromey@redhat.com>
8404
8405 * value.c (value_primitive_field): Handle virtual base classes.
8406
b0db66a7
TT
84072012-03-01 Tom Tromey <tromey@redhat.com>
8408
8409 * gdbtypes.h (struct vbase): Remove.
8410
132c57b4
TT
84112012-03-01 Tom Tromey <tromey@redhat.com>
8412
8413 * c-valprint.c (print_function_pointer_address): Move...
8414 * valprint.c: ... here. Make non-static.
8415 * m2-valprint.c (print_function_pointer_address): Remove.
8416 * valprint.h (print_function_pointer_address): Declare.
8417
e41eec66
JB
84182012-03-01 Joel Brobecker <brobecker@adacore.com>
8419
8420 * NEWS: Document the fact that one can provide a condition when
8421 creating an Ada exception catchpoint.
8422
19c37f24
TT
84232012-03-01 Tom Tromey <tromey@redhat.com>
8424
8425 * valprint.c (val_print_type_code_flags): Fix placement of
8426 trailing brace.
8427
f0fed3a3
JB
84282012-03-01 Joel Brobecker <brobecker@adacore.com>
8429
8430 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
8431 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
8432 environment variable before calling update-copyright.
8433
8ba85d85
JB
84342012-03-01 Joel Brobecker <brobecker@adacore.com>
8435
8436 * gnulib/extra/update-copyright: Update to the latest from
8437 gnulib's git repository.
8438 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
8439 variable to 2 instead of 1.
8440
8219b1e8
JB
84412012-02-29 Joel Brobecker <brobecker@adacore.com>
8442
8443 * varobj.c (c_value_of_variable): Remove dead code.
8444
718cb7da
JB
84452012-02-29 Joel Brobecker <brobecker@adacore.com>
8446
8447 * ada-lex.p (processId): Do not modify already encoded IDs.
8448 Update function documentation.
8449
739593e0
JB
84502012-02-29 Joel Brobecker <brobecker@adacore.com>
8451
8452 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
8453 "name" with "struct symbol *name_sym".
8454 * ada-exp.y (write_var_or_type): Update call to
8455 ada_find_renaming_symbol.
8456 "name" with "struct symbol *name_sym". Adjust Implementation
8457 accordingly. Adjust the function documentation.
8458
852dff6c
JB
84592012-02-29 Joel Brobecker <brobecker@adacore.com>
8460
8461 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
8462 * ada-lang.c (ada_find_any_type): Add advance declaration.
8463 Make static. Replace ada_find_any_symbol by
8464 ada_find_any_type_symbol.
8465 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
8466 Improve function description. Make static.
8467 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
8468 Replace ada_find_any_symbol by ada_find_any_type_symbol.
8469
1b611343
JB
84702012-02-29 Joel Brobecker <brobecker@adacore.com>
8471
8472 * ada-lang.c (struct tag_args): Delete.
8473 (ada_get_tsd_type): Function body moved up in source file.
8474 (ada_tag_name_1, ada_tag_name_2): Delete.
8475 (ada_get_tsd_from_tag): New function.
8476 (ada_tag_name_from_tsd): New function.
8477 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
8478 to determine the tag name.
8479
41246937
JB
84802012-02-29 Joel Brobecker <brobecker@adacore.com>
8481
8482 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
8483 declaration.
8484 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
8485 function.
8486
ffde82bf
JB
84872012-02-29 Joel Brobecker <brobecker@adacore.com>
8488
8489 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
8490
2ad01556
JB
84912012-02-29 Joel Brobecker <brobecker@adacore.com>
8492
8493 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
8494 full searches.
8495
99b1c762
JB
84962012-02-29 Joel Brobecker <brobecker@adacore.com>
8497
8498 * ada-lang.c (constrained_packed_array_type): If there is a
8499 parallel XA type, use it to determine the array index type.
8500
2d4a02ee
JB
85012012-02-29 Joel Brobecker <brobecker@adacore.com>
8502
8503 * ada-valprint.c (ada_val_print_1): If our value is a reference
8504 to an array descriptor, dereference it before converting it
8505 to a simple array.
8506
c48db5ca
JB
85072012-02-29 Joel Brobecker <brobecker@adacore.com>
8508
8509 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
8510 creating fixed value.
8511 (ada_value_ind, ada_coerce_ref, assign_component)
8512 (ada_evaluate_subexp): Remove call to unwrap_value before
8513 call to ada_to_fixed_value.
8514
2e6fda7d
JB
85152012-02-29 Joel Brobecker <brobecker@adacore.com>
8516
8517 * ada-lang.c (to_fixed_array_type): Set result's type name.
8518
5845583d
JB
85192012-02-29 Joel Brobecker <brobecker@adacore.com>
8520
8521 * ada-lang.c (catch_ada_exception_command_split): Add new
8522 argument cond_string. Add support for condition at end of
8523 "catch exception" commands.
8524 (ada_decode_exception_location): Add new argument cond_string.
8525 Update call to catch_ada_exception_command_split.
8526 (create_ada_exception_catchpoint): Add new argument cond_string.
8527 Set the breakpoint condition if needed.
8528 (catch_ada_exception_command): Update call to
8529 ada_decode_exception_location.
8530 (ada_decode_assert_location): Add function documentation.
8531 Add support for condition at end of "catch assert" command.
8532 (catch_assert_command): Update calls to ada_decode_assert_location
8533 and create_ada_exception_catchpoint.
8534
9a7f938f
JK
85352012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8536
8537 Fix disp-step-syscall.exp: fork: single step over fork.
8538 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
8539 (i386_linux_get_syscall_number_from_regcache): ... here, new function
8540 comment, change parameters gdbarch and ptid to regcache. Remove
8541 parameter regcache, initialize gdbarch from regcache here.
8542 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
8543 New functions.
8544 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
8545 instead.
8546 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
8547 'syscall'. Make the 'int' check more strict.
8548
ffdf6de5
JK
85492012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8550
8551 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
8552 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
8553 (i386_linux_intx80_sysenter_syscall_record): ... here.
8554 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
8555 Use the renamed function name.
8556
c70a6932
JK
85572012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8558
8559 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
8560 * breakpoint.c (until_break_command): Likewise.
8561 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
8562 * infcall.c (call_function_by_hand): Likewise.
8563 * infcmd.c (finish_forward): Likewise.
8564 * infrun.c (insert_exception_resume_breakpoint): Likewise.
8565
05b8a789 85662012-02-28 Tristan Gingold <gingold@adacore.com>
d4cd3da9 8567
d4cd3da9
JB
8568 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
8569 avoid variable assignments inside condition.
8570
6425366c
JK
85712012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8572
8573 Fix static analysis issue found by cppcheck.
8574 * microblaze-tdep.c (microblaze_extract_return_value): Fix
8575 uninitialized BUF for size 2.
8576
c8cef75f 85772012-02-27 Chris Dearman <chris@mips.com>
a09130f9
PA
8578 Nathan Froyd <froydnj@codesourcery.com>
8579 Maciej W. Rozycki <macro@codesourcery.com>
c8cef75f
MR
8580
8581 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
8582 (mips16_instruction_has_delay_slot): Likewise.
8583 (mips_segment_boundary): Likewise.
8584 (mips_adjust_breakpoint_address): Likewise.
8585 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
8586
473347ad 85872012-02-27 Maciej W. Rozycki <macro@mips.com>
a09130f9 8588 Maciej W. Rozycki <macro@codesourcery.com>
473347ad
MR
8589
8590 * infrun.c (handle_inferior_event): Don't proceed through
8591 shared library trampolines if stepping at the machine
8592 instruction level.
8593
cf233303
MR
85942012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
8595
8596 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
8597 too.
8598
cb2cf4ce
TS
85992012-02-27 Thomas Schwinge <thomas@codesourcery.com>
8600
8601 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
8602 (sh_stub_unwind_sniffer): New functions.
8603 (sh_stub_unwind): New variable.
8604 (sh_gdbarch_init): Wire everything.
8605
644cebc9
PA
86062012-02-27 Pedro Alves <palves@redhat.com>
8607
8608 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
8609 (linux_nat_post_attach_wait): Adjust to use
8610 linux_proc_pid_is_stopped.
8611 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
8612 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
8613 based on pid_is_stopped from both linux-nat.c and
8614 gdbserver/linux-low.c, and renamed.
8615
283002cf
MR
86162012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
8617
8618 * remote.c (remote_watchpoint_addr_within_range): New function.
8619 (init_remote_ops): Use it.
8620
9b3e86b1
MR
86212012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
8622
8623 * target.h (target_watchpoint_addr_within_range): Document macro.
8624
e36930bb
PA
86252012-02-24 Pedro Alves <palves@redhat.com>
8626
8627 * stack.c (set_last_displayed_sal): Issue internal_error instead
8628 of warning, and issue it after clearing the last displayed sal.
8629
883bc8d1
PA
86302012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8631 Pedro Alves <palves@redhat.com>
8632
8633 * breakpoint.c (until_break_command): Install breakpoints after
8634 all frame manipulations.
8635
b775012e
LM
86362012-02-24 Luis Machado <lgustavo@codesourcery.com>
8637
8638 * remote.c (remote_supports_cond_breakpoints): New forward
8639 declaration.
8640 (remote_add_target_side_condition): New function.
8641 (remote_insert_breakpoint): Add target-side breakpoint
8642 conditional if supported.
8643 (remote_insert_hw_breakpoint): Likewise.
8644 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
8645 hook.
8646
8647 * target.c (update_current_target): Inherit
8648 to_supports_evaluation_of_breakpoint_conditions.
8649 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
8650
8651 * target.h (struct target_ops)
8652 <to_supports_evaluation_of_breakpoint_conditions>: New field.
8653 (target_supports_evaluation_of_breakpoint_conditions): New #define.
8654
8655 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
8656 (condition_evaluation_both, condition_evaluation_auto,
8657 condition_evaluation_host, condition_evaluation_target,
8658 condition_evaluation_enums, condition_evaluation_mode_1,
8659 condition_evaluation_mode): New static globals.
8660 (translate_condition_evaluation_mode): New function.
8661 (breakpoint_condition_evaluation_mode): New function.
8662 (gdb_evaluates_breakpoint_condition_p): New function.
8663 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
8664 (mark_breakpoint_modified): New function.
8665 (mark_breakpoint_location_modified): New function.
8666 (set_condition_evaluation_mode): New function.
8667 (show_condition_evaluation_mode): New function.
8668 (bp_location_compare_addrs): New function.
8669 (get_first_location_gte_addr): New helper function.
8670 (set_breakpoint_condition): Free condition bytecode if locations
8671 has become unconditional. Call mark_breakpoint_modified (...).
8672 (condition_command): Call update_global_location_list (1) for
8673 breakpoints.
8674 (breakpoint_xfer_memory): Use is_breakpoint (...).
8675 (is_breakpoint): New function.
8676 (parse_cond_to_aexpr): New function.
8677 (build_target_condition_list): New function.
8678 (insert_bp_location): Handle target-side conditional
8679 breakpoints and call build_target_condition_list (...).
8680 (update_inserted_breakpoint_locations): New function.
8681 (insert_breakpoint_locations): Handle target-side conditional
8682 breakpoints.
8683 (bpstat_check_breakpoint_conditions): Add comment.
8684 (bp_condition_evaluator): New function.
8685 (bp_location_condition_evaluator): New function.
8686 (print_breakpoint_location): Print information on where the condition
8687 will be evaluated.
8688 (print_one_breakpoint_location): Likewise.
8689 (init_bp_location): Call mark_breakpoint_location_modified (...) for
8690 breakpoint location.
8691 (force_breakpoint_reinsertion): New functions.
8692 (update_global_location_list): Handle target-side breakpoint
8693 conditions.
8694 Reinsert locations that are already inserted if conditions have
8695 changed.
8696 (bp_location_dtor): Free agent expression bytecode.
8697 (disable_breakpoint): Call mark_breakpoint_modified (...).
8698 Call update_global_location_list (...) with parameter 1 for breakpoints.
8699 (disable_command): Call mark_breakpoint_location_modified (...).
8700 Call update_global_location_list (...) with parameter 1 for breakpoints.
8701 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
8702 (enable_command): mark_breakpoint_location_modified (...).
8703 (_initialize_breakpoint): Update documentation and add
8704 condition-evaluation breakpoint subcommand.
8705
8706 * breakpoint.h: Include ax.h.
8707 (condition_list): New data structure.
8708 (condition_status): New enum.
8709 (bp_target_info) <cond_list>: New field.
8710 (bp_location) <condition_changed, cond_bytecode>: New fields.
8711 (is_breakpoint): New prototype.
8712
3788aec7
LM
87132012-02-24 Luis Machado <lgustavo@codesourcery.com>
8714
8715 * remote.c (remote_state) <cond_breakpoints>: New field.
8716 (PACKET_ConditionalBreakpoints): New enum.
8717 (remote_cond_breakpoint_feature): New function.
8718 (remote_protocol_features): Add new ConditionalBreakpoints entry.
8719 (remote_supports_cond_breakpoints): New function.
8720 (_initialize_remote): Add new packet configuration for
8721 target-side conditional breakpoints.
8722
72895ff6
LM
87232012-02-24 Luis Machado <lgustavo@codesourcery.com>
8724
8725 * NEWS: Mention target-side conditional breakpoint support,
8726 new condition-evaluation breakpoint subcommand and remote
8727 packet extensions.
8728
dea2aa5f
LM
87292012-02-24 Luis Machado <lgustavo@codesourcery.com>
8730
8731 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
8732 number.
8733
8a8bc27f
TS
87342012-02-24 Thomas Schwinge <thomas@codesourcery.com>
8735
8736 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
8737 (after_prologue): Remove.
8738
6b446fdf
TT
87392012-02-23 Tom Tromey <tromey@redhat.com>
8740
8741 * jv-valprint.c (java_val_print): Remove dead code.
8742
ef59abfb
TG
87432012-02-23 Tristan Gingold <gingold@adacore.com>
8744
a09130f9
PA
8745 * ada-tasks.c (struct ada_tasks_inferior_data): Add
8746 known_tasks_element and known_tasks_length fields.
8747 (read_known_tasks_array): Change argument type. Use pointer type
8748 and number of elements from DATA. Adjust.
8749 (read_known_tasks_list): Likewise.
8750 (get_known_tasks_addr): Remove.
8751 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
8752 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
8753 type and array length. Merge former get_known_tasks_addr code.
ef59abfb 8754
def166f6
JK
87552012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8756
8757 PR backtrace/13716
8758 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
8759 it after set_momentary_breakpoint.
8760
aeaa2474
SA
87612012-02-22 Sterling Augustine <saugustine@google.com>
8762
8763 PR 13689:
8764 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
8765
feea76c2
GB
87662012-02-22 Gary Benson <gbenson@redhat.com>
8767
8768 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
8769 (find_slot_in_mapped_hash): Likewise.
8770
f06e05e0
JK
87712012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8772
8773 PR build/13638
8774 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
8775 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
8776 * configure: Regenerate.
8777
b54a8fd7
PA
87782012-02-21 Tristan Gingold <gingold@adacore.com>
8779 Pedro Alves <palves@redhat.com>
8780
8781 * ia64-tdep.c: Do not include libunwind-ia64.h.
8782 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
8783 Include libunwind-ia64.h instead of libunwind.h.
8784 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
8785 for libunwind.h existence.
8786 * configure, config.in: Regenerate.
8787
dfcee124
AG
87882012-02-21 Anton Gorenkov <xgsa@yandex.ru>
8789
8790 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
8791 instead of value_rtti_target_type.
8792 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
8793 instead of value_rtti_target_type.
8794 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
8795 value_rtti_target_type.
8796 * valops.c (value_ind): Extract function readjust_indirect_value_type.
8797 (value_rtti_target_type): Rename to ...
8798 (value_rtti_indirect_type): ... here and make it indirect. Update
8799 function comment.
8800 * value.c (readjust_indirect_value_type): New function.
8801 (coerce_ref): Support for enclosing type setting for references
8802 with readjust_indirect_value_type.
8803 * value.h (readjust_value_type): New declaration.
8804 (value_rtti_target_type): Rename to ...
8805 (value_rtti_indirect_type): ... here.
8806
02568277
AG
88072012-02-21 Anton Gorenkov <xgsa@yandex.ru>
8808
8809 * MAINTAINERS (Write After Approval): Add myself to the list.
8810
10c07b7e 88112012-02-20 Doug Evans <dje@google.com>
28ee876a 8812
d82ea6a8
DE
8813 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
8814 Rename objfile_p_char parameter to objfilep.
8815 (build_objfile_section_table): Result is now void. All callers
8816 updated.
8817 * objfiles.h (struct objfile): Tweak comments, whitespace.
8818 (build_objfile_section_table): Update.
8819
28ee876a
DE
8820 * elfread.c (elf_symfile_segments): Fix warning text.
8821
24c79950
TT
88222012-02-20 Tom Tromey <tromey@redhat.com>
8823
8824 PR gdb/13498:
8825 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
8826 particular set of file names once.
8827 (dw2_map_symbol_filenames): Likewise.
8828
3a9b40b6
JK
88292012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8830
8831 Code cleanup.
8832 * main.c (write_files): Remove the declaration.
8833 (external_editor_command): Move the declaration ...
8834 [GDBTK] (external_editor_command): ... here. Fix the comment.
8835
4d0795ca
TT
88362012-02-20 Tom Tromey <tromey@redhat.com>
8837
8838 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
8839 extraneous block.
8840
637fd620
TG
88412012-02-20 Tristan Gingold <gingold@adacore.com>
8842
8843 * darwin-nat.h (enum darwin_msg_state): Add comments.
8844
6f124894
TG
88452012-02-20 Tristan Gingold <gingold@adacore.com>
8846
8847 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
8848 value.
8849
2e6e3d9c
JB
88502012-20-18 Joel Brobecker <brobecker@adacore.com>
8851
8852 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
8853 between function description and implementation.
8854
2e8265fd
TT
88552012-02-17 Tom Tromey <tromey@redhat.com>
8856
8857 PR python/12070:
8858 * python/py-event.c (event_object_getset): New global.
8859 (event_object_type): Reference it.
8860 * python/py-type.c (field_object_getset): New global.
8861 (field_object_type): Reference it.
8862 * python/python-internal.h (gdb_py_generic_dict): Declare.
8863 * python/py-utils.c (gdb_py_generic_dict): New function.
8864
8544a150 88652012-02-17 Tristan Gingold <gingold@adacore.com>
6f124894 8866
8544a150 8867 * solib-darwin.c (darwin_current_sos): Check magic and filetype
6f124894 8868
ca193e27
TS
88692012-02-17 Thomas Schwinge <thomas@codesourcery.com>
8870
8871 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
8872 TYPE_CALLING_CONVENTION annotation.
8873
e5586183
KB
88742012-02-16 Kevin Buettner <kevinb@redhat.com>
8875
8876 * MAINTAINERS: Add rx to target ISA section.
8877 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
8878 (ALLDEPFILES): Add rx-tdep.c.
8879
7dcd53a0
TT
88802012-02-16 Tom Tromey <tromey@redhat.com>
8881
8882 * symfile.c (symbol_file_add_main_1): Use inferior's
8883 symfile_flags.
8884 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
8885 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
8886 inferior.
8887 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
8888 inferior.
8889 (follow_exec): Use inferior's symfile_flags.
8890 * inferior.h (struct inferior) <symfile_flags>: New field.
8891
ddd60447
MF
88922012-02-16 Mike Frysinger <vapier@gentoo.org>
8893
8894 PR gdb/9734:
8895 * remote-sim.c (gdbsim_create_inferior): Call error() when
8896 sim_create_inferior() fails.
8897
b0d32fb6
TG
88982012-02-16 Josh Matthews <josh@joshmatthews.net>
8899
8900 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
8901
9addecb9
TT
89022012-02-16 Tom Tromey <tromey@redhat.com>
8903
8904 PR c++/13653:
8905 * thread.c (struct current_thread_cleanup) <was_removable>: New
8906 field.
8907 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
8908 (make_cleanup_restore_current_thread): Initialize new field.
8909
a58b110a
KB
89102012-02-15 Kevin Buettner <kevinb@redhat.com>
8911
8912 * MAINTAINERS: Add rl78 to target ISA section.
8913 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
8914 (ALLDEPFILES): Add rl78-tdep.c.
8915 * NEWS: Mention rl78 as a new target.
8916
4cb6da1c
AR
89172012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
8918
8919 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
8920 data.
8921 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
8922
3af2590d
TT
89232012-02-15 Tom Tromey <tromey@redhat.com>
8924
8925 PR gdb/12659:
8926 * infcmd.c (registers_info): Print just the current register's
8927 name.
8928
c6910659
TT
89292012-02-15 Tom Tromey <tromey@redhat.com>
8930
8931 * python/py-symbol.c (sympy_value): Use _().
8932
7cee1e54
PA
89332012-02-15 Pedro Alves <palves@redhat.com>
8934
8935 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
8936 output to be like native targets'.
8937 (remote_pid_to_str): Special case the null ptid.
8938
816338b5
SS
89392012-02-14 Stan Shebs <stan@codesourcery.com>
8940
8941 * NEWS: Mention enable count command.
8942 * breakpoint.h (struct breakpoint): New field enable_count.
8943 * breakpoint.c (enable_breakpoint_disp): Add count argument.
8944 (enable_breakpoint): Add arg to call.
8945 (struct disp_data): New struct.
8946 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
8947 (do_map_enable_once_breakpoint): Create a struct and pass it.
8948 (do_map_enable_delete_breakpoint): Ditto.
8949 (do_map_enable_count_breakpoint): New function.
8950 (enable_count_command): New function.
8951 (bpstat_stop_status): Decrement enable_count.
8952 (print_one_breakpoint_location): Report enable count.
8953 (_initialize_breakpoint): Add enable count command.
8954
c47a44f4
KB
89552012-02-14 Kevin Buettner <kevinb@redhat.com>
8956
8957 * rl78-tdep.c (reggroups.h): Include.
8958 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
8959 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
8960 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
8961 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
8962 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
8963 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
8964 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
8965 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
8966 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
8967 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
8968 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
8969 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
8970 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
8971 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
8972 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
8973 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
8974 beginning of register list.
8975 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
8976 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
8977 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
8978 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
8979 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
8980 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
8981 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
8982 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
8983 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
8984 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
8985 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
8986 the pseudo registers. Rearrange other pseudo registers too so
8987 that the bank registers appear at the end.
8988 (rl78_register_type): Account for the fact that the byte sized
8989 bank registers are now pseudo-registers.
8990 (rl78_register_name): Rearrange the register name array. Make
8991 initial set of raw banked registers inaccessible.
8992 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
8993 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
8994 case for copying bytes back and forth between raw and pseudo
8995 versions of the banked registers. Update other cases to reflect
8996 the changed names.
8997 (rl78_return_value): Update to account for changed names of
8998 raw registers.
8999 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
9000 rl78_register_sim_regno().
9001
e4569f1e
KB
90022012-02-14 Kevin Buettner <kevinb@redhat.com>
9003
9004 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
9005 the name parameter being passed to find_pc_partial_function().
9006
7a05aae7
JK
90072012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9008
9009 * MAINTAINERS: Step down from being ia64 target maintainer.
9010
11fde611
JK
90112012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9012
9013 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
9014 compilation warning.
9015
57008375
JK
90162012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9017
9018 Fix crash on loaded shlibs without loaded exec_bfd.
9019 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
9020 (set_section_command): Replace exec_bfd by p->bfd.
9021
ff3c9849
TT
90222012-02-10 Tom Tromey <tromey@redhat.com>
9023
9024 * linespec.c (decode_line_internal): Skip symtabs_from_filename
9025 when we have a C++ qualified name.
9026
db2b9fdd
PA
90272012-02-10 Pedro Alves <palves@redhat.com>
9028
9029 * inferior.c (inferior_pid_to_str): New.
9030 (print_inferior, inferior_command): Use it.
9031
12cd34f3
PA
90322012-02-10 Pedro Alves <palves@redhat.com>
9033
9034 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
9035 the test CFLAGS.
9036 * configure: Regenerate.
9037
e871429d
JK
90382012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9039
9040 * linespec.c (decode_line_internal): Fix comment correctness.
9041
1916efaf
PA
90422012-02-09 Valery Khromov <valery.khromov@gmail.com>
9043
9044 PR gdb/12953
9045 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
9046 * amd64bsd-nat.c: Add support for debug registers (adapted from
9047 i386bsd-nat.c).
9048 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
9049 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
9050 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
9051 (amd64bsd_dr_get_control): New functions.
9052 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
9053 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
9054 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
9055 watchpoints initialization.
9056 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
9057
f4859d94
JK
90582012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9059
9060 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
9061 flds_bnds.fields.
9062 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
9063
c56a97f9
JK
90642012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9065
9066 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
9067
1a119f36
JB
90682012-02-08 Joel Brobecker <brobecker@adacore.com>
9069
9070 * language.h (symbol_name_cmp_ftype): Renames
9071 symbol_name_match_p_ftype.
9072 (struct language_defn)[la_get_symbol_name_cmp]: Renames
9073 la_get_symbol_name_match_p.
9074 * ada-lang.c (ada_get_symbol_name_cmp): Renames
9075 ada_get_symbol_name_match_p. Update comment.
9076 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
9077 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
9078 Renames symbol_name_match_p. Update field type.
9079 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
9080 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9081 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
9082 "la_get_symbol_name_cmp" in comments.
9083 * language.c: Likewise.
9084
c71bb1cf
RO
90852012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9086
9087 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
9088 %eflags offset.
9089 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
9090 (amd64_sol2_gregset32_reg_offs): Likewise.
9091
4b2d20a5
TG
90922012-02-08 Joel Brobecker <brobecker@adacore.com>
9093
9094 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
9095 of the returned BFD is allocated by GDB.
9096
f0823d2c
TT
90972012-02-07 Tom Tromey <tromey@redhat.com>
9098
9099 PR python/12027:
9100 * python/python-internal.h (frame_object_type): Declare.
9101 * python/py-symbol.c (sympy_needs_frame): New function.
9102 (sympy_value): New function.
9103 (symbol_object_getset): Add "needs_frame".
9104 (symbol_object_methods): Add "value".
9105 * python/py-frame.c (frame_object_type): No longer static.
9106
64e7d9dd
TT
91072012-02-07 Tom Tromey <tromey@redhat.com>
9108
9109 PR python/13599:
9110 * python/py-symbol.c (sympy_line): New function.
9111 (symbol_object_getset): Add "line".
9112
1d6b2d2b
TT
91132012-02-07 Tom Tromey <tromey@redhat.com>
9114
9115 * charset.c (find_charset_names): Check 'in' against NULL.
9116
0d5cff50
DE
91172012-02-06 Doug Evans <dje@google.com>
9118
9119 * gdbtypes.h (struct main_type): Change type of name,tag_name,
9120 and fields.name members from char * to const char *. All uses updated.
9121 (struct cplus_struct_type): Change type of fn_fieldlists.name member
9122 from char * to const char *. All uses updated.
9123 (type_name_no_tag): Update.
9124 (lookup_unsigned_typename, lookup_signed_typename): Update.
9125 * gdbtypes.c (type_name_no_tag): Change result type
9126 from char * to const char *. All callers updated.
9127 (lookup_unsigned_typename, lookup_signed_typename): Change type of
9128 name parameter from char * to const char *.
9129 * symtab.h (struct cplus_specific): Change type of demangled_name
9130 member from char * to const char *. All uses updated.
9131 (struct general_symbol_info): Change type of name and
9132 mangled_lang.demangled_name members from char * to const char *.
9133 All uses updated.
9134 (symbol_get_demangled_name, symbol_natural_name): Update.
9135 (symbol_demangled_name, symbol_search_name): Update.
9136 * symtab.c (symbol_get_demangled_name): Change result type
9137 from char * to const char *. All callers updated.
9138 (symbol_natural_name, symbol_demangled_name): Ditto.
9139 (symbol_search_name): Ditto.
9140 (completion_list_add_name): Change type of symname,sym_text,
9141 text,word parameters from char * to const char *.
9142 (completion_list_objc_symbol): Change type of sym_text,
9143 text,word parameters from char * to const char *.
9144 * ada-lang.c (find_struct_field): Change type of name parameter
9145 from char * to const char *.
9146 (encoded_ordered_before): Similarly for N0,N1 parameters.
9147 (old_renaming_is_invisible): Similarly for function_name parameter.
9148 (ada_type_name): Change result type from char * to const char *.
9149 All callers updated.
9150 * ada-lang.h (ada_type_name): Update.
9151 * buildsym.c (hashname): Change type of name parameter
9152 from char * to const char *.
9153 * buildsym.h (hashname): Update.
9154 * dbxread.c (end_psymtab): Change type of include_list parameter
9155 from char ** to const char **.
9156 * dwarf2read.c (determine_prefix): Change result type
9157 from char * to const char *. All callers updated.
9158 * f-lang.c (find_common_for_function): Change type of name, funcname
9159 parameters from char * to const char *.
9160 * f-lang.c (find_common_for_function): Update.
9161 * f-valprint.c (list_all_visible_commons): Change type of funcname
9162 parameters from char * to const char *.
9163 * gdbarch.sh (static_transform_name): Change type of name parameter
9164 and result from char * to const char *.
9165 * gdbarch.c: Regenerate.
9166 * gdbarch.h: Regenerate.
9167 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
9168 of name parameter from char * to const char *.
9169 * jv-lang.c (java_primitive_type_from_name): Ditto.
9170 (java_demangled_signature_length): Similarly for signature parameter.
9171 (java_demangled_signature_copy): Ditto.
9172 (java_demangle_type_signature): Ditto.
9173 * jv-lang.h (java_primitive_type_from_name): Update.
9174 (java_demangle_type_signature): Update.
9175 * objc-lang.c (specialcmp): Change type of a,b parameters
9176 from char * to const char *.
9177 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
9178 from char * to const char *. All callers updated.
9179 * p-lang.h (is_pascal_string_type): Update.
9180 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
9181 of name parameter from char * to const char *.
9182 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
9183 * utils.c (fprintf_symbol_filtered): Ditto.
9184 * defs.h (fprintf_symbol_filtered): Update.
9185 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
9186 * stabsread.h (end_psymtab): Update.
9187 * stack.c (find_frame_funname): Change type of funname parameter
9188 from char ** to const char **.
9189 * stack.h (find_frame_funname): Update.
9190 * typeprint.c (type_print): Change type of varstring parameter
9191 from char * to const char *.
9192 * value.h (type_print): Update.
9193 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
9194 from char * to const char *. All callers updated.
9195 (xcoff_end_psymtab): Change type of include_list parameter
9196 from char ** to const char **. All callers updated.
9197 (swap_sym): Similarly for name parameter. All callers updated.
9198 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
9199 Use xstrdup.
9200 (process_coff_symbol): Use xstrdup.
9201 * stabsread.c (stabs_method_name_from_physname): Renamed from
9202 update_method_name_from_physname. Change result type from void
9203 to char *. All callers updated.
9204 (read_member_functions): In has_destructor case, store name in objfile
9205 obstack instead of malloc space. In !has_stub case, fix mem leak.
9206
5579a92e
TT
92072012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
9208
9209 * configure: Rebuild.
9210 * configure.ac: Put -L../bfd and -L../libiberty at the front of
9211 LDFLAGS.
9212
9058f767
KB
92132012-02-03 Kevin Buettner <kevinb@redhat.com>
9214
9215 * configure.tgt (rl78-*-elf): New target.
9216 * rl78-tdep.c: New file.
9217
5b37825d
PW
92182012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9219
9220 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
9221 and continue the loop. Add QUIT statement.
9222
e009ee71
TT
92232012-02-03 Tom Tromey <tromey@redhat.com>
9224
9225 PR gdb/13596:
9226 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
9227 bfd_lookup_symbol_from_symtab.
9228 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
9229 gdb_bfd_lookup_symbol_from_symtab.
9230
f7e44f65
JB
92312012-02-03 Joel Brobecker <brobecker@adacore.com>
9232
9233 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
9234 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
9235 symbol. Add assertion that sym2 is never NULL.
9236
2c02bd72
DE
92372012-02-02 Doug Evans <dje@google.com>
9238
9239 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
9240 "name" parameter to const char ** from char **. All callers updated.
9241 (find_pc_partial_function): Ditto.
9242 (cache_pc_function_name): Change type to const char * from char *.
9243 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
9244 (find_pc_partial_function): Update.
9245 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
9246 type of "name" parameter to const char * from char *.
9247 All uses updated.
9248 * arch-utils.c (generic_in_solib_return_trampoline): Change
9249 type of "name" parameter to const char * from char *.
9250 * arch-utils.h (generic_in_solib_return_trampoline): Update.
9251 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
9252 type of "name" parameter to const char * from char *.
9253 * gdbarch.sh (in_solib_return_trampoline): Ditto.
9254 * gdbarch.c: Regenerate.
9255 * gdbarch.h: Regenerate.
9256 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
9257 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
9258 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
9259 type of "name" parameter to const char * from char *.
9260 * skip.c (skip_function_pc): Ditto.
9261 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
9262 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
9263 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
9264 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
9265 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
9266 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
9267 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
9268 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
9269 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
9270
e886a173
PA
92712012-02-02 Pedro Alves <palves@redhat.com>
9272
9273 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
9274 the current inferior has no execution. Make sure the current
9275 remote process matches gdb's current inferior.
9276
c709a7c2
TT
92772012-02-02 Tom Tromey <tromey@redhat.com>
9278
9279 PR gdb/13405:
9280 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
9281 read-only memory.
9282
f149aabd
TT
92832012-02-02 Tom Tromey <tromey@redhat.com>
9284
9285 PR gdb/9307:
9286 * symtab.c (lookup_language_this): Set block_found.
9287
03bef283
TT
92882012-02-01 Tom Tromey <tromey@redhat.com>
9289
9290 PR gdb/13431:
9291 * jit.c (struct jit_inferior_data): Rewrite.
9292 (struct jit_objfile_data): New.
9293 (get_jit_objfile_data): New function.
9294 (add_objfile_entry): Update.
9295 (jit_read_descriptor): Return int. Replace descriptor_addr
9296 argument with inf_data. Update. Don't call error.
9297 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
9298 descriptor here.
9299 (jit_inferior_init): Don't look up descriptor. Don't call error.
9300 (jit_reset_inferior_data_and_breakpoints)
9301 (jit_inferior_created_observer): Remove.
9302 (jit_inferior_exit_hook): Update.
9303 (jit_executable_changed_observer): Remove.
9304 (jit_event_handler): Update.
9305 (free_objfile_data): Reset inferior data if needed.
9306 (_initialize_jit): Update.
9307
f0bbc364
TT
93082012-02-01 Tom Tromey <tromey@redhat.com>
9309
9310 * jit.c (bfd_open_from_target_memory): Move higher in file.
9311
47c1316c
TG
93122012-02-01 Tristan Gingold <gingold@adacore.com>
9313
9314 * libunwind-frame.c (libunwind_load): Display message if dlopen
9315 failed.
9316
8e704927
GB
93172012-02-01 Gary Benson <gbenson@redhat.com>
9318
09c7a31f 9319 * symtab.h (symbol_found_callback_ftype): New typedef.
8e704927
GB
9320 (iterate_over_symbols): Use the above.
9321 * symtab.c (iterate_over_symbols): Likewise.
9322 * language.h (language_defn->la_iterate_over_symbols): Likewise.
9323 * ada-lang.c (ada_iterate_over_symbols): Likewise.
9324 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
9325 (iterate_name_matcher): Document return values.
9326 (collect_one_symbol): Likewise.
9327 (collect_function_symbols): Likewise.
9328 (collect_symbols): Likewise.
9329
d9680e73
TT
93302012-02-01 Tom Tromey <tromey@redhat.com>
9331
9332 * ada-lang.c (resolve_subexp): Update.
9333 (ada_lookup_symbol_list): Add 'full_search' argument.
9334 (ada_iterate_over_symbols): Pass 0 as full_search argument to
9335 ada_lookup_symbol_list.
9336 (ada_lookup_encoded_symbol): Update.
9337 (get_var_value): Update.
9338 * ada-exp.y (block_lookup): Update.
9339 (write_var_or_type): Update.
9340 (write_name_assoc): Update.
9341 * ada-lang.h (ada_lookup_symbol_list): Update.
9342
72e1143f
TT
93432012-01-31 Tom Tromey <tromey@redhat.com>
9344
9345 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
9346 comment.
9347
ab2d2ad3
DE
93482012-01-31 Doug Evans <dje@google.com>
9349
9350 * symtab.h: Remove outdated comment.
e9111bf7 9351 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
ab2d2ad3 9352
bc884eba
JB
93532012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
9354
9355 Fix build error in Darwin port.
9356 * i386-darwin-nat.c: Include i386-nat.h.
9357
8fc3fc34
TT
93582012-01-30 Tom Tromey <tromey@redhat.com>
9359
9360 PR breakpoints/13568:
9361 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
9362 argument. Check for recursive includes.
9363 (dwarf_decode_macros): Create an include hash.
9364
5d853008
ME
93652012-01-30 Michael Eager <eager@eagercon.com>
9366
9367 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
9368 * ppc-linux-tdep.c: Include glibc-tdep.h.
ab2d2ad3 9369 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
5d853008
ME
9370 (powerpc_linux_in_plt_stub): New function.
9371 (powerpc_linux_in_dynsym_resolve_code): New function.
9372 (ppc_skip_trampoline_code): New function.
9373 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
9374 Use glibc_skip_solib_resolver.
9375
40478521
JK
93762012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9377
9378 Code cleanup: Make 1440 bytes of data segment read-only.
9379 * arch-utils.c (endian_enum): Make it const char *const [].
9380 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
9381 Likewise.
9382 * breakpoint.c (always_inserted_enums): Likewise.
9383 * cli/cli-cmds.c (script_ext_enums): Likewise.
9384 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
9385 enumlist parameter const char *const *.
9386 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
9387 const char *const *.
9388 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
9389 parameter const char *const *.
9390 * cris-tdep.c (cris_modes): Make it const char *const [].
9391 * filesystem.c (target_file_system_kinds): Likewise.
9392 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
9393 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
9394 (can_use_displaced_stepping_enum, scheduler_enums)
9395 (exec_direction_names): Likewise.
9396 * language.c (_initialize_language): Make the type_or_range_names and
9397 case_sensitive_names variables const char *const [].
9398 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
9399 * python/python.c (python_excp_enums): Likewise.
9400 * remote.c (interrupt_sequence_modes): Likewise.
9401 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
9402 * serial.c (logbase_enums): Likewise.
9403 * sh-tdep.c (sh_cc_enum): Likewise.
9404 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
9405 Likewise.
9406 * symtab.c (multiple_symbols_modes): Likewise.
9407 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
9408 Likewise.
9409 * utils.c (internal_problem_modes): Likewise.
9410
b3b8b934
JK
94112012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9412
9413 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
9414 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
9415 result.
9416
8c85a4e2
DE
94172012-01-27 Doug Evans <dje@google.com>
9418
9419 * configure.ac (with_python): Fix absolute path handling for win32.
9420 * configure: Regenerate.
9421
78d8b4d7
DE
94222012-01-26 Doug Evans <dje@google.com>
9423
eca864fe
DE
9424 * symtab.c: Whitespace cleanup, no code changes.
9425
7e082072
DE
9426 * symtab.c (lookup_symbol_in_language): Improve comment.
9427 (lookup_symbol_aux): Fix comment.
9428
7dc25483
DE
9429 * psymtab.c (add_psymbol_to_list): Result is now "void".
9430 * psympriv.h (add_psymbol_to_list): Update.
9431
78d8b4d7
DE
9432 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
9433
4c63965b
JK
94342012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9435
9436 Do not open script filenames twice.
9437 * cli/cli-cmds.c (source_script_from_stream): Pass to
9438 source_python_script also STREAM.
9439 * python/py-auto-load.c (source_section_scripts): Pass to
9440 source_python_script_for_objfile also STREAM.
9441 (auto_load_objfile_script): Pass to source_python_script_for_objfile
9442 also INPUT.
9443 * python/python-internal.h (source_python_script_for_objfile): New
9444 parameter file, rename parameter file to filename.
9445 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
9446 instead if !_WIN32. Update the function comment.
9447 (source_python_script, source_python_script_for_objfile)
9448 (source_python_script): New parameter file, rename parameter file to
9449 filename. Pass FILENAME to python_run_simple_file.
9450 * python/python.h (source_python_script): New parameter file, rename
9451 parameter file to filename.
9452
88f38a04
PA
94532012-01-26 Pedro Alves <palves@redhat.com>
9454
9455 * corelow.c (core_has_fake_pid): Delete.
9456 (core_close): Delete references to `core_has_fake_pid'.
9457 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
9458 (core_open): Delete references to `core_has_fake_pid'.
9459 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
9460 the removed global.
9461
e078317b
JB
94622012-01-26 Joel Brobecker <brobecker@adacore.com>
9463
9464 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
9465 Remove language parameter from name_matcher. Adjust the comment.
9466 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
9467 Remove language parameter.
9468 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
9469 * linespec.c (iterate_name_matcher): Likewise.
9470 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
9471 name_matcher. Adjust call accordingly.
9472 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
9473 (maintenance_check_symtabs): Adjust type of parameter "fun".
9474 * psymtab.h (maintenance_check_symtabs): Likewise.
9475
74ccd7f5
JB
94762012-01-26 Joel Brobecker <brobecker@adacore.com>
9477
9478 * language.h (symbol_name_match_p_ftype): New typedef.
9479 (struct language_defn): Replace field la_symbol_name_compare
9480 by la_get_symbol_name_match_p.
9481 * ada-lang.c (ada_get_symbol_name_match_p): New function.
9482 (ada_language_defn): Use it.
9483 * linespec.c (struct symbol_matcher_data): New type.
9484 (iterate_name_matcher): Rewrite.
9485 (iterate_over_all_matching_symtabs): Pass a pointer to
9486 a symbol_matcher_data struct to expand_symtabs_matching
9487 instead of just the lookup name.
9488 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9489 opencl-lang.c, p-lang.c, language.c: Delete field
9490 la_symbol_name_compare, and replace by NULL for new field
9491 la_get_symbol_name_match_p.
9492 * symfile.h (struct quick_symbol_functions): Update comment.
9493
5d268276
TT
94942012-01-25 Tom Tromey <tromey@redhat.com>
9495
9496 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
9497 dereferencing.
9498
edcc5120
TT
94992012-01-24 Tom Tromey <tromey@redhat.com>
9500
9501 PR symtab/12406:
9502 * solib.c (update_solib_list): Update the program space's
9503 added_solibs and deleted_solibs fields.
9504 * progspace.h (struct program_space) <added_solibs,
9505 deleted_solibs>: New fields.
9506 (clear_program_space_solib_cache): Declare.
9507 * progspace.c (release_program_space): Call
9508 clear_program_space_solib_cache.
9509 (clear_program_space_solib_cache): New function.
9510 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
9511 bpstat_stop_status. Use handle_solib_event.
9512 * breakpoint.c: Include gdb_regex.h.
9513 (print_solib_event): New function.
9514 (bpstat_print): Use print_solib_event.
9515 (bpstat_stop_status): Add special case for bp_shlib_event.
9516 (handle_solib_event): New function.
9517 (bpstat_what): Use handle_solib_event.
9518 (struct solib_catchpoint): New.
9519 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
9520 (breakpoint_hit_catch_solib, check_status_catch_solib)
9521 (print_it_catch_solib, print_one_catch_solib)
9522 (print_mention_catch_solib, print_recreate_catch_solib): New
9523 functions.
9524 (catch_solib_breakpoint_ops): New global.
9525 (catch_load_or_unload, catch_load_command_1)
9526 (catch_unload_command_1): New functions.
9527 (internal_bkpt_check_status): Add special case for
9528 bp_shlib_event.
9529 (internal_bkpt_print_it): Use print_solib_event.
9530 (initialize_breakpoint_ops): Initialize
9531 catch_solib_breakpoint_ops.
9532 (_initialize_breakpoint): Register "catch load" and "catch
9533 unload".
9534 * breakpoint.h (handle_solib_event): Declare.
9535 * NEWS: Add entry for "catch load" and "catch unload".
9536
fa864999
TT
95372012-01-24 Tom Tromey <tromey@redhat.com>
9538
9539 * ada-lang.c: Include gdb_vecs.h.
9540 * charset.c: Include gdb_vecs.h.
9541 * tracepoint.h: Include gdb_vecs.h.
9542 * gdb_vecs.h: New file.
9543
f90263c1
TT
95442012-01-24 Pedro Alves <pedro@codesourcery.com>
9545
9546 * breakpoint.c (breakpoint_hit_catch_fork)
9547 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
9548 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
9549 * infrun.c (inferior_has_forked, inferior_has_vforked)
9550 (inferior_has_execd, inferior_has_called_syscall): Delete.
9551 (handle_syscall_event): Get syscall_number from the execution
9552 control state's wait status.
9553 (wait_for_inferior): Don't clear syscall_number.
9554
09ac7c10
TT
95552012-01-24 Pedro Alves <palves@redhat.com>
9556
9557 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
9558 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
9559 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
9560 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
9561 `ws' parameter.
9562 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
9563 false for events other than TARGET_SIGNAL_TRAP.
9564 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
9565 Add `ws' parameter.
9566 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
9567 events other than TARGET_SIGNAL_TRAP.
9568 (tracepoint_breakpoint_hit): Add `ws' parameter.
9569 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
9570 parameter.
9571 (bpstat_stop_status): Same.
9572 (pc_at_non_inline_function): Same.
9573 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
9574 to pass the current event's waitstatus to bpstat_stop_status
9575 and pc_at_non_inline_function.
9576
86eb7e95
JK
95772012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9578
9579 Code cleanup.
9580 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
9581 Update the function comment for it.
9582 (source_script_with_search): Call make_cleanup_fclose for STREAM.
9583 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
9584 for STREAM.
9585
a9b3a50f
PA
95862012-01-24 Pedro Alves <palves@redhat.com>
9587
9588 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
9589 outside `bs->stop' block.
9590 (bpstat_what): Rework bp_shlib_event handling.
9591 (internal_bkpt_check_status): If the breakpoint is a
9592 bp_shlib_event, then set bs->stop and bs->print if
9593 stop_on_solib_events is set.
9594
53fe1783
GB
95952012-01-24 Gary Benson <gbenson@redhat.com>
9596
9597 Delete #if 0'd out code.
9598 * stack.c (print_frame_label_vars): Remove.
9599 (catch_info): Likewise.
9600 (_initialize_stack): Remove "info catch" command.
9601 * NEWS: Mention the above.
9602
49c62f2e
PA
96032012-01-24 Pedro Alves <palves@redhat.com>
9604
9605 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
9606 it.
9607 (remote_notice_new_inferior): If the remote end doesn't support
9608 the multiprocess extensions, then the PID is fake.
9609 (add_current_inferior_and_thread): New.
9610 (remote_start_remote): Use it.
9611 (extended_remote_attach_1): Adjust.
9612 (extended_remote_create_inferior_1): Use
9613 add_current_inferior_and_thread.
9614
d0d8b0c6
JK
96152012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9616
9617 Fix watchpoints to be specific for each inferior.
9618 * breakpoint.c (watchpoint_in_thread_scope): Verify also
9619 current_program_space.
9620 * i386-nat.c (i386_inferior_data_cleanup): New.
9621 (i386_inferior_data_get): Replace variable inf_data_local by an
9622 inferior_data call.
9623 (i386_use_watchpoints): Initialize i386_inferior_data.
9624 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
9625 specific iterate_over_lwps.
9626
4403d8e9
JK
96272012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9628
9629 Fix watchpoints across inferior fork.
9630 * amd64-linux-nat.c (update_debug_registers_callback): Update the
9631 comment for linux_nat_iterate_watchpoint_lwps.
9632 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
9633 linux_nat_iterate_watchpoint_lwps.
9634 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
9635 * i386-linux-nat.c (update_debug_registers_callback): Update the
9636 comment for linux_nat_iterate_watchpoint_lwps.
9637 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
9638 linux_nat_iterate_watchpoint_lwps.
9639 (i386_linux_prepare_to_resume): New comment on Linux kernel.
9640 * i386-nat.c: Include inferior.h.
9641 (dr_mirror): Remove.
9642 (i386_inferior_data, struct i386_inferior_data)
9643 (i386_inferior_data_get): New.
9644 (i386_debug_reg_state): Use i386_inferior_data_get.
9645 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
9646 (i386_insert_watchpoint, i386_remove_watchpoint)
9647 (i386_stopped_data_address, i386_insert_hw_breakpoint)
9648 (i386_remove_hw_breakpoint): New variable state, use
9649 i386_debug_reg_state instead of DR_MIRROR.
9650 * linux-nat.c (delete_lwp): New declaration.
9651 (num_lwps): Move here from downwards.
9652 (delete_lwp_cleanup): New.
9653 (linux_child_follow_fork): Create new child_lp, call
9654 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
9655 PTRACE_DETACH.
9656 (num_lwps): Move upwards.
9657 (linux_nat_iterate_watchpoint_lwps): New.
9658 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
9659 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
9660
2992c9a7 96612012-01-24 Joel Brobecker <brobecker@adacore.com>
9662
9663 GDB 7.4 released.
9664
e360902b
PA
96652012-01-23 Pedro Alves <palves@redhat.com>
9666
9667 * top.c (caution): Rename to ...
9668 (confirm): ... this.
9669 (show_caution): Rename to ...
9670 (show_confirm): ... this.
9671 (quit_cover): Adjust.
9672 (init_main): Adjust.
9673 * top.h (caution): Rename to ...
9674 (confirm): ... this.
9675 * utils.c (internal_vproblem, defaulted_query): Adjust.
9676
050a2e1d
PA
96772012-01-23 Pedro Alves <palves@redhat.com>
9678
9679 * top.c (caution): Update comment.
9680 (execute_command): Don't consider the current value of `caution'.
9681
77a35dd8
JK
96822012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9683
9684 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
9685
a71b5a38
UW
96862012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
9687
9688 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
9689 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
9690 * target.c (target_fileio_pwrite): Remove buffer address from
9691 debug output.
9692 (target_fileio_pread): Likewise.
9693
d99bd577
UW
96942012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
9695
9696 * NEWS: Document remote "info proc" and "generate-core-file".
9697
35c2fab7
UW
96982012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
9699
9700 * gdbarch.sh (find_memory_regions): New callback.
9701 * gdbarch.c, gdbarch.h: Regenerate.
9702
9703 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
9704 callback before falling back to target method.
9705
9706 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
9707 (linux_target_install_ops): No longer install it.
9708
9709 * linux-tdep.c (linux_find_memory_regions): New function.
9710 (linux_init_abi): Install it.
9711
6432734d
UW
97122012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
9713
9714 * gdbarch.sh (make_corefile_notes): New architecture callback.
9715 * gdbarch.c: Regenerate.
9716 * gdbarch.h: Likewise.
9717
9718 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
9719 before target_make_corefile_notes. If NULL is returned, the
9720 target does not support core file generation.
9721
9722 * linux-nat.c: Include "linux-tdep.h".
9723 (find_signalled_thread, find_stop_signal): Remove.
9724 (linux_nat_do_thread_registers): Likewise.
9725 (struct linux_nat_corefile_thread_data): Likewise.
9726 (linux_nat_corefile_thread_callback): Likewise.
9727 (iterate_over_spus): Likewise.
9728 (struct linux_spu_corefile_data): Likewise.
9729 (linux_spu_corefile_callback): Likewise.
9730 (linux_spu_make_corefile_notes): Likewise.
9731 (linux_nat_collect_thread_registers): New function.
9732 (linux_nat_make_corefile_notes): Replace contents by call to
9733 linux_make_corefile_notes passing linux_nat_collect_thread_registers
9734 as native-only callback.
9735
9736 * linux-tdep.h: Include "bfd.h".
9737 (struct regcache): Add forward declaration.
9738 (linux_collect_thread_registers_ftype): New typedef.
9739 (linux_make_corefile_notes): Add prototype.
9740 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
9741 "regset.h", and "elf-bfd.h".
9742 (find_signalled_thread, find_stop_signal): New functions.
9743 (linux_spu_make_corefile_notes): Likewise.
9744 (linux_collect_thread_registers): Likewise.
9745 (struct linux_corefile_thread_data): New data structure.
9746 (linux_corefile_thread_callback): New funcion.
9747 (linux_make_corefile_notes): Likewise.
9748 (linux_make_corefile_notes_1): Likewise.
9749 (linux_init_abi): Install it.
9750
3030c96e
UW
97512012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
9752
9753 * gdbarch.sh (info_proc): New callback.
9754 * gdbarch.c, gdbarch.h: Regenerate.
9755
9756 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
9757 before falling back to the target info_proc callback.
9758
9759 * linux-nat.c: Do not include "cli/cli-utils.h".
9760 (linux_nat_info_proc): Remove.
9761 (linux_target_install_ops): No longer install it.
9762
9763 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
9764 (read_mapping): New function.
9765 (linux_info_proc): Likewise.
9766 (linux_init_abi): Install it.
9767
145b16a9
UW
97682012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
9769
9770 * defs.h (enum info_proc_what): Moved here from linux-nat.c
9771 * infcmd.c: (info_proc_cmd_1): New function.
9772 (info_proc_cmd): New function, moved here from equivalent routine
9773 orignally in linux-nat.c.
9774 (info_proc_cmd_mappings): Likewise.
9775 (info_proc_cmd_stat): Likewise.
9776 (info_proc_cmd_status): Likewise.
9777 (info_proc_cmd_cwd): Likewise.
9778 (info_proc_cmd_cmdline): Likewise.
9779 (info_proc_cmd_exe): Likewise.
9780 (info_proc_cmd_all): Likewise.
9781 (_initialize_infcmd): Install "info proc" command and subcommands.
9782
9783 * target.h (struct target_ops): Add to_info_proc.
9784 (target_info_proc): Add prototype.
9785 * target.c (target_info_proc): New function.
9786
9787 * procfs.c (procfs_info_proc): Add prototype.
9788 (info_proc_cmd): Rename into ...
9789 (procfs_info_proc): ... this. Update argument types as appropriate
9790 for a to_info_proc implementation. Handle "what" argument.
9791 (procfs_target): Install procfs_info_proc.
9792 (_initialize_procfs): No longer install "info proc" command.
9793
9794 * linux-nat.c: (enum info_proc_what): Remove.
9795 (linux_nat_info_proc_cmd_1): Rename into ...
9796 (linux_nat_info_proc): ... this. Update argument types as appropriate
9797 for a to_info_proc implementation.
9798 (linux_nat_info_proc_cmd): Remove.
9799 (linux_nat_info_proc_cmd_mappings): Likewise.
9800 (linux_nat_info_proc_cmd_stat): Likewise.
9801 (linux_nat_info_proc_cmd_status): Likewise.
9802 (linux_nat_info_proc_cmd_cwd): Likewise.
9803 (linux_nat_info_proc_cmd_cmdline): Likewise.
9804 (linux_nat_info_proc_cmd_exe): Likewise.
9805 (linux_nat_info_proc_cmd_all): Likewise.
9806 (linux_target_install_ops): Install linux_nat_info_proc.
9807 (_initialize_linux_nat): No longer install "info proc" command
9808 and subcommands.
9809
b9e7b9c3
UW
98102012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
9811
9812 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
9813 * config.in, configure: Regenerate.
9814
9815 * target.h (struct target_ops): Add to_fileio_readlink.
9816 (target_fileio_readlink): Add prototype.
9817 * target.c (target_fileio_readlink): New function.
9818
9819 * inf-child.c: Conditionally include <sys/param.h>.
9820 (inf_child_fileio_readlink): New function.
9821 (inf_child_target): Install it.
9822
9823 * remote.c (PACKET_vFile_readlink): New enum value.
9824 (remote_hostio_readlink): New function.
9825 (init_remote_ops): Install it.
9826 (_initialize_remote): Handle vFile:readlink packet type.
9827
7313baad
UW
98282012-01-20 Pedro Alves <palves@redhat.com>
9829 Ulrich Weigand <ulrich.weigand@linaro.org>
9830
9831 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
9832 * config.in, configure: Regenerate.
9833
9834 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
9835 to_fileio_pread, to_fileio_close, to_fileio_unlink.
9836 (target_fileio_open): Add prototype.
9837 (target_fileio_pwrite): Likewise.
9838 (target_fileio_pread): Likewise.
9839 (target_fileio_close): Likewise.
9840 (target_fileio_unlink): Likewise.
9841 (target_fileio_read_alloc): Likewise.
9842 (target_fileio_read_stralloc): Likewise.
9843
9844 * target.c: Include "gdb/fileio.h".
9845 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
9846 (default_fileio_target): New function.
9847 (target_fileio_open): Likewise.
9848 (target_fileio_pwrite): Likewise.
9849 (target_fileio_pread): Likewise.
9850 (target_fileio_close): Likewise.
9851 (target_fileio_unlink): Likewise.
9852 (target_fileio_close_cleanup): Likewise.
9853 (target_fileio_read_alloc_1): Likewise.
9854 (target_fileio_read_alloc): Likewise.
9855 (target_fileio_read_stralloc): Likewise.
9856
9857 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
9858 <fcntl.h>, and <unistd.h>.
9859 (inf_child_fileio_open_flags_to_host): New function.
9860 (inf_child_errno_to_fileio_error): Likewise.
9861 (inf_child_fileio_open): Likewise.
9862 (inf_child_fileio_pwrite): Likewise.
9863 (inf_child_fileio_pread): Likewise.
9864 (inf_child_fileio_close): Likewise.
9865 (inf_child_fileio_unlink): Likewise.
9866 (inf_child_target): Install to_fileio routines.
9867
9868 * remote.c (init_remote_ops): Install to_fileio routines.
9869
901f9912
UW
98702012-01-20 Pedro Alves <palves@redhat.com>
9871 Ulrich Weigand <ulrich.weigand@linaro.org>
9872
9873 * remote.c (remote_multi_process_p): Only check for multi-process
9874 protocol feature, do not check for extended protocol.
9875 (remote_supports_multi_process): Check for extended protocol here.
9876 (set_general_process): Likewise.
9877 (extended_remote_kill): Likewise.
9878 (remote_pid_to_str): Likewise.
9879 (remote_query_supported): Always query multiprocess mode.
9880
e714e1bf
UW
98812012-01-20 Pedro Alves <palves@redhat.com>
9882 Ulrich Weigand <ulrich.weigand@linaro.org>
9883
9884 * inferior.h (struct inferior): Add fake_pid_p.
9885 * inferior.c (exit_inferior_1): Clear fake_pid_p.
9886 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
9887 magic_null_ptid since the remote side doesn't provide a real PID.
9888
50897289
TT
98892012-01-19 Tom Tromey <tromey@redhat.com>
9890
9891 * NEWS: Combine the two Python sections.
9892
1afc2033
JK
98932012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9894
9895 * target.h (target_close): Update comment on the target's unpush state.
9896
305436e0
PA
98972012-01-19 Pedro Alves <palves@redhat.com>
9898
9899 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
9900 linux_nat_async directly instead of going through the target
9901 vector.
9902 * target.c (unpush_target): Close target after unpushing it, not
9903 before.
9904
49323895
GB
99052012-01-19 Gary Benson <gbenson@redhat.com>
9906
9907 * mdebugread.c (sort_blocks): Replace integer constants with ones
9908 derived from FIRST_LOCAL_BLOCK.
9909
1db33378
PP
99102012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
9911 Jan Kratochvil <jan.kratochvil@redhat.com>
9912
9913 PR gdb/9538
9914 * symfile.c (find_separate_debug_file): New function.
9915 (terminate_after_last_dir_separator): Likewise.
9916 (find_separate_debug_file_by_debuglink): Also try realpath.
9917 * configure.ac (AC_CHECK_FUNCS): Add lstat.
9918 * configure: Regenerate.
9919 * config.in: Regenerate.
9920
f83d8a90
DE
99212012-01-18 Doug Evans <dje@google.com>
9922
9923 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
9924 (main.o): Remove rule.
9925 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
9926 (--with-sysroot): Rewrite.
9927 * configure: Regenerate.
9928 * config.in: Regenerate.
9929
2dbca4d6
SDJ
99302012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
9931
9932 * parse.c (initialize_expout): New function.
9933 (reallocate_expout): Likewise.
9934 (parse_exp_in_context): Use `initialize_expout' and
9935 `reallocate_expout' when appropriate.
9936
0695b514
PA
99372012-01-18 Pedro Alves <palves@redhat.com>
9938
9939 * record.c (struct record_breakpoint, record_breakpoint_p)
9940 (record_breakpoints): New.
9941 (record_insert_breakpoint, record_remove_breakpoint): Manage
9942 record breakpoints list. Only remove breakpoints from the
9943 inferior if they had been inserted there in the first place.
9944
136e1c30
DE
99452012-01-17 Doug Evans <dje@google.com>
9946
9947 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
9948 if we know we don't have a file name to look for.
9949
c0bf857d
PA
99502012-01-17 Pedro Alves <palves@redhat.com>
9951
9952 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
9953 the frame's stop reason is UNWIND_UNAVAILABLE.
9954
b486de60
JK
99552012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9956
9957 Fix compilation error.
9958 * m2-exp.y (yyerror): Use ANSI C prototype.
9959
d04550a6
SDJ
99602012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
9961
9962 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
9963 (growbuf_by_size): Likewise.
9964 (yyerror): Likewise.
9965 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
9966 (modblock): Remove variable (was #if 0'ed).
9967 (parse_number): Convert prototype from K&R to ANSI C.
9968 (yyerror): Likewise.
9969 * objc-exp.y (parse_number): Likewise.
9970 (yyerror): Likewise.
9971 (yylex): Remove #if 0'ed code.
9972 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
9973 (yyerror): Likewise.
9974
4aac40c8
TT
99752012-01-16 Tom Tromey <tromey@redhat.com>
9976
9977 * NEWS: Add item.
9978 * symtab.h (compare_filenames_for_search): Declare.
9979 * symtab.c (compare_filenames_for_search): New function.
9980 (iterate_over_some_symtabs): Use it.
9981 * symfile.h (struct quick_symbol_functions)
9982 <map_symtabs_matching_filename>: Change spec.
9983 * psymtab.c (partial_map_symtabs_matching_filename): Use
9984 compare_filenames_for_search. Update for new spec.
9985 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
9986 compare_filenames_for_search. Update for new spec.
9987 * breakpoint.c (clear_command): Use compare_filenames_for_search.
9988
cafec441
TT
99892012-01-16 Tom Tromey <tromey@redhat.com>
9990
9991 PR python/13281:
9992 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
9993 (struct main_type) <flag_flag_enum>: New field.
9994 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
9995 * NEWS: Add entries.
9996 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
9997 enums.
9998 * python/lib/gdb/printing.py (_EnumInstance): New class.
9999 (FlagEnumerationPrinter): Likewise.
10000
983af33b
SDJ
100012012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10002
10003 * breakpoint.c (create_sals_from_address_default): New function.
10004 (create_breakpoints_sal_default): Likewise.
10005 (decode_linespec_default): Likewise.
10006 (is_marker_spec): Removed.
10007 (strace_marker_p): New function.
10008 (init_breakpoint_sal): Using `strace_marker_p' instead of
10009 `is_marker_spec'.
10010 (create_breakpoint): Call method `create_sals_from_address' from
10011 breakpoint_ops, replacing code that created SALs conditionally
10012 on the type of the breakpoint. Call method `create_breakpoints_sal',
10013 replacing code that created breakpoints conditionally on the type
10014 wanted.
10015 (base_breakpoint_create_sals_from_address): New function.
10016 (base_breakpoint_create_breakpoints_sal): Likewise.
10017 (base_breakpoint_decode_linespec): Likewise.
10018 (base_breakpoint_ops): Add methods
10019 `base_breakpoint_create_sals_from_address',
10020 `base_breakpoint_create_breakpoints_sal' and
10021 `base_breakpoint_decode_linespec'.
10022 (bkpt_create_sals_from_address): New function.
10023 (bkpt_create_breakpoints_sal): Likewise.
10024 (bkpt_decode_linespec): Likewise.
10025 (tracepoint_create_sals_from_address): Likewise.
10026 (tracepoint_create_breakpoints_sal): Likewise.
10027 (tracepoint_decode_linespec): Likewise.
10028 (strace_marker_create_sals_from_address): Likewise.
10029 (strace_marker_create_breakpoints_sal): Likewise.
10030 (strace_marker_decode_linespec): Likewise.
10031 (strace_marker_breakpoint_ops): New variable.
10032 (addr_string_to_sals): Remove `marker_spec'. Call method
10033 `decode_linespec' from breakpoint_ops, replacing code that decoded
10034 an address string into a SAL. Use `strace_marker_p' instead of
10035 `marker_spec'.
10036 (strace_command): Decide whether we are dealing with a static
10037 tracepoint with marker or not. Use the appropriate breakpoint_ops.
10038 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
10039 * breakpoint.h (linespec_result, linespec_sals): New forward
10040 declarations.
10041 (breakpoint_ops) <create_sals_from_address>,
10042 <create_breakpoints_sal>, <decode_linespec>: New methods.
10043
4795f398
DE
100442012-01-14 Doug Evans <dje@google.com>
10045
10046 * NEWS: Update text for "maint set python print-stack".
10047 It is deprecated in gdb 7.4 and deleted in 7.5.
10048
ee5106fe
EZ
100492012-01-13 Eli Zaretskii <eliz@gnu.org>
10050
10051 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
10052 including curses.h.
10053
b161e06f
JK
100542012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10055
10056 * configure: Regenerate.
10057 * config.in: Regenerate.
10058
85254831
KS
100592012-01-12 Keith Seitz <keiths@redhat.com>
10060
10061 PR mi/10586
10062 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
10063 (ANONYMOUS_UNION_NAME): Define.
10064 (is_path_expr_parent): New function.
10065 (get_path_expr_parent): New function.
10066 (is_anonymous_child): New function.
10067 (create_child_with_value): If the child is anonymous and without
10068 a name, assign an object name to it.
10069 (c_describe_child): Use get_path_expr_parent to determine
10070 the parent expression.
10071 If there field represents an anonymous struct or union and
10072 has no name, set an appropriate display name and expression.
10073 (cplus_describe_child): Likewise.
10074
620fa63a
PA
100752012-01-12 Pedro Alves <palves@redhat.com>
10076
10077 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
10078 available when %ebp is found to be zero (outermost).
10079
2efa2c79
AT
100802012-01-11 Andreas Tobler <andreast@fgznet.ch>
10081
10082 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
10083 an internal gdb_static_assert.
10084 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
10085
88e7d25d
TT
100862012-01-11 Tom Tromey <tromey@redhat.com>
10087
10088 PR gdb/9598:
10089 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
10090 catch" and "catch throw".
10091
72384ba3
PH
100922012-01-11 Paul Hilfinger <hilfingr@adacore.com>
10093
10094 * blockframe.c (block_innermost_frame): Start search from selected
10095 frame, if present, or otherwise the current frame.
10096
10097 * c-exp.y (variable): Update innermost_block for
10098 'block COLONCOLON NAME' clause.
10099 * m2-exp.y (variable): Ditto.
10100 * objc-exp.y (variable): Ditto.
10101
065a711f
TT
101022012-01-10 Tom Tromey <tromey@redhat.com>
10103
10104 PR python/13199:
10105 * python/python.c (finish_python_initialization): Set sys.argv.
10106
f3f5162e
DE
101072012-01-10 Doug Evans <dje@google.com>
10108
10109 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
10110 "want_line_info". All callers updated.
10111 (dwarf_decode_lines_1): New function.
10112 (handle_DW_AT_stmt_list): Add function comment.
10113 New arg "want_line_info". All callers updated.
10114 (read_file_scope,read_type_unit_scope): Move comment from
10115 handle_DW_AT_stmt_list to here.
10116
9934703b
JK
101172012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10118
10119 Fix regression after libiberty/ update for GCC PR 6057 and others.
10120 * c-exp.y (operator) <OPERATOR DELETE>
10121 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10122 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
10123 (make_builtin_type, make_name): New variable i, add gdb_assert.
10124 (operator) <OPERATOR NEW>: Update ARGS to 3.
10125 (operator) <OPERATOR DELETE>: Add trailing space.
10126 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
10127 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10128 * cp-support.c (cp_canonicalize_string): Check NULL from
10129 cp_comp_to_string, call warning and return.
10130
06b9f45f
JK
101312012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10132
10133 Fix duplicate .o files after omitting libbfd.a.
10134 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
10135 (SFILES): Add corelow.c.
10136 (COMMON_OBS): Add corelow.o.
10137 (ALLDEPFILES): Remove corelow.c.
10138 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
10139 * config/alpha/alpha-osf3.mh: Likewise.
10140 * config/alpha/fbsd.mh: Likewise.
10141 * config/arm/nbsdaout.mh: Likewise.
10142 * config/arm/nbsdelf.mh: Likewise.
10143 * config/i386/i386gnu.mh: Likewise.
10144 * config/ia64/hpux.mh: Likewise.
10145 * config/ia64/linux.mh: Likewise.
10146 * config/m32r/linux.mh: Likewise.
10147 * config/m68k/linux.mh: Likewise.
10148 * config/mips/irix5.mh: Likewise.
10149 * config/mips/irix6.mh: Likewise.
10150 * config/pa/hpux.mh: Likewise.
10151 * config/pa/linux.mh: Likewise.
10152 * config/powerpc/aix.mh: Likewise.
10153 * config/sparc/linux.mh: Likewise.
10154 * config/sparc/linux64.mh: Likewise.
10155 * config/sparc/sol2.mh: Likewise.
10156 * config/vax/vax.mh: Likewise.
10157 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
10158 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
10159 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
10160 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
10161 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
10162 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
10163 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
10164 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
10165 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
10166 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
10167 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
10168 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
10169 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
10170 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
10171 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
10172 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
10173 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
10174 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
10175 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
10176 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
10177 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
10178 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
10179 corelow.o from gdb_target_obs.
10180 * corefile.c (core_target): Update the comment on NULL value.
10181 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
10182 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
10183 MATCHES. Drop YUMMY set on NULL.
10184 (core_close): Do not call exit_inferior_silent on zero PID. Do not
10185 reclaim CORE_DATA if it is already NULL.
10186
34365054
DE
101872012-01-09 Doug Evans <dje@google.com>
10188
10189 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
10190 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
10191
696166a3
KS
101922012-01-09 Keith Seitz <keiths@redhat.com>
10193
10194 * breakpoint.c (wrapper.h): Don't include.
10195
8e7b59a5
KS
101962012-01-09 Keith Seitz <keiths@redhat.com>
10197
10198 * Makefile.in (SFILES): Remove wrapper.c.
10199 (HFILES_NO_SRCDIR): Remove wrapper.h.
10200 (COMMON_OBS): Remove wrapper.o.
10201 * cli/cli-interp.c: Don't inlude wrapper.h.
10202 * corelow.c: Likewise.
10203 (core_open): Replace gdb_target_find_new_threads with
10204 TRY_CATCH around target_find_new_threads.
10205 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
10206 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
10207 * varobj.c (varobj_create): Likewise for parse_exp_1 and
10208 evaluate_expression.
10209 (varobj_set_value): Likewise for evaluate_expression and
10210 value_assign.
10211 (install_new_variable): Likewise for value_fetch_lazy.
10212 (adjust_value_for_child_access): Likewise for value_ind.
10213 (c_describe_child): Likewise for value_subscript and
10214 value_ind.
10215 (c_value_of_root): Likewise for evaluate_expression.
10216 * wrapper.c: Remove.
10217 * wrapper.h: Remove.
10218
1a4eeb98
DE
102192012-01-09 Doug Evans <dje@google.com>
10220
9ff913ba
DE
10221 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
10222 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
10223 "abfd" args with "section". All callers updated.
10224 Error checking code moved ...
10225 (error_check_comp_unit_head): ... here. New function.
10226 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
10227 Delete arg "abfd". New arg "type_offset". All callers updated.
10228 (create_debug_types_hash_table): Simplify by using
10229 read_and_check_type_unit_head.
10230
1a4eeb98
DE
10231 * parser-defs.h (namecopy): Delete.
10232 * parse.c (namecopy, namecopy_size): Move into copy_name.
10233
2e6af8c0
JK
102342012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10235
10236 Partially fix duplicate .o files after omitting libbfd.a.
10237 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
10238 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10239 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
10240 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10241 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
10242 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
10243 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10244
9f2f828a
PA
102452012-01-09 Pedro Alves <palves@redhat.com>
10246
10247 * MAINTAINERS: Update my email address.
10248
4d72c0bc
DE
102492012-01-08 Doug Evans <dje@google.com>
10250
d467dd73
DE
10251 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
10252 n_type_units. Rename type_comp_units to all_type_units.
10253 All uses updated.
10254 (add_signatured_type_cu_to_table): Renamed from
10255 add_signatured_type_cu_to_list. All callers updated.
10256
4d72c0bc
DE
10257 * gdbtypes.h (struct cplus_struct_type): Delete member
10258 nfn_fields_total. All uses removed.
10259
21b2bd31
DE
102602012-01-06 Doug Evans <dje@google.com>
10261
10262 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
10263 to top of file.
10264 (dwarf2_find_comp_unit): Delete.
10265 (process_psymtab_comp_unit): Make result "void".
10266 Delete args buffer, info_ptr, buffer_size, and replace with
10267 "section". All callers updated.
10268 (dwarf2_build_psymtabs_hard): Simplify.
10269
bfd189b1
SDJ
102702012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
10271 Thiago Jung Bauermann <bauerman@br.ibm.com>
10272
10273 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
10274 before `struct gdb_exception'.
10275 * breakpoint.c (update_global_location_list_nothrow)
10276 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
10277 * cp-abi.c (value_rtti_type): Likewise.
10278 * cp-support.c (cp_validate_operator): Likewise.
10279 * infrun.c (insert_exception_resume_breakpoint)
10280 (check_exception_resume, keep_going): Likewise.
10281 * mi-interp.c (mi_breakpoint_created)
10282 (mi_breakpoint_modified): Likewise.
10283 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
10284 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
10285 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
10286
6b07635f
DE
102872012-01-05 Doug Evans <dje@google.com>
10288
0b30b85c
DE
10289 * dwarf2read.c (statement_prologue): Delete, unused.
10290
98714339
DE
10291 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
10292 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
10293
6b07635f
DE
10294 * dwarf2read.c (comp_unit_header): Delete, unused.
10295
761f4555
UW
102962012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
10297
10298 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
10299 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
10300
2ca0b532
PA
103012012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
10302
10303 * infrun.c (normal_stop): Don't skip calling the normal_stop
10304 observers if the thread was doing a multi-step, but stopped for
10305 some reason other than stepping.
10306
50aeff07
PA
103072012-01-05 Pedro Alves <alves.ped@gmail.com>
10308
10309 * cli/cli-decode.h: Add comments.
10310 (CMD_LIST_AMBIGUOUS): Moved to command.h
10311 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
10312 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
10313 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
10314 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
10315 (add_com, add_com_alias, add_info, add_info_alias)
10316 (complete_on_cmdlist, complete_on_enum, help_list): Remove
10317 declarations.
10318 * command.h: Add and adjust comments.
10319 (CMD_LIST_AMBIGUOUS): Moved here.
10320 (help_cmd, help_cmd_list): Delete declarations.
10321
5953832c
DE
103222012-01-04 Doug Evans <dje@google.com>
10323
e5fe5e75
DE
10324 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
10325 All callers updated.
10326 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
10327 Replace all arguments with "per_cu". All callers updated.
10328
28dee7f5
DE
10329 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
10330
23745b47
DE
10331 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
10332 New arg "per_cu". All callers updated.
10333
5953832c
DE
10334 Delete #if 0'd out code.
10335 * language.c (binop_result_type): Delete.
10336 (simple_type, ordered_type, same_type, integral_type): Delete.
10337 (numeric_type, character_type, string_type, boolean_type): Delete.
10338 (float_type, structured_type): Delete.
10339 * language.h: Update.
10340
0f5b7562
TT
103412012-01-04 Tom Tromey <tromey@redhat.com>
10342
10343 * python/py-value.c (valpy_binop): Initialize 'res_val'.
10344
78218f56
JB
103452012-01-04 Joel Brobecker <brobecker@adacore.com>
10346
10347 * corefile.c (close_exec_file): Delete.
10348 (reopen_exec_file): Remove commented out code that seems related
10349 to close_exec_file, which is being deleted here.
10350 * inferior.h (close_exec_file): Delete.
10351 * fork-child.c (fork_inferior): Remove call to fork_inferior.
10352
0fcd72ba
JB
103532012-01-04 Joel Brobecker <brobecker@adacore.com>
10354
10355 * ada-lang.c: #include "cli/cli-utils.h".
10356 (get_selections): Use skip_spaces.
10357 (ada_get_next_arg): Use skip_spaces and skip_to_space.
10358 (catch_ada_exception_command_split): Use skip_spaces.
10359 (ada_decode_assert_location): Likewise.
10360
1dabb4c4
JB
103612012-01-04 Joel Brobecker <brobecker@adacore.com>
10362
10363 * linespec.c (decode_line_internal): Check for C++ or Java
10364 compound constructs only if the current language is C, C++
10365 or Java.
10366
5931a2fa
JK
103672012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10368
10369 Revert:
10370 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10371 Joel Brobecker <brobecker@adacore.com>
10372 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
10373 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
10374 3 times.
10375 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
10376 fall through into AT_ENTRY_POINT.
10377 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
10378 DUMMY_ADDR with it.
10379 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
10380 PPC_INSN_SIZE skip to 3 times.
10381
1a2da5ee
JB
103822012-01-04 Joel Brobecker <brobecker@adacore.com>
10383
10384 * linespec.c (add_minsym): Preserve function descriptors.
10385
8645ff69
UW
103862012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
10387
10388 * breakpoint.c (all_locations_are_pending): Consider locations
10389 in program spaces executing during startup pending as well.
10390
0b302171
JB
103912012-01-04 Joel Brobecker <brobecker@adacore.com>
10392
10393 Copyright year update in most files of the GDB Project.
10394
8ba098ad
JB
103952012-01-04 Joel Brobecker <brobecker@adacore.com>
10396
10397 * copyright.sh: Delete.
10398 * copyright.py: Rewrite.
10399
09c01c30
JB
104002012-01-04 Joel Brobecker <brobecker@adacore.com>
10401
10402 * gnulib/extra/update-copyright: New file, imported from gnulib.
10403
3c36c0af
JB
104042012-01-04 Joel Brobecker <brobecker@adacore.com>
10405
10406 * README (Copyright and License Notices): New section.
10407
888fe1e1
TT
104082012-01-03 Tom Tromey <tromey@redhat.com>
10409
10410 PR python/12533:
10411 * python/py-value.c (valpy_dereference, valpy_get_address
10412 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
10413 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
10414 (valpy_absolute, valpy_richcompare): Free intermediate values.
10415
6e681866
JB
104162011-01-03 Joel Brobecker <brobecker@adacore.com>
10417
10418 * ada-lang.c: Reformat the copyright notice.
10419
0cd09acb
JK
104202012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10421
10422 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
10423 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
10424 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
10425 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
10426 Revert this part of:
10427 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10428 Build gdb directly from *.o files not using libgdb.a.
10429 * Makefile.in (COMMON_OBS): Remove solib-target.o.
10430
12c3e59c
JB
104312012-01-02 Joel Brobecker <brobecker@adacore.com>
10432
10433 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
10434 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
10435 Reformat the copyright header.
10436
11bf1490
JK
104372012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10438
10439 Revert this part of:
10440 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10441 Remove the gdbtui binary.
10442 * gdb.c (main): Remove args.interpreter_p initialization.
10443 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
10444 * main.h (struct captured_main_args): Remove interpreter_p.
10445
1fef196f
JB
104462012-01-02 Joel Brobecker <brobecker@adacore.com>
10447
10448 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
10449
67827812
JB
104502012-01-02 Joel Brobecker <brobecker@adacore.com>
10451
10452 * top.c (print_gdb_version): Update copyright year.
10453
a4d0b831
YQ
104542012-01-02 Yao Qi <yao@codesourcery.com>
10455
10456 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
10457
b5914469
JK
104582012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10459 Joel Brobecker <brobecker@adacore.com>
10460
10461 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
10462 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
10463 3 times.
10464 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
10465 fall through into AT_ENTRY_POINT.
10466 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
10467 DUMMY_ADDR with it.
10468 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
10469 PPC_INSN_SIZE skip to 3 times.
10470
8da828f7
JK
104712012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10472
10473 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
10474 the return value.
10475 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
10476
8574e74b
JK
104772012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10478
10479 Build gdb directly from *.o files not using libgdb.a.
10480 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
10481 (COMMON_OBS): Remove solib-target.o.
10482 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
10483 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
10484 (LIBGDB_OBS, libgdb.a): Move it above.
10485 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
10486 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
10487 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
10488 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
10489 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
10490 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
10491 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
10492 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
10493 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
10494 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
10495 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
10496 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
10497 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
10498 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
10499 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
10500 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
10501 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
10502 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
10503 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
10504 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
10505 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
10506 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
10507 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
10508 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
10509 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
10510 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
10511 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
10512
217bff3e
JK
105132012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10514
10515 Remove the gdbtui binary.
10516 * .gitignore (/gdbtui): Remove.
10517 * Makefile.in (TUI): Remove.
10518 (SUBDIR_TUI_OBS): Remove tui-main.o.
10519 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
10520 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
10521 (tui-main.o): Remove.
10522 (all_object_files): Remove tui-main.o.
10523 * NEWS: New note for the gdbtui removal.
10524 * configure: Rebuilt.
10525 * configure.ac: No longer add all-tui, clean-tui, install-tui and
10526 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
10527 CONFIG_UNINSTALL respectively.
10528 * gdb.c (main): Remove args.interpreter_p initialization.
10529 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
10530 * main.h (struct captured_main_args): Remove interpreter_p.
10531 * tui/tui-main.c: Remove.
10532
9cdd5dbd
DE
105332012-01-01 Doug Evans <dje@google.com>
10534
bb5ed363
DE
10535 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
10536 (dwarf2_physname, read_import_statement): Ditto.
10537 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
10538 (process_structure_scope read_subroutine_type): Ditto.
10539 (read_typedef, load_partial_dies, read_partial_die): Ditto.
10540 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
10541 (dwarf2_fetch_die_location_block): Ditto.
10542 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
10543
a0f42c21
DE
10544 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
10545 All callers updated.
10546 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
10547 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
10548 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
10549
2dc860c0
DE
10550 * dwarf2read.c (load_cu): Move assert to more useful location.
10551
68dc6402
DE
10552 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
10553 All callers updated.
10554
9cdd5dbd
DE
10555 * dwarf2read.c (dwarf2_per_objfile): Add comment.
10556 (dwarf2_elf_names): Minor reformat.
10557 (dwarf2_per_cu_data): Tweak comment.
10558 (dwarf2_read_section): Fix comment.
10559 (create_all_comp_units): Fix comment.
10560 (load_full_comp_unit): Fix comment.
10561 (process_full_comp_unit): Fix comment.
10562 (read_signatured_type): Fix comment.
10563
0c10e53e 10564For older changes see ChangeLog-2011.
c906108c
SS
10565\f
10566Local Variables:
10567mode: change-log
10568left-margin: 8
10569fill-column: 74
10570version-control: never
57da7796 10571coding: utf-8
c906108c 10572End: