* NEWS: Mention tracepoints support.
[binutils-gdb.git] / gdb / ChangeLog
1 2010-04-09 Pedro Alves <pedro@codesourcery.com>
2
3 * NEWS: Mention tracepoints support.
4
5 2010-04-09 Pedro Alves <pedro@codesourcery.com>
6
7 * tracepoint.c (trace_status_mi): Report disconnected tracing and
8 circular trace buffer statuses.
9
10 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11
12 * config/djgpp/fnchange.lst: Fix typo in translations for
13 symbol-without-target_section.exp and symbol-without-target_section.c.
14
15 2010-04-09 Pedro Alves <pedro@codesourcery.com>
16
17 * breakpoint.c (condition_command): Pass condition expression to
18 set_breakpoint_condition stripped from breakpoint number.
19
20 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
21 Thiago Jung Bauermann <bauerman@br.ibm.com>
22 Tom Tromey <tromey@redhat.com>
23
24 * breakpoint.c (condition_command): Simplify. Move condition
25 setting code to ...
26 (set_breakpoint_condition): ... here. New function.
27 * breakpoint.h (set_breakpoint_condition): Declare.
28 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
29 (SUBDIR_PYTHON_SRCS): Likewise.
30 (py-breakpoint.o): New rule.
31 * python/py-breakpoint.c: New file.
32 * python/python-internal.h (gdbpy_breakpoints)
33 (gdbpy_initialize_breakpoints): Declare.
34 (GDB_PY_SET_HANDLE_EXCEPTION) Define.
35
36 2010-04-09 Pedro Alves <pedro@codesourcery.com>
37
38 * regformats/regdat.sh: Include server.h. Don't include
39 regcache.h.
40
41 2010-04-08 Stan Shebs <stan@codesourcery.com>
42 Pedro Alves <pedro@codesourcery.com>
43
44 * tracepoint.h (struct trace_status): New fields disconnected_tracing
45 and circular_buffer.
46 (disconnect_tracing): Rename from disconnect_or_stop_tracing.
47 * tracepoint.c (trace_status_command): Display target's status for
48 disconnected tracing and circular buffer.
49 (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
50 query for non-disconnected-tracing case, remove the stop_tracing
51 call.
52 (tfile_open): Clear disconnected and circular buffer status.
53 (trace_save): Save disconnected and circular buffer status.
54 (parse_trace_status): Parse disconnected and circular buffer status,
55 also recognize disconnected as a stop reason.
56 * remote.c (remote_set_disconnected_tracing): Only set
57 QTDisconnected if the remote end supports disconnected tracing.
58 Warn otherwise, if trying to enable disconnected tracing.
59 * infcmd.c (detach_command): Update disconnect_tracing call.
60 * cli/cli-cmds.c (quit_command): Ditto.
61
62 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
63
64 * i387-tdep.c (i387_collect_xsave): Replace abort with
65 internal_error.
66
67 2010-04-08 Stan Shebs <stan@codesourcery.com>
68
69 * breakpoint.c (default_collect_info): New function.
70 (breakpoints_info): Call it.
71 (maintenance_info_breakpoints): Ditto.
72 (tracepoints_info): Ditto.
73
74 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
75
76 * i387-tdep.c (i387_collect_xsave): Re-indent.
77
78 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
79
80 * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
81 if HAVE_PTRACE_GETFPXREGS is defined.
82 (i386_linux_read_description): Set have_ptrace_getfpxregs and
83 have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
84
85 * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
86 (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
87 if .reg-xfp section doesn't exist.
88 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
89
90 * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
91
92 * i386-tdep.c: Include "features/i386/i386-mmx.c".
93 (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
94 (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional. Set
95 xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
96 (i386_gdbarch_init): Update comments.
97 (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
98
99 * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
100
101 * config/djgpp/fnchange.lst: Add i386 MMX XML files.
102
103 * features/Makefile (i386/i386-mmx-expedite): New.
104 (i386/i386-mmx-linux-expedite): Likewise.
105 ($(outdir)/i386/i386-mmx.dat): Likewise.
106 ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
107
108 * features/i386/i386-mmx-linux.c: New.
109 * features/i386/i386-mmx-linux.xml: Likewise.
110 * features/i386/i386-mmx.c: Likewise.
111 * features/i386/i386-mmx.xml: Likewise.
112 * regformats/i386/i386-mmx-linux.dat: Likewise.
113 * regformats/i386/i386-mmx.dat: Likewise.
114
115 * features/Makefile (WHICH): Add i386/i386-mmx and
116 i386/i386-mmx-linux.
117
118 2010-04-08 Doug Evans <dje@google.com>
119
120 * source.c (openp): Skip $cdir in PATH.
121
122 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
123
124 PR python/11417
125 * python/py-lazy-string.c (stpy_convert_to_value): Check for
126 a NULL address.
127 (gdbpy_create_lazy_string_object): Allow strings with a NULL
128 address and a zero length.
129
130 2010-04-08 Hui Zhu <teawater@gmail.com>
131
132 * i386-tdep.c (i386_process_record): Add support for insn
133 rdtsc.
134
135 2010-04-07 Doug Evans <dje@google.com>
136
137 * python/python.c (source_python_script): Use ensure_python_env
138 to prepare environment for script.
139
140 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
141
142 * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
143 <sys/uio.h> and "i386-xstate.h".
144 (PTRACE_GETREGSET): New.
145 (PTRACE_SETREGSET): Likewise.
146 (have_ptrace_getregset): Likewise.
147 (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
148 registers.
149 (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
150 registers.
151 (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
152 (amd64_linux_store_inferior_registers): Likewise.
153 (amd64_linux_read_description): Check and enable AVX target
154 descriptions.
155
156 * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
157 and "features/i386/amd64-avx-linux.c".
158 (amd64_linux_regset_sections): New.
159 (amd64_linux_core_read_description): Check and enable AVX
160 target description.
161 (amd64_linux_init_abi): Set xsave_xcr0_offset. Call
162 set_gdbarch_core_regset_sections.
163 (_initialize_amd64_linux_tdep): Call
164 initialize_tdesc_amd64_avx_linux.
165
166 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
167 AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
168 (tdesc_amd64_avx_linux): New.
169 (amd64_linux_update_xstateregset): Likewise.
170
171 * amd64-tdep.c: Include "features/i386/amd64-avx.c".
172 (amd64_ymm_names): New.
173 (amd64_ymmh_names): Likewise.
174 (amd64_register_name): Likewise.
175 (amd64_supply_xstateregset): Likewise.
176 (amd64_collect_xstateregset): Likewise.
177 (amd64_supply_xsave): Likewise.
178 (amd64_collect_xsave): Likewise.
179 (AMD64_NUM_REGS): Removed.
180 (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
181 %xmmN if AVX is available.
182 (amd64_pseudo_register_name): Support pseudo YMM registers.
183 (amd64_regset_from_core_section): Support .reg-xstate section.
184 (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
185 and ymm0h_regnum. Call set_gdbarch_register_name.
186 (amd64_init_abi): Call initialize_tdesc_amd64_avx.
187
188 * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
189 AMD64_YMM15H_REGNUM.
190 (AMD64_NUM_REGS): New.
191 (amd64_supply_xsave): Likewise.
192 (amd64_collect_xsave): Likewise.
193 (amd64_register_name): Removed.
194 (amd64_register_type): Likewise.
195
196 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
197
198 * i387-tdep.c: Include "i386-xstate.h".
199 (XSAVE_XSTATE_BV_ADDR): New.
200 (xsave_avxh_offset): Likewise.
201 (XSAVE_AVXH_ADDR): Likewise.
202 (i387_supply_xsave): Likewise.
203 (i387_collect_xsave): Likewise.
204
205 * i387-tdep.h (I387_NUM_YMM_REGS): New.
206 (I387_YMM0H_REGNUM): Likewise.
207 (I387_YMMENDH_REGNUM): Likewise.
208 (i387_supply_xsave): Likewise.
209 (i387_collect_xsave): Likewise.
210
211 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
212
213 * i386-linux-nat.c: Include "regset.h", "elf/common.h",
214 <sys/uio.h> and "i386-xstate.h".
215 (PTRACE_GETREGSET): New.
216 (PTRACE_SETREGSET): Likewise.
217 (fetch_xstateregs): Likewise.
218 (store_xstateregs): Likewise.
219 (GETXSTATEREGS_SUPPLIES): Likewise.
220 (regmap): Include 8 upper YMM registers.
221 (i386_linux_fetch_inferior_registers): Support XSAVE extended
222 state.
223 (i386_linux_store_inferior_registers): Likewise.
224 (i386_linux_read_description): Check and enable AVX target
225 descriptions.
226
227 * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
228 "i386-xstate.h" and "features/i386/i386-avx-linux.c".
229 (i386_linux_regset_sections): Add ".reg-xstate".
230 (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
231 (i386_linux_core_read_xcr0): New.
232 (i386_linux_core_read_description): Check and enable AVX target
233 description.
234 (i386_linux_init_abi): Set xsave_xcr0_offset.
235 (_initialize_i386_linux_tdep): Call
236 initialize_tdesc_i386_avx_linux.
237
238 * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
239 I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
240 (i386_linux_core_read_xcr0): New.
241 (tdesc_i386_avx_linux): Likewise.
242 (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
243
244 * i386-tdep.c: Include "i386-xstate.h" and
245 "features/i386/i386-avx.c".
246 (i386_ymm_names): New.
247 (i386_ymmh_names): Likewise.
248 (i386_ymmh_regnum_p): Likewise.
249 (i386_ymm_regnum_p): Likewise.
250 (i386_xmm_regnum_p): Likewise.
251 (i386_register_name): Likewise.
252 (i386_ymm_type): Likewise.
253 (i386_supply_xstateregset): Likewise.
254 (i386_collect_xstateregset): Likewise.
255 (i386_sse_regnum_p): Removed.
256 (i386_pseudo_register_name): Support pseudo YMM registers.
257 (i386_pseudo_register_type): Likewise.
258 (i386_pseudo_register_read): Likewise.
259 (i386_pseudo_register_write): Likewise.
260 (i386_dbx_reg_to_regnum): Return %ymmN register number for
261 %xmmN if AVX is available.
262 (i386_regset_from_core_section): Support .reg-xstate section.
263 (i386_register_reggroup_p): Supper upper YMM and YMM registers.
264 (i386_process_record): Replace i386_sse_regnum_p with
265 i386_xmm_regnum_p.
266 (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
267 Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
268 (i386_gdbarch_init): Set xstateregset. Set xsave_xcr0_offset.
269 Call set_gdbarch_register_name. Replace I386_SSE_NUM_REGS with
270 I386_AVX_NUM_REGS. Set ymmh_register_names, ymm0h_regnum and
271 num_ymm_regs. Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
272 Set ymm0_regnum.
273 (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
274
275 * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
276 xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
277 i386_ymm_type.
278 (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
279 (I386_AVX_NUM_REGS): New.
280 (i386_xmm_regnum_p): Likewise.
281 (i386_ymm_regnum_p): Likewise.
282 (i386_ymmh_regnum_p): Likewise.
283
284 * common/i386-xstate.h: New.
285
286 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
287
288 * config/djgpp/fnchange.lst: Add x86 AVX XML files.
289
290 * features/Makefile (WHICH): Add i386/i386-avx,
291 i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
292 (i386/i386-avx-expedite): New.
293 (i386/i386-avx-linux-expedite): Likewise.
294 (i386/x86-64-avx-expedite):Likewise.
295 (i386/x86-64-avx-linux-expedite): Likewise.
296 ($(outdir)/i386/i386-avx.dat): New dependency.
297 ($(outdir)/i386/i386-avx-linux.dat): Likewise.
298 ($(outdir)/i386/x86-avx-64.dat): Likewise.
299 ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
300
301 * features/i386/32bit-avx.xml: New.
302 * features/i386/64bit-avx.xml: Likewise.
303 * features/i386/i386-avx-linux.c: Likewise.
304 * features/i386/i386-avx-linux.xml: Likewise.
305 * features/i386/i386-avx.c: Likewise.
306 * features/i386/i386-avx.xml: Likewise.
307 * features/i386/x86-64-avx-linux.c: Likewise.
308 * features/i386/x86-64-avx-linux.xml: Likewise.
309 * features/i386/x86-64-avx.c: Likewise.
310 * features/i386/x86-64-avx.xml: Likewise.
311 * regformats/i386/i386-avx-linux.dat: Likewise.
312 * regformats/i386/i386-avx.dat: Likewise.
313 * regformats/i386/x86-64-avx-linux.dat: Likewise.
314 * regformats/i386/x86-64-avx.dat: Likewise.
315
316 2010-04-07 Doug Evans <dje@google.com>
317
318 * top.c (source_file_name): Make const char *.
319 * top.h (source_file_name): Update.
320 * cli/cli-script.c (source_cleanup_lines_args): Make old_file
321 const char *.
322 (script_from_file): Change `file' arg to const char *.
323 * cli/cli-script.h (script_from_file): Update.
324
325 2010-04-06 Doug Evans <dje@google.com>
326
327 * cli/cli-cmds.c (source_command): Run cleanups.
328
329 2010-04-06 Stan Shebs <stan@codesourcery.com>
330
331 * defs.h (char_ptr): Move typedef here from...
332 * ada-lang.c (char_ptr): Remove.
333 * charset.c (char_ptr): Remove.
334 * tracepoint.h (struct uploaded_string): Remove.
335 (struct uploaded_tp): Use vectors for string arrays.
336 * tracepoint.c (trace_save): Use vectors of actions.
337 (parse_tracepoint_definition): Ditto.
338 (get_uploaded_tp): Clear vectors.
339 * breakpoint.c (create_tracepoint_from_upload): Use vectors.
340 (next_cmd): Change to an int.
341 (read_next_cmd): Use vector of command strings.
342
343 2010-04-06 Doug Evans <dje@google.com>
344
345 * top.h (source_script, cd_command): Delete.
346 * main.c: #include "cli/cli-cmds.h"
347
348 2010-04-06 Kevin Buettner <kevinb@redhat.com>
349
350 * m32c-tdep.c (make_types): When calling `arch_type', pass size of
351 type in bytes, not bits.
352
353 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
354
355 * stabsread.c (define_symbol): Add support for char
356 and string constants.
357
358 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
359
360 Remove remaining "%ll" uses.
361 * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
362 hex_string call.
363 * rs6000-nat.c (rs6000_ptrace64): Idem.
364 * solib-pa64.c (pa64_current_sos): Idem.
365 * solib-spu.c (spu_current_sos): Idem.
366 * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
367 plongest call.
368 * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
369 phex (VAR, 8) call.
370 * sh64-tdep.c (sh64_show_media_regs): Idem.
371
372 2010-04-05 Stan Shebs <stan@codesourcery.com>
373
374 * tracepoint.c: Include gdbcore.h.
375 (tfile_xfer_partial): Return partial results, also try reading
376 from executable.
377 (tfile_has_all_memory): New function.
378 (init_tfile_ops): Use it.
379
380 2010-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
381
382 PR gdb/10736:
383 * xml-syscall.c (my_gdb_datadir): New variable to keep track of
384 the changes in data-directory.
385 (init_sysinfo): Reload the syscall XML file if the data-directory
386 has changed.
387
388 2010-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
389
390 Code cleanup.
391 * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
392
393 2010-04-04 Stan Shebs <stan@codesourcery.com>
394 Nathan Sidwell <nathan@codesourcery.com>
395
396 * breakpoint.c (breakpoint_1): Add filter argument, return number of
397 breakpoints printed.
398 (is_hardware_watchpoint): Make argument const.
399 (is_watchpoint): Ditto.
400 (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
401 use it everywhere.
402 (breakpoints_info): Pass NULL to breakpoint_1.
403 (maintenance_info_breakpoints): Ditto.
404 (watchpoints_info): New function.
405 (tracepoints_info): Use breakpoint_1 filter.
406 (set_ignore_count): Warn that tracepoint ignore count will be ignored.
407 (_initialize_breakpoint): Make "info watchpoints" its own command.
408 * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
409 * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
410
411 2010-04-04 Stan Shebs <stan@codesourcery.com>
412
413 * tracepoint.c (tfile_fetch_registers): Add fallback case.
414
415 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
416
417 * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
418 * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
419
420 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
421
422 * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
423 * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
424
425 2010-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
426
427 * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
428 code form.
429
430 2010-04-02 Hui Zhu <teawater@gmail.com>
431
432 * i386-tdep.c (OT_DQUAD): New enum.
433 (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
434 SSE3, SSSE3 and SSE4.
435
436 2010-04-02 Hui Zhu <teawater@gmail.com>
437
438 * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
439 "*addr = 0".
440
441 2010-04-02 Pedro Alves <pedro@codesourcery.com>
442
443 * tracepoint.c (trace_dump_actions): New, factored out from
444 trace_dump_command, and adjusted to recurse into while-stepping's
445 action list.
446 (trace_dump_command): Use it.
447
448 2010-04-02 Pedro Alves <pedro@codesourcery.com>
449
450 * breakpoint.h (struct counted_command_line): Moved definition to
451 breakpoint.c, and forward declare.
452 (breakpoint_commands): Declare.
453 * breakpoint.c (struct counted_command_line): Moved here.
454 (breakpoint_commands): New.
455 * tracepoint.c (encode_actions): Use breakpoint_commands.
456 * remote.c (remote_download_tracepoint): Ditto.
457
458 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
459
460 * remote.c (remote_parse_stop_reply): Use hex_string instead
461 of phex_nz for error.
462
463 2010-04-01 Stan Shebs <stan@codesourcery.com>
464 Nathan Sidwell <nathan@codesourcery.com>
465
466 * tracepoint.h (enum actionline_type): Remove.
467 (validate_actionline): Change return to void.
468 * tracepoint.c (report_agent_reqs_errors): New function.
469 (validate_actionline): Call it, change return to void, report errors
470 more consistently.
471 (collect_symbol): Call report_agent_reqs_errors.
472 (encode_actions_1): Ditto.
473 (encode_actions): Don't expect a result from validate_actionline.
474
475 2010-04-01 Stan Shebs <stan@codesourcery.com>
476
477 * tracepoint.c (trace_start_command): Confirm if trace is running.
478 (trace_stop_command): Error if trace not running.
479
480 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
481
482 * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
483 (AMD64_NUM_LOWER_BYTE_REGS): New.
484 (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
485 (amd64_pseudo_register_write): Likewise.
486 (amd64_init_abi): Set num_byte_regs to 20.
487
488 2010-04-01 Pedro Alves <pedro@codesourcery.com>
489
490 * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
491 (prev_breakpoint_count): New.
492 (set_breakpoint_count): Adjust.
493 (rbreak_start_breakpoint_count): New.
494 (start_rbreak_breakpoints): Adjust.
495 (end_rbreak_breakpoints): Adjust.
496 (struct commands_info) <arg>: New field.
497 (do_map_commands_command): Tweak output to include breakpoint spec
498 range.
499 (commands_command_1): Adjust. Avoid setting an xfree cleanup if
500 ARG was empty on entry. Set INFO's arg.
501 (create_breakpoint): Adjust.
502
503 * NEWS: Clarify `commands' changes.
504
505 2010-04-01 Pedro Alves <pedro@codesourcery.com>
506
507 * tracepoint.c: Include stack.h.
508 (struct add_local_symbols_data): New.
509 (do_collect_symbol): New.
510 (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
511 iterate_over_block_local_vars.
512 * stack.c (print_block_frame_locals): Rewrite as ...
513 (iterate_over_block_locals): ... this. Take a callback function
514 pointer and generic data pointer, and call that instead of
515 print_variable_and_value.
516 (struct print_variable_and_value_data): New.
517 (do_print_variable_and_value): New.
518 (iterate_over_block_local_vars): New, abstracted out from
519 print_frame_local_vars.
520 (print_frame_local_vars): Rewrite using
521 iterate_over_block_local_vars.
522 (iterate_over_block_arg_vars): New, abstracted out from
523 print_frame_arg_vars.
524 (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
525 * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
526 (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
527
528 2010-03-31 Richard Earnshaw <rearnsha@arm.com>
529
530 * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
531 instructions. Use the PC+4 if the base of the TBB or TBH is the
532 PC register.
533
534 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
535
536 Fix crash on reading wrong function declaration DWARF.
537 * dwarf2read.c (read_subroutine_type): New variable void_type.
538 Pre-fill all TYPE_FIELD_TYPEs. Move nparams and iparams initialization
539 more close to their use.
540
541 2010-03-31 Stan Shebs <stan@codesourcery.com>
542
543 * breakpoint.c (tracepoint_save_command): Include variables,
544 conditionals, tracepoint types, and default-collect.
545 * tracepoint.c (save_trace_state_variables): New function.
546 * tracepoint.h (save_trace_state_variables): Declare it.
547
548 2010-03-31 Pierre Muller <muller@ics.u-strasbg.fr>
549
550 * src/gdb/remote.c (end_thread): ARI fix: Use xstrdup instead of
551 strdup.
552
553 2010-03-30 Keith Seitz <keiths@redhat.com>
554
555 * c-typeprint.c (c_type_print_args): Don't print "void"
556 for java, regardless of whether it is TYPE_PROTOTYPED.
557 Use the passed-in language instead of current_language.
558 (c_type_print_varspec_suffix): Use current_language instead
559 of assuming language_c.
560 * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
561 any return type specifier from the physname.
562
563 2010-03-30 Pedro Alves <pedro@codesourcery.com>
564
565 * tui/tui-interp.c (tui_is_toplevel): New.
566 (tui_init): Set it.
567 (tui_allowed_p): New.
568 * tui/tui.c (tui_enable): Check if the TUI is allowed before
569 enabling it.
570 * tui/tui.h (tui_allowed_p): Declare.
571
572 2010-03-30 Ozkan Sezer <sezeroz@gmail.com>
573
574 * serial.h: Include winsock2.h before windows.h.
575
576 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
577
578 * NEWS: Mention xmlRegisters= in qSupported packet.
579
580 * i386-tdep.c: Include "remote.h".
581 (_initialize_i386_tdep): Call register_remote_support_xml.
582
583 * remote.c (remote_support_xml): New.
584 (register_remote_support_xml): Likewise.
585 (remote_query_supported_append): Likewise.
586 (remote_query_supported): Support remote_support_xml.
587
588 * remote.h (register_remote_support_xml): New.
589
590 2010-03-29 Stan Shebs <stan@codesourcery.com>
591
592 * tracepoint.c (trace_find_line_command): Remove dead code.
593
594 * tracepoint.h (struct uploaded_string): New struct.
595 (struct uploaded_tp): New fields for source strings.
596 * breakpoint.c (this_utp, next_cmd): New globals.
597 (read_uploaded_action): New function.
598 (create_tracepoint_from_upload): Fill in more parts
599 of a tracepoint.
600 * tracepoint.c (encode_source_string): New function.
601 (trace_save): Write out source strings, fix error checks.
602 (parse_tracepoint_definition): Add source string parsing.
603 * remote.c (PACKET_TracepointSource): New packet type.
604 (remote_download_command_source): New function.
605 (remote_download_tracepoint): Download source pieces also.
606 (_initialize_remote): Add packet config command.
607
608 * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
609 expression handler.
610
611 * tracepoint.c (start_tracing): Check tracepoints before sending
612 commands to target, don't start if all tracepoints disabled.
613
614 2010-03-28 Pedro Alves <pedro@codesourcery.com>
615
616 * cli/cli-script.c (process_next_line): Handle 'stepping'.
617
618 2010-03-26 Stan Shebs <stan@codesourcery.com>
619
620 * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
621
622 2010-03-26 Tom Tromey <tromey@redhat.com>
623
624 * breakpoint.c (commands_command_1): Duplicate 'arg'.
625
626 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
627
628 * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
629 (skip_prologue_sal): Remove local definition.
630 (resolve_sal_pc): Remove now unnecessary code.
631 * linespec.c (minsym_found): Call skip_prologue_sal.
632 * symtab.c (find_function_start_pc): Remove.
633 (find_function_start_sal): Extract prologue skipping into ...
634 (skip_prologue_sal): ... this new function. Handle code both
635 with and without debug info. Respect SAL's explicit_pc and
636 explicit_line flags. Inline old find_function_start_pc.
637 * symtab.h (find_function_start_pc): Remove.
638 (skip_prologue_sal): Add prototype.
639
640 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
641
642 * dwarf2read.c (read_func_scope): Also scan specification DIEs
643 for DW_TAG_imported_module children.
644
645 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
646
647 * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
648 ignoring spurious DW_AT_name attributes for unnamed structs or unions.
649 * completer.c (add_struct_fields): Fix inverted logic.
650
651 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
652
653 * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
654
655 2010-03-26 Pedro Alves <pedro@codesourcery.com>
656
657 * tracepoint.c (current_trace_status): Don't make sure error_desc
658 is non-NULL here.
659 (parse_trace_status): Release a previous error_desc string, and
660 set it to NULL by default. If stop reason is tracepoint_error,
661 make sure error_desc is not left NULL.
662
663 2010-03-26 Pedro Alves <pedro@codesourcery.com>
664
665 * tracepoint.c (trace_save): Remove X from tracepoint error
666 description.
667
668 2010-03-26 Pedro Alves <pedro@codesourcery.com>
669
670 * tracepoint.c (parse_trace_status): Don't allow plain strings in
671 the terror description. Don't expect an X prefix.
672
673 2010-03-25 Stan Shebs <stan@codesourcery.com>
674
675 * tracepoint.h (trace_stop_reason): Add tracepoint_error.
676 (struct trace_status): New field error_desc.
677 * tracepoint.c (stop_reason_names): Add terror.
678 (current_trace_status): Ensure non-NULL error description.
679 (trace_status_command): Add error report.
680 (trace_status_mi): Ditto.
681 (trace_save): Add special case for error description.
682 (parse_trace_status): Add case for errors.
683
684 2010-03-25 Keith Seitz <keiths@redhat.com>
685
686 * dwarf2read.c (read_subroutine_type): If the compilation unit
687 language is Java, mark any formal parameter named "this" as
688 artificial (GCC/43521).
689 (dwarf2_name): Add special handling for Java constructors.
690
691 2010-03-25 Tom Tromey <tromey@redhat.com>
692
693 PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
694 * infrun.c (handle_inferior_event): Change initialization of
695 stop_stack_dummy.
696 (handle_inferior_event): Change assignment to stop_stack_dummy.
697 (normal_stop): Update use of stop_stack_dummy.
698 (struct inferior_status) <stop_stack_dummy>: Change type.
699 * inferior.h (stop_stack_dummy): Update.
700 * infcmd.c (stop_stack_dummy): Change type.
701 * infcall.c (cleanup_delete_std_terminate_breakpoint): New
702 function.
703 (call_function_by_hand): Call set_std_terminate_breakpoint.
704 Rewrite std::terminate handling.
705 * breakpoint.h (enum bptype) <bp_std_terminate,
706 bp_std_terminate_master>: New.
707 (enum stop_stack_kind): New.
708 (struct bpstat_what) <call_dummy>: Change type.
709 (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
710 Declare.
711 * breakpoint.c (create_std_terminate_master_breakpoint): New
712 function.
713 (update_breakpoints_after_exec): Handle bp_std_terminate_master.
714 Call create_std_terminate_master_breakpoint.
715 (print_it_typical): Handle new breakpoint kinds.
716 (bpstat_stop_status): Handle bp_std_terminate_master.
717 (bpstat_what): Correctly set call_dummy field. Handle
718 bp_std_terminate_master and bp_std_terminate.
719 (print_one_breakpoint_location): Update.
720 (allocate_bp_location): Update.
721 (set_std_terminate_breakpoint): New function.
722 (delete_std_terminate_breakpoint): Likewise.
723 (create_thread_event_breakpoint): Update.
724 (delete_command): Update.
725 (breakpoint_re_set_one): Update.
726 (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
727
728 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
729
730 * symfile.c (build_section_addr_info_from_bfd): New.
731 (build_section_addr_info_from_objfile): Base it on
732 build_section_addr_info_from_bfd.
733 (addrs_section_compar, addrs_section_sort): New.
734 (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
735 addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs. Build
736 addrs_to_abfd_addrs. Use it for recalculating ADDRS.
737
738 2010-03-24 Michael Snyder <msnyder@localhost.localdomain>
739
740 * elfread.c (find_separate_debug_file_by_buildid):
741 Remove unused local variable.
742
743 2010-03-24 Tom Tromey <tromey@redhat.com>
744
745 PR breakpoints/9352:
746 * NEWS: Mention changes to `commands' and `rbreak'.
747 * symtab.c (do_end_rbreak_breakpoints): New function.
748 (rbreak_command): Call start_rbreak_breakpoints; arrange to call
749 end_rbreak_breakpoints.
750 * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
751 (set_breakpoint_count): Likewise. Clear last_was_multi.
752 (multi_start, multi_end, last_was_multi): New globals.
753 (start_rbreak_breakpoints, end_rbreak_breakpoints): New
754 functions.
755 (struct commands_info): New
756 (do_map_commands_command): New function.
757 (commands_command_1): New function.
758 (commands_command): Use it.
759 (commands_from_control_command): Likewise.
760 (do_delete_breakpoint): New function.
761 (delete_command): Use it.
762 (map_breakpoint_numbers): Add 'data' argument. Pass to callback.
763 (do_map_disable_breakpoint): New function.
764 (disable_command): Use it.
765 (do_map_enable_breakpoint): New function.
766 (enable_command): Use it.
767 (enable_once_breakpoint): Add argument.
768 (enable_once_command): Update.
769 (enable_delete_breakpoint): Add argument.
770 (enable_delete_command): Update.
771 (break_command_really): Set last_was_multi when needed.
772 (check_tracepoint_command): Fix formatting.
773 (validate_commands_for_breakpoint): New function.
774 (breakpoint_set_commands): Use it.
775 (tracepoint_save_command): Update.
776 * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
777 Declare.
778
779 2010-03-24 Tom Tromey <tromey@redhat.com>
780
781 * breakpoint.h (struct counted_command_line): New struct.
782 (struct breakpoint) <commands>: Change type.
783 (struct bpstats) <commands>: Change type.
784 <commands_left>: New field.
785 * breakpoint.c (alloc_counted_command_line): New function.
786 (incref_counted_command_line): Likewise.
787 (decref_counted_command_line): Likewise.
788 (do_cleanup_counted_command_line): Likewise.
789 (make_cleanup_decref_counted_command_line): Likewise.
790 (breakpoint_set_commands): Use decref_counted_command_line and
791 alloc_counted_command_line.
792 (commands_command): Don't error if breakpoint commands are
793 executing.
794 (commands_from_control_command): Likewise.
795 (bpstat_free): Update.
796 (bpstat_copy): Likewise.
797 (bpstat_clear_actions): Likewise.
798 (bpstat_do_actions_1): Likewise.
799 (bpstat_stop_status): Likewise.
800 (print_one_breakpoint_location): Likewise.
801 (delete_breakpoint): Likewise.
802 (bpstat_alloc): Initialize new field.
803 (tracepoint_save_command): Update.
804 * tracepoint.c (encode_actions): Update.
805 (trace_dump_command): Update.
806
807 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
808
809 * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
810 * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
811 (read_structure_type): For RealView, set TYPE_STUB on structures with
812 no byte size and no children.
813 (read_subroutine_type): Mark functions as prototyped by default.
814 * symtab.c (producer_is_realview): New function.
815 * symtab.h (expand_line_sal): Fix declaration formatting.
816 (producer_is_realview): Declare.
817
818 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
819
820 * arm-tdep.c (skip_prologue_function): New function.
821 (submask, bit, bits, sbits, BranchDest): Move higher in the file.
822 (thumb_analyze_prologue): Document return value. Recognize more
823 Thumb instructions, skippable calls, and some Thumb-2 instructions.
824 Add debug output.
825 (arm_skip_prologue): Remove call dummy check. Check the prologue
826 for non-GNU compilers.
827 (arm_instruction_changes_pc): New function.
828 (arm_analyze_prologue): New function, broken out from
829 arm_scan_prologue. Recognize more ARM instructions and skippable
830 calls. Update comments. Handle NULL cache. Return the address
831 of the first unrecognized instruction. Do not skip past other
832 instructions which change control flow. Add debug output.
833 (arm_scan_prologue): Use arm_analyze_prologue.
834 (ARM_PC_32): Delete.
835 (shifted_reg_val): Simplify ARM_PC_32 check.
836
837 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
838
839 * tracepoint.c (tvariables_info_1): Actually compute
840 the number of rows in the result.
841
842 2010-03-24 Pedro Alves <pedro@codesourcery.com>
843
844 * remote.c (crc32): Constify `buf' parameter.
845 (remote_verify_memory): New, abstracted out from...
846 (compare_sections_command): ... this. Remove hardcoded target
847 checks.
848 (init_remote_ops): Install remote_verify_memory.
849 * target.c (target_verify_memory): New.
850 * target.h (struct target_ops) <to_verify_memory>: New field.
851 (target_verify_memory): Declare.
852
853 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
854
855 Implement -trace-save.
856
857 * mi-cmds.h (mi_cmds_trace_save): Declare.
858 * mi-cmds.c (mi_cmds): Register -trace-save.
859 * mi/mi-main.c (mi_cmd_trace_save): New.
860 * remote.c (remote_save_trace_data): Take const parameter.
861 * target.h (struct target_ops::to_save_trace_data): Take
862 const parameter.
863 * target.c (update_current_target): Adjust to the above.
864 * tracepoint.c (trave_save): New, extracted from
865 (trace_save_command): ...this.
866 (tfile_trace_find): Remove message that is unnecessary now
867 that 'tfind' reports found frame.
868 * tracepoint.h (trace_save): Declare.
869
870 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
871
872 Implement -trace-find.
873
874 * mi/mi-cmds.c (mi_cmds): Register -trace-find.
875 * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
876 * mi/mi-main.c (mi_cmd_trace_find): New.
877 * target.h (struct target_ops): Document to_trace_find.
878 * tracepoint.h (tfind_1): Declare.
879 * tracepoint.c (finish_tfind_command): Rename to...
880 (tfind_1): ...this.
881 * remote.c (remote_trace_find): Return -1 if target say
882 there's no frame. Improve error diagnostics.
883
884 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
885
886 -trace-define-variable and -trace-list-variables.
887
888 * tracepoint.c (create_trace_state_variable): Make
889 private copy of name, as opposed to assuming the
890 pointer lives forever.
891 (tvariables_info_1): New.
892 (tvariables_info): Use the above.
893 * tracepoint.h (create_trace_state_variable, tvariables_info_1):
894 Declare.
895 * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
896 and -trace-list-variables.
897 * mi/mi-cmds.h (mi_cmd_trace_define_variable)
898 (mi_cmd_trace_list_variables): New.
899 * mi/mi-main.c (mi_cmd_trace_define_variable)
900 (mi_cmd_trace_list_variables): New.
901
902 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
903
904 Implement -break-passcount.
905
906 * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
907 * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
908 * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
909
910 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
911
912 -trace-start/-trace-end/-trace-status.
913
914 * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
915 and -trace-stop.
916 * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
917 (mi_cmd_trace_stop): Declare.
918 * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
919 (mi_cmd_trace_stop): New.
920 * tracepoint.c (start_tracing): New, extracted from...
921 (trace_start_command): ...this.
922 (trace_status_mi): New.
923 * tracepoint.h (struct trace_status): Document
924 stopping_tracepoint.
925 (start_tracing, stop_tracing, trace_status_mi): Declare.
926
927 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
928
929 Implement creating tracepoints with -break-insert.
930
931 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
932 to mean that tracepoint should be created.
933
934 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
935
936 * breakpoint.c (check_no_tracepoint_commands): Use
937 current spelling of 'teval'.
938
939 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
940
941 Unify actions and commands
942
943 * defs.h (read_command_lines, read_command_lines_1): New
944 parameters validator and closure.
945 * tracepoint.h (struct action_line): Remove.
946 * breakpoint.h (struct breakpoint): Remove the 'actions'
947 field.
948 * defs.h (enum command_control_type): New value
949 while_stepping_control.
950 (struct command_line): Add comments.
951 * breakpoint.c (breakoint_is_tracepoint): New.
952 (breakpoint_set_commands): For tracepoints,
953 verify the commands are permissible.
954 (check_tracepoint_commands): New.
955 (commands_command): Require that each new line is validated using
956 check_tracepoint_command, if we set commands for a tracepoint.
957 (create_tracepoint_from_upload): Likewise.
958 (print_one_breakpoint_location): Remove the code to print
959 actions specifically.
960 (tracepoint_save_command): Relay to print_command_lines.
961 * cli/cli-script.c (process_next_line): New parameters validator
962 and closure. Handle 'while-stepping'. Call validator if not null.
963 (read_command_lines, read_command_lines1): Likewise.
964 (recurse_read_control_structure): New parameters validator and
965 closure. Handle while_stepping_control.
966 (print_command_lines): Handle while-stepping.
967 (get_command_line, define_command, document_command): Adjust.
968 * remote.c (remote_download_tracepoint): Adjust.
969 * tracepoint.c (make_cleanup_free_actions, read_actions)
970 (free_actions, do_free_actions_cleanup): Remove.
971 (trace_actions_command): Use read_command_lines.
972 (validate_actionline): Use error in one place.
973 (encode_actions_1): New, extracted from...
974 (encode_actions): ...this. Also use cleanups for exception
975 safety.
976 (trace_dump_command): Adjust.
977 * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
978 it's tracepoint.
979
980 2010-03-23 Mike Frysinger <vapier@gentoo.org>
981
982 * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
983
984 2010-03-22 Stan Shebs <stan@codesourcery.com>
985
986 * value.c (value_static_field): Be lazy about the field's value.
987
988 2010-03-22 Reid Kleckner <reid@kleckner.net>
989
990 PR gdb/11094
991 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
992 bp_jit_event.
993 (disable_breakpoints_in_shlibs): Likewise.
994
995 2010-03-22 Ulrich Weigand <uweigand@de.ibm.com>
996
997 * dwarf2read.c (partial_die_parent_scope): Work around buggy
998 GCC 4.1 debug info generation (GCC PR c++/28460).
999 (determine_prefix): Likewise.
1000
1001 2010-03-20 Daniel Jacobowitz <dan@codesourcery.com>
1002
1003 * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
1004 get_current_arch.
1005 * tui/tui-layout.c (extract_display_start_addr): Likewise.
1006
1007 2010-03-19 Stan Shebs <stan@codesourcery.com>
1008
1009 * ax-gdb.c (gen_fetch): Handle bool.
1010 (gen_usual_unary): Ditto.
1011 (gen_cast): Ditto.
1012 (gen_equal): New function.
1013 (gen_less): New function.
1014 (gen_expr_binop_rest): Call them, also return integer type from
1015 logical operations.
1016 (gen_expr): Ditto.
1017
1018 2010-03-19 Tom Tromey <tromey@redhat.com>
1019
1020 * jv-lang.c (jv_dynamics_objfile_data_key)
1021 (jv_type_objfile_data_key): New globals.
1022 (class_symtab): Move earlier.
1023 (jv_per_objfile_free): New function.
1024 (get_dynamics_objfile): Call set_objfile_data. Add 'gdbarch'
1025 parameter.
1026 Remove ancient #if 1.
1027 (add_class_symbol): Remove redundant declaration.
1028 (java_lookup_class): Use alloc_type, not alloc_type_arch.
1029 (java_link_class_type): Mark as static. Update.
1030 (jv_clear_object_type): New function.
1031 (set_java_object_type): Likewise.
1032 (get_java_object_type): Use set_java_object_type.
1033 (is_object_type): Likewise.
1034 (_initialize_java_language): Register new objfile keys.
1035 (get_java_class_symtab): Add 'gdbarch' parameter.
1036 (add_class_symtab_symbol): Update.
1037 (type_from_class): Update.
1038
1039 2010-03-19 Stan Shebs <stan@codesourcery.com>
1040
1041 * ax-general.c (ax_const_l): Fix a sizing bug.
1042
1043 2010-03-18 Joel Brobecker <brobecker@adacore.com>
1044
1045 GDB 7.1 released.
1046
1047 2010-03-18 Stan Shebs <stan@codesourcery.com>
1048 Pedro Alves <pedro@codesourcery.com>
1049
1050 * target.h (struct target_ops): New method
1051 to_set_circular_trace_buffer.
1052 (target_set_circular_trace_buffer): New macro.
1053 * target.c (update_current_target): Add
1054 to_set_circular_trace_buffer, fix to_set_disconnected_tracing
1055 default behavior.
1056 * remote.c (remote_set_circular_trace_buffer): New function.
1057 (init_remote_ops): Add it to vector.
1058 * tracepoint.h (struct trace_status): New field traceframes_created,
1059 change buffer_size and buffer_free to int.
1060 * tracepoint.c (circular_trace_buffer): New global.
1061 (start_tracing): Send values of disconnected tracing and circular
1062 trace buffer settings.
1063 (set_circular_trace_buffer): New function.
1064 (parse_trace_state): Handle total space and frames created.
1065 (trace_status_command): Display total space and total frames
1066 created.
1067 (trace_save): Write out new status values.
1068 (parse_trace_status): Set traceframe_count, traceframes_created,
1069 buffer_free and buffer_size to -1 by default.
1070 (_initialize_tracepoint): New setshow for circular-trace-buffer.
1071 * NEWS: Mention the circular trace buffer option.
1072
1073 2010-03-18 Tom Tromey <tromey@redhat.com>
1074
1075 * infcmd.c (finish_command_continuation): Wrap print_return_value
1076 in TRY_CATCH.
1077
1078 2010-03-18 Joel Brobecker <brobecker@adacore.com>
1079
1080 * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
1081 DIE has a name before creating the associated partial symbol.
1082 (read_func_scope): Emit a complaint if the subprogram does not
1083 have a name or when we can't extract the subprogram PC bounds.
1084
1085 2010-03-18 Ulrich Weigand <uweigand@de.ibm.com>
1086
1087 * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
1088 instead of selected frame architecture.
1089
1090 2010-03-18 Pedro Alves <pedro@codesourcery.com>
1091
1092 * infcmd.c (until_command): Use ERROR_NO_INFERIOR. Ensure there's
1093 a valid selected thread, and that it is not running.
1094 (advance_command): Ditto.
1095 (finish_command): Ditto.
1096
1097 2010-03-17 Stan Shebs <stan@codesourcery.com>
1098
1099 * ax-gdb.c (require_rvalue): Disallow non-scalars.
1100
1101 * infcall.c: Include tracepoint.h.
1102 (call_function_by_hand): Disallow calls in tfind mode.
1103 * infcmd.c: Include tracepoint.h.
1104 (ensure_not_tfind_mode): New function.
1105 (continue_1): Call it.
1106 (step_1) Ditto.
1107 (jump_command): Ditto.
1108 (signal_command): Ditto.
1109 (advance_command): Ditto.
1110 (until_command): Ditto.
1111 (finish_command): Ditto.
1112 * tracepoint.h (disconnect_or_stop_tracing): Declare.
1113
1114 * ax-gdb.h (struct axs_value): New field optimized_out.
1115 (gen_trace_for_var): Add gdbarch argument.
1116 * ax-gdb.c (gen_trace_static_fields): New function.
1117 (gen_traced_pop): Call it, add gdbarch argument.
1118 (gen_trace_for_expr): Update call to it.
1119 (gen_trace_for_var): Ditto, and report optimized-out variables.
1120 (gen_struct_ref_recursive): Check for optimized-out value.
1121 (gen_struct_elt_for_reference): Ditto.
1122 (gen_static_field): Pass gdbarch instead of expression, assume
1123 optimization if field not found.
1124 (gen_var_ref): Set the optimized_out flag.
1125 (gen_expr): Error on optimized-out variable.
1126 * tracepoint.c (collect_symbol): Handle struct-valued vars as
1127 expressions, skip optimized-out variables with computed locations.
1128 * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
1129 erroring out if location expression missing.
1130 (loclist_tracepoint_var_ref): Don't error out here.
1131
1132 2010-03-17 Tom Tromey <tromey@redhat.com>
1133
1134 * dwarf2read.c (dwarf2_get_section_info): Handle case where no
1135 DWARF data is available.
1136
1137 2010-03-17 Daniel Jacobowitz <dan@codesourcery.com>
1138
1139 * symfile.c (generic_load): Reset breakpoints after loading.
1140
1141 2010-03-17 Tom Tromey <tromey@redhat.com>
1142
1143 * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
1144
1145 2010-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1146
1147 * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
1148 create_breakpoint call, adjust the parameters.
1149
1150 2010-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1151 Chandru <chandru@in.ibm.com>
1152
1153 * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
1154 * valarith.c (value_subscripted_rvalue): Suppress error if
1155 TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
1156
1157 2010-03-16 Holger Hans Peter Freyther <zecke@selfish.org>
1158
1159 * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
1160
1161 2010-03-16 Joel Brobecker <brobecker@adacore.com>
1162
1163 * ada-tasks.c (task_command_1): Check that the task ptid is valid
1164 before doing the associated thread switch.
1165
1166 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
1167
1168 * MAINTAINERS: Update my email address.
1169
1170 2010-03-16 Vladimir Prus <vladimir@codesourcery.com>
1171
1172 Simplify MI breakpoint setting.
1173
1174 * breakpoint.c (break_command_really): Make nonstatic and
1175 rename to...
1176 (create_breakpoint): ...this. Rename prior function by this name
1177 to...
1178 (create_breakpoint_sal): ...this.
1179 (create_breakpoints): Rename to...
1180 (create_breakpoints_sal): ...this.
1181 (set_breakpoint): Remove.
1182 * breakpoint.h: Adjust to above changes.
1183 * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
1184
1185 2010-03-15 Stan Shebs <stan@codesourcery.com>
1186
1187 * ax-gdb.c: Include cp-support.h.
1188 (find_field): Remove.
1189 (gen_primitive_field): New function.
1190 (gen_struct_ref_recursive): New function.
1191 (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
1192 of find_field.
1193 (gen_static_field): New function.
1194 (gen_struct_elt_for_reference): New.
1195 (gen_namespace_elt): New.
1196 (gen_maybe_namespace_elt): New.
1197 (gen_aggregate_elt_ref): New.
1198 (gen_expr): Add OP_SCOPE, display opcode name in error message.
1199
1200 2010-03-15 Tom Tromey <tromey@redhat.com>
1201
1202 * dwarf2read.c (die_needs_namespace): Also return 0 for
1203 DW_TAG_subprogram.
1204
1205 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
1206
1207 PR c++/7936:
1208 * cp-support.h: Added char *declaration element to using_direct
1209 data struct.
1210 (cp_add_using): Added char *declaration argument.
1211 (cp_add_using_directive): Ditto.
1212 (cp_lookup_symbol_imports): made extern.
1213 * cp-namespace.c: Updated with the above changes.
1214 * dwarf2read.c (read_import_statement): Ditto.
1215 (read_namespace): Ditto.
1216 (read_import_statement): Support import declarations.
1217 * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
1218 declarations.
1219 Added support for 'declaration_only' search.
1220 (cp_lookup_symbol_namespace): Attempt to search for the name as
1221 is before consideration of imports.
1222 * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
1223 search at every block level search.
1224 Now takes language argument.
1225 (lookup_symbol_aux): Updated.
1226
1227 2010-03-15 Tom Tromey <tromey@redhat.com>
1228
1229 * c-exp.y (name_not_typename): Add 'operator' clause.
1230
1231 2010-03-15 Ralf Corsepius <ralf.corsepius@rtems.org> (tiny change)
1232
1233 * configure.ac: Exit if ${gdb_target_obs}" is not set.
1234 * configure: Regenerate.
1235
1236 2010-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1237
1238 * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
1239 and ".sdynbss". Update the comment.
1240
1241 2010-03-15 Jie Zhang <jie@codesourcery.com>
1242
1243 * MAINTAINERS: Update my email address.
1244
1245 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
1246
1247 * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
1248
1249 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
1250
1251 * charset.c [USE_WIN32API]: Include <windows.h>.
1252 (_initialize_charset): Correct type of w32_host_default_charset.
1253
1254 2010-03-14 Pedro Alves <pedro@codesourcery.com>
1255
1256 * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
1257
1258 2010-03-12 Tom Tromey <tromey@redhat.com>
1259
1260 PR c++/9708:
1261 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
1262 in a lexical block does not need a namespace.
1263 (new_symbol) <DW_TAG_variable>: Put extern variables on
1264 list_in_scope in all cases.
1265
1266 2010-03-12 Stan Shebs <stan@codesourcery.com>
1267
1268 * ax-gdb.c (gen_expr): Add shift expressions.
1269 (gen_expr_binop_rest): Ditto.
1270
1271 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
1272
1273 * buildsym.c (finish_block): Reset using_directives pointer
1274 after block initialization.
1275
1276 2010-03-12 H.J. Lu <hongjiu.lu@intel.com>
1277
1278 * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
1279 * i386-tdep.c (i386_word_names): Likewise.
1280
1281 2010-03-12 Pedro Alves <pedro@codesourcery.com>
1282
1283 * target.c (memory_xfer_partial): Don't use the stack cache if
1284 inspecting trace frames.
1285 * tracepoint.c (finish_tfind_command): Invalidate the target
1286 dcache.
1287
1288 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1289
1290 * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
1291 for the PIC displacement, print also the displacement value.
1292 (svr4_exec_displacement): Print DISPLACEMENT if INFO_VERBOSE.
1293
1294 2010-03-10 Kevin Buettner <kevinb@redhat.com>
1295
1296 * remote-mips.c (close_ports, mips_initialize_cleanups)
1297 (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
1298 (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
1299 (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
1300 (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
1301 (pmon_check_entry_address, pmon_check_total, pmon_end_download)
1302 (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
1303 comments describing each of these functions.
1304 (mips_enter_debug, mips_exit_debug, common_open)
1305 (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
1306 blank line after the comment describing the function.
1307
1308 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1309
1310 * solib-svr4.c (svr4_exec_displacement): Return now success, new
1311 parameter displacementp. Update comment.
1312 (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
1313 element exists. Return if svr4_exec_displacement was not successful.
1314 Update comment.
1315
1316 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1317 Daniel Jacobowitz <dan@codesourcery.com>
1318
1319 * solib-svr4.c (read_program_header): Support type == -1 to read
1320 all program headers.
1321 (read_program_headers_from_bfd): New function.
1322 (svr4_static_exec_displacement): Remove and move the comment ...
1323 (svr4_exec_displacement): ... here. Remove variable found. New
1324 variable displacement. Check also DYNAMIC. Verify DISPLACEMENT
1325 alignment for ELF targets. Compare target vs. exec_bfd PHDRs for ELF
1326 targets using read_program_headers_from_bfd. Remove the call of
1327 svr4_static_exec_displacement.
1328
1329 2010-03-10 Tom Tromey <tromey@redhat.com>
1330
1331 * dwarf2read.c (struct pubnames_header): Remove.
1332 (_PUBNAMES_HEADER): Remove.
1333 (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
1334 (struct aranges_header): Remove.
1335 (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
1336 (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
1337 (PUBNAMES_SECTION): Remove.
1338 (ARANGES_SECTION): Remove.
1339 (dwarf2_locate_sections): Don't handle pubnames or aranges.
1340 (dwarf2_build_psymtabs): Remove dead code.
1341 (dwarf2_build_psymtabs_easy): Remove.
1342
1343 2010-03-10 Tom Tromey <tromey@redhat.com>
1344
1345 * elfread.c (elf_symfile_read): Don't call
1346 dwarf2_build_frame_info.
1347 * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
1348 (struct dwarf2_per_objfile) <objfile>: New field.
1349 (dwarf2_has_info): Now idempotent. Set objfile field.
1350 (dwarf2_read_section): Check and set readin field. Call
1351 posix_madvise.
1352 (dwarf2_build_psymtabs): Don't read all sections.
1353 (read_type_comp_unit_head): Read types section.
1354 (create_debug_types_hash_table): Likewise.
1355 (init_cu_die_reader): Add asserts.
1356 (process_type_comp_unit): Add assert.
1357 (dwarf2_build_psymtabs_hard): Read info section.
1358 (load_partial_comp_unit): Add assert.
1359 (create_all_comp_units): Read info section.
1360 (load_full_comp_unit): Likewise.
1361 (dwarf2_ranges_read): Read ranges section.
1362 (dwarf2_record_block_ranges): Add assert.
1363 (dwarf2_read_abbrevs): Read abbrev section.
1364 (read_indirect_string): Read str section.
1365 (dwarf_decode_line_header): Read line section.
1366 (read_signatured_type_at_offset): Read types section.
1367 (dwarf_decode_macros): Read macinfo section.
1368 (dwarf2_symbol_mark_computed): Read loc section.
1369 * dwarf2-frame.c (dwarf2_frame_find_fde): Call
1370 dwarf2_build_frame_info.
1371 (dwarf2_build_frame_info): Unconditionally set
1372 dwarf2_frame_objfile_data on the objfile.
1373 * configure.ac: Check for posix_madvise.
1374 * config.in, configure: Rebuild.
1375
1376 2010-03-10 Tom Tromey <tromey@redhat.com>
1377
1378 * xcoffread.c (xcoff_start_psymtab): Update.
1379 (xcoff_end_psymtab): Update.
1380 * psymtab.c (allocate_psymtab): Remove dead code.
1381 * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
1382 void*.
1383 * mdebugread.c (parse_partial_symbols): Update.
1384 (new_psymtab): Likewise.
1385 * dwarf2read.c (process_psymtab_comp_unit): Update.
1386 (psymtab_to_symtab_1): Update.
1387 * dbxread.c (start_psymtab): Update.
1388 (end_psymtab): Likewise.
1389
1390 2010-03-10 Tom Tromey <tromey@redhat.com>
1391
1392 * xcoffread.c: Include psymtab.h.
1393 (xcoff_sym_fns): Update.
1394 * symtab.h (struct partial_symbol): Remove.
1395 (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
1396 (struct partial_symtab): Remove.
1397 (PSYMTAB_TO_SYMTAB): Remove.
1398 (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
1399 (find_pc_sect_psymtab): Remove.
1400 (find_pc_sect_symtab_via_partial): Declare.
1401 (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
1402 (find_main_psymtab): Remove.
1403 (find_main_filename): Declare.
1404 (fixup_psymbol_section): Remove.
1405 (fixup_section): Declare.
1406 * symtab.c: Include psymtab.h.
1407 (lookup_symtab): Use lookup_symtab method.
1408 (lookup_partial_symtab): Remove.
1409 (find_pc_sect_psymtab_closer): Remove.
1410 (find_pc_sect_psymtab): Remove.
1411 (find_pc_sect_symtab_via_partial): New function.
1412 (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
1413 (fixup_section): No longer static.
1414 (fixup_psymbol_section): Remove.
1415 (lookup_symbol_aux): Use lookup_symbol_aux_quick.
1416 (lookup_global_symbol_from_objfile): Likewise.
1417 (lookup_symbol_aux_psymtabs): Remove.
1418 (lookup_symbol_aux_quick): New function.
1419 (lookup_symbol_global): Use lookup_symbol_aux_quick.
1420 (lookup_partial_symbol): Remove.
1421 (basic_lookup_transparent_type_quick): New function.
1422 (basic_lookup_transparent_type): Use it.
1423 (find_main_psymtab): Remove.
1424 (find_main_filename): New function.
1425 (find_pc_sect_symtab): Use find_pc_sect_symtab method.
1426 (find_line_symtab): Use expand_symtabs_with_filename method.
1427 (output_partial_symbol_filename): New function.
1428 (sources_info): Use map_partial_symbol_filenames.
1429 (struct search_symbols_data): New type.
1430 (search_symbols_file_matches): New function.
1431 (search_symbols_name_matches): Likewise.
1432 (search_symbols): Use expand_symtabs_matching method.
1433 (struct add_name_data): Rename from add_macro_name_data.
1434 (add_macro_name): Update.
1435 (add_partial_symbol_name): New function.
1436 (default_make_symbol_completion_list): Use
1437 map_partial_symbol_names.
1438 (struct add_partial_symbol_name): New type.
1439 (maybe_add_partial_symtab_filename): New function.
1440 (make_source_files_completion_list): Use
1441 map_partial_symbol_filenames.
1442 (expand_line_sal): Use expand_symtabs_with_filename method.
1443 * symmisc.c: Include psymtab.h.
1444 (print_objfile_statistics): Use print_stats method.
1445 (dump_objfile): Use dump method.
1446 (dump_psymtab, maintenance_print_psymbols)
1447 (maintenance_info_psymtabs, maintenance_check_symtabs)
1448 (extend_psymbol_list): Remove.
1449 * symfile.h (struct quick_symbol_functions): New struct.
1450 (struct sym_fns) <qf>: New field.
1451 (sort_pst_symbols): Remove.
1452 (increment_reading_symtab): Declare.
1453 * symfile.c: Include psymtab.h.
1454 (compare_psymbols, sort_pst_symbols): Remove.
1455 (psymtab_to_symtab): Remove.
1456 (increment_reading_symtab): New function.
1457 (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
1458 method.
1459 (set_initial_language): Use find_main_filename.
1460 (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
1461 (free_named_symtabs): Remove unused code.
1462 (start_psymtab_common, add_psymbol_to_bcache)
1463 (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
1464 Remove.
1465 * stack.c: Include psymtab.h, symfile.h.
1466 (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
1467 * source.h (psymtab_to_fullname): Don't declare.
1468 * source.c: Include psymtab.h.
1469 (select_source_symtab): Use find_last_source_symtab method.
1470 (forget_cached_source_info): Use forget_cached_source_info
1471 method.
1472 (find_and_open_source): No longer static.
1473 (psymtab_to_fullname): Remove.
1474 * somread.c: Include psymtab.h.
1475 (som_sym_fns): Update.
1476 * psympriv.h: New file.
1477 * psymtab.h: New file.
1478 * psymtab.c: New file.
1479 * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
1480 (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
1481 * objfiles.c: Include psymtab.h.
1482 (objfile_relocate1): Use relocate method.
1483 (objfile_has_partial_symbols): Use has_symbols method.
1484 * mipsread.c: Include psymtab.h.
1485 (ecoff_sym_fns): Update.
1486 * mi/mi-cmd-file.c: Include psymtab.h.
1487 (print_partial_file_name): New function.
1488 (mi_cmd_file_list_exec_source_files): Use
1489 map_partial_symbol_filenames.
1490 * mdebugread.c: Include psympriv.h.
1491 * machoread.c: Include psympriv.h.
1492 (macho_sym_fns): Update.
1493 * m2-exp.y (yylex): Use lookup_symtab.
1494 * elfread.c: Include psympriv.h.
1495 (elf_sym_fns): Update.
1496 * dwarf2read.c: Include psympriv.h.
1497 * dbxread.c: Include psympriv.h.
1498 (aout_sym_fns): Update.
1499 * cp-support.c: Include psymtab.h.
1500 (read_in_psymtabs): Remove.
1501 (make_symbol_overload_list_qualified): Use
1502 expand_symtabs_for_function method.
1503 * coffread.c: Include psympriv.h.
1504 (coff_sym_fns): Update.
1505 * blockframe.c: Include psymtab.h.
1506 (find_pc_partial_function): Use find_pc_sect_symtab method.
1507 * ada-lang.h (ada_update_initial_language): Update.
1508 * ada-lang.c: Include psymtab.h.
1509 (ada_update_initial_language): Remove 'main_pst' argument.
1510 (ada_lookup_partial_symbol): Remove.
1511 (struct ada_psym_data): New type.
1512 (ada_add_psyms): New function.
1513 (ada_add_non_local_symbols): Use map_ada_symtabs method.
1514 (struct add_partial_datum): New type.
1515 (ada_add_partial_symbol_completions): New function.
1516 (ada_make_symbol_completion_list): Use map_partial_symbol_names.
1517 (ada_exception_support_info_sniffer): Update.
1518 * Makefile.in (SFILES): Add psymtab.c.
1519 (COMMON_OBS): Add psymtab.o.
1520 (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
1521
1522 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
1523
1524 * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
1525
1526 2010-03-10 Sami Wagiaalla <swagiaal@redhat.com>
1527
1528 PR C++/11236:
1529 * cp-namespace.c (cp_add_using): Deleted.
1530 (cp_add_using_directive): Use obstack allocations.
1531 Merged the function cp_add_using into this one.
1532 Added 'struct obstack *' argument.
1533 (cp_scan_for_anonymous_namespaces): Updated.
1534 * cp-support.h: Updated.
1535 * dwarf2read.c (read_import_statement): Updated.
1536 (read_namespace): Updated.
1537
1538 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
1539
1540 * windows-nat.c (cygwin_conv_path): Remove old macro.
1541
1542 2010-03-10 Pedro Alves <pedro@codesourcery.com>
1543
1544 * breakpoint.c (condition_command): Handle watchpoint conditions.
1545 (is_hardware_watchpoint): Add comment.
1546 (is_watchpoint): New.
1547 (update_watchpoint): Don't reparse the watchpoint's condition
1548 unless necessary.
1549 (WP_IGNORE): New.
1550 (watchpoint_check): Use it.
1551 (bpstat_check_watchpoint): Handle it.
1552 (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
1553 conditions in a frame where it makes sense.
1554 (watch_command_1): Store the innermost block of the condition
1555 expression.
1556 (delete_breakpoint): Delete the watchpoint condition expression.
1557 * breakpoint.h (struct bp_location) <cond>: Update comment.
1558 (struct breakpoint): New field `cond_exp_valid_block'.
1559
1560 2010-03-09 Joel Brobecker <brobecker@adacore.com>
1561
1562 Adjust handling of Ada DIEs after dwarf2_physname patch.
1563 * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
1564
1565 2010-03-09 Christopher Faylor <me+cygwin@cgf.cx>
1566 Pierre Muller <muller@ics.u-strasbg.fr>
1567
1568 * windows-nat.c (cygwin_conv_path): Redefine to properly convert
1569 from/to posix/win32.
1570 (windows_make_so): Use non-Cygwin 1.7 specific function.
1571 (windows_create_inferior): Make sure that cygallargs points to
1572 original args in non Cygwin 1.7. case.
1573
1574 2010-03-09 Michael Snyder <msnyder@vmware.com>
1575
1576 * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
1577 after target_read_memory to get host byte order.
1578 (i386_process_record): Ditto.
1579
1580 2010-03-09 Keith Seitz <keiths@redhat.com>
1581
1582 Based on work from Daniel Jacobowitz <dan@codesourcery.com>
1583 * c-typeprint.c (cp_type_print_method_args): For non-static methods,
1584 print out const or volatile qualifiers, too.
1585 (c_type_print_args): Add parameters show_artificial and language.
1586 Skip artificial parameters when requested.
1587 Use the appropriate language printer.
1588 (c_type_print_varspec): Tell c_type_print_args to skip artificial
1589 parameters and pass language_c.
1590 * dwarf2read.c (die_list): New file global.
1591 (struct partial_die_info): Update comments for name field.
1592 (pdi_needs_namespace): Renamed to ...
1593 (die_needs_namespace): ... this. Rewrite.
1594 (dwarf2_linkage_name): Remove.
1595 (add_partial_symbol): Do not predicate the call to
1596 partial_die_full_name based on pdi_needs_namespace.
1597 Remove call to cp_check_possible_namespace_symbols and associated
1598 outdated comments.
1599 (guess_structure_name): Do not inspect child subprogram DIEs.
1600 (dwarf2_fullname): Update comments.
1601 Use die_needs_namespace to assist in computing the name.
1602 (read_func_scope): Use dwarf2_name to get the DIE's name.
1603 Use dwarf2_physname to get the "linkage name" of the DIE.
1604 (dwarf2_add_member_field): Use dwarf2_physname instead of
1605 dwarf2_linkage_name.
1606 (read_structure_type): For structs and classes, set TYPE_NAME, too.
1607 (determine_class): Remove.
1608 (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
1609 except Ada.
1610 (new_symbol): Unconditionally call dwarf2_name.
1611 Compute the "linkage name" using dwarf2_physname.
1612 Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
1613 When determining to scan for anonymous C++ namespaces, ignore
1614 the linkage name.
1615 (dwarf2_physname): New function.
1616 (dwarf2_full_name): Move content to new function and call
1617 that.
1618 (dwarf2_compute_name): "New" function.
1619 (_initialize_dwarf2_read): Initialize die_list.
1620 * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
1621 physname.
1622 (gnu_v3_print_method_ptr): Use the physname for virtual methods
1623 without a demangled name.
1624 Print out type information for non-virtual methods.
1625 * linespec.c (decode_line_1): Force ANY string using "::" (or
1626 "." for java) to use decode_compound, and clean up any stray quoting.
1627 If we found a file symtab, re-evaluate whether the remainder is_quoted.
1628 (decode_compound): Stop consuming at an open parenthesis.
1629 Keep template parameters.
1630 Keep any overload information.
1631 Keep keywords like "const".
1632 Remove paren_pointer.
1633 Move is_quoted check from set_flags to here.
1634 Remove #if 0 code from 2000. Ten years is long enough.
1635 (find_method): Before comparing symbol names, canonicalize the string
1636 from the user.
1637 If a specific overload is requested, find it. Otherwise throw an error.
1638 (find_method_overload_end): New function.
1639 (set_flags): Remove.
1640 (decode_compound): Assume that parentheses are matched.
1641 It's a lot easier.
1642 * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
1643 to cplus_demangle.
1644 * linespec.c (decode_line_1): Keep important keywords like
1645 "const" and "volatile".
1646 * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
1647 * typeprint.h (c_type_print_args): Add declaration.
1648 * ui-file.c (do_ui_file_obsavestring): New function.
1649 (ui_file_obsavestring): New function.
1650 * ui-file.h (ui_file_obsavestring): Add declaration.
1651 * valops.c (find_overload_match): Resolve the object to
1652 a non-pointer type.
1653 If the object is a data member, search the object for the member
1654 and return with staticp set.
1655 Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
1656 Do not attempt to extract a function name from non-function types.
1657 If the extracted function name and the original name are the same,
1658 we don't have a C++ method.
1659
1660 From Jan Kratochvil <jan.kratochvil@redhat.com>:
1661 * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
1662
1663 * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
1664 and arguments from symbol lookups.
1665 * ax-gdb.c (gen_expr): Likewise.
1666 * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
1667 cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
1668 lookup_possible_namespace_symbol): Likewise.
1669 * cp-support.c (read_in_psymtabs): Likewise.
1670 * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
1671 * language.h (la_lookup_symbol_nonlocal): Likewise.
1672 * scm-valprint.c (scm_inferior_print): Likewise.
1673 * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
1674 * solib-svr.c (elf_lookup_lib): Likewise.
1675 * solib.c (show_auto_solib_add): Likewise.
1676 * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
1677 * symmisc.c (maintenance_check_symtabs): Likewise.
1678 * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
1679 lookup_symbol_aux_local, lookup_symbol_aux_block,
1680 lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
1681 lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
1682 lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
1683 basic_lookup_transparent_type, find_main_psymtab,
1684 lookup_block_symbol): Likewise.
1685 * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
1686 lookup_symbol_global, lookup_symbol_aux_block,
1687 lookup_symbol_partial_symbol, lookup_block_symbol,
1688 lookup_global_symbol, value_maybe_namespace_elt): Likewise.
1689
1690 2010-03-09 Pierre Muller <muller@ics.u-strasbg.fr>
1691
1692 * python/python-internal.h: Include symtab.h.
1693
1694 2010-03-09 Joel Brobecker <brobecker@adacore.com>
1695 Pierre Muller <muller@ics.u-strasbg.fr>
1696
1697 * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
1698 * p-valprint.c (pascal_val_print): Remove undeed block and fix
1699 indentation.
1700
1701 2010-03-08 Tom Tromey <tromey@redhat.com>
1702
1703 * breakpoint.c (breakpoint_1): Add "QUIT".
1704
1705 2010-03-08 Daniel Jacobowitz <dan@codesourcery.com>
1706 Pedro Alves <pedro@codesourcery.com>
1707
1708 * solib.c (solib_find): Replace extension if
1709 solib_symbols_extension is set in the target gdbarch.
1710 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
1711 solib_symbols_extension to "sym".
1712 * gdbarch.sh (solib_symbols_extension): New variable.
1713 (pstring): New function.
1714 * gdbarch.h, gdbarch.c: Regenerate.
1715
1716 2010-03-08 Tom Tromey <tromey@redhat.com>
1717
1718 PR cli/9591:
1719 * NEWS: Update.
1720 * utils.c: Include main.h.
1721 (fputs_maybe_filtered): Don't paginate if `batch_flag'.
1722 (defaulted_query): Use default answer if `batch_flag'.
1723 * main.h (batch_flag): Declare.
1724 * main.c (batch_flag): New global.
1725 (captured_main): Remove 'batch'. Update.
1726
1727 2010-03-08 Kevin Buettner <kevinb@redhat.com>
1728
1729 From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
1730 and Kevin Buettner:
1731
1732 * remote-mips.c (rockhopper_ops): New target_ops struct.
1733 (MON_ROCKHOPPER): New mips_monitor_type.
1734 (read_hex_value): New function.
1735 (mips_request): Send 8-byte values with a 'T' packet. Read the
1736 packet argument as a string and use read_hex_value to parse it.
1737 (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
1738 (rockhopper_open): New function.
1739 (mips_wait): Read the PC, FP and SP fields as strings. Use
1740 read_hex_value to parse them and mips_set_register to commit them.
1741 (mips_set_register): New function.
1742 (mips_fetch_registers): Do not cast register value to "unsigned"
1743 when reading a MON_ROCKHOPPER 't' packet. Use mips_set_register.
1744 (mips_store_registers): Use a 'T' packet to set registers when
1745 using MON_ROCKHOPPER.
1746 (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
1747 and expect the total to be printed before the entry address.
1748 (_initialize_remote_mips): Initialize and add rockhopper_ops.
1749
1750 2010-03-08 Kevin Buettner <kevinb@redhat.com>
1751
1752 * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
1753 Change return value to int. Store value fetched in location
1754 addressed by `val'. Use function's return value as success
1755 or failure indicator. Adjust all callers.
1756
1757 2010-03-08 Pierre Muller <muller@ics.u-strasbg.fr>
1758
1759 * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
1760
1761 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1762 Hui Zhu <teawater@gmail.com>
1763
1764 * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
1765 tmp_to_stopped_data_address.
1766 (record_open): Reset tmp_to_stopped_by_watchpoint and
1767 tmp_to_stopped_data_address.
1768 * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
1769 to_stopped_data_address.
1770
1771 2010-03-08 Hui Zhu <teawater@gmail.com>
1772
1773 * i386-tdep.c (i386_process_record): Initialize regnum.
1774
1775 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1776
1777 * symfile.c (addr_info_make_relative): New variable sect_name, use it.
1778 Do not warn on ".gnu.liblist" and ".gnu.conflict".
1779
1780 2010-03-08 Joel Brobecker <brobecker@adacore.com>
1781
1782 Memory error when reading wrong core file.
1783 * solib-svr4.c (solib_svr4_r_map): catch and print all exception
1784 errors while reading the inferior memory, and return zero if
1785 an exception was raised.
1786
1787 2010-03-07 Michael Snyder <msnyder@vmware.com>
1788
1789 * record.c (record_restore): Rename tmpu8 to rectype.
1790
1791 * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
1792 tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
1793
1794 (i386_record_push): Rename local tmpulongest to addr.
1795
1796 (i386_process_record): Rename local tmpulongest to addr.
1797
1798 Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
1799 addr64.
1800
1801 Rename local variable tmpu8 to opcode8 and regnum.
1802
1803 2010-03-07 Joel Brobecker <brobecker@adacore.com>
1804
1805 * remote.c (remote_get_ada_task_ptid): New function.
1806 (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
1807
1808 2010-03-06 Christopher Faylor <me+cygwin@cgf.cx>
1809
1810 * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
1811 block. Define helper macros to reduce ifdefs in code.
1812 (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
1813 size. Call unadorned GetModuleFileNameEx rather than
1814 GetModuleFileNameEx*.
1815 (windows_make_so): Use __PMAX to denote maximum buffer size and
1816 cygwin_buf_t for buffer type. Use GetSystemDirectory{W,A} as
1817 appropriate.
1818 (get_image_name): Use __PMAX to denote maximum buffer size.
1819 (handle_load_dll): Likewise.
1820 (windows_pid_to_exec_file): Likewise.
1821 (windows_create_inferior): Add many accommodations for older Cygwin and
1822 non-Cygwin.
1823 (bad_GetModuleFileNameExW): Control inclusion of this function based on
1824 __USEWIDE conditional.
1825 (bad_GetModuleFileNameExA): Likewise.
1826 (_initialize_loadable): Just use real function names without the dyn_
1827 part since they are defined earlier.
1828
1829 2010-03-05 Corinna Vinschen <vinschen@redhat.com>
1830 Tom Tromey <tromey@redhat.com>
1831
1832 * utils.c (host_char_to_target): Add 'gdbarch' argument.
1833 (parse_escape): Likewise.
1834 * python/py-utils.c (unicode_to_target_string): Update.
1835 (unicode_to_target_python_string): Update.
1836 (target_string_to_unicode): Update.
1837 * printcmd.c (printf_command): Update.
1838 * p-exp.y (yylex): Update.
1839 * objc-exp.y (yylex): Update.
1840 * mi/mi-parse.c: Include charset.h.
1841 (mi_parse_escape): New function.
1842 (mi_parse_argv): Use it.
1843 * jv-exp.y (yylex): Update.
1844 * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
1845 function.
1846 (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
1847 * gdbarch.sh (auto_charset, auto_wide_charset): New.
1848 * gdbarch.c: Rebuild.
1849 * gdbarch.h: Rebuild.
1850 * defs.h (parse_escape): Update.
1851 * cli/cli-setshow.c: Include arch-utils.h.
1852 (do_setshow_command): Update.
1853 * cli/cli-cmds.c (echo_command): Update.
1854 * charset.h (target_charset, target_wide_charset): Update.
1855 * charset.c: Include arch-utils.h.
1856 (target_charset_name): Default to "auto".
1857 (target_wide_charset_name): Likewise.
1858 (show_target_charset_name): Handle "auto".
1859 (show_target_wide_charset_name): Likewise.
1860 (be_le_arch): New global.
1861 (set_be_le_names): Add 'gdbarch' argument.
1862 (validate): Likewise. Don't call set_be_le_names.
1863 (set_charset_sfunc, set_host_charset_sfunc)
1864 (set_target_charset_sfunc, set_target_wide_charset_sfunc):
1865 Update.
1866 (target_charset): Add 'gdbarch' argument.
1867 (target_wide_charset): Likewise. Remove 'byte_order' argument.
1868 (auto_target_charset_name): New global.
1869 (default_auto_charset, default_auto_wide_charset): New functions.
1870 (_initialize_charset): Set auto_target_charset_name. Allow "auto"
1871 for target charsets. Copy result of nl_langinfo. Use GetACP if
1872 USE_WIN32API.
1873 * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
1874 remove 'byte_order' argument. Update.
1875 (classify_type): Likewise.
1876 (c_emit_char): Update.
1877 (c_printchar): Update.
1878 (c_printstr): Update.
1879 (c_get_string): Update.
1880 (evaluate_subexp_c): Update.
1881 * arch-utils.h (default_auto_charset, default_auto_wide_charset):
1882 Declare.
1883 * python/python.c (gdbpy_target_charset): New function.
1884 (gdbpy_target_wide_charset): Likewise.
1885 (GdbMethods): Update.
1886 * NEWS: Update.
1887
1888 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
1889
1890 * symfile.c (build_section_addr_info_from_objfile): Do not mask
1891 off high address bits.
1892
1893 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
1894
1895 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
1896 address as UnsignedLongLong, not LongLong.
1897
1898 2010-03-05 Kevin Buettner <kevinb@redhat.com>
1899 Pedro Alves <pedro@codesourcery.com>
1900
1901 * remote-mips.c (gdbthread.h): Include.
1902 (remote_mips_ptid): Declare.
1903 (mips_error): Only mourn the inferior when inferior_ptid is non-null.
1904 (common_open): Set inferior_ptid, add it as an inferior, and
1905 as a thread too. Delete FIXME comment regarding start_remote().
1906 (mips_close): Invoke generic_mourn_inferior().
1907 (mips_kill): Make sure that target_mourn_inferior is invoked.
1908 (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
1909 it's now invoked from mips_close().
1910 (mips_load): Don't null out inferior_ptid. Don't call
1911 clear_symtab_users().
1912 (mips_thread_alive, mips_pid_to_str): New functions.
1913 (_initialize_remote_mips): Initialize remote_mips_ptid. Initialize
1914 to_thread_alive and to_pid_to_str operations.
1915
1916 2010-03-04 Tom Tromey <tromey@redhat.com>
1917
1918 * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
1919 in DWARF 3 and later.
1920 (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
1921
1922 2010-03-04 Keith Seitz <keiths@redhat.com>
1923
1924 * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
1925 If the filename portion of the linespec was quoted, recheck the
1926 remainder for additional quoting.
1927 (locate_first_half): Skip over completer chars, too.
1928
1929 2010-03-04 Tom Tromey <tromey@redhat.com>
1930
1931 * printcmd.c (printf_command): Pass dummy argument to
1932 printf_filtered.
1933
1934 2010-03-04 Doug Evans <dje@google.com>
1935
1936 * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
1937 unwound_fp.
1938
1939 * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
1940
1941 2010-03-04 Pedro Alves <pedro@codesourcery.com>
1942
1943 * breakpoint.c (update_watchpoint): Create a sentinel location if
1944 the software watchpoint isn't watching any memory.
1945 (breakpoint_address_bits): Skip dummy software watchpoint locations.
1946
1947 2010-03-04 Pedro Alves <pedro@codesourcery.com>
1948
1949 * utils.c (fputs_maybe_filtered): Check if there's already a top
1950 level interpreter before dereferencing it. If there isn't one,
1951 don't paginate either.
1952
1953 2010-03-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1954
1955 * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
1956 the state right when single stepping.
1957 (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
1958 Get the next PC along with the instruction state.
1959 (thumb_get_next_pc): Remove.
1960 (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
1961
1962 2010-03-04 Hui Zhu <teawater@gmail.com>
1963
1964 * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
1965
1966 2010-03-03 Pedro Alves <pedro@codesourcery.com>
1967
1968 * utils.c (fputs_maybe_filtered): Always disable pagination if the
1969 top level interpreter is MI.
1970
1971 2010-03-03 Stan Shebs <stan@codesourcery.com>
1972
1973 * remote.c (remote_download_tracepoint): Iterate over locations.
1974 * tracepoint.c (validate_actionline): Ditto.
1975 (encode_actions): Add location argument.
1976 (trace_dump_command): Check all locations to see if stepping
1977 frame.
1978
1979 2010-03-03 H.J. Lu <hongjiu.lu@intel.com>
1980 Eli Zaretskii <eliz@gnu.org>
1981
1982 * NEWS: Add X86 general purpose registers section.
1983
1984 2010-03-03 Tom Tromey <tromey@redhat.com>
1985
1986 PR mi/11098:
1987 * varobj.c (install_new_value): Handle case where new print_value
1988 is NULL.
1989
1990 2010-03-03 Dainis Jonitis <jonitis@gmail.com>
1991
1992 PR gdb/11345:
1993 * printcmd.c (printf_command): Print end of format string using
1994 printf_filtered.
1995
1996 2010-03-02 Tom Tromey <tromey@redhat.com>
1997
1998 * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
1999 * defs.h (read_command_lines_1): Add missing 'void'.
2000 * cli/cli-script.c (recurse_read_control_structure): Add missing
2001 'void'.
2002 (read_next_line): Likewise.
2003 (read_command_lines_1): Likewise.
2004
2005 2010-03-02 Ulrich Weigand <uweigand@de.ibm.com>
2006
2007 * spu-tdep.c (spu_analyze_prologue): Track instruction to
2008 store backchain as part of prologue.
2009
2010 2010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
2011
2012 * progspace.c (update_address_spaces): Update inferior address spaces
2013 also.
2014
2015 2010-03-02 Doug Evans <dje@google.com>
2016
2017 * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
2018 lowpc,highpc args to addrmap_set_empty.
2019
2020 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
2021
2022 * amd64-tdep.c (amd64_byte_names): New.
2023 (amd64_word_names): Likewise.
2024 (amd64_dword_names): Likewise.
2025 (amd64_pseudo_register_name): Likewise.
2026 (amd64_pseudo_register_read): Likewise.
2027 (amd64_pseudo_register_write): Likewise.
2028 (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
2029 and num_mmx_regs. Call set_gdbarch_pseudo_register_read,
2030 set_gdbarch_pseudo_register_write and
2031 set_tdesc_pseudo_register_name. Don't call
2032 set_gdbarch_num_pseudo_regs. Don't set mm0_regnum.
2033
2034 * i386-tdep.c (i386_num_mmx_regs): Removed.
2035 (i386_num_pseudo_regs): Likewise.
2036 (i386_byte_names): New.
2037 (i386_word_names): Likewise.
2038 (i386_byte_regnum_p): Likewise.
2039 (i386_word_regnum_p): Likewise.
2040 (i386_mmx_regnum_p): Updated.
2041 (i386_pseudo_register_name): Make it global. Handle byte and
2042 word pseudo-registers.
2043 (i386_pseudo_register_read): Likewise.
2044 (i386_pseudo_register_write): Likewise.
2045 (i386_pseudo_register_type): Handle byte, word and dword
2046 pseudo-registers
2047 (i386_register_reggroup_p): Don't include pseudo
2048 registers, except for MXX, in any register groups. Don't
2049 include pseudo byte, word, dword registers in general_reggroup.
2050 (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
2051 num_dword_regs, al_regnum, ax_regnum and eax_regnum. Put MMX
2052 pseudo-registers after word pseudo-registers. Call
2053 set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
2054
2055 * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
2056 al_regnum, num_word_regs, ax_regnum, num_dword_regs and
2057 eax_regnum.
2058 (i386_byte_regnum_p): New.
2059 (i386_word_regnum_p): Likewise.
2060 (i386_dword_regnum_p): Likewise.
2061 (i386_pseudo_register_name): Likewise.
2062 (i386_pseudo_register_read): Likewise.
2063 (i386_pseudo_register_write): Likewise.
2064
2065 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
2066
2067 * target-descriptions.c (tdesc_type): Remove
2068 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
2069 (tdesc_predefined_types): Likewise.
2070 (tdesc_gdb_type): Likewise. Pass NULL to append_flags_type_flag
2071 if flag name is empty.
2072 (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
2073
2074 * features/i386/32bit-core.xml: Define i386_eflags.
2075 * features/i386/64bit-core.xml: Likewise.
2076
2077 * features/i386/32bit-sse.xml: Define i386_mxcsr.
2078 * features/i386/64bit-sse.xml: Likewise.
2079
2080 * features/i386/amd64-linux.c: Regenerated.
2081 * features/i386/amd64.c: Likewise.
2082 * features/i386/i386-linux.c: Likewise.
2083 * features/i386/i386.c: Likewise.
2084
2085 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
2086
2087 * gdbtypes.c (append_composite_type_field_raw): New.
2088 (append_composite_type_field_aligned): Use the new function.
2089 * gdbtypes.h (append_composite_type_field_raw): Declare.
2090 * target-descriptions.c (struct tdesc_type_field): Add start and end.
2091 (struct tdesc_type_flag): New type.
2092 (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
2093 kind. Add size to u.u. Add u.f for flags.
2094 (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
2095 (tdesc_free_type): Likewise.
2096 (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
2097 (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
2098 (tdesc_add_bitfield, tdesc_add_flag): New.
2099 * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
2100 (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
2101 * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
2102 current_type. Add current_type_size and current_type_is_flags.
2103 (tdesc_start_union): Clear the new fields.
2104 (tdesc_start_struct, tdesc_start_flags): New.
2105 (tdesc_start_field): Handle struct fields, including bitfields.
2106 (field_attributes): Make type optional. Add start and end.
2107 (union_children): Rename to struct_union_children.
2108 (union_attributes): Rename to struct_union_attributes. Add optional
2109 size.
2110 (flags_attributes): New.
2111 (feature_children): Add struct and flags.
2112 * features/gdb-target.dtd: Add flags and struct to features.
2113 Make field type optional. Add field start and end.
2114
2115 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
2116
2117 * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
2118 (amd64_linux_read_description): Likewise.
2119 (_initialize_amd64_linux_nat): Set to_read_description to
2120 amd64_linux_read_description.
2121
2122 * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
2123 (amd64_linux_register_name): Removed.
2124 (amd64_linux_register_type): Likewise.
2125 (amd64_linux_core_read_description): New.
2126 (amd64_linux_init_abi): Set target description to
2127 tdesc_amd64_linux if needed. Support orig_rax in target
2128 description. Don't call set_gdbarch_register_name nor
2129 set_gdbarch_register_type. Call
2130 set_gdbarch_core_read_description.
2131 (_initialize_amd64_linux_tdep): Call
2132 initialize_tdesc_amd64_linux.
2133
2134 * amd64-linux-tdep.h (tdesc_amd64_linux): New.
2135
2136 * amd64-tdep.c: Include "features/i386/amd64.c".
2137 (amd64_register_names): Removed.
2138 (amd64_register_name): Likewise.
2139 (amd64_register_type): Likewise.
2140 (amd64_init_abi): Set num_core_regs and register_names. Set
2141 target description to tdesc_amd64 if needed. Don't call
2142 set_gdbarch_register_name nor set_gdbarch_register_type.
2143 (_initialize_amd64_tdep): New.
2144
2145 * i386-linux-nat.c (i386_linux_read_description): New.
2146 (_initialize_i386_linux_nat): Set to_read_description to
2147 i386_linux_read_description.
2148
2149 * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
2150 (i386_linux_register_name): Removed.
2151 (i386_linux_core_read_description): New.
2152 (i386_linux_read_description): Likewise.
2153 (i386_linux_init_abi): Don't call set_gdbarch_register_name.
2154 Set target description to tdesc_i386_linux if needed. Support
2155 orig_eax. Set register_reggroup_p. Call
2156 set_gdbarch_core_read_description.
2157 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
2158
2159 * i386-linux-tdep.h (tdesc_i386_linux): New.
2160
2161 * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
2162 with I387_NUM_REGS.
2163
2164 * i386-tdep.c: Include "features/i386/i386.c".
2165 (i386_register_names): Make it const.
2166 (i386_mmx_names): Likewise.
2167 (i386_num_register_names): Removed.
2168 (i386_register_name): Likewise.
2169 (i386_eflags_type): Likewise.
2170 (i386_mxcsr_type): Likewise.
2171 (i386_sse_type): Likewise.
2172 (i386_register_type): Likewise.
2173 (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
2174 (i386_pseudo_register_name): New.
2175 (i386_pseudo_register_type): Likewise.
2176 (i386_mmx_type): Make it static.
2177 (i386_gdbarch_init): Check arch. Replace I386_NUM_FREGS with
2178 I387_NUM_REGS. Set num_core_regs and register_names. Don't
2179 call set_gdbarch_register_name nor set_gdbarch_register_type.
2180 Set register_reggroup_p. Set target description to tdesc_i386
2181 if needed. Call set_tdesc_pseudo_register_type,
2182 set_tdesc_pseudo_register_name and tdesc_use_registers.
2183 (_initialize_i386_tdep): Call initialize_tdesc_i386.
2184 initialize_tdesc_x86_64.
2185
2186 * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
2187 i386_mxcsr_type and i386_sse_type. Add num_core_regs,
2188 register_names, tdesc and register_reggroup_p.
2189 (I386_NUM_FREGS): Removed.
2190 (i386_eflags_type): Likewise.
2191 (i386_mxcsr_type): Likewise.
2192 (i386_mmx_type): Likewise.
2193 (i386_sse_type): Likewise.
2194 (i386_register_name): Likewise.
2195 (i386_regnum): Add I386_MXCSR_REGNUM.
2196 (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
2197
2198 * i387-tdep.h (I387_NUM_REGS): New.
2199
2200 * regformats/i386/i386-linux.dat: Generated.
2201 * regformats/i386/i386.dat: Likewise.
2202 * regformats/i386/amd64-linux.dat: Likewise.
2203 * regformats/i386/amd64.dat: Likewise.
2204
2205 * regformats/reg-i386-linux.dat: Removed.
2206 * regformats/reg-i386.dat: Likewise.
2207 * regformats/reg-x86-64-linux.dat: Likewise.
2208 * regformats/reg-x86-64.dat: Likewise.
2209
2210 2010-03-01 Corinna Vinschen <vinschen@redhat.com>
2211
2212 * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
2213 cygwin_conv_path API rather than the deprecated
2214 cygwin_conv_to_full_posix_path.
2215 * windows-nat.c:
2216 (GetModuleFileNameExA): Undefine for Cygwin.
2217 (GetModuleFileNameExW): Define for Cygwin.
2218 (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
2219 Call GetModuleFileNameExW and convert path to POSIX using
2220 cygwin_conv_path.
2221 (windows_make_so): Always define p. Drop unused variable m.
2222 Don't use Win32 functions to check file existance, rather use
2223 access on Cygwin. Fetch system directory using GetSystemDirectoryW.
2224 Use canonicalize_file_name to get full path.
2225 (get_image_name): Use wcstombs, rather than WideCharToMultiByte
2226 to convert Unicode pathname to multibyte on Cygwin. Otherwise,
2227 use correct target buffer size in call to WideCharToMultiByte.
2228 (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
2229 (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
2230 (windows_create_inferior): Convert all paths and arguments to wchar_t
2231 and use CreateProcessW on Cygwin.
2232 (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
2233 (bad_GetModuleFileNameExA): Undefine for Cygwin.
2234 (bad_GetModuleFileNameExW): Define for Cygwin.
2235 (_initialize_loadable): Load GetModuleFileNameExW into
2236 dyn_GetModuleFileNameExW on Cygwin. Don't load ANSI function on Cygwin.
2237
2238 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
2239
2240 PR python/11036
2241 * python/py-frame.c (frapy_read_var): Add block argument and logic
2242 to cope with user provided blocks.
2243
2244 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2245
2246 * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
2247 New comment.
2248
2249 2010-02-28 Corinna Vinschen <vinschen@redhat.com>
2250
2251 * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
2252 (COMMON_OBS): ... to here since it's used unconditionally.
2253 (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
2254 (SFILES): To here.
2255
2256 2010-02-26 David Daney <ddaney@caviumnetworks.com>
2257
2258 * mips-linux-tdep.c: Update struct sigframe comments.
2259 (SIGFRAME_CODE_OFFSET): Delete macro.
2260 (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
2261 this_frame's sp.
2262 (mips_linux_n32n64_sigframe_init): Same.
2263
2264 2010-02-26 Kevin Buettner <kevinb@redhat.com>
2265
2266 * remote-mips.c (mips_load): Don't use pseudo-register when
2267 invalidating regcache.
2268
2269 2010-02-26 Daniel Jacobowitz <dan@codesourcery.com>
2270
2271 * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
2272
2273 2010-02-26 Pedro Alves <pedro@codesourcery.com>
2274
2275 * NEWS: Add "New targets" section, and mention ARM Symbian
2276 support.
2277
2278 2010-02-26 Ulrich Weigand <uweigand@de.ibm.com>
2279
2280 * dwarf2loc.c (struct piece_closure): Remove ARCH member,
2281 add ADDR_SIZE member.
2282 (allocate_piece_closure): Update.
2283 (copy_pieced_value_closure): Likewise.
2284 (dwarf2_evaluate_loc_desc): Likewise.
2285 (read_pieced_value): Use DWARF address size instead of
2286 GDB's gdbarch_addr_bit as size of values on the DWARF stack.
2287
2288 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
2289 Tom Tromey <tromey@redhat.com>
2290
2291 * python/py-type.c (typy_lookup_typename): Add in block argument.
2292 If provided restrict lookup to specified blocks.
2293 (gdbpy_lookup_type): Likewise.
2294 (typy_lookup_type): Likewise.
2295
2296 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
2297
2298 Symbian config
2299
2300 gdb/
2301 * arm-symbian-tdep.c: New.
2302 * configure.tgt (arm*-*-symbianelf*): New target.
2303 (*-*-symbianelf*): New OS.
2304 * osabi.c (gdb_osabi_names): Add Symbian.
2305 * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
2306 * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
2307 (ALLDEPFILES): Add arm-symbian-tdep.c.
2308
2309 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
2310
2311 * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
2312
2313 2010-02-24 Pedro Alves <pedro@codesourcery.com>
2314
2315 * mi/mi-main.c (mi_cmd_execute): Fix typo.
2316
2317 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
2318 Tom Tromey <tromey@redhat.com>
2319 Thiago Jung Bauermann <bauerman@br.ibm.com>
2320
2321 * python/python.c (_initialize_python): Call
2322 gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
2323 gdbpy_initialize_blocks.
2324 * python/python-internal.h: Declare struct symbol, block and
2325 symtab_and_line. Declare block_object_type and
2326 symbol_object_type
2327 (gdbpy_lookup_symbol gdbpy_block_for_pc)
2328 (symtab_and_line_to_sal_object, symtab_to_symtab_object)
2329 (symbol_to_symbol_object, block_to_block_object)
2330 (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
2331 (gdbpy_initialize_blocks ): Declare.
2332 * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
2333 (frapy_select): Add methods.
2334 (frapy_read_var): Add symbol branch.
2335 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
2336 py-block.
2337 (SUBDIR_PYTHON_SRCS): Likewise.
2338 (py-symbol.o): New rule.
2339 (py-symtab.o): Likewise.
2340 (py-block.o): Likewise.
2341 * python/py-symbol.c: New file.
2342 * python/py-symtab.c: Likewise.
2343 * python/py-block.c: Likewise.
2344
2345 2010-02-24 Pedro Alves <pedro@codesourcery.com>
2346
2347 PR gdb/11321
2348
2349 * inferior.h (prepare_for_detach): Declare.
2350 (struct inferior) <detaching>: New field.
2351 * infrun.c (prepare_for_detach): New.
2352 (handle_inferior_event) <random signal>: Don't stop if detaching.
2353 * target.c (target_detach): Call prepare_for_detach.
2354
2355 2010-02-24 Pedro Alves <pedro@codesourcery.com>
2356
2357 Per-process displaced stepping queue.
2358
2359 * infrun.c (displaced_step_ptid, displaced_step_request_queue)
2360 (displaced_step_gdbarch, displaced_step_closure,
2361 (displaced_step_original, displaced_step_copy): Move globals to
2362 this...
2363 (struct displaced_step_inferior_state): ... new structure.
2364 (displaced_step_inferior_states): New global.
2365 (get_displaced_stepping_state, add_displaced_stepping_state)
2366 (remove_displaced_stepping_state, infrun_inferior_exit): New
2367 functions.
2368 (displaced_step_clear): Add displaced_step_inferior_state
2369 parameter, and adjust to handle it.
2370 (displaced_step_clear_cleanup): Parameter is now a
2371 displaced_step_inferior_state. Adjust.
2372 (displaced_step_prepare): Adjust.
2373 (displaced_step_fixup, displaced_step_fixup)
2374 (infrun_thread_ptid_changed, resume): Adjust.
2375 (init_wait_for_inferior): Don't call displaced_step_clear.
2376 (infrun_thread_stop_requested): Rewrite.
2377 (_initialize_infrun): Install infrun_inferior_exit as
2378 inferior_exit observer.
2379
2380 2010-02-24 Pedro Alves <pedro@codesourcery.com>
2381
2382 * inferior.h (ptid_match): Declare.
2383 * infrun.c (ptid_match): New.
2384 * remote.c (queued_stop_reply): Rewrite and use ptid_match.
2385 (handle_notification): Add debug output.
2386 * linux-nat.c (ptid_match): Delete.
2387
2388 2010-02-24 David S. Miller <davem@davemloft.net>
2389
2390 * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
2391 * syscalls/sparc-linux.xml: New.
2392 * syscalls/sparc64-linux.xml: New.
2393 * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
2394 * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
2395 (sparc32_linux_get_syscall_number): New function.
2396 (sparc32_linux_init_abi): Set syscall XML file name and hook up
2397 syscall number fetcher.
2398 * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
2399 (sparc64_linux_get_syscall_number): New function.
2400 (sparc64_linux_init_abi): Set syscall XML file name and hook up
2401 syscall number fetcher.
2402
2403 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
2404
2405 Multiexec MI
2406
2407 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
2408 * inferior.c (add_inferior_silent): Notify inferior_added
2409 observer.
2410 (delete_inferior_1): Notify inferior_removed observer.
2411 (exit_inferior_1): Pass inferior, not pid, to observer.
2412 (inferior_appeared): Likewise.
2413 (add_inferior_with_spaces): New.
2414 (add_inferior_command): Use the above.
2415 * inferior.h (delete_inferior_1, add_inferior_with_spaces):
2416 Declare.
2417
2418 * inflow.c (inflow_inferior_exit): Likewise.
2419 * jit.c (jit_inferior_exit_hook): Likewise.
2420
2421 * mi/mi-cmds.c (mi_cmds): Register add-inferior and
2422 remove-inferior.
2423 * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
2424 * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
2425 (report_initial_inferior): New.
2426 (mi_inferior_removed): Register the above. Make sure
2427 inferior_added observer is called on the first inferior.
2428 (mi_new_thread, mi_thread_exit): Thread group is now identified by
2429 inferior number, not pid.
2430 (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
2431 affected.
2432 * mi/mi-main.c (current_context): New.
2433 (proceed_thread_callback): Use typed closure.
2434 Proceed everything if pid is 0. Most implementation split into
2435 (proceed_thread): ... this.
2436 (run_one_inferior): New.
2437 (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
2438 Adjust for multiexec behaviour.
2439 (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
2440 (mi_cmd_execute): Handle the 'thread-group' option here.
2441 Do some extra checks.
2442 * mi-parse.c (mi_parse): Handle the --all and --thread-group
2443 options.
2444 * mi-parse.h (struct mi_parse): New fields all and thread_group.
2445
2446 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
2447
2448 Make -exec-run a proper MI commands.
2449
2450 * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
2451 * mi/mi-cmds.c (mi_cmds): Adjust.
2452 * mi/mi-main.c (mi_cmd_exec_run): New.
2453
2454 2010-02-24 Pedro Alves <pedro@codesourcery.com>
2455 Stan Shebs <stan@codesourcery.com>
2456
2457 * tracepoint.h (set_traceframe_number)
2458 (cleanup_restore_current_traceframe): Declare.
2459 * tracepoint.c (set_traceframe_number): New.
2460 (struct current_traceframe_cleanup): New.
2461 (do_restore_current_traceframe_cleanup)
2462 (restore_current_traceframe_cleanup_dtor)
2463 (make_cleanup_restore_current_traceframe): New.
2464 * infrun.c: Include tracepoint.h.
2465 (fetch_inferior_event): Switch out and in of tfind mode.
2466
2467 2010-02-24 Pedro Alves <pedro@codesourcery.com>
2468
2469 * breakpoint.c (breakpoint_init_inferior): Also delete
2470 bp_shlib_event breakpoints.
2471 * solib-frv.c (enable_break): Remove call to
2472 remove_solib_event_breakpoints.
2473 * solib-svr4.c (enable_break): Ditto.
2474 * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
2475 * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
2476 * solib-som.c (som_solib_create_inferior_hook): Ditto.
2477 * solib-spu.c (spu_enable_break): Ditto.
2478
2479 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
2480
2481 * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
2482
2483 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
2484
2485 * varobj.c (varobj_update): Avoid non-constants in initializers.
2486
2487 2010-02-23 Tom Tromey <tromey@redhat.com>
2488
2489 * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
2490 handle big-endian values.
2491 (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
2492
2493 2010-02-22 Pedro Alves <pedro@codesourcery.com>
2494
2495 PR9605
2496
2497 gdb/
2498 * breakpoint.c (insert_bp_location): If inserting the read
2499 watchpoint failed, fallback to an access watchpoint.
2500 (bpstat_check_watchpoint): Stop for read watchpoint triggers even
2501 if the value changed, if not watching the same memory for writes.
2502 (watchpoint_locations_match): Add comment.
2503 (update_global_location_list): Copy the location's watchpoint type.
2504 * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
2505 handle read watchpoints here.
2506 (i386_insert_watchpoint): Read watchpoints aren't supported.
2507 * remote.c (remote_insert_watchpoint): Return 1 for unsupported
2508 packets.
2509 * target.h (target_insert_watchpoint): Update description.
2510
2511 2010-02-19 Tom Tromey <tromey@redhat.com>
2512
2513 * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
2514 * m2-typeprint.c (m2_print_type): Update.
2515 * gdbtypes.c (recursive_dump_type): Update.
2516 (copy_type_recursive): Update.
2517 * c-typeprint.c (c_type_print_varspec_prefix): Update.
2518 (c_type_print_base): Update.
2519 * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
2520 Remove.
2521 (struct cplus_struct_type) <ntemplate_args>: Remove.
2522 <struct template_arg>: Remove.
2523 <is_dynamic>: Move earlier.
2524 (TYPE_TEMPLATE_ARGS): Remove.
2525 (TYPE_NTEMPLATE_ARGS): Remove.
2526 (TYPE_TEMPLATE_ARG): Remove.
2527
2528 2010-02-19 Tom Tromey <tromey@redhat.com>
2529
2530 PR c++/8693, PR c++/9496:
2531 * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
2532 * c-exp.y (lex_one_token): Rename from yylex. Don't call
2533 write_dollar_variable. Don't try to classify NAME tokens.
2534 (token_and_value): New type.
2535 (token_fifo, popping, name_obstack): New globals.
2536 (classify_name): New function.
2537 (classify_inner_name): Likewise.
2538 (yylex): Likewise.
2539 (VARIABLE): Now has type sval.
2540 (exp : VARIABLE): Call write_dollar_variable.
2541 (qualified_name): Use TYPENAME, not typebase. Add production for
2542 multiple "::" instances.
2543 (variable): Use name_not_typename.
2544 (qualified_type): Remove.
2545 (typebase): Update.
2546
2547 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2548
2549 * symfile.c (addr_info_make_relative): Extend comment. Move SECT to
2550 a more inner block. Initialize ADDR by LOWER_OFFSET only if it was
2551 found by bfd_get_section_by_name.
2552 * symfile.h (struct section_addr_info) <sectindex>: New comment.
2553
2554 2010-02-19 Joel Brobecker <brobecker@adacore.com>
2555
2556 * NEWS: Add new "[...] since 7.1" section. Rename the "[...] since
2557 7.0 section" into "Changes in 7.1".
2558
2559 2010-02-19 Joel Brobecker <brobecker@adacore.com>
2560
2561 GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
2562 * version.in: Bump version to 7.1.50.20100219-cvs.
2563
2564 2010-02-18 Harald Koenig <H.Koenig@science-computing.de>
2565
2566 * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
2567 * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
2568
2569 2010-02-17 Tom Tromey <tromey@redhat.com>
2570
2571 * NEWS: Add Python API Improvements section.
2572
2573 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
2574
2575 * NEWS: Correct typo.
2576
2577 2010-02-17 Tom Tromey <tromey@redhat.com>
2578
2579 * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
2580
2581 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2582
2583 * symfile.c (build_section_addr_info_from_objfile): Include sections
2584 only if they are SEC_ALLOC or SEC_LOAD.
2585
2586 2010-02-17 H.J. Lu <hongjiu.lu@intel.com>
2587
2588 PR shlibs/11293
2589 * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
2590 of ULONGEST for address size.
2591
2592 2010-02-17 Tom Tromey <tromey@redhat.com>
2593
2594 * NEWS: Add C++ improvements section.
2595
2596 2010-02-17 Ulrich Weigand <uweigand@de.ibm.com>
2597
2598 * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
2599 PyThreadState_Swap): Avoid "statement with no effect" warning.
2600
2601 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2602
2603 * solib-svr4.c (enable_break <target_auxv_search>): New variable
2604 addr_bit. Adjust LOAD_ADDR sign for cross-arch inferiors.
2605
2606 2010-02-17 Tristan Gingold <gingold@adacore.com>
2607 Petr Hluzín <petr.hluzin@gmail.com>
2608
2609 * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
2610 gdb_assert. Fix info->size for SIG prologue.
2611
2612 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2613
2614 * infcmd.c (show_inferior_tty_command): Check for NULL.
2615 Correct output message.
2616
2617 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2618
2619 * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
2620 FUNCTION contains parentheses. Improve removal of a trailing
2621 single quote.
2622
2623 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2624
2625 * gcore.c (do_bfd_delete_cleanup): New function.
2626 (gcore_command): Use it. Discard the cleanup after success.
2627 (gcore_copy_callback): Delete dead code.
2628
2629 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2630
2631 * symfile.c (addr_info_make_relative): Always use
2632 find_lowest_section.
2633
2634 2010-02-16 Sami Wagiaalla <swagiaal@redhat.com>
2635
2636 * NEWS: Added entry for namespace fixes.
2637
2638 2010-02-15 Tom Tromey <tromey@redhat.com>
2639
2640 * dwarf2read.c (guess_structure_name): Allocate name on the
2641 objfile obstack.
2642
2643 2010-02-15 Tom Tromey <tromey@redhat.com>
2644
2645 * c-typeprint.c (c_type_print_base): Reverse order of test.
2646
2647 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2648
2649 * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize. Optionally
2650 initialize it from ELF BFD. Extend the prelink condition by it.
2651
2652 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2653
2654 * defs.h (parse_pid_to_attach): New.
2655 * utils.c (parse_pid_to_attach): New.
2656 * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
2657 * gnu-nat.c (gnu_attach): Likewise.
2658 * nto-procfs.c (procfs_attach): Likewise.
2659 * procfs.c (procfs_attach): Likewise.
2660 * windows-nat.c (windows_attach): Likewise.
2661 * inf-ptrace.c (inf_ptrace_attach): Likewise. Remove variable dummy.
2662 * inf-ttrace.c (inf_ttrace_attach): Likewise.
2663 * remote.c (extended_remote_attach_1): Likewise. New comment on getpid
2664 check.
2665
2666 2010-02-14 Masaki Muranaka <monaka@monami-software.com>
2667
2668 * MAINTAINERS: Add myself for write after approval privileges.
2669
2670 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2671
2672 * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
2673 block.
2674
2675 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2676
2677 * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
2678 only if INFO_VERBOSE.
2679
2680 2010-02-12 Tomas Holmberg <th@virtutech.com>
2681
2682 * mi/mi-main.c: Added the --reverse flag to the following MI
2683 commands: exec-continue, exec-finish, exec-next, exec-step,
2684 exec-next-instruction, exec-step-instruction. This is to
2685 support reverse execution over the MI interface to gdb.
2686
2687 2010-02-12 Pedro Alves <pedro@codesourcery.com>
2688
2689 * tracepoint.c (_initialize_tracepoint): Specify that the address
2690 range of `tfind outsize' is exclusive, and that the address range
2691 of `tfind range' is inclusive, in the commands' help strings.
2692
2693 2010-02-12 Joel Brobecker <brobecker@adacore.com>
2694
2695 Spurious "dll not found" error messages on x64-windows.
2696 * windows-nat.c: Add include of complaints.h.
2697 (handle_unload_dll): Change dll-not-found error into a complaint.
2698
2699 2010-02-12 Pedro Alves <pedro@codesourcery.com>
2700
2701 * breakpoint.c (allocate_bp_location): Use bp_loc_other for
2702 bp_tracepoint and bp_fast_tracepoint, not
2703 bp_loc_software_breakpoint.
2704 (update_global_location_list): Tracepoints are never duplicates of
2705 anything.
2706
2707 2010-02-12 Pedro Alves <pedro@codesourcery.com>
2708
2709 * breakpoint.c (break_command_really): Change return type to int.
2710 Return false if no breakpoint was created, true otherwise.
2711 (trace_command): Don't set the tracepoint count if no tracepoint
2712 was created.
2713 (ftrace_command): Ditto.
2714 (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
2715 created in the breakpoints table.
2716
2717 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2718 Ulrich Weigand <uweigand@de.ibm.com>
2719
2720 * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
2721
2722 2010-02-11 Pedro Alves <pedro@codesourcery.com>
2723
2724 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
2725 the offset value isn't of integral type.
2726
2727 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2728
2729 * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
2730 New.
2731
2732 2010-02-11 Pedro Alves <pedro@codesourcery.com>
2733
2734 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
2735 non-subscriptable types.
2736 * valarith.c (binop_types_user_defined_p): New, abstracted out
2737 from ...
2738 (binop_user_defined_p): ... this.
2739 * value.h (binop_types_user_defined_p): Declare.
2740
2741 2010-02-11 Pedro Alves <pedro@codesourcery.com>
2742
2743 * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
2744 Merge uploaded TSVs before merging uploaded tracepoints.
2745
2746 2010-02-11 Pedro Alves <pedro@codesourcery.com>
2747
2748 * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
2749
2750 2010-02-11 Vladimir Prus <vladimir@codesourcery.com>
2751
2752 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
2753 whitespace character after a dot in comment.
2754 (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
2755 Likewise.
2756 (list_args_or_locals): For the 'all' (that is
2757 -stack-list-variables) case, always output list of tuples.
2758 Output 'arg' field if variable is argument.
2759
2760 2010-02-10 Tom Tromey <tromey@redhat.com>
2761
2762 * parser-defs.h (parser_debug): Declare.
2763 * parse.c (_initialize_parse): Install "debug parser" set/show
2764 command.
2765 (parser_debug): New global.
2766 (show_parserdebug): New function.
2767 * c-exp.y (c_parse): Set yydebug.
2768
2769 2010-02-10 H.J. Lu <hongjiu.lu@intel.com>
2770
2771 * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
2772 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
2773 (tdesc_predefined_types): Add i387_ext, i386_eflags and
2774 i386_mxcsr.
2775 (tdesc_find_type): New.
2776 (tdesc_gdb_type): Use tdesc_find_type. Handle TDESC_TYPE_I387_EXT,
2777 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
2778
2779 * target-descriptions.h (tdesc_find_type): New.
2780
2781 2010-02-10 Michael Snyder <msnyder@vmware.com>
2782
2783 * gdb-gdb.py: Comment fix.
2784
2785 2010-02-09 Tristan Gingold <gingold@adacore.com>
2786
2787 * machoread.c (macho_symfile_relocate): New function.
2788 (macho_sym_fns): Use macho_symfile_relocate instead of
2789 default_symfile_relocate.
2790 (macho_oso_data): New type.
2791 (current_oso): New variable.
2792 (macho_add_oso_symfile): Do not compute section_addr_info, but
2793 instead set vma of sections.
2794 Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
2795 Set and clear current_oso.
2796
2797 2010-02-09 Joel Brobecker <brobecker@adacore.com>
2798
2799 Wrong type description for tagged type parameter.
2800 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
2801 EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
2802 reference to a tagged type.
2803
2804 2010-02-09 Tristan Gingold <gingold@adacore.com>
2805
2806 * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
2807 brothers of the parent.
2808
2809 2010-02-08 Tom Tromey <tromey@redhat.com>
2810
2811 PR c++/8017:
2812 * value.h: Update.
2813 * valops.c (search_struct_field): Make 'name' const.
2814 (search_struct_method): Likewise.
2815 (find_method_list): Make 'method' const.
2816 (value_struct_elt): Make 'name' and 'err' const.
2817 (value_find_oload_method_list): Make 'method' const.
2818 (find_overload_match): Make 'name' const.
2819 * eval.c (evaluate_subexp_standard): New locals function,
2820 function_name.
2821 <OP_FUNCALL>: Handle OP_SCOPE specially.
2822
2823 2010-02-08 Ulrich Weigand <uweigand@de.ibm.com>
2824
2825 * infrun.c (handle_inferior_event): Do not look up regcache
2826 for exited processes.
2827
2828 Mon Feb 8 13:17:10 2010 Chris Moller <moller@mollerware.com>
2829
2830 PR gdb/10728
2831 * valarith.c (value_ptrdiff): Added a test for a zero type length,
2832 warn if found, and assume length = 1.
2833
2834 2010-02-08 Chris Moller <cmoller@redhat.com>
2835
2836 PR gdb/9067
2837 * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
2838 cp_print_static_field) Fix use of obstacks.
2839
2840 2010-02-08 Pedro Alves <pedro@codesourcery.com>
2841
2842 * linux-nat.c (linux_nat_resume): In non-stop, also only tag
2843 resumed LWPs as resumed.
2844 (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
2845 we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
2846 of throwing an internal error. If an LWP of a process we're not
2847 waiting for reports a signal, don't force collecting a SIGSTOP,
2848 and if it was breakpoint hit in non-stop mode, cancel it. Don't
2849 go through all LWPs cancelling breakpoints in non-stop mode.
2850 (resume_stopped_resumed_lwps): New.
2851 (linux_nat_wait): Use it.
2852
2853 2010-02-07 H.J. Lu <hongjiu.lu@intel.com>
2854
2855 * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
2856 i386/amd64 and i386/amd64-linux.
2857 (i386/i386-expedite): New.
2858 (i386/i386-linux-expedite): Likewise.
2859 (i386/amd64-expedite):Likewise.
2860 (i386/amd64-linux-expedite): Likewise.
2861 ($(outdir)/i386/i386-linux.dat): Likewise.
2862 ($(outdir)/i386/amd64.dat): Likewise.
2863 ($(outdir)/i386/amd64-linux.dat): Likewise.
2864
2865 * features/i386/32bit-core.xml: New.
2866 * features/i386/32bit-linux.xml: Likewise.
2867 * features/i386/32bit-sse.xml: Likewise.
2868 * features/i386/64bit-core.xml: Likewise.
2869 * features/i386/64bit-linux.xml: Likewise.
2870 * features/i386/64bit-sse.xml: Likewise.
2871 * features/i386/i386-linux.xml: Likewise.
2872 * features/i386/i386.xml: Likewise.
2873 * features/i386/amd64-linux.xml: Likewise.
2874 * features/i386/amd64.xml: Likewise.
2875 * features/i386/i386-linux.c: Likewise.
2876 * features/i386/i386.c: Likewise.
2877 * features/i386/amd64-linux.c: Likewise.
2878 * features/i386/amd64.c: Likewise.
2879
2880 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
2881
2882 PR c++/7935:
2883 * cp-support.h: Added char* alias element to using_direct data
2884 struct.
2885 (cp_add_using): Added char* alias argument.
2886 (cp_add_using_directive): Ditto.
2887 * cp-namespace.c: Updated with the above changes.
2888 (cp_lookup_symbol_imports): Check for aliases.
2889 * dwarf2read.c (read_import_statement): Figure out local alias
2890 for the import and pass it on to cp_add_using.
2891 (read_namespace): Pass alias argument to cp_add_using.
2892
2893 2010-02-05 Hui Zhu <teawater@gmail.com>
2894
2895 * defs.h (gdb_bfd_errmsg): New extern.
2896 * exec.c (exec_file_attach): Change bfd_errmsg to
2897 gdb_bfd_errmsg.
2898 * utils.c (AMBIGUOUS_MESS1): New macro.
2899 (AMBIGUOUS_MESS2): New macro.
2900 (gdb_bfd_errmsg): New function.
2901
2902 2010-02-04 Doug Evans <dje@google.com>
2903
2904 * solib-svr4.c (enable_break): Add comment.
2905
2906 2010-02-04 Anthony Green <green@moxielogic.com>
2907
2908 * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
2909 gracefully.
2910
2911 2010-02-04 Tom Tromey <tromey@redhat.com>
2912
2913 * valops.c (search_struct_field): Account for
2914 value_embedded_offset. Fix check for virtual base past the end of
2915 the object. Use value_copy when making a slice of the value.
2916
2917 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
2918
2919 PR tui/9622
2920 * tui/tui-interp.c (tui_init): Call tui_initialize_readline
2921 only if gdb_stdout is a tty.
2922
2923 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
2924
2925 * target-descriptions.c: Include "osabi.h".
2926 (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
2927 OSABI.
2928
2929 2010-02-04 Tristan Gingold <gingold@adacore.com>
2930
2931 * machoread.c (macho_add_oso): Renamed to macho_register_oso.
2932 (macho_symtab_read): Adjust calls to macho_add_oso.
2933 (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
2934 (macho_symfile_read): Adjust call to macho_oso_symfile.
2935 (macho_new_init): Move this function after declarations.
2936 (macho_symfile_init): Ditto.
2937 * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
2938 * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
2939
2940 2010-02-04 Vladimir Prus <vladimir@codesourcery.com>
2941
2942 Include MI command in remotelog.
2943
2944 * mi/mi-main.c (mi_execute_command): Call target_log_command.
2945
2946 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
2947
2948 * remote.c (remote_state): Remove gdbarch.
2949 (init_remote_state): Don't set gdbarch.
2950 (remote_query_supported): Pass target_gdbarch instead of
2951 rs->gdbarch to gdbarch_qsupported.
2952
2953 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
2954
2955 * gdbarch.sh: Add qsupported.
2956
2957 * gdbarch.c: Regenerated.
2958 * gdbarch.h: Likewise.
2959
2960 * remote.c (remote_state): Add gdbarch.
2961 (init_remote_state): Set gdbarch.
2962 (remote_query_supported): Support gdbarch_qsupported.
2963
2964 2010-02-03 Daniel Jacobowitz <dan@codesourcery.com>
2965
2966 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
2967 __FreeBSD_kernel_version.
2968
2969 2010-02-03 Tristan Gingold <gingold@adacore.com>
2970
2971 * symfile.h (struct sym_fns): Add sym_relocate field.
2972 (default_symfile_relocate): New prototype.
2973 (symfile_relocate_debug_section): First argument is now an objfile.
2974 * symfile.c (default_symfile_relocate): Rename from
2975 symfile_relocate_debug_section, first argument is now an objfile.
2976 (symfile_relocate_debug_section): New function.
2977 * coffread.c (coff_sym_fns): Set sym_relocate field.
2978 * somread.c (som_sym_fns): Ditto.
2979 * mipsread.c (ecoff_sym_fns): Ditto.
2980 * machoread.c (macho_sym_fns): Ditto.
2981 * elfread.c (elf_sym_fns): Ditto.
2982 * dwarf2read.c (dwarf2_read_section): Ditto.
2983 * xcoffread.c (xcoff_sym_fns): Ditto.
2984 * dbxread.c (aout_sym_fns): Ditto.
2985 (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
2986 (elfstab_build_psymtabs): Ditto.
2987
2988 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
2989
2990 * defs.h (MAX_REGISTER_SIZE): Increase to 32.
2991
2992 2010-02-02 Tom Tromey <tromey@redhat.com>
2993
2994 * valops.c (value_cast_structs): Try downcasting using the RTTI
2995 type.
2996
2997 2010-02-02 Tom Tromey <tromey@redhat.com>
2998
2999 * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
3000 (gnuv2_baseclass_offset): Now static.
3001 * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
3002 * gnu-v2-abi.h: Remove.
3003
3004 2010-02-02 Tom Tromey <tromey@redhat.com>
3005
3006 * m2-typeprint.c (m2_record_fields): Don't use
3007 TYPE_DECLARED_TYPE.
3008 * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
3009 (struct main_type) <flag_declared_class>: New field.
3010 (struct cplus_struct_type) <declared_type>: Remove.
3011 <ntemplate_args>: Move earlier.
3012 (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
3013 (DECLARED_TYPE_TEMPLATE): Remove.
3014 (TYPE_DECLARED_TYPE): Remove.
3015 * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
3016 * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
3017 * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
3018 TYPE_DECLARED_TYPE.
3019
3020 2010-02-02 Tom Tromey <tromey@redhat.com>
3021
3022 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
3023 * valops.c (search_struct_field): Compute nbases after calling
3024 CHECK_TYPEDEF.
3025 (check_field): Call CHECK_TYPEDEF.
3026 * cp-valprint.c (cp_print_value): Pass correct address to
3027 baseclass_offset. Fix check for virtual base past the end of the
3028 object. Don't offset address passed to cp_print_value_fields or
3029 apply_val_pretty_printer.
3030 (cp_print_value_fields): Fix call to val_print.
3031 (cp_print_value_fields_rtti): New function.
3032 * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
3033 * p-valprint.c (pascal_object_print_value_fields): Fix call to
3034 val_print.
3035 * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
3036 offset to address.
3037 * language.h (struct language_defn) <la_val_print>: Document.
3038 * c-lang.h (cp_print_value_fields_rtti): Declare.
3039
3040 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3041
3042 PR libc/11214:
3043 * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
3044 (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
3045 (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
3046
3047 2010-02-01 Michael Matz <matz@suse.de>
3048 Daniel Jacobowitz <dan@codesourcery.com>
3049
3050 * i386-tdep.c (i386_frame_cache): Assume valid anonymous
3051 functions use a frame pointer.
3052
3053 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3054
3055 * solib-svr4.c (scan_dyntag): New variable dyn_addr. Replace gdb_assert
3056 by a conditional setting DYN_ADDR. Use DYN_ADDR.
3057 * config/djgpp/fnchange.lst: Add translations for
3058 symbol-without-target_section.exp and symbol-without-target_section.c.
3059
3060 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3061
3062 * gdbarch.sh: Set LANG and LC_ALL to C, not c.
3063 (remote_breakpoint_for_pc): Correct invalid_p check.
3064 * gdbarch.c: Regenerated.
3065
3066 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3067
3068 * arm-tdep.c (arm_find_mapping_symbol): New function, from
3069 arm_pc_is_thumb.
3070 (arm_pc_is_thumb): Use arm_find_mapping_symbol.
3071 (extend_buffer_earlier): New function.
3072 (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
3073 (arm_adjust_breakpoint_address): New function.
3074 (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
3075
3076 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3077
3078 * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
3079 (arm_linux_thumb2_le_breakpoint): New constants.
3080 (arm_linux_init_abi): Set thumb2_breakpoint and
3081 thumb2_breakpoint_size.
3082 * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
3083 (thumb_get_next_pc): Add a comment. Rename IT to ITSTATE.
3084 Implement support for single stepping through IT blocks if
3085 a 32-bit Thumb breakpoint instruction is available.
3086 (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
3087 is available, use it when needed.
3088 (arm_remote_breakpoint_from_pc): New function.
3089 (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
3090 * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
3091 comment. Add thumb2_breakpoint and thumb2_breakpoint_size.
3092
3093 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3094
3095 * arch-utils.c (default_remote_breakpoint_from_pc): New function.
3096 * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
3097 * gdbarch.c, gdbarch.h: Regenerated.
3098 * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
3099 * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
3100 gdbarch_remote_breakpoint_from_pc.
3101
3102 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3103
3104 * infrun.c (prepare_to_proceed): Handle other signals which might
3105 match a breakpoint.
3106 (handle_inferior_event): Move the check for unusual breakpoint
3107 signals earlier.
3108
3109 2010-01-29 Paul Hilfinger <hilfinger@adacore.com>
3110
3111 amd64 - function returning record with field straddling 2 registers.
3112 * amd64-tdep.c (amd_classify_aggregate): Handle the case of
3113 a record of length <= 16 in which a field straddles the two
3114 eightbytes.
3115
3116 2010-01-29 Joel Brobecker <brobecker@adacore.com>
3117
3118 Implement return values on amd64-windows.
3119 * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
3120 (amd64_windows_return_value): New function.
3121 (amd64_windows_init_abi): Call set_gdbarch_return_value with
3122 amd64_windows_return_value.
3123
3124 2010-01-29 Joel Brobecker <brobecker@adacore.com>
3125
3126 amd64-windows: 32 bytes allocated on stack by caller for integer
3127 parameter registers.
3128 * i386-tdep.h (struct gdbarch_tdep): Add new field
3129 integer_param_regs_saved_in_caller_frame.
3130 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
3131 tdep->integer_param_regs_saved_in_caller_frame to 1.
3132 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
3133 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
3134
3135 2010-01-29 Joel Brobecker <brobecker@adacore.com>
3136
3137 amd64-windows: memory args passed by pointer during function calls.
3138 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
3139 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
3140 where tdep->memory_args_by_pointer is non-zero.
3141 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
3142 tdep->memory_args_by_pointer to 1.
3143
3144 2010-01-29 Joel Brobecker <brobecker@adacore.com>
3145
3146 amd64-windows: Integer parameters in function calls.
3147 * i386-tdep.h (enum amd64_reg_class): New, moved here from
3148 amd64-tdep.c.
3149 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
3150 call_dummy_integer_regs, and classify.
3151 * amd64-tdep.h (amd64_classify): Add declaration.
3152 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
3153 (amd64_reg_class): Delete, moved to i386-tdep.h.
3154 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
3155 Replace call to amd64_classify by call to tdep->classify.
3156 (amd64_push_arguments): Get the list of registers to use for
3157 passing integer parameters from the gdbarch tdep structure,
3158 rather than using a hardcoded one. Replace calls to amd64_classify
3159 by calls to tdep->classify.
3160 (amd64_push_dummy_call): Get the register number used for
3161 the "hidden" argument from tdep->call_dummy_integer_regs.
3162 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
3163 and tdep->call_dummy_integer_regs. Set tdep->classify.
3164 * amd64-windows-tdep.c: Add include of gdbtypes.h.
3165 (amd64_windows_dummy_call_integer_regs): New static global.
3166 (amd64_windows_classify): New function.
3167 (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
3168 tdep->call_dummy_integer_regs and tdep->classify.
3169
3170 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3171
3172 * regcache.c (regcache_xmalloc): Add aspace argument. Use it
3173 for the new regcache. All callers updated.
3174 (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
3175 (get_thread_arch_regcache): Do not set aspace here.
3176 * regcache.h (regcache_xmalloc): Update declaration.
3177
3178 * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
3179 regcache_xmalloc updated.
3180
3181 2010-01-28 Joel Brobecker <brobecker@adacore.com>
3182
3183 Another -Wunused-function error in procfs.c (sparc-solaris)
3184 * procfs.c (insert_dbx_link_breakpoint): Delete declaration. Move up.
3185 Only define if SYS_syssgi is defined.
3186 (remove_dbx_link_breakpoint): Delete declaration. Move up.
3187 (dbx_link_addr, insert_dbx_link_bpt_in_file)
3188 (insert_dbx_link_bpt_in_region): Move up. Only define if SYS_syssgi
3189 is itself defined.
3190
3191 2010-01-27 Christopher Faylor <me+cygwin@cgf.cx>
3192
3193 * windows-nat.c (windows_initialization_done): New variable.
3194 (get_windows_debug_event): Issue error when process dies before
3195 completely initializing.
3196 (do_initial_windows_stuff): Set flag to indicate when we are done with
3197 the initial steps of attaching to the child.
3198
3199 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3200
3201 * symtab.h (struct symbol <symtab>): New comment on NULL values.
3202
3203 2010-01-27 Doug Evans <dje@google.com>
3204
3205 * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
3206
3207 * breakpoint.c (bpstat_stop_status): Delete useless code.
3208
3209 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3210
3211 * printcmd.c (display_uses_solib_p): Remove variable section. Access
3212 objfile via SYMBOL_SYMTAB.
3213
3214 2010-01-26 Tom Tromey <tromey@redhat.com>
3215
3216 PR exp/7643:
3217 * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
3218 coerce_array on result.
3219
3220 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
3221
3222 * cp-namespace.c (cp_lookup_symbol_namespace): Added
3223 search_parent argument.
3224 (cp_add_using): Initialize 'searched' field.
3225 (reset_directive_searched): New function.
3226 * cp-support.h: Add 'searched' field to using_direct struct.
3227 (cp_lookup_symbol_imports): Ditto.
3228 * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
3229 Perform recursive search.
3230 Implement non parent search.
3231 * valops.c (value_maybe_namespace_elt): Updated.
3232
3233 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
3234
3235 PR gdb/10929:
3236 * dwarf2read.c (read_lexical_block_scope): Create blocks for
3237 scopes which contain using directives even if they contain no
3238 declarations.
3239 * symtab.c (lookup_symbol_aux): Pass lowest level block to
3240 la_lookup_symbol_nonlocal.
3241 * cp-namespace.c (cp_lookup_symbol_nonlocal): call
3242 cp_lookup_symbol_namespace.
3243 (cp_lookup_symbol_namespace): Perform an import lookup at every
3244 block level.
3245 (cp_lookup_symbol_imports): New function.
3246 (cp_lookup_symbol_in_namespace): New function.
3247
3248 2010-01-25 Tom Tromey <tromey@redhat.com>
3249
3250 PR gdb/11049:
3251 * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
3252 result.
3253
3254 2010-01-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3255
3256 * configure.ac: Only use host_os part when disabling TUI on osf.
3257 Use test to check variables, prefix strings with x.
3258 * configure: Regenerate.
3259
3260 * solib-osf.c (osf_current_sos): Initialize tail.
3261
3262 2010-01-25 gingold <gingold@adacore.com>
3263
3264 * windows-nat.c (windows_continue): Use %x to print thread id.
3265 (get_windows_debug_event): Ditto.
3266
3267 2010-01-22 Tom Tromey <tromey@redhat.com>
3268
3269 PR symtab/11199:
3270 * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
3271 type and arguments. Use smash_to_methodptr_type.
3272 (read_structure_type): Call quirk_gcc_member_function_pointer
3273 later.
3274 * gdbtypes.h (smash_to_methodptr_type): Declare.
3275 * gdbtypes.c (smash_to_methodptr_type): New function.
3276 (lookup_methodptr_type): Use it.
3277
3278 2010-01-21 Tom Tromey <tromey@redhat.com>
3279
3280 PR symtab/11198:
3281 * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
3282 * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
3283 * glibc-tdep.c (find_minsym_and_objfile): Remove.
3284 (glibc_skip_solib_resolver): Use
3285 lookup_minimal_symbol_and_objfile.
3286
3287 2010-01-21 Kai Tietz <kai.tietz@onevision.com>
3288
3289 * inflow.c (check_syscall): Guard by #if clause for GO32 and
3290 WIN32 targets.
3291
3292 2010-01-20 Tom Tromey <tromey@redhat.com>
3293
3294 PR backtrace/10770:
3295 * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
3296 BINOP_GEQ. Handle BINOP_NOTEQUAL in the signed case.
3297 * dwarf2expr.c (new_dwarf_expr_context): Allocate
3298 dwarf_stack_values, not CORE_ADDRs.
3299 (execute_stack_op): Change DW_OP_div and comparison operators to
3300 use signed operands.
3301
3302 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
3303
3304 Per-inferior args and tty and environment.
3305
3306 * infcmd.c (inferior_args): Rename to ...
3307 (inferior_args_scratch): ... this.
3308 (inferior_io_terminal): Rename to ...
3309 (inferior_io_terminal_scratch): ... this.
3310 (inferior_argc, inferior_argv): Remove.
3311 (set_inferior_io_terminal, get_inferior_io_terminal): Store
3312 inside current_inferior().
3313 (set_inferior_tty_command, show_inferior_tty_command): New.
3314 (get_inferior_args, set_inferior_args): Store inside
3315 current_inferior().
3316 (notice_args_set): Likewise and rename to...
3317 (set_args_command): ... this.
3318 (set_inferior_args_vector): Likewise.
3319 (notice_args_read): Rename to...
3320 (show_args_command): ...new.
3321 (tty_command): Remove.
3322 (run_command_1): Don't free old args, as they are freed by
3323 set_inferior_arg now.
3324 (run_no_args_command): Likewise.
3325 (inferior_environ): Remove.
3326 (run_command_1): Use environment of the current inferior.
3327 (environment_info, set_environment_command)
3328 (unset_environment_command, path_info, path_command): Likewise.
3329 (_initialize_infcmd): Adjust for function and variable renames.
3330 Do not init inferior_environ.
3331 * inferior.h (set_inferior_arg): Adjust prototype.
3332 (struct inferior): New fields args, argc, argv, terminal, environment.
3333 (inferior_environ): Remove declaration.
3334 * inferior.c (free_inferior): Free new fields.
3335 (add_inferior_silent): Initialize 'environment' field.
3336 * main.c (captured_main): Set arguments only after the initial
3337 inferior has been created. Set set_inferior_io_terminal,
3338 not tty_command.
3339 * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
3340 inferior.
3341 (_initialize_mi_cmd_env): Adjust for disappearance of global
3342 inferior_environ.
3343 * solib.c (solib_find): Use environment of the current inferior.
3344
3345 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3346
3347 * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
3348 HAVE_PYTHON.
3349 (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
3350
3351 2010-01-20 Joel Brobecker <brobecker@adacore.com>
3352
3353 Get rid of ada-lang.c:function_name_from_pc.
3354 * ada-lang.c: Add "stack.h" #include.
3355 (function_name_from_pc): Delete.
3356 (is_known_support_routine): Replace call to function_name_from_pc
3357 by call to find_frame_funname.
3358 (ada_unhandled_exception_name_addr_from_raise): Likewise.
3359
3360 2010-01-19 Tom Tromey <tromey@redhat.com>
3361
3362 PR c++/11026:
3363 * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
3364 objfile obstack.
3365
3366 2010-01-19 Tom Tromey <tromey@redhat.com>
3367
3368 * top.c (stop_sig, float_handler, do_nothing): Remove.
3369
3370 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3371
3372 * breakpoint.c (watchpoint_check): Check the call
3373 gdbarch_in_function_epilogue_p before calling frame_find_by_id.
3374 Extend the comment.
3375 * config/djgpp/fnchange.lst: Add translations for
3376 watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
3377 watchpoint-cond-gone-stripped.c.
3378
3379 2010-01-19 Tom Tromey <tromey@redhat.com>
3380
3381 PR c++/8000:
3382 * dwarf2read.c (partial_die_parent_scope): Put enumeration type
3383 into parent scope, and enumerator into grandparent scope.
3384
3385 2010-01-19 Joel Brobecker <brobecker@adacore.com>
3386
3387 * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
3388
3389 2010-01-19 Joel Brobecker <brobecker@adacore.com>
3390
3391 * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
3392 i[34567]86-*-solaris2.1[0-9]*.
3393 * configure.tgt: Likewise.
3394
3395 2010-01-19 Joel Brobecker <brobecker@adacore.com>
3396
3397 * NEWS: Document the source command enhancement allowing it
3398 to load Python scripts. Document the "set/show script-extension"
3399 commands.
3400
3401 2010-01-19 Joel Brobecker <brobecker@adacore.com>
3402
3403 Add -Wunused-function to compile flags.
3404 * configure.ac: Add -Wunused-function to build_warnings.
3405 * configure: Regenerate.
3406
3407 2010-01-19 Joel Brobecker <brobecker@adacore.com>
3408
3409 "delete" ada-lex.c:input function, not used.
3410 * ada-lex.l: #define YY_NO_INPUT.
3411
3412 2010-01-19 Joel Brobecker <brobecker@adacore.com>
3413
3414 Delete free_named_symtabs and associated cleanup.
3415 * symfile.h (free_named_symtabs): Delete declaration.
3416 * symfile.c: Remove some commented out code (clear_symtab_users_once).
3417 (cashier_psymtab): Comment function out.
3418 Delete declaration.
3419 (free_named_symtabs): Delete.
3420 * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
3421 * dbxread.c (end_psymtab): Likewise.
3422 * dwarf2read.c (process_psymtab_comp_unit): Ditto.
3423 * exec.c (exec_close_1): Ditto.
3424 * xcoffread.c (xcoff_end_psymtab): Likewise.
3425
3426 2010-01-19 Joel Brobecker <brobecker@adacore.com>
3427
3428 * stack.c (print_block_frame_labels): Comment function out.
3429
3430 2010-01-19 Joel Brobecker <brobecker@adacore.com>
3431
3432 Delete unused or undefined functions.
3433 * breakpoint.c (ep_parse_optional_filename): Delete.
3434 * dcache.c (dcache_write_line): Remove declaration.
3435 * infrun.c (build_infrun): Remove declaration.
3436 * tracepoint.c (tracepoint_save_command): Remove declaration.
3437 * linux-nat.c (init_lwp_list): Delete. No longer used.
3438 * event-loop.c (check_async_signal_handlers): Delete declaration.
3439 * infrun.c (init_execution_control_state): Delete.
3440 (proceed): Update comment to avoid mentioning
3441 init_execution_control_state.
3442 * target.c (kill_or_be_killed, nosupport_runtime): Delete.
3443 * ada-lang.c (ada_to_static_fixed_value): Delete.
3444 * scm-lang.c (evaluate_subexp_scm): Delete declaration.
3445 * cp-namespace.c (cp_copy_usings): Delete.
3446 * xml-syscall.c (xml_number_of_syscalls): Delete.
3447 * progspace.c (find_program_space_by_num): Delete.
3448 * inflow.c (handle_sigio): Delete declaration.
3449 * hppa-tdep.c (hppa_alignof): Delete.
3450 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
3451 (mipsnbsd_core_osabi_sniffer): Delete.
3452
3453 2010-01-18 Tom Tromey <tromey@redhat.com>
3454
3455 PR c++/9680:
3456 * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
3457 (CONST_CAST): New tokens.
3458 (exp): Add new productions.
3459 (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
3460 reinterpret_cast.
3461 (is_cast_operator): New function.
3462 (yylex): Handle cast operators specially.
3463 * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
3464 UNOP_REINTERPRET_CAST>: New cases.
3465 * expprint.c (print_subexp_standard): Likewise.
3466 (op_name_standard): Likewise.
3467 (dump_subexp_body_standard): Likewise.
3468 * parse.c (operator_length_standard): Likewise.
3469 * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
3470 UNOP_REINTERPRET_CAST.
3471 * gdbtypes.c (class_types_same_p): New function.
3472 (is_ancestor): Use it.
3473 (is_public_ancestor): New function.
3474 (is_unique_ancestor_worker): Likewise.
3475 (is_unique_ancestor): Likewise.
3476 * gdbtypes.h (class_types_same_p, is_public_ancestor)
3477 (is_unique_ancestor): Declare.
3478 * valops.c (value_reinterpret_cast): New function.
3479 (dynamic_cast_check_1): Likewise.
3480 (dynamic_cast_check_2): Likewise.
3481 (value_dynamic_cast): Likewise.
3482 * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
3483
3484 2010-01-18 Joel Brobecker <brobecker@adacore.com>
3485
3486 Fix build failure when building without Python support.
3487 * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
3488 is not defined.
3489
3490 2010-01-18 Joel Brobecker <brobecker@adacore.com>
3491
3492 Use XVS field type instead of doing a parallel lookup.
3493 * ada-lang.c (ada_get_base_type): Follow the XVS field type
3494 if it is a reference type instead of doing a type lookup using
3495 the XVS field name.
3496
3497 2010-01-18 Joel Brobecker <brobecker@adacore.com>
3498
3499 Trust PAD types instead of using PAD___XVS.
3500 * ada-lang.c (trust_pad_over_xvs): New static variable.
3501 (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
3502 parallel XVS type, follow the XVS type instead of the PAD type.
3503 (unwrap_value): Make sure that there is no parallel XVE type
3504 before returning the value as is.
3505 (set_ada_list, show_ada_list): New static variables.
3506 (set_ada_command, show_ada_command): New functions.
3507 (_initialize_ada_language): Add new "set/show ada" prefix commands.
3508 Add new "set/show ada trust-PAD-over-XVS" setting.
3509
3510 2010-01-18 Tom Tromey <tromey@redhat.com>
3511 Thiago Jung Bauermann <bauerman@br.ibm.com>
3512
3513 Allow "source" to load python scripts.
3514 * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
3515 * python/python.c (source_python_script): New function.
3516 * python/python.h (source_python_script): Add declaration.
3517 * cli/cli-cmds.c: #include exceptions.h and python/python.h.
3518 (script_ext_off, script_ext_soft, script_ext_strict)
3519 (script_ext_enums, script_ext_mode): New static constants.
3520 (show_script_ext_mode, find_and_open_script): New functions.
3521 (source_script): Enhance to handle Python scripts.
3522 (init_cli_cmds): Add set/show script-extension commands.
3523
3524 2010-01-16 Stan Shebs <stan@codesourcery.com>
3525
3526 * tracepoint.h (struct trace_status): Use unsigned long long
3527 instead of size_t.
3528 * tracepoint.c (trace_status_command): Fix printf directive.
3529 (trace_save_command): Check fwrite returns, fix printf directive.
3530 (trace_filename): New global.
3531 (tfile_open): Set it, check read returns.
3532 (tfile_close): Free trace_filename.
3533 (tfile_get_traceframe_address): Check read returns.
3534 (tfile_trace_find): Ditto.
3535 (tfile_fetch_registers): Ditto.
3536 (tfile_xfer_partial): Ditto.
3537 (tfile_get_trace_state_variable_value): Ditto.
3538
3539 2010-01-15 Stan Shebs <stan@codesourcery.com>
3540
3541 Add trace file support.
3542 * tracepoint.h (enum trace_stop_reason): New enum.
3543 (struct trace_status): New struct.
3544 (parse_trace_status): Declare.
3545 (struct uploaded_tp): Move here from remote.c,
3546 add fields for actions.
3547 (struct uploaded_tsv): New struct.
3548 * tracepoint.c (tfile_ops): New target vector.
3549 (trace_fd): New global.
3550 (tfile_open): New function.
3551 (tfile_close): New function.
3552 (tfile_files_info): New function.
3553 (tfile_get_trace_status): New function.
3554 (tfile_get_traceframe_address): New function.
3555 (tfile_trace_find): New function.
3556 (tfile_fetch_registers): New function.
3557 (tfile_xfer_partial): New function.
3558 (tfile_get_trace_state_variable_value): New function.
3559 (init_tfile_ops): New function.
3560 (_initialize_tracepoint): Call it, add tfile target.
3561 (trace_status): New global.
3562 (current_trace_status): New function.
3563 (trace_running_p): Remove, change all users to get from
3564 current_trace_status()->running.
3565 (get_trace_status): Remove.
3566 (trace_status_command): Call target_get_trace_status directly,
3567 report more detail including tracing stop reasons.
3568 (trace_find_command): Always allow tfind on a file.
3569 (trace_find_pc_command): Ditto.
3570 (trace_find_tracepoint_command): Ditto.
3571 (trace_find_line_command): Ditto.
3572 (trace_find_range_command): Ditto.
3573 (trace_find_outside_command): Ditto.
3574 (trace_frames_offset, cur_offset): Declare as off_t.
3575 (trace_regblock_size): Rename from reg_size, update users.
3576 (parse_trace_status): New function.
3577 (tfile_interp_line): New function.
3578 (disconnect_or_stop_tracing): Ensure current trace
3579 status before asking what to do.
3580 (stop_reason_names): New global.
3581 (trace_save_command): New command.
3582 (get_uploaded_tp): Move here from remote.c.
3583 (find_matching_tracepoint): Ditto.
3584 (merge_uploaded_tracepoints): New function.
3585 (parse_trace_status): Use stop_reason_names.
3586 (_initialize_tracepoint): Define tsave command.
3587 * target.h (target_ops): New fields to_save_trace_data,
3588 to_upload_tracepoints, to_upload_trace_state_variables,
3589 to_get_raw_trace_data, change to_get_trace_status
3590 to take a pointer to a status struct.
3591 (target_save_trace_data): New macro.
3592 (target_upload_tracepoints): New macro.
3593 (target_upload_trace_state_variables): New macro.
3594 (target_get_raw_trace_data): New macro.
3595 * target.c (update_current_target): Add new methods, change
3596 signature of to_get_trace_status.
3597 * remote.c (hex2bin): Make globally visible.
3598 (bin2hex): Ditto.
3599 (remote_download_trace_state_variable): Download name also.
3600 (remote_get_trace_status): Update parameter, use
3601 parse_trace_status.
3602 (remote_save_trace_data): New function.
3603 (remote_upload_tracepoints): New function.
3604 (remote_upload_trace_state_variables): New function.
3605 (remote_get_raw_trace_data): New function.
3606 (remote_start_remote): Use them.
3607 (_initialize_remote_ops): Add operations.
3608 * ax-gdb.c: Include breakpoint.h.
3609 * breakpoint.c (create_tracepoint_from_upload): Use
3610 break_command_really, return tracepoint, warn about unimplemented
3611 parts.
3612 * NEWS: Mention trace file addition.
3613
3614 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3615
3616 Fix compilation warning on gcc-3.4.
3617 * exec.c (print_section_info): Move the `displacement' variable
3618 initialization to its declaration.
3619
3620 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3621
3622 * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
3623 comparison.
3624
3625 2010-01-15 Eric Botcazou <botcazou@adacore.com>
3626
3627 "info tasks" broken by typedefs in ATCB type definitions.
3628 * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
3629 ada_check_typedef before retrieving the length of the type for
3630 regular fields.
3631
3632 2010-01-15 Joel Brobecker <brobecker@adacore.com>
3633
3634 Do not use name-based lookup for unconstrained packed arrays.
3635 * ada-lang.c (find_parallel_type_by_descriptive_type):
3636 Limit the fallback to name-based lookups to the case where
3637 the type is a constrained packed array.
3638
3639 2010-01-15 Joel Brobecker <brobecker@adacore.com>
3640
3641 Enhance gdb-gdb.py to handle main_type.type_specific.
3642 * gdb-gdb.py: Print the type-specific part of struct main_type.
3643
3644 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3645
3646 * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
3647 * configure: Regenerate.
3648 * config.in: Regenerate.
3649 * utils.c: Include sys/resource.h.
3650 (dump_core, can_dump_core): New.
3651 (internal_vproblem): Update the comment. Check can_dump_core while
3652 setting dump_core_p. Replace two abort calls by dump_core calls.
3653
3654 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3655 Eli Zaretskii <eliz@gnu.org>
3656
3657 * NEWS: Document the PIE support.
3658
3659 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3660
3661 * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
3662 (check_is_pie_binary, _initialize_linux_tdep): Remove.
3663
3664 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3665
3666 * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
3667 Replace exec_entry_point call by bfd_get_start_address.
3668
3669 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3670
3671 Support Valgrind attachments broken by the PIE support.
3672 * auxv.c: Include gdbcore.h.
3673 (procfs_xfer_auxv): Make static. Reduce its comment. Drop its
3674 parameters ops, object and annex. Remove their assertions.
3675 (ld_so_xfer_auxv, memory_xfer_auxv): New function.
3676 * auxv.h (procfs_xfer_auxv): Remove comment. Rename to ...
3677 (memory_xfer_auxv): ... here.
3678 * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
3679 memory_xfer_auxv.
3680 * procfs.c (procfs_xfer_partial): Likewise.
3681 * solib-svr4.c (svr4_relocate_main_executable): New prototype.
3682 (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
3683 (svr4_solib_create_inferior_hook): Conditionalize the
3684 svr4_relocate_main_executable call.
3685
3686 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3687
3688 * solib-svr4.c (scan_dyntag): Remove variable dyn_addr. New variable
3689 target_section. Find SECT in current_target_sections, gdb_assert it.
3690 (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
3691 New variable abfd.
3692 * symtab.c (lookup_objfile_from_block): Return the binary file instead
3693 of separate debug info file.
3694
3695 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3696
3697 Support PIEs with no symfile_objfile.
3698 * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
3699 * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
3700
3701 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3702
3703 * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
3704 code part to ...
3705 (svr4_static_exec_displacement): ... a new function.
3706 (svr4_exec_displacement): New function.
3707 (svr4_relocate_main_executable): Call svr4_exec_displacement. Allocate
3708 new_offsets using alloca now. Remove variable old_chain and changed.
3709 Call objfile_relocate unconditionally now.
3710
3711 2010-01-14 Doug Evans <dje@google.com>
3712
3713 * gdbtypes.c (arch_flags_type): Fix comment.
3714 * gdbtypes.h (arch_composite_type): Fix comment.
3715
3716 2009-01-14 Tristan Gingold <gingold@adacore.com>
3717
3718 * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
3719 Call xstrdup for abfd->filename. Pass symfile_flags and objfile flags
3720 to symbol_file_add_from_bfd. Add OSO as separate objfile.
3721 (macho_oso_symfile): Add symfile_flags parameter. Pass it to
3722 macho_add_oso_symfile.
3723 (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
3724
3725 2010-01-14 Joel Brobecker <brobecker@adacore.com>
3726
3727 Tru64: Dead threads are never deleted.
3728 * dec-thread.c (dec_thread_ptid_is_alive): New function.
3729 (dec_thread_count_gdb_threads): Fix counter increment.
3730 (dec_thread_add_gdb_thread): Fix *listp increment.
3731 (resync_thread_list): Fix bug in deletion of dead threads that
3732 caused all threads to be deleted, instead of just the dead ones.
3733
3734 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
3735
3736 PR python/10705
3737
3738 * python/python-internal.h: Add lazy_string_object_type
3739 definition.
3740 (create_lazy_string_object, gdbpy_initialize_lazy_string)
3741 (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
3742 * python/py-value.c (valpy_lazy_string): New function.
3743 (convert_value_from_python): Add lazy string conversion.
3744 * python/py-prettyprint.c (pretty_print_one_value): Check if
3745 return is also a lazy string.
3746 (print_string_repr): Add lazy string printing branch.
3747 (print_children): Likewise.
3748 * python/py-lazy-string.c: New file. Implement lazy strings.
3749 * python/python.c (_initialize_python): Call
3750 gdbpy_initialize_lazy_string.
3751 * varobj.c (value_get_print_value): Add lazy string printing
3752 branch. Account for encoding.
3753 * c-lang.c (c_printstr): Account for new encoding argument. If
3754 encoding is NULL, find encoding suited for type, otherwise use
3755 user encoding.
3756 * language.h (language_defn): Add encoding argument.
3757 (LA_PRINT_STRING): Likewise.
3758 * language.c (unk_lang_printstr): Update to reflect new encoding
3759 argument to language_defn.
3760 * ada-lang.h (ada_printstr): Likewise.
3761 * c-lang.h (c_printstr): Likewise.
3762 * p-lang.h (pascal_printstr);
3763 * f-lang.c (f_printstr): Likewise.
3764 * m2-lang.c (m2_printstr): Likewise.
3765 * objc-lang.c (objc_printstr): Likewise.
3766 * p-lang.c (pascal_printstr): Likewise.
3767 * scm-lang.c (scm_printstr): Likewise.
3768 * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
3769 encoding argument.
3770 * ada-valprint.c (ada_printstr): Likewise.
3771 * f-valprint.c (f_val_print): Likewise
3772 * m2-valprint.c (m2_val_print): Likewise.
3773 * p-valprint.c (pascal_val_print): Likewise.
3774 * expprint.c (print_subexp_standard): Likewise.
3775 * valprint.c (val_print_string): Likewise.
3776 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
3777 (SUBDIR_PYTHON_SRCS): Likewise.
3778 (py-lazy-string.o): New rule.
3779
3780 2010-01-13 Doug Evans <dje@google.com>
3781
3782 * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
3783 uninitialized" warning from gcc on local `tree'.
3784
3785 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
3786
3787 Implement core awareness.
3788
3789 * bcache.c (compare_ints): Remove
3790 (print_percentage): Use compare_positive_ints.
3791 * defs.h (compare_positive_ints): Declare.
3792 * linux-nat.h (struct lin_lwp): New field core.
3793 (linux_nat_core_of_thread_1): Declare.
3794 * linux-nat.c (add_lwp): Init the 'core' field.
3795 (linux_nat_wait_1): Record the core.
3796 (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
3797 (linux_nat_add_target): Register the above.
3798 * linux-thread-db.c (update_thread_core): New.
3799 (thread_db_find_new_threads): Update core information for
3800 every thread.
3801 * remote.c (struct private_thread_info): New.
3802 (free_private_thread_info, demand_private_info): New.
3803 (PACKET_qXfer_threads, use_osdata_threads): New.
3804 (struct thread_item, threads_parsing_context
3805 (start_thread, end_thread, thread_attributes)
3806 (thread_children, threads_children, threads_elements): New.
3807 (remote_threads_info): Try qXfer:threads before anything
3808 else.
3809 (remote_protocol_packets): Register qXfer:threads.
3810 (remote_open_1): Init use_osdata_threads.
3811 (struct stop_reply): New field 'core'.
3812 (remote_parse_stop_reply): Parse core number.
3813 (process_stop_reply): Record core number.
3814 (remote_xfer_partial): Handle qXfer:threads.
3815 (remote_core_of_thread): New.
3816 (init_remote_ops): Register remote_core_of_thread.
3817 (_initialize_remote): Register qXfer:read.
3818 * target.c (target_core_of_thread): New
3819 * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
3820 (struct target_ops): New field to_core_of_threads.
3821 (target_core_of_thread): Declare.
3822 * gdbthread.h (struct thread_info): New field private_dtor.
3823 * thread.c (print_thread_info): Report the core.
3824 * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
3825 * utils.c (compare_positive_ints): New.
3826 * features/threads.dtd: New.
3827 * mi/mi-interp.c (mi_on_normal_stop): Report the core.
3828 * mi/mi-main.c (struct collect_cores_data, collect_cores)
3829 (do_nothing, free_vector_of_osdata_items)
3830 (splay_tree_int_comparator, free_splay_tree): New.
3831 (print_one_inferior_data): Implemented printing of selected
3832 inferiors. Collect and print cores.
3833 (output_cores): New.
3834 (mi_cmd_list_thread_groups): Support --recurse. Permit specifying
3835 thread groups together with --available.
3836
3837 2010-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3838
3839 * configure: Regenerate (for _STRUCTURED_PROC).
3840
3841 2010-01-12 Joel Brobecker <brobecker@adacore.com>
3842
3843 Delete dead function.
3844 * ada-lang.c (extract_string): Delete. No longer used.
3845
3846 2010-01-12 Joel Brobecker <brobecker@adacore.com>
3847
3848 Fix -Wunused warning in dec-thread.c.
3849 * dec-thread.c (dec_thread_count_gdb_threads)
3850 (dec_thread_add_gdb_thread): Prevent -Wunused warning.
3851
3852 2010-01-12 Joel Brobecker <brobecker@adacore.com>
3853
3854 * ada-valprint.c (ada_print_floating): Remove trailing space.
3855
3856 2010-01-12 Joel Brobecker <brobecker@adacore.com>
3857
3858 Add support for DW_AT_GNAT_descriptive_type.
3859 * gdbtypes.h (enum type_specific_kind): New enum.
3860 (struct main_type) [type_specific_field]: New component.
3861 [type_specific]: Add new component "gnat_stuff".
3862 (struct gnat_aux_type): New type.
3863 (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
3864 (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
3865 (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
3866 (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
3867 (TYPE_SPECIFIC_FIELD): New macros.
3868 (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
3869 type does not hold any cplus-specific data.
3870 (TYPE_RAW_CPLUS_SPECIFIC): New macro.
3871 (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
3872 (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
3873 cplus-specific data.
3874 * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
3875 Set new component TYPE_SPECIFIC_FIELD (type).
3876 (gnat_aux_default): New constant.
3877 (allocate_gnat_aux_type): New function.
3878 (init_type): Add initialization the type-specific stuff for
3879 TYPE_CODE_FLT and TYPE_CODE_FUNC types.
3880 (print_gnat_stuff): New function.
3881 (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
3882 specific data. Adjust code that prints the contents of the
3883 type-specific union using the TYPE_SPECIFIC_FIELD value.
3884 * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
3885 the type cplus stuff for Ada types.
3886 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
3887 Error out if these routines are called with an Ada type.
3888 (read_structure_type, read_array_type, read_subrange_type):
3889 Add call to set_descriptive_type.
3890 (set_die_type): Initialize the gnat-specific data if necessary.
3891 (need_gnat_info, die_descriptive_type, set_descriptive_type):
3892 New functions.
3893 * ada-lang.c (decode_constrained_packed_array_type): Use
3894 decode_constrained_packed_array_type instead of doing a standard
3895 lookup to locate a parallel type.
3896 (find_parallel_type_by_descriptive_type): New function.
3897 (ada_find_parallel_type_with_name): New function.
3898 (ada_find_parallel_type): Reimplement using
3899 ada_find_parallel_type_with_name.
3900 * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
3901 to check if type has a cplus stuff.
3902 * linespec.c (total_number_of_methods): Likewise.
3903 * mdebugread.c (new_type): Likewise.
3904
3905 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3906
3907 * NEWS: Document the 0b binary number prefix parsing.
3908
3909 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3910
3911 * objfiles.c (objfile_relocate1): Change the return type to int.
3912 Describe the new return value. Return non-zero if data changed.
3913 (objfile_relocate): New variable changed. Set it. Call
3914 breakpoint_re_set depending on CHANGED.
3915
3916 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3917
3918 Implement binary numbers parsing.
3919 * c-exp.y (parse_number): New case 'b' and 'B'.
3920
3921 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3922 Tristan Gingold <gingold@adacore.com>
3923
3924 * solib.c (info_sharedlibrary_command): Replace
3925 objfile_has_partial_symbols and objfile_has_full_symbols calls by
3926 objfile_has_symbols.
3927
3928 2010-01-10 Joel Brobecker <brobecker@adacore.com>
3929
3930 * NEWS: Document the improvements made to the mips-irix port.
3931
3932 2010-01-09 Joel Brobecker <brobecker@adacore.com>
3933
3934 Fix the documentation of valprint.c:value_print.
3935 * valprint.c (value_print): Update the function description to
3936 mention that the syntax of the output follows the current_language,
3937 not necessarily C.
3938
3939 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3940
3941 Fix displacement of separate debug info files.
3942 * objfiles.c (objfile_relocate): Rename to ...
3943 (objfile_relocate1): ... here and make it static. Extend the comment.
3944 (objfile_relocate): New function.
3945 * solib-spu.c (spu_relocate_main_executable): Explicitly check if
3946 SYMFILE_OBJFILE is NULL. Remove variables objfile and old_chain.
3947 Remove following of SEPARATE_DEBUG_OBJFILE. new_offsets is now
3948 allocated using alloca.
3949 * symfile.c (copy_section_addr_info): Remove.
3950 (build_section_addr_info_from_objfile): Make it global. New variables
3951 addr_bit and mask, use them.
3952 * symfile.h (build_section_addr_info_from_objfile): New prototype.
3953 (copy_section_addr_info): Remove.
3954
3955 2010-01-09 Joel Brobecker <brobecker@adacore.com>
3956
3957 Signal unwinder for mips-irix N32.
3958 * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
3959 tramp-frame.h.
3960 (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
3961 (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
3962 (SIGCONTEXT_LO_OFF): New macros.
3963 (mips_irix_n32_tramp_frame_init): New function.
3964 (mips_irix_n32_tramp_frame): New static constant.
3965 (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
3966
3967 2010-01-09 Joel Brobecker <brobecker@adacore.com>
3968
3969 Breakpoint in shared library does not work on mips-irix.
3970 * procfs.c: #include "observer.h".
3971 (procfs_inferior_created): New function, moving here the code
3972 which unsets the syssgi syscall-exit notifications.
3973 (procfs_create_inferior): Remove the code which unsets the syssgi
3974 syscall-exit notifications. It is too early to do this here.
3975 (_initialize_procfs): Attach the procfs_inferior_created observer.
3976
3977 2010-01-09 Joel Brobecker <brobecker@adacore.com>
3978
3979 Wrong return convention for arrays (mips-irix).
3980 * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
3981 128 bits or smaller are returned the same way as structs
3982 and unions of the the same size.
3983
3984 2010-01-09 Joel Brobecker <brobecker@adacore.com>
3985
3986 Cannot set the PC on mips-irix.
3987 * irix5-nat.c (fill_gregset): Check regno against the raw PC
3988 register number, no the cooked one.
3989
3990 2010-01-09 Joel Brobecker <brobecker@adacore.com>
3991
3992 Error while loading core file on mips-irix.
3993 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
3994 if debugging from a core file.
3995
3996 2010-01-09 Joel Brobecker <brobecker@adacore.com>
3997
3998 GDB hangs when attaching to process on mips-irix.
3999 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
4000 attaching to a process.
4001
4002 2010-01-09 Joel Brobecker <brobecker@adacore.com>
4003
4004 Use the correct breakpoint instruction on mips-irix.
4005 * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
4006 containing the correct breakpoint instruction to use on mips-irix.
4007 Use it when the osabi is GDB_OSABI_IRIX.
4008
4009 2010-01-09 Joel Brobecker <brobecker@adacore.com>
4010
4011 -Wunused warning in procfs.c (mips-irix only).
4012 * procfs.c (gdb_praddset, gdb_prdelset): New macros. Use them
4013 throughout instead of using praddset and prdelset respectively.
4014
4015 2010-01-09 Joel Brobecker <brobecker@adacore.com>
4016
4017 GDB crash while stepping into function.
4018 * infrun.c (handle_inferior_event): Refetch the current frame
4019 after handling what.main_action, in case that pointer became
4020 dangling.
4021
4022 2010-01-09 Joel Brobecker <brobecker@adacore.com>
4023
4024 Fix build failure of solaris-hosted cross debuggers.
4025 * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
4026
4027 2010-01-09 Daniel Gutson <dgutson@codesourcery.com>
4028
4029 Fix build failure on sparc-solaris.
4030 * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
4031
4032 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4033
4034 Move some symfile code into subroutines.
4035 * symfile.h (relative_addr_info_to_section_offsets)
4036 (addr_info_make_relative): New prototypes.
4037 * symfile.c (default_symfile_offsets): Move a part to ...
4038 (relative_addr_info_to_section_offsets): ... this new function.
4039 (default_symfile_offsets): Call it.
4040 (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
4041 this part to ...
4042 (addr_info_make_relative): ... this new function.
4043
4044 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4045
4046 Add from_tty to solib_create_inferior_hook.
4047 * infcmd.c (post_create_inferior): Move solib_add after
4048 solib_create_inferior_hook. Pass from_tty to
4049 solib_create_inferior_hook. Call solib_add and SOLIB_ADD with
4050 0 from_tty and comment why.
4051 * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
4052 * linux-nat.c (linux_child_follow_fork): Likewise.
4053 * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
4054 * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
4055 from_tty.
4056 * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
4057 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
4058 * solib-null.c (null_solib_create_inferior_hook): Likewise.
4059 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
4060 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
4061 * solib-som.c (som_solib_create_inferior_hook): Likewise.
4062 * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
4063 Pass it to svr4_so_ops.solib_create_inferior_hook.
4064 * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
4065 from_tty.
4066 * solib-svr4.c (enable_break): New parameter from_tty. Pass it to
4067 solib_add.
4068 (svr4_solib_create_inferior_hook): New parameter from_tty. Pass it to
4069 enable_break.
4070 * solib-target.c (solib_target_solib_create_inferior_hook): New
4071 parameter from_tty.
4072 * solib.c (solib_create_inferior_hook): New parameter from_tty. Pass
4073 it to ops->solib_create_inferior_hook.
4074 (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
4075 Move solib_add after solib_create_inferior_hook, call it now with
4076 from_tty as 0. New comment there.
4077 * solib.h (solib_create_inferior_hook): New parameter from_tty.
4078 * solist.h (struct target_so_ops <solib_create_inferior_hook>):
4079 Likewise.
4080
4081 2010-01-08 Vladimir Prus <vladimir@codesourcery.com>
4082
4083 Fix multiexec race.
4084 * infrun.c (handle_inferior_event): Use get_thread_regcache
4085 with events ptid, not get_current_regcache.
4086
4087 2009-01-08 Joel Brobecker <brobecker@adacore.com>
4088
4089 GDB crash with empty executable name (MinGW).
4090 * source.c (openp): Add assert that parameter string is not NULL.
4091 if parameter string is an empty string, then return with a failure
4092 immediately.
4093
4094 2009-01-08 Joel Brobecker <brobecker@adacore.com>
4095
4096 Get rid of support for VAX Floats.
4097 * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
4098 (ada_vax_float_print_function): Delete.
4099 * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
4100 (ada_vax_float_print_function): Delete.
4101 * ada-typeprint.c (print_vax_floating_point_type): Delete.
4102 (ada_print_type): Remove support for VAX floats.
4103 * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
4104
4105 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4106
4107 * stabsread.c (read_args): Handle zero arguments.
4108
4109 2009-01-08 Joel Brobecker <brobecker@adacore.com>
4110
4111 Cannot find in-tree libiconv.a after reconfigure.
4112 * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
4113 that we can use, then cache the path to this archive.
4114 * configure: Regenerate.
4115
4116 2010-01-07 Stan Shebs <stan@codesourcery.com>
4117
4118 Make tracepoint operations go through target vector.
4119 * target.h (enum trace_find_type): New enum.
4120 (struct target_ops): New fields to_trace_init,
4121 to_download_tracepoint, to_download_trace_state_variable,
4122 to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
4123 to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
4124 to_set_disconnected_tracing.
4125 (target_trace_init): New macro.
4126 (target_download_tracepoint): New macro.
4127 (target_download_trace_state_variable): New macro.
4128 (target_trace_start): New macro.
4129 (target_trace_set_readonly_regions): New macro.
4130 (target_get_trace_status): New macro.
4131 (target_trace_stop): New macro.
4132 (target_trace_find): New macro.
4133 (target_get_trace_state_variable_value): New macro.
4134 (target_set_disconnected_tracing): New macro.
4135 * target.c (update_current_target): Inherit and set defaults for
4136 tracepoint operations.
4137 * tracepoint.c (default_collect): Make globally visible.
4138 (target_is_remote): Remove, along with all calls.
4139 (tvariables_info): Call target_get_trace_state_variable_value.
4140 (remote_set_transparent_ranges): Remove.
4141 (trace_start_command): Call target_trace_init,
4142 target_download_tracepoint, etc.
4143 (download_tracepoint): Remove.
4144 (trace_stop_command): Simplify.
4145 (stop_tracing): Call target_trace_stop.
4146 (get_trace_status): Call target_get_trace_status.
4147 (trace_status_command): Add case for targets that cannot trace.
4148 (finish_tfind_command): Change to take numerical arguments, call
4149 target_trace_find.
4150 (trace_find_command): Update call to finish_tfind_command.
4151 (trace_find_pc_command): Ditto.
4152 (trace_find_tracepoint_command): Ditto.
4153 (trace_find_line_command): Ditto.
4154 (trace_find_range_command): Ditto.
4155 (trace_find_outside_command): Ditto.
4156 (set_disconnected_tracing_value): Call
4157 target_set_disconnected_tracing.
4158 * remote.c: Add protocol encoding bits from tracepoint.c.
4159 (trace_error): Move from tracepoint.c.
4160 (remote_get_noisy_reply): Ditto.
4161 (free_actions_list_cleanup_wrapper): Ditto.
4162 (free_actions_list): Ditto.
4163 (remote_trace_init): New function.
4164 (remote_download_tracepoint): New function.
4165 (remote_download_trace_state_variable): New function.
4166 (remote_trace_set_readonly_regions): New function.
4167 (remote_trace_start): New function.
4168 (remote_get_trace_status): New function.
4169 (remote_trace_stop): New function.
4170 (remote_trace_find): New function.
4171 (remote_download_trace_state_variable): New function.
4172 (remote_set_disconnected_tracing): New function.
4173 (init_remote_ops): Add tracepoint operations.
4174
4175 * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
4176
4177 2010-01-07 Tristan Gingold <gingold@adacore.com>
4178
4179 * symfile.c (build_section_addr_info_from_objfile): New function.
4180 (symbol_file_add_separate): Don't use offsets from objfile but
4181 built an addr info.
4182
4183 2010-01-06 Stan Shebs <stan@codesourcery.com>
4184
4185 Support disconnected tracing.
4186 * infcmd.c (detach_command): Ask whether to stop tracing.
4187 * cli/cli-cmds.c (quit_command): Ditto.
4188 * breakpoint.h (struct breakpoint): New field number_on_target.
4189 * breakpoint.c (create_tracepoint_from_upload): New function.
4190 (get_tracepoint_by_number_on_target): New function.
4191 * remote.c (struct remote): New field disconnected_tracing.
4192 (remote_disconnected_tracing_feature): New function.
4193 (remote_protocol_features): Add DisconnectedTracing.
4194 (struct uploaded_tp): New struct.
4195 (uploaded_tps): New global.
4196 (get_uploaded_tp): New function.
4197 (find_matching_tracepoint): New function.
4198 (remote_get_tracing_state): New function.
4199 (remote_start_remote): Call it.
4200 * tracepoint.c (disconnected_tracing): New global.
4201 (trace_start_command): Initialize number_on_target.
4202 (stop_tracing): New function, split out from...
4203 (trace_stop_command): Call stop_tracing.
4204 (get_trace_status): New function, split out from...
4205 (trace_status_command): Call get_trace_status, add info on
4206 disconnection behavior.
4207 (disconnect_or_stop_tracing): New function.
4208 (finish_tfind_command): Translate from number on target.
4209 (trace_find_tracepoint_command): Translate to number on target.
4210 (send_disconnected_tracing_value): New function.
4211 (set_disconnected_tracing): New function.
4212 (_initialize_tracepoint): Add disconnected-tracing variable.
4213 * NEWS: Mention disconnected tracing.
4214
4215 2010-01-06 Tristan Gingold <gingold@adacore.com>
4216
4217 * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
4218 parameter to main_objfile. Iterate on all separate debug objfiles.
4219 * symfile.h (symbol_file_add_separate)
4220 (find_separate_debug_file_by_debuglink): Remove parameter names.
4221 * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
4222 (reread_symbols): Use free_objfile_separate_debug.
4223 * objfiles.h (struct objfile): Add separate_debug_objfile_link.
4224 Adjust comment.
4225 (objfile_separate_debug_iterate, add_separate_debug_objfile)
4226 (free_objfile_separate_debug): New prototypes.
4227 * objfiles.c (objfile_separate_debug_iterate): New function.
4228 (add_separate_debug_objfile, free_objfile_separate_debug): New
4229 functions.
4230 (free_objfile): Use free_objfile_separate_debug. Adjust for
4231 multiple separate debug objfile.
4232 (objfile_has_symbols): Adjust comment. Iterate on all separate
4233 debug objfiles.
4234 * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
4235 debug objfile.
4236 (lookup_minimal_symbol_text): Ditto.
4237 (lookup_minimal_symbol_by_pc_name): Ditto.
4238 (lookup_minimal_symbol_solib_trampoline): Ditto.
4239 (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
4240 debug objfiles.
4241
4242 2010-01-05 Stan Shebs <stan@codesourcery.com>
4243
4244 Add fast tracepoints.
4245 * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
4246 * arch-utils.c (default_fast_tracepoint_valid_at): New function.
4247 * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
4248 * breakpoint.c (tracepoint_type): New function.
4249 (ALL_TRACEPOINTS): Use it.
4250 (should_be_inserted): Ditto.
4251 (bpstat_check_location): Ditto.
4252 (print_one_breakpoint_location): Ditto.
4253 (user_settable_breakpoint): Ditto.
4254 (set_breakpoint_location_function): Ditto.
4255 (disable_breakpoints_in_shlibs): Ditto.
4256 (delete_trace_command): Ditto.
4257 (print_it_typical): Add bp_fast_tracepoint case.
4258 (bpstat_what): Ditto.
4259 (print_one_breakpoint_location): Ditto.
4260 (allocate_bp_location): Ditto.
4261 (mention): Ditto.
4262 (breakpoint_re_set_one): Ditto.
4263 (disable_command): Ditto.
4264 (enable_command): Ditto.
4265 (check_fast_tracepoint_sals): New function.
4266 (break_command_really): Call it.
4267 (ftrace_command): New function.
4268 (_initialize_breakpoint): Add ftrace command.
4269 * gdbarch.sh (fast_tracepoint_valid_at): New.
4270 * gdbarch.h, gdbarch.c: Regenerate.
4271 * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
4272 (i386_gdbarch_init): Use it.
4273 * remote.c (struct remote_state): New field fast_tracepoints.
4274 (PACKET_FastTracepoints): New packet config type.
4275 (remote_fast_tracepoint_feature): New function.
4276 (remote_protocol_features): Add FastTracepoints.
4277 (remote_supports_fast_tracepoints): New function.
4278 (_initialize_remote): Add FastTracepoints.
4279 * tracepoint.c (download_tracepoint): Add fast tracepoint option.
4280 * NEWS: Mention fast tracepoints.
4281
4282 2010-01-06 Joel Brobecker <brobecker@adacore.com>
4283
4284 * gdb-gdb.py: New file.
4285
4286 2010-01-05 Michael Snyder <msnyder@vmware.com>
4287
4288 * infrun.c (handle_inferior_event): Fix typo in comment.
4289
4290 2010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4291
4292 * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
4293
4294 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
4295
4296 * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
4297 and s390x-linux64.
4298 (s390-linux32-expedite): Define.
4299 (s390-linux64-expedite): Define.
4300 (s390x-linux64-expedite): Define.
4301 * features/s390-acr.xml: New file.
4302 * features/s390-fpr.xml: New file.
4303 * features/s390-core32.xml: New file.
4304 * features/s390-core64.xml: New file.
4305 * features/s390x-core64.xml: New file.
4306 * features/s390-linux32.xml: New file.
4307 * features/s390-linux64.xml: New file.
4308 * features/s390x-linux64.xml: New file.
4309 * features/s390-linux32.c: New generated file.
4310 * features/s390-linux64.c: New generated file.
4311 * features/s390x-linux64.c: New generated file.
4312
4313 * regformats/s390-linux32.dat: New generated file.
4314 * regformats/s390-linux64.dat: New generated file.
4315 * regformats/s390x-linux64.dat: New generated file.
4316 * regformats/reg-s390.dat: Remove.
4317 * regformats/reg-s390x.dat: Remove.
4318
4319 * s390-nat.c: Include "auxv.h" and <elf.h>.
4320 (HWCAP_S390_HIGH_GPRS): Define if undefined.
4321 (s390_target_wordsize): New function.
4322 (s390_auxv_parse): Likewise.
4323 (s390_get_hwcap): Likewise.
4324 (s390_read_description): Likewise.
4325 (_initialize_s390_nat): Install s390_auxv_parse and
4326 s390_read_description.
4327
4328 * s390-tdep.c: Include "features/s390-linux32.c",
4329 "features/s390-linux64.c", and "features/s390x-linux64.c".
4330 (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
4331 (s390_register_call_saved): New function.
4332 (s390_register_name): Remove.
4333 (s390_register_type): Remove.
4334 (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
4335 (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
4336 (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
4337 (s390_pseudo_register_name): New function.
4338 (s390_pseudo_register_type): New function.
4339 (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
4340 Handle full GPR pesudos and varying pseudo register numbers.
4341 (s390_pseudo_register_write): Likewise
4342 (s390x_pseudo_register_read): Remove.
4343 (s390x_pseudo_register_write): Likewise.
4344 (s390_register_group): Remove.
4345 (s390_pseudo_register_group): New function.
4346 (s390_regmap_gregset): Add GPR upper halves.
4347 (s390x_regmap_gregset): Likewise.
4348 (s390_regmap_fpregset): Likewise.
4349 (s390_regmap_upper): New global variable.
4350 (s390_upper_regset): New global variable.
4351 (s390_upper_regset_sections): New global variable.
4352 (s390_regset_from_core_section): Handle GPR upper halves.
4353 (s390_core_read_description): New function.
4354 (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
4355 register information. Handle varying pseudo register numbers.
4356 (s390_backchain_frame_unwind_cache): Likewise.
4357 (s390_frame_prev_register): Unwind full GPRs to show lower halves.
4358 (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
4359 (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
4360 PC and CC pseudos. Unwind upper halves and full GPRs as appropriate.
4361 Handle varying pseudo register numbers.
4362 (s390_unwind_pc): Handle varying pseudo register numbers.
4363 (s390_dwarf2_prev_register): New function.
4364 (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
4365 register information. Handle varying pseudo register numbers.
4366 Install s390_dwarf2_prev_register to unwind full GPRs.
4367 (s390_gdbarch_init): Handle target descriptions. Assign varying
4368 pseudo register numbers. Install s390_adjust_frame_regnum.
4369 (_initialize_s390_tdep): Initialize target descriptions.
4370
4371 * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
4372 (S390_NUM_REGS): Redefine to include upper half registers.
4373 (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
4374 (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
4375 (tdesc_s390_linux32): Add declaration.
4376 (tdesc_s390_linux64): Likewise.
4377 (tdesc_s390x_linux64): Likewise.
4378
4379 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
4380
4381 * regset.h (struct core_regset_section): Add HUMAN_NAME.
4382 * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
4383 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
4384 (ppc_linux_vmx_regset_sections): Likewise.
4385 (ppc_linux_fp_regset_sections): Likewise.
4386
4387 * corelow.c (get_core_register_section): Constify arguments.
4388 (get_core_registers): Use gdbarch_core_regset_sections instead
4389 of hard-coded platform-specific register section names.
4390
4391 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
4392
4393 * dwarf2loc.c (read_pieced_value): If a piece occupies part of
4394 a register, assume the least-significant part is used.
4395 (write_pieced_value): Likewise.
4396
4397 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
4398
4399 * printcmd.c: Include "arch-utils.h".
4400 (do_one_display): Re-parse expression if current architecture changed.
4401
4402 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4403 Joel Brobecker <brobecker@adacore.com>
4404
4405 * gdbtypes.c (check_typedef): New comment on type length.
4406 * value.c (allocate_value_lazy): Remove the unused atype variable. New
4407 comment on type length.
4408 (value_primitive_field): Keep the original TYPE value, new comment.
4409
4410 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4411
4412 * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
4413 p_start. Change != comparisons to > and < comparisons.
4414
4415 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4416
4417 * cli/cli-script.c (process_next_line): Check P2 overrun.
4418
4419 2009-01-01 Joel Brobecker <brobecker@adacore.com>
4420
4421 Update the copyright hearder to add year 2010 for most GDB files.
4422
4423 2009-01-01 Joel Brobecker <brobecker@adacore.com>
4424
4425 Fix build failure in inf-ptrace.c.
4426 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
4427
4428 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4429
4430 * top.c (print_gdb_version): Update copyright year.
4431
4432 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4433
4434 Fix break *FUN'address thread NUM.
4435 * ada-lex.l (task): Expand rule to also match the thread keyword.
4436
4437 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4438
4439 Fix break *FUN'address task NUM.
4440 * ada-lex.l (task): New rule.
4441 * ada-lang.c (valid_task_id): Make sure the Ada task list has
4442 been built before using it.
4443
4444 For older changes see ChangeLog-2009.
4445 \f
4446 Local Variables:
4447 mode: change-log
4448 left-margin: 8
4449 fill-column: 74
4450 version-control: never
4451 coding: utf-8
4452 End: