]>
Commit | Line | Data |
---|---|---|
0ba1096a KT |
1 | 2011-03-23 Kai Tietz <[email protected]> |
2 | ||
3 | * breakpoint.c (clear_command): Use filename_cmp | |
4 | instead of strcmp for comparison. | |
5 | * buildsym.c (watch_main_source_file_lossage): Likewise. | |
6 | (patch_subfile_names): Use IS_DIR_SEPARATOR instead of | |
7 | checking just for slash. | |
8 | * dbxread.c (read_dbx_symtab): Use lbasename instead of | |
9 | strrchr and filename_cmp instead of strcmp for filenames. | |
10 | (add_old_header_file): Use filename_cmp | |
11 | instead of strcmp for comparison. | |
12 | * exec.c (exec_set_section_address): Likewise. | |
13 | * macrotab.c (macro_lookup_inclusion): Likewise. | |
14 | (macro_lookup_inclusion): Likewise. | |
15 | * elfread.c (_initialize_elfread): Likewise. | |
16 | (elfstab_offset_sections): Likewise. | |
17 | (elfstab_offset_sections): Use lbasename instead of | |
18 | strrchr. | |
19 | * mdebugread.c (parse_partial_symbols): Likewise. | |
20 | (arse_partial_symbols): Use filename_(n)cmp instead of | |
21 | str(n)cmp for comparison. | |
22 | * minsyms.c (lookup_minimal_symbol): Likewise. | |
23 | * psymtab.c (read_psymtabs_with_filename): Likewise. | |
24 | * solib.c (solib_read_symbols): Likewise. | |
25 | (reload_shared_libraries_1): Likewise. | |
26 | * symmisc.c (maintenance_print_symbols): Likewise. | |
27 | * symfile.c (separate_debug_file_exists): Likewise. | |
28 | (reread_symbols): Likewise. | |
29 | (find_separate_debug_file_by_debuglink): Likewise. | |
30 | * remote-fileio.c (remote_fileio_func_rename): Likewise. | |
31 | * source.c (add_path): Likewise. | |
32 | * symtab.c (filename_seen): Likewise. | |
33 | (file_matches): Likewise. | |
34 | (print_symbol_info): Likewise. | |
35 | (maybe_add_partial_symtab_filename): Likewise. | |
36 | (make_source_files_completion_list): Likewise. | |
37 | * xml-syscall.c (init_sysinfo): Likewise. | |
38 | * windows-nat.c (_initialize_check_for_gdb_ini): Use | |
39 | IS_DIR_SEPARATOR for checking for trailing path separator. | |
40 | ||
dd90784c JK |
41 | 2011-03-22 Jan Kratochvil <[email protected]> |
42 | ||
43 | * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_entry_value. New | |
44 | label abort_expression. | |
45 | * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Handle | |
46 | DWARF_VALUE_OPTIMIZED_OUT. | |
47 | ||
3167638f JK |
48 | 2011-03-22 Jan Kratochvil <[email protected]> |
49 | ||
50 | Code cleanup. | |
51 | * c-typeprint.c (c_type_print_args): Change parameter show_artificial | |
52 | to linkage_name. Invert its value. Update the function comment. | |
53 | (c_type_print_varspec_suffix): Invert it at the caller. | |
54 | * dwarf2read.c (dwarf2_compute_name): Invert it at the caller. | |
55 | ||
ce406537 PA |
56 | 2011-03-22 Pedro Alves <[email protected]> |
57 | ||
58 | * infcmd.c (post_create_inferior): Ignore NOT_AVAILABLE_ERROR | |
59 | errors when reading the `stop_pc'. | |
60 | * printcmd.c (pc_prefix): Use get_frame_pc_if_available instead of | |
61 | get_frame_pc. | |
62 | ||
da5d4055 PM |
63 | 2011-03-22 Phil Muldoon <[email protected]> |
64 | ||
65 | * NEWS: Document gdb.Write stream keyword. | |
66 | ||
29e0eb9c JK |
67 | 2011-03-22 Jan Kratochvil <[email protected]> |
68 | ||
69 | Revert: | |
70 | 2011-03-21 Jan Kratochvil <[email protected]> | |
71 | * dwarf2read.c (producer_is_gxx_lt_4_6): New function. | |
72 | (dwarf2_add_field): Fix new_field->accessibility for | |
73 | cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6. | |
74 | ||
05775840 PM |
75 | 2011-03-22 Phil Muldoon <[email protected]> |
76 | ||
77 | PR python/12183 | |
78 | ||
79 | * python/py-function.c (fnpy_call): Treat GdbErrors differently to | |
80 | other error classes. Do not print stack trace. | |
81 | ||
a0cb7835 JK |
82 | 2011-03-21 Jan Kratochvil <[email protected]> |
83 | ||
84 | * dwarf2read.c (producer_is_gxx_lt_4_6): New function. | |
85 | (dwarf2_add_field): Fix new_field->accessibility for | |
86 | cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6. | |
87 | ||
d19f7eee UW |
88 | 2011-03-21 Ulrich Weigand <[email protected]> |
89 | ||
90 | * arm-tdep.c (arm_analyze_prologue): Do not abort parsing when | |
91 | encountering a load via a non-SP register. | |
92 | ||
4a2fbb50 UW |
93 | 2011-03-21 Ulrich Weigand <[email protected]> |
94 | ||
95 | * tramp-frame.c (tramp_frame_prepend_unwinder): Set stop_reason | |
96 | field in returned unwinder. | |
97 | ||
3489610d JB |
98 | 2012-03-21 Jan Kratochvil <[email protected]> |
99 | ||
100 | * ada-lang.c (replace_operator_with_call): Copy also GDBARCH. | |
101 | ||
8c1a34e7 JB |
102 | 2012-03-21 Joel Brobecker <[email protected]> |
103 | ||
104 | * ada-lang.c (replace_operator_with_call): Use xzalloc instead | |
105 | of xmalloc. | |
106 | ||
8fbca658 PA |
107 | 2012-03-18 Pedro Alves <[email protected]> |
108 | ||
109 | * frame.c (frame_unwind_register): Throw an error if unwinding the | |
110 | register failed. | |
111 | * get_prev_frame_1 (get_prev_frame_1): Ask the unwinder if there's | |
112 | an unwind stop reason. | |
113 | (frame_stop_reason_string): Handle UNWIND_UNAVAILABLE. | |
114 | * frame.h (enum unwind_stop_reason) <UNWIND_OUTERMOST, | |
115 | UNWIND_UNAVAILABLE>: New. | |
116 | * inline-frame.c (inline_frame_unwind): Install | |
117 | default_frame_unwind_stop_reason. | |
118 | * frame-unwind.c: Include "exceptions.h". | |
119 | (frame_unwind_find_by_frame): Swallow NOT_AVAILABLE_ERROR errors. | |
120 | (default_frame_unwind_stop_reason): New. | |
121 | * frame-unwind.h (frame_unwind_stop_reason_ftype): New typedef. | |
122 | (default_frame_unwind_stop_reason): Declare. | |
123 | (struct frame_unwind) <stop_reason>: New function pointer. | |
124 | ||
125 | * dummy-frame.c: Install default_frame_unwind_stop_reason. | |
126 | * dwarf2-frame.c: Include exceptions.h. | |
127 | (struct dwarf2_frame_cache) <unavailable_retaddr>: New field. | |
128 | (dwarf2_frame_cache): Swallow NOT_AVAILABLE_ERROR errors when | |
129 | computing the CFA. If such an error was thrown, set | |
130 | unavailable_retaddr. | |
131 | (dwarf2_frame_unwind_stop_reason): New. | |
132 | (dwarf2_frame_this_id): Don't build a frame id if the CFA was | |
133 | unavailable. | |
134 | (dwarf2_frame_unwind): Install dwarf2_frame_unwind_stop_reason. | |
135 | (dwarf2_signal_frame_unwind): Ditto. | |
136 | ||
137 | * amd64-tdep.c: Include "exceptions.h". | |
138 | (struct amd64_frame_cache): New field "base_p". | |
139 | (amd64_init_frame_cache): Clear it. | |
140 | (amd64_frame_cache_1): New, factored out from amd64_frame_cache. | |
141 | Avoid reading registers with functions that throw if the register | |
142 | is not necessary to compute the frame base. | |
143 | (amd64_frame_cache): Reimplement wrapping amd64_frame_cache_1, and | |
144 | swallowing NOT_AVAILABLE_ERROR. | |
145 | (amd64_frame_unwind_stop_reason): New. | |
146 | (amd64_frame_this_id): Don't build a frame id if the frame base | |
147 | was unavailable. | |
148 | (amd64_frame_unwind): Install amd64_frame_unwind_stop_reason. | |
149 | (amd64_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set | |
150 | base_p if the frame base was computable. | |
151 | (amd64_sigtramp_frame_unwind_stop_reason): New. | |
152 | (amd64_sigtramp_frame_this_id): Don't build a frame id if the | |
153 | frame base was unavailable. | |
154 | (amd64_sigtramp_frame_unwind): Install | |
155 | amd64_sigtramp_frame_unwind_stop_reason. | |
156 | (amd64_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set | |
157 | base_p if the frame base was computable. | |
158 | (amd64_epilogue_frame_unwind_stop_reason): New. | |
159 | (amd64_epilogue_frame_this_id): Don't build a frame id if the | |
160 | frame base was unavailable. | |
161 | (amd64_epilogue_frame_unwind): Install | |
162 | amd64_epilogue_frame_unwind_stop_reason. | |
163 | * i386-tdep.c: Include "exceptions.h". | |
164 | (struct i386_frame_cache): New field "base_p". | |
165 | (i386_init_frame_cache): Clear it. | |
166 | (i386_frame_cache_1): New, factored out from amd64_frame_cache. | |
167 | Avoid reading registers with functions that throw if the register | |
168 | is not necessary to compute the frame base. | |
169 | (i386_frame_cache): Reimplement wrapping amd64_frame_cache_1, and | |
170 | swallowing NOT_AVAILABLE_ERROR. | |
171 | (i386_frame_unwind_stop_reason): New. | |
172 | (i386_frame_this_id): Don't build a frame id if the frame base was | |
173 | unavailable. | |
174 | (i386_frame_prev_register): Handle unavailable SP. | |
175 | (i386_frame_unwind): Install i386_frame_unwind_stop_reason. | |
176 | (i386_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set | |
177 | base_p if the frame base was computable. | |
178 | (i386_epilogue_frame_unwind_stop_reason): New. | |
179 | (i386_epilogue_frame_this_id): Don't build a frame id if the frame | |
180 | base was unavailable. | |
181 | (i386_epilogue_frame_unwind): Install | |
182 | i386_epilogue_frame_unwind_stop_reason. | |
183 | (i386_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set | |
184 | base_p if the frame base was computable. | |
185 | (i386_sigtramp_frame_unwind_stop_reason): New. | |
186 | (i386_sigtramp_frame_this_id): Don't build a frame id if the frame | |
187 | base was unavailable. | |
188 | (i386_sigtramp_frame_unwind): Install | |
189 | i386_sigtramp_frame_unwind_stop_reason. | |
190 | * sentinel-frame.c (sentinel_frame_prev_register): Use the value | |
191 | type's size, not the register's. | |
192 | (sentinel_frame_unwind): Install default_frame_unwind_stop_reason. | |
193 | ||
194 | * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind): Install | |
195 | default_frame_unwind_stop_reason. | |
196 | * alpha-tdep.c (alpha_sigtramp_frame_unwind) | |
197 | (alpha_heuristic_frame_unwind): Ditto. | |
198 | * amd64obsd-tdep.c (amd64obsd_trapframe_unwind): Ditto. | |
199 | * arm-tdep.c (arm_prologue_unwind, arm_stub_unwind): Ditto. | |
200 | * avr-tdep.c (avr_frame_unwind): Ditto. | |
201 | * cris-tdep.c (cris_sigtramp_frame_unwind, cris_frame_unwind): | |
202 | Ditto. | |
203 | * frv-linux-tdep.c (frv_linux_sigtramp_frame_unwind): Ditto. | |
204 | * frv-tdep.c (frv_frame_unwind): Ditto. | |
205 | * h8300-tdep.c (h8300_frame_unwind): Ditto. | |
206 | * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind): Ditto. | |
207 | * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind): Ditto. | |
208 | * hppa-tdep.c (hppa_frame_unwind, hppa_fallback_frame_unwind) | |
209 | (hppa_stub_frame_unwind): Ditto. | |
210 | * i386obsd-tdep.c (i386obsd_trapframe_unwind): Ditto. | |
211 | * ia64-tdep.c (ia64_frame_unwind, ia64_sigtramp_frame_unwind) | |
212 | (ia64_libunwind_frame_unwind) | |
213 | (ia64_libunwind_sigtramp_frame_unwind): Ditto. | |
214 | * iq2000-tdep.c (iq2000_frame_unwind): Ditto. | |
215 | * lm32-tdep.c (lm32_frame_unwind): Ditto. | |
216 | * m32c-tdep.c (m32c_unwind): Ditto. | |
217 | * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_unwind): Ditto. | |
218 | * m32r-tdep.c (m32r_frame_unwind): Ditto. | |
219 | * m68hc11-tdep.c (m68hc11_frame_unwind): Ditto. | |
220 | * m68k-tdep.c (m68k_frame_unwind): Ditto. | |
221 | * m68klinux-tdep.c (m68k_linux_sigtramp_frame_unwind): Ditto. | |
222 | * m88k-tdep.c (m88k_frame_unwind): Ditto. | |
223 | * mep-tdep.c (mep_frame_unwind): Ditto. | |
224 | * microblaze-tdep.c (microblaze_frame_unwind): Ditto. | |
225 | * mips-tdep.c (mips_insn16_frame_unwind, mips_insn32_frame_unwind) | |
226 | (mips_stub_frame_unwind): Ditto. | |
227 | * mn10300-tdep.c (mn10300_frame_unwind): Ditto. | |
228 | * moxie-tdep.c (moxie_frame_unwind): Ditto. | |
229 | * mt-tdep.c (mt_frame_unwind): Ditto. | |
230 | * ppc-linux-tdep.c (ppu2spu_unwind): Ditto. | |
231 | * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_unwind): Ditto. | |
232 | * rs6000-tdep.c (rs6000_frame_unwind): Ditto. | |
233 | * s390-tdep.c (s390_frame_unwind, s390_stub_frame_unwind) | |
234 | (s390_sigtramp_frame_unwind): Ditto. | |
235 | * score-tdep.c (score_prologue_unwind): Ditto. | |
236 | * sh-tdep.c (sh_frame_unwind): Ditto. | |
237 | * sh64-tdep.c (sh64_frame_unwind): Ditto. | |
238 | * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_unwind): Ditto. | |
239 | * sparc-tdep.c (sparc32_frame_unwind): Ditto. | |
240 | * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_unwind): Ditto. | |
241 | * sparc64-tdep.c (sparc64_frame_unwind): Ditto. | |
242 | * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_unwind): Ditto. | |
243 | * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_unwind): Ditto. | |
244 | * sparc64obsd-tdep.c (sparc64obsd_frame_unwind) | |
245 | (sparc64obsd_trapframe_unwind): Ditto. | |
246 | * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_unwind): Ditto. | |
247 | * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_unwind): Ditto. | |
248 | * spu-tdep.c (spu_frame_unwind, spu2ppu_unwind): Ditto. | |
249 | * v850-tdep.c (v850_frame_unwind): Ditto. | |
250 | * vax-tdep.c (vax_frame_unwind): Ditto. | |
251 | * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_unwind): Ditto. | |
252 | * xstormy16-tdep.c (frame_unwind xstormy16_frame_unwind): Ditto. | |
253 | * xtensa-tdep.c (xtensa_unwind): Ditto. | |
254 | ||
f23d1b92 PA |
255 | 2011-03-18 Pedro Alves <[email protected]> |
256 | ||
257 | * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Assume | |
258 | there's always a frame. Use get_frame_pc_if_available instead of | |
259 | get_frame_pc, and if there's no PC available, don't look up a | |
260 | symtab. | |
261 | ||
1d4f5741 PA |
262 | 2011-03-18 Pedro Alves <[email protected]> |
263 | ||
264 | * stack.c (print_frame_local_vars, print_frame_arg_vars): Handle | |
265 | unavailable PC. | |
266 | ||
dba09041 PA |
267 | 2011-03-18 Pedro Alves <[email protected]> |
268 | ||
269 | * tracepoint.c (set_traceframe_context): Handle unavailable PC | |
270 | gracefully. | |
271 | ||
9a26e44c PA |
272 | 2011-03-18 Pedro Alves <[email protected]> |
273 | ||
274 | * frame.h (frame_unwind_caller_pc_if_available): Declare. | |
275 | * frame.c (frame_unwind_caller_pc_if_available): New. | |
276 | * stack.c (frame_info): Handle unavailable PC. | |
277 | ||
278 | 2011-03-18 Pedro Alves <[email protected]> | |
279 | ||
280 | * frame.c (frame_unwind_pc): Rename to ... | |
281 | (frame_unwind_pc_if_available): ... this. New `pc' output | |
282 | parameter. Change return type to int. Gracefully handle | |
283 | gdbarch_unwind_pc throwing NOT_AVAILABLE_ERROR. Return 0 if that | |
284 | happened, or 1 otherwise. | |
285 | (frame_unwind_pc): Reimplement on top of | |
286 | frame_unwind_pc_if_available. | |
287 | (get_frame_func): Rename to ... | |
288 | (get_frame_func_if_available): New `pc' output parameter. Change | |
289 | return type to int. Gracefully handle the PC not being available. | |
290 | (get_frame_func): Reimplement on top of | |
291 | get_frame_func_if_available. | |
292 | (select_frame): Handle the PC being unavailable. | |
293 | (get_prev_frame): Handle the PC being unavailable. | |
294 | (get_frame_pc_if_available): New. | |
295 | (get_frame_address_in_block_if_available): New. | |
296 | (find_frame_sal): Handle the frame PC not being available. | |
297 | * frame.h (get_frame_pc_if_available): Declare. | |
298 | (get_frame_address_in_block_if_available): Declare. | |
299 | (get_frame_func_if_available): Declare. | |
300 | * stack.c (print_frame_info): Handle the PC being unavailable. | |
301 | (find_frame_funname): Ditto. | |
302 | (print_frame): Handle the PC being unavailable. | |
303 | (get_frame_language): Ditto. | |
304 | * blockframe.c (get_frame_block): Ditto. | |
305 | * macroscope.c (default_macro_scope): Ditto. | |
306 | * tui/tui-stack.c (tui_show_frame_info): Ditto. | |
307 | ||
308 | 2011-03-18 Pedro Alves <[email protected]> | |
309 | ||
310 | * dwarf2loc.c (dwarf2_evaluate_loc_desc): Catch | |
311 | NOT_AVAILABLE_ERROR when evaluating the location expression. | |
312 | ||
313 | 2011-03-18 Pedro Alves <[email protected]> | |
314 | ||
315 | * dwarf2loc.c (read_pieced_value): Handle get_frame_register_bytes | |
316 | returning that the register piece is unavailable/optimized out. | |
317 | (write_pieced_value): Handle get_frame_register_bytes returning | |
318 | that the register piece is unavailable/optimized out when doing a | |
319 | read-modify write of a bitfield. | |
320 | * findvar.c (value_from_register): Handle get_frame_register_bytes | |
321 | returning that the register piece is unavailable/optimized out. | |
322 | * frame.c (get_frame_register_bytes): New parameters `optimizedp' | |
323 | and `unavailablep'. Throw error on bad debug info. Use | |
324 | frame_register instead of frame_register_read, to fill in the new | |
325 | arguments. | |
326 | * frame.h (get_frame_register_bytes): New parameters `optimizedp' | |
327 | and `unavailablep'. | |
328 | * valops.c: (value_assign): Adjust, and handle | |
329 | get_frame_register_bytes failing. | |
330 | * spu-tdep.c: Include exceptions.h. | |
331 | (spu_software_single_step): Adjust, and handle | |
332 | get_frame_register_bytes failing. | |
333 | (spu_get_longjmp_target): Ditto. | |
334 | * gdbarch.sh (register_to_value): Change to return int. New | |
335 | parameters `optimizedp' and `unavailablep'. | |
336 | * gdbarch.h, gdbarch.c: Regenerate. | |
337 | * i386-tdep.c (i386_register_to_value): Adjust to new | |
338 | gdbarch_register_to_value interface. | |
339 | * i387-tdep.c (i387_register_to_value): Ditto. | |
340 | * i387-tdep.h (i387_register_to_value): Ditto. | |
341 | * alpha-tdep.c (alpha_register_to_value): Ditto. | |
342 | * ia64-tdep.c (ia64_register_to_value): Ditto. | |
343 | * m68k-tdep.c (m68k_register_to_value): Ditto. | |
344 | * mips-tdep.c (mips_register_to_value): Ditto. | |
345 | * rs6000-tdep.c (rs6000_register_to_value): Ditto. | |
346 | ||
0fdb4f18 PA |
347 | 2011-03-18 Pedro Alves <[email protected]> |
348 | ||
349 | * findvar.c (value_of_register): Mark the value as unavailable, if | |
350 | the register is unavailable. | |
351 | * frame.h (frame_register_unwind): New `unavailablep' parameter. | |
352 | (frame_register): New `unavailablep' parameter. | |
353 | (frame_register_read): Update comment. | |
354 | * frame.c (frame_register_unwind): New `unavailablep' parameter. | |
355 | Set it if the register is unavailable. If the register is | |
356 | unavailable, clear the output buffer. | |
357 | (frame_register): New `unavailablep' parameter. Pass it down. | |
358 | (frame_unwind_register): Adjust. | |
359 | (put_frame_register): Adjust. | |
360 | (frame_register_read): Adjust. Also return false if the register | |
361 | is not available. | |
362 | (frame_register_unwind_location): Adjust. | |
363 | * sentinel-frame.c (sentinel_frame_prev_register): If the register | |
364 | is unavailable, mark the value accordingly. | |
365 | * stack.c (frame_info): Handle unavailable registers. | |
366 | ||
e69aa73e PA |
367 | 2011-03-18 Pedro Alves <[email protected]> |
368 | ||
369 | * mi/mi-main.c (register_changed_p): Handle REG_UNAVAILABLE, and | |
370 | simplify, using regcache_cooked_read. | |
371 | ||
05d1431c PA |
372 | 2011-03-18 Pedro Alves <[email protected]> |
373 | ||
374 | * regcache.h (regcache_raw_read, regcache_raw_read_signed) | |
375 | (regcache_raw_read_unsigned, regcache_raw_read_signed) | |
376 | (regcache_raw_read_unsigned, regcache_raw_read_part) | |
377 | (regcache_cooked_read, regcache_cooked_read_signed) | |
378 | (regcache_cooked_read_unsigned, regcache_cooked_read_part) | |
379 | (regcache_cooked_read_ftype): Change return to enum | |
380 | register_status. | |
381 | * regcache.c: Include exceptions.h | |
382 | (regcache_save): Adjust to handle REG_UNAVAILABLE registers. | |
383 | (do_cooked_read): Change return to enum register_status. Always | |
384 | forward to regcache_cooked_read. | |
385 | (regcache_raw_read): Change return to enum register_status. If | |
386 | the register is not REG_VALID, memset the buffer. Return the | |
387 | register's status. | |
388 | (regcache_raw_read_signed): Handle non-REG_VALID registers and | |
389 | return the register's status. | |
390 | (regcache_raw_read_unsigned): Ditto. | |
391 | (regcache_cooked_read): Change return to enum register_status. | |
392 | Assert that with read-only regcaches, the register's status must | |
393 | be known. If the regcache is read-only, and the register is not | |
394 | REG_VALID, memset the buffer. Return the register's status. | |
395 | (regcache_cooked_read_signed): Change return to enum | |
396 | register_status. Handle non-REG_VALID registers and return the | |
397 | register's status. | |
398 | (regcache_cooked_read_unsigned): Change return to enum | |
399 | register_status. Handle non-REG_VALID registers and return the | |
400 | register's status. | |
401 | (regcache_xfer_part, regcache_raw_read_part) | |
402 | (regcache_cooked_read_part): Change return to enum | |
403 | register_status. Return the register's status. | |
404 | (regcache_read_pc): Throw NOT_AVAILABLE_ERROR if the register is | |
405 | unavailable. | |
406 | (regcache_dump): Handle unavailable cooked registers. | |
407 | * frame.c (do_frame_register_read): Adjust interface to match | |
408 | regcache_cooked_read_ftype. | |
409 | * gdbarch.sh (pseudo_register_read): Change return to enum | |
410 | register_status. | |
411 | * gdbarch.h, gdbarch.c: Regenerate. | |
412 | ||
413 | * i386-tdep.h (i386_pseudo_register_read): Change return to enum | |
414 | register_status. | |
415 | * i386-tdep.c (i386_pseudo_register_read): Change return to enum | |
416 | register_status. If reading a raw register indicates the raw | |
417 | register is not valid, return the raw register's status, | |
418 | otherwise, return REG_VALID. | |
419 | * amd64-tdep.c (amd64_pseudo_register_read): Change return to enum | |
420 | register_status. Handle non-REG_VALID raw registers and return | |
421 | the register's status. | |
422 | * arm-tdep.c (arm_neon_quad_read) | |
423 | (arm_pseudo_read): Change return to enum register_status. Handle | |
424 | non-REG_VALID raw registers and return the register's status. | |
425 | * avr-tdep.c (avr_pseudo_register_read): Ditto. | |
426 | * frv-tdep.c (frv_pseudo_register_read): Ditto. | |
427 | * h8300-tdep.c (h8300_pseudo_register_read): Ditto. | |
428 | * hppa-tdep.c (hppa_pseudo_register_read): Ditto. | |
429 | * m32c-tdep.c (m32c_move_reg_t): Change return to enum | |
430 | register_status. | |
431 | (m32c_raw_read, m32c_raw_write, m32c_banked_read) | |
432 | (m32c_banked_write, m32c_sb_read, m32c_sb_write, m32c_part_read) | |
433 | (m32c_part_write, m32c_cat_read, m32c_cat_write) | |
434 | (m32c_r3r2r1r0_read, m32c_r3r2r1r0_write) | |
435 | (m32c_pseudo_register_read): Change return to enum | |
436 | register_status. Adjust. | |
437 | * m68hc11-tdep.c (m68hc11_pseudo_register_read): Change return to | |
438 | enum register_status. Return the register's status. | |
439 | * mep-tdep.c (mep_pseudo_cr32_read): Change return to enum | |
440 | register_status. Return the register's status. | |
441 | (mep_pseudo_cr64_read, mep_pseudo_register_read): Ditto. | |
442 | * mips-tdep.c (mips_pseudo_register_read): Ditto. | |
443 | * mt-tdep.c (mt_pseudo_register_read): Ditto. | |
444 | * rs6000-tdep.c (move_ev_register_func): New typedef. | |
445 | (e500_move_ev_register): Use it. Change return to enum | |
446 | register_status. Return the register's status. | |
447 | (do_regcache_raw_read): New function. | |
448 | (do_regcache_raw_write): New function. | |
449 | (e500_pseudo_register_read): Change return to enum | |
450 | register_status. Return the register's status. Use | |
451 | do_regcache_raw_read. | |
452 | (e500_pseudo_register_write): Adjust. Use do_regcache_raw_write. | |
453 | (dfp_pseudo_register_read): Change return to enum register_status. | |
454 | Return the register's status. | |
455 | (vsx_pseudo_register_read): Ditto. | |
456 | (efpr_pseudo_register_read): Ditto. | |
457 | (rs6000_pseudo_register_read): Ditto. | |
458 | * s390-tdep.c (s390_pseudo_register_read): Change return to enum | |
459 | register_status. Return the register's status. | |
460 | * sh64-tdep.c (pseudo_register_read_portions): New function. | |
461 | (sh64_pseudo_register_read): Change return to enum | |
462 | register_status. Use pseudo_register_read_portions. Return the | |
463 | register's status. | |
464 | * ia64-tdep.c (ia64_pseudo_register_read): Change return to enum | |
465 | register_status. Return the register's status. | |
466 | * sh-tdep.c (pseudo_register_read_portions): New function. | |
467 | (sh_pseudo_register_read): Change return to enum register_status. | |
468 | Use pseudo_register_read_portions. Return the register's status. | |
469 | * sparc-tdep.c (sparc32_pseudo_register_read): Change return to | |
470 | enum register_status. Return the register's status. | |
471 | * sparc64-tdep.c (sparc64_pseudo_register_read): Ditto. | |
472 | * spu-tdep.c (spu_pseudo_register_read_spu) | |
473 | (spu_pseudo_register_read): Ditto. | |
474 | * xtensa-tdep.c (xtensa_register_read_masked) | |
475 | (xtensa_pseudo_register_read): Ditto. | |
476 | * bfin-tdep.c (bfin_pseudo_register_read): Ditto. | |
477 | ||
e10abd8f PM |
478 | 2011-03-18 Pierre Muller <[email protected]> |
479 | ||
480 | * python/py-value.c (valpy_getitem): Fix formatting of error function | |
481 | call. | |
482 | ||
7ea6d463 PM |
483 | 2011-03-18 Pierre Muller <[email protected]> |
484 | ||
485 | ARI fixes: Add missing internationalization markups throughout | |
486 | C source files. | |
487 | * darwin-nat-info.c: Ditto. | |
488 | * record.c: Ditto. | |
489 | * remote.c: Ditto. | |
490 | * mi/mi-main.c: Ditto. | |
491 | ||
001083c6 PM |
492 | 2011-03-18 Pierre Muller <[email protected]> |
493 | ||
494 | ARI fixes: Add missing internationalization markups throughout | |
495 | yacc files. | |
496 | * c-exp.y: Ditto. | |
497 | * cp-name-parser.y: Ditto. | |
498 | * f-exp.y: Ditto. | |
499 | * m2-exp.y: Ditto. | |
500 | * objc-exp.y: Ditto. | |
501 | * p-exp.y: Ditto. | |
502 | ||
4f1cdeec PM |
503 | 2011-03-18 Pierre Muller <[email protected]> |
504 | ||
505 | ARI fixes: Messages should have no trailing new lines. | |
506 | * darwin-nat.c (mach_check_error): Remove trailing new line from | |
507 | warning function call message. | |
508 | * record.c (bfdcore_read): Idem for error call. | |
509 | ||
28e698f1 PM |
510 | 2011-03-18 Pierre Muller <[email protected]> |
511 | ||
512 | * common/signals.c (target_signal_from_host): Add _ markup to error | |
513 | function call message. | |
514 | (target_signal_to_host): Add _ markup and remove trailing new line | |
515 | from warning call message. | |
516 | (target_signal_from_command): Add _ markup to error function call | |
517 | message. | |
518 | ||
99c3dc11 PM |
519 | 2011-03-18 Phil Muldoon <[email protected]> |
520 | ||
521 | PR python/12149 | |
522 | ||
523 | * python/python.c (gdbpy_write): Accept a stream argument and | |
524 | operate to the appropriate stream. | |
525 | (gdbpy_flush): Likewise. | |
526 | (_initialize_python): Add stream constants. | |
527 | (finish_python_initialization): Add GdbOutputErrorFile class. | |
528 | ||
c20800be KY |
529 | 2011-03-18 Kwok Cheung Yeung <[email protected]> |
530 | ||
531 | * MAINTAINERS: Add myself as a write-after-approval maintainer. | |
532 | ||
f4a1794a KY |
533 | 2011-03-18 Kwok Cheung Yeung <[email protected]> |
534 | ||
535 | * amd64-tdep.c (amd64_relocate_instruction): Fix ordering of arguments | |
536 | to store_signed_integer. Add debug message when relocating CALL | |
537 | instructions. Fix formatting of debug message. | |
538 | * i386-tdep.c (i386_relocate_instruction): Ditto. | |
539 | ||
d4862372 JB |
540 | 2011-03-17 Joel Brobecker <[email protected]> |
541 | ||
542 | * target.h (struct target_ops): Remove to_lookup_symbol field. | |
543 | (target_lookup_symbol): Delete macro. | |
544 | * target.c (nosymbol, debug_to_lookup_symbol): Delete. | |
545 | (update_current_target, setup_target_debug): Remove handling | |
546 | of to_lookup_symbol target_ops field. | |
547 | * ada-tasks.c (get_known_tasks_addr): Remove use of | |
548 | target_lookup_symbol. | |
549 | * coffread.c (coff_symtab_read): Likewise. | |
550 | * dbxread.c (read_dbx_symtab): Ditto. | |
551 | ||
d645e32e JB |
552 | 2011-03-17 Joel Brobecker <[email protected]> |
553 | ||
554 | PR gdb/12116: | |
555 | * configure.ac: Add getthrds declaration check. | |
556 | * configure, config.in: Regenerate. | |
557 | * aix-thread.c (getthrds): Declare only if not already declared | |
558 | in procinfo.h. More declaration out of get_signaled_thread to | |
559 | global scope. | |
560 | ||
29703da4 PM |
561 | 2011-03-17 Phil Muldoon <[email protected]> |
562 | ||
563 | * python/py-symtab.c: Populate symtab_object_methods, | |
564 | sal_object_methods. | |
565 | (stpy_is_valid): New function. | |
566 | (salpy_is_valid): Ditto. | |
567 | * python/py-symbol.c: Declare symbol_object_methods. Populate. | |
568 | (sympy_is_valid): New function. | |
569 | * python/py-objfile.c: Declare objfile_object_methods. Populate. | |
570 | (objfpy_is_valid): New function. | |
571 | * python/py-inferior.c: Populate inferior_object_methods. | |
572 | (infpy_is_valid): New function. | |
573 | * python/py-infthread.c: Populate thread_object_methods. | |
574 | (thpy_is_valid): New function. | |
575 | * python/py-block.c: Declare block_object_methods. Populate. Declare | |
576 | block_iterator_object_methods. Populate. | |
577 | (blpy_is_valid): New function. | |
578 | (blpy_iter_is_valid): Ditto. | |
579 | ||
c00f8484 KS |
580 | 2011-03-16 Keith Seitz <[email protected]> |
581 | ||
582 | * linespec.c (find_methods): Canonicalize NAME before looking | |
583 | up the symbol. | |
584 | (name_end): New function. | |
585 | (keep_name_info): New function. | |
586 | (decode_line_1): Use keep_name_info. | |
587 | (decode_compound): Likewise. | |
588 | * cli/cli-utils.h (remove_trailing_whitespace): New function. | |
589 | * cli/cli-utils.c (remove_trailing_whitespace): Likewise. | |
590 | ||
591 | PR c++/12273 | |
592 | * linespec.c (locate_first_half): Keep overload information, too. | |
593 | (decode_compound): Use a string to represent break characters | |
594 | to escape the loop. | |
595 | If P points to a break character, do not increment it. | |
596 | For C++ and Java, keep overload information and relevant keywords. | |
597 | If we cannot find a symbol, search the minimal symbols. | |
598 | ||
599 | PR c++/11734 | |
600 | * linespec.c (decode_compound): Rename SAVED_ARG to | |
601 | THE_REAL_SAVED_ARG. | |
602 | Make a copy of THE_REAL_SAVED_ARG in SAVED_ARG and strip | |
603 | single-quotes. | |
604 | Pass a valid block to lookup_symbol. | |
605 | (lookup_prefix_sym): Likewise. | |
606 | (find_method): Construct search name based on SYM_CLASS instead | |
607 | of SAVED_ARG. | |
608 | * psymtab.c (lookup_partial_symbol): Add language parameter. | |
609 | (lookup_symbol_aux_psymtabs): Likewise. | |
610 | Don't assume that the psymtab we found was the right one. Search | |
611 | for the desired symbol in the symtab to be certain. | |
612 | (psymtab_search_name): New function. | |
613 | (lookup_partial_symbol): Use psymtab_search_name. | |
614 | Add language parameter. | |
615 | (read_symtabs_for_function): Add language parameter and pass to | |
616 | lookup_partial_symbol. | |
617 | (find_symbol_file_from_partial): Likewise. | |
618 | ||
c91513d8 PP |
619 | 2011-03-16 Paul Pluzhnikov <[email protected]> |
620 | ||
621 | PR gdb/12528 | |
622 | * dwarf2read.c (noop_record_line): New function. | |
623 | (dwarf_decode_lines): Ignore line tables for GCd functions. | |
624 | ||
b37520b6 PM |
625 | 2011-03-16 Pierre Muller <[email protected]> |
626 | ||
627 | Fix ARI warnings about new lines at the end of messages, which | |
628 | are unneeded as there is a new line added at the end of the message | |
629 | automatically. | |
630 | * darwin-nat.c (darwin_stop_inferior): Ditto. | |
631 | * dec-thread.c (dec_thread_get_ada_task_ptid): Ditto. | |
632 | * dfp.c (decimal_to_number): Ditto. | |
633 | * exec.c (print_section_info): Ditto. | |
634 | * i386-darwin-nat.c (darwin_set_sstep): Ditto. | |
635 | * osdata.c (get_osdata): Ditto. | |
636 | * record.c (bfdcore_write): Ditto. | |
637 | * remote-mips.c (mips_readchar): Ditto. | |
638 | * remote.c (read_ptid): Ditto. | |
639 | * ser-mingw.c (ser_windows_raw): Ditto. | |
640 | * tracepoint.c (add_local_symbols): Ditto. | |
641 | * windows-nat.c (fake_create_process): Ditto. | |
642 | ||
b08ee6a2 TT |
643 | 2011-03-16 Tom Tromey <[email protected]> |
644 | ||
645 | * tracepoint.c (stop_tracing): Don't declare. | |
646 | * event-top.c (after_char_processing_hook): Add `(void)'. | |
647 | ||
9a6f1302 PM |
648 | 2011-03-16 Phil Muldoon <[email protected]> |
649 | ||
650 | * NEWS: Add Parameter sub-classing description. | |
651 | ||
7ceb86b1 KT |
652 | 2011-03-16 Kai Tietz <[email protected]> |
653 | ||
654 | * MAINTAINERS: Update my e-mail address. | |
655 | ||
efeff6cf AT |
656 | 2011-03-15 Andreas Tobler <[email protected]> |
657 | ||
658 | * MAINTAINERS: Add myself for write after approval privileges. | |
659 | ||
681c238c MS |
660 | 2011-03-15 Michael Snyder <[email protected]> |
661 | ||
f3df5b08 MS |
662 | * frame.c (find_frame_sal): Assert sym is not null. |
663 | ||
13f6513c MS |
664 | * dbxread.c (process_one_symbol): Assert 'name' is not null. |
665 | ||
50412521 MS |
666 | * objc-lang.c (selectors_info): Check strchr for null result. |
667 | ||
681c238c MS |
668 | * stabsread.c (define_symbol): Guard against bad stabstring input. |
669 | ||
6ced1581 PM |
670 | 2011-03-15 Pierre Muller <[email protected]> |
671 | ||
672 | Remove trailing spaces and tabulations from pascal language | |
673 | support sources. | |
674 | p-exp.y: Ditto. | |
675 | p-lang.c: Ditto. | |
676 | p-lang.h: Ditto. | |
677 | p-valprint.c: Ditto. | |
678 | ||
9373cf26 JK |
679 | 2011-03-15 Jan Kratochvil <[email protected]> |
680 | ||
681 | * dwarf2read.c (dwarf2_get_pc_bounds): Require HIGH strictly higher | |
682 | than LOW. Comment it. | |
683 | (read_partial_die): Call complaint for inappropriate zero LOWPC or | |
684 | HIGHPC not strictly higher than LOWPC. | |
685 | ||
9a1edae6 PM |
686 | 2011-03-15 Pierre Muller <[email protected]> |
687 | ||
688 | Fix formatting of function declarations returning a pointer in | |
689 | previous commit. | |
690 | * varobj.c (varobj_add_child): Ditto. | |
691 | * hppa-tdep.h (hppa_init_objfile_priv_data): Ditto. | |
692 | * inferior.h (get_displaced_step_closure_by_addr): Ditto. | |
693 | ||
24e9cda0 UW |
694 | 2011-03-15 Ulrich Weigand <[email protected]> |
695 | ||
696 | * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Add support | |
697 | for the "generic" vector ABI used with GCC 4.3 and later. | |
698 | (ppc64_sysv_abi_return_value): Likewise. | |
699 | ||
700 | 2011-03-15 Ulrich Weigand <[email protected]> | |
81b4675a UW |
701 | |
702 | * infcall.c (call_function_by_hand): Function return value is | |
703 | always a non_lval, even when using struct_return. | |
704 | ||
c9174737 PA |
705 | 2011-03-15 Pedro Alves <[email protected]> |
706 | ||
707 | * printcmd.c (ALL_DISPLAYS_SAFE): New. | |
708 | (map_display_numbers): New. | |
709 | (do_delete_display): New. | |
710 | (undisplay_command): Use map_display_numbers. | |
711 | (do_enable_disable_display): New. | |
712 | (enable_disable_display_command): New function. | |
713 | (enable_display): Delete. | |
714 | (enable_display_command): New. | |
715 | (disable_display_command): Reimplement. | |
716 | (_initialize_printcmd): Adjust "enable display" command to use | |
717 | `enable_display_command' as callback. | |
718 | ||
350c6c65 PM |
719 | 2011-03-14 Phil Muldoon <[email protected]> |
720 | ||
721 | * NEWS: Add Python breakpoint 'stop' operation. | |
722 | ||
824446ad PM |
723 | 2011-03-14 Phil Muldoon <[email protected]> |
724 | ||
725 | * NEWS: Delete duplicate entry. Fix typo. | |
726 | ||
2021ad3a PM |
727 | 2011-03-14 Pierre Muller <[email protected]> |
728 | ||
729 | Fix ARI warning about function names in first column. | |
730 | Put prototype declaration on same line as return type. | |
731 | * objc-exp.y: Ditto. | |
732 | * p-exp.y: Ditto. | |
733 | * python/py-stopevent.h: Ditto. | |
734 | For long function names, split parameters to | |
735 | allow function name on same line as return type. | |
736 | * solib-pa64.c: Ditto. | |
737 | * varobj.c: Ditto. | |
738 | * varobj.h: Ditto. | |
739 | For long function declaration, use single line. | |
740 | * hppa-tdep.h: Ditto. | |
741 | * inferior.h: Ditto. | |
742 | ||
7371cf6d PM |
743 | 2011-03-14 Phil Muldoon <[email protected]> |
744 | ||
745 | * python/python.h: Declare gdbpy_should_stop and | |
746 | gdbpy_breakpoint_has_py_cond. | |
747 | * python/python.c: Add python.h to includes. Remove python.h from | |
748 | HAVE_PYTHON definition | |
749 | (gdbpy_should_stop): New dummy function. | |
750 | (gdbpy_breakpoint_has_py_cond): New dummy function. | |
751 | * python/py-breakpoint.c (bppy_init): Rewrite to allow | |
752 | sub-classing capabilities. | |
753 | (gdbpy_should_stop): New function. | |
754 | (gdbpy_breakpoint_has_py_cond): New function. | |
755 | (local_setattro): New function. | |
756 | * breakpoint.c (condition_command): Add check for Python 'stop' | |
757 | operation. | |
758 | (bpstat_check_breakpoint_conditions): Execute Python 'stop' | |
759 | operation function as part of stop/continue tests. | |
760 | ||
37b50a69 TT |
761 | 2011-03-14 Tom Tromey <[email protected]> |
762 | ||
763 | PR gdb/12576: | |
764 | * dwarf2loc.c (dwarf_expr_dwarf_call): Remove 'return'. | |
765 | (needs_frame_dwarf_call): Likewise. | |
766 | ||
eeae04df PM |
767 | 2011-03-14 Pierre Muller <[email protected]> |
768 | ||
769 | Fix ARI warning about functions without parameters that do not | |
770 | use (void). | |
771 | * breakpoint.c (all_tracepoints): Replace () by (void). | |
772 | * f-exp.y (match_string_literal): Ditto. | |
773 | (yylex): Ditto. | |
774 | * m2-exp.y (yylex): Ditto. | |
775 | * mep-tdep.c (current_me_module): Ditto. | |
776 | (current_options): Ditto. | |
777 | (current_cop_data_bus_width): Ditto. | |
778 | (current_cr_names): Ditto. | |
779 | (current_cr_is_float): Ditto. | |
780 | (current_ccr_names): Ditto. | |
781 | * objc-exp.y (yylex): Ditto. | |
782 | * p-exp.y (yylex): Ditto. | |
783 | * remote.c (send_interrupt_sequence): Ditto. | |
784 | * tracepoint.c (current_trace_status): Ditto. | |
785 | * python/py-evts.c (gdbpy_initialize_py_events): Ditto. | |
786 | * python/py-prettyprint.c (push_dummy_python_frame): Ditto. | |
787 | ||
6dc3565d MS |
788 | 2011-03-11 Michael Snyder <[email protected]> |
789 | ||
1427fe5e MS |
790 | * cli/cli-decode.h (CMD_LIST_AMBIGUOUS): Define. |
791 | * cli/cli-decode.c (lookup_cmd_1): Use CMD_LIST_AMBIGUOUS. | |
792 | (lookup_cmd): Test for CMD_LIST_AMBIGUOUS. | |
793 | * completer.c (complete_line_internal): Use CMD_LIST_AMBIGUOUS. | |
794 | * top.c (set_verbose): Use CMD_LIST_AMBIGUOUS. | |
795 | ||
60bc018f MS |
796 | * event-loop-c (delete_async_signal_handler): Assert prev_ptr. |
797 | (delete_async_event_handler): Ditto. | |
798 | ||
f3be5b64 MS |
799 | * python/py-breakpoint.c (bppy_set_condition): Stop memory leak. |
800 | ||
4c2d5724 MS |
801 | * python/py-breakpoint.c (bppy_get_commands): Fix memory leak. |
802 | ||
6dc3565d MS |
803 | * top.c (set_verbose): Assert showcmd was found. |
804 | ||
4e6ca6d5 MG |
805 | 2011-03-11 Maxim Grigoriev <[email protected]> |
806 | ||
807 | * xtensa-tdep.c (warning_once): Correct style issues. | |
808 | ||
815a83e4 YQ |
809 | 2011-03-11 Yao Qi <[email protected]> |
810 | ||
811 | * arm-tdep.c (copy_ldr_str_ldrb_strb): Remove redundant statements. | |
812 | ||
f2eb0bc8 AS |
813 | 2011-03-11 Andreas Schwab <[email protected]> |
814 | ||
815 | * common/aclocal.m4: Remove. | |
816 | ||
b801de47 MG |
817 | 2011-03-10 Maxim Grigoriev <[email protected]> |
818 | ||
819 | * xtensa-tdep.c (windowing_enabled): Remove inline attribute. | |
820 | (xtensa_write_register, xtensa_read_register): Likewise. | |
821 | (xtensa_hextochar): Removed. | |
822 | (xtensa_init_reggroups): Replace xtensa_hextochar () by explicit code. | |
823 | ||
dbab50de MG |
824 | 2011-03-10 Maxim Grigoriev <[email protected]> |
825 | ||
826 | * xtensa-tdep.c (xtensa_c0reg_t): Update comments. | |
c2a6b390 | 827 | (xtensa_call0_frame_cache_t): Update comments. New fields added. |
dbab50de MG |
828 | (xtensa_alloc_frame_cache): Add initialization for new fields. |
829 | (xtensa_frame_cache): Change the way how call0_frame_cache () is called. | |
830 | (warning_once): New function. | |
831 | (xtensa_insn_kind): New item c0opc_and. | |
832 | (call0_classify_opcode): Add the case for AND instruction. | |
c2a6b390 MG |
833 | (call0_track_op): Change arguments. New local variable litbase. |
834 | Add the case to handle c0opc_and. Update algorithms for c0opc_mov, | |
835 | c0opc_l32r, c0opc_s32i to take into account dynamic stack adjustments | |
836 | in the prologue. | |
dbab50de | 837 | Add cases for c0opc_l32e, c0opc_s32e, c0opc_rfwo, c0opc_rfwu. |
c2a6b390 | 838 | (call0_analyze_prologue): Update the comments. Change arguments. |
dbab50de MG |
839 | Add the variety of updates to handle extended prologues, which now can |
840 | conduct dynamic stack adjustments. | |
841 | (call0_frame_cache): Likewise. | |
842 | (xtensa_skip_prologue): Update call0_analyze_prologue () function call. | |
843 | (xtensa_gdbarch_init): Initialize xtensa_session_once_reported. | |
844 | ||
b2c04452 MS |
845 | 2011-03-10 Michael Snyder <[email protected]> |
846 | ||
f8f67713 MS |
847 | * tracepoint.c (cmd_qtv): Discard unused value 'packet'. |
848 | (cmd_qtframe): Ditto. | |
849 | (cmd_qtbuffer): Ditto. | |
850 | (cmd_bigqtbuffer): Ditto. | |
851 | ||
197f0a60 TT |
852 | 2011-03-10 Tom Tromey <[email protected]> |
853 | ||
854 | * tracepoint.c (trace_actions_command): Update. | |
855 | * thread.c (thread_apply_command): Update. | |
856 | * reverse.c (delete_bookmark_command): Update. | |
857 | (bookmarks_info): Update. | |
858 | * printcmd.c (undisplay_command): Update. | |
859 | * memattr.c (mem_enable_command): Update. | |
860 | (mem_disable_command): Update. | |
861 | (mem_delete_command): Update. | |
862 | * inferior.c (detach_inferior_command): Update. | |
863 | (kill_inferior_command): Update. | |
864 | (remove_inferior_command): Update. | |
865 | * cli/cli-utils.h (struct get_number_or_range_state): New. | |
866 | (init_number_or_range): Declare. | |
867 | (get_number_or_range): Update. | |
868 | * cli/cli-utils.c (init_number_or_range): New function. | |
869 | (get_number_or_range): Change 'pp' parameter to 'state'. Remove | |
870 | static variables. | |
871 | (number_is_in_list): Update. | |
872 | * breakpoint.h (get_tracepoint_by_number): Update. | |
873 | * breakpoint.c (map_breakpoint_numbers): Update for change to | |
874 | get_number_or_range. | |
875 | (find_location_by_number): Use get_number, not | |
876 | get_number_or_range. | |
877 | (trace_pass_set_count): New function. | |
878 | (trace_pass_command): Update for change to get_number_or_range. | |
879 | Rework loop logic. | |
880 | (get_tracepoint_by_number): Remove 'multi_p' parameter; add | |
881 | 'state' parameter. | |
882 | ||
ecec24e6 PM |
883 | 2011-03-10 Phil Muldoon <[email protected]> |
884 | ||
885 | * python/py-param.c (add_setshow_generic): Add set/show callback | |
886 | parameters. Register Python object context. | |
887 | (get_show_value): New function. | |
888 | (get_set_value): New function. | |
889 | (call_doc_function): New function. | |
890 | (get_doc_string): Move behind get_show_value/get_set_value. | |
891 | ||
6d6c6b1f JK |
892 | 2011-03-10 Andreas Tobler <[email protected]> |
893 | ||
894 | * fbsd-nat.c (fbsd_make_corefile_notes): Constify local `fname'. | |
895 | ||
68d6df83 MG |
896 | 2011-03-09 Maxim Grigoriev <[email protected]> |
897 | ||
dbab50de | 898 | * xtensa-tdep.c (xtensa_read_register): Add comment. |
68d6df83 MG |
899 | (xtensa_write_register): Likewise. |
900 | (xtensa_hextochar): Add comment and update to match coding conventions. | |
901 | (xtensa_frame_cache, xtensa_return_value): Follow coding conventions. | |
902 | (execute_l32e, execute_s32e, execute_code): Update comments. | |
903 | (xtensa_exception_handler_t): Update to match coding conventions. | |
904 | (xtensa_insn_kind): Likewise. | |
905 | ||
85c9d6a6 MS |
906 | 2011-03-09 Michael Snyder <[email protected]> |
907 | ||
908 | * mi-cmd-disas.c (mi_cmd_disassemble): Fix memory leak. | |
909 | ||
91495617 PA |
910 | 2011-03-09 Pedro Alves <[email protected]> |
911 | ||
912 | * nto-tdep.c (nto_find_and_open_solib): Constify local `base'. | |
913 | ||
eb8c0621 TT |
914 | 2011-03-09 Tom Tromey <[email protected]> |
915 | ||
916 | * thread.c (restore_selected_frame): Handle frame_level == -1. | |
917 | (make_cleanup_restore_current_thread): Use | |
918 | get_selected_frame_if_set. | |
919 | * frame.h (get_selected_frame_if_set): Declare. | |
920 | * frame.c (get_selected_frame_if_set): New function. | |
921 | ||
9f37bbcc PA |
922 | 2011-03-09 Pedro Alves <[email protected]> |
923 | ||
924 | * cli/cli-cmds.c (shell_escape): Use lbasename. | |
925 | * coffread.c (coff_start_symtab): Constify parameter. | |
926 | (complete_symtab): Constify `name' parameter. | |
927 | (coff_symtab_read): Constify `filestring' local. | |
928 | (coff_getfilename): Constify return and `result' local. | |
929 | Use lbasename. | |
930 | * fbsd-nat.c (fbsd_make_corefile_notes): Use lbasename. | |
931 | * linux-fork.c (info_checkpoints_command): Use lbasename. | |
932 | * linux-nat.c (linux_nat_make_corefile_notes): Use lbasename. | |
933 | * minsyms.c (lookup_minimal_symbol): Use lbasename. | |
934 | * nto-tdep.c (nto_find_and_open_solib): Use lbasename. | |
935 | * procfs.c (procfs_make_note_section): Use lbasename. | |
936 | * tui/tui-io.c (printable_part): Constity return and parameter. | |
937 | Use lbasename. | |
938 | (print_filename): Constify parameters, and local `s'. | |
939 | (tui_rl_display_match_list): Constify local `temp'. | |
940 | ||
f8de3c55 JK |
941 | 2011-03-09 Jan Kratochvil <[email protected]> |
942 | ||
943 | Revert: | |
944 | 2011-03-08 Jan Kratochvil <[email protected]> | |
945 | Fix DWARF-3+ DW_AT_accessibility default assumption. | |
946 | * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for | |
947 | cu->header.version >= 3. | |
948 | ||
d9837b00 YQ |
949 | 2011-03-09 Yao Qi <[email protected]> |
950 | ||
951 | * common/Makefile.in: Remove. | |
952 | * common/configure: Remove. | |
953 | * common/configure.ac: Remove. | |
954 | ||
e637a4f5 YQ |
955 | 2011-03-09 Yao Qi <[email protected]> |
956 | ||
957 | Revert: | |
958 | 2011-02-11 Yao Qi <[email protected]> | |
959 | ||
960 | * common/Makefile.in: Add copyright header. | |
961 | ||
962 | 2011-02-11 Yao Qi <[email protected]> | |
963 | ||
964 | * Makefile.in: Remove signals.o from COMMON_OBS. Link | |
965 | libcommon.a. | |
966 | * configure.ac: Add common to sub dir. | |
967 | * configure: Regenerate. | |
968 | ||
f976a05d MG |
969 | 2011-03-08 Maxim Grigoriev <[email protected]> |
970 | ||
971 | * xtensa-tdep.c (call0_ret): New function. | |
972 | (xtensa_skip_prologue): Speed up analysis. | |
973 | ||
57041825 MG |
974 | 2011-03-08 Maxim Grigoriev <[email protected]> |
975 | ||
976 | * xtensa-tdep.c (xtensa_register_reggroup_p): Count in all registers | |
977 | while executing MI command -data-list-changed-registers. | |
978 | ||
08b9c608 MG |
979 | 2011-03-08 Maxim Grigoriev <[email protected]> |
980 | ||
981 | * xtensa-tdep.c (xtensa_read_register): New function. | |
982 | (xtensa_write_register): New function. | |
983 | (xtensa_find_register_by_name): New function. | |
984 | (xtensa_windowed_frame_cache): Update comments in type description. | |
985 | (xtensa_frame_cache): Likewise. | |
986 | (xtensa_window_interrupt_insn): New function. | |
987 | (xtensa_frame_cache): Add analysis for Xtensa Window Exception frames. | |
988 | (xtensa_insn_kind): Add new instructions. | |
989 | (rwx_special_register): New function. | |
990 | (call0_classify_opcode): Add new instructions to the analysis. | |
991 | (a0_saved, a7_saved, a11_saved): New variables. | |
992 | (a0_was_saved, a7_was_saved, a11_was_saved): New variables. | |
993 | (execute_l32e): New function. | |
994 | (execute_s32e): New function. | |
995 | (xtensa_exception_handler_t): New type. | |
996 | (execute_code): New function. | |
997 | (xtensa_window_interrupt_frame_cache): New function to conduct frame | |
998 | analysis for Xtensa Window Exception handlers. | |
999 | ||
4d1acb11 MG |
1000 | 2011-03-08 Maxim Grigoriev <[email protected]> |
1001 | ||
98689b25 MG |
1002 | * xtensa-tdep.c (TX_PS): New. |
1003 | (windowing_enabled): Update to count for Call0 ABI. | |
1004 | (xtensa_hextochar): New. | |
1005 | (xtensa_init_reggroups): Make algorithm generic. | |
1006 | (xtensa_frame_cache): Use TX_PS on Tiny Xtensa. | |
1007 | ||
1008 | 2011-03-08 Maxim Grigoriev <[email protected]> | |
1009 | ||
1010 | * xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): Update. | |
4d1acb11 | 1011 | |
d3f323f3 MS |
1012 | 2011-03-08 Michael Snyder <[email protected]> |
1013 | ||
3dcabaa8 MS |
1014 | * i386-tdep.c (i386_follow_jump): Check return value of |
1015 | target_read_memory. | |
1016 | (i386_analyze_struct_return): Ditto. | |
1017 | (i386_skip_probe): Ditto. | |
1018 | (i386_match_insn): Ditto. | |
1019 | (i386_skip_noop): Ditto. | |
1020 | (i386_analyze_frame_setup): Ditto. | |
1021 | (i386_analyze_register_saves): Ditto. | |
1022 | (i386_skip_prologue): Ditto. | |
1023 | (i386_skip_main_prologue): Ditto. | |
1024 | ||
13b3fd9b MS |
1025 | * target.c (read_whatever_is_readable): Fix memory leak. |
1026 | ||
d3f323f3 MS |
1027 | * i386-tdep.c (i386_process_record): Document fall through. |
1028 | ||
421d5c74 JK |
1029 | 2011-03-08 Jan Kratochvil <[email protected]> |
1030 | ||
1031 | Fix DWARF-3+ DW_AT_accessibility default assumption. | |
1032 | * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for | |
1033 | cu->header.version >= 3. | |
1034 | ||
63154eca PA |
1035 | 2011-03-08 Pedro Alves <[email protected]> |
1036 | ||
1037 | * remote.c (remote_check_symbols): Skip if the target has no | |
1038 | execution. | |
1039 | ||
f1a507a1 JB |
1040 | 2011-03-08 Joel Brobecker <[email protected]> |
1041 | ||
1042 | * target.c (read_whatever_is_readable): Reformat comment, | |
1043 | with a minor typo fix. Minor reformatting of the code. | |
1044 | ||
36073a92 YQ |
1045 | 2011-03-08 Yao Qi <[email protected]> |
1046 | ||
1047 | * arm-tdep.c: Remove prototype declaration displaced_in_arm_mode. | |
1048 | (displaced_read_reg): Add `dsc' parameter, remove `from' parameter. | |
1049 | Use cached result instead of calling displaced_in_arm_mode again. | |
1050 | (branch_write_pc, alu_write_pc, load_write_pc): Add `dsc' parameter. | |
1051 | (displaced_write_reg, copy_preload, copy_preload_reg): Callers update. | |
1052 | (cleanup_copro_load_store, copy_copro_load_store): Likewise. | |
1053 | (cleanup_branch, copy_bx_blx_reg, copy_alu_imm): Likewise. | |
1054 | (cleanup_alu_reg, copy_alu_reg, cleanup_alu_shifted_reg): Likewise. | |
1055 | (copy_alu_shifted_reg, cleanup_load, cleanup_store): Likewise. | |
1056 | (copy_extra_ld_st, copy_ldr_str_ldrb_strb): Likewise. | |
1057 | (cleanup_block_load_all, cleanup_block_store_pc): Likewise. | |
1058 | (cleanup_block_load_pc, copy_block_xfer): Likewise. | |
1059 | * arm-linux-tdep.c (arm_linux_copy_svc): Callers update. | |
1060 | (arm_catch_kernel_helper_return): Likewise. | |
1061 | * gdb/arm-tdep.h : Update function declarations. | |
1062 | ||
d3f323f3 | 1063 | 2011-03-07 Michael Snyder <[email protected]> |
e6040cbd | 1064 | |
e0e40094 MS |
1065 | * dwarf2loc.c (indirect_pieced_value): Assert 'piece' not null. |
1066 | ||
0b2381f5 MS |
1067 | * ser-unix.c (hardwire_get_tty_state): Stop memory leak. |
1068 | ||
0350914a MS |
1069 | * mi/mi-cmd-env.c (_initialize_mi_cmd_env): Free environment. |
1070 | ||
69feea6f MS |
1071 | * elfread.c (elf_symtab_read): Stop memory leak. |
1072 | ||
e6040cbd MS |
1073 | * main.c (captured_main): Fix memory leak. |
1074 | ||
052874e8 AS |
1075 | 2011-03-07 Andreas Schwab <[email protected]> |
1076 | ||
1077 | * ada-lang.c (compare_names): Call is_name_suffix with string1 | |
1078 | instead of string2. | |
1079 | ||
b11896a5 TT |
1080 | 2011-03-07 Tom Tromey <[email protected]> |
1081 | ||
1082 | * xcoffread.c (xcoff_sym_fns): Update. | |
1083 | * symfile.h (struct sym_fns) <sym_read_psymbols>: New field. | |
1084 | (enum symfile_add_flags) <SYMFILE_NO_READ>: New constant. | |
1085 | * symfile.c (syms_from_objfile): Handle SYMFILE_NO_READ. | |
1086 | (symbol_file_add_with_addrs_or_offsets): Likewise. | |
1087 | (reread_symbols): Handle OBJF_PSYMTABS_READ. | |
1088 | * somread.c (som_sym_fns): Update. | |
1089 | * psymtab.h (require_partial_symbols): Declare. | |
1090 | * psymtab.c (require_partial_symbols): New function. | |
1091 | (ALL_OBJFILE_PSYMTABS_REQUIRED): New macro. | |
1092 | (ALL_OBJFILE_PSYMTABS): Undef. | |
1093 | (ALL_PSYMTABS): Move from psympriv.h. | |
1094 | (lookup_partial_symtab, find_pc_sect_psymtab) | |
1095 | (lookup_symbol_aux_psymtabs, relocate_psymtabs) | |
1096 | (find_last_source_symtab_from_partial) | |
1097 | (forget_cached_source_info_partial) | |
1098 | (print_psymtab_stats_for_objfile, read_symtabs_for_function) | |
1099 | (expand_partial_symbol_tables, read_psymtabs_with_filename) | |
1100 | (map_symbol_names_psymtab, map_symbol_filenames_psymtab) | |
1101 | (find_symbol_file_from_partial, map_matching_symbols_psymtab) | |
1102 | (expand_symtabs_matching_via_partial, maintenance_info_psymtabs): | |
1103 | Use ALL_OBJFILE_PSYMTABS_REQUIRED. | |
1104 | * psympriv.h (ALL_PSYMTABS): Move to psymtab.c. | |
1105 | * objfiles.h (OBJF_PSYMTABS_READ): New macro. | |
1106 | * objfiles.c (objfile_has_partial_symbols): Handle lazily-read | |
1107 | psymtabs. | |
1108 | * mipsread.c (ecoff_sym_fns): Update. | |
1109 | * machoread.c (macho_sym_fns): Update. | |
1110 | * elfread.c (elf_symfile_read): Set up for lazy psymtab reading. | |
1111 | (read_psyms): New function. | |
1112 | (elf_sym_fns, elf_sym_fns_gdb_index): Update. | |
1113 | (elf_sym_fns_lazy_psyms): New global. | |
1114 | * dwarf2read.c (dwarf2_initialize_objfile): Don't call | |
1115 | dwarf2_build_psymtabs. | |
1116 | * dbxread.c (aout_sym_fns): Update. | |
1117 | * coffread.c (coff_sym_fns): Update. | |
1118 | ||
fda326dd TT |
1119 | 2011-03-07 Tom Tromey <[email protected]> |
1120 | ||
1121 | * infrun.c (print_exited_reason): Include inferior id and pid in | |
1122 | message. | |
1123 | ||
aeaec162 TT |
1124 | 2011-03-07 Tom Tromey <[email protected]> |
1125 | ||
1126 | * target.h (struct target_ops) <to_has_execution>: Add ptid_t | |
1127 | parameter. | |
1128 | (target_has_execution_1): Update. | |
1129 | (target_has_execution_current): Declare. | |
1130 | (target_has_execution): Call target_has_execution_current. | |
1131 | (default_child_has_execution): Update. | |
1132 | * target.c (default_child_has_execution): Add 'the_ptid' | |
1133 | parameter. | |
1134 | (target_has_execution_1): Likewise. | |
1135 | (target_has_execution_current): New function. | |
1136 | (add_target): Update. | |
1137 | (init_dummy_target): Update. | |
1138 | * remote-m32r-sdi.c (m32r_has_execution): New function. | |
1139 | (init_m32r_ops): Use it. | |
1140 | * record.c (record_core_has_execution): Now static. Add | |
1141 | 'the_ptid' parameter. | |
1142 | * inferior.c (have_live_inferiors): Don't save current thread. | |
1143 | Use target_has_execution_1. | |
1144 | ||
08e14083 YQ |
1145 | 2011-03-07 Yao Qi <[email protected]> |
1146 | ||
1147 | * Makefile.in (aclocal_m4_deps): Remove gnulib/m4/memcmp.m4. | |
1148 | ||
c05d19c5 JB |
1149 | 2011-03-07 Joel Brobecker <[email protected]> |
1150 | ||
1151 | * elfread.c (elf_symtab_read): Minor reformatting. | |
1152 | ||
3e6ef9e4 JB |
1153 | 2011-03-07 Joel Brobecker <[email protected]> |
1154 | ||
1155 | * objc-lang.c (selectors_info): Minor reformatting. | |
1156 | ||
dbb8534f JB |
1157 | 2011-03-07 Joel Brobecker <[email protected]> |
1158 | ||
1159 | * ada-lang.c (compare_names): Add FALLTHROUGH comment. | |
1160 | ||
dd70cc93 JB |
1161 | 2011-03-07 Joel Brobecker <[email protected]> |
1162 | Michael Snyder <[email protected]> | |
1163 | ||
1164 | * ada-valprint.c (ada_val_print_array): Move the declaration of | |
1165 | "byte_order" and "elttype" inside the block where these variables | |
1166 | are actually used. Remove some special handling for the case | |
1167 | where "elttype" and "eltlen" are null. Replace by a comment | |
1168 | and a couple of assertion checks. | |
1169 | ||
b27cf2b3 MS |
1170 | 2011-03-05 Michael Snyder <[email protected]> |
1171 | ||
1172 | * source.c (add_path): Replace semicolon at end of block. | |
1173 | * dwarf2expr.c (execute_stack_op): Ditto. | |
1174 | ||
5387a0c6 MF |
1175 | 2011-03-05 Mike Frysinger <[email protected]> |
1176 | ||
1177 | * bfin-tdep.c: Include sim-regno.h and gdb/sim-bfin.h. | |
1178 | * configure.tgt (bfin-*-*linux*): Define gdb_sim. | |
1179 | (bfin-*-*): Likewise. | |
1180 | ||
e3aa49af MS |
1181 | 2011-03-05 Michael Snyder <[email protected]> |
1182 | ||
82ae4854 MS |
1183 | * dwarf2expr.c (execute_stack_op): Delete superfluous semicolon. |
1184 | * mdebugread.c (parse_symbol): Ditto. | |
1185 | * parse.c (parse_exp_in_context): Ditto. | |
1186 | * source.c (add_path): Ditto. | |
1187 | * utils.c (gnu_debuglink_crc32): Ditto. | |
1188 | * varobj.c (variable_language): Ditto. | |
1189 | ||
e3aa49af MS |
1190 | * linux-tdep.c (linux_get_siginfo_type): Stop memory leak. |
1191 | ||
154f592e MS |
1192 | 2011-03-04 Michael Snyder <[email protected]> |
1193 | ||
da3ecdc6 MS |
1194 | * linux-fork.c (inferior_call_waitptid): Fix copy/paste error. |
1195 | ||
9cc89665 MS |
1196 | * symfile.c (simple_overlay_update): Check for null return value |
1197 | from lookup_minimal_symbol. | |
1198 | ||
154f592e MS |
1199 | * xml-syscall.c (syscall_start_syscall): Assert name is non null. |
1200 | ||
63ffa6ee TJB |
1201 | 2011-03-04 Thiago Jung Bauermann <[email protected]> |
1202 | ||
1203 | * eval.c (parse_and_eval_address_1): Remove function. | |
1204 | * linespec.c (decode_indirect): Call parse_to_comma_and_eval | |
1205 | instead of parse_and_eval_address_1. | |
1206 | * value.h (parse_and_eval_address_1): Remove prototype. | |
1207 | ||
a17d146e MS |
1208 | 2011-03-04 Michael Snyder <[email protected]> |
1209 | ||
1210 | * remote.c (putpkt_binary): Document that case stmt falls through. | |
1211 | ||
1a6a67de TJB |
1212 | 2011-03-04 Thiago Jung Bauermann <[email protected]> |
1213 | ||
1214 | * breakpointc (print_it_typical): Move NULL check from here... | |
1215 | (print_bp_stop_message): ... to here. | |
1216 | ||
488919c4 MS |
1217 | 2011-03-04 Michael Snyder <[email protected]> |
1218 | ||
1219 | * breakpoint.c (enable_command): Use break instead of continue, | |
1220 | and fill in a missing break. | |
1221 | (disable_command): Ditto. | |
1222 | ||
1e182ce8 UW |
1223 | 2011-03-04 Ulrich Weigand <[email protected]> |
1224 | ||
1225 | * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate. | |
1226 | (terminal_save_ours): Remove misleading comment. | |
1227 | (inflow_inferior_data_cleanup): Free ttystate. | |
1228 | (inflow_inferior_exit): Likewise. | |
1229 | (copy_terminal_info): Copy ttystate. | |
1230 | ||
1231 | * serial.c (serial_copy_tty_state): New function. | |
1232 | * serial.h (serial_copy_tty_state): Add prototype. | |
1233 | (struct serial_ops): Add copy_tty_state callback. | |
1234 | * ser-base.c (ser_base_copy_tty_state): New function. | |
1235 | * ser-base.h (ser_base_copy_tty_state): Add prototype. | |
1236 | * ser-go32.c (dos_copy_tty_state): New function. | |
1237 | (dos_ops): Install copy_tty_state callback. | |
1238 | * ser-mingw.c (_initialize_ser_windows): Likewise. | |
1239 | * ser-pipe.c (_initialize_ser_pipe): Likewise. | |
1240 | * ser-unix.c (hardwire_copy_tty_state): New function. | |
1241 | (_initialize_ser_hardwire): Install it. | |
1242 | ||
b2c5f112 MS |
1243 | 2011-03-04 Michael Snyder <[email protected]> |
1244 | ||
2abae994 MS |
1245 | * breakpoint.c (create_breakpoint): Add missing break statement. |
1246 | ||
7f5936f9 MS |
1247 | Reverting this patch: |
1248 | * infcall.c (call_function_by_hand): Add break statements for lint. | |
1249 | ||
b2c5f112 MS |
1250 | Reverting this patch: |
1251 | * cli/cli-script.c (script_from_file): Add break for lint. | |
1252 | ||
42b1321c MS |
1253 | 2011-03-04 Michael Snyder <[email protected]> |
1254 | ||
1255 | * solib.c (reload_shared_libraries_1): Close memory leak. | |
1256 | ||
3e2a0cee TT |
1257 | 2011-03-03 Tom Tromey <[email protected]> |
1258 | ||
1259 | PR gdb/12538: | |
1260 | * dwarf2read.c (process_psymtab_comp_unit): Handle case where | |
1261 | DW_STRING is NULL. | |
1262 | ||
58397cb7 MS |
1263 | 2011-03-03 Michael Snyder <[email protected]> |
1264 | ||
2e3fd767 MS |
1265 | * remote-fileio.c (remote_fileio_func_fstat): Initialize all |
1266 | fields of struct 'st' to zero. | |
1267 | ||
58397cb7 MS |
1268 | * tui/tui-winsource.c (tui_update_source_window_as_is): Initialize |
1269 | sal.pspace before calling set_current_source_symtab_and_line. | |
1270 | ||
ced54c8f YQ |
1271 | 2011-03-03 Yao Qi <[email protected]> |
1272 | ||
1273 | * Makefile.in (configure-common): Remove. Let Makefile | |
1274 | in dir common to rebuild itself. | |
1275 | (common/Makefile): Likewise. | |
1276 | ||
3351ea09 JB |
1277 | 2011-03-03 Joel Brobecker <[email protected]> |
1278 | ||
1279 | * utils.c (parse_escape): Add i18n markup in error message. | |
1280 | ||
bf9f652a YQ |
1281 | 2011-03-03 Yao Qi <[email protected]> |
1282 | ||
1283 | * gdb/arm-tdep.c (shifted_reg_val): Replace magic number 15 with | |
1284 | ARM_PC_REGNUM. | |
1285 | (thumb_get_next_pc_raw, arm_get_next_pc_raw): Likewise. | |
1286 | (displaced_write_reg, displaced_read_reg): Likewise. | |
1287 | (copy_ldr_str_ldrb_strb, cleanup_block_load_all): Likewise. | |
1288 | (cleanup_block_load_pc, copy_block_xfer): Likewise. | |
1289 | (cleanup_branch): Replace magic number 14 and 15 with | |
1290 | ARM_LR_REGNUM and ARM_PC_REGNUM respectively. | |
1291 | ||
d42de051 MS |
1292 | 2011-03-02 Michael Snyder <[email protected]> |
1293 | ||
240f9570 MS |
1294 | * maint.c (maintenance_do_deprecate): No need to check for NULL. |
1295 | ||
10dd8b54 MS |
1296 | * cli/cli-script.c (script_from_file): Add break for lint. |
1297 | ||
b98bd911 MS |
1298 | * mdebugread.c (parse_partial_symbols): Fix indent. |
1299 | ||
3494b66d MS |
1300 | * target-descriptions.c (tdesc_gdb_type): No need to call |
1301 | xstrdup, callee saves a copy. | |
1302 | ||
daac021a MS |
1303 | * printcmd.c (print_scalar_formatted): Use strncpy for safety. |
1304 | ||
c38d16a7 MS |
1305 | * infcall.c (call_function_by_hand): Add break statements for lint. |
1306 | ||
905b671b MS |
1307 | * utils.c (parse_escape): Escape the escape char. |
1308 | ||
f2eb0bc8 | 1309 | * python/py-inferior.c (build_inferior_list): Error out if |
2d565757 MS |
1310 | PyList_Append fails. |
1311 | (gdbpy_inferiors): Error out if build_inferior_list fails. | |
1312 | ||
8c6a60d1 MS |
1313 | * linux-nat.c (linux_nat_xfer_partial): Preserve errno around |
1314 | a function call. | |
1315 | ||
d42de051 MS |
1316 | * record.c (record_restore): Move printf to before error return. |
1317 | ||
4db71c0b YQ |
1318 | 2011-03-02 Yao Qi <[email protected]> |
1319 | ||
1320 | * arm-tdep.h (struct displaced_step_closure): Add two new fields | |
1321 | is_thumb and insn_size. | |
1322 | * arm-tdep.c (displaced_read_reg): Adjust correct pipeline offset | |
1323 | on both ARM and Thumb mode. | |
1324 | (arm_process_displaced_insn): Set is_thumb and insn_size. | |
1325 | (arm_displaced_init_closure): Handle both 16-bit and 32-bit. | |
1326 | (arm_displaced_step_fixup): Likewise. | |
1327 | ||
a9dc8dcc MS |
1328 | 2011-03-01 Michael Snyder <[email protected]> |
1329 | ||
53624a93 MS |
1330 | * cli/cli-dump.c (dump_bfd_file): Check error return and warn. |
1331 | ||
77766669 MS |
1332 | * jv-lang.c (evaluate_subexp_java): Conditional can't be true. |
1333 | ||
62d5b8da MS |
1334 | * dwarf2read.c (dwarf2_compute_name): NAME cannot be null here. |
1335 | ||
5e9e105f MS |
1336 | * cli/cli-dump.c (restore_binary_file): Validate ftell return value. |
1337 | ||
dc19db01 MS |
1338 | * ada-lang.c (ada_make_symbol_completion_list): Replace malloc |
1339 | with xmalloc. | |
1340 | ||
5ce64950 MS |
1341 | * ada-lang.c (aggregate_assign_others): Rename inner scope variable |
1342 | which shadows function parameter. | |
1343 | ||
a0aa2878 MS |
1344 | * tracepoint.c (create_tsv_from_upload): Superfluous call |
1345 | to xstrdup. Callee already calls xstrdup. | |
1346 | ||
e325fb69 MS |
1347 | * linespec.c (decode_line_1): Remove unnecessary null check. |
1348 | ||
21cbba77 MS |
1349 | * tracepoint.c (scope_info): Fix mem leak, remove underused |
1350 | variable. | |
1351 | ||
63360adc MS |
1352 | * python/py-prettyprint.c (apply_val_pretty_printer): Remove |
1353 | superfluous null check. | |
1354 | ||
18ea20ac | 1355 | * std-regs.c (value_of_builtin_frame_pc_reg): Frame can't be null. |
23ce9890 | 1356 | (value_of_builtin_frame_fp_reg): Ditto. |
18ea20ac | 1357 | |
d014929c MS |
1358 | * event-top.c (display_gdb_prompt): Remove superfluous null check. |
1359 | ||
6e9130cf MS |
1360 | * python/py-prettyprint.c (apply_val_pretty_printer): VAL may |
1361 | be null. | |
1362 | ||
5f01dbc0 MS |
1363 | * linespec.c (decode_line_1): Check for null before dereference. |
1364 | ||
d684ab85 MS |
1365 | * reverse.c (record_restore): Move null-check to before pointer |
1366 | dereference. | |
1367 | ||
bfffb7e3 MS |
1368 | * python/py-utils.c (gdbpy_obj_to_string): Delete unused variable. |
1369 | ||
a9dc8dcc MS |
1370 | * objc-lang.c (selectors_info): Add explanitory comment. |
1371 | (classes_info): Ditto. | |
1372 | ||
478fd957 UW |
1373 | 2011-03-01 Ulrich Weigand <[email protected]> |
1374 | ||
1375 | * arm-linux-tdep.c (ARM_LDR_PC_SP_4): Add define. | |
1376 | (arm_linux_restart_syscall_init): Handle both on-stack and in-kernel | |
1377 | versions of the trampoline. Handle Thumb vs. ARM addresses. | |
1378 | (arm_kernel_linux_restart_syscall_tramp_frame): New global. | |
1379 | (arm_linux_init_abi): Install it. | |
1380 | * arm-tdep.c (arm_psr_thumb_bit): Make global. | |
1381 | * arm-tdep.c (arm_psr_thumb_bit): Add prototype. | |
1382 | ||
0480cefa MS |
1383 | 2011-02-28 Michael Snyder <[email protected]> |
1384 | ||
ac50ab3b MS |
1385 | * ui-out.c (ui_out_field_core_addr): Make local char buffer |
1386 | a little bigger, to avoid possibility of an overflow. | |
1387 | ||
f63fbe86 MS |
1388 | * breakpoint.c (breakpoint_adjustment_warning): Make local char |
1389 | buffers a little bigger, to avoid possibility of an overflow. | |
1390 | ||
9e91a352 MS |
1391 | * coffread.c (coff_getfilename): Add check to avoid overflow. |
1392 | ||
f2eb0bc8 | 1393 | * objc-lang.c (selectors_info): Add a small safety margin to |
28288541 MS |
1394 | avoid overflow. |
1395 | (classes_info): Error out on too long REGEXP. | |
1396 | ||
098ab512 MS |
1397 | * infrun.c (handle_inferior_event): Remove unused function call. |
1398 | ||
bcbd1de9 MS |
1399 | * fork-child.c (fork_inferior): Remove ifdef'd code and |
1400 | unused variable. | |
1401 | ||
2e456570 MS |
1402 | * linux-thread-db.c (attach_thread): Discard unused value. |
1403 | ||
14571dad MS |
1404 | * linux-nat.c (linux_handle_extended_wait): Delete unused variable. |
1405 | ||
a9cbf802 MS |
1406 | * remote.c (remote_get_noisy_reply): Discard unused value. |
1407 | (remote_vcont_resume): Ditto. | |
1408 | (remote_stop_ns): Ditto. | |
1409 | ||
5715d26e MS |
1410 | * linespec.c (decode_objc): Delete unused variable. |
1411 | ||
4a9bca80 MS |
1412 | * tui/tui-regs.c (tui_register_format): Delete unused variable. |
1413 | ||
f47fb265 MS |
1414 | * dwarf2read.c (add_partial_symbol): Discard unused values. |
1415 | (read_base_type): Delete unused variable. | |
1416 | ||
e81cff30 MS |
1417 | * dbxread.c (read_dbx_symtab): Discard unused value. |
1418 | ||
262acaeb MS |
1419 | * eval.c (evaluate_subexp_standard): Delete unused variable, |
1420 | and discard unused values. | |
1421 | ||
df983543 MS |
1422 | * infcmd.c (_initialize_infcmd): Discard unused values. |
1423 | ||
89acf84d MS |
1424 | * stabsread.c (rs6000_builtin_type): Missing break statement. |
1425 | ||
ab8b8aca MS |
1426 | * dbxread.c (process_one_symbol): Discard unused value. |
1427 | ||
6b4511ab MS |
1428 | * coffread.c (coff_end_symtab): Delete unused variable. |
1429 | ||
e8e80198 MS |
1430 | * dwarf2read.c (dw2_get_file_names): Discard unused value. |
1431 | (dwarf2_add_typedef): Delete unused variable. | |
1432 | (read_namespace): Ditto. | |
1433 | (dwarf_decode_macros): Ditto. | |
1434 | ||
976aa66e MS |
1435 | * m2-lang.c (evaluate_subexp_modula2): Discard unused variable. |
1436 | ||
5b92b49f MS |
1437 | * opencl-lang.c (evaluate_subexp_opencl): Discard unused value. |
1438 | ||
91e8df85 MS |
1439 | * p-valprint.c (pascal_val_print): Discard unused value. |
1440 | ||
899500d6 MS |
1441 | * utils.c (nquery): Call va_end before return; |
1442 | (yquery): Ditto. | |
1443 | (query): Ditto. | |
1444 | ||
0480cefa MS |
1445 | * proc-service.c (ps_plog): Call va_end before return. |
1446 | ||
fb6a3ed3 TT |
1447 | 2011-02-28 Tom Tromey <[email protected]> |
1448 | ||
1449 | * python/python.c (gdbpy_value_cst): New global. | |
1450 | (_initialize_python): Initialize it. | |
1451 | * python/python-internal.h (gdbpy_value_cst): Declare. | |
1452 | * python/py-value.c (convert_value_from_python): Use | |
1453 | gdbpy_value_cst. | |
1454 | ||
c05202a1 MS |
1455 | 2011-02-28 Michael Snyder <[email protected]> |
1456 | ||
e463f587 MS |
1457 | * python/py-cmd.c (cmdpy_init): Fix memory leak. |
1458 | ||
c38eea1a MS |
1459 | * breakpoint.c (catch_syscall_completer): Free malloced list. |
1460 | ||
3ef09ab5 MS |
1461 | * jv-lang.c (java_primitive_type_from_name): Add missing break. |
1462 | ||
8f9a01ee MS |
1463 | * opencl-lang.c (lval_func_check_validity): Rename inner variables. |
1464 | (lval_func_check_synthetic_pointer): Ditto. | |
1465 | (lval_func_free_closure): Fix use-after-free. | |
c05202a1 | 1466 | |
477d0d57 TT |
1467 | 2011-02-28 Tom Tromey <[email protected]> |
1468 | ||
1469 | * psymtab.c (expand_partial_symbol_tables): Use | |
1470 | ALL_OBJFILE_PSYMTABS. | |
1471 | ||
20937029 JK |
1472 | 2011-02-28 Jan Kratochvil <[email protected]> |
1473 | ||
1474 | * objc-lang.c (selectors_info): Error on too long REGEXP. | |
1475 | ||
907b7f4f MS |
1476 | 2011-02-28 Michael Snyder <[email protected]> |
1477 | ||
92e96192 MS |
1478 | * python/py-param.c (set_parameter_value): Add missing |
1479 | break statement. | |
1480 | ||
907b7f4f MS |
1481 | * linux-record.c (record_linux_system_call): Add missing |
1482 | break statement. | |
1483 | ||
12c5a436 UW |
1484 | 2011-02-28 Ulrich Weigand <[email protected]> |
1485 | ||
1486 | * breakpoint.c (print_one_breakpoint_location): Remove unused | |
1487 | argument PRINT_ADDRESS_BITS. Update callers. | |
1488 | (print_one_breakpoint): Likewise. | |
1489 | ||
170b53b2 UW |
1490 | 2011-02-28 Ulrich Weigand <[email protected]> |
1491 | ||
1492 | * breakpoint.c (wrap_indent_at_field): New function. | |
1493 | (print_breakpoint_location): Use it instead of WRAP_INDENT argument. | |
1494 | Allocate ui_stream locally instead of using STB argument. | |
1495 | (print_one_breakpoint_location): Update call. | |
1496 | * ui-out.c (ui_out_query_field): New function. | |
1497 | * ui-out.h (ui_out_query_field): Add prototype. | |
1498 | ||
8ab1f94d JB |
1499 | 2011-02-28 Joel Brobecker <[email protected]> |
1500 | ||
1501 | From Michael Snyder <[email protected]> | |
1502 | * ada-exp.y (write_object_renaming): Add FALLTHROUGH comment. | |
1503 | ||
7d488639 MS |
1504 | 2011-02-27 Michael Snyder <[email protected]> |
1505 | ||
ae179fba MS |
1506 | * objc-lang.c (selectors_info): Prevent string overrun. |
1507 | ||
086dbf66 MS |
1508 | * tui/tui-stack.c (tui_get_function_from_frame): Fix off by one |
1509 | error in strncpy. | |
1510 | ||
f2eb0bc8 | 1511 | * symtab.c (rbreak_command): Move variable 'file_name' to |
9c1e305a MS |
1512 | outer scope. |
1513 | ||
7d488639 MS |
1514 | * d-valprint.c (dynamic_array_type): Avoid shadowing a function |
1515 | param with a local variable of the same name. | |
1516 | ||
3bd0f5ef MS |
1517 | 2011-02-27 Michael Snyder <[email protected]> |
1518 | ||
1519 | * value.c (value_from_history_ref): New function. | |
1520 | * value.h (value_from_history_ref): Export. | |
1521 | * cli/cli-utils.c (get_number_trailer): Use value_from_history_ref | |
1522 | to parse value history references. | |
1523 | * cli/cli-utils.h (get_number_trailer): Update comment. | |
1524 | ||
1525 | 2011-02-27 Michael Snyder <[email protected]> | |
1526 | ||
1527 | * inferior.c (detach_inferior_command): Use get_number_or_range. | |
1528 | (kill_inferior_command): Ditto. | |
1529 | (remove_inferior_command): Ditto. | |
1530 | (initialize_inferiors): Make command names plural. | |
1531 | Update help strings. | |
1532 | ||
766062f6 MS |
1533 | 2011-02-27 Michael Snyder <[email protected]> |
1534 | ||
1535 | * darwin-nat-info.c: Fix comment typo. | |
1536 | * dwarf2expr.h: Ditto. | |
1537 | * fbsd-nat.c: Ditto. | |
1538 | * fbsd-nat.h: Ditto. | |
1539 | * frame-unwind.h: Ditto. | |
1540 | * frame.h: Ditto. | |
1541 | * hppa-hpux-tdep.c: Ditto. | |
1542 | * i386-linux-nat.c: Ditto. | |
1543 | * linux-nat.c: Ditto. | |
1544 | * nbsd-nat.c: Ditto. | |
1545 | * nbsd-nat.h: Ditto. | |
1546 | * ppc-linux-tdep.c: Ditto. | |
1547 | * serial.c: Ditto. | |
1548 | * ui-file.h: Ditto. | |
1549 | * tui/tui-winsource.c: Ditto. | |
1550 | ||
f2c4ead5 MS |
1551 | 2011-02-26 Michael Snyder <[email protected]> |
1552 | ||
86b887df MS |
1553 | * breakpoint.c (reattach_breakpoints): Avoid resource leak (ui_file). |
1554 | ||
66fd3b1e MS |
1555 | * maint.c (maintenance_do_deprecate): Plug a memory leak. |
1556 | ||
8c814cdd MS |
1557 | * dwarf2loc.c (insert_bits): Avoid shadowing a function param |
1558 | with a local variable of the same name. | |
1559 | ||
6d5e094a | 1560 | * i387-tdep.c (i387_supply_fxsave): Avoid shadowing a function |
e5b3d7d6 | 1561 | param with a local variable of the same name. |
6d5e094a | 1562 | (i387_supply_xsave): Ditto. |
e5b3d7d6 | 1563 | |
5eee517d MS |
1564 | * linux-low.c (linux_nat_xfer_osdata): Rename local variable so |
1565 | that it does not shadow a function parameter. | |
1566 | ||
8fbf6b93 MS |
1567 | * i386-nat.c (i386_length_and_rw_bits): Document that case |
1568 | statement is meant to fall through. | |
1569 | ||
cb969d61 MS |
1570 | * expprint.c (dump_subexp_body_standard): Document that case |
1571 | statement is meant to fall through. | |
1572 | ||
f2c4ead5 MS |
1573 | * amd64-linux-tdep.c (amd64_linux_syscall_record): Delete |
1574 | dead if statement. Condition can't be false. | |
1575 | ||
b021a221 MS |
1576 | 2011-02-25 Michael Snyder <[email protected]> |
1577 | ||
1578 | * arm-tdep.c: Fix typos in comments. | |
1579 | * bsd-uthread.c: Ditto. | |
1580 | * completer.c: Ditto. | |
1581 | * corelow.c: Ditto. | |
1582 | * cp-namespace.c: Ditto. | |
1583 | * cp-support.c: Ditto. | |
1584 | * cris-tdep.c: Ditto. | |
1585 | * dbxread.c: Ditto. | |
1586 | * dwarf2read.c: Ditto. | |
1587 | * frame.h: Ditto. | |
1588 | * gdbtypes.h: Ditto. | |
1589 | * inferior.h: Ditto. | |
1590 | * mdebugread.c: Ditto. | |
1591 | * mips-tdep.c: Ditto. | |
1592 | * ppc-linux-nat.c: Ditto. | |
1593 | * ppc-linux-tdep.c: Ditto. | |
1594 | * printcmd.c: Ditto. | |
1595 | * sol-thread.c: Ditto. | |
1596 | * solib-frv.c: Ditto. | |
1597 | * solist.h: Ditto. | |
1598 | * sparc64-tdep.c: Ditto. | |
1599 | * spu-tdep.c: Ditto. | |
1600 | * stabsread.c: Ditto. | |
1601 | * symfile.c: Ditto. | |
1602 | * valops.c: Ditto. | |
1603 | * varobj.c: Ditto. | |
1604 | * vax-nat.c: Ditto. | |
1605 | * python/py-block.c: Ditto. | |
1606 | * python/py-symbol.c: Ditto. | |
1607 | * python/py-symtab.c: Ditto. | |
1608 | * python/py-value.c: Ditto. | |
1609 | * tui/tui-win.c: Ditto. | |
1610 | ||
c82c0b55 MS |
1611 | 2011-02-25 Michael Snyder <[email protected]> |
1612 | ||
1613 | * inferior.c (print_inferior): Accept a string instead of an int | |
1614 | for requested_inferiors, and use get_number_or_range to parse it. | |
1615 | (info_inferiors_command): Pass args string to print_inferior. | |
1616 | (initialize_inferiors): Change help string for info inferiors. | |
1617 | * inferior.h (print_inferior): Export prototype change. | |
1618 | ||
ee00cd23 TT |
1619 | 2011-02-25 Tom Tromey <[email protected]> |
1620 | ||
1621 | * common/ax.def (invalid2): Set to 0x31. | |
1622 | ||
0502ed8c JK |
1623 | 2011-02-25 Jan Kratochvil <[email protected]> |
1624 | ||
1625 | * dwarf2loc.c (disassemble_dwarf_expression) <DW_OP_breg[0-9]+>: Use | |
1626 | L and plongest. | |
1627 | (disassemble_dwarf_expression) <DW_OP_bregx>: Drop variable offset, | |
1628 | use L and plongest. | |
1629 | (disassemble_dwarf_expression) <DW_OP_fbreg>: Use L and plongest. | |
1630 | ||
2c9de912 MS |
1631 | 2011-02-24 Michael Snyder <[email protected]> |
1632 | ||
1633 | * Makefile.in (clean): Make clean should remove generated files | |
1634 | observer.h and observer.inc. | |
1635 | ||
a04b0428 JB |
1636 | 2011-02-24 Joel Brobecker <[email protected]> |
1637 | ||
1638 | Revert the following patch (not approved yet): | |
1639 | 2011-02-21 Hui Zhu <[email protected]> | |
1640 | * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h. | |
1641 | * ax-gdb.c (gen_printf_expr_callback): New function. | |
1642 | * ax-gdb.h (gen_printf_expr_callback): Forward declare. | |
1643 | * ax-general.c (ax_memcpy): New function. | |
1644 | (ax_print): Handle "printf". | |
1645 | (ax_reqs): Ditto. | |
1646 | * ax.h (ax_memcpy): Forward declare. | |
1647 | * common/ax.def (invalid2): Removed. | |
1648 | (printf): New entry. | |
1649 | * printcmd.c (printcmd.h): New include. | |
1650 | (string_printf): New function. | |
1651 | (ui_printf): Removed. | |
1652 | (printf_command): Remove static. Call string_printf. | |
1653 | (eval_command): Call string_printf. | |
1654 | * printcmd.h: New file. | |
1655 | * tracepoint.c (validate_actionline, | |
1656 | encode_actions_1): handle printf_command. | |
1657 | ||
2b52013f TT |
1658 | 2011-02-23 Tom Tromey <[email protected]> |
1659 | ||
1660 | * ax-general.c (ax_pick): Add missing newline. | |
1661 | ||
e5a67952 MS |
1662 | 2011-02-23 Michael Snyder <[email protected]> |
1663 | ||
1664 | * breakpoint.c (breakpoint_1): Change first argument from an int | |
1665 | to a char pointer, so that the function now accepts a list of | |
f2eb0bc8 | 1666 | breakpoints rather than just one. Use new function |
e5a67952 MS |
1667 | 'number_is_in_list' to implement. |
1668 | (breakpoints_info): Pass char * instead of int to breakpoint_1. | |
1669 | (watchpoints_info): Ditto. | |
1670 | (tracepoints_info): Ditto. | |
1671 | (maintenance_info_breakpoints): Ditto. | |
1672 | (_initialize_breakpoint): Update help strings to reflect the fact | |
1673 | that these functions can now take more than one argument. | |
1674 | * cli/cli-utils.c (number_is_in_list): New function. | |
1675 | * cli/cli-utils.h (number_is_in_list): Export. | |
1676 | ||
1677 | 2011-02-23 Michael Snyder <[email protected]> | |
fbcb778d MS |
1678 | |
1679 | * memattr.c (mem_enable_command): Use get_number_or_range. | |
1680 | (mem_disable_command): Ditto. | |
1681 | (mem_delete_command): Ditto. | |
1682 | (_initialize_mem): Tweak usage message to reflect multiple | |
1683 | arguments. | |
1684 | ||
6e6fbe60 DE |
1685 | 2011-02-22 Doug Evans <[email protected]> |
1686 | ||
1687 | Add gdb.lookup_global_symbol python function. | |
1688 | * NEWS: Add entry. | |
1689 | * python/py-symbol.c (gdbpy_lookup_global_symbol): New function. | |
1690 | * python/python-internal.h (gdbpy_lookup_global_symbol): Declare it. | |
1691 | * python/python.c (GdbMethods): Add entry for lookup_global_symbol. | |
1692 | ||
79b97fa8 TT |
1693 | 2011-02-22 Tom Tromey <[email protected]> |
1694 | ||
1695 | * language.c (language_class_name_from_physname): Rename | |
1696 | 'curr_language' argument to 'lang'; use in body. | |
1697 | ||
298f437a MS |
1698 | 2011-02-22 Michael Snyder <[email protected]> |
1699 | ||
1700 | * cli/cli-utils.c (number_is_in_list): Check for zero return. | |
1701 | ||
b7ea3126 PA |
1702 | 2011-02-22 Pedro Alves <[email protected]> |
1703 | ||
1704 | * frame-unwind.h: Fix comment to mention the this frame, not the | |
1705 | next. | |
1706 | ||
58ee6d60 TT |
1707 | 2011-02-22 Tom Tromey <[email protected]> |
1708 | ||
1709 | * symfile.c (auto_solib_limit): Remove. | |
1710 | * symfile.h (auto_solib_limit): Remove. | |
1711 | ||
36238dbc JB |
1712 | 2011-02-22 Joel Brobecker <[email protected]> |
1713 | ||
1714 | * Makefile.in (INSTALLED_LIBS): Delete. Update comment. | |
1715 | ||
aea5b279 MS |
1716 | 2011-02-21 Michael Snyder <[email protected]> |
1717 | ||
1718 | * gdbthread.h (print_thread_info): Change prototype. | |
1719 | * thread.c (print_thread_info): Accept char* instead of int for | |
1720 | requested_threads argument. Use new function number_is_in_list | |
1721 | to determine which threads to list. | |
1722 | (info_threads_command): Pass char* to print_thread_info. | |
1723 | * cli/cli-utils.c (number_is_in_list): New function. | |
1724 | * cli/cli-utils.h (number_is_in_list): Export. | |
f2eb0bc8 | 1725 | * mi/mi-main.c (mi_cmd_thread_info): Pass char* to |
aea5b279 MS |
1726 | print_thread_info. |
1727 | (print_one_inferior): Ditto. | |
1728 | (mi_cmd_list_thread_groups): Ditto. | |
1729 | ||
8caa75ee JK |
1730 | 2011-02-21 Jan Kratochvil <[email protected]> |
1731 | ||
1732 | * common/Makefile.in (CFLAGS): New. | |
1733 | (COMPILE): Add $(CFLAGS). | |
1734 | ||
ea666128 TT |
1735 | 2011-02-21 Tom Tromey <[email protected]> |
1736 | ||
1737 | * breakpoint.c (catch_syscall_command_1): Fix typo. | |
1738 | ||
e9cafbcc TT |
1739 | 2011-02-21 Tom Tromey <[email protected]> |
1740 | ||
1741 | * reverse.c: Include cli-utils.h. | |
1742 | * printcmd.c: Include cli-utils.h. | |
1743 | (string_printf): Use skip_spaces. | |
1744 | * cli/cli-utils.h: New file. | |
1745 | * cli/cli-utils.c: New file. | |
1746 | * cli/cli-dump.h (skip_spaces): Move to cli-utils.h. | |
1747 | * cli/cli-dump.c (skip_spaces): Move to cli-utils.c. | |
1748 | * breakpoint.h (get_number, get_number_or_range): Move to | |
1749 | cli-utils.h. | |
1750 | * breakpoint.c: Include cli-utils.h. | |
1751 | (get_number_trailer, get_number, get_number_or_range) | |
1752 | (ep_skip_leading_whitespace): Move to cli-utils.c. | |
1753 | (create_breakpoint_sal, find_condition_and_thread) | |
1754 | (decode_static_tracepoint_spec, watch_command_1) | |
1755 | (watch_maybe_just_location, ep_parse_optional_if_clause) | |
1756 | (catch_fork_command_1, catch_exec_command_1) | |
1757 | (catch_syscall_command_1): Use skip_spaces, skip_to_space. | |
1758 | * Makefile.in (SUBDIR_CLI_OBS): Add cli-utils.o. | |
1759 | (SUBDIR_CLI_SRCS): Add cli-utils.c. | |
1760 | (HFILES_NO_SRCDIR): Add cli-utils.h. | |
1761 | (cli-utils.o): New target. | |
1762 | ||
f67fd822 PM |
1763 | 2011-02-18 Pierre Muller <[email protected]> |
1764 | ||
1765 | * remote.c (remote_close): Reset INFERIOR_PTID to NULL_PTID | |
1766 | before calling discard_all_inferiors. | |
1767 | ||
c9def01d UW |
1768 | 2011-02-21 Ulrich Weigand <[email protected]> |
1769 | ||
1770 | * opencl-lang.c (STRUCT_OCL_TYPE): Remove. | |
1771 | (struct builtin_opencl_type): Remove. | |
1772 | (builtin_opencl_type): Change return type to "struct type **". | |
1773 | (lookup_opencl_vector_type): Update caller. | |
1774 | (opencl_language_arch_info): Copy primitive type vector from gdbarch. | |
1775 | (build_opencl_types): Install plain array of "struct type *" | |
1776 | instead of "struct builtin_opencl_type". | |
1777 | ||
e3039479 UW |
1778 | 2011-02-21 Matthew Gretton-Dann <[email protected]> |
1779 | Ulrich Weigand <[email protected]> | |
1780 | ||
1781 | * arm-linux-nat.c: Include "observer.h" and "gdbthread.h". | |
1782 | (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define. | |
1783 | (struct arm_linux_hwbp_cap): New type. | |
1784 | (arm_linux_get_hwbp_cap): New function. | |
1785 | (arm_linux_get_hw_breakpoint_count): Likewise. | |
1786 | (arm_linux_get_hw_watchpoint_count): Likewise. | |
1787 | (arm_linux_can_use_hw_breakpoint): Likewise. | |
1788 | (arm_hwbp_type): New type. | |
1789 | (arm_hwbp_control_t): Likewise. | |
1790 | (struct arm_linux_hw_breakpoint): Likewise. | |
1791 | (struct arm_linux_thread_points): Likewise. | |
1792 | (arm_threads): New global variable. | |
1793 | (arm_linux_find_breakpoints_by_tid): New function. | |
1794 | (arm_hwbp_control_initialize): Likewise. | |
1795 | (arm_hwbp_control_is_enabled): Likewise. | |
1796 | (arm_hwbp_control_disable): Likewise. | |
1797 | (arm_linux_hw_breakpoint_initialize): Likewise. | |
1798 | (arm_linux_get_hwbp_type): Likewise. | |
1799 | (arm_linux_hw_watchpoint_initialize): Likewise. | |
1800 | (arm_linux_hw_breakpoint_equal): Likewise. | |
1801 | (arm_linux_insert_hw_breakpoint1): Likewise. | |
1802 | (arm_linux_remove_hw_breakpoint1): Likewise. | |
1803 | (arm_linux_insert_hw_breakpoint): Likewise. | |
1804 | (arm_linux_remove_hw_breakpoint): Likewise. | |
1805 | (arm_linux_region_ok_for_hw_watchpoint): Likewise. | |
1806 | (arm_linux_insert_watchpoint): Likewise. | |
1807 | (arm_linux_remove_watchpoint): Likewise. | |
1808 | (arm_linux_stopped_data_address): Likewise. | |
1809 | (arm_linux_stopped_by_watchpoint): Likewise. | |
1810 | (arm_linux_watchpoint_addr_within_range): Likewise. | |
1811 | (arm_linux_new_thread): Likewise. | |
1812 | (arm_linux_thread_exit): Likewise. | |
1813 | (_initialize_arm_linux_nat): Install hardware breakpoint/watchpoint | |
1814 | related target callbacks. Register arm_linux_new_thread and | |
1815 | arm_linux_thread_exit. | |
1816 | * arm-tdep.h (arm_pc_is_thumb): Add prototype. | |
1817 | * arm-tdep.c (arm_pc_is_thumb): Make global. | |
1818 | (arm_gdbarch_init): Call set_gdbarch_have_nonsteppable_watchpoint. | |
1819 | ||
b5db5dfc UW |
1820 | 2011-02-21 Ulrich Weigand <[email protected]> |
1821 | ||
1822 | * breakpoint.c (update_watchpoint): Do not attempt to recreate | |
1823 | per-frame locations while within a function epilogue. | |
1824 | ||
e25b2cfa PM |
1825 | 2011-02-21 Pierre Muller <[email protected]> |
1826 | ||
1827 | * ser-mingw.c (ser_windows_close): Reformat comment to better conform | |
1828 | to GNU coding standards. | |
1829 | ||
4af53f97 PM |
1830 | 2011-02-21 Pierre Muller <[email protected]> |
1831 | ||
1832 | Allow use of mingw native on Windows 95 OS. | |
e25b2cfa | 1833 | * ser-mingw.c (CancelIo): New macro for dynamically loaded DLL entry. |
4af53f97 PM |
1834 | (ser_windows_close): Only call CancelIo if function exists. |
1835 | (_initialize_ser_windows): Use LoadLirary/GetProcAddress | |
1836 | to check for existence of CancelIo function in kernel32 DLL. | |
1837 | ||
d0e92d82 HZ |
1838 | 2011-02-21 Hui Zhu <[email protected]> |
1839 | ||
1840 | * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h. | |
1841 | * ax-gdb.c (gen_printf_expr_callback): New function. | |
1842 | * ax-gdb.h (gen_printf_expr_callback): Forward declare. | |
1843 | * ax-general.c (ax_memcpy): New function. | |
1844 | (ax_print): Handle "printf". | |
1845 | (ax_reqs): Ditto. | |
1846 | * ax.h (ax_memcpy): Forward declare. | |
1847 | * common/ax.def (invalid2): Removed. | |
1848 | (printf): New entry. | |
1849 | * printcmd.c (printcmd.h): New include. | |
1850 | (string_printf): New function. | |
1851 | (ui_printf): Removed. | |
1852 | (printf_command): Remove static. Call string_printf. | |
1853 | (eval_command): Call string_printf. | |
1854 | * printcmd.h: New file. | |
1855 | * tracepoint.c (validate_actionline, | |
1856 | encode_actions_1): handle printf_command. | |
1857 | ||
7d357efd MS |
1858 | 2011-02-19 Michael Snyder <[email protected]> |
1859 | ||
1860 | * reverse.c (delete_one_bookmark): Argument is now bookmark | |
1861 | id rather than pointer to bookmark struct. | |
1862 | (delete_bookmark_command): Use get_number_or_range. | |
1863 | (goto_bookmark_command): Parse with get_number instead of strtoul. | |
1864 | (bookmark_1): New function. Print info for one bookmark. | |
1865 | (bookmarks_info): Use get_number_or_range and bookmark_1. | |
1866 | ||
7a45ebd7 MS |
1867 | 2011-02-18 Michael Snyder <[email protected]> |
1868 | ||
f2eb0bc8 | 1869 | * thread.c (info_threads_command): Re-implement using |
7a45ebd7 | 1870 | get_number_or_range. |
65ebfb52 | 1871 | (thread_apply_command): Ditto. |
7a45ebd7 | 1872 | |
94d5e490 TT |
1873 | 2011-02-18 Tom Tromey <[email protected]> |
1874 | ||
1875 | * common/ax.def: New file. | |
1876 | * ax.h (enum agent_op): Use ax.def. | |
1877 | * ax-general.c (aop_map): Use ax.def. | |
1878 | ||
c7f96d2b TT |
1879 | 2011-02-18 Tom Tromey <[email protected]> |
1880 | ||
1881 | * ax-general.c (aop_map): Add pick and rot. | |
1882 | * dwarf2loc.c (compile_dwarf_to_ax) <DW_OP_over>: Reimplement. | |
1883 | <DW_OP_rot>: Implement. | |
1884 | * ax.h (enum agent_op) <aop_pick, aop_rot>: New constants. | |
1885 | (ax_pick): Declare. | |
1886 | * ax-general.c (ax_pick): New function. | |
1887 | ||
66694b75 TT |
1888 | 2011-02-18 Tom Tromey <[email protected]> |
1889 | ||
1890 | * Makefile.in (HFILES_NO_SRCDIR): Don't mention ada-operator.inc. | |
1891 | ||
eeaafae2 JK |
1892 | 2011-02-18 Jan Kratochvil <[email protected]> |
1893 | Tom Tromey <[email protected]> | |
1894 | ||
1895 | * cp-support.c (make_symbol_overload_list_namespace): Do not call | |
1896 | make_symbol_overload_list_block with NULL BLOCK. | |
1897 | * valarith.c (unop_user_defined_p): Resolve also TYPE_CODE_TYPEDEF. | |
1898 | ||
3c3fe74c PA |
1899 | 2011-02-18 Pedro Alves <[email protected]> |
1900 | ||
1901 | * breakpoint.c (get_number_trailer): No longer accept a NULL PP. | |
1902 | * breakpoint.h (get_number_or_range): Declare. | |
1903 | * printcmd.c (ALL_DISPLAYS): Declare. | |
1904 | (delete_display): Reimplement taking a display pointer. | |
1905 | (undisplay_command): Accept a range of displays to delete, using | |
1906 | get_number_or_range. | |
1907 | ||
13163d80 PM |
1908 | 2011-02-18 Pierre Muller <[email protected]> |
1909 | ||
1910 | * c-valprint.c (c_val_print): Add embedded_offset to address | |
1911 | for arrays of unspecified length. | |
1912 | * p-valprint.c (pascal_val_print): Likewise. | |
1913 | ||
b434a28f YQ |
1914 | 2011-02-18 Yao Qi <[email protected]> |
1915 | ||
1916 | * gdb/arm-tdep.c (arm_displaced_step_copy_insn): Move code to ... | |
1917 | (arm_process_displaced_insn): .. here. Remove parameter INSN. | |
1918 | (thumb_process_displaced_insn): New. | |
1919 | * gdb/arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Update | |
1920 | call to arm_process_displaced_insn. | |
1921 | * gdb/arm-tdep.h : Update declaration of arm_process_displaced_insn. | |
1922 | ||
9f6f94ff TT |
1923 | 2011-02-17 Tom Tromey <[email protected]> |
1924 | ||
1925 | * dwarf2loc.h (dwarf2_compile_expr_to_ax): Declare. | |
1926 | * dwarf2loc.c (dwarf2_compile_expr_to_ax): Rename from | |
1927 | compile_dwarf_to_ax. No longer static. Call | |
1928 | dwarf2_compile_cfa_to_ax. | |
1929 | (locexpr_tracepoint_var_ref): Update. | |
1930 | (loclist_tracepoint_var_ref): Update. | |
1931 | * dwarf2-frame.h (dwarf2_compile_cfa_to_ax): Declare. | |
1932 | * dwarf2-frame.c (execute_cfa_program): Remove 'this_frame' | |
1933 | argument; add 'gdbarch' and 'pc'. | |
1934 | (dwarf2_compile_cfa_to_ax): New function. | |
1935 | (dwarf2_frame_cache): Update. | |
1936 | ||
e67ad678 JB |
1937 | 2011-02-17 Joel Brobecker <[email protected]> |
1938 | ||
1939 | * ada-lang.c (ada_type_of_array): Fix the size of the array | |
1940 | in the case of an unconstrained packed array. | |
1941 | ||
946ebb0d YQ |
1942 | 2011-02-17 Yao Qi <[email protected]> |
1943 | ||
1944 | * common/Makefile.in: Add more targets for make. | |
1945 | ||
1ba1b353 TT |
1946 | 2011-02-16 Tom Tromey <[email protected]> |
1947 | ||
1948 | * dwarf2loc.c (unimplemented): Fix typo. | |
1949 | ||
b1bfef65 TT |
1950 | 2011-02-16 Tom Tromey <[email protected]> |
1951 | ||
1952 | * dwarf2loc.c (unimplemented): Handle unnamed opcodes. | |
1953 | (compile_dwarf_to_ax) <default>: Use unimplemented. | |
1954 | <DW_OP_deref>: Update. | |
1955 | (disassemble_dwarf_expression): Update. | |
1956 | * dwarf2read.c (dwarf_stack_op_name): Remove 'def' argument. | |
1957 | (decode_locdesc): Update. | |
1958 | * dwarf2expr.h (dwarf_stack_op_name): Update. | |
1959 | ||
5f1e6f19 TT |
1960 | 2011-02-16 Tom Tromey <[email protected]> |
1961 | ||
1962 | * ax.h (struct aop_map) <name>: Now const. | |
1963 | ||
a0c78a73 PA |
1964 | 2011-02-16 Tom Tromey <[email protected]> |
1965 | ||
1966 | * ax-gdb.c.c (gen_expr) <UNOP_MEMVAL>: Handle value kinds other | |
1967 | than axs_rvalue. | |
1968 | ||
946ebb0d | 1969 | 2011-02-16 Yao Qi <[email protected]> |
a42244db YQ |
1970 | |
1971 | * infrun.c (get_displaced_step_closure_by_addr): New. | |
1972 | * inferior.h: Declare it. | |
1973 | * arm-tdep.c: (arm_pc_is_thumb): Call | |
1974 | get_displaced_step_closure_by_addr. Adjust MEMADDR if it | |
1975 | returns non-NULL. | |
1976 | ||
08807d5a PA |
1977 | 2011-02-16 Pedro Alves <[email protected]> |
1978 | Jan Kratochvil <[email protected]> | |
1979 | ||
1980 | gdb/ | |
1981 | * tracepoint.c (memrange_sortmerge): Fix list A's end calculation. | |
1982 | ||
29976f3f PA |
1983 | 2011-02-16 Pedro Alves <[email protected]> |
1984 | Jan Kratochvil <[email protected]> | |
1985 | ||
1986 | * value.c (value_contents_copy_raw): Extend describing comment. | |
1987 | Assert that the destination contents we're overwriting are wholly | |
1988 | available. | |
fb68ae73 | 1989 | (value_contents_copy): Extend describing comment. |
29976f3f | 1990 | |
cd24cfaa PA |
1991 | 2011-02-16 Pedro Alves <[email protected]> |
1992 | Jan Kratochvil <[email protected]> | |
1993 | ||
1994 | * value.c (value_available_contents_eq): Remove redundant local | |
1995 | variables. Fix available contents comparision. | |
1996 | * value.h (value_available_contents_eq): Extend describing | |
1997 | comment. | |
1998 | ||
60bbf338 YQ |
1999 | 2011-02-16 Yao Qi <[email protected]> |
2000 | ||
2001 | * thread.c (info_threads_command): Add missing i18n markup and remove | |
2002 | trailing newline. | |
2003 | ||
17450429 PP |
2004 | 2011-02-15 Paul Pluzhnikov <[email protected]> |
2005 | ||
2006 | * breakpoint.c (longjmp_names): New variable. | |
2007 | (struct breakpoint_objfile_data): New type. | |
2008 | (breakpoint_objfile_key): New variable. | |
2009 | (msym_not_found): New variable. | |
2010 | (msym_not_found_p): New predicate. | |
2011 | (get_breakpoint_objfile_data): New function. | |
2012 | (create_overlay_event_breakpoint): Check per-objfile cache for | |
2013 | symbols first. | |
2014 | (create_longjmp_master_breakpoint): Likewise. | |
2015 | (create_std_terminate_master_breakpoint): Likewise. | |
2016 | (create_exception_master_breakpoint): Likewise. | |
2017 | (_initialize_breakpoint): Register per-objfile data key. | |
2018 | ||
af02033e PP |
2019 | 2011-02-15 Paul Pluzhnikov <[email protected]> |
2020 | ||
2021 | * breakpoint.c ((create_overlay_event_breakpoint): Const-propagate | |
2022 | parameter value. | |
2023 | (create_longjmp_master_breakpoint): Loop over longjmp names. | |
2024 | (create_std_terminate_master_breakpoint): Const-propagate parameter | |
2025 | value. | |
2026 | (update_breakpoints_after_exec): Adjust. | |
2027 | (breakpoint_re_set): Adjust. | |
2028 | ||
60f98dde MS |
2029 | 2011-02-15 Michael Snyder <[email protected]> |
2030 | ||
cdf99611 MS |
2031 | * thread.c (info_threads_command): Process arg as thread id, |
2032 | or list of thread ids. | |
2033 | (thread_find_command): New command. | |
2034 | (_initialize_thread): Document argument for info threads. | |
2035 | Document 'thread find' command. | |
2036 | * NEWS: Document new command "thread find". | |
60f98dde | 2037 | |
0feedb2c JK |
2038 | 2011-02-15 Jan Kratochvil <[email protected]> |
2039 | ||
2040 | * Makefile.in (ACLOCAL_AMFLAGS): Add `-I ../config'. | |
2041 | * aclocal.m4: Regenerated with aclocal-1.11.1. | |
2042 | * common/configure: Regenerate with autoconf-2.64. | |
2043 | ||
648cd113 KW |
2044 | 2011-02-15 Ken Werner <[email protected]> |
2045 | ||
2046 | * opencl-lang.c (build_opencl_types): Set the size of the built-in | |
2047 | bool data type to a size of one byte. | |
2048 | ||
5657161f PA |
2049 | 2011-02-15 Pedro Alves <[email protected]> |
2050 | Jan Kratochvil <[email protected]> | |
2051 | ||
2052 | * target.c (memory_xfer_live_readonly_partial): Document where to | |
2053 | look for interface description. | |
2054 | ||
494e194e YQ |
2055 | 2011-02-15 Yao Qi <[email protected]> |
2056 | ||
2057 | PR tdep/12352 | |
2058 | * arm-tdep.c (copy_ldr_str_ldrb_strb): Replace PC with SP in | |
2059 | order to store PC value on stack instead of text section. | |
2060 | ||
d9492458 TJB |
2061 | 2011-02-15 Thiago Jung Bauermann <[email protected]> |
2062 | ||
2063 | * rs6000-tdep.c (IS_EFP_PSEUDOREG): Use correct constant for | |
2064 | the EFP register set size. | |
2065 | (efpr_pseudo_register_read): Use regcache_raw_read_part to read | |
2066 | data from the VMX register. | |
2067 | (efpr_pseudo_register_write): Use regcache_raw_write_part to read | |
2068 | and write data from/to the VMX register. | |
2069 | ||
cdf99611 MS |
2070 | 2011-02-14 Michael Snyder <[email protected]> |
2071 | ||
2072 | * command.h (enum command_class): New class 'no_set_class', for | |
2073 | "show" commands without a corresponding "set" command. | |
2074 | * value.c (_initialize_values): Use 'no_set_class' for "show values". | |
2075 | * copying.c (_initialize_copying): Ditto for "show copying" and | |
2076 | "show warranty". | |
2077 | * cli/cli-cmds.c (init_cli_cmds): Ditto for "show commands" and | |
2078 | "show version". | |
2079 | * cli/cli-setshow.c (cmd_show_list): Skip "show" commands for | |
2080 | which there is no corresponding "set" command (eg. "show copying"). | |
2081 | ||
424447ee PA |
2082 | 2011-02-14 Pedro Alves <[email protected]> |
2083 | Jan Kratochvil <[email protected]> | |
2084 | ||
2085 | * exec.c (section_table_available_memory): Change `len' parameter | |
2086 | type to ULONGEST. | |
2087 | * exec.h (section_table_available_memory): Ditto. | |
2088 | * value.h (read_value_memory): Rename the `offset' parameter to | |
2089 | `embedded_offset'. | |
2090 | ||
c0f61f9c | 2091 | 2011-02-14 Pedro Alves <[email protected]> |
e0ccc0c7 | 2092 | Jan Kratochvil <[email protected]> |
c0f61f9c PA |
2093 | |
2094 | * memrange.c (compare_mem_ranges): Mention sort order in | |
2095 | describing comment. | |
2096 | (normalize_mem_ranges): Add comment. Fix ra->length calculation. | |
2097 | * tracepoint.c (traceframe_available_memory): Extend comment to | |
2098 | mention what happens to RESULT when the target does not support | |
2099 | the query. | |
2100 | ||
6bfc80c7 PA |
2101 | 2011-02-14 Pedro Alves <[email protected]> |
2102 | Jan Kratochvil <[email protected]> | |
2103 | ||
2104 | * value.c (mark_value_bytes_unavailable): Fix indexing the `bef' | |
2105 | range. | |
2106 | ||
e7303042 PA |
2107 | 2011-02-14 Pedro Alves <[email protected]> |
2108 | ||
2109 | * value.c (value_bits_valid, value_bits_synthetic_pointer): | |
2110 | No longer handle NULL values. | |
2111 | ||
8af8e3bc PA |
2112 | 2011-02-14 Pedro Alves <[email protected]> |
2113 | ||
2114 | * exceptions.h (NOT_AVAILABLE_ERROR): New error. | |
2115 | * value.c: Include "exceptions.h". | |
2116 | (require_available): Throw NOT_AVAILABLE_ERROR instead of a | |
2117 | generic error. | |
2118 | * cp-abi.c: Include gdb_assert.h. | |
2119 | (baseclass_offset): Add `embedded_offset' and `val' parameters. | |
2120 | Assert the method is implemented. Wrap NOT_AVAILABLE_ERROR | |
2121 | errors. | |
2122 | * cp-abi.h (baseclass_offset): Add `embedded_offset' and `val' | |
2123 | parameters. No longer returns -1 on error. | |
2124 | (struct cp_abi_ops) <baseclass_offset>: Add `embedded_offset' and | |
2125 | `val' parameters. | |
2126 | * cp-valprint.c: Include exceptions.h. | |
2127 | (cp_print_value): Handle NOT_AVAILABLE_ERROR errors when fetching | |
2128 | the baseclass_offset. Handle unavailable base classes. Use | |
2129 | val_print_invalid_address. | |
2130 | * p-valprint.c: Include exceptions.h. | |
2131 | (pascal_object_print_value): Handle NOT_AVAILABLE_ERROR errors | |
2132 | when fetching the baseclass_offset. No longer expect | |
2133 | baseclass_offset returning -1. Handle unavailable base classes. | |
2134 | Use val_print_invalid_address. | |
2135 | * valops.c (dynamic_cast_check_1): Rename `contents' parameter to | |
2136 | `valaddr' parameter, and change its type to gdb_byte pointer. Add | |
2137 | `embedded_offset' and `val' parameters. Adjust. | |
2138 | (dynamic_cast_check_2): Rename `contents' parameter to `valaddr' | |
2139 | parameter, and change its type to gdb_byte pointer. Add | |
2140 | `embedded_offset' and `val' parameters. Adjust. No longer expect | |
2141 | baseclass_offset returning -1. | |
2142 | (value_dynamic_cast): Use value_contents_for_printing rather than | |
2143 | value_contents. Adjust. | |
2144 | (search_struct_field): No longer expect baseclass_offset returning | |
2145 | -1. | |
2146 | (search_struct_method): If reading memory from the target is | |
2147 | necessary, wrap it in a new value to pass to baseclass_offset. No | |
2148 | longer expect baseclass_offset returning -1. | |
2149 | (find_method_list): No longer expect baseclass_offset returning | |
2150 | -1. Use value_contents_for_printing rather than value_contents. | |
2151 | * valprint.c (val_print_invalid_address): New function. | |
2152 | * valprint.h (val_print_invalid_address): Declare. | |
2153 | * gdbtypes.c (is_unique_ancestor_worker): New `embedded_offset' | |
2154 | and `val' parameters. No longer expect baseclass_offset returning | |
2155 | -1. Adjust. | |
2156 | * gnu-v2-abi.c: Include "exceptions.h". | |
2157 | (gnuv2_baseclass_offset): Add `embedded_offset' and `val' | |
2158 | parameters. Handle unavailable memory. Recurse through | |
2159 | gnuv2_baseclass_offset directly, rather than through | |
2160 | baseclass_offset. No longer returns -1 on not found, instead | |
2161 | throw an error. | |
2162 | * gnu-v3-abi.c (gnuv3_baseclass_offset): Add `embedded_offset' and | |
2163 | `val' parameters. Adjust. | |
2164 | ||
1b28d0b3 PA |
2165 | 2011-02-14 Pedro Alves <[email protected]> |
2166 | ||
2167 | * tracepoint.c (memrange_sortmerge): Don't merge ranges that are | |
2168 | almost but not quite adjacent. | |
2169 | ||
ec0a52e1 PA |
2170 | 2011-02-14 Pedro Alves <[email protected]> |
2171 | ||
2172 | * value.h (value_entirely_available): Declare. | |
2173 | * value.c (value_entirely_available): New function. | |
2174 | * c-valprint.c (c_value_print): Don't try fetching the pointer's | |
2175 | real type if the pointer is unavailable. | |
2176 | ||
24e6bcee PA |
2177 | 2011-02-14 Pedro Alves <[email protected]> |
2178 | ||
2179 | * valops.c (value_repeat): Use read_value_memory instead of | |
2180 | read_memory. | |
2181 | ||
39d37385 PA |
2182 | 2011-02-14 Pedro Alves <[email protected]> |
2183 | ||
2184 | * value.h (value_contents_copy, value_contents_copy_raw): Declare. | |
2185 | * value.c (value_contents_copy_raw, value_contents_copy): New | |
2186 | functions. | |
2187 | (value_primitive_field): Use value_contents_copy_raw instead of | |
2188 | memcpy. | |
2189 | * valops.c (value_fetch_lazy): Use value_contents_copy instead of | |
2190 | memcpy. | |
2191 | (value_array, value_slice): Ditto. | |
2192 | * valarith.c (value_subscripted_rvalue): Use | |
2193 | value_contents_copy_raw instead of memcpy. | |
2194 | ||
a3d34bf4 PA |
2195 | 2011-02-14 Pedro Alves <[email protected]> |
2196 | ||
2197 | <unavailable> references. | |
2198 | ||
2199 | * valops.c (get_value_at): Use value_from_contents_and_address, | |
2200 | avoiding read_memory. | |
2201 | ||
9fc6d940 PA |
2202 | 2011-02-14 Pedro Alves <[email protected]> |
2203 | ||
2204 | * c-valprint.c (c_val_print): Print a string with unavailable | |
2205 | contents as an array. | |
2206 | ||
5467c6c8 PA |
2207 | 2011-02-14 Pedro Alves <[email protected]> |
2208 | ||
2209 | * value.h (unpack_bits_as_long): Delete declaration. | |
2210 | (unpack_value_bits_as_long): Declare. | |
2211 | (unpack_value_field_as_long): Declare. | |
2212 | (value_field_bitfield): Declare. | |
2213 | * value.c (unpack_bits_as_long): Rename to... | |
2214 | (unpack_value_bits_as_long_1): ... this. Add embedded_offset and | |
2215 | value parameters. Return the extracted result in a new output | |
2216 | parameter. If the value contents are unavailable, return false, | |
2217 | otherwise return true. | |
2218 | (unpack_value_bits_as_long): New. | |
2219 | (unpack_field_as_long): Rename to... | |
2220 | (unpack_value_field_as_long_1): ... this. Add embedded_offset and | |
2221 | Add embedded_offset and value parameters. Return the extracted | |
2222 | result in a new output parameter. If the value contents are | |
2223 | unavailable, return false, otherwise return true. | |
2224 | (unpack_value_field_as_long): New. | |
2225 | (unpack_field_as_long_1): New. | |
2226 | (unpack_field_as_long): Reimplement as wrapper around | |
2227 | unpack_value_field_as_long_1. | |
2228 | (value_field_bitfield): New function. | |
2229 | * valops.c (value_fetch_lazy): When fetching a bitfield, use | |
2230 | unpack_value_bits_as_long. Mark the value as unavailable, if it | |
2231 | is unavailable. | |
2232 | * jv-valprint.c (java_print_value_fields): Use | |
2233 | value_field_bitfield. | |
2234 | * p-valprint.c (pascal_object_print_value_fields): Use | |
2235 | value_field_bitfield. | |
2236 | * cp-valprint.c (cp_print_value_fields): Use value_field_bitfield. | |
2237 | ||
3158c6ed PA |
2238 | 2011-02-14 Pedro Alves <[email protected]> |
2239 | ||
2240 | * value.c (get_internalvar_integer): Also return the int value of | |
2241 | TYPE_CODE_INT INTERNALVAR_VALUE values. | |
2242 | (set_internalvar): Don't special case TYPE_CODE_INT. | |
2243 | ||
9fbdca0d PA |
2244 | 2011-02-14 Pedro Alves <[email protected]> |
2245 | ||
2246 | * value.c (struct internalvar) <enum internalvar_kind>: Remove | |
2247 | INTERNALVAR_POINTER. | |
2248 | <pointer>: Delete. | |
2249 | (value_of_internalvar): Remove INTERNALVAR_POINTER handling. | |
2250 | (set_internalvar): Remove special TYPE_CODE_PTR handling. | |
2251 | (preserve_one_internalvar): Remove INTERNALVAR_POINTER handling. | |
2252 | ||
c8c1c22f PA |
2253 | 2011-02-14 Pedro Alves <[email protected]> |
2254 | ||
2255 | * value.h (value_available_contents_eq): Declare. | |
2256 | * value.c (find_first_range_overlap): New function. | |
2257 | (value_available_contents_eq): New function. | |
2258 | * valprint.c (val_print_array_elements): Use | |
2259 | value_available_contents_eq. | |
2260 | * ada-valprint.c (val_print_packed_array_elements): Use | |
2261 | value_available_contents_eq. | |
2262 | * jv-valprint.c (java_value_print): Use | |
2263 | value_available_contents_eq. | |
2264 | ||
e6e4e701 PA |
2265 | 2011-02-14 Pedro Alves <[email protected]> |
2266 | ||
2267 | * target.c (target_read_live_memory): New function. | |
2268 | (memory_xfer_live_readonly_partial): New. | |
2269 | (memory_xfer_partial): If reading from a traceframe, fallback to | |
2270 | reading unavailable read-only memory from read-only regions of | |
2271 | live target memory. | |
2272 | * tracepoint.c (disconnect_tracing): Adjust. | |
2273 | (set_current_traceframe): New, factored out from | |
2274 | set_traceframe_number. | |
2275 | (set_traceframe_number): Reimplement to only change the traceframe | |
2276 | number on the GDB side. | |
2277 | (do_restore_current_traceframe_cleanup): Adjust. | |
2278 | (make_cleanup_restore_traceframe_number): New. | |
2279 | (cur_traceframe_number): New global. | |
2280 | (tfile_open): Set cur_traceframe_number to no traceframe. | |
2281 | (set_tfile_traceframe): New function. | |
2282 | (tfile_trace_find): If looking up a traceframe using any method | |
2283 | other than by number, make sure the current tfile traceframe | |
2284 | matches gdb's current traceframe. Update the current tfile | |
2285 | traceframe if the lookup succeeded. | |
2286 | (tfile_fetch_registers, tfile_xfer_partial) | |
2287 | (tfile_get_trace_state_variable_value): Make sure the remote | |
2288 | traceframe matches gdb's current traceframe. | |
2289 | * remote.c (remote_traceframe_number): New global. | |
2290 | (remote_open_1): Set it to -1. | |
2291 | (set_remote_traceframe): New function. | |
2292 | (remote_fetch_registers, remote_store_registers) | |
2293 | (remote_xfer_memory, remote_xfer_partial) | |
2294 | (remote_get_trace_state_variable_value): Make sure the remote | |
2295 | traceframe matches gdb's current traceframe. | |
2296 | (remote_trace_find): If looking up a traceframe using any method | |
2297 | other than by number, make sure the current remote traceframe | |
2298 | matches gdb's current traceframe. Update the current remote | |
2299 | traceframe if the lookup succeeded. | |
2300 | * infrun.c (fetch_inferior_event): Adjust. | |
2301 | * tracepoint.h (set_current_traceframe): Declare. | |
2302 | (get_traceframe_number, set_traceframe_number): Add describing | |
2303 | comments. | |
2304 | ||
e6ca34fc PA |
2305 | 2011-02-14 Pedro Alves <[email protected]> |
2306 | ||
2307 | Mark pieces of values as unavailable if the corresponding memory | |
2308 | is unavailable. | |
2309 | ||
2310 | * valops.c: Include tracepoint.h. | |
2311 | (value_fetch_lazy): Use read_value_memory. | |
2312 | (read_value_memory): New. | |
2313 | * value.h (read_value_memory): Declare. | |
2314 | * dwarf2loc.c (read_pieced_value): Use read_value_memory. | |
2315 | * exec.c (section_table_available_memory): New function. | |
2316 | * exec.h (section_table_available_memory): Declare. | |
2317 | ||
2a7498d8 PA |
2318 | 2011-02-14 Pedro Alves <[email protected]> |
2319 | ||
2320 | * Makefile.in (SFILES): Add memrange.c. | |
2321 | (HFILES_NO_SRCDIR): Add memrange.h. | |
2322 | (COMMON_OBS): Add memrange.o. | |
2323 | * memrange.c: New file. | |
2324 | * memrange.h: New file. | |
2325 | * tracepoint.c: Include memrange.h. | |
2326 | (struct mem_range): Delete. | |
2327 | (mem_range_s): Delete. | |
2328 | (traceframe_available_memory): New function. | |
2329 | * tracepoint.h (traceframe_available_memory): Declare. | |
2330 | ||
b3b9301e PA |
2331 | 2011-02-14 Pedro Alves <[email protected]> |
2332 | ||
2333 | * target.h (struct traceframe_info): Forward declare. | |
2334 | (enum target_object): Add TARGET_OBJECT_TRACEFRAME_INFO. | |
2335 | (struct target_ops) <to_traceframe_info>: New field. | |
2336 | (target_traceframe_info): New. | |
2337 | * target.c (update_current_target): Inherit and default | |
2338 | to_traceframe_info. | |
2339 | * remote.c (PACKET_qXfer_traceframe_info): New. | |
2340 | (remote_protocol_features): Register qXfer:traceframe-info:read. | |
2341 | (remote_xfer_partial): Handle TARGET_OBJECT_TRACEFRAME_INFO. | |
2342 | (remote_traceframe_info): New. | |
2343 | (init_remote_ops): Install it. | |
2344 | (_initialize_remote): Install "set/show remote traceframe-info" | |
2345 | commands. | |
2346 | * tracepoint.h (parse_traceframe_info): Declare. | |
2347 | * tracepoint.c (struct mem_range): New. | |
2348 | (mem_range_s): New typedef. | |
2349 | (struct traceframe_info): New. | |
2350 | (traceframe_info): New global. | |
2351 | (free_traceframe_info): New function. | |
2352 | (clear_traceframe_info): New function. | |
2353 | (start_tracing, tfind_1, set_traceframe_number): Clear traceframe | |
2354 | info. | |
2355 | (build_traceframe_info): New function. | |
2356 | (tfile_traceframe_info): New function. | |
2357 | (init_tfile_ops): Install tfile_traceframe_info. | |
2358 | (traceframe_info_start_memory, free_result): New functions. | |
2359 | (memory_attributes, traceframe_info_elements): New globals. | |
2360 | (parse_traceframe_info, get_traceframe_info): New functions. | |
2361 | * features/traceframe-info.dtd: New file. | |
2362 | * Makefile.in (XMLFILES): Add traceframe-info.dtd. | |
2363 | ||
4e07d55f PA |
2364 | 2011-02-14 Pedro Alves <[email protected]> |
2365 | ||
2366 | Base support for <unavailable> value contents. | |
2367 | ||
4e07d55f PA |
2368 | * value.h (value_bytes_available): Declare. |
2369 | (mark_value_bytes_unavailable): Declare. | |
2370 | * value.c (struct range): New struct. | |
2371 | (range_s): New typedef. | |
2372 | (ranges_overlap): New function. | |
2373 | (range_lessthan): New function. | |
2374 | (ranges_contain_p): New function. | |
2375 | (struct value) <unavailable>: New field. | |
2376 | (value_bytes_available): New function. | |
2377 | (mark_value_bytes_unavailable): New function. | |
2378 | (require_not_optimized_out): Constify parameter. | |
2379 | (require_available): New function. | |
2380 | (value_contents_all, value_contents): Require all bytes be | |
2381 | available. | |
2382 | (value_free): Free `unavailable'. | |
2383 | (value_copy): Copy `unavailable'. | |
2384 | * valprint.h (val_print_unavailable): Declare. | |
2385 | * valprint.c (valprint_check_validity): Rename `offset' parameter | |
2386 | to `embedded_offset'. If printing a scalar, check whether the | |
2387 | value chunk is available. | |
2388 | (val_print_unavailable): New. | |
2389 | (val_print_scalar_formatted): Check whether the value is | |
2390 | available. | |
2391 | * python/py-prettyprint.c (apply_val_pretty_printer): Refuse | |
2392 | pretty-printing unavailable values. | |
2393 | ||
bc9a5551 JK |
2394 | 2011-02-13 Jan Kratochvil <[email protected]> |
2395 | ||
2396 | Fix const/volatile qualifiers of C++ types, PR c++/12328. | |
2397 | * c-typeprint.c (c_type_print_args): Update the function comment. New | |
2398 | variable param_type, initialize it. Remove const/volatile qualifiers | |
2399 | for language_cplus and !show_artificial. Use param_type. | |
2400 | ||
93b55aa1 JK |
2401 | 2011-02-13 Jan Kratochvil <[email protected]> |
2402 | ||
2403 | * symtab.c (find_pc_sect_line): New variable objfile, initialize it | |
2404 | from S. Iterate S using ALL_OBJFILE_SYMTABS. Verify BV for each S. | |
2405 | * symtab.h (struct symtab) <next>: Comment extension. | |
2406 | ||
181d9476 YQ |
2407 | 2011-02-12 Yao Qi <[email protected]> |
2408 | ||
2409 | * Makefile.in (CLEANDIRS): Remove duplicated common dir. | |
2410 | ||
b708a5c7 JK |
2411 | 2011-02-11 Yao Qi <[email protected]> |
2412 | ||
2413 | * common/Makefile.in: Add copyright header. | |
2414 | ||
c5187ac6 PA |
2415 | 2011-02-11 Pedro Alves <[email protected]> |
2416 | ||
2417 | * infrun.c (proceed): Move switching out and in of tfind mode from | |
2418 | here ... | |
2419 | (fetch_inferior_event): ... to here. | |
2420 | ||
4f3e6fb7 YQ |
2421 | 2011-02-11 Yao Qi <[email protected]> |
2422 | ||
2423 | * Makefile.in: Remove signals.o from COMMON_OBS. Link | |
2424 | libcommon.a. | |
2425 | * configure.ac: Add common to sub dir. | |
2426 | * configure: Regenerate. | |
2427 | ||
b708a5c7 JK |
2428 | 2011-02-11 Yao Qi <[email protected]> |
2429 | ||
2430 | Build libcommon.a. | |
2431 | ||
2432 | * common/Makefile.in: New. | |
2433 | * common/configure.ac: New. | |
2434 | * common/aclocal.m4: New. | |
2435 | * common/configure: Generate. | |
2436 | ||
2287cc7e PA |
2437 | 2011-02-10 Pedro Alves <[email protected]> |
2438 | ||
2439 | * vec.h (VEC_block_remove): Place VEC_ASSERT_INFO on the right | |
2440 | side of the parenthesis. | |
2441 | ||
2442 | Merge from GCC: | |
2443 | 2010-07-13 Jakub Jelinek <[email protected]> | |
fc013618 | 2444 | * vec.h (VEC_block_remove): Fix comment. |
2287cc7e | 2445 | |
fd62cb89 MS |
2446 | 2011-02-08 Michael Snyder <[email protected]> |
2447 | ||
2448 | * linux-nat.c (linux_nat_filter_event): Fix typo in comment. | |
2449 | ||
56d2815c JK |
2450 | 2011-02-08 Jan Kratochvil <[email protected]> |
2451 | ||
2452 | * i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes | |
2453 | in comments for pcmpgtd, pcmpeqd, psubd, paddd, pcmpgtd, pcmpeqd, | |
2454 | psubd and paddd. | |
2455 | ||
4f7d61a8 JK |
2456 | 2011-02-08 Jan Kratochvil <[email protected]> |
2457 | ||
2458 | PR 12361. | |
2459 | * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to | |
2460 | phsubsw. | |
2461 | (i386_process_record) <lddqu>: Fix the opcode to 0xf20ff0. | |
2462 | (i386_process_record) <0x0f3807>: Fix the comment to phsubsw. | |
2463 | ||
54fcddd0 UW |
2464 | 2011-02-08 Ulrich Weigand <[email protected]> |
2465 | ||
2466 | * dwarf2read.c (read_subroutine_type): Set special calling | |
2467 | convention flag for functions compiled by IBM XL C for OpenCL. | |
2468 | * ppc-sysv-tdep.c: Include "dwarf2.h" | |
2469 | (ppc_sysv_abi_push_dummy_call): Implement IBM OpenCL vector types | |
2470 | calling convention. | |
2471 | (do_ppc_sysv_return_value): Add FUNC_TYPE argument. Implement | |
2472 | IBM OpenCL vector types calling convention. | |
2473 | (ppc_sysv_abi_return_value): Pass through FUNC_TYPE. | |
2474 | (ppc_sysv_abi_broken_return_value): Likewise. | |
2475 | (ppc64_sysv_abi_push_dummy_call): Implement IBM OpenCL vector | |
2476 | types calling convention. | |
2477 | (ppc64_sysv_abi_return_value): Likewise. | |
2478 | * spu-tdep.c: Include "dwarf2.h" | |
2479 | (spu_return_value): Implement IBM OpenCL vector types calling | |
2480 | convention. | |
2481 | ||
d6dafb7c UW |
2482 | 2011-02-08 Ulrich Weigand <[email protected]> |
2483 | ||
2484 | * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Implement | |
2485 | correct ABI for AltiVec vector arguments. | |
2486 | ||
32b72a42 PA |
2487 | 2011-02-07 Pedro Alves <[email protected]> |
2488 | ||
2489 | * valprint.c (val_print): Extend comment. | |
2490 | * ada-valprint.c (ada_valprint): Rewrite comment deferring | |
2491 | interface explanation to val_print. | |
2492 | (ada_val_print_array): Adjust comment to current interface. | |
2493 | (print_field_values): Adjust comment to current interface. | |
2494 | * c-valprint.c (c_val_print): Rewrite comment deferring interface | |
2495 | explanation to val_print. | |
2496 | * f-valprint.c (f_val_print): Ditto. | |
2497 | * jv-valprint.c (java_val_print): Ditto. | |
2498 | * m2-valprint.c (m2_val_print): Ditto. | |
2499 | * p-valprint.c (pascal_val_print): Ditto. | |
2500 | ||
9998af43 TJB |
2501 | 2011-02-07 Thiago Jung Bauermann <[email protected]> |
2502 | ||
2503 | * breakpoint.c (parse_breakpoint_sals): Fix description. | |
2504 | ||
505500db | 2505 | 2011-02-04 Sami Wagiaalla <[email protected]> |
9998af43 | 2506 | Oguz Kayral <[email protected]> |
505500db SW |
2507 | |
2508 | * python/py-inferior.c (python_on_normal_stop): New function. | |
2509 | (python_on_resume): New function. | |
2510 | (python_inferior_exit): New function. | |
2511 | (gdbpy_initialize_inferior): Add normal_stop, target_resumed, and | |
2512 | inferior_exit observers. | |
2513 | * python/py-evtregistry.c: New file. | |
2514 | * python/py-threadevent.c : New file. | |
2515 | * python/py-event.c: New file. | |
2516 | * python/py-evts.c: New file. | |
2517 | * python/py-continueevent.c: New file. | |
2518 | * python/py-bpevent.c: New file. | |
2519 | * python/py-signalevent.c: New file. | |
2520 | * python/py-exetiedevent.c: New file. | |
2521 | * python/py-breakpoint.c (gdbpy_breakpoint_from_bpstats): New function. | |
2522 | Move struct breakpoint_object from here... | |
2523 | * python/python-internal.h: ... to here. | |
2524 | * python/py-event.h: New file. | |
2525 | * python/py-events.h: New file. | |
2526 | * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpointstopevent.o, | |
2527 | py-continueevent.o, py-event.o, py-eventregistry.o, py-events.o, | |
2528 | py-exitedevent.o, py-signalstopevent.o, and py-stopevent.o. | |
2529 | (SUBDIR_PYTHON_SRCS): Add py-breakpointstopevent.c, | |
2530 | py-continueevent.c, py-event.c, py-eventregistry.c, py-events.c, | |
2531 | py-exitedevent.c, py-signalstopevent.c, and py-stopevent.c. | |
2532 | Add build rules for all the above. | |
2533 | ||
9e0ac564 TT |
2534 | 2011-02-04 Tom Tromey <[email protected]> |
2535 | ||
2536 | * dwarf2read.c (dwarf2_section_empty_p): New function. | |
2537 | (dwarf2_read_section): Use dwarf2_section_empty_p. | |
2538 | (dwarf2_section_size): New function. | |
2539 | (dwarf2_get_section_info): Unconditionally read section. | |
2540 | (dwarf2_read_index): Use dwarf2_section_empty_p. | |
2541 | (partial_read_comp_unit_head): Use dwarf2_section_size. | |
2542 | (dwarf2_symbol_mark_computed): Likewise. | |
2543 | ||
eee5b35e DD |
2544 | 2011-02-04 David Daney <[email protected]> |
2545 | ||
2546 | * NEWS: Add item for "catch syscall" on mips*-linux* targets. | |
2547 | ||
385203ed DD |
2548 | 2011-02-04 David Daney <[email protected]> |
2549 | ||
2550 | * mips-linux-tdep.c: Include xml-syscall.h. | |
2551 | (mips_linux_get_syscall_number): New function. | |
2552 | (mips_linux_init_abi): Add calls to | |
2553 | mips_linux_get_syscall_number() and set_xml_syscall_file_name(). | |
2554 | * data-directory/Makefile.in (SYSCALLS_FILES): Add | |
2555 | mips-o32-linux.xml, mips-n32-linux.xml and mips-n64-linux.xml | |
2556 | * syscalls/mips-n32-linux.xml: New file. | |
2557 | * syscalls/mips-n64-linux.xml: New file. | |
2558 | * syscalls/mips-o32-linux.xml: New file. | |
2559 | ||
9277c30c UW |
2560 | 2011-02-04 Ulrich Weigand <[email protected]> |
2561 | ||
2562 | * dwarf2read.c (dwarf2_ranges_read): Skip empty range entries. | |
2563 | Complain about inverted range entries. | |
2564 | (dwarf2_record_block_ranges): Likewise. | |
2565 | ||
a3be7890 TJB |
2566 | 2011-02-04 Thiago Jung Bauermann <[email protected]> |
2567 | ||
2568 | Fix some typos. | |
2569 | * breakpoint.c (update_watchpoint): Fix name of the | |
2570 | update_global_location_list function. | |
2571 | (print_one_breakpoint): Fix typo. | |
2572 | (_initialize_breakpoint): Remove extra space in hbreak help | |
2573 | string. | |
2574 | * breakpoint.h (struct bp_location) <length>: Fix field | |
2575 | description. | |
2576 | ||
041274d8 PA |
2577 | 2011-02-04 Pedro Alves <[email protected]> |
2578 | ||
2579 | * regcache.c (registers_changed_ptid): Don't explictly always | |
2580 | clear `current_regcache'. Only clear current_thread_ptid and | |
2581 | current_thread_arch when PTID matches. Only reinit the frame | |
2582 | cache if PTID matches the current inferior_ptid. Move alloca(0) | |
2583 | call to ... | |
2584 | (registers_changed): ... here. | |
2585 | ||
c1c2ab58 UW |
2586 | 2011-02-03 Ulrich Weigand <[email protected]> |
2587 | ||
2588 | * arm-tdep.c (arm_skip_stack_protector): Accept any symbol that | |
2589 | starts with __stack_chk_guard as stack guard symbol. | |
2590 | ||
9011945e AB |
2591 | 2011-02-03 Andrew Burgess <[email protected]> |
2592 | ||
2593 | * disasm.c (compare_lines): Handle the end of sequence markers | |
2594 | within the line table to better support disassembling over | |
2595 | compilation unit boundaries. | |
2596 | ||
e0634ccf UW |
2597 | 2011-02-02 Ulrich Weigand <[email protected]> |
2598 | ||
2599 | * arm-tdep.c (skip_prologue_function): Add GDBARCH and IS_THUMB | |
2600 | arguments. Skip in-prologue calls to glibc __aeabi_read_tp | |
2601 | implementation even if no symbols are available. | |
2602 | (thumb_analyze_prologue): Update call to skip_prologue_function. | |
2603 | (arm_analyze_prologue): Likewise. | |
2604 | ||
0e9e9abd UW |
2605 | 2011-02-02 Ulrich Weigand <[email protected]> |
2606 | ||
2607 | * arm-tdep.c: Include "observer.h". | |
2608 | (arm_prologue_this_id): Use frame PC if get_frame_func returns 0. | |
2609 | (arm_exidx_data_key): New static variable. | |
2610 | (struct arm_exidx_entry, arm_exidx_entry_s): New data types. | |
2611 | (struct arm_exidx_data): Likewise. | |
2612 | (arm_exidx_data_free): New function. | |
2613 | (arm_compare_exidx_entries): Likewise. | |
2614 | (arm_obj_section_from_vma): Likewise. | |
2615 | (arm_exidx_new_objfile): Likewise. | |
2616 | (arm_find_exidx_entry): Likewise. | |
2617 | (arm_exidx_fill_cache): Likewise. | |
2618 | (arm_exidx_unwind_sniffer): Likewise. | |
2619 | (arm_exidx_unwind): New global variable. | |
2620 | (arm_gdbarch_init): Append unwinder arm_exidx_unwind. | |
2621 | (_initialize_arm_tdep): Attach arm_exidx_new_objfile to new_objfile | |
2622 | observer. Register arm_exidx_data_key as objfile data. | |
2623 | ||
2e9e421f UW |
2624 | 2011-02-02 Ulrich Weigand <[email protected]> |
2625 | ||
2626 | * arm-tdep.c (arm_analyze_load_stack_chk_guard): Avoid build break | |
2627 | due to accessing uninitialized variable. Fix indentation. | |
2628 | ||
580688f3 PA |
2629 | 2011-02-02 Pedro Alves <[email protected]> |
2630 | ||
2631 | * c-valprint.c (c_value_print): When doing virtual base pointer | |
2632 | adjustment, create a new value with adjusted contents rather than | |
2633 | changing the contents of the value being printed (and getting it | |
2634 | wrong). | |
2635 | ||
3d2c1d41 PA |
2636 | 2011-02-02 Pedro Alves <[email protected]> |
2637 | ||
2638 | * xml-support.c (xml_find_attribute): New. | |
2639 | (xinclude_start_include): Use it. | |
2640 | * xml-support.h (xml_find_attribute): Declare. | |
2641 | * memory-map.c (memory_map_start_memory) | |
2642 | (memory_map_start_property): Use xml_find_attribute. | |
2643 | * osdata.c (osdata_start_osdata, osdata_start_column): Use | |
2644 | xml_find_attribute. | |
2645 | * remote.c (start_thread): Use xml_find_attribute. | |
2646 | * solib-target.c (library_list_start_segment) | |
2647 | (library_list_start_section, library_list_start_library) | |
2648 | (library_list_start_list): Use xml_find_attribute. | |
2649 | * xml-tdesc.c (tdesc_start_target, tdesc_start_feature) | |
2650 | (tdesc_start_union, tdesc_start_struct, tdesc_start_flags) | |
2651 | (tdesc_start_field): Use xml_find_attribute. | |
2652 | ||
0af3e2db UW |
2653 | 2011-02-02 Ulrich Weigand <[email protected]> |
2654 | ||
2655 | * opencl-lang.c (STRINGIFY): Rename to OCL_STRING. | |
2656 | (BUILD_OCL_VTYPES): Update. | |
2657 | ||
c1039e3c JB |
2658 | 2011-02-02 Joel Brobecker <[email protected]> |
2659 | ||
2660 | * configure.ac: Work around non-GNU sed limitation when computing | |
2661 | python version number. | |
2662 | * configure: Regenerate. | |
2663 | ||
600ea1be JK |
2664 | 2011-02-01 Jan Kratochvil <[email protected]> |
2665 | ||
2666 | Fix debug printing of TYPE_INSTANCE. | |
2667 | * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New. | |
2668 | (dump_subexp_body_standard) <TYPE_INSTANCE>: New. | |
2669 | ||
56c12414 JK |
2670 | 2011-02-01 Jan Kratochvil <[email protected]> |
2671 | ||
2672 | Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL, | |
2673 | OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME, | |
2674 | OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT. | |
2675 | * ada-operator.inc: Rename the file to ... | |
2676 | * ada-operator.def: ... here, wrap all the entries by macro OP. | |
2677 | * expprint.c (op_name_standard): Remove all the entries. Include | |
2678 | "std-operator.def" instead. | |
2679 | * expression.h (enum exp_opcode): Include "std-operator.def" and | |
2680 | "ada-operator.def". Move all the entries ... | |
2681 | * std-operator.def: ... here, wrap all the entries by macro OP. | |
2682 | ||
c52b559d PP |
2683 | 2011-01-31 Paul Pluzhnikov <[email protected]> |
2684 | ||
2685 | * breakpoint.h (remove_jit_event_breakpoints): New prototype. | |
2686 | * breakpoint.c (remove_jit_event_breakpoints): New function. | |
2687 | * jit.c (jit_descriptor_addr): Delete. | |
2688 | (registering_code): Delete. | |
2689 | (clear_int): Delete. | |
2690 | (jit_inferior_data): New variable. | |
2691 | (struct jit_inferior_data): New type. | |
2692 | (get_jit_inferior_data): New function. | |
2693 | (jit_inferior_data_cleanup): New function. | |
2694 | (jit_read_descriptor): Adjust. | |
2695 | (jit_register_code): Adjust. | |
2696 | (jit_breakpoint_re_set_internal): New function; move code here ... | |
2697 | (jit_inferior_init): ... from here. | |
2698 | (jit_breakpoint_re_set): Adjust. | |
2699 | (jit_reset_inferior_data_and_breakpoints): New function. | |
2700 | (jit_inferior_created_observer): Adjust. | |
2701 | (jit_inferior_exit_hook): Adjust. | |
2702 | (jit_executable_changed_observer): New function. | |
2703 | (jit_event_handler): Adjust. | |
2704 | (_initialize_jit): Adjust. | |
2705 | ||
e839132d MS |
2706 | 2011-01-31 Michael Snyder <[email protected]> |
2707 | ||
2708 | * m32r-tdep.c (m32r_gdbarch_init): Replace accidentally deleted | |
2709 | line. | |
2710 | ||
47a80e90 TT |
2711 | 2011-01-31 Tom Tromey <[email protected]> |
2712 | ||
2713 | PR python/12216: | |
2714 | * python/python.c (execute_gdb_command): Call | |
2715 | prevent_dont_repeat. | |
2716 | * top.c (suppress_dont_repeat): New global. | |
2717 | (dont_repeat): Use it. | |
2718 | (prevent_dont_repeat): New function. | |
2719 | * command.h (prevent_dont_repeat): Declare. | |
2720 | ||
45a43567 TT |
2721 | 2011-01-31 Tom Tromey <[email protected]> |
2722 | ||
2723 | * infcmd.c (finish_backward): Use breakpoint_set_silent. | |
2724 | * python/py-breakpoint.c (bppy_set_silent): Use | |
2725 | breakpoint_set_silent. | |
2726 | (bppy_set_thread): Use breakpoint_set_thread. | |
2727 | (bppy_set_task): Use breakpoint_set_task. | |
2728 | * breakpoint.h (breakpoint_set_silent, breakpoint_set_thread) | |
2729 | (breakpoint_set_task): Declare. | |
2730 | (make_breakpoint_silent): Remove. | |
2731 | * breakpoint.c (breakpoint_set_silent): New function. | |
2732 | (breakpoint_set_thread): Likewise. | |
2733 | (breakpoint_set_task): Likewise. | |
2734 | (make_breakpoint_silent): Remove. | |
2735 | ||
09d682a4 TT |
2736 | 2011-01-31 Tom Tromey <[email protected]> |
2737 | ||
2738 | * breakpoint.h (user_breakpoint_p): Declare. | |
2739 | * breakpoint.c (user_breakpoint_p): New function. | |
2740 | (breakpoint_1): Use it. | |
2741 | (save_breakpoints): Likewise. | |
2742 | ||
9c4ea6c5 JB |
2743 | 2011-01-31 Joel Brobecker <[email protected]> |
2744 | ||
2745 | * configure.ac: Add handling of Python distribution on Windows. | |
2746 | * python-config.py: If the LIBS, SYSLIBS, LIBPL and/or LINKFORSHARED | |
2747 | sysconfig variables are not defined, then do not use them. | |
2748 | On Windows, if LIBPL is not defined, then use prefix + '/libs' | |
2749 | instead. On Windows, return all paths using forward-slashes | |
2750 | rather than backslashes. | |
2751 | ||
ac534cba JB |
2752 | 2011-01-31 Joel Brobecker <[email protected]> |
2753 | ||
2754 | * configure.ac: Remove fallback behavior for building | |
2755 | against Python. Remove tweaking of Python include path. | |
2756 | Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution. | |
2757 | (AC_TRY_LIBPYTHON): Adjust program used in linking test. | |
2758 | If link is successful, set PYTHON_CPPFLAGS and PYTHON_LIBS. | |
2759 | Always restore CPPFLAGS and LIBS after linking test. | |
2760 | * configure: Regenerated. | |
2761 | * Makefile.in (INTERNAL_CPPFLAGS): Add @PYTHON_CPPFLAGS@. | |
2762 | (INSTALLED_LIBS, CLIBS): Add @PYTHON_LIBS@. | |
2763 | * python/python-internal.h: Adjust includes of Python .h files. | |
2764 | ||
c2f0d045 JB |
2765 | 2011-01-31 Joel Brobecker <[email protected]> |
2766 | ||
2767 | * tracepoint.c (traceframe_walk_blocks): Add missing i18n markup | |
2768 | in error message. | |
2769 | ||
6b0c4c1f JB |
2770 | 2011-01-31 Joel Brobecker <[email protected]> |
2771 | ||
2772 | * inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode | |
2773 | value test. | |
2774 | ||
672c9795 YQ |
2775 | 2011-01-31 Yao Qi <[email protected]> |
2776 | ||
2777 | * arm-linux-nat.c: Update calls to regcache_register_status | |
2778 | instead of regcache_valid_p. | |
2779 | * aix-thread.c: Likewise. | |
2780 | * i386gnu-nat.c: Likewise. | |
2781 | ||
80b23b6a JK |
2782 | 2011-01-29 Jan Kratochvil <[email protected]> |
2783 | ||
2784 | Fix crash. | |
2785 | * valops.c (compare_parameters): Verify TYPE_NFIELDS before | |
2786 | touching TYPE_FIELD_ARTIFICIAL. | |
2787 | ||
4cd712bd RE |
2788 | 2011-01-28 Richard Earnshaw <[email protected]> |
2789 | ||
2790 | * MAINTAINERS: Move myself from Responsible Maintainers to Authorized | |
2791 | Committers. | |
2792 | ||
ffd5ec24 PA |
2793 | 2011-01-28 Pedro Alves <[email protected]> |
2794 | ||
2795 | * tracepoint.c (tfile_xfer_partial): If there's no traceframe | |
2796 | selected, don't try iterating over the traceframe's blocks. | |
2797 | (tfile_has_stack): If there's no traceframe selected, then there's | |
2798 | no stack. | |
2799 | (tfile_has_registers): If there's no traceframe selected, then | |
2800 | there's no registers. | |
2801 | ||
e8c9e0a1 PA |
2802 | 2011-01-28 Pedro Alves <[email protected]> |
2803 | ||
2804 | * target.c (memory_xfer_partial): No need to restore shadows if we | |
2805 | haven't read anything. | |
2806 | ||
de15c4ab PA |
2807 | 2011-01-28 Pedro Alves <[email protected]> |
2808 | ||
2809 | * mips-tdep.c (mips_print_register): Use get_frame_register_value | |
2810 | and val_print_scalar_formatted. | |
2811 | ||
9f41c731 PA |
2812 | 2011-01-27 Pedro Alves <[email protected]> |
2813 | ||
2814 | * tracepoint.c (tfile_read): New. | |
2815 | (tfile_open): Use it. | |
2816 | (tfile_get_traceframe_address): Use it. | |
2817 | (tfile_trace_find): Use it. | |
2818 | (walk_blocks_callback_func): New typedef. | |
2819 | (match_blocktype): New function. | |
2820 | (traceframe_walk_blocks): New function. | |
2821 | (traceframe_find_block_type): New function. | |
2822 | (tfile_fetch_registers, tfile_xfer_partial) | |
2823 | (tfile_get_trace_state_variable_value): Use | |
2824 | traceframe_find_block_type and tfile_read. | |
2825 | ||
cdefc55d KB |
2826 | 2011-01-26 Kevin Buettner <[email protected]> |
2827 | ||
2828 | * remote-mips.c: Add internationalization mark ups. Remove | |
2829 | trailing \n from already marked up strings. | |
2830 | ||
a81766d8 TT |
2831 | 2011-01-26 Tom Tromey <[email protected]> |
2832 | ||
2833 | * python/py-prettyprint.c (print_string_repr): Clear | |
2834 | 'addressprint' option when calling val_print_string. | |
2835 | (print_children): Handle Val_pretty_default. Clear 'addressprint' | |
2836 | option when calling val_print_string. | |
2837 | ||
74aedc46 TT |
2838 | 2011-01-26 Tom Tromey <[email protected]> |
2839 | ||
2840 | * python/python.c (gdbpy_solib_name): Use gdb_py_longest and | |
2841 | GDB_PY_LL_ARG. | |
2842 | * python/python-internal.h (GDB_PY_LL_ARG, GDB_PY_LLU_ARG): New | |
2843 | macros. | |
2844 | (gdb_py_longest, gdb_py_ulongest): New typedefs. | |
2845 | (gdb_py_long_from_longest, gdb_py_long_from_ulongest) | |
2846 | (gdb_py_long_as_ulongest): New defines. | |
2847 | (gdb_py_object_from_longest, gdb_py_object_from_ulongest) | |
2848 | (gdb_py_int_as_long): Declare. | |
2849 | * python/py-value.c (valpy_lazy_string): Use gdb_py_longest, | |
2850 | GDB_PY_LL_ARG, gdb_py_object_from_longest. | |
2851 | (valpy_long): Add comment. | |
2852 | * python/py-utils.c (get_addr_from_python): Use | |
2853 | gdb_py_long_as_ulongest. Handle overflow properly. | |
2854 | (gdb_py_object_from_longest): New function. | |
2855 | (gdb_py_object_from_ulongest): Likewise. | |
2856 | (gdb_py_int_as_long): Likewise. | |
2857 | * python/py-type.c (typy_array): Use gdb_py_int_as_long. | |
2858 | * python/py-symtab.c (salpy_get_pc): Use | |
2859 | gdb_py_long_from_ulongest. | |
2860 | (salpy_get_line): Use PyInt_FromLong. | |
2861 | * python/py-param.c (set_parameter_value): Use | |
2862 | gdb_py_int_as_long. | |
2863 | * python/py-lazy-string.c (stpy_get_address): Use | |
2864 | gdb_py_long_from_ulongest. | |
2865 | * python/py-frame.c (frapy_pc): Use gdb_py_long_from_ulongest. | |
2866 | * python/py-cmd.c (cmdpy_completer): Use gdb_py_int_as_long. | |
2867 | * python/py-breakpoint.c (bppy_set_thread): Use | |
2868 | gdb_py_int_as_long. | |
2869 | (bppy_set_task): Likewise. | |
2870 | (bppy_set_ignore_count): Likewise. | |
2871 | (bppy_set_hit_count): Likewise. | |
2872 | * python/py-block.c (blpy_get_start): Use | |
2873 | gdb_py_object_from_ulongest. | |
2874 | (blpy_get_end): Likewise. | |
2875 | (gdbpy_block_for_pc): Use gdb_py_ulongest and GDB_PY_LLU_ARG. | |
2876 | ||
e4f6d2ec TJB |
2877 | 2011-01-25 Mathieu Lacage <[email protected]> |
2878 | ||
2879 | PR/symtab 11766: | |
2880 | * gdb/objfiles.h (struct objfile) <addr_low>: New field. | |
2881 | * gdb/solib.c (solib_read_symbols): Check for addr_low in | |
2882 | equality test for objfile, initialize addr_low if needed. | |
2883 | ||
b30aa278 PA |
2884 | 2011-01-25 Pedro Alves <[email protected]> |
2885 | ||
2886 | * tui/tui-regs.c (tui_register_format): Remove dead code. | |
2887 | ||
ab2188aa PA |
2888 | 2011-01-25 Pedro Alves <[email protected]> |
2889 | ||
2890 | * printcmd.c (print_formatted): Use val_print_scalar_formatted | |
2891 | instead of print_scalar_formatted. | |
2892 | (print_scalar_formatted): Don't handle 's' format strings here, | |
2893 | and add an assertion that we never see such format here. | |
2894 | * valprint.h (val_print_scalar_formatted): Declare. | |
2895 | * valprint.c (val_print_scalar_formatted): New. | |
2896 | * c-valprint.c (c_val_print): Use val_print_scalar_formatted | |
2897 | instead of print_scalar_formatted. | |
2898 | * jv-valprint.c (java_val_print): Ditto. | |
2899 | * p-valprint.c (pascal_val_print): Ditto. | |
2900 | * ada-valprint.c (ada_val_print_1): Ditto. | |
2901 | * f-valprint.c (f_val_print): Ditto. | |
2902 | * infcmd.c (registers_info): Ditto. | |
2903 | * m2-valprint.c (m2_val_print): Ditto. | |
2904 | ||
66d61a4c PA |
2905 | 2011-01-25 Pedro Alves <[email protected]> |
2906 | ||
2907 | * m2-valprint.c (print_unbounded_array): Pass | |
2908 | value_contents_for_printing rather than value_contents, to | |
2909 | m2_print_array_contents. Also pass in the value. | |
2910 | ||
831adc1f JK |
2911 | 2011-01-25 Jan Kratochvil <[email protected]> |
2912 | ||
2913 | * dwarf2read.c (dwarf2_read_index, write_psymtabs_to_index) | |
2914 | (save_gdb_index_command): Switch to .gdb_index version 4. | |
2915 | ||
20622269 PA |
2916 | 2011-01-25 Pedro Alves <[email protected]> |
2917 | ||
2918 | * mi/mi-main.c (get_register): Use get_frame_register_value rather | |
2919 | than frame_register, and always pass a valid value to val_print. | |
2920 | ||
585fdaa1 PA |
2921 | 2011-01-25 Pedro Alves <[email protected]> |
2922 | ||
2923 | Centralize printing "<optimized out>". | |
2924 | ||
2925 | * valprint.h (val_print_optimized_out): Declare. | |
2926 | * cp-valprint.c (cp_print_value_fields): Use | |
2927 | val_print_optimized_out. | |
2928 | * jv-valprint.c (java_print_value_fields): Ditto. | |
2929 | * p-valprint.c (pascal_object_print_value_fields): Ditto. | |
2930 | * printcmd.c (print_formatted): Ditto. | |
2931 | * valprint.c (valprint_check_validity): Ditto. | |
2932 | (value_check_printable): Ditto. | |
2933 | (val_print_optimized_out): New. | |
2934 | ||
29ec5263 PA |
2935 | 2011-01-25 Pedro Alves <[email protected]> |
2936 | ||
2937 | * infcmd.c (default_print_registers_info): Allocate values so to | |
2938 | never pass a NULL value to val_print. | |
2939 | ||
de4127a3 PA |
2940 | 2011-01-25 Pedro Alves <[email protected]> |
2941 | ||
2942 | * cp-valprint.c (cp_print_value): Treat the 'skip' local as | |
2943 | boolean. Make sure to always pass a value that matches the | |
2944 | contents buffer to callees. Preserve `address' for following | |
2945 | iterations. | |
2946 | * value.c (value_contents_for_printing_const): New. | |
2947 | (value_address): Constify value argument. | |
2948 | * value.h (value_contents_for_printing_const): Declare. | |
2949 | (value_address): Constify value argument. | |
2950 | ||
ee99023e PA |
2951 | 2011-01-25 Pedro Alves <[email protected]> |
2952 | ||
2953 | * regcache.c (struct regcache_descr): Rename | |
2954 | sizeof_raw_register_valid_p field to sizeof_raw_register_status, | |
2955 | and sizeof_cooked_register_valid_p to | |
2956 | sizeof_cooked_register_status. | |
2957 | (init_regcache_descr): Adjust. | |
2958 | (struct regcache): Rename register_valid_p field to | |
2959 | register_status. | |
2960 | (regcache_xmalloc_1, regcache_xfree, regcache_save) | |
2961 | (do_cooked_read): Adjust. | |
2962 | (regcache_valid_p): Rename to ... | |
2963 | (regcache_register_status): ... this. Adjust. | |
2964 | (regcache_invalidate): Adjust. | |
2965 | (regcache_raw_read, regcache_cooked_read, regcache_raw_write): | |
2966 | Adjust. | |
2967 | (regcache_raw_supply): Adjust. If buf i NULL, mark the register | |
2968 | as unavailable, not valid. | |
2969 | (regcache_dump): Adjust. | |
2970 | * regcache.h (enum register_status): New. | |
2971 | (regcache_register_status): Declare. | |
2972 | (regcache_invalidate): Delete declaration. | |
2973 | * corelow.c (get_core_registers): Adjust. | |
2974 | * tracepoint.c (tfile_fetch_registers): Adjust. | |
2975 | * trad-frame.c (REG_VALUE): Rename to ... | |
2976 | (TF_REG_VALUE): ... this. | |
2977 | (REG_UNKNOWN): Rename to ... | |
2978 | (TF_REG_UNKNOWN): ... this. | |
2979 | (trad_frame_set_value, trad_frame_set_unknown): Adjust. | |
2980 | * mi/mi-main.c (register_changed_p): Adjust. | |
2981 | ||
99e42fd8 PA |
2982 | 2011-01-25 Pedro Alves <[email protected]> |
2983 | ||
2984 | * regcache.c (struct regcache_descr): Remove outdated comment. | |
2985 | (init_regcache_descr): Remove sizeof_raw_register_valid_p | |
2986 | overallocate hack. | |
2987 | (regcache_xmalloc): Rename to ... | |
2988 | (regcache_xmalloc_1): ... this. Add `readonly_p' parameter. | |
2989 | Allocate the regcache type accordingly. | |
2990 | (regcache_xmalloc): New as wrapper around regcache_xmalloc_1. | |
2991 | (regcache_xfree): Asser the source is also readonly. Copy sizeof | |
2992 | cooked registers, not raw. | |
2993 | (regcache_dup_no_passthrough): Delete. | |
2994 | (get_thread_arch_regcache): Use regcache_xmalloc_1. | |
2995 | * h8300-tdep.c (h8300_push_dummy_call): Tweak comment to not | |
2996 | mention obsolete write_register_bytes. | |
2997 | * regcache.h (regcache_dup_no_passthrough): Delete declaration. | |
2998 | ||
f7605bc2 PA |
2999 | 2011-01-25 Pedro Alves <[email protected]> |
3000 | ||
3001 | Stop remote_read_bytes from handling partial reads itself. | |
3002 | ||
3003 | * remote-fileio.c: Include target.h. | |
3004 | (remote_fileio_write_bytes): Delete. | |
3005 | (remote_fileio_func_open, remote_fileio_func_write) | |
3006 | (remote_fileio_func_rename, remote_fileio_func_unlink): Use | |
3007 | target_read_memory. | |
3008 | (remote_fileio_func_stat): Use target_read_memory and | |
3009 | target_write_memory. | |
3010 | (remote_fileio_func_gettimeofday): Use target_write_memory. | |
3011 | (remote_fileio_func_system): Use target_read_memory. | |
3012 | * remote.c (remote_write_bytes): Make it static. | |
3013 | (remote_read_bytes): Don't handle partial reads here. | |
3014 | * remote.h (remote_read_bytes): Delete declaration. | |
3015 | ||
efc0eabd PA |
3016 | 2011-01-25 Pedro Alves <[email protected]> |
3017 | ||
3018 | Simplify XML parsing a bit. | |
3019 | ||
3020 | * xml-support.h (gdb_xml_parse_quick): Declare. | |
3021 | * xml-support.c (gdb_xml_create_parser_and_cleanup_1): Renamed | |
3022 | from gdb_xml_create_parser_and_cleanup, and added `old_chain' | |
3023 | parameter. | |
3024 | (gdb_xml_create_parser_and_cleanup): Reimplement on top of | |
3025 | gdb_xml_create_parser_and_cleanup_1. | |
3026 | (gdb_xml_parse_quick): New. | |
3027 | * memory-map.c (parse_memory_map): Use gdb_xml_parse_quick. | |
3028 | * osdata.c (osdata_parse): Ditto. | |
3029 | * remote.c (remote_threads_info): Ditto. | |
3030 | * solib-target.c (solib_target_parse_libraries): Ditto. | |
3031 | * xml-syscall.c (syscall_parse_xml): Ditto. | |
3032 | * xml-tdesc.c (tdesc_parse_xml): Ditto. | |
3033 | ||
314d366a KB |
3034 | 2011-01-24 Kevin Buettner <[email protected]> |
3035 | ||
3036 | * configure.tgt (mips*-*-elf): New; just like mips*-*-*, but | |
3037 | with remote-mips.o added to gdb_target_obs. | |
3038 | * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o. | |
3039 | ||
a491d753 PA |
3040 | 2011-01-24 Pedro Alves <[email protected]> |
3041 | ||
3042 | * ada-valprint.c (val_print_packed_array_elements): Pass the | |
3043 | correct struct value to val_print. | |
3044 | (ada_val_print_1): Ditto. | |
3045 | ||
490f124f PA |
3046 | 2011-01-24 Pedro Alves <[email protected]> |
3047 | ||
3048 | Don't lose embedded_offset in printing routines throughout. | |
3049 | ||
3050 | * valprint.h (val_print_array_elements): Change prototype. | |
3051 | * valprint.c (val_print_array_elements): Add `embedded_offset' | |
3052 | parameter, and adjust to pass it down to val_print, while passing | |
3053 | `valaddr' or `address' unmodified. Take embedded_offset into | |
3054 | account when checking repetitions. | |
3055 | * c-valprint.c (c_val_print): Pass embedded_offset to | |
3056 | val_print_array_elements instead of adjusting `valaddr' and | |
3057 | `address'. | |
3058 | * m2-valprint.c (m2_print_array_contents, m2_val_print): Pass | |
3059 | embedded_offset to val_print_array_elements instead of adjusting | |
3060 | `valaddr'. | |
3061 | * p-lang.h (pascal_object_print_value_fields): Adjust prototype. | |
3062 | * p-valprint.c (pascal_val_print): Pass embedded_offset to | |
3063 | val_print_array_elements and pascal_object_print_value_fields | |
3064 | instead of adjusting `valaddr'. | |
3065 | (pascal_object_print_value_fields): Add `offset' parameter, and | |
3066 | adjust to use it. | |
3067 | (pascal_object_print_value): Add `offset' parameter, and adjust to | |
3068 | use it. | |
3069 | (pascal_object_print_static_field): Use | |
3070 | value_contents_for_printing/value_embedded_offset, rather than | |
3071 | value_contents. | |
3072 | * ada-valprint.c (val_print_packed_array_elements): Add `offset' | |
3073 | parameter, and adjust to use it. Use | |
3074 | value_contents_for_printing/value_embedded_offset, rather than | |
3075 | value_contents. | |
3076 | (ada_val_print): Rename `valaddr0' parameter to `valaddr'. | |
3077 | (ada_val_print_array): Add `offset' parameter, and adjust to use | |
3078 | it. | |
3079 | (ada_val_print_1): Rename `valaddr0' parameter to `valaddr', and | |
3080 | `embedded_offset' to `offset'. Don't re-adjust `valaddr'. | |
3081 | Instead work with offsets. Use | |
3082 | value_contents_for_printing/value_embedded_offset, rather than | |
3083 | value_contents. Change `defer_val_int' local type to CORE_ADDR, | |
3084 | and use value_from_pointer to extract a target pointer, rather | |
3085 | than value_from_longest. | |
3086 | (print_variant_part): Add `offset' parameter. Replace | |
3087 | `outer_valaddr' parameter by a new `outer_offset' parameter. | |
3088 | Don't re-adjust `valaddr'. Instead pass down adjusted offsets. | |
3089 | (ada_value_print): Use | |
3090 | value_contents_for_printing/value_embedded_offset, rather than | |
3091 | value_contents. | |
3092 | (print_record): Add `offset' parameter, and adjust to pass it | |
3093 | down. | |
3094 | (print_field_values): Add `offset' parameter. Replace | |
3095 | `outer_valaddr' parameter by a new `outer_offset' parameter. | |
3096 | Don't re-adjust `valaddr'. Instead pass down adjusted offsets. | |
3097 | Use value_contents_for_printing/value_embedded_offset, rather than | |
3098 | value_contents. | |
3099 | * d-valprint.c (dynamic_array_type): Use | |
3100 | value_contents_for_printing/value_embedded_offset, rather than | |
3101 | value_contents. | |
3102 | * jv-valprint.c (java_print_value_fields): Add `offset' parameter. | |
3103 | Don't re-adjust `valaddr'. Instead pass down adjusted offsets. | |
3104 | (java_print_value_fields): Take `offset' into account. Don't | |
3105 | re-adjust `valaddr'. Instead pass down adjusted offsets. | |
3106 | (java_val_print): Take `embedded_offset' into account. Pass it to | |
3107 | java_print_value_fields. | |
3108 | * f-valprint.c (f77_print_array_1): Add `embedded_offset' | |
3109 | parameter. Don't re-adjust `valaddr' or `address'. Instead pass | |
3110 | down adjusted offsets. | |
3111 | (f77_print_array): Add `embedded_offset' parameter. Pass it down. | |
3112 | (f_val_print): Take `embedded_offset' into account. | |
3113 | ||
7bfc9434 JB |
3114 | 2011-01-21 Joel Brobecker <[email protected]> |
3115 | ||
3116 | * inflow.c: Include "gdbcmd.h". | |
3117 | (interactive_mode): New static global, moved here from top.c. | |
3118 | (show_interactive_mode): New function, moved here from top.c. | |
3119 | use gdb_has_a_terminal instead of input_from_terminal_p to | |
3120 | determine the current mode. | |
3121 | (gdb_has_a_terminal): Add handling of the "iteractive-mode" | |
3122 | setting. | |
3123 | (_initialize_inflow): Add the "set/show interactive-mode" | |
3124 | commands. Moved here from top.c, after having adjusted slightly | |
3125 | the help text. | |
3126 | * top.c (interactive_mode, show_interactive_mode): Delete, moved | |
3127 | to inflow.c. | |
3128 | (input_from_terminal_p): Remove handling of "interactive-mode" | |
3129 | setting, moved to infow.c. | |
3130 | (init_main): Remove creation of the "set/show interactive-mode" | |
3131 | commands, moved to inflow.c. | |
3132 | ||
44603653 JB |
3133 | 2011-01-19 Joel Brobecker <[email protected]> |
3134 | ||
3135 | * NEWS: Add entry for native ia64-hpux support. | |
3136 | ||
4694da01 TT |
3137 | 2011-01-19 Tom Tromey <[email protected]> |
3138 | ||
3139 | PR mi/8618: | |
3140 | * thread.c (free_thread): Free 'name'. | |
3141 | (print_thread_info): Emit thread name. Change CLI output. | |
3142 | (thread_name_command): New function. | |
3143 | (do_captured_thread_select): Emit newline. | |
3144 | (_initialize_thread): Register 'thread name' command. | |
3145 | * target.h (struct target_ops) <to_thread_name>: New field. | |
3146 | (target_thread_name): New macro. | |
3147 | * target.c (update_current_target): Handle to_thread_name. | |
3148 | * python/py-infthread.c (thpy_get_name): New function. | |
3149 | (thpy_set_name): Likewise. | |
3150 | (thread_object_getset): Add "name". | |
3151 | * linux-nat.c (linux_nat_thread_name): New function. | |
3152 | (linux_nat_add_target): Set to_thread_name. | |
3153 | * gdbthread.h (struct thread_info) <name>: New field. | |
3154 | ||
10d44370 JB |
3155 | 2011-01-18 Joel Brobecker <[email protected]> |
3156 | ||
3157 | * ada-valprint.c (ada_print_scalar): Remove unsigned char downcast. | |
3158 | (ada_val_print_1): Likewise. | |
3159 | ||
e3acb115 JB |
3160 | 2011-01-18 Joel Brobecker <[email protected]> |
3161 | ||
3162 | * rs6000-tdep.c (rs6000_skip_prologue): Make sure that the prologue | |
3163 | upper limit address is not greater than the function end address | |
3164 | when the upper limit could not be computed using the debugging | |
3165 | info. | |
3166 | ||
dc92e161 TT |
3167 | 2011-01-17 Tom Tromey <[email protected]> |
3168 | ||
3169 | * cli/cli-cmds.c (apropos_command): Free the compiled regex. Use | |
3170 | get_regcomp_error. | |
3171 | * utils.c: Include gdb_regex.h. | |
3172 | (do_regfree_cleanup): New function. | |
3173 | (make_regfree_cleanup): Likewise. | |
3174 | (get_regcomp_error): Likewise. | |
3175 | * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Declare. | |
3176 | ||
f55af66d TT |
3177 | 2011-01-17 Tom Tromey <[email protected]> |
3178 | ||
3179 | * cli/cli-cmds.c (apropos_command): Fix formatting. Don't call | |
3180 | re_compile_fastmap. | |
3181 | ||
a5a44b53 PM |
3182 | 2011-01-17 Pierre Muller <[email protected]> |
3183 | ||
3184 | * p-exp.y (intvar): New static variable, used to set CURRENT_TYPE | |
3185 | for internal variables. | |
3186 | (last_was_structop): New static variable. | |
3187 | (COMPLETE): New token. | |
3188 | (field_exp): New rule to group all '.' suffix handling. | |
3189 | Add mark_struct_expression calls when approriate to be able | |
3190 | to correctly find fields for completion. | |
3191 | (yylex): Adapt to handle field completion and set INTVAR when | |
3192 | required. | |
3193 | ||
2c291032 YQ |
3194 | 2011-01-14 Yao Qi <[email protected]> |
3195 | ||
3196 | * arm-tdep.c (arm_register_reggroup_p): FPS register is in | |
3197 | save_reggroup, restore_reggroup and all_reggroup. | |
3198 | ||
447b483c JB |
3199 | 2011-01-14 Joel Brobecker <[email protected]> |
3200 | ||
3201 | * ada-valprint. (ada_printchar): Use the correct type length | |
3202 | in call to ada_emit_char. | |
3203 | * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR. | |
3204 | ||
7b64a93b PM |
3205 | 2011-01-14 Pierre Muller <[email protected]> |
3206 | ||
3207 | * solib-som.h (hpux_major_release): Declare variable here. | |
3208 | * solib-som.c: Remove <sys/utsname.h> header. | |
3209 | (DEFAULT_HPUX_MAJOR_RELEASE): New macro. | |
3210 | (hpux_major_release): Make global, change default value to | |
3211 | DEFAULT_HPUX_MAJOR_RELEASE. | |
f2eb0bc8 | 3212 | (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE. |
7b64a93b PM |
3213 | * hppa-hpux-nat.c: Add <sys/utsname.h> include. |
3214 | Add "solib-som.h" header. | |
3215 | (set_hpux_major_release): New function. | |
3216 | (_initialize_hppa_hpux_nat): Call set_hpux_major_release. | |
3217 | ||
4e18c053 MF |
3218 | 2011-01-14 Mike Frysinger <[email protected]> |
3219 | ||
3220 | * configure.tgt (*-*-uclinux*): Match more Linux os targets | |
3221 | ||
a9df6b22 JB |
3222 | 2011-01-14 Joel Brobecker <[email protected]> |
3223 | ||
3224 | * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing | |
3225 | new-line at end of warning message. | |
3226 | (ia64_hpux_store_register): Remove trailing new-line at end of | |
3227 | error message. | |
3228 | * ia64-hpux-tdep.c: Rephrase comment. | |
3229 | * solib-ia64-hpux.c (struct dld_info): Change type of field | |
3230 | dld_flags from "long long" to ULONGEST. | |
3231 | ||
ecb956dd PA |
3232 | 2011-01-14 Pedro Alves <[email protected]> |
3233 | ||
3234 | * target.h (deprecated_child_ops): Delete declaration. | |
3235 | * target.c (deprecated_child_ops): Delete definition. | |
3236 | ||
76adfcae PA |
3237 | 2011-01-14 Pedro Alves <[email protected]> |
3238 | ||
3239 | * Makefile.in (hpux-thread.o): Delete rule. | |
3240 | * configure.ac: Don't check for HPUX DCE threads support. | |
3241 | * configure, config.in: Regenerate. | |
3242 | * hppa-hpux-nat.c (child_suppress_run): Delete. | |
3243 | (hppa_hpux_child_can_run): Delete. | |
3244 | (_initialize_hppa_hpux_nat): Don't override to_can_run. | |
3245 | * hpux-thread.c: Delete. | |
3246 | ||
042e866e JB |
3247 | 2011-01-13 Joel Brobecker <[email protected]> |
3248 | ||
3249 | * hpux-thread.c (hpux_pid_to_str): Delete. | |
3250 | ||
4ffa5a33 JB |
3251 | 2011-01-13 Joel Brobecker <[email protected]> |
3252 | ||
3253 | * ada-valprint.c (ada_emit_char): Remove strange code. | |
3254 | Check that c is <= UCHAR_MAX before passing it to isascii. | |
3255 | (char_at): Do not assume that TYPE_LEN is either 1 or 2. | |
3256 | ||
de8fa76c JB |
3257 | 2011-01-13 Joel Brobecker <[email protected]> |
3258 | ||
3259 | * top.c (input_from_terminal_p): Restrict the use of interactive_mode | |
3260 | to the case where instream is stdin. | |
3261 | ||
c4de7027 JB |
3262 | 2011-01-13 Joel Brobecker <[email protected]> |
3263 | ||
3264 | * ia64-tdep.h (struct regcache): Forward declare. | |
3265 | (struct ia64_infcall_ops): New struct type. | |
3266 | (struct gdbarch_tdep): New fields "find_global_pointer_from_solib" | |
3267 | and "infcall_ops". | |
3268 | * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section): | |
3269 | Renames ia64_find_global_pointer. | |
3270 | (ia64_find_global_pointer, ia64_allocate_new_rse_frame) | |
3271 | (ia64_store_argument_in_slot, ia64_set_function_addr: New function. | |
3272 | (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops | |
3273 | methods. | |
3274 | (ia64_infcall_ops): New static global constant. | |
3275 | (ia64_gdbarch_init): Set tdep->infcall_ops. | |
3276 | * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function. | |
3277 | (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing. | |
3278 | * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h". | |
3279 | (ia64_hpux_dummy_code): New static global constant. | |
3280 | (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame) | |
3281 | (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr) | |
3282 | (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib): | |
3283 | New function. | |
3284 | (ia64_hpux_infcall_ops): New static global constant. | |
3285 | (ia64_hpux_init_abi): Install gdbarch and tdep methods needed | |
3286 | for inferior function calls to work properly on ia64-hpux. | |
3287 | ||
77ca787b JB |
3288 | 2011-01-13 Joel Brobecker <[email protected]> |
3289 | ||
3290 | * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS. | |
3291 | * ia64-tdep.h (struct frame_info): forward declaration. | |
3292 | (struct gdbarch_tdep): Add field size_of_register_frame. | |
3293 | * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame | |
3294 | to determine the size of the register frame. | |
3295 | (ia64_size_of_register_frame): New function. | |
3296 | (ia64_gdbarch_init): Set tdep->size_of_register_frame. | |
3297 | * ia64-hpux-tdep.c: Include "target.h" and "frame.h". | |
3298 | (IA64_HPUX_UREG_REASON): New macro. | |
3299 | (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame): | |
3300 | New functions. | |
3301 | (ia64_hpux_init_abi): Set tdep->size_of_register_frame. | |
3302 | * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function. | |
3303 | (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS | |
3304 | objects. | |
3305 | ||
92c9a463 JB |
3306 | 2011-01-13 Joel Brobecker <[email protected]> |
3307 | ||
3308 | Add support for ia64-hpux. | |
3309 | * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c, | |
3310 | ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files. | |
3311 | ||
3312 | * configure.host: Add handling for ia64-hpux hosts. Add associated | |
3313 | floatformats. | |
3314 | * configure.tgt: Add handling for ia64-hpux targets. | |
3315 | * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o. | |
3316 | (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h. | |
3317 | (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c. | |
3318 | ||
f688d93f JB |
3319 | 2011-01-13 Joel Brobecker <[email protected]> |
3320 | ||
3321 | [ttrace] Compute thread list immediately after attach. | |
3322 | * inf_ttrace_attach (inf_ttrace_create_threads_after_attach): | |
3323 | New subprogram. | |
3324 | (inf_ttrace_attach): Use it. | |
3325 | ||
1b89e62f JB |
3326 | 2011-01-13 Joel Brobecker <[email protected]> |
3327 | ||
3328 | * libunwind-frame.c (libunwind_frame_cache): Do not return NULL | |
3329 | if we could not determine the frame's function address. Instead, | |
3330 | use the frame's PC, and then continue. | |
3331 | ||
3e5e6e2a JB |
3332 | 2011-01-13 Joel Brobecker <[email protected]> |
3333 | ||
3334 | * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if | |
3335 | not already defined. | |
3336 | ||
825d6d8a JB |
3337 | 2011-01-13 Joel Brobecker <[email protected]> |
3338 | ||
3339 | * ia64-tdep.c (ia64_struct_type_p): New function. | |
3340 | (ia64_extract_return_value): Handle integral values that are | |
3341 | less than 8 bytes long. | |
3342 | (ia64_push_dummy_call): Likewise. | |
3343 | ||
7458e667 JB |
3344 | 2011-01-13 Joel Brobecker <[email protected]> |
3345 | ||
3346 | * ia64-tdep.c (floatformat_ia64_ext_little): Renames | |
3347 | floatformat_ia64_ext. | |
3348 | (floatformat_ia64_ext_big): New static const. | |
3349 | (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big. | |
3350 | ||
1b05df00 TT |
3351 | 2011-01-12 Tom Tromey <[email protected]> |
3352 | ||
3353 | * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error | |
3354 | messages. | |
3355 | * mi/mi-main.c (mi_cmd_thread_select): Fix error messages. | |
3356 | (mi_cmd_thread_list_ids): Likewise. | |
3357 | (mi_cmd_data_list_changed_registers): Likewise. | |
3358 | (mi_cmd_data_list_register_values): Likewise. | |
3359 | (mi_cmd_data_write_register_values): Likewise. | |
3360 | (mi_cmd_data_evaluate_expression): Likewise. | |
3361 | (mi_cmd_data_read_memory): Likewise. | |
3362 | (mi_cmd_data_read_memory_bytes): Likewise. | |
3363 | (mi_cmd_data_write_memory): Likewise. | |
3364 | (mi_cmd_enable_timings): Likewise. | |
3365 | * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages. | |
3366 | * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages. | |
3367 | (mi_cmd_var_delete): Likewise. | |
3368 | (mi_cmd_var_set_format): Likewise. | |
3369 | (mi_cmd_var_show_format): Likewise. | |
3370 | (mi_cmd_var_info_num_children): Likewise. | |
3371 | (mi_cmd_var_list_children): Likewise. | |
3372 | (mi_cmd_var_info_type): Likewise. | |
3373 | (mi_cmd_var_info_expression): Likewise. | |
3374 | (mi_cmd_var_show_attributes): Likewise. | |
3375 | (mi_cmd_var_assign): Likewise. | |
3376 | (mi_cmd_var_update): Likewise. | |
3377 | (mi_cmd_enable_pretty_printing): Likewise. | |
3378 | (mi_cmd_var_set_update_range): Likewise. | |
3379 | * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error | |
3380 | messages. | |
3381 | (mi_cmd_target_file_put): Likewise. | |
3382 | (mi_cmd_target_file_delete): Likewise. | |
3383 | * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error | |
3384 | messages. | |
3385 | (mi_cmd_stack_info_depth): Likewise. | |
3386 | (mi_cmd_stack_list_locals): Likewise. | |
3387 | (mi_cmd_stack_list_args): Likewise. | |
3388 | (mi_cmd_stack_select_frame): Likewise. | |
3389 | (mi_cmd_stack_select_frame): Likewise. | |
3390 | (mi_cmd_stack_info_frame): Likewise. | |
3391 | * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error | |
3392 | messages. | |
3393 | (mi_cmd_file_list_exec_source_files): Likewise. | |
3394 | * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages. | |
3395 | (mi_cmd_env_cd): Likewise. | |
3396 | (mi_cmd_env_path): Likewise. | |
3397 | (mi_cmd_env_dir): Likewise. | |
3398 | (mi_cmd_inferior_tty_show): Likewise. | |
3399 | * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages. | |
3400 | * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages. | |
3401 | (mi_cmd_break_watch): Likewise. | |
3402 | ||
ad422571 TJB |
3403 | 2011-01-12 Thiago Jung Bauermann <[email protected]> |
3404 | ||
3405 | * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace. | |
3406 | (ppc_linux_insert_hw_breakpoint): Likewise. | |
3407 | (ppc_linux_remove_hw_breakpoint): Likewise. | |
3408 | (ppc_linux_insert_watchpoint): Likewise. | |
3409 | ||
c2ff108b JK |
3410 | 2011-01-12 Andrew Burgess <[email protected]> |
3411 | Jan Kratochvil <[email protected]> | |
3412 | ||
3413 | PR fortran/11104 and DWARF unbound arrays detection. | |
3414 | * dwarf2read.c (read_subrange_type): Set zero length on unspecified | |
3415 | upper bound. Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on | |
3416 | unspecified upper bound. | |
3417 | * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove | |
3418 | variables array_size_array, tmp_type and offset_item. New variable | |
3419 | array. Remove call to f77_get_upperbound. New variables array_type | |
3420 | and index. Call value_subscripted_rvalue for each dimenasion. Remove | |
3421 | the final call to deprecated_set_value_type. | |
3422 | ||
41e8491f JK |
3423 | 2011-01-12 Jan Kratochvil <[email protected]> |
3424 | ||
3425 | Make value allocations more lazy. | |
3426 | * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy | |
3427 | instead of allocate_value and set_value_lazy when possible. | |
f2eb0bc8 | 3428 | * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy |
41e8491f JK |
3429 | instead of allocate_value and set_value_lazy. |
3430 | * findvar.c (value_of_register_lazy): Likewise. | |
3431 | (read_var_value): Remove V preallocation, call just check_typedef in | |
f2eb0bc8 | 3432 | advance. Move allocate_value to LOC_CONST, LOC_LABEL, |
41e8491f JK |
3433 | LOC_CONST_BYTES. Use allocate_value_lazy in LOC_STATIC, LOC_ARG, |
3434 | LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK. Set ADDR instead of | |
3435 | set_value_address and break in LOC_BLOCK. Use allocate_value_lazy and | |
3436 | remove lval_memory set in LOC_REGPARM_ADDR. Use allocate_value_lazy | |
3437 | in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT. Add setting lval_memory at | |
3438 | the end, remove set_value_lazy there. | |
3439 | * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy | |
3440 | instead of allocate_value and set_value_lazy when possible. | |
3441 | * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL. | |
3442 | * value.c (allocate_computed_value): Use allocate_value_lazy instead | |
3443 | of allocate_value and set_value_lazy. | |
3444 | (value_from_contents_and_address): Use allocate_value_lazy instead of | |
3445 | allocate_value and set_value_lazy when possible. | |
3446 | ||
b716877b AB |
3447 | 2011-01-12 Andrew Burgess <[email protected]> |
3448 | ||
3449 | * disasm.c (dump_insns): Support dumping opcodes for MI. | |
3450 | * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control | |
3451 | dumping of instruction opcodes. | |
3452 | ||
d5ae309f JB |
3453 | 2011-01-09 Robert Millan <[email protected]> (tiny patch) |
3454 | ||
3455 | * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi' | |
3456 | appropiately. | |
3457 | ||
98871305 TT |
3458 | 2011-01-11 Tom Tromey <[email protected]> |
3459 | ||
3460 | * thread.c (do_captured_thread_select): Emit newline before | |
3461 | printing frame. | |
3462 | ||
c378eb4e MS |
3463 | 2011-01-11 Michael Snyder <[email protected]> |
3464 | ||
3465 | * s390-tdep.c: Comment cleanup, mostly periods and spaces. | |
3466 | * score-tdep.c: Ditto. | |
3467 | * score-tdep.h: Ditto. | |
3468 | * ser-base.c: Ditto. | |
3469 | * ser-go32.c: Ditto. | |
3470 | * serial.c: Ditto. | |
3471 | * serial.h: Ditto. | |
3472 | * ser-mingw.c: Ditto. | |
3473 | * ser-pipe.c: Ditto. | |
3474 | * ser-tcp.c: Ditto. | |
3475 | * ser-unix.c: Ditto. | |
3476 | * sh64-tdep.c: Ditto. | |
3477 | * shnbsd-nat.c: Ditto. | |
3478 | * sh-tdep.c: Ditto. | |
3479 | * sh-tdep.h: Ditto. | |
3480 | * solib.c: Ditto. | |
3481 | * solib-darwin.c: Ditto. | |
3482 | * solib-frv.c: Ditto. | |
3483 | * solib.h: Ditto. | |
3484 | * solib-irix.c: Ditto. | |
3485 | * solib-osf.c: Ditto. | |
3486 | * solib-pa64.c: Ditto. | |
3487 | * solib-som.c: Ditto. | |
3488 | * solib-spu.c: Ditto. | |
3489 | * solib-sunos.c: Ditto. | |
3490 | * solib-svr4.c: Ditto. | |
3491 | * solist.h: Ditto. | |
3492 | * sol-thread.c: Ditto. | |
3493 | * somread.c: Ditto. | |
3494 | * source.c: Ditto. | |
3495 | * source.h: Ditto. | |
3496 | * sparc64-linux-tdep.c: Ditto. | |
3497 | * sparc64-tdep.c: Ditto. | |
3498 | * sparc-linux-nat.c: Ditto. | |
3499 | * sparc-linux-tdep.c: Ditto. | |
3500 | * sparc-sol2-nat.c: Ditto. | |
3501 | * sparc-sol2-tdep.c: Ditto. | |
3502 | * sparc-tdep.c: Ditto. | |
3503 | * sparc-tdep.h: Ditto. | |
3504 | * spu-tdep.c: Ditto. | |
3505 | * stabsread.c: Ditto. | |
3506 | * stabsread.h: Ditto. | |
3507 | * stack.c: Ditto. | |
3508 | * symfile.c: Ditto. | |
3509 | * symfile.h: Ditto. | |
3510 | * symmisc.c: Ditto. | |
3511 | * symtab.c: Ditto. | |
3512 | * symtab.h: Ditto. | |
3513 | * target.c: Ditto. | |
3514 | * target-descriptions.c: Ditto. | |
3515 | * target-descriptions.h: Ditto. | |
3516 | * target.h: Ditto. | |
3517 | * target-memory.c: Ditto. | |
3518 | * terminal.h: Ditto. | |
3519 | * thread.c: Ditto. | |
3520 | * top.c: Ditto. | |
3521 | * tracepoint.c: Ditto. | |
3522 | * tracepoint.h: Ditto. | |
3523 | * trad-frame.h: Ditto. | |
3524 | * typeprint.c: Ditto. | |
3525 | ||
581e13c1 MS |
3526 | 2011-01-11 Michael Snyder <[email protected]> |
3527 | ||
3528 | * ui-file.c: Comment cleanup, mostly periods and spaces. | |
3529 | * ui-file.h: Ditto. | |
3530 | * ui-out.c: Ditto. | |
3531 | * ui-out.h: Ditto. | |
3532 | * utils.c: Ditto. | |
3533 | * v850-tdep.c: Ditto. | |
3534 | * valarith.c: Ditto. | |
3535 | * valops.c: Ditto. | |
3536 | * valprint.c: Ditto. | |
3537 | * valprint.h: Ditto. | |
3538 | * value.c: Ditto. | |
3539 | * value.h: Ditto. | |
3540 | * varobj.c: Ditto. | |
3541 | * varobj.h: Ditto. | |
3542 | * vax-tdep.c: Ditto. | |
3543 | * vec.c: Ditto. | |
3544 | * vec.h: Ditto. | |
3545 | * version.h: Ditto. | |
3546 | * windows-nat.c: Ditto. | |
3547 | * windows-tdep.c: Ditto. | |
3548 | * xcoffread.c: Ditto. | |
3549 | * xcoffsolib.c: Ditto. | |
3550 | * xml-support.c: Ditto. | |
3551 | * xstormy16-tdep.c: Ditto. | |
3552 | * xtensa-tdep.c: Ditto. | |
3553 | * xtensa-tdep.h: Ditto. | |
3554 | ||
90e4670f TJB |
3555 | 2011-01-11 Thiago Jung Bauermann <[email protected]> |
3556 | ||
3557 | * breakpoint.c (resources_needed_watchpoint): Fix indentation. | |
3558 | * gdbtypes.c (is_scalar_type_recursive): Fix formatting. | |
3559 | ||
e09342b5 TJB |
3560 | 2011-01-11 Sergio Durigan Junior <[email protected]> |
3561 | Thiago Jung Bauermann <[email protected]> | |
3562 | ||
3563 | Implement support for PowerPC BookE ranged watchpoints. | |
f2eb0bc8 | 3564 | * breakpoint.h |
e09342b5 TJB |
3565 | (struct breakpoint_ops) <resources_needed>: New method. |
3566 | Initialize to NULL in all existing breakpoint_ops instances. | |
3567 | (struct breakpoint) <exact>: New field. | |
3568 | (target_exact_watchpoints): Declare external global. | |
3569 | * breakpoint.c (target_exact_watchpoints): New global flag. | |
3570 | (update_watchpoint): Set b->type to bp_hardware_watchpoint and | |
3571 | b->enable_state to bp_enabled before calling | |
3572 | hw_watchpoint_used_count. | |
3573 | (hw_watchpoint_used_count): Iterate over all bp_locations in a | |
3574 | watchpoint. Call breakpoint's breakpoint_ops.resources_needed | |
3575 | if available. | |
3576 | (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte | |
3577 | if the watchpoint is exact. | |
3578 | (resources_needed_watchpoint): New function. | |
3579 | (watchpoint_breakpoint_ops): Add resources_needed_watchpoint. | |
3580 | (watch_command_1): Set b->exact if the user asked for an exact | |
3581 | watchpoint and one can be set. | |
3582 | (can_use_hardware_watchpoint): Add exact_watchpoints argument. | |
3583 | Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if | |
3584 | the user asks for an exact watchpoint and one can be set. Return | |
3585 | number of needed debug registers to watch the expression. | |
3586 | * gdbtypes.c (is_scalar_type): New function, based on | |
3587 | valprint.c:scalar_type_p. | |
3588 | (is_scalar_type_recursive): New function. | |
3589 | * gdbtypes.h (is_scalar_type_recursive): Declare. | |
3590 | * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always | |
3591 | handle regions when ranged watchpoints are available. | |
3592 | (create_watchpoint_request): New function. | |
3593 | (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use | |
3594 | create_watchpoint_request. | |
3595 | * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function. | |
3596 | (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the | |
3597 | `set powerpc' and `show powerpc' commands. | |
3598 | * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>: | |
3599 | Mention documentation comment in the target macro. | |
3600 | (target_region_ok_for_hw_watchpoint): Document return value. | |
3601 | ||
9fa40276 TJB |
3602 | 2011-01-11 Thiago Jung Bauermann <[email protected]> |
3603 | ||
3604 | * breakpoint.c (update_watchpoint): Decide on using a software or | |
3605 | hardware watchpoint after the bp_locations are created. | |
3606 | ||
77b06cd7 TJB |
3607 | 2010-01-11 Thiago Jung Bauermann <[email protected]> |
3608 | ||
3609 | Convert hardware watchpoints to use breakpoint_ops. | |
3610 | * breakpoint.h (breakpoint_ops) <insert>: Rename to... | |
3611 | <insert_location>: ... this. Return int instead of void. | |
3612 | Accept pointer to struct bp_location instead of pointer to | |
3613 | struct breakpoint. Adapt all implementations. | |
f2eb0bc8 | 3614 | (breakpoint_ops) <remove>: Rename to... |
77b06cd7 TJB |
3615 | <remove_location>: ... this. Accept pointer to struct bp_location |
3616 | instead of pointer to struct breakpoint. Adapt all implementations. | |
3617 | * breakpoint.c (insert_catchpoint): Delete function. | |
3618 | (insert_bp_location): Call the watchpoint or catchpoint's | |
3619 | breakpoint_ops.insert method. | |
3620 | (remove_breakpoint_1): Call the watchpoint or catchpoint's | |
3621 | breakpoint_ops.remove method. | |
3622 | (insert_watchpoint, remove_watchpoint): New functions. | |
3623 | (watchpoint_breakpoint_ops): New structure. | |
3624 | (watch_command_1): Initialize the OPS field. | |
3625 | * inf-child.c (inf_child_insert_fork_catchpoint) | |
3626 | (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint) | |
3627 | (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint) | |
3628 | (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint): | |
3629 | Delete functions. | |
3630 | (inf_child_target): Remove initialization of to_insert_fork_catchpoint, | |
3631 | to_remove_fork_catchpoint, to_insert_vfork_catchpoint, | |
3632 | to_remove_vfork_catchpoint, to_insert_exec_catchpoint, | |
3633 | to_remove_exec_catchpoint and to_set_syscall_catchpoint. | |
3634 | * target.c (update_current_target): Change default implementation of | |
3635 | to_insert_fork_catchpoint, to_remove_fork_catchpoint, | |
3636 | to_insert_vfork_catchpoint, to_remove_vfork_catchpoint, | |
3637 | to_insert_exec_catchpoint, to_remove_exec_catchpoint and | |
3638 | to_set_syscall_catchpoint to return_one. | |
3639 | (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint) | |
3640 | (debug_to_insert_exec_catchpoint): Report return value. | |
3641 | * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint) | |
3642 | (to_insert_exec_catchpoint): Change declaration to return int instead | |
3643 | of void. | |
3644 | ||
9b20d036 MS |
3645 | 2011-01-11 Michael Snyder <[email protected]> |
3646 | ||
3647 | * arm-tdep.c: Internationalization. | |
3648 | * c-lang.c: Ditto. | |
3649 | * charset.c: Ditto. | |
3650 | * fork-child.c: Ditto. | |
3651 | * nto-procfs.c: Ditto. | |
3652 | * ppc-sysv-tdep.c: Ditto. | |
3653 | * procfs.c: Ditto. | |
3654 | * remote-mips.c: Ditto. | |
3655 | * remote.c: Ditto. | |
3656 | * rs6000-nat.c: Ditto. | |
3657 | * rs6000-tdep.c: Ditto. | |
3658 | * target.c: Ditto. | |
3659 | * valops.c: Ditto. | |
3660 | * value.c: Ditto. | |
3661 | * xml-support.c: Ditto. | |
3662 | * mi/mi-cmd-break.c: Ditto. | |
3663 | * mi/mi-cmd-var.c: Ditto. | |
3664 | * mi/mi-interp.c: Ditto. | |
3665 | * mi/mi-main.c: Ditto. | |
3666 | ||
dae477fe AB |
3667 | 2011-01-11 Andrew Burgess <[email protected]> |
3668 | ||
3669 | * remote-sim.c (gdbsim_store_register): Update API to | |
3670 | sim_store_register to check more error conditions. | |
3671 | ||
0df8b418 MS |
3672 | 2011-01-10 Michael Snyder <[email protected]> |
3673 | ||
3674 | * nto-procfs.c: Comment cleanup, mostly periods and spaces. | |
3675 | * nto-tdep.c: Ditto. | |
3676 | * nto-tdep.h: Ditto. | |
3677 | * objc-exp.y: Ditto. | |
3678 | * objc-lang.c: Ditto. | |
3679 | * objfiles.c: Ditto. | |
3680 | * objfiles.h: Ditto. | |
3681 | * observer.c: Ditto. | |
3682 | * opencl-lang.c: Ditto. | |
3683 | * osabi.c: Ditto. | |
3684 | * parse.c: Ditto. | |
3685 | * parser-defs.h: Ditto. | |
3686 | * p-exp.y: Ditto. | |
3687 | * p-lang.c: Ditto. | |
3688 | * posix-hdep.c: Ditto. | |
3689 | * ppcbug-rom.c: Ditto. | |
3690 | * ppc-linux-nat.c: Ditto. | |
3691 | * ppc-linux-tdep.c: Ditto. | |
3692 | * ppc-linux-tdep.h: Ditto. | |
3693 | * ppcnbsd-tdep.c: Ditto. | |
3694 | * ppcobsd-tdep.c: Ditto. | |
3695 | * ppcobsd-tdep.h: Ditto. | |
3696 | * ppc-sysv-tdep.c: Ditto. | |
3697 | * ppc-tdep.h: Ditto. | |
3698 | * printcmd.c: Ditto. | |
3699 | * proc-abi.c: Ditto. | |
3700 | * proc-flags.c: Ditto. | |
3701 | * procfs.c: Ditto. | |
3702 | * proc-utils.h: Ditto. | |
3703 | * progspace.h: Ditto. | |
3704 | * prologue-value.c: Ditto. | |
3705 | * prologue-value.h: Ditto. | |
3706 | * psympriv.h: Ditto. | |
3707 | * psymtab.c: Ditto. | |
3708 | * p-typeprint.c: Ditto. | |
3709 | * p-valprint.c: Ditto. | |
3710 | * ravenscar-sparc-thread.c: Ditto. | |
3711 | * ravenscar-thread.c: Ditto. | |
3712 | * ravenscar-thread.h: Ditto. | |
3713 | * record.c: Ditto. | |
3714 | * regcache.c: Ditto. | |
3715 | * regcache.h: Ditto. | |
3716 | * remote.c: Ditto. | |
3717 | * remote-fileio.c: Ditto. | |
3718 | * remote-fileio.h: Ditto. | |
3719 | * remote.h: Ditto. | |
3720 | * remote-m32r-sdi.c: Ditto. | |
3721 | * remote-mips.c: Ditto. | |
3722 | * remote-sim.c: Ditto. | |
3723 | * rs6000-aix-tdep.c: Ditto. | |
3724 | * rs6000-nat.c: Ditto. | |
3725 | * rs6000-tdep.c: Ditto. | |
3726 | ||
0d7a18f7 MS |
3727 | 2011-01-10 Michael Snyder <[email protected]> |
3728 | ||
3729 | * charset.c (validate): Internationalization. | |
3730 | * coffread.c (read_one_sym): Ditto. | |
3731 | * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto. | |
3732 | * h8300-tdep.c (H8300_extract_return_value): Ditto. | |
3733 | * inflow.c (new_tty): Ditto. | |
3734 | * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto. | |
3735 | * m32c-tdep.c (m32c_return_value): Ditto. | |
3736 | * mep-tdep.c (mep_store_return_value): Ditto. | |
3737 | * score-tdep.c (score7_fetch_insn): Ditto. | |
3738 | * ser-mingw.c (pipe_windows_open): Ditto. | |
3739 | * sh64-tdep.c (sh64_extract_return_value): Ditto. | |
3740 | * spu-tdep.c (spu_register_type): Ditto. | |
3741 | * tracepoint.c (trace_find_command): Ditto. | |
3742 | * valarith.c (value_pos): Ditto. | |
3743 | ||
9a153e0b JB |
3744 | 2011-01-10 Joel Brobecker <[email protected]> |
3745 | ||
3746 | * ada-valprint.c (printstr): Minor comment reformatting. | |
3747 | ||
35ecd2d6 MS |
3748 | 2011-01-08 Michael Snyder <[email protected]> |
3749 | ||
3750 | * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _ | |
3751 | markup. | |
3752 | ||
1777feb0 MS |
3753 | 2011-01-08 Michael Snyder <[email protected]> |
3754 | ||
3755 | * h8300-tdep.c: Comment cleanup, mostly periods and spaces. | |
3756 | * hppa-hpux-tdep.c: Ditto. | |
3757 | * hppa-linux-nat.c: Ditto. | |
3758 | * hppa-linux-tdep.c: Ditto. | |
3759 | * hppanbsd-tdep.c: Ditto. | |
3760 | * hppa-tdep.c: Ditto. | |
3761 | * hppa-tdep.h: Ditto. | |
3762 | * hpux-thread.c: Ditto. | |
3763 | * i386-cygwin-tdep.c: Ditto. | |
3764 | * i386-darwin-nat.c: Ditto. | |
3765 | * i386gnu-nat.c: Ditto. | |
3766 | * i386-linux-nat.c: Ditto. | |
3767 | * i386-linux-tdep.c: Ditto. | |
3768 | * i386-nat.c: Ditto. | |
3769 | * i386-nat.h: Ditto. | |
3770 | * i386nbsd-tdep.c: Ditto. | |
3771 | * i386-sol2-nat.c: Ditto. | |
3772 | * i386-stub.c: Ditto. | |
3773 | * i386-tdep.c: Ditto. | |
3774 | * i386-tdep.h: Ditto. | |
3775 | * i387-tdep.c: Ditto. | |
3776 | * ia64-linux-nat.c: Ditto. | |
3777 | * ia64-linux-tdep.c: Ditto. | |
3778 | * ia64-tdep.c: Ditto. | |
3779 | * infcall.c: Ditto. | |
3780 | * infcall.h: Ditto. | |
3781 | * infcmd.c: Ditto. | |
3782 | * inferior.c: Ditto. | |
3783 | * inferior.h: Ditto. | |
3784 | * infloop.c: Ditto. | |
3785 | * inflow.c: Ditto. | |
3786 | * infrun.c: Ditto. | |
3787 | * interps.c: Ditto. | |
3788 | * interps.h: Ditto. | |
3789 | * iq2000-tdep.c: Ditto. | |
3790 | * irix5-nat.c: Ditto. | |
3791 | * jit.c: Ditto. | |
3792 | * jit.h: Ditto. | |
3793 | * jv-exp.y: Ditto. | |
3794 | * jv-lang.c: Ditto. | |
3795 | * jv-lang.h: Ditto. | |
3796 | * jv-typeprint.c: Ditto. | |
3797 | * jv-valprint.c: Ditto. | |
3798 | * language.c: Ditto. | |
3799 | * language.h: Ditto. | |
3800 | * linespec.c: Ditto. | |
3801 | * linux-fork.c: Ditto. | |
3802 | * linux-nat.c: Ditto. | |
3803 | * linux-thread-db.c: Ditto. | |
3804 | * lm32-tdep.c: Ditto. | |
3805 | ||
025bb325 MS |
3806 | 2011-01-08 Michael Snyder <[email protected]> |
3807 | ||
3808 | * m2-exp.y: Comment cleanup, mostly periods and spaces. | |
3809 | * m2-lang.c: Ditto. | |
3810 | * m2-typeprint.c: Ditto. | |
3811 | * m2-valprint.c: Ditto. | |
3812 | * m32c-tdep.c: Ditto. | |
3813 | * m32r-linux-nat.c: Ditto. | |
3814 | * m32r-rom.c: Ditto. | |
3815 | * m32r-tdep.c: Ditto. | |
3816 | * m32r-tdep.h: Ditto. | |
3817 | * m68hc11-tdep.c: Ditto. | |
3818 | * m58klinux-nat.c: Ditto. | |
3819 | * m68k-tdep.c: Ditto. | |
3820 | * m88k-tdep.c: Ditto. | |
3821 | * m88k-tdep.h: Ditto. | |
3822 | * machoread.c: Ditto. | |
3823 | * macrocmd.c: Ditto. | |
3824 | * macroexp.c: Ditto. | |
3825 | * macrotab.c: Ditto. | |
3826 | * main.c: Ditto. | |
3827 | * maint.c: Ditto. | |
3828 | * mdebugread.c: Ditto. | |
3829 | * mdebugread.h: Ditto. | |
3830 | * memattr.c: Ditto. | |
3831 | * memattr.h: Ditto. | |
3832 | * memory-map.h: Ditto. | |
3833 | * mep-tdep.c: Ditto. | |
3834 | * microblaze-rom.c: Ditto. | |
3835 | * microblaze-tdep.c: Ditto. | |
3836 | * minsyms.c: Ditto. | |
3837 | * mips-irix-tdep.c: Ditto. | |
3838 | * mips-linux-nat.c: Ditto. | |
3839 | * mips-linux-tdep.c: Ditto. | |
3840 | * mips-linux-tdep.h: Ditto. | |
3841 | * mipsnbsd-nat.c: Ditto. | |
3842 | * mipsnbsd-tdep.c: Ditto. | |
3843 | * mipsread.c: Ditto. | |
3844 | * mips-tdep.c: Ditto. | |
3845 | * mips-tdep.h: Ditto. | |
3846 | * mn10300-linux-tdep.c: Ditto. | |
3847 | * mn10300-tdep.c: Ditto. | |
3848 | * mn10300-tdep.h: Ditto. | |
3849 | * monitor.c: Ditto. | |
3850 | * monitor.h: Ditto. | |
3851 | * moxie-tdep.c: Ditto. | |
3852 | * moxie-tdep.h: Ditto. | |
3853 | * mt-tdep.c: Ditto. | |
3854 | ||
1642781b MF |
3855 | 2011-01-08 Mike Frysinger <[email protected]> |
3856 | ||
3857 | * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name. | |
3858 | ||
394b0adb JB |
3859 | 2011-01-08 Robert Millan <[email protected]> |
3860 | ||
3861 | * fbsd-nat.c (fbsd_find_memory_regions): Fix typo. | |
3862 | ||
b670013c MS |
3863 | 2011-01-07 Michael Snyder <[email protected]> |
3864 | ||
3865 | * charset.c (_initialize_charset): Fix typo in string. | |
3866 | ||
a743e542 MS |
3867 | 2011-01-07 Michael Snyder <[email protected]> |
3868 | ||
3869 | * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message | |
3870 | for i18n. | |
f2eb0bc8 | 3871 | * tui/tui-layout.c (tui_set_layout_for_display_command): |
a743e542 MS |
3872 | Split line so that operator goes to beginning of line. |
3873 | * tui/tui-winsource.c (tui_horizontal_source_scroll): Move | |
3874 | assignment out of if statement. | |
3875 | ||
0963b4bd MS |
3876 | 2011-01-07 Michael Snyder <[email protected]> |
3877 | ||
3878 | * ada-lang.c: Comment cleanup, mostly periods and spaces. | |
3879 | * ada-lang.h: Ditto. | |
3880 | * ada-tasks.c: Ditto. | |
3881 | * ada-valprint.c: Ditto. | |
3882 | * aix-threads.c: Ditto. | |
3883 | * alpha-linux-nat.c: Ditto. | |
3884 | * alpha-linux-tdep.c: Ditto. | |
3885 | * alpha-mdebug-tdep.c: Ditto. | |
3886 | * alpha-nat.c: Ditto. | |
3887 | * alpha-osf1-tdep.c: Ditto. | |
3888 | * alpha-tdep.c: Ditto. | |
3889 | * alphabsd-nat.c: Ditto. | |
3890 | * alphabsd-tdep.c: Ditto. | |
3891 | * amd64-darwin-tdep.c: Ditto. | |
3892 | * amd64-linux-nat.c: Ditto. | |
3893 | * amd64-linux-tdep.c: Ditto. | |
3894 | * amd64-sol2-tdep.c: Ditto. | |
3895 | * amd64-tdep.c: Ditto. | |
3896 | * amd64-fbsd-tdep.c: Ditto. | |
3897 | * amd64-nbsd-tdep.c: Ditto. | |
3898 | * amd64-obsd-tdep.c: Ditto. | |
3899 | * amd64-linux-nat.c: Ditto. | |
3900 | * amd64-linux-tdep.c: Ditto. | |
3901 | * arm-tdep.c: Ditto. | |
3902 | * arm-tdep.h: Ditto. | |
3903 | * armnbsd-nat.c: Ditto. | |
3904 | * avr-tdep.c: Ditto. | |
3905 | * bfin-tdep.c: Ditto. | |
3906 | * bsd-kvm.c: Ditto. | |
3907 | * c-typeprintc: Ditto. | |
3908 | * c-valprint.c: Ditto. | |
3909 | * coff-pe-read.h: Ditto. | |
3910 | * coffreead.c: Ditto. | |
3911 | * cris-tdep.c: Ditto. | |
3912 | * d-lang.c: Ditto. | |
3913 | * darwin-nat-info.c: Ditto. | |
3914 | * darwin-nat.c: Ditto. | |
3915 | * dbug-rom.c: Ditto. | |
3916 | * dbxread.c: Ditto. | |
3917 | * dcache.c: Ditto. | |
3918 | * dcache.h: Ditto. | |
3919 | * dec-thread.c: Ditto. | |
3920 | * defs.h: Ditto. | |
3921 | * demangle.c: Ditto. | |
3922 | * dicos-tdep.c: Ditto. | |
3923 | * dictionary.c: Ditto. | |
3924 | * dictionary.h: Ditto. | |
3925 | * dink32-rom.c: Ditto. | |
3926 | * disasm.c: Ditto. | |
3927 | * doublest.c: Ditto. | |
3928 | * dsrec.c: Ditto. | |
3929 | * dummy-frame.c: Ditto. | |
3930 | * dwarf2-frame.c: Ditto. | |
3931 | * dwarf2expr.c: Ditto. | |
3932 | * dwarf2loc.c: Ditto. | |
3933 | * dwarf2read.c: Ditto. | |
3934 | * elfread.c: Ditto. | |
3935 | * environ.c: Ditto. | |
3936 | * eval.c: Ditto. | |
3937 | * event-top.h: Ditto. | |
3938 | * exceptions.c: Ditto. | |
3939 | * exceptions.h: Ditto. | |
3940 | * exec.c: Ditto. | |
3941 | * expprint.c: Ditto. | |
3942 | * expression.h: Ditto. | |
3943 | * f-exp.y: Ditto. | |
3944 | * f-lang.c: Ditto. | |
3945 | * f-lang.h: Ditto. | |
3946 | * f-typeprint.c: Ditto. | |
3947 | * f-valprint.c: Ditto. | |
3948 | * fbsd-nat.c: Ditto. | |
3949 | * findvar.c: Ditto. | |
3950 | * fork-child.c: Ditto. | |
3951 | * frame.c: Ditto. | |
3952 | * frame.h: Ditto. | |
3953 | * frv-linux-tdep.c: Ditto. | |
3954 | * frv-tdep.c: Ditto. | |
3955 | * gcore.c: Ditto. | |
3956 | * gdb-stabs.h: Ditto. | |
3957 | * gdb_assert.h: Ditto. | |
3958 | * gdb_string.h: Ditto. | |
3959 | * gdb_thread_db.h: Ditto. | |
3960 | * gdb_wait.h: Ditto. | |
3961 | * gdbarch.sh: Ditto. | |
3962 | * gdbcore.h: Ditto. | |
3963 | * gdbthread.h: Ditto. | |
3964 | * gdbtypes.c: Ditto. | |
3965 | * gdbtypes.h: Ditto. | |
3966 | * gnu-nat.c: Ditto. | |
3967 | * gnu-nat.h: Ditto. | |
3968 | * gnu-v2-abi.c: Ditto. | |
3969 | * gnu-v3-abi.c: Ditto. | |
3970 | * go32-nat.c: Ditto. | |
3971 | * gdbarch.c: Regenerate. | |
3972 | * gdbarch.h: Regenerate. | |
3973 | ||
ac74f770 MS |
3974 | 2011-01-07 Michael Snyder <[email protected]> |
3975 | ||
3976 | * ax-gdb.c: Adjust some long output strings. | |
3977 | * breakpoint.c: Ditto. | |
3978 | * charset.c: Ditto. | |
3979 | * cp-abi.c: Ditto. | |
3980 | * infcall.c: Ditto. | |
3981 | * infrun.c: Ditto. | |
3982 | * linux-nat.c: Ditto. | |
3983 | * solib-pa64.c: Ditto. | |
3984 | * solib-som.c: Ditto. | |
3985 | ||
d8e22779 TT |
3986 | 2011-01-06 Tom Tromey <[email protected]> |
3987 | ||
3988 | PR python/12367: | |
3989 | * NEWS: Add item. | |
3990 | * python/python.c (GdbMethods): Add "newest_frame" method. | |
3991 | * python/python-internal.h (gdbpy_newest_frame): Declare. | |
3992 | * python/py-frame.c (gdbpy_newest_frame): New function. | |
3993 | ||
a255712f PP |
3994 | 2010-01-06 Paul Pluzhnikov <[email protected]> |
3995 | ||
3996 | * jit.h (struct jit_code_entry): use ULONGEST for symfile_size. | |
3997 | * jit.c (jit_debug): New variable. | |
3998 | (show_jit_debug): New function. | |
3999 | (struct target_buffer): Use ULONGEST. | |
4000 | (bfd_open_from_target_memory): Likewise. | |
4001 | (jit_register_code, jit_inferior_init): Add debug output. | |
4002 | (_initialize_jit): Register "debug jit" command. | |
4003 | ||
ccfc3d6e TT |
4004 | 2011-01-06 Tom Tromey <[email protected]> |
4005 | ||
4006 | * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment. | |
4007 | * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME | |
4008 | and ARCH_FRAME. | |
4009 | ||
57126e4a TT |
4010 | 2011-01-06 Tom Tromey <[email protected]> |
4011 | ||
4012 | * python/py-frame.c (frapy_block): Use get_frame_block. | |
4013 | ||
16dfc9ce JB |
4014 | 2011-01-06 Joel Brobecker <[email protected]> |
4015 | ||
4016 | Do not stop on SIGPRIO signals by default | |
4017 | * infrun.c (_initialize_infrun): Unset signal_stop and | |
4018 | signal_print for TARGET_SIGNAL_PRIO. | |
4019 | ||
b1ce2347 JB |
4020 | 2011-01-06 Joel Brobecker <[email protected]> |
4021 | ||
4022 | * ada-tasks.c: Fix style violation in comment. | |
4023 | ||
8f7e195f JB |
4024 | 2011-01-06 Joel Brobecker <[email protected]> |
4025 | ||
4026 | * linespec.c (decode_compound, find_method): Remove trailing \n | |
4027 | at end of error string. | |
4028 | * solib-irix.c (irix_current_sos): Likewise. | |
4029 | * varobj.c (uninstall_variable): Likewise. | |
4030 | ||
e9bdf92c JB |
4031 | 2011-01-06 Joel Brobecker <[email protected]> |
4032 | ||
4033 | * copyright.py: New script. | |
4034 | * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc. | |
4035 | Launch emacs without exec'ing. Call copyright.py afterwards. | |
4036 | ||
3e43a32a MS |
4037 | 2011-01-05 Michael Snyder <[email protected]> |
4038 | ||
4039 | * addrmap.c: Shorten lines of >= 80 columns. | |
4040 | * arch-utils.c: Ditto. | |
4041 | * arch-utils.h: Ditto. | |
4042 | * ax-gdb.c: Ditto. | |
4043 | * ax-general.c: Ditto. | |
4044 | * bcache.c: Ditto. | |
4045 | * blockframe.c: Ditto. | |
4046 | * breakpoint.c: Ditto. | |
4047 | * buildsym.c: Ditto. | |
4048 | * c-lang.c: Ditto. | |
4049 | * c-typeprint.c: Ditto. | |
4050 | * charset.c: Ditto. | |
4051 | * coffread.c: Ditto. | |
4052 | * command.h: Ditto. | |
4053 | * corelow.c: Ditto. | |
4054 | * cp-abi.c: Ditto. | |
4055 | * cp-namespace.c: Ditto. | |
4056 | * cp-support.c: Ditto. | |
4057 | * dbug-rom.c: Ditto. | |
4058 | * dbxread.c: Ditto. | |
4059 | * defs.h: Ditto. | |
4060 | * dfp.c: Ditto. | |
4061 | * dfp.h: Ditto. | |
4062 | * dictionary.c: Ditto. | |
4063 | * disasm.c: Ditto. | |
4064 | * doublest.c: Ditto. | |
4065 | * dwarf2-frame.c: Ditto. | |
4066 | * dwarf2expr.c: Ditto. | |
4067 | * dwarf2loc.c: Ditto. | |
4068 | * dwarf2read.c: Ditto. | |
4069 | * elfread.c: Ditto. | |
4070 | * eval.c: Ditto. | |
4071 | * event-loop.c: Ditto. | |
4072 | * event-loop.h: Ditto. | |
4073 | * exceptions.h: Ditto. | |
4074 | * exec.c: Ditto. | |
4075 | * expprint.c: Ditto. | |
4076 | * expression.h: Ditto. | |
4077 | * f-lang.c: Ditto. | |
4078 | * f-valprint.c: Ditto. | |
4079 | * findcmd.c: Ditto. | |
4080 | * frame-base.c: Ditto. | |
4081 | * frame-unwind.c: Ditto. | |
4082 | * frame-unwind.h: Ditto. | |
4083 | * frame.c: Ditto. | |
4084 | * frame.h: Ditto. | |
4085 | * gcore.c: Ditto. | |
4086 | * gdb-stabs.h: Ditto. | |
4087 | * gdb_assert.h: Ditto. | |
4088 | * gdb_dirent.h: Ditto. | |
4089 | * gdb_obstack.h: Ditto. | |
4090 | * gdbcore.h: Ditto. | |
4091 | * gdbtypes.c: Ditto. | |
4092 | * gdbtypes.h: Ditto. | |
4093 | * inf-ttrace.c: Ditto. | |
4094 | * infcall.c: Ditto. | |
4095 | * infcmd.c: Ditto. | |
4096 | * inflow.c: Ditto. | |
4097 | * infrun.c: Ditto. | |
4098 | * inline-frame.h: Ditto. | |
4099 | * language.c: Ditto. | |
4100 | * language.h: Ditto. | |
4101 | * libunwind-frame.c: Ditto. | |
4102 | * libunwind-frame.h: Ditto. | |
4103 | * linespec.c: Ditto. | |
4104 | * linux-nat.c: Ditto. | |
4105 | * linux-nat.h: Ditto. | |
4106 | * linux-thread-db.c: Ditto. | |
4107 | * machoread.c: Ditto. | |
4108 | * macroexp.c: Ditto. | |
4109 | * macrotab.c: Ditto. | |
4110 | * main.c: Ditto. | |
4111 | * maint.c: Ditto. | |
4112 | * mdebugread.c: Ditto. | |
4113 | * memattr.c: Ditto. | |
4114 | * minsyms.c: Ditto. | |
4115 | * monitor.c: Ditto. | |
4116 | * monitor.h: Ditto. | |
4117 | * objfiles.c: Ditto. | |
4118 | * objfiles.h: Ditto. | |
4119 | * osabi.c: Ditto. | |
4120 | * p-typeprint.c: Ditto. | |
4121 | * p-valprint.c: Ditto. | |
4122 | * parse.c: Ditto. | |
4123 | * printcmd.c: Ditto. | |
4124 | * proc-events.c: Ditto. | |
4125 | * procfs.c: Ditto. | |
4126 | * progspace.c: Ditto. | |
4127 | * progspace.h: Ditto. | |
4128 | * psympriv.h: Ditto. | |
4129 | * psymtab.c: Ditto. | |
4130 | * record.c: Ditto. | |
4131 | * regcache.c: Ditto. | |
4132 | * regcache.h: Ditto. | |
4133 | * remote-fileio.c: Ditto. | |
4134 | * remote.c: Ditto. | |
4135 | * ser-mingw.c: Ditto. | |
4136 | * ser-tcp.c: Ditto. | |
4137 | * ser-unix.c: Ditto. | |
4138 | * serial.c: Ditto. | |
4139 | * serial.h: Ditto. | |
4140 | * solib-frv.c: Ditto. | |
4141 | * solib-irix.c: Ditto. | |
4142 | * solib-osf.c: Ditto. | |
4143 | * solib-pa64.c: Ditto. | |
4144 | * solib-som.c: Ditto. | |
4145 | * solib-sunos.c: Ditto. | |
4146 | * solib-svr4.c: Ditto. | |
4147 | * solib-target.c: Ditto. | |
4148 | * solib.c: Ditto. | |
4149 | * somread.c: Ditto. | |
4150 | * source.c: Ditto. | |
4151 | * stabsread.c: Ditto. | |
4152 | * stabsread.c: Ditto. | |
4153 | * stack.c: Ditto. | |
4154 | * stack.h: Ditto. | |
4155 | * symfile-mem.c: Ditto. | |
4156 | * symfile.c: Ditto. | |
4157 | * symfile.h: Ditto. | |
4158 | * symmisc.c: Ditto. | |
4159 | * symtab.c: Ditto. | |
4160 | * symtab.h: Ditto. | |
4161 | * target-descriptions.c: Ditto. | |
4162 | * target-memory.c: Ditto. | |
4163 | * target.c: Ditto. | |
4164 | * target.h: Ditto. | |
4165 | * terminal.h: Ditto. | |
4166 | * thread.c: Ditto. | |
4167 | * top.c: Ditto. | |
4168 | * tracepoint.c: Ditto. | |
4169 | * tracepoint.h: Ditto. | |
4170 | * ui-file.c: Ditto. | |
4171 | * ui-file.h: Ditto. | |
4172 | * ui-out.h: Ditto. | |
4173 | * user-regs.c: Ditto. | |
4174 | * user-regs.h: Ditto. | |
4175 | * utils.c: Ditto. | |
4176 | * valarith.c: Ditto. | |
4177 | * valops.c: Ditto. | |
4178 | * valprint.c: Ditto. | |
4179 | * valprint.h: Ditto. | |
4180 | * value.c: Ditto. | |
4181 | * varobj.c: Ditto. | |
4182 | * varobj.h: Ditto. | |
4183 | * vec.h: Ditto. | |
4184 | * xcoffread.c: Ditto. | |
4185 | * xcoffsolib.c: Ditto. | |
4186 | * xcoffsolib.h: Ditto. | |
4187 | * xml-syscall.c: Ditto. | |
4188 | * xml-tdesc.c: Ditto. | |
4189 | ||
9a2b4c1b MS |
4190 | 2011-01-05 Michael Snyder <[email protected]> |
4191 | ||
4192 | * cli/cli-cmds.c: Shorten lines of >= 80 columns. | |
4193 | * cli/cli-decode.c: Ditto. | |
4194 | * cli/cli-dump.c: Ditto. | |
4195 | * cli/cli-logging.c: Ditto. | |
4196 | * cli/cli-script.c: Ditto. | |
4197 | * cli/cli-setshow.c: Ditto. | |
4198 | * common/signals.c: Ditto. | |
4199 | * mi/mi-cmd-break.c: Ditto. | |
4200 | * mi/mi-cmd-disas.c: Ditto. | |
4201 | * mi/mi-cmd-stack.c: Ditto. | |
4202 | * mi/mi-cmd-var.c: Ditto. | |
4203 | * mi/mi-cmds.c: Ditto. | |
4204 | * mi/mi-common.h: Ditto. | |
4205 | * mi/mi-console.c: Ditto. | |
4206 | * mi/mi-interp.c: Ditto. | |
4207 | * mi/mi-main.c: Ditto. | |
4208 | * osf-share/cma_attr.c: Ditto. | |
4209 | * osf-share/cma_deb_core.h: Ditto. | |
4210 | * osf-share/cma_debug_client.h: Ditto. | |
4211 | * osf-share/cma_handle.h: Ditto. | |
4212 | * osf-share/cma_mutex.h: Ditto. | |
4213 | * osf-share/cma_stack_int.h: Ditto. | |
4214 | * osf-share/cma_tcb_defs.h: Ditto. | |
4215 | * python/py-auto-load.c: Ditto. | |
4216 | * python/py-breakpoint.c: Ditto. | |
4217 | * python/py-cmd.c: Ditto. | |
4218 | * python/py-frame.c: Ditto. | |
4219 | * python/py-objfile.c: Ditto. | |
4220 | * python/py-param.c: Ditto. | |
4221 | * python/py-progspace.c: Ditto. | |
4222 | * python/py-symbol.c: Ditto. | |
4223 | * python/py-value.c: Ditto. | |
4224 | * python/python-internal.h: Ditto. | |
4225 | * python/python.c: Ditto. | |
4226 | * tui/tui-data.c: Ditto. | |
4227 | * tui/tui-disasm.c: Ditto. | |
4228 | * tui/tui-hooks.c: Ditto. | |
4229 | * tui/tui-io.c: Ditto. | |
4230 | * tui/tui-layout.c: Ditto. | |
4231 | * tui/tui-regs.c: Ditto. | |
4232 | * tui/tui-source.c: Ditto. | |
4233 | * tui/tui-stack.c: Ditto. | |
4234 | * tui/tui-win.c: Ditto. | |
4235 | * tui/tui-windata.c: Ditto. | |
4236 | * tui/tui-winsource.c: Ditto. | |
4237 | ||
44944448 JB |
4238 | 2011-01-05 Joel Brobecker <[email protected]> |
4239 | ||
4240 | * configure.ac, gdb.1: Copyright year update. | |
4241 | ||
ebedcab5 JK |
4242 | 2011-01-03 Jan Kratochvil <[email protected]> |
4243 | ||
4244 | * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables | |
4245 | this_pc_in_block, morestack_msym and morestack_name. Check for | |
4246 | "__morestack" minimal symbol there. | |
4247 | ||
e5cc9f32 JB |
4248 | 2011-01-03 Joel Brobecker <[email protected]> |
4249 | ||
4250 | * symfile.c (find_sym_fns): Add call to dont_repeat. | |
4251 | ||
7b6bb8da JB |
4252 | 2011-01-01 Joel Brobecker <[email protected]> |
4253 | ||
4254 | Copyright year update in most files (performed by copyright.sh). | |
4255 | ||
71ce852c JB |
4256 | 2011-01-01 Joel Brobecker <[email protected]> |
4257 | ||
4258 | * top.c (print_gdb_version): Update copyright year in version output. | |
0e2de366 | 4259 | |
c3c1ebe8 | 4260 | For older changes see ChangeLog-2010. |
c906108c SS |
4261 | \f |
4262 | Local Variables: | |
4263 | mode: change-log | |
4264 | left-margin: 8 | |
4265 | fill-column: 74 | |
4266 | version-control: never | |
57da7796 | 4267 | coding: utf-8 |
c906108c | 4268 | End: |