]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/gdbserver/ChangeLog
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / gdbserver / ChangeLog
CommitLineData
3d40fbb5
PA
12015-08-24 Pedro Alves <palves@redhat.com>
2
3 * inferiors.c (get_first_process): New function.
4 * inferiors.h (get_first_process): New declaration.
5 * remote-utils.c (read_ptid): Default to the first process in the
6 list, instead of to the current thread's process.
7
438e1e42
PA
82015-08-24 Pedro Alves <palves@redhat.com>
9
10 * debug.c: Include gdb_sys_time.h instead of sys/time.h.
11 * event-loop.c: Likewise.
12 * remote-utils.c: Likewise.
13 * tracepoint.c: Likewise.
14
a8c6d4fc
PA
152015-08-24 Pedro Alves <palves@redhat.com>
16
17 * spu-low.c (spu_request_interrupt): Use lwpid_of instead of
18 ptid_get_lwp.
19
99b0bb12
PA
202015-08-21 Pedro Alves <palves@redhat.com>
21
22 * ax.c (gdb_eval_agent_expr): Return expr_eval_unhandled_opcode
23 instead of literal 1.
24
f8904751
PA
252015-08-21 Pedro Alves <palves@redhat.com>
26
27 * tdesc.c (default_description): Explicitly zero-initialize.
28
465a859e
PA
292015-08-21 Pedro Alves <palves@redhat.com>
30
31 PR gdb/18749
32 * inferiors.c (remove_thread): Discard any pending stop reply for
33 this thread.
34 * server.c (remove_all_on_match_pid): Rename to ...
35 (remove_all_on_match_ptid): ... this. Work with a filter ptid
36 instead of a pid.
37 (discard_queued_stop_replies): Change parameter to a ptid. Now
38 extern.
39 (handle_v_kill, kill_inferior_callback, captured_main)
40 (process_serial_event): Adjust.
41 * server.h (discard_queued_stop_replies): Declare.
42
f0db101d
PA
432015-08-21 Pedro Alves <palves@redhat.com>
44
45 * linux-low.c (wait_for_sigstop): Always switch to no thread
46 selected if the previously current thread dies.
47 * lynx-low.c (lynx_request_interrupt): Use the first thread's
48 process instead of the current thread's.
49 * remote-utils.c (input_interrupt): Don't check if there's no
50 current thread.
51 * server.c (gdb_read_memory, gdb_write_memory): If setting the
52 current thread to the general thread fails, error out.
53 (handle_qxfer_auxv, handle_qxfer_libraries)
54 (handle_qxfer_libraries_svr4, handle_qxfer_siginfo)
55 (handle_qxfer_spu, handle_qxfer_statictrace, handle_qxfer_fdpic)
56 (handle_query): Check if there's a thread selected instead of
57 checking whether there's any thread in the thread list.
58 (handle_qxfer_threads, handle_qxfer_btrace)
59 (handle_qxfer_btrace_conf): Don't error out early if there's no
60 thread in the thread list.
61 (handle_v_cont, myresume): Don't set the current thread to the
62 continue thread.
63 (process_serial_event) <Hg handling>: Also set thread_id if the
64 previous general thread is still alive.
65 (process_serial_event) <g/G handling>: If setting the current
66 thread to the general thread fails, error out.
67 * spu-low.c (spu_resume, spu_request_interrupt): Use the first
68 thread's lwp instead of the current thread's.
69 * target.c (set_desired_thread): If the desired thread was not
70 found, leave the current thread pointing to NULL. Return an int
71 (boolean) indicating success.
72 * target.h (set_desired_thread): Change return type to int.
73
40045d91
MF
742015-08-20 Max Filippov <jcmvbkbc@gmail.com>
75
76 * configure.srv (xtensa*-*-linux*): Add srv_linux_thread_db=yes.
77 * linux-xtensa-low.c (arch/xtensa.h gdb_proc_service.h): New
78 #includes.
79 (ps_get_thread_area): New function.
80
45face3b
GB
812015-08-19 Gary Benson <gbenson@redhat.com>
82
83 * hostio.c (handle_pread): Do not attempt to read more data
84 than hostio_reply_with_data can fit in a packet.
85
16d5f642
JB
862015-08-18 Joel Brobecker <brobecker@adacore.com>
87
88 * linux-aarch32-low.c (NT_ARM_VFP): Define if not already defined.
89
a738da3a
MF
902015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
91
92 * linux-low.c (get_r_debug): Handle DT_MIPS_RLD_MAP_REL.
93
33ebda9d
PA
942015-08-06 Pedro Alves <palves@redhat.com>
95
96 * tracepoint.c (expr_eval_result): Now an int.
97
a44892be
PA
982015-08-06 Pedro Alves <palves@redhat.com>
99
100 * gdbthread.h (struct regcache): Forward declare.
101 (struct thread_info) <regcache_data>: Now a struct regcache
102 pointer.
103 * inferiors.c (inferior_regcache_data)
104 (set_inferior_regcache_data): Now work with struct regcache
105 pointers.
106 * inferiors.h (struct regcache): Forward declare.
107 (inferior_regcache_data, set_inferior_regcache_data): Now work
108 with struct regcache pointers.
109 * regcache.c (get_thread_regcache, regcache_invalidate_thread)
110 (free_register_cache_thread): Remove struct regcache pointer
111 casts.
112
608a1e46
PA
1132015-08-06 Pedro Alves <palves@redhat.com>
114
115 * server.c (captured_main): On error, print the exception message
116 to stderr, and if run_once is set, throw a quit.
117
f0ce0d3a
PA
1182015-08-06 Pedro Alves <palves@redhat.com>
119
120 * linux-low.c (move_out_of_jump_pad_callback): Temporarily switch
121 the current thread.
122
bf47e248
PA
1232015-08-06 Pedro Alves <palves@redhat.com>
124
125 * linux-low.c (linux_write_memory): Rewrite debug output to avoid
126 reading beyond the passed in buffer length.
127
b6b9ffcc
PL
1282015-08-06 Pierre Langlois <pierre.langlois@arm.com>
129
130 * tracepoint.c (symbol_list) <required>: Remove.
131
863d01bd
PA
1322015-08-06 Pedro Alves <palves@redhat.com>
133
134 * linux-low.c (handle_extended_wait): Set the fork child's suspend
135 count if stopping and suspending threads.
136 (check_stopped_by_breakpoint): If stopped by trace, set the LWP's
137 stop reason to TARGET_STOPPED_BY_SINGLE_STEP.
138 (linux_detach): Complete an ongoing step-over.
139 (lwp_suspended_inc, lwp_suspended_decr): New functions. Use
140 throughout.
141 (resume_stopped_resumed_lwps): Don't resume a suspended thread.
142 (linux_wait_1): If passing a signal to the inferior after
143 finishing a step-over, unsuspend and re-resume all lwps. If we
144 see a single-step event but the thread should be continuing, don't
145 pass the trap to gdb.
146 (stuck_in_jump_pad_callback, move_out_of_jump_pad_callback): Use
147 internal_error instead of gdb_assert.
148 (enqueue_pending_signal): New function.
149 (check_ptrace_stopped_lwp_gone): Add debug output.
150 (start_step_over): Use internal_error instead of gdb_assert.
151 (complete_ongoing_step_over): New function.
152 (linux_resume_one_thread): Don't resume a suspended thread.
153 (proceed_one_lwp): If the LWP is stepping over a breakpoint, reset
154 it stepping.
155
00db26fa
PA
1562015-08-06 Pedro Alves <palves@redhat.com>
157
158 * linux-low.c (add_lwp): Set waitstatus to TARGET_WAITKIND_IGNORE.
159 (linux_thread_alive): Use lwp_is_marked_dead.
160 (extended_event_reported): Delete.
161 (linux_wait_1): Check if waitstatus is TARGET_WAITKIND_IGNORE
162 instead of extended_event_reported.
163 (mark_lwp_dead): Don't set the 'dead' flag. Store the waitstatus
164 as well.
165 (lwp_is_marked_dead): New function.
166 (lwp_running): Use lwp_is_marked_dead.
167 * linux-low.h: Delete 'dead' field, and update 'waitstatus's
168 comment.
169
ad071a30
PA
1702015-08-06 Pedro Alves <palves@redhat.com>
171
172 * linux-low.c (linux_wait_1): Move fork event output out of the
173 !report_to_gdb check. Pass event_child->waitstatus to
174 target_waitstatus_to_string instead of ourstatus.
175
524b57e6
YQ
1762015-08-04 Yao Qi <yao.qi@linaro.org>
177
178 * linux-aarch64-low.c (aarch64_supports_tracepoints): Return 0
179 if current_thread is 32 bit.
180
6085d6f6
YQ
1812015-08-04 Yao Qi <yao.qi@linaro.org>
182
183 * linux-aarch64-low.c (aarch64_supports_z_point_type): Return
184 0 for Z_PACKET_SW_BP if it may be used in multi-arch debugging.
185 * server.c (extended_protocol): Remove "static".
186 * server.h (extended_protocol): Declare it.
187
8a7e4587
YQ
1882015-08-04 Yao Qi <yao.qi@linaro.org>
189
190 * linux-aarch64-low.c (aarch64_get_pc): Get PC register on
191 both aarch64 and aarch32.
192 (aarch64_set_pc): Likewise.
193
3b53ae99
YQ
1942015-08-04 Yao Qi <yao.qi@linaro.org>
195
196 * configure.srv (case aarch64*-*-linux*): Append arm-with-neon.o
197 to srv_regobj and append arm-core.xml arm-vfpv3.xml and
198 arm-with-neon.xml to srv_xmlfiles.
199 * linux-aarch64-low.c: Include linux-aarch32-low.h.
200 (is_64bit_tdesc): New function.
201 (aarch64_linux_read_description): New function.
202 (aarch64_arch_setup): Call aarch64_linux_read_description.
203 (regs_info): Rename to regs_info_aarch64.
204 (aarch64_regs_info): Return right regs_info.
205 (initialize_low_arch): Call initialize_low_arch_aarch32.
206
bd9e6534
YQ
2072015-08-04 Yao Qi <yao.qi@linaro.org>
208
209 * configure.srv (srv_tgtobj): Add linux-aarch32-low.o.
210 * linux-aarch32-low.c: New file.
211 * linux-aarch32-low.h: New file.
212 * linux-arm-low.c (arm_fill_gregset): Move it to
213 linux-aarch32-low.c.
214 (arm_store_gregset): Likewise.
215 (arm_fill_vfpregset): Call arm_fill_vfpregset_num
216 (arm_store_vfpregset): Call arm_store_vfpregset_num.
217 (arm_arch_setup): Check if PTRACE_GETREGSET works.
218 (regs_info): Rename to regs_info_arm.
219 (arm_regs_info): Return regs_info_aarch32 if
220 have_ptrace_getregset is 1 and target description is
221 arm_with_neon or arm_with_vfpv3.
222 (initialize_low_arch): Don't call init_registers_arm_with_neon.
223 Call initialize_low_arch_aarch32 instead.
224
ded48a5e
YQ
2252015-08-04 Yao Qi <yao.qi@linaro.org>
226
227 * linux-x86-low.c (have_ptrace_getregset): Move it to ...
228 * linux-low.c: ... here.
229 * linux-low.h (have_ptrace_getregset): Declare it.
230
96e9210f
PA
2312015-08-04 Pedro Alves <palves@redhat.com>
232
233 * thread-db.c (struct thread_db): Use new typedefs.
234 (try_thread_db_load_1): Define local TDB_DLSYM macro and use it in
235 CHK calls.
236 (disable_thread_event_reporting): Cast result of dlsym to
237 destination function pointer type.
238 (thread_db_mourn): Use td_ta_delete_ftype.
239
af60a1ef
SL
2402015-08-03 Sandra Loosemore <sandra@codesourcery.com>
241
242 * linux-nios2-low.c (NIOS2_BREAKPOINT): Conditionalize for
243 arch variant.
244 (CDX_BREAKPOINT): Define for R2.
245 (nios2_breakpoint_at): Check for CDX_BREAKPOINT when R2.
246 (the_low_target): Add comments.
247
e8b41681
YQ
2482015-07-30 Yao Qi <yao.qi@linaro.org>
249
250 * linux-arm-low.c (arm_hwcap): Remove it.
251 (arm_read_description): New local variable arm_hwcap. Don't
252 set arm_hwcap to zero.
253
89abb039
YQ
2542015-07-30 Yao Qi <yao.qi@linaro.org>
255
256 * linux-arm-low.c (arm_fill_wmmxregset): Don't use arm_hwcap.
257 Use regcache->tdesc instead.
258 (arm_store_wmmxregset): Likewise.
259 (arm_fill_vfpregset): Likewise.
260 (arm_store_vfpregset): Likewise.
261
deca266c
YQ
2622015-07-30 Yao Qi <yao.qi@linaro.org>
263
264 * linux-arm-low.c: Include arch/arm.h.
265 (arm_fill_gregset): Don't use arm_num_regs and arm_regmap.
266 (arm_store_gregset): Likewise.
267
aa58a496
SM
2682015-07-29 Simon Marchi <simon.marchi@ericsson.com>
269
270 * linux-mips-low.c (mips_linux_prepare_to_resume): Add NULL as
271 ptrace's 4th parameter.
272
50904b25
YQ
2732015-07-27 Yao Qi <yao.qi@linaro.org>
274
275 * configure.srv (case aarch64*-*-linux*): Don't set
276 srv_linux_usrregs.
277
5826e159
PA
2782015-07-24 Pedro Alves <palves@redhat.c: Likewise.om>
279
280 * linux-aarch64-low.c: Include nat/gdb_ptrace.h instead of
281 sys/ptrace.h.
282 * linux-arm-low.c: Likewise.
283 * linux-cris-low.c: Likewise.
284 * linux-crisv32-low.c: Likewise.
285 * linux-low.c: Likewise.
286 * linux-m68k-low.c: Likewise.
287 * linux-mips-low.c: Likewise.
288 * linux-nios2-low.c: Likewise.
289 * linux-s390-low.c: Likewise.
290 * linux-sparc-low.c: Likewise.
291 * linux-tic6x-low.c: Likewise.
292 * linux-tile-low.c: Likewise.
293 * linux-x86-low.c: Likewise.
294
54019719
PA
2952015-07-24 Pedro Alves <palves@redhat.com>
296
297 * config.in: Regenerate.
298 * configure: Regenerate.
299
eb7aa561
PA
3002015-07-24 Pedro Alves <palves@redhat.com>
301
302 * acinclude.m4: Include ../ptrace.m4.
303 * configure.ac: Call GDB_AC_PTRACE.
304 * config.in, configure: Regenerate.
305
55d7b841
YQ
3062015-07-24 Yao Qi <yao.qi@linaro.org>
307
308 * linux-low.c (linux_create_inferior): Remove setting to
309 proc->priv->new_inferior.
310 (linux_attach): Likewise.
311 (linux_low_filter_event): Likewise.
312 * linux-low.h (struct process_info_private) <new_inferior>: Remove.
313
c06cbd92
YQ
3142015-07-24 Yao Qi <yao.qi@linaro.org>
315
316 * linux-low.c (linux_arch_setup): New function.
317 (linux_low_filter_event): If proc->tdesc is NULL and
318 proc->attached is true, call the_low_target.arch_setup.
319 Otherwise, keep status pending, and return.
320 (linux_resume_one_lwp_throw): Don't call get_pc if
321 thread->while_stepping isn't NULL. Don't call
322 get_thread_regcache if proc->tdesc is NULL.
323 (need_step_over_p): Return 0 if proc->tdesc is NULL.
324 (linux_target_ops): Install arch_setup.
325 * server.c (start_inferior): Call the_target->arch_setup.
326 * target.h (struct target_ops) <arch_setup>: New field.
327 (target_arch_setup): New marco.
328 * lynx-low.c (lynx_target_ops): Update.
329 * nto-low.c (nto_target_ops): Update.
330 * spu-low.c (spu_target_ops): Update.
331 * win32-low.c (win32_target_ops): Update.
332
5ae3ebba
YQ
3332015-07-24 Yao Qi <yao.qi@linaro.org>
334
335 * linux-low.c (linux_add_process): Don't set
336 proc->priv->new_inferior.
337 (linux_create_inferior): Set proc->priv->new_inferior to 1.
338 (linux_attach): Likewise.
339
eb97750b
YQ
3402015-07-24 Yao Qi <yao.qi@linaro.org>
341
342 * server.c (start_inferior): Code refactor.
343
51aee833
YQ
3442015-07-24 Yao Qi <yao.qi@linaro.org>
345
346 * server.c (process_serial_event): Set general_thread.
347
af1b22f3
YQ
3482015-07-21 Yao Qi <yao.qi@linaro.org>
349
350 * linux-aarch64-low.c (aarch64_arch_setup): Remove code and call
351 aarch64_linux_get_debug_reg_capacity.
352
554717a3
YQ
3532015-07-17 Yao Qi <yao.qi@linaro.org>
354
355 * Makefile.in (aarch64-linux-hw-point.o): New rule.
356 * configure.srv (srv_tgtobj): Append aarch64-linux-hw-point.o.
357 * linux-aarch64-low.c: Include nat/aarch64-linux-hw-point.h.
358 (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
359 (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
360 (AARCH64_HWP_ALIGNMENT): Likewise.
361 (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
362 (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
363 (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
364 (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
365 (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
366 (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
367 (struct aarch64_debug_reg_state): Likewise.
368 (struct arch_lwp_info): Likewise.
369 (aarch64_align_watchpoint): Likewise.
370 (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
371 (aarch64_watchpoint_length): Likewise.
372 (aarch64_point_encode_ctrl_reg): Likewise
373 (aarch64_point_is_aligned): Likewise.
374 (aarch64_align_watchpoint): Likewise.
375 (aarch64_linux_set_debug_regs):
376 (aarch64_dr_state_insert_one_point): Likewise.
377 (aarch64_dr_state_remove_one_point): Likewise.
378 (aarch64_handle_breakpoint): Likewise.
379 (aarch64_handle_aligned_watchpoint): Likewise.
380 (aarch64_handle_unaligned_watchpoint): Likewise.
381 (aarch64_handle_watchpoint): Likewise.
382
c67ca4de
YQ
3832015-07-17 Yao Qi <yao.qi@linaro.org>
384
385 * linux-aarch64-low.c (aarch64_handle_breakpoint): Add argument state
386 and don't aarch64_get_debug_reg_state. All callers update.
387 (aarch64_handle_aligned_watchpoint): Likewise.
388 (aarch64_handle_unaligned_watchpoint): Likewise.
389 (aarch64_handle_watchpoint): Likewise.
390 (aarch64_insert_point): Call aarch64_get_debug_reg_state earlier.
391 (aarch64_remove_point): Likewise.
392
25abf979
YQ
3932015-07-17 Yao Qi <yao.qi@linaro.org>
394
395 * linux-aarch64-low.c (aarch64_show_debug_reg_state): Use
396 debug_printf.
397 (aarch64_handle_unaligned_watchpoint): Likewise.
398
db1ff28b
JK
3992015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
400
401 Revert the previous 3 commits:
402 Move gdb_regex* to common/
403 Move linux_find_memory_regions_full & co.
404 gdbserver build-id attribute generator
405
700ca40f
JK
4062015-07-15 Aleksandar Ristovski <aristovski@qnx.com
407 Jan Kratochvil <jan.kratochvil@redhat.com>
408
409 gdbserver build-id attribute generator.
410 * linux-low.c (nat/linux-maps.h, search.h, rsp-low.h): Include.
411 (ElfXX_Ehdr, ElfXX_Phdr, ElfXX_Nhdr): New.
412 (ELFXX_FLD, ELFXX_SIZEOF, ELFXX_ROUNDUP, BUILD_ID_INVALID): New.
413 (find_phdr): New.
414 (get_dynamic): Use find_pdhr to traverse program headers.
415 (struct mapping_entry, mapping_entry_s, free_mapping_entry_vec)
416 (compare_mapping_entry_range, struct find_memory_region_callback_data)
417 (read_build_id, find_memory_region_callback, lrfind_mapping_entry)
418 (get_hex_build_id): New.
419 (linux_qxfer_libraries_svr4): Add optional build-id attribute
420 to reply XML document.
421
9904185c
JK
4222015-07-15 Aleksandar Ristovski <aristovski@qnx.com
423 Jan Kratochvil <jan.kratochvil@redhat.com>
424
425 * target.c: Include target/target-utils.h and fcntl.h.
426 (target_fileio_read_stralloc_1_pread, target_fileio_read_stralloc_1)
427 (target_fileio_read_stralloc): New functions.
428
6e5b4429
JK
4292015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
430
431 * Makefile.in (OBS): Add gdb_regex.o.
432 (gdb_regex.o): New.
433 * config.in: Rebuilt.
434 * configure: Rebuilt.
435
ddc98fbf
JK
4362015-07-15 Aleksandar Ristovski <aristovski@qnx.com
437 Jan Kratochvil <jan.kratochvil@redhat.com>
438
439 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
440 * Makefile.in (OBS): Add target-utils.o.
441 (linux-maps.o, target-utils.o): New.
442 * configure.srv (srv_linux_obj): Add linux-maps.o.
443
e57bb7a0
PL
4442015-07-15 Pierre Langlois <pierre.langlois@arm.com>
445
446 * linux-aarch64-low.c (aarch64_supports_range_stepping): New
447 function, return 1.
448 (the_low_target): Install it.
449
586b02a9
PA
4502015-07-14 Pedro Alves <palves@redhat.com>
451
452 * linux-low.c (kill_wait_lwp): Don't assert if waitpid fails.
453 Instead, ignore ECHILD, and throw an error for other errnos.
454
58c1b36c
PA
4552015-07-10 Pedro Alves <palves@redhat.com>
456
457 * event-loop.c (struct callback_event) <data>: Change type to
458 gdb_client_data instance instead of gdb_client_data pointer.
459 (append_callback_event): Adjust.
460
421530db
PL
4612015-07-10 Pierre Langlois <pierre.langlois@arm.com>
462
463 * linux-aarch64-low.c: Add comments for each linux_target_ops
464 method. Remove comments already covered in target_ops and
465 linux_target_ops definitions.
466 (the_low_target): Add comments for each unimplemented method.
467
c2d65f38
YQ
4682015-07-09 Yao Qi <yao.qi@linaro.org>
469
470 * linux-aarch64-low.c (aarch64_regmap): Remove.
471 (aarch64_usrregs_info): Remove.
472 (regs_info): Set field usrregs to NULL.
473
b20a6524
MM
4742015-07-02 Markus Metzger <markus.t.metzger@intel.com>
475
476 * linux-low.c: Include "rsp-low.h"
477 (linux_low_encode_pt_config, linux_low_encode_raw): New.
478 (linux_low_read_btrace): Support BTRACE_FORMAT_PT.
479 (linux_low_btrace_conf): Support BTRACE_FORMAT_PT.
480 (handle_btrace_enable_pt): New.
481 (handle_btrace_general_set): Support "pt".
482 (handle_btrace_conf_general_set): Support "pt:size".
483
96c97461
PL
4842015-06-29 Pierre Langlois <pierre.langlois@arm.com>
485
486 * linux-aarch64-low.c (aarch64_supports_z_point_type): Enable for
487 Z_PACKET_SW_BP.
488
37d66942
PL
4892015-06-29 Pierre Langlois <pierre.langlois@arm.com>
490
491 * linux-aarch64-low.c: Remove comment about endianness.
492 (aarch64_breakpoint): Change type to gdb_byte[]. Set to "brk #0".
493 (aarch64_breakpoint_at): Change type of insn to gdb_byte[]. Use
494 memcmp.
495
dc06243f
GB
4962015-06-24 Gary Benson <gbenson@redhat.com>
497
498 * linux-i386-ipa.c (stdint.h): Do not include.
499 * lynx-i386-low.c (stdint.h): Likewise.
500 * lynx-ppc-low.c (stdint.h): Likewise.
501 * mem-break.c (stdint.h): Likewise.
502 * thread-db.c (stdint.h): Likewise.
503 * tracepoint.c (stdint.h): Likewise.
504 * win32-low.c (stdint.h): Likewise.
505
124e13d9
SM
5062015-06-18 Simon Marchi <simon.marchi@ericsson.com>
507
508 * server.c (write_qxfer_response): Update call to
509 remote_escape_output.
510
909c2cda
JK
5112015-06-15 Aleksandar Ristovski <aristovski@qnx.com
512 Jan Kratochvil <jan.kratochvil@redhat.com>
513
514 Merge multiple hex conversions.
515 * gdbreplay.c (tohex): Rename to 'fromhex'.
516 (logchar): Use fromhex.
517
24c05f46
JK
5182015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
519
520 * server.c (handle_qxfer_libraries): Set `version' attribute for
521 <library-list>.
522
14d2069a
GB
5232015-06-10 Gary Benson <gbenson@redhat.com>
524
525 * target.h (struct target_ops) <multifs_open>: New field.
526 <multifs_unlink>: Likewise.
527 <multifs_readlink>: Likewise.
528 * linux-low.c (nat/linux-namespaces.h): New include.
529 (linux_target_ops): Initialize the_target->multifs_open,
530 the_target->multifs_unlink and the_target->multifs_readlink.
531 * hostio.h (hostio_handle_new_gdb_connection): New declaration.
532 * hostio.c (hostio_fs_pid): New static variable.
533 (hostio_handle_new_gdb_connection): New function.
534 (handle_setfs): Likewise.
535 (handle_open): Use the_target->multifs_open as appropriate.
536 (handle_unlink): Use the_target->multifs_unlink as appropriate.
537 (handle_readlink): Use the_target->multifs_readlink as
538 appropriate.
539 (handle_vFile): Handle vFile:setfs packets.
540 * server.c (handle_query): Call hostio_handle_new_gdb_connection
541 after target_handle_new_gdb_connection.
542
4b8b5e72
GB
5432015-06-10 Gary Benson <gbenson@redhat.com>
544
545 * configure.ac (AC_CHECK_FUNCS): Add setns.
546 * config.in: Regenerate.
547 * configure: Likewise.
548 * Makefile.in (SFILES): Add nat/linux-namespaces.c.
549 (linux-namespaces.o): New rule.
550 * configure.srv (srv_linux_obj): Add linux-namespaces.o.
551
3ac2e371
GB
5522015-06-09 Gary Benson <gbenson@redhat.com>
553
554 * hostio.c (handle_open): Process mode argument with
555 fileio_to_host_mode.
556
ca9b78ce
YQ
5572015-06-01 Yao Qi <yao.qi@linaro.org>
558
559 * linux-s390-low.c (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
560 * linux-x86-low.c: Likewise.
561
bfacd19d
DB
5622015-05-28 Don Breazeal <donb@codesourcery.com>
563
564 * linux-low.c (handle_extended_wait): Initialize
565 thread_info.last_resume_kind for new fork children.
566
452003ef
PA
5672015-05-15 Pedro Alves <palves@redhat.com>
568
569 * target.h (target_handle_new_gdb_connection): Rewrite using if
570 wrapped in do/while.
571
1041a03c
JB
5722015-05-14 Joel Brobecker <brobecker@adacore.com>
573
574 * configure.ac: Add prfpregset_t BFD_HAVE_SYS_PROCFS_TYPE check.
575 * configure, config.in: Regenerate.
576 * gdb_proc_service.h [HAVE_PRFPREGSET_T] (prfpregset_t):
577 Declare typedef.
578
c269dbdb
DB
5792015-05-12 Don Breazeal <donb@codesourcery.com>
580
581 * linux-low.c (handle_extended_wait): Handle PTRACE_EVENT_FORK and
582 PTRACE_EVENT_VFORK_DONE.
583 (linux_low_ptrace_options, extended_event_reported): Add vfork
584 events.
585 * remote-utils.c (prepare_resume_reply): New stop reasons "vfork"
586 and "vforkdone" for RSP 'T' Stop Reply Packet.
587 * server.h (report_vfork_events): Declare
588 global variable.
589
3a8a0396
DB
5902015-05-12 Don Breazeal <donb@codesourcery.com>
591
592 * linux-aarch64-low.c (aarch64_linux_new_fork): New function.
593 (the_low_target) <new_fork>: Initialize new member.
594 * linux-arm-low.c (arm_new_fork): New function.
595 (the_low_target) <new_fork>: Initialize new member.
596 * linux-low.c (handle_extended_wait): Call new target function
597 new_fork.
598 * linux-low.h (struct linux_target_ops) <new_fork>: New member.
599 * linux-mips-low.c (mips_add_watchpoint): New function
600 extracted from mips_insert_point.
601 (the_low_target) <new_fork>: Initialize new member.
602 (mips_linux_new_fork): New function.
603 (mips_insert_point): Call mips_add_watchpoint.
604 * linux-x86-low.c (x86_linux_new_fork): New function.
605 (the_low_target) <new_fork>: Initialize new member.
606
de0d863e
DB
6072015-05-12 Don Breazeal <donb@codesourcery.com>
608
609 * linux-low.c (handle_extended_wait): Implement return value,
610 rename argument 'event_child' to 'event_lwp', handle
611 PTRACE_EVENT_FORK, call internal_error for unrecognized event.
612 (linux_low_ptrace_options): New function.
613 (linux_low_filter_event): Call linux_low_ptrace_options,
614 use different argument fo linux_enable_event_reporting,
615 use return value from handle_extended_wait.
616 (extended_event_reported): New function.
617 (linux_wait_1): Call extended_event_reported and set
618 status to report fork events.
619 (linux_write_memory): Add pid to debug message.
620 (reset_lwp_ptrace_options_callback): New function.
621 (linux_handle_new_gdb_connection): New function.
622 (linux_target_ops): Initialize new structure member.
623 * linux-low.h (struct lwp_info) <waitstatus>: New member.
624 * lynx-low.c: Initialize new structure member.
625 * remote-utils.c (prepare_resume_reply): Implement stop reason
626 "fork" for "T" stop message.
627 * server.c (handle_query): Call handle_new_gdb_connection.
628 * server.h (report_fork_events): Declare global flag.
629 * target.h (struct target_ops) <handle_new_gdb_connection>:
630 New member.
631 (target_handle_new_gdb_connection): New macro.
632 * win32-low.c: Initialize new structure member.
633
ddcbc397
DB
6342015-05-12 Don Breazeal <donb@codesourcery.com>
635
636 * mem-break.c (APPEND_TO_LIST): Define macro.
637 (clone_agent_expr): New function.
638 (clone_one_breakpoint): New function.
639 (clone_all_breakpoints): New function.
640 * mem-break.h: Declare new functions.
641
89245bc0
DB
6422015-05-12 Don Breazeal <donb@codesourcery.com>
643
644 * linux-low.c (linux_supports_fork_events): New function.
645 (linux_supports_vfork_events): New function.
646 (linux_target_ops): Initialize new structure members.
647 (initialize_low): Call linux_check_ptrace_features.
648 * lynx-low.c (lynx_target_ops): Initialize new structure
649 members.
650 * server.c (report_fork_events, report_vfork_events):
651 New global flags.
652 (handle_query): Add new features to qSupported packet and
653 response.
654 (captured_main): Initialize new global variables.
655 * target.h (struct target_ops) <supports_fork_events>:
656 New member.
657 <supports_vfork_events>: New member.
658 (target_supports_fork_events): New macro.
659 (target_supports_vfork_events): New macro.
660 * win32-low.c (win32_target_ops): Initialize new structure
661 members.
662
835205d0
GB
6632015-05-12 Gary Benson <gbenson@redhat.com>
664
665 * server.c (handle_qxfer_exec_file): Use current process
666 if annex is empty.
667
21e94bd9
SL
6682015-05-08 Sandra Loosemore <sandra@codesourcery.com>
669
670 * linux-nios2-low.c: Include elf/common.h. Adjust comments.
671 Remove HAVE_PTRACE_GETREGS conditionals.
672 (nios2_regsets): Use PTRACE_GETREGSET and PTRACE_SETREGSET
673 instead of PTRACE_GETREGS and PTRACE_SETREGS.
674
45614f15
YQ
6752015-05-08 Yao Qi <yao.qi@linaro.org>
676
677 * linux-low.c (linux_supports_conditional_breakpoints): New
678 function.
679 (linux_target_ops): Install new target method.
680 * lynx-low.c (lynx_target_ops): Install NULL hook for
681 supports_conditional_breakpoints.
682 * nto-low.c (nto_target_ops): Likewise.
683 * spu-low.c (spu_target_ops): Likewise.
684 * win32-low.c (win32_target_ops): Likewise.
685 * server.c (handle_query): Check
686 target_supports_conditional_breakpoints.
687 * target.h (struct target_ops) <supports_conditional_breakpoints>:
688 New field.
689 (target_supports_conditional_breakpoints): New macro.
690
80ad801e
PA
6912015-05-06 Pedro Alves <palves@redhat.com>
692
693 PR server/18081
694 * server.c (start_inferior): If the process exits, mourn it.
695
819843c7
GB
6962015-04-21 Gary Benson <gbenson@redhat.com>
697
698 * hostio.c (fileio_open_flags_to_host): Factored out to
699 fileio_to_host_openflags in common/fileio.c. Single use
700 updated.
701
a2d5a9d7
MF
7022015-04-17 Max Filippov <jcmvbkbc@gmail.com>
703
704 * linux-xtensa-low.c (xtensa_fill_gregset)
705 (xtensa_store_gregset): Check XCHAL_HAVE_LOOPS instead of
706 XCHAL_HAVE_LOOP.
707
deb44829
MF
7082015-04-17 Max Filippov <jcmvbkbc@gmail.com>
709
710 * linux-xtensa-low.c (xtensa_usrregs_info): Remove.
711 (regs_info): Replace usrregs pointer with NULL.
712
e57f1de3
GB
7132015-04-17 Gary Benson <gbenson@redhat.com>
714
715 * target.h (struct target_ops) <pid_to_exec_file>: New field.
716 * linux-low.c (linux_target_ops): Initialize pid_to_exec_file.
717 * server.c (handle_qxfer_exec_file): New function.
718 (qxfer_packets): Add exec-file entry.
719 (handle_query): Report qXfer:exec-file:read as supported packet.
720
62828379
RN
7212015-04-14 Romain Naour <romain.naour@openwide.fr> (tiny change)
722
723 * linux-low.c (linux_read_offsets): Remove get_thread_lwp.
724
b88bb450
GB
7252015-04-09 Gary Benson <gbenson@redhat.com>
726
727 * hostio-errno.c (errno_to_fileio_error): Remove function.
728 Update caller to use remote_fileio_to_fio_error.
729
c8f4bfdd
YQ
7302015-04-09 Yao Qi <yao.qi@linaro.org>
731
732 * linux-low.c (linux_insert_point): Call
733 insert_memory_breakpoint if TYPE is raw_bkpt_type_sw.
734 (linux_remove_point): Call remove_memory_breakpoint if type is
735 raw_bkpt_type_sw.
736 * linux-x86-low.c (x86_insert_point): Don't call
737 insert_memory_breakpoint.
738 (x86_remove_point): Don't call remove_memory_breakpoint.
739
41f98f02
PA
7402015-04-01 Pedro Alves <palves@redhat.com>
741 Cleber Rosa <crosa@redhat.com>
742
743 * server.c (gdbserver_usage): Reorganize and extend the usage
744 message.
745
2bf6fb9d
PA
7462015-03-24 Pedro Alves <palves@redhat.com>
747
748 * linux-low.c (check_stopped_by_breakpoint): Tweak debug log
749 output. Also dump TRAP_TRACE.
750 (linux_low_filter_event): In debug output, distinguish a
751 resume_stop SIGSTOP from a delayed SIGSTOP.
752
369f6daa
GB
7532015-03-24 Gary Benson <gbenson@redhat.com>
754
755 * linux-x86-low.c (x86_linux_new_thread): Moved to
756 nat/x86-linux.c.
757 (x86_linux_prepare_to_resume): Likewise.
758
8e5d4070
GB
7592015-03-24 Gary Benson <gbenson@redhat.com>
760
761 * Makefile.in (x86-linux-dregs.o): New rule.
762 * configure.srv: Add x86-linux-dregs.o to relevant targets.
763 * linux-x86-low.c: Include nat/x86-linux-dregs.h.
764 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
765 (x86_linux_dr_get): Likewise.
766 (x86_linux_dr_set): Likewise.
767 (update_debug_registers_callback): Likewise.
768 (x86_linux_dr_set_addr): Likewise.
769 (x86_linux_dr_get_addr): Likewise.
770 (x86_linux_dr_set_control): Likewise.
771 (x86_linux_dr_get_control): Likewise.
772 (x86_linux_dr_get_status): Likewise.
773 (x86_linux_update_debug_registers): Likewise.
774
2b95d440
GB
7752015-03-24 Gary Benson <gbenson@redhat.com>
776
777 * linux-x86-low.c (x86_linux_update_debug_registers):
778 New function, factored out from...
779 (x86_linux_prepare_to_resume): ...this.
780
14b0bc68
GB
7812015-03-24 Gary Benson <gbenson@redhat.com>
782
783 * linux-x86-low.c (x86_linux_dr_get): Update comments.
784 (x86_linux_dr_set): Likewise.
785 (update_debug_registers_callback): Likewise.
786 (x86_linux_dr_set_addr): Likewise.
787 (x86_linux_dr_get_addr): Likewise.
788 (x86_linux_dr_set_control): Likewise.
789 (x86_linux_dr_get_control): Likewise.
790 (x86_linux_dr_get_status): Likewise.
791 (x86_linux_prepare_to_resume): Likewise.
792
5dfe6ca8
GB
7932015-03-24 Gary Benson <gbenson@redhat.com>
794
795 * linux-x86-low.c (x86_linux_dr_get): Add assertion.
796 Use perror_with_name. Pass string through gettext.
797 (x86_linux_dr_set): Likewise.
798
d33472ad
GB
7992015-03-24 Gary Benson <gbenson@redhat.com>
800
801 * linux-x86-low.c (x86_dr_low_set_addr): Rename to...
802 (x86_linux_dr_set_addr): ...this.
803 (x86_dr_low_get_addr): Rename to...
804 (x86_linux_dr_get_addr): ...this.
805 (x86_dr_low_set_control): Rename to...
806 (x86_linux_dr_set_control): ...this.
807 (x86_dr_low_get_control): Rename to...
808 (x86_linux_dr_get_control): ...this.
809 (x86_dr_low_get_status): Rename to...
810 (x86_linux_dr_get_status): ...this.
811 (x86_dr_low): Update with new function names.
812
4b134ca1
GB
8132015-03-24 Gary Benson <gbenson@redhat.com>
814
815 * Makefile.in (x86-linux.o): New rule.
816 * configure.srv: Add x86-linux.o to relevant targets.
817 * linux-low.c (lwp_set_arch_private_info): New function.
818 (lwp_arch_private_info): Likewise.
819 * linux-x86-low.c: Include nat/x86-linux.h.
820 (arch_lwp_info): Removed structure.
821 (update_debug_registers_callback):
822 Use lwp_set_debug_registers_changed.
823 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
824 and lwp_set_debug_registers_changed.
825 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
826
34c703da
GB
8272015-03-24 Gary Benson <gbenson@redhat.com>
828
829 * linux-low.h (linux_target_ops) <new_thread>: Changed signature.
830 * linux-arm-low.c (arm_new_thread): Likewise.
831 * linux-aarch64-low.c (aarch64_linux_new_thread): Likewise.
832 * linux-mips-low.c (mips_linux_new_thread): Likewise.
833 * linux-x86-low.c (x86_linux_new_thread): Likewise.
834 * linux-low.c (add_lwp): Update the_low_target.new_thread call.
835
cff068da
GB
8362015-03-24 Gary Benson <gbenson@redhat.com>
837
838 * linux-low.c (ptid_of_lwp): New function.
839 (lwp_is_stopped): Likewise.
840 (lwp_stop_reason): Likewise.
841 * linux-x86-low.c (update_debug_registers_callback):
842 Use lwp_is_stopped.
843 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
844 lwp_stop_reason.
845
b2f7c7e8
GB
8462015-03-24 Gary Benson <gbenson@redhat.com>
847
848 * linux-low.h (linux_stop_lwp): Remove declaration.
849
6d4ee8c6
GB
8502015-03-24 Gary Benson <gbenson@redhat.com>
851
852 * linux-low.h: Include nat/linux-nat.h.
853 * linux-low.c (iterate_over_lwps_args): New structure.
854 (iterate_over_lwps_filter): New function.
855 (iterate_over_lwps): Likewise.
856 * linux-x86-low.c (update_debug_registers_callback):
857 Update signature to what iterate_over_lwps expects.
858 Remove PID check that iterate_over_lwps now performs.
859 (x86_dr_low_set_addr): Use iterate_over_lwps.
860 (x86_dr_low_set_control): Likewise.
861
70a0bb6b
GB
8622015-03-24 Gary Benson <gbenson@redhat.com>
863
864 * linux-x86-low.c (x86_debug_reg_state): New function.
865 (x86_linux_prepare_to_resume): Use the above.
866
7b669087
GB
8672015-03-24 Gary Benson <gbenson@redhat.com>
868
869 * linux-low.c (current_lwp_ptid): New function.
870 * linux-x86-low.c: Include nat/linux-nat.h.
871 (x86_dr_low_get_addr): Use current_lwp_ptid.
872 (x86_dr_low_get_control): Likewise.
873 (x86_dr_low_get_status): Likewise.
874
eef49a3d
PA
8752015-03-20 Pedro Alves <palves@redhat.com>
876
877 * tracepoint.c (cmd_qtstatus): Make "str" const.
878
b2333d22
PA
8792015-03-20 Pedro Alves <palves@redhat.com>
880
881 * server.c (handle_general_set): Make "req_str" const.
882
23f238d3
PA
8832015-03-19 Pedro Alves <palves@redhat.com>
884
885 * linux-low.c (linux_resume_one_lwp): Rename to ...
886 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
887 instead call perror_with_name.
888 (check_ptrace_stopped_lwp_gone): New function.
889 (linux_resume_one_lwp): Reimplement as wrapper around
890 linux_resume_one_lwp_throw that swallows errors if the LWP is
891 gone.
892
91baf43f
PA
8932015-03-19 Pedro Alves <palves@redhat.com>
894
895 * linux-low.c (count_events_callback, select_event_lwp_callback):
896 No longer check whether the thread has resume_stop as last resume
897 kind.
898
8bf3b159
PA
8992015-03-19 Pedro Alves <palves@redhat.com>
900
901 * linux-low.c (count_events_callback, select_event_lwp_callback):
902 Use the lwp's status_pending_p field, not the thread's.
903
b90fc188
PA
9042015-03-19 Pedro Alves <palves@redhat.com>
905
906 * linux-low.c (select_event_lwp_callback): Update comments to
907 no longer mention SIGTRAP.
908
464b0089
GB
9092015-03-18 Gary Benson <gbenson@redhat.com>
910
911 * server.c (handle_query): Do not report vFile:fstat as supported.
912
aa9e327f
GB
9132015-03-11 Gary Benson <gbenson@redhat.com>
914
915 * hostio.c (sys/types.h): New include.
916 (sys/stat.h): Likewise.
917 (common-remote-fileio.h): Likewise.
918 (handle_fstat): New function.
919 (handle_vFile): Handle vFile:fstat packets.
aa9e327f 920
791c0056
GB
9212015-03-11 Gary Benson <gbenson@redhat.com>
922
923 * configure.ac (AC_CHECK_MEMBERS): Add checks for
924 struct stat.st_blocks and struct stat.st_blksize.
925 * configure: Regenerate.
926 * config.in: Likewise.
927 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
928 (OBS): Add common-remote-fileio.o.
929 (common-remote-fileio.o): New rule.
930
9a9df970
PA
9312015-03-09 Pedro Alves <palves@redhat.com>
932
933 * tracepoint.c (gdb_agent_helper_thread): Cast '&sockaddr' to
934 'struct sockaddr' pointer in 'accept' call.
935
9eb1356e
PA
9362015-03-09 Pedro Alves <palves@redhat.com>
937
938 Revert:
939 2015-03-07 Pedro Alves <palves@redhat.com>
940 * gdbreplay.c: No longer include <netinet/in.h>, <sys/socket.h>,
941 or <winsock2.h> here. Instead include "gdb_socket.h".
942 (remote_open): Use union gdb_sockaddr_u.
943 * remote-utils.c: No longer include <netinet/in.h>, <sys/socket.h>
944 or <winsock2.h> here. Instead include "gdb_socket.h".
945 (handle_accept_event, remote_prepare): Use union gdb_sockaddr_u.
946 * tracepoint.c: Include "gdb_socket.h" instead of <sys/socket.h>
947 or <sys/un.h>.
948 (init_named_socket, gdb_agent_helper_thread): Use union
949 gdb_sockaddr_u.
950
aac331e4
PA
9512015-03-07 Pedro Alves <palves@redhat.com>
952
953 * configure.ac (build_warnings): Move
954 -Wdeclaration-after-statement to the C-specific set.
955 * configure: Regenerate.
956
366c75fc
PA
9572015-03-07 Pedro Alves <palves@redhat.com>
958
959 * gdbreplay.c: No longer include <netinet/in.h>, <sys/socket.h>,
960 or <winsock2.h> here. Instead include "gdb_socket.h".
961 (remote_open): Use union gdb_sockaddr_u.
962 * remote-utils.c: No longer include <netinet/in.h>, <sys/socket.h>
963 or <winsock2.h> here. Instead include "gdb_socket.h".
964 (handle_accept_event, remote_prepare): Use union gdb_sockaddr_u.
965 * tracepoint.c: Include "gdb_socket.h" instead of <sys/socket.h>
966 or <sys/un.h>.
967 (init_named_socket, gdb_agent_helper_thread): Use union
968 gdb_sockaddr_u.
969
492d29ea
PA
9702015-03-07 Pedro Alves <palves@redhat.com>
971
972 Adjust all callers of TRY_CATCH to use TRY/CATCH/END_CATCH
973 instead.
974
60a191ed
YQ
9752015-03-06 Yao Qi <yao.qi@linaro.org>
976
977 * linux-aarch64-low.c (aarch64_insert_point): Use
978 show_debug_regs as a boolean.
979 (aarch64_remove_point): Likewise.
980
f5771b1d
PA
9812015-03-05 Pedro Alves <palves@redhat.com>
982
983 * lynx-low.c (lynx_target_ops): Install NULL hooks for
984 stopped_by_sw_breakpoint, supports_stopped_by_sw_breakpoint,
985 stopped_by_hw_breakpoint, supports_stopped_by_hw_breakpoint.
986 * nto-low.c (nto_target_ops): Likewise.
987 * spu-low.c (spu_target_ops): Likewise.
988 * win32-low.c (win32_target_ops): Likewise.
989
3e572f71
PA
9902015-03-04 Pedro Alves <palves@redhat.com>
991
72f4393d 992 * linux-low.c (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]:
3e572f71
PA
993 Decide whether a breakpoint triggered based on the SIGTRAP's
994 siginfo.si_code.
72f4393d
L
995 (thread_still_has_status_pending_p) [USE_SIGTRAP_SIGINFO]: Don't check whether a
996 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
3e572f71
PA
997 (linux_low_filter_event): Check for breakpoints before checking
998 watchpoints.
999 (linux_wait_1): Don't re-increment the PC if relying on SIGTRAP's
1000 siginfo.si_code.
72f4393d
L
1001 (linux_stopped_by_sw_breakpoint)
1002 (linux_supports_stopped_by_sw_breakpoint)
1003 (linux_stopped_by_hw_breakpoint)
1004 (linux_supports_stopped_by_hw_breakpoint): New functions.
1005 (linux_target_ops): Install new target methods.
3e572f71 1006
1ec68e26
PA
10072015-03-04 Pedro Alves <palves@redhat.com>
1008
1009 * remote-utils.c (prepare_resume_reply): Report swbreak/hbreak.
1010 * server.c (swbreak_feature, hwbreak_feature): New globals.
1011 (handle_query) <qSupported>: Handle "swbreak+" and "hwbreak+".
1012 (captured_main): Clear swbreak_feature and hwbreak_feature.
1013 * server.h (swbreak_feature, hwbreak_feature): Declare.
1014 * target.h (struct target_ops) <stopped_by_sw_breakpoint,
1015 supports_stopped_by_sw_breakpoint, stopped_by_hw_breakpoint,
1016 supports_stopped_by_hw_breakpoint>: New fields.
1017 (target_supports_stopped_by_sw_breakpoint)
1018 (target_stopped_by_sw_breakpoint)
1019 (target_supports_stopped_by_hw_breakpoint)
1020 (target_stopped_by_hw_breakpoint): Declare.
1021
15c66dd6
PA
10222015-03-04 Pedro Alves <palves@redhat.com>
1023
1024 enum lwp_stop_reason -> enum target_stop_reason
1025 * linux-low.c (check_stopped_by_breakpoint): Adjust.
1026 (thread_still_has_status_pending_p, check_stopped_by_watchpoint)
1027 (linux_wait_1, stuck_in_jump_pad_callback)
1028 (move_out_of_jump_pad_callback, linux_resume_one_lwp)
1029 (linux_stopped_by_watchpoint):
1030 * linux-low.h (enum lwp_stop_reason): Delete.
1031 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
1032 * linux-x86-low.c (x86_linux_prepare_to_resume): Adjust.
1033
98fc70d6
YQ
10342015-03-04 Yao Qi <yao.qi@linaro.org>
1035
1036 * Makefile.in (SFILES): Add linux-aarch64-low.c.
1037
dd2ac174
GB
10382015-03-03 Gary Benson <gbenson@redhat.com>
1039
1040 * hostio.c (handle_vFile): Fix prefix lengths.
1041
d68e53f4
MM
10422015-03-03 Markus Metzger <markus.t.metzger@intel.com>
1043
1044 * linux-low.c (linux_low_enable_btrace): Do not overwrite non-zero
1045 ptr_bits.
1046
bf2d68ab
AA
10472015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1048
1049 * Makefile.in (s390-vx-linux64.c, s390-tevx-linux64.c)
1050 (s390x-vx-linux64.c, s390x-tevx-linux64.c): New rules.
1051 (clean): Add "rm -f" for above C files.
1052 * configure.srv (srv_regobj): Add s390-vx-linux64.o,
1053 s390-tevx-linux64.o, s390x-vx-linux64.o, and s390x-tevx-linux64.o.
1054 (srv_xmlfiles): Add s390-vx-linux64.xml, s390-tevx-linux64.xml,
1055 s390x-vx-linux64.xml, s390x-tevx-linux64.xml, and s390-vx.xml.
1056 * linux-s390-low.c (HWCAP_S390_VX): New macro.
1057 (init_registers_s390_vx_linux64, init_registers_s390_tevx_linux64)
1058 (init_registers_s390x_vx_linux64)
1059 (init_registers_s390x_tevx_linux64)
1060 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
1061 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): New extern
1062 declarations.
1063 (s390_fill_vxrs_low, s390_store_vxrs_low, s390_fill_vxrs_high)
1064 (s390_store_vxrs_high): New functions.
1065 (s390_regsets): Add entries for NT_S390_VXRS_LOW and
1066 NT_S390_VXRS_HIGH.
1067 (s390_arch_setup): Add logic for selecting one of the new target
1068 descriptions. Activate the new vector regsets if applicable.
1069 (initialize_low_arch): Also invoke init_registers_s390_vx_linux64,
1070 init_registers_s390_tevx_linux64, init_registers_s390x_vx_linux64,
1071 and init_registers_s390x_tevx_linux64.
1072
c966a859
PA
10732015-03-01 Pedro Alves <palves@redhat.com>
1074
1075 * linux-i386-ipa.c (gdb_agent_get_raw_reg): Constify 'raw_regs'
1076 parameter.
1077
4180215b
PA
10782015-02-27 Pedro Alves <palves@redhat.com>
1079
1080 * linux-x86-low.c (u_debugreg_offset): New function.
1081 (x86_linux_dr_get, x86_linux_dr_set): Use it.
1082
749bab01
PA
10832015-02-27 Pedro Alves <palves@redhat.com>
1084
1085 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
1086 [!HAVE_PROC_SERVICE_H] (struct ps_prochandle): Forward declare.
1087 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
1088 ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
1089 (ps_lsetfpregs, ps_getpid)
1090 (ps_get_thread_area, ps_pglobal_lookup, ps_pstop, ps_pcontinue)
1091 (ps_lstop, ps_lcontinue, ps_lgetxregsize, ps_lgetxregs)
1092 (ps_lsetxregs, ps_plog): Declare.
1093
3c14e5a3
PA
10942015-02-27 Pedro Alves <palves@redhat.com>
1095
1096 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): Use
1097 IP_AGENT_EXPORT_FUNC.
1098 * linux-i386-ipa.c (gdb_agent_get_raw_reg): Use
1099 IP_AGENT_EXPORT_FUNC.
1100 * tracepoint.c (ATTR_USED, ATTR_NOINLINE, ATTR_CONSTRUCTOR)
1101 (IP_AGENT_EXPORT): Delete.
1102 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
1103 (gdb_trampoline_buffer, gdb_trampoline_buffer_end)
1104 (gdb_trampoline_buffer_error, collecting, gdb_collect)
1105 (stop_tracing, flush_trace_buffer, about_to_request_buffer_space)
1106 (trace_buffer_is_full, stopping_tracepoint, expr_eval_result)
1107 (error_tracepoint, tracepoints, tracing, trace_buffer_ctrl)
1108 (trace_buffer_ctrl_curr, trace_buffer_lo, trace_buffer_hi)
1109 (traceframe_read_count, traceframe_write_count)
1110 (traceframes_created, trace_state_variables, get_raw_reg)
1111 (get_trace_state_variable_value, set_trace_state_variable_value)
1112 (ust_loaded, helper_thread_id, cmd_buf): Use
1113 IPA_SYM_EXPORTED_NAME.
1114 (stop_tracing, flush_trace_buffer): Use IP_AGENT_EXPORT_FUNC.
1115 (tracepoints) Use IP_AGENT_EXPORT_VAR.
1116 (stopping_tracepoint, trace_buffer_is_full, expr_eval_result): Use
1117 IP_AGENT_EXPORT_VAR and wrap in EXTERN_C_PUSH/EXTERN_C_POP.
1118 (last_tracepoint): Move into !IN_PROCESS_AGENT block.
1119 (error_tracepoint): Use IP_AGENT_EXPORT_VAR and wrap in
1120 EXTERN_C_PUSH/EXTERN_C_POP.
1121 (trace_state_variables): Use IP_AGENT_EXPORT_VAR.
1122 (trace_buffer_lo, trace_buffer_hi): Use IP_AGENT_EXPORT_VAR and
1123 wrap in EXTERN_C_PUSH/EXTERN_C_POP.
1124 (trace_buffer_ctrl, trace_buffer_ctrl_curr)
1125 (traceframe_write_count, traceframe_read_count)
1126 (traceframes_created, tracing): Use IP_AGENT_EXPORT_VAR.
1127 (about_to_request_buffer_space, get_trace_state_variable_value)
1128 (set_trace_state_variable_value): Use IP_AGENT_EXPORT_FUNC.
1129 (collecting): Use IP_AGENT_EXPORT_VAR and wrap in
1130 EXTERN_C_PUSH/EXTERN_C_POP.
1131 (gdb_collect): Use IP_AGENT_EXPORT_FUNC.
1132 (ust_loaded, cmd_buf): Use IP_AGENT_EXPORT_VAR.
1133 (helper_thread_id, gdb_agent_capability): Use IP_AGENT_EXPORT_VAR
1134 and wrap in EXTERN_C_PUSH/EXTERN_C_POP.
1135 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
1136 (gdb_trampoline_buffer, gdb_trampoline_buffer_end)
1137 (gdb_trampoline_buffer_error): Use IP_AGENT_EXPORT_VAR.
1138 * tracepoint.h (ATTR_USED, ATTR_NOINLINE, EXPORTED_SYMBOL):
1139 Define.
1140 (IP_AGENT_EXPORT_FUNC, IP_AGENT_EXPORT_VAR)
1141 (IP_AGENT_EXPORT_VAR_DECL): Define.
1142 (tracing): Declare.
1143 (gdb_agent_get_raw_reg): Declare.
1144
fe978cb0
PA
11452015-02-27 Tom Tromey <tromey@redhat.com>
1146 Pedro Alves <palves@redhat.com>
1147
1148 Rename symbols whose names are reserved C++ keywords throughout.
1149
3bc3d82a
PA
11502015-02-27 Pedro Alves <palves@redhat.com>
1151
1152 * Makefile.in (COMPILER): New, get it from autoconf.
1153 (CXX): Get from autoconf instead.
1154 (COMPILE.pre): Use COMPILER.
1155 (CC-LD): Rename to ...
1156 (CC_LD): ... this. Use COMPILER.
1157 (gdbserver$(EXEEXT), gdbreplay$(EXEEXT), $(IPA_LIB)): Adjust.
1158 (CXX_FOR_TARGET): Default to g++ instead of gcc.
1159 * acinclude.m4: Include build-with-cxx.m4.
1160 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
1161 Disable -Werror by default if building in C++ mode.
1162 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
1163 -Wno-narrowing in C++ mode. Run supported-warning-flags tests with
1164 the C++ compiler. Save/restore CXXFLAGS too.
1165 * configure: Regenerate.
1166
07697489
PA
11672015-02-27 Pedro Alves <palves@redhat.com>
1168
1169 * acinclude.m4: Include libiberty.m4.
1170 * configure.ac: Call libiberty_INIT.
1171 * config.in, configure: Regenerate.
1172
9beb7c4e
PA
11732015-02-26 Pedro Alves <palves@redhat.com>
1174
1175 * linux-low.c (linux_wait_1): When incrementing the PC past a
1176 program breakpoint always use the_low_target.breakpoint_len as
1177 increment, rather than the maximum between that and
1178 the_low_target.decr_pc_after_break.
1179
8090aef2
PA
11802015-02-23 Pedro Alves <palves@redhat.com>
1181
1182 * linux-low.c (check_stopped_by_breakpoint): Don't check if the
1183 thread was doing a step-over; always adjust the PC if
1184 we stepped over a permanent breakpoint.
1185 (linux_wait_1): If we stepped over breakpoint that was on top of a
1186 permanent breakpoint, manually advance the PC past it.
1187
bc9540e8
PA
11882015-02-23 Pedro Alves <palves@redhat.com>
1189
1190 * linux-x86-low.c (REGSIZE): Define in both 32-bit and 64-bit
1191 modes.
1192 (x86_fill_gregset, x86_store_gregset): Use it when handling
1193 $orig_eax.
1194
2db9a427
PA
11952015-02-20 Pedro Alves <palves@redhat.com>
1196
1197 * thread-db.c: Include "nat/linux-procfs.h".
1198 (thread_db_init): Skip listing new threads if the kernel supports
1199 PTRACE_EVENT_CLONE and /proc/PID/task/ is accessible.
1200
afa8d396
PA
12012015-02-20 Pedro Alves <palves@redhat.com>
1202
1203 * linux-low.c (status_pending_p_callback): Use ptid_match.
1204
c9587f88
AT
12052015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1206
1207 PR breakpoints/16812
1208 * linux-low.c (wstatus_maybe_breakpoint): Remove.
1209 (linux_low_filter_event): Update wstatus_maybe_breakpoint name.
1210 (linux_wait_1): Report SIGTRAP,SIGILL,SIGSEGV.
1211
b05ec7a5
AT
12122015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1213
1214 PR breakpoints/15956
1215 * tracepoint.c (cmd_qtinit): Add check for current_thread.
1216
d33501a5
MM
12172015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1218
1219 * linux-low.c (linux_low_btrace_conf): Print size.
1220 * server.c (handle_btrace_conf_general_set): New.
1221 (hanle_general_set): Call handle_btrace_conf_general_set.
1222 (handle_query): Report Qbtrace-conf:bts:size as supported.
1223
f4abbc16
MM
12242015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1225
1226 * linux-low.c (linux_low_enable_btrace): Update parameters.
1227 (linux_low_btrace_conf): New.
1228 (linux_target_ops)<to_btrace_conf>: Initialize.
1229 * server.c (current_btrace_conf): New.
1230 (handle_btrace_enable): Rename to ...
1231 (handle_btrace_enable_bts): ... this. Pass &current_btrace_conf
1232 to target_enable_btrace. Update comment. Update users.
1233 (handle_qxfer_btrace_conf): New.
1234 (qxfer_packets): Add btrace-conf entry.
1235 (handle_query): Report qXfer:btrace-conf:read as supported packet.
1236 * target.h (target_ops)<enable_btrace>: Update parameters and comment.
1237 (target_ops)<read_btrace_conf>: New.
1238 (target_enable_btrace): Update parameters.
1239 (target_read_btrace_conf): New.
1240
043c3577
MM
12412015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1242
1243 * server.c (handle_btrace_general_set): Remove call to
1244 target_supports_btrace.
1245 (supported_btrace_packets): New.
1246 (handle_query): Call supported_btrace_packets.
1247 * target.h: include btrace-common.h.
1248 (btrace_target_info): Removed.
1249 (supports_btrace, target_supports_btrace): Update parameters.
1250
734b0e4b
MM
12512015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1252
1253 * Makefile.in (SFILES): Add common/btrace-common.c.
1254 (OBS): Add common/btrace-common.o.
1255 (btrace-common.o): Add build rules.
1256 * linux-low: Include btrace-common.h.
1257 (linux_low_read_btrace): Use struct btrace_data. Call
1258 btrace_data_init and btrace_data_fini.
1259
d6c146e9
PA
12602015-02-06 Pedro Alves <palves@redhat.com>
1261
1262 * thread-db.c (find_new_threads_callback): Add debug output.
1263
20ba1ce6
PA
12642015-02-04 Pedro Alves <palves@redhat.com>
1265
1266 * linux-low.c (handle_extended_wait): Don't resume LWPs here.
1267 (resume_stopped_resumed_lwps): New function.
1268 (linux_wait_for_event_filtered): Use it.
1269
8cc73a39
SDJ
12702015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
1271
1272 * Makefile.in (SFILES): Add linux-personality.c.
1273 (linux-personality.o): New rule.
1274 * configure.srv (srv_linux_obj): Add linux-personality.o to the
1275 list of objects to be built.
1276 * linux-low.c: Include nat/linux-personality.h.
1277 (linux_create_inferior): Remove code to disable address space
1278 randomization (moved to ../nat/linux-personality.c). Create
1279 cleanup to disable address space randomization.
1280
fb23d554
SDJ
12812015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
1282
1283 * Makefile.in (posix-strerror.o): New rule.
1284 (mingw-strerror.o): Likewise.
1285 * configure: Regenerated.
1286 * configure.ac: Source file ../common/common.host. Initialize new
1287 variable srv_host_obs. Add srv_host_obs to GDBSERVER_DEPFILES.
1288
cdf43629
YQ
12892015-01-14 Yao Qi <yao@codesourcery.com>
1290
1291 * Makefile.in (SFILES): Add nat/ppc-linux.c.
1292 (ppc-linux.o): New rule.
1293 * configure.srv (powerpc*-*-linux*): Add ppc-linux.o.
1294 * configure.ac: AC_CHECK_FUNCS(getauxval).
1295 * config.in: Re-generated.
1296 * configure: Re-generated.
1297 * linux-ppc-low.c (ppc_arch_setup) [__powerpc64__]: Call
1298 ppc64_64bit_inferior_p
1299
514c5338
YQ
13002015-01-14 Yao Qi <yao@codesourcery.com>
1301
1302 * linux-ppc-low.c: Include "nat/ppc-linux.h".
1303 (PPC_FEATURE_HAS_VSX): Move to nat/ppc-linux.h.
1304 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Likewise.
1305 (PT_ORIG_R3, PT_TRAP): Likewise.
1306 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
1307 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
1308 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
1309
3368c1e5
JB
13102015-01-10 Joel Brobecker <brobecker@adacore.com>
1311
1312 * i387-fp.c (i387_cache_to_xsave): In look over
1313 num_avx512_zmmh_high_registers, replace use of struct i387_xsave
1314 zmmh_low_space field by use of zmmh_high_space.
1315
582511be
PA
13162015-01-09 Pedro Alves <palves@redhat.com>
1317
1318 * linux-low.c (step_over_bkpt): Move higher up in the file.
1319 (handle_extended_wait): Don't store the stop_pc here.
1320 (get_stop_pc): Adjust comments and rename to ...
1321 (check_stopped_by_breakpoint): ... this. Record whether the LWP
1322 stopped for a software breakpoint or hardware breakpoint.
1323 (thread_still_has_status_pending_p): New function.
1324 (status_pending_p_callback): Use
1325 thread_still_has_status_pending_p. If the event is no longer
1326 interesting, resume the LWP.
1327 (handle_tracepoints): Add assert.
1328 (maybe_move_out_of_jump_pad): Remove cancel_breakpoints call.
1329 (wstatus_maybe_breakpoint): New function.
1330 (cancel_breakpoint): Delete function.
1331 (check_stopped_by_watchpoint): New function, factored out from
1332 linux_low_filter_event.
1333 (lp_status_maybe_breakpoint): Delete function.
1334 (linux_low_filter_event): Remove filter_ptid argument.
1335 Leave thread group exits pending here. Store the LWP's stop PC.
1336 Always leave events pending.
1337 (linux_wait_for_event_filtered): Pull all events out of the
1338 kernel, and leave them all pending.
1339 (count_events_callback, select_event_lwp_callback): Consider all
1340 events.
1341 (cancel_breakpoints_callback, linux_cancel_breakpoints): Delete.
1342 (select_event_lwp): Only give preference to the stepping LWP in
1343 all-stop mode. Adjust comments.
1344 (ignore_event): New function.
1345 (linux_wait_1): Delete 'retry' label. Use ignore_event. Remove
1346 references to cancel_breakpoints. Adjust to renames. Also give
1347 equal priority to all LWPs that have had events in non-stop mode.
1348 If reporting a software breakpoint event, unadjust the LWP's PC.
1349 (linux_wait): If linux_wait_1 returned an ignored event, retry.
1350 (stuck_in_jump_pad_callback, move_out_of_jump_pad_callback):
1351 Adjust.
1352 (linux_resume_one_lwp): Store the LWP's PC. Adjust.
1353 (resume_status_pending_p): Use thread_still_has_status_pending_p.
1354 (linux_stopped_by_watchpoint): Adjust.
1355 (linux_target_ops): Remove reference to linux_cancel_breakpoints.
1356 * linux-low.h (enum lwp_stop_reason): New.
1357 (struct lwp_info) <stop_pc>: Adjust comment.
1358 <stopped_by_watchpoint>: Delete field.
1359 <stop_reason>: New field.
1360 * linux-x86-low.c (x86_linux_prepare_to_resume): Adjust.
1361 * mem-break.c (software_breakpoint_inserted_here)
1362 (hardware_breakpoint_inserted_here): New function.
1363 * mem-break.h (software_breakpoint_inserted_here)
1364 (hardware_breakpoint_inserted_here): Declare.
1365 * target.h (struct target_ops) <cancel_breakpoints>: Remove field.
1366 (cancel_breakpoints): Delete.
1367 * tracepoint.c (clear_installed_tracepoints, stop_tracing)
1368 (upload_fast_traceframes): Remove references to
1369 cancel_breakpoints.
1370
a33e3959
PA
13712015-01-09 Pedro Alves <palves@redhat.com>
1372
1373 * thread-db.c (find_new_threads_callback): Ignore thread if the
1374 kernel thread ID is -1.
1375
8784d563
PA
13762015-01-09 Pedro Alves <palves@redhat.com>
1377
1378 * linux-low.c (linux_attach_fail_reason_string): Move to
1379 nat/linux-ptrace.c, and rename.
1380 (linux_attach_lwp): Update comment.
1381 (attach_proc_task_lwp_callback): New function.
1382 (linux_attach): Adjust to rename and use
1383 linux_proc_attach_tgid_threads.
1384 (linux_attach_fail_reason_string): Delete declaration.
1385
76f2b779
JB
13862015-01-01 Joel Brobecker <brobecker@adacore.com>
1387
1388 * gdbreplay.c (gdbreplay_version): Update copyright year to 2015.
1389 * server.c (gdbserver_version): Likewise.
1390
fafcc06a
SDJ
13912014-12-29 Sergio Durigan Junior <sergiodj@redhat.com>
1392
1393 * remote-utils.c: Include ctype.h.
1394 (input_interrupt): Explicitly handle the case when the char
1395 received is the NUL byte. Improve the printing of non-ASCII
1396 characters.
1397
beed38b8
JB
13982014-12-16 Joel Brobecker <brobecker@adacore.com>
1399
1400 * linux-low.c (linux_low_filter_event): Update call to
1401 linux_enable_event_reporting following the addition of
1402 a new parameter to that function.
1403
bf330350
CU
14042014-12-16 Catalin Udma <catalin.udma@freescale.com>
1405
1406 PR server/17457
1407 * linux-aarch64-low.c (AARCH64_FPSR_REGNO): New define.
1408 (AARCH64_FPCR_REGNO): Likewise.
1409 (AARCH64_NUM_REGS): Update to include fpsr/fpcr registers.
1410 (aarch64_fill_fpregset): Add missing fpsr/fpcr registers.
1411 (aarch64_store_fpregset): Likewise.
1412
5227d625
JB
14132014-12-15 Joel Brobecker <brobecker@adacore.com>
1414
1415 * lynx-low.c (lynx_resume): Use PTRACE_SINGLESTEP_ONE if N == 1.
1416 Remove FIXME comment about assumption about N.
1417
f93b65a0
JB
14182014-12-13 Joel Brobecker <brobecker@adacore.com>
1419
1420 * configure.ac: If large-file support is disabled in GDBserver,
1421 pass --disable-largefile to ACX_CONFIGURE_DIR call for "gnulib".
1422 * configure: Regenerate.
1423
e5a9158d
AA
14242014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1425
1426 * linux-low.c (regsets_fetch_inferior_registers): Suppress the
1427 warning upon ENODATA from ptrace.
1428 * linux-s390-low.c (s390_store_tdb): New.
1429 (s390_regsets): Add regset for NT_S390_TDB.
1430
feea5f36
AA
14312014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1432
1433 * linux-low.c (regsets_store_inferior_registers): Skip regsets
1434 without a fill_function.
1435 * linux-s390-low.c (s390_fill_last_break): Remove.
1436 (s390_regsets): Set fill_function to NULL for NT_S390_LAST_BREAK.
1437 (s390_arch_setup): Use regset's size instead of fill_function for
1438 loop end condition.
1439
098dbe61
AA
14402014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1441
1442 * linux-low.c (regsets_fetch_inferior_registers): Do not invoke
1443 the regset's store function when ptrace returned an error.
1444 * regcache.c (get_thread_regcache): Invalidate register cache
1445 before fetching inferior's registers.
1446
28eef672
AA
14472014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1448
1449 * linux-low.c (regsets_fetch_inferior_registers): Rephrase
1450 while-loop as for-loop.
1451 (regsets_store_inferior_registers): Likewise.
1452
bdca27a2
YQ
14532014-11-28 Yao Qi <yao@codesourcery.com>
1454
1455 * configure.ac(AC_CHECK_FUNCS): Remove readlink.
1456 * config.in, configure: Re-generate.
1457 * hostio.c (handle_unlink): Remove code checking HAVE_READLINK
1458 is defined.
1459
9c232dda
YQ
14602014-11-21 Yao Qi <yao@codesourcery.com>
1461
1462 * configure.ac: Don't invoke AC_FUNC_ALLOCA.
1463 (AC_CHECK_HEADERS): Remove malloc.h.
1464 * configure: Re-generated.
1465 * config.in: Re-generated.
1466 * server.h: Don't include alloca.h and malloc.h.
1467 * gdbreplay.c: Don't check HAVE_ALLOCA_H is defined.
1468 Don't include malloc.h.
1469
43968415
JB
14702014-11-17 Joel Brobecker <brobecker@adacore.com>
1471
1472 * lynx-low.c (lynx_write_memory): Put lynx_read_memory and
1473 corresponding ERRNO check in same block.
1474
40e91bc7
PA
14752014-11-12 Pedro Alves <palves@redhat.com>
1476
1477 * server.c (cont_thread): Update comment.
1478 (start_inferior, attach_inferior): No longer clear cont_thread.
1479 (handle_v_cont): No longer set cont_thread.
1480 (captured_main): Clear cont_thread each time a GDB connects.
1481
c2c118cf
PA
14822014-11-12 Pedro Alves <palves@redhat.com>
1483
1484 * linux-low.c (linux_wait_1): Don't force a wait for the Hc
1485 thread, and don't resume all threads if the Hc thread has exited.
1486
78708b7c
PA
14872014-11-12 Pedro Alves <palves@redhat.com>
1488
1489 * linux-low.c (linux_request_interrupt): Always send a SIGINT to
1490 the process group instead of to a specific LWP.
1491
a2abc7de
PA
14922014-10-15 Pedro Alves <palves@redhat.com>
1493
1494 PR server/17487
1495 * win32-arm-low.c (arm_set_thread_context): Remove current_event
1496 parameter.
1497 (arm_set_thread_context): Delete.
1498 (the_low_target): Adjust.
1499 * win32-i386-low.c (debug_registers_changed)
1500 (debug_registers_used): Delete.
1501 (update_debug_registers_callback): New function.
1502 (x86_dr_low_set_addr, x86_dr_low_set_control): Mark all threads as
1503 needing to update their debug registers.
1504 (win32_get_current_dr): New function.
1505 (x86_dr_low_get_addr, x86_dr_low_get_control)
1506 (x86_dr_low_get_status): Fetch the debug register from the thread
1507 record's context.
1508 (i386_initial_stuff): Adjust.
1509 (i386_get_thread_context): Remove current_event parameter. Don't
1510 clear debug_registers_changed nor copy DR values to
1511 debug_reg_state.
1512 (i386_set_thread_context): Delete.
1513 (i386_prepare_to_resume): New function.
1514 (i386_thread_added): Mark the thread as needing to update irs
1515 debug registers.
1516 (the_low_target): Remove i386_set_thread_context and install
1517 i386_prepare_to_resume.
1518 * win32-low.c (win32_get_thread_context): Adjust.
1519 (win32_set_thread_context): Use SetThreadContext
1520 directly.
1521 (win32_prepare_to_resume): New function.
1522 (win32_require_context): New function, factored out from ...
1523 (thread_rec): ... this.
1524 (continue_one_thread): Call win32_prepare_to_resume on each thread
1525 we're about to continue.
1526 (win32_resume): Call win32_prepare_to_resume on the event thread.
1527 * win32-low.h (struct win32_thread_info)
1528 <debug_registers_changed>: New field.
1529 (struct win32_target_ops): Change prototype of set_thread_context,
1530 delete set_thread_context and add prepare_to_resume.
1531 (win32_require_context): New declaration.
1532
a442d071
GB
15332014-10-08 Gary Benson <gbenson@redhat.com>
1534
1535 * server.h: Do not include common-exceptions.h.
1536
6f1947e8
GB
15372014-10-08 Gary Benson <gbenson@redhat.com>
1538
1539 * server.h: Do not include cleanups.h.
1540
63b434a4
JH
15412014-09-30 James Hogan <james.hogan@imgtec.com>
1542
1543 * Makefile.in (clean): Add rm -f commands for mips-dsp-linux.c and
1544 mips64-dsp-linux.c.
1545
c4d9ceb6
YQ
15462014-09-23 Yao Qi <yao@codesourcery.com>
1547
1548 * linux-low.c (lp_status_maybe_breakpoint): New function.
1549 (linux_low_filter_event): Call lp_status_maybe_breakpoint.
1550 (count_events_callback): Likewise.
1551 (select_event_lwp_callback): Likewise.
1552 (cancel_breakpoints_callback): Likewise.
1553
89a5711c
DB
15542014-09-19 Don Breazeal <donb@codesourcery.com>
1555
1556 * linux-low.c (handle_extended_wait): Call
1557 linux_ptrace_get_extended_event.
1558 (get_stop_pc, get_detach_signal, linux_low_filter_event): Call
1559 linux_is_extended_waitstatus.
1560
bffc0964
JB
15612014-09-16 Joel Brobecker <brobecker@adacore.com>
1562
1563 * Makefile.in (CPPFLAGS): Define.
1564 (INTERNAL_CFLAGS_BASE): Add ${CPPFLAGS}.
1565 (IPAGENT_CFLAGS): Remove ${CPPFLAGS}.
1566
0bfdf32f
GB
15672014-09-16 Gary Benson <gbenson@redhat.com>
1568
1569 * inferiors.h (current_inferior): Renamed as...
1570 (current_thread): New variable. All uses updated.
1571 * linux-low.c (get_pc): Renamed saved_inferior as saved_thread.
1572 (maybe_move_out_of_jump_pad): Likewise.
1573 (cancel_breakpoint): Likewise.
1574 (linux_low_filter_event): Likewise.
1575 (wait_for_sigstop): Likewise.
1576 (linux_resume_one_lwp): Likewise.
1577 (need_step_over_p): Likewise.
1578 (start_step_over): Likewise.
1579 (linux_stabilize_threads): Renamed save_inferior as saved_thread.
1580 * linux-x86-low.c (x86_linux_update_xmltarget): Likewise.
1581 * proc-service.c (ps_lgetregs): Renamed reg_inferior as reg_thread
1582 and save_inferior as saved_thread.
1583 * regcache.c (get_thread_regcache): Renamed saved_inferior as
1584 saved_thread.
1585 (regcache_invalidate_thread): Likewise.
1586 * remote-utils.c (prepare_resume_reply): Likewise.
1587 * thread-db.c (thread_db_get_tls_address): Likewise.
1588 (disable_thread_event_reporting): Likewise.
1589 (remove_thread_event_breakpoints): Likewise.
1590 * tracepoint.c (gdb_agent_about_to_close): Renamed save_inferior
1591 as saved_thread.
1592 * target.h (set_desired_inferior): Renamed as...
1593 (set_desired_thread): New declaration. All uses updated.
1594 * server.c (myresume): Updated comment to reference thread instead
1595 of inferior.
1596 (handle_serial_event): Likewise.
1597 (handle_target_event): Likewise.
1598
361c8ade
GB
15992014-09-12 Tom Tromey <tromey@redhat.com>
1600 Gary Benson <gbenson@redhat.com>
1601
1602 * regcache.h: Include common-regcache.h.
1603 (regcache_read_pc): Don't declare.
1604 * regcache.c (get_thread_regcache_for_ptid): New function.
1605
bd9269f7
GB
16062014-09-11 Tom Tromey <tromey@redhat.com>
1607 Gary Benson <gbenson@redhat.com>
1608
1609 * symbol.c: New file.
1610 * Makefile.in (SFILES): Add symbol.c.
1611 (OBS): Add symbol.o.
1612
f8c1d06b
GB
16132014-09-11 Gary Benson <gbenson@redhat.com>
1614
1615 * target.c (target_stop_ptid, target_continue_ptid): New
1616 functions.
1617
721ec300
GB
16182014-09-11 Tom Tromey <tromey@redhat.com>
1619 Gary Benson <gbenson@redhat.com>
1620
1621 * target.h: Include target/target.h.
1622 * target.c (target_read_memory, target_read_uint32)
1623 (target_write_memory): New functions.
1624
c5e92cca
GB
16252014-09-11 Gary Benson <gbenson@redhat.com>
1626
1627 * server.h (debug_hw_points): Don't declare.
1628 * server.c (debug_hw_points): Don't define. Replace all uses
1629 with show_debug_regs.
1630 * linux-aarch64-low.c (debug_hw_points): Don't define. Replace
1631 all uses with show_debug_regs.
1632
2e4bb98a
EBM
16332014-09-08 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1634
1635 * linux-ppc-low.c (ppc_collect_ptrace_register): Adjust routine to take
1636 endianness into account.
1637 (ppc_supply_ptrace_register): Likewise.
1638
ac740bc7
JH
16392014-09-03 James Hogan <james.hogan@imgtec.com>
1640
1641 * linux-mips-low.c (mips_read_description): Reset errno to 0 prior
1642 to reading DSP_CONTROL with PTRACE_PEEKUSER ptrace call.
1643
97ea6506
GB
16442014-09-03 Gary Benson <gbenson@redhat.com>
1645
1646 * linux-x86-low.c (x86_linux_prepare_to_resume): Use
1647 ALL_DEBUG_ADDRESS_REGISTERS.
1648
df7e5265
GB
16492014-09-02 Gary Benson <gbenson@redhat.com>
1650
1651 * i386-low.h: Renamed as...
1652 * x86-low.h: New file. All type, function and variable name
1653 prefixes changed from "i386_" to "x86_". All references updated.
1654 * i386-low.c: Renamed as...
1655 * x86-low.c: New file. All type, function and variable name
1656 prefixes changed from "i386_" to "x86_". All references updated.
1657
ed859da7
GB
16582014-09-02 Gary Benson <gbenson@redhat.com>
1659
1660 * linux-x86-low.c (x86_linux_new_process): Use XCNEW.
1661 (x86_linux_new_thread): Likewise.
1662
860789c7
GB
16632014-08-29 Gary Benson <gbenson@redhat.com>
1664
1665 * server.h (setjmp.h): Do not include.
1666 (toplevel): Do not declare.
1667 (common-exceptions.h): Include.
1668 (cleanups.h): Likewise.
1669 * server.c (toplevel): Do not define.
1670 (exit_code): New static global.
1671 (detach_or_kill_for_exit_cleanup): New function.
1672 (main): New function. Original main renamed to...
1673 (captured_main): New function.
1674 * utils.c (verror) [!IN_PROCESS_AGENT]: Use throw_verror.
1675
ff55e1b5
GB
16762014-08-29 Gary Benson <gbenson@redhat.com>
1677
1678 * Makefile.in (SFILES): Add common/common-exceptions.c.
1679 (OBS): Add common-exceptions.o.
1680 (common-exceptions.o): New rule.
1681 * utils.c (prepare_to_throw_exception): New function.
1682
e9bcb658
GB
16832014-08-29 Gary Benson <gbenson@redhat.com>
1684
1685 * config.in: Regenerate.
1686 * configure: Likewise.
1687
e3180625
GB
16882014-08-29 Gary Benson <gbenson@redhat.com>
1689
1690 * Makefile.in (SFILES): Add common/cleanups.c.
1691 (OBS): cleanups.o.
1692 (cleanups.o): New rule.
1693
e3d6ba5d
GB
16942014-08-29 Gary Benson <gbenson@redhat.com>
1695
1696 * utils.c (internal_vwarning): New function.
1697
7096e886
GB
16982014-08-28 Gary Benson <gbenson@redhat.com>
1699
1700 * utils.h (fatal): Remove declaration.
1701 * utils.c (fatal): Remove function.
1702
14ce3192
GB
17032014-08-28 Gary Benson <gbenson@redhat.com>
1704
1705 * tracepoint.c (gdb_agent_init): Replace fatal with
1706 perror_with_name.
1707 (initialize_tracepoint): Likewise.
1708
50278d59
GB
17092014-08-28 Gary Benson <gbenson@redhat.com>
1710
1711 * remote-utils.c (remote_prepare): Replace fatal with error.
1712
aa96c426
GB
17132014-08-28 Gary Benson <gbenson@redhat.com>
1714
1715 * linux-low.c (linux_async): Replace fatal with warning.
1716 Tidy up and return.
1717 (linux_start_non_stop): Return -1 if linux_async failed.
1718
f7160e97
GB
17192014-08-28 Gary Benson <gbenson@redhat.com>
1720
1721 * linux-x86-low.c (i386_dr_low_set_addr): Replace check with
1722 gdb_assert.
1723 (i386_dr_low_get_addr): Remove vague comment.
1724 * win32-i386-low.c (i386_dr_low_set_addr): Replace check with
1725 gdb_assert.
1726
38e08fca
GB
17272014-08-28 Gary Benson <gbenson@redhat.com>
1728
1729 * inferiors.c (get_thread_process): Replace check with gdb_assert.
1730 * linux-low.c (linux_wait_for_event_filtered): Replace fatal with
1731 internal_error.
1732 (linux_resume_one_lwp): Likewise.
1733 * linux-x86-low.c (x86_siginfo_fixup): Replace checks with
1734 gdb_assert.
1735 * mem-break.c (raw_bkpt_type_to_target_hw_bp_type): Replace fatal
1736 with internal_error.
1737 * regcache.c (get_thread_regcache): Replace check with gdb_assert.
1738 (init_register_cache): Replace fatal with gdb_assert_not_reached.
1739 (find_register_by_name): Replace fatal with internal_error.
1740 (find_regno): Likewise.
1741 * tdesc.c (init_target_desc): Replace check with gdb_assert.
1742 * thread-db.c (thread_db_create_event): Likewise.
1743 (thread_db_load_search): Likewise.
1744 (try_thread_db_load_1): Likewise.
1745 * tracepoint.c (get_jump_space_head): Replace fatal with
1746 internal_error.
1747 (claim_trampoline_space): Likewise.
1748 (have_fast_tracepoint_trampoline_buffer): Likewise.
1749 (cmd_qtstart): Likewise.
1750 (stop_tracing): Likewise.
1751 (fast_tracepoint_collecting): Likewise.
1752 (target_malloc): Likewise.
1753 (download_tracepoint): Likewise.
1754 (download_trace_state_variables): Replace check with gdb_assert.
1755 (upload_fast_traceframes): Replace fatal with internal_error.
1756
34abf635
GB
17572014-08-19 Tom Tromey <tromey@redhat.com>
1758 Gary Benson <gbenson@redhat.com>
1759
1760 * Makefile.in (SFILES): Add common/common-debug.c.
1761 (OBS): Add common-debug.o.
1762 (common-debug.o): New rule.
1763 * debug.h (debug_printf): Don't declare.
1764 * debug.c (debug_printf): Renamed and rewritten as...
1765 (debug_vprintf): New function.
1766
f6e94d78
GB
17672014-08-19 Gary Benson <gbenson@redhat.com>
1768
1769 * utils.h: Do not include print-utils.h.
1770
9239eeab
GB
17712014-08-19 Tom Tromey <tromey@redhat.com>
1772 Gary Benson <gbenson@redhat.com>
1773
1774 * server.h: Add static assertion.
1775 (gdb_byte, CORE_ADDR, LONGEST, ULONGEST): Remove.
1776
ef87c8bb
GB
17772014-08-19 Tom Tromey <tromey@redhat.com>
1778 Gary Benson <gbenson@redhat.com>
1779
1780 * Makefile.in (SFILES): Add common/errors.c.
1781 (OBS): Add errors.o.
1782 (IPA_OBS): Add errors-ipa.o.
1783 (errors.o): New rule.
1784 (errors-ipa.o): Likewise.
1785 * utils.h (perror_with_name, error, warning): Don't declare.
1786 * utils.c (warning): Renamed and rewritten as...
1787 (vwarning): New function.
1788 (error): Renamed and rewritten as...
1789 (verror): New function.
1790 (internal_error): Renamed and rewritten as...
1791 (internal_verror): New function.
1792
bb974a24
GB
17932014-08-07 Gary Benson <gbenson@redhat.com>
1794
1795 * configure.ac (AC_CHECK_HEADERS): Remove errno.h.
1796 * configure: Regenerate.
1797 * config.in: Likewise.
1798 * server.h: Do not include errno.h.
1799 * event-loop.c: Likewise.
1800 * hostio-errno.c: Likewise.
1801 * linux-low.c: Likewise.
1802 * remote-utils.c: Likewise.
1803 * spu-low.c: Likewise.
1804 * utils.c: Likewise.
1805 * gdbreplay.c: Unconditionally include errno.h.
1806
6d3d12eb
GB
18072014-08-07 Gary Benson <gbenson@redhat.com>
1808
1809 * server.h: Do not include string.h.
1810 * event-loop.c: Likewise.
1811 * linux-low.c: Likewise.
1812 * regcache.c: Likewise.
1813 * remote-utils.c: Likewise.
1814 * spu-low.c: Likewise.
1815 * utils.c: Likewise.
1816
dccbb609
GB
18172014-08-07 Gary Benson <gbenson@redhat.com>
1818
1819 * server.h: Do not include gdb_assert.h.
1820
e76df0d0
GB
18212014-08-07 Gary Benson <gbenson@redhat.com>
1822
1823 * server.h: Do not include common-utils.h.
1824
4cb9c816
GB
18252014-08-07 Gary Benson <gbenson@redhat.com>
1826
1827 * server.h: Do not include ptid.h.
1828 * notif.h: Likewise.
1829
3995eeee
GB
18302014-08-07 Gary Benson <gbenson@redhat.com>
1831
1832 * server.h: Do not include gdb_locale.h.
1833
cb9f1a9b
GB
18342014-08-07 Gary Benson <gbenson@redhat.com>
1835
1836 * server.h: Do not include gdb/signals.h.
1837 * win32-low.c: Likewise.
1838
a5fceff8
GB
18392014-08-07 Gary Benson <gbenson@redhat.com>
1840
1841 * server.h: Do not include pathmax.h.
1842
b9391142
GB
18432014-08-07 Gary Benson <gbenson@redhat.com>
1844
1845 * server.h: Do not include libiberty.h.
1846 * linux-bfin-low.c: Likewise.
1847
0e443c87
GB
18482014-08-07 Gary Benson <gbenson@redhat.com>
1849
1850 * server.h: Do not include ansidecl.h.
1851
8ebb3f56
GB
18522014-08-07 Gary Benson <gbenson@redhat.com>
1853
1854 * linux-x86-low.c: Do not include stddef.h.
1855 * lynx-ppc-low.c: Likewise.
1856 * tracepoint.c: Likewise.
1857
8980bdf6
GB
18582014-08-07 Gary Benson <gbenson@redhat.com>
1859
1860 * server.h: Do not include stdarg.h.
1861 * nto-low.c: Likewise.
1862
d7096f71
GB
18632014-08-07 Gary Benson <gbenson@redhat.com>
1864
1865 * server.h: Do not include stdlib.h.
1866 * inferiors.c: Likewise.
1867 * linux-low.c: Likewise.
1868 * regcache.c: Likewise.
1869 * spu-low.c: Likewise.
1870 * tracepoint.c: Likewise.
1871 * utils.c: Likewise.
1872
d02f550d
GB
18732014-08-07 Gary Benson <gbenson@redhat.com>
1874
1875 * server.h: Do not include stdio.h.
1876 * linux-low.c: Likewise.
1877 * remote-utils.c: Likewise.
1878 * spu-low.c: Likewise.
1879 * utils.c: Likewise.
1880 * wincecompat.c: Likewise.
1881
87f6c4e3
GB
18822014-08-06 Gary Benson <gbenson@redhat.com>
1883
1884 * regcache.c (init_register_cache): Move conditionals inside if.
1885
7089dca4
GB
18862014-08-06 Gary Benson <gbenson@redhat.com>
1887
1888 * linux-low.c (linux_supports_non_stop): Use target_is_async_p.
1889
462f517e
GB
18902014-07-31 Gary Benson <gbenson@redhat.com>
1891
1892 * ax.h: Do not include server.h.
1893 * gdbthread.h: Likewise.
1894 * lynx-low.h: Likewise.
1895 * notif.h: Likewise.
1896
976411d6
GB
18972014-07-30 Gary Benson <gbenson@redhat.com>
1898
1899 * server.h: Include common-defs.h.
1900 Do not include config.h or build-gnulib-gdbserver/config.h.
1901
d41f6d8e
GB
19022014-07-30 Gary Benson <gbenson@redhat.com>
1903
1904 * hostio-errno.c: Move server.h to top of includes list.
1905 * inferiors.c: Likewise.
1906 * linux-x86-low.c: Likewise.
1907 * notif.c: Include server.h.
1908
314c6a35
TT
19092014-07-24 Tom Tromey <tromey@redhat.com>
1910 Gary Benson <gbenson@redhat.com>
1911
1912 * server.h (CORE_ADDR): Now unsigned.
1913
69ff6be5
PA
19142014-07-16 Pedro Alves <palves@redhat.com>
1915
1916 * linux-low.c (linux_kill_one_lwp): Use kill_lwp, not kill.
1917
ce9e3fe7
PA
19182014-07-15 Pedro Alves <palves@redhat.com>
1919
1920 * linux-low.c (linux_kill_one_lwp): Save errno and work with saved
1921 copy.
1922
e76126e8
PA
19232014-07-11 Pedro Alves <palves@redhat.com>
1924
1925 * linux-low.c (kill_wait_lwp): New function, based on
1926 kill_one_lwp_callback, but use my_waitpid directly.
1927 (kill_one_lwp_callback, linux_kill): Use it.
1928
8e9db26e
PA
19292014-06-23 Pedro Alves <palves@redhat.com>
1930
1931 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR_CONTROL
1932 before setting DR0..DR3.
1933
698b3e08
GB
19342014-06-20 Gary Benson <gbenson@redhat.com>
1935
1936 * configure.ac (AC_REPLACE_FUNCS) <vasprintf, vsnprintf>: Removed.
1937 * configure: Regenerated.
1938 * config.in: Likewise.
1939
125f8a3d
GB
19402014-06-20 Gary Benson <gbenson@redhat.com>
1941
1942 * Makefile.in (SFILES): Update locations for files moved
1943 from common to nat.
1944 (object file files): Reordered.
1945
42995dbd
GB
19462014-06-20 Gary Benson <gbenson@redhat.com>
1947
1948 * i386-low.h (i386_dr_low_can_set_addr): Removed.
1949 (i386_dr_low_set_addr): Likewise.
1950 (i386_dr_low_get_addr): Likewise.
1951 (i386_dr_low_can_set_control): Likewise.
1952 (i386_dr_low_set_control): Likewise.
1953 (i386_dr_low_get_control): Likewise.
1954 (i386_dr_low_get_status): Likewise.
1955 (i386_get_debug_register_length): Likewise.
1956 * linux-x86-low.c (i386_dr_low_set_addr):
1957 Changed signature. Made static.
1958 (i386_dr_low_get_addr): Likewise.
1959 (i386_dr_low_set_control): Likewise.
1960 (i386_dr_low_get_control): Likewise.
1961 (i386_dr_low_get_status): Likewise.
1962 (i386_dr_low): New global variable.
1963 * win32-i386-low.c (i386_dr_low_set_addr):
1964 Changed signature. Made static.
1965 (i386_dr_low_get_addr): Likewise.
1966 (i386_dr_low_set_control): Likewise.
1967 (i386_dr_low_get_control): Likewise.
1968 (i386_dr_low_get_status): Likewise.
1969 (i386_dr_low): New global variable.
1970
e1d2394b
MS
19712014-06-20 Marcus Shawcroft <marcus.shawcroft@arm.com>
1972
1973 * configure.ac: Invoke. AC_CHECK_TOOL(AR, ar).
1974 * Makefile.in (AR, AR_FLAGS): Define.
1975 * configure: Regenerate.
1976
3a8ee006
GB
19772014-06-19 Gary Benson <gbenson@redhat.com>
1978
1979 * Makefile.in (i386-dregs.o): New rule.
1980 * configure.srv: Add i386-dregs.o to all targets using i386-low.o.
1981 * i386-low.c (target.h): Remove include.
1982 (TARGET_HAS_DR_LEN_8): Now in i386-dregs.c.
1983 (DR_CONTROL_SHIFT): Likewise.
1984 (DR_CONTROL_SIZE): Likewise.
1985 (DR_RW_EXECUTE): Likewise.
1986 (DR_RW_WRITE): Likewise.
1987 (DR_RW_READ): Likewise.
1988 (DR_RW_IORW): Likewise.
1989 (DR_LEN_1): Likewise.
1990 (DR_LEN_2): Likewise.
1991 (DR_LEN_4): Likewise.
1992 (DR_LEN_8): Likewise.
1993 (DR_LOCAL_ENABLE_SHIFT): Likewise.
1994 (DR_GLOBAL_ENABLE_SHIFT): Likewise.
1995 (DR_ENABLE_SIZE): Likewise.
1996 (DR_LOCAL_SLOWDOWN): Likewise.
1997 (DR_GLOBAL_SLOWDOWN): Likewise.
1998 (DR_CONTROL_RESERVED): Likewise.
1999 (I386_DR_CONTROL_MASK): Likewise.
2000 (I386_DR_VACANT): Likewise.
2001 (I386_DR_LOCAL_ENABLE): Likewise.
2002 (I386_DR_GLOBAL_ENABLE): Likewise.
2003 (I386_DR_DISABLE): Likewise.
2004 (I386_DR_SET_RW_LEN): Likewise.
2005 (I386_DR_GET_RW_LEN): Likewise.
2006 (I386_DR_WATCH_HIT): Likewise.
2007 (i386_wp_op_t): Likewise.
2008 (i386_show_dr): Likewise.
2009 (i386_length_and_rw_bits): Likewise.
2010 (i386_insert_aligned_watchpoint): Likewise.
2011 (i386_remove_aligned_watchpoint): Likewise.
2012 (i386_handle_nonaligned_watchpoint): Likewise.
2013 i386_update_inferior_debug_regs(): Likewise.
2014 (i386_dr_insert_watchpoint): Likewise.
2015 (i386_dr_remove_watchpoint): Likewise.
2016 (i386_dr_region_ok_for_watchpoint): Likewise.
2017 (i386_dr_stopped_data_address): Likewise.
2018 (i386_dr_stopped_by_watchpoint): Likewise.
2019
8f26655c
GB
20202014-06-19 Gary Benson <gbenson@redhat.com>
2021
2022 * i386-low.c (i386_dr_show): Renamed to
2023 i386_show_dr and made static. All uses updated.
2024 (i386_dr_length_and_rw_bits): Renamed to
2025 i386_length_and_rw_bits and made static.
2026 All uses updated.
2027 (i386_dr_insert_aligned_watchpoint): Renamed to
2028 i386_insert_aligned_watchpoint and made static.
2029 All uses updated.
2030 (i386_dr_remove_aligned_watchpoint): Renamed to
2031 i386_remove_aligned_watchpoint and made static.
2032 All uses updated.
2033 (i386_dr_update_inferior_debug_regs): Renamed to
2034 i386_update_inferior_debug_regs and made static.
2035 All uses updated.
2036
b9228891
GB
20372014-06-18 Gary Benson <gbenson@redhat.com>
2038
5171def3
GB
2039 * i386-low.h (i386_dr_low_can_set_addr): New macro.
2040 (i386_dr_low_can_set_control): Likewise.
2041 (i386_get_debug_register_length): Likewise.
2042 * i386-low.c (i386_dr_low_can_set_addr): Now in i386-low.h.
2043 (i386_dr_low_can_set_control): Likewise.
2044 (i386_get_debug_register_length): Likewise.
2045
20462014-06-17 Gary Benson <gbenson@redhat.com>
2047
b9228891
GB
2048 * i386-low.h (i386-dregs.h): New include.
2049 (DR_FIRSTADDR): Now in i386-dregs.h.
2050 (DR_LASTADDR): Likewise.
2051 (DR_NADDR): Likewise.
2052 (DR_STATUS): Likewise.
2053 (DR_CONTROL): Likewise.
2054 (i386_debug_reg_state): Likewise.
2055 (i386_dr_insert_watchpoint): Likewise.
2056 (i386_dr_remove_watchpoint): Likewise.
2057 (i386_dr_region_ok_for_watchpoint): Likewise.
2058 (i386_dr_stopped_data_address): Likewise.
2059 (i386_dr_stopped_by_watchpoint): Likewise.
2060 * i386-low.c (ALL_DEBUG_REGISTERS): Likewise.
2061
4be83cc2
GB
20622014-06-18 Gary Benson <gbenson@redhat.com>
2063
2064 * i386-low.h (i386_low_insert_watchpoint): Renamed to
2065 i386_dr_insert_watchpoint.
2066 (i386_low_remove_watchpoint): Renamed to
2067 i386_dr_remove_watchpoint.
2068 (i386_low_region_ok_for_watchpoint): Renamed to
2069 i386_dr_region_ok_for_watchpoint.
2070 (i386_low_stopped_data_address): Renamed to
2071 i386_dr_stopped_data_address.
2072 (i386_low_stopped_by_watchpoint): Renamed to
2073 i386_dr_stopped_by_watchpoint.
2074 * i386-low.c (i386_show_dr): Renamed to
2075 i386_dr_show and made nonstatic. All uses updated.
2076 (i386_length_and_rw_bits): Renamed to
2077 i386_dr_length_and_rw_bits and made nonstatic.
2078 All uses updated.
2079 (i386_insert_aligned_watchpoint): Renamed to
2080 i386_dr_insert_aligned_watchpoint and made nonstatic.
2081 All uses updated.
2082 (i386_remove_aligned_watchpoint): Renamed to
2083 i386_dr_remove_aligned_watchpoint and made nonstatic.
2084 All uses updated.
2085 (i386_update_inferior_debug_regs): Renamed to
2086 i386_dr_update_inferior_debug_regs and made nonstatic.
2087 All uses updated.
2088 (i386_low_insert_watchpoint): Renamed to
2089 i386_dr_insert_watchpoint. All uses updated.
2090 (i386_low_remove_watchpoint): Renamed to
2091 i386_dr_remove_watchpoint. All uses updated.
2092 (i386_low_region_ok_for_watchpoint): Renamed to
2093 i386_dr_region_ok_for_watchpoint. All uses updated.
2094 (i386_low_stopped_data_address): Renamed to
2095 i386_dr_stopped_data_address. All uses updated.
2096 (i386_low_stopped_by_watchpoint): Renamed to
2097 i386_dr_stopped_by_watchpoint. All uses updated.
2098
131aa0d4
GB
20992014-06-18 Gary Benson <gbenson@redhat.com>
2100
2101 * i386-low.c (i386_dr_low_can_set_addr): New macro.
2102 (i386_dr_low_can_set_control): Likewise.
2103 (i386_insert_aligned_watchpoint): New check.
2104
d9305f7f
GB
21052014-06-18 Gary Benson <gbenson@redhat.com>
2106
2107 * i386-low.c (i386_update_inferior_debug_regs) <inf_state>:
2108 Renamed to state.
2109
e927c9fc
GB
21102014-06-18 Gary Benson <gbenson@redhat.com>
2111
2112 * i386-low.c (i386_length_and_rw_bits): Use internal_error
2113 instead of fatal and error.
2114 (i386_handle_nonaligned_watchpoint): Likewise.
2115
1b6d4134
GB
21162014-06-18 Gary Benson <gbenson@redhat.com>
2117
2118 * i386-low.c (i386_get_debug_register_length): New macro.
2119 (TARGET_HAS_DR_LEN_8): Remove conditional. Use above macro.
2120 (i386_show_dr): Use debug_printf instead of fprintf. Use
2121 phex to format values.
2122
6e62758f
GB
21232014-06-18 Gary Benson <gbenson@redhat.com>
2124
2125 * i386-low.h: Comment changes.
2126 * i386-low.c: Likewise.
2127
fc6e2f03
GB
21282014-06-18 Gary Benson <gbenson@redhat.com>
2129
2130 * i386-low.c: Whitespace changes.
2131
f9d1eeed
TT
21322014-06-12 Tom Tromey <tromey@redhat.com>
2133
2134 * utils.c (freeargv): Remove.
2135
0b04e523
TT
21362014-06-12 Tom Tromey <tromey@redhat.com>
2137
2138 * debug.c (debug_printf): Remove HAVE_GETTIMEOFDAY checks.
2139 * server.c (monitor_show_help): Remove HAVE_GETTIMEOFDAY check.
2140 (parse_debug_format_options): Likewise.
2141 (gdbserver_usage): Likewise.
2142 * Makefile.in (LIBIBERTY_BUILDDIR, LIBIBERTY): New variables.
2143 (SUBDIRS, REQUIRED_SUBDIRS): Add libiberty.
2144 (gdbserver$(EXEEXT), gdbreplay$(EXEEXT)): Depend on and link
2145 against libiberty.
2146 ($(LIBGNU)): Depend on libiberty.
2147 (all-lib): Recurse into all subdirs.
2148 (install-only): Invoke "install" target in subdirs.
2149 (vasprintf.o, vsnprintf.o, safe-ctype.o, lbasename.o): Remove
2150 targets.
2151 * configure: Rebuild.
2152 * configure.ac: Add ACX_CONFIGURE_DIR for libiberty. Don't check
2153 for vasprintf, vsnprintf, or gettimeofday.
2154 * configure.srv: Don't add safe-ctype.o or lbasename.o to
2155 srv_tgtobj.
2156
270c9937
JB
21572014-06-05 Joel Brobecker <brobecker@adacore.com>
2158
2159 * development.sh: Delete.
2160 * Makefile.in (config.status): Adjust dependency on development.sh.
2161 * configure.ac: Adjust development.sh source call.
2162 * configure: Regenerate.
2163
0a261ed8
PA
21642014-06-02 Pedro Alves <palves@redhat.com>
2165
2166 * ax.c (gdb_free_agent_expr): New function.
2167 * ax.h (gdb_free_agent_expr): New declaration.
2168 * mem-break.c (delete_gdb_breakpoint_1): Also clear the commands
2169 list.
2170 (clear_breakpoint_conditions, clear_breakpoint_commands): Make
2171 static.
2172 (clear_breakpoint_conditions_and_commands): New function.
2173 * mem-break.h (clear_breakpoint_conditions): Delete declaration.
2174 (clear_breakpoint_conditions_and_commands): New declaration.
2175
e9dae05e
RR
21762014-05-23 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2177
2178 * linux-aarch64-low.c (asm/ptrace.h): Include.
2179
5876f503
JK
21802014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2181
2182 Fix TLS access for -static -pthread.
2183 * gdbserver/thread-db.c (struct thread_db): Add td_thr_tlsbase_p.
2184 (thread_db_get_tls_address): Call it if LOAD_MODULE is zero.
2185 (thread_db_load_search, try_thread_db_load_1): Initialize it.
2186
802e8e6d
PA
21872014-05-20 Pedro Alves <palves@redhat.com>
2188
2189 * linux-aarch64-low.c (aarch64_insert_point)
2190 (aarch64_remove_point): No longer check whether the type is
2191 supported here. Adjust to new interface.
2192 (the_low_target): Install aarch64_supports_z_point_type as
2193 supports_z_point_type method.
2194 * linux-arm-low.c (raw_bkpt_type_to_arm_hwbp_type): New function.
2195 (arm_linux_hw_point_initialize): Take an enum raw_bkpt_type
2196 instead of a Z packet char. Adjust.
2197 (arm_supports_z_point_type): New function.
2198 (arm_insert_point, arm_remove_point): Adjust to new interface.
2199 (the_low_target): Install arm_supports_z_point_type.
2200 * linux-crisv32-low.c (cris_supports_z_point_type): New function.
2201 (cris_insert_point, cris_remove_point): Adjust to new interface.
2202 Don't check whether the type is supported here.
2203 (the_low_target): Install cris_supports_z_point_type.
2204 * linux-low.c (linux_supports_z_point_type): New function.
2205 (linux_insert_point, linux_remove_point): Adjust to new interface.
2206 * linux-low.h (struct linux_target_ops) <insert_point,
2207 remove_point>: Take an enum raw_bkpt_type instead of a char. Add
2208 raw_breakpoint pointer parameter.
2209 <supports_z_point_type>: New method.
2210 * linux-mips-low.c (mips_supports_z_point_type): New function.
2211 (mips_insert_point, mips_remove_point): Adjust to new interface.
2212 Use mips_supports_z_point_type.
2213 (the_low_target): Install mips_supports_z_point_type.
2214 * linux-ppc-low.c (the_low_target): Install NULL as
2215 supports_z_point_type method.
2216 * linux-s390-low.c (the_low_target): Install NULL as
2217 supports_z_point_type method.
2218 * linux-sparc-low.c (the_low_target): Install NULL as
2219 supports_z_point_type method.
2220 * linux-x86-low.c (x86_supports_z_point_type): New function.
2221 (x86_insert_point): Adjust to new insert_point interface. Use
2222 insert_memory_breakpoint. Adjust to new
2223 i386_low_insert_watchpoint interface.
2224 (x86_remove_point): Adjust to remove_point interface. Use
2225 remove_memory_breakpoint. Adjust to new
2226 i386_low_remove_watchpoint interface.
2227 (the_low_target): Install x86_supports_z_point_type.
2228 * lynx-low.c (lynx_target_ops): Install NULL as
2229 supports_z_point_type callback.
2230 * nto-low.c (nto_supports_z_point_type): New.
2231 (nto_insert_point, nto_remove_point): Adjust to new interface.
2232 (nto_target_ops): Install nto_supports_z_point_type.
2233 * mem-break.c: Adjust intro comment.
2234 (struct raw_breakpoint) <raw_type, size>: New fields.
2235 <inserted>: Update comment.
2236 <shlib_disabled>: Delete field.
2237 (enum bkpt_type) <gdb_breakpoint>: Delete value.
2238 <gdb_breakpoint_Z0, gdb_breakpoint_Z1, gdb_breakpoint_Z2,
2239 gdb_breakpoint_Z3, gdb_breakpoint_Z4>: New values.
2240 (raw_bkpt_type_to_target_hw_bp_type): New function.
2241 (find_enabled_raw_code_breakpoint_at): New function.
2242 (find_raw_breakpoint_at): New type and size parameters. Use them.
2243 (insert_memory_breakpoint): New function, based off
2244 set_raw_breakpoint_at.
2245 (remove_memory_breakpoint): New function.
2246 (set_raw_breakpoint_at): Reimplement.
2247 (set_breakpoint): New, based on set_breakpoint_at.
2248 (set_breakpoint_at): Reimplement.
2249 (delete_raw_breakpoint): Go through the_target->remove_point
2250 instead of assuming memory breakpoints.
2251 (find_gdb_breakpoint_at): Delete.
2252 (Z_packet_to_bkpt_type, Z_packet_to_raw_bkpt_type): New functions.
2253 (find_gdb_breakpoint): New function.
2254 (set_gdb_breakpoint_at): Delete.
2255 (z_type_supported): New function.
2256 (set_gdb_breakpoint_1): New function, loosely based off
2257 set_gdb_breakpoint_at.
2258 (check_gdb_bp_preconditions, set_gdb_breakpoint): New functions.
2259 (delete_gdb_breakpoint_at): Delete.
2260 (delete_gdb_breakpoint_1): New function, loosely based off
2261 delete_gdb_breakpoint_at.
2262 (delete_gdb_breakpoint): New function.
2263 (clear_gdb_breakpoint_conditions): Rename to ...
2264 (clear_breakpoint_conditions): ... this. Don't handle a NULL
2265 breakpoint.
2266 (add_condition_to_breakpoint): Make static.
2267 (add_breakpoint_condition): Take a struct breakpoint pointer
2268 instead of an address. Adjust.
2269 (gdb_condition_true_at_breakpoint): Rename to ...
2270 (gdb_condition_true_at_breakpoint_z_type): ... this, and add
2271 z_type parameter.
2272 (gdb_condition_true_at_breakpoint): Reimplement.
2273 (add_breakpoint_commands): Take a struct breakpoint pointer
2274 instead of an address. Adjust.
2275 (gdb_no_commands_at_breakpoint): Rename to ...
2276 (gdb_no_commands_at_breakpoint_z_type): ... this. Add z_type
2277 parameter. Return true if no breakpoint was found. Change debug
2278 output.
2279 (gdb_no_commands_at_breakpoint): Reimplement.
2280 (run_breakpoint_commands): Rename to ...
2281 (run_breakpoint_commands_z_type): ... this. Add z_type parameter,
2282 and change return type to boolean.
2283 (run_breakpoint_commands): New function.
2284 (gdb_breakpoint_here): Also check for Z1 breakpoints.
2285 (uninsert_raw_breakpoint): Don't try to reinsert a disabled
2286 breakpoint. Go through the_target->remove_point instead of
2287 assuming memory breakpoint.
2288 (uninsert_breakpoints_at, uninsert_all_breakpoints): Uninsert
2289 software and hardware breakpoints.
2290 (reinsert_raw_breakpoint): Go through the_target->insert_point
2291 instead of assuming memory breakpoint.
2292 (reinsert_breakpoints_at, reinsert_all_breakpoints): Reinsert
2293 software and hardware breakpoints.
2294 (check_breakpoints, breakpoint_here, breakpoint_inserted_here):
2295 Check both software and hardware breakpoints.
2296 (validate_inserted_breakpoint): Assert the breakpoint is a
2297 software breakpoint. Set the inserted flag to -1 instead of
2298 setting shlib_disabled.
2299 (delete_disabled_breakpoints): Adjust.
2300 (validate_breakpoints): Only validate software breakpoints.
2301 Adjust to inserted flag change.
2302 (check_mem_read, check_mem_write): Skip breakpoint types other
2303 than software breakpoints. Adjust to inserted flag change.
2304 * mem-break.h (enum raw_bkpt_type): New enum.
2305 (raw_breakpoint, struct process_info): Forward declare.
2306 (Z_packet_to_target_hw_bp_type): Delete declaration.
2307 (raw_bkpt_type_to_target_hw_bp_type, Z_packet_to_raw_bkpt_type)
2308 (set_gdb_breakpoint, delete_gdb_breakpoint)
2309 (clear_breakpoint_conditions): New declarations.
2310 (set_gdb_breakpoint_at, clear_gdb_breakpoint_conditions): Delete.
2311 (breakpoint_inserted_here): Update comment.
2312 (add_breakpoint_condition, add_breakpoint_commands): Replace
2313 address parameter with a breakpoint pointer parameter.
2314 (gdb_breakpoint_here): Update comment.
2315 (delete_gdb_breakpoint_at): Delete.
2316 (insert_memory_breakpoint, remove_memory_breakpoint): Declare.
2317 * server.c (process_point_options): Take a struct breakpoint
2318 pointer instead of an address. Adjust.
2319 (process_serial_event) <Z/z packets>: Use set_gdb_breakpoint and
2320 delete_gdb_breakpoint.
2321 * spu-low.c (spu_target_ops): Install NULL as
2322 supports_z_point_type method.
2323 * target.h: Include mem-break.h.
2324 (struct target_ops) <prepare_to_access_memory>: Update comment.
2325 <supports_z_point_type>: New field.
2326 <insert_point, remove_point>: Take an enum raw_bkpt_type argument
2327 instead of a char. Also take a raw breakpoint pointer.
2328 * win32-arm-low.c (the_low_target): Install NULL as
2329 supports_z_point_type.
2330 * win32-i386-low.c (i386_supports_z_point_type): New function.
2331 (i386_insert_point, i386_remove_point): Adjust to new interface.
2332 (the_low_target): Install i386_supports_z_point_type.
2333 * win32-low.c (win32_supports_z_point_type): New function.
2334 (win32_insert_point, win32_remove_point): Adjust to new interface.
2335 (win32_target_ops): Install win32_supports_z_point_type.
2336 * win32-low.h (struct win32_target_ops):
2337 <supports_z_point_type>: New method.
2338 <insert_point, remove_point>: Take an enum raw_bkpt_type argument
2339 instead of a char. Also take a raw breakpoint pointer.
2340
932539e3
PA
23412014-05-20 Pedro Alves <palves@redhat.com>
2342
2343 * mem-break.h: Include break-common.h.
2344 (Z_PACKET_SW_BP, Z_PACKET_HW_BP, Z_PACKET_WRITE_WP)
2345 (Z_PACKET_READ_WP, Z_PACKET_ACCESS_WP): New defines.
2346 (Z_packet_to_target_hw_bp_type): New declaration.
2347 * mem-break.c (Z_packet_to_target_hw_bp_type): New function.
2348 * i386-low.c (Z_PACKET_HW_BP, Z_PACKET_WRITE_WP, Z_PACKET_READ_WP)
2349 (Z_PACKET_ACCESS_WP): Delete macros.
2350 (Z_packet_to_hw_type): Delete function.
2351 * i386-low.h: Don't include break-common.h here.
2352 (Z_packet_to_hw_type): Delete declaration.
2353 * linux-x86-low.c (x86_insert_point, x86_insert_point): Call
2354 Z_packet_to_target_hw_bp_type instead of Z_packet_to_hw_type.
2355 * win32-i386-low.c (i386_insert_point, i386_remove_point): Call
2356 Z_packet_to_target_hw_bp_type instead of Z_packet_to_hw_type.
2357 * linux-aarch64-low.c: Don't include break-common.h here.
2358 (Z_PACKET_SW_BP, Z_PACKET_HW_BP, Z_PACKET_WRITE_WP)
2359 (Z_PACKET_READ_WP, Z_PACKET_ACCESS_WP): Delete macros.
2360 (Z_packet_to_target_hw_bp_type): Delete function.
2361 * linux-mips-low.c (rsp_bp_type_to_target_hw_bp_type): Delete
2362 function.
2363 (mips_insert_point, mips_remove_point): Use
2364 Z_packet_to_target_hw_bp_type.
2365
4ff0d3d8
PA
23662014-05-20 Pedro Alves <palves@redhat.com>
2367
2368 * linux-aarch64-low.c: Include break-common.h.
2369 (enum target_point_type): Delete.
2370 (Z_packet_to_point_type): Rename to ...
2371 (Z_packet_to_target_hw_bp_type): ... this, and return a
2372 target_hw_bp_type instead.
2373 (aarch64_show_debug_reg_state): Take an enum target_hw_bp_type
2374 instead of an enum target_point_type.
2375 (aarch64_point_encode_ctrl_reg): Likewise. Compute type mask from
2376 breakpoint type.
2377 (aarch64_dr_state_insert_one_point)
2378 (aarch64_dr_state_remove_one_point, aarch64_handle_breakpoint)
2379 (aarch64_handle_aligned_watchpoint)
2380 (aarch64_handle_unaligned_watchpoint, aarch64_handle_watchpoint):
2381 Take an enum target_hw_bp_type instead of an enum
2382 target_point_type.
2383 (aarch64_supports_z_point_type): New function.
2384 (aarch64_insert_point, aarch64_remove_point): Use it. Adjust to
2385 use Z_packet_to_target_hw_bp_type.
2386
786dc519
JB
23872014-05-20 Joel Brobecker <brobecker@adacore.com>
2388
2389 * configure.ac: Only use -Werror by default when DEVELOPMENT
2390 is true.
2391 * configure: Regenerate.
2392
9e0aa64f
JK
23932014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2394
2395 Fix gdbserver qGetTLSAddr for x86_64 -m32.
2396 * linux-x86-low.c (X86_64_USER_REGS): New.
2397 (x86_fill_gregset): Call memset for BUF first in x86_64 -m32 case.
2398
2b577b92
YQ
23992014-04-28 Yao Qi <yao@codesourcery.com>
2400
2401 * Makefile.in (i386-avx512.c): Fix the typo of generated file
2402 name.
2403
94611da2
PA
24042014-04-25 Pedro Alves <palves@redhat.com>
2405
2406 PR server/16255
2407 * linux-low.c (linux_attach_fail_reason_string): New function.
2408 (linux_attach_lwp): Delete.
2409 (linux_attach_lwp_1): Rename to ...
2410 (linux_attach_lwp): ... this. Take a ptid instead of a pid as
2411 argument. Remove "initial" parameter. Return int instead of
2412 void. Don't error or warn here.
2413 (linux_attach): Adjust to call linux_attach_lwp. Call error on
2414 failure to attach to the tgid. Call warning when failing to
2415 attach to an lwp.
2416 * linux-low.h (linux_attach_lwp): Take a ptid instead of a pid as
2417 argument. Remove "initial" parameter. Return int instead of
2418 void. Don't error or warn here.
2419 (linux_attach_fail_reason_string): New declaration.
2420 * thread-db.c (attach_thread): Adjust to linux_attach_lwp's
2421 interface change. Use linux_attach_fail_reason_string.
2422
01f9f808
MS
24232014-04-24 Michael Sturm <michael.sturm@mintel.com>
2424 Walfred Tedeschi <walfred.tedeschi@intel.com>
2425
2426 * Makefile.in: Added rules to handle new files
2427 i386-avx512.c i386-avx512-linux.c amd64-avx512.c
2428 amd64-avx512-linux.c x32-avx512.c x32-avx512-linux.c.
2429 * configure.srv (srv_i386_regobj): Add i386-avx512.o.
2430 (srv_i386_linux_regobj): Add i386-avx512-linux.o.
2431 (srv_amd64_regobj): Add amd64-avx512.o and x32-avx512.o.
2432 (srv_amd64_linux_regobj): Add amd64-avx512-linux.o and
2433 x32-avx512-linux.o.
2434 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx512.xml.
2435 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx512.xml.
2436 (srv_amd64_xmlfiles): Add i386/amd64-avx512.xml and
2437 i386/x32-avx512.xml.
2438 (srv_i386_linux_xmlfiles): Add i386/i386-avx512-linux.xml.
2439 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx512-linux.xml and
2440 i386/x32-avx512-linux.xml.
2441 * i387-fp.c (num_avx512_k_registers): New constant for number
2442 of K registers.
2443 (num_avx512_zmmh_low_registers): New constant for number of
2444 lower ZMM registers (0-15).
2445 (num_avx512_zmmh_high_registers): New constant for number of
2446 higher ZMM registers (16-31).
2447 (num_avx512_ymmh_registers): New contant for number of higher
2448 YMM registers (ymm16-31 added by avx521 on x86_64).
2449 (num_avx512_xmm_registers): New constant for number of higher
2450 XMM registers (xmm16-31 added by AVX512 on x86_64).
2451 (struct i387_xsave): Add space for AVX512 registers.
2452 (i387_cache_to_xsave): Change raw buffer size to 64 characters.
2453 Add code to handle AVX512 registers.
2454 (i387_xsave_to_cache): Add code to handle AVX512 registers.
2455 * linux-x86-low.c (init_registers_amd64_avx512_linux): New
2456 prototypei from generated file.
2457 (tdesc_amd64_avx512_linux): Likewise.
2458 (init_registers_x32_avx512_linux): Likewise.
2459 (tdesc_x32_avx512_linux): Likewise.
2460 (init_registers_i386_avx512_linux): Likewise.
2461 (tdesc_i386_avx512_linux): Likewise.
2462 (x86_64_regmap): Add AVX512 registers.
2463 (x86_linux_read_description): Add code to handle AVX512 XSTATE
2464 mask.
2465 (initialize_low_arch): Add code to initialize AVX512 registers.
2466
51aa91f9
PA
24672014-04-23 Pedro Alves <palves@redhat.com>
2468
2469 * mem-break.c (find_gdb_breakpoint_at): Make static.
2470 * mem-break.h (find_gdb_breakpoint_at): Delete declaration.
2471
a4165e94
PA
24722014-04-23 Pedro Alves <palves@redhat.com>
2473
2474 * i386-low.c: Don't include break-common.h here.
2475 (i386_low_insert_watchpoint, i386_low_remove_watchpoint): Change
2476 prototype to take target_hw_bp_type as argument instead of a Z
2477 packet char.
2478 * i386-low.h: Include break-common.h here.
2479 (Z_packet_to_hw_type): Declare.
2480 (i386_low_insert_watchpoint, i386_low_remove_watchpoint): Change
2481 prototypes.
2482 * linux-x86-low.c (x86_insert_point): Convert the packet number to
2483 a target_hw_bp_type before calling i386_low_insert_watchpoint.
2484 (x86_remove_point): Convert the packet number to a
2485 target_hw_bp_type before calling i386_low_remove_watchpoint.
2486 * win32-i386-low.c (i386_insert_point): Convert the packet number
2487 to a target_hw_bp_type before calling i386_low_insert_watchpoint.
2488 (i386_remove_point): Convert the packet number to a
2489 target_hw_bp_type before calling i386_low_remove_watchpoint.
2490
b8acf843
PA
24912014-04-23 Pedro Alves <palves@redhat.com>
2492
2493 * utils.h (perror_with_name): Add ATTRIBUTE_NORETURN.
2494
d708bcd1
PA
24952014-04-10 Pedro Alves <palves@redhat.com>
2496
2497 * mem-break.c (add_breakpoint_condition, add_breakpoint_commands):
2498 Check if the condition or command is NULL before checking if the
2499 breakpoint is known. On success, return true.
2500 * mem-break.h (add_breakpoint_condition): Document return.
2501 (add_breakpoint_commands): Add describing comment.
2502 * server.c (skip_to_semicolon): New function.
2503 (process_point_options): Use it.
2504
2eec7d5b
PA
25052014-04-09 Pedro Alves <palves@redhat.com>
2506
2507 * linux-low.c (linux_read_loadmap): Pass current_inferior directly
2508 to lwpid_of.
2509
fa96cb38
PA
25102014-02-27 Pedro Alves <palves@redhat.com>
2511
2512 PR 12702
2513 * inferiors.h (A_I_NEXT, ALL_INFERIORS_TYPE, ALL_PROCESSES): New
2514 macros.
2515 * linux-low.c (delete_lwp, handle_extended_wait): Add debug
2516 output.
2517 (last_thread_of_process_p): Take a PID argument instead of a
2518 thread pointer.
2519 (linux_wait_for_lwp): Delete.
2520 (num_lwps, check_zombie_leaders, not_stopped_callback): New
2521 functions.
2522 (linux_low_filter_event): New function, party factored out from
2523 linux_wait_for_event.
2524 (linux_wait_for_event): Rename to ...
2525 (linux_wait_for_event_filtered): ... this. Add new filter ptid
2526 argument. Partly rewrite. Always use waitpid(-1, WNOHANG) and
2527 sigsuspend. Check for zombie leaders.
2528 (linux_wait_for_event): Reimplement as wrapper around
2529 linux_wait_for_event_filtered.
2530 (linux_wait_1): Handle TARGET_WAITKIND_NO_RESUMED. Assume that if
2531 a normal or signal exit is seen, it's the whole process exiting.
2532 (wait_for_sigstop): No longer a for_each_inferior callback.
2533 Rewrite on top of linux_wait_for_event_filtered.
2534 (stop_all_lwps): Call wait_for_sigstop directly.
2535 * server.c (resume, handle_target_event): Handle
2536 TARGET_WAITKIND_NO_RESUMED.
2537
d763de10
JB
25382014-02-26 Joel Brobecker <brobecker@adacore.com>
2539
2540 * win32-low.c (psapi_get_dll_name,
2541 * win32_CreateToolhelp32Snapshot): Delete.
2542 (win32_CreateToolhelp32Snapshot, win32_Module32First)
2543 (win32_Module32Next, load_toolhelp, toolhelp_get_dll_name):
2544 Delete.
2545 (handle_load_dll): Add function description.
2546 Remove code using psapi_get_dll_name and toolhelp_get_dll_name.
2547
850a0f76
JB
25482014-02-26 Joel Brobecker <brobecker@adacore.com>
2549
2550 * win32-low.c (win32_add_one_solib): Add 0x1000 to load_addr.
2551 Add comment.
2552 (win32_add_all_dlls): Remove 0x1000 offset applied to DLL
2553 base address when calling win32_add_one_solib.
2554 (handle_load_dll): Delete local variable load_addr.
2555 Remove 0x1000 offset applied to DLL base address when calling
2556 win32_add_one_solib.
2557 (handle_unload_dll): Add comment.
2558
f25b3fc3
JB
25592014-02-26 Joel Brobecker <brobecker@adacore.com>
2560
2561 * win32-low.c (win32_add_all_dlls): Renames
2562 win32_ensure_ntdll_loaded. Rewrite function documentation.
2563 Adjust implementation to always load all DLLs.
2564 Add 0x1000 offset to DLL base address when calling
2565 win32_add_one_solib.
2566 (child_initialization_done): New static global.
2567 (do_initial_child_stuff): Set child_initialization_done to
2568 zero during child initialization, and 1 after. Replace call
2569 to win32_ensure_ntdll_loaded by call to win32_add_all_dlls.
2570 Add comment.
2571 (match_dll_by_basename, dll_is_loaded_by_basename): Delete.
2572 (handle_unload_dll): Add function documentation.
2573 (get_child_debug_event): Ignore load and unload DLL events
2574 during child initialization.
2575
d86d4aaf
DE
25762014-02-20 Doug Evans <dje@google.com>
2577
3bc32da3 2578 Remove global all_lwps.
d86d4aaf
DE
2579 * inferiors.h (ptid_of): Move here from linux-low.h.
2580 (pid_of, lwpid_of): Ditto.
2581 * linux-aarch64-low.c (debug_reg_change_callback): Update, "entry"
2582 parameter is a struct thread_info * now.
2583 (aarch64_notify_debug_reg_change): Fetch pid from current_inferior
2584 directly. Pass &all_threads to find_inferior instead of &all_lwps.
2585 (aarch64_stopped_data_address): Fetch lwpid from current_inferior
2586 directly.
2587 (aarch64_linux_prepare_to_resume): Fetch ptid from thread.
2588 (aarch64_arch_setup): Fetch lwpid from current_inferior directly.
2589 * linux-arm-low.c (update_registers_callback): Update, "entry"
2590 parameter is a struct thread_info * now.
2591 Fetch lwpid from current_inferior directly.
2592 (arm_insert_point): Pass &all_threads to find_inferior instead of
2593 &all_lwps.
2594 (arm_remove_point): Ditto.
2595 (arm_stopped_by_watchpoint): Fetch lwp from current_inferior.
2596 (arm_prepare_to_resume): Fetch pid from thread.
2597 (arm_read_description): Fetch lwpid from current_inferior directly.
2598 * linux-low.c (all_lwps): Delete.
2599 (delete_lwp): Delete call to remove_inferior.
2600 (handle_extended_wait): Fetch lwpid from thread.
2601 (add_lwp): Don't set lwp->entry.id. Remove call to
2602 add_inferior_to_list.
2603 (linux_attach_lwp_1): Fetch pid from current_inferior directly.
2604 (linux_kill_one_lwp): Fetch ptid,lwpid from thread.
2605 (kill_one_lwp_callback): Ditto.
2606 (linux_kill): Don't dereference NULL pointer.
2607 Fetch ptid,lwpid from thread.
2608 (get_detach_signal): Fetch ptid from thread.
2609 (linux_detach_one_lwp): Fetch ptid,lwpid from thread.
2610 Simplify call to regcache_invalidate_thread.
2611 (delete_lwp_callback): Update, "entry" parameter is a
2612 struct thread_info * now. Fetch pid from thread.
2613 (linux_mourn): Pass &all_threads to find_inferior instead of &all_lwps.
2614 (status_pending_p_callback): Update, "entry" parameter is a
2615 struct thread_info * now. Fetch ptid from thread.
2616 (find_lwp_pid): Update, "entry" parameter is a
2617 struct thread_info * now.
2618 (linux_wait_for_lwp): Fetch pid from thread.
2619 (linux_fast_tracepoint_collecting): Fetch lwpid from thread.
2620 (maybe_move_out_of_jump_pad): Fetch lwpid from current_inferior.
2621 (enqueue_one_deferred_signal): Fetch lwpid from thread.
2622 (dequeue_one_deferred_signal): Ditto.
2623 (cancel_breakpoint): Fetch ptid from current_inferior.
2624 (linux_wait_for_event): Pass &all_threads to find_inferior,
2625 not &all_lwps. Fetch ptid, lwpid from thread.
2626 (count_events_callback): Update, "entry" parameter is a
2627 struct thread_info * now.
2628 (select_singlestep_lwp_callback): Ditto.
2629 (select_event_lwp_callback): Ditto.
2630 (cancel_breakpoints_callback): Ditto.
2631 (linux_cancel_breakpoints): Pass &all_threads to find_inferior,
2632 not &all_lwps.
2633 (select_event_lwp): Ditto. Fetch ptid from event_thread.
2634 (unsuspend_one_lwp): Update, "entry" parameter is a
2635 struct thread_info * now.
2636 (unsuspend_all_lwps): Pass &all_threads to find_inferior,
2637 not &all_lwps.
2638 (linux_stabilize_threads): Ditto. And for for_each_inferior.
2639 Fetch lwpid from thread, not lwp.
2640 (linux_wait_1): Fetch ptid, lwpid from current_inferior.
2641 Pass &all_threads to find_inferior, not &all_lwps.
2642 (send_sigstop): Fetch lwpid from thread, not lwp.
2643 (send_sigstop_callback): Update, "entry" parameter is a
2644 struct thread_info * now.
2645 (suspend_and_send_sigstop_callback): Ditto.
2646 (wait_for_sigstop): Ditto. Fetch ptid, lwpid from thread, lwp.
2647 (stuck_in_jump_pad_callback): Update, "entry" parameter is a
2648 struct thread_info * now.
2649 (move_out_of_jump_pad_callback): Ditto. Fetch ptid, lwpid
2650 from thread, lwp.
2651 (lwp_running): Update, "entry" parameter is a
2652 struct thread_info * now.
2653 (stop_all_lwps): Fetch ptid from thread.
2654 Pass &all_threads to find_inferior, for_each_inferior, not &all_lwps.
2655 (linux_resume_one_lwp): Fetch lwpid from thread.
2656 (linux_set_resume_request): Update, "entry" parameter is a
2657 struct thread_info * now. Fetch pid, lwpid from thread.
2658 (resume_status_pending_p): Update, "entry" parameter is a
2659 struct thread_info * now.
2660 (need_step_over_p): Ditto. Fetch lwpid from thread.
2661 (start_step_over): Fetch lwpid from thread.
2662 (linux_resume_one_thread): Update, "entry" parameter is a
2663 struct thread_info * now. Fetch lwpid from thread.
2664 (linux_resume): Pass &all_threads to find_inferior, not &all_lwps.
2665 (proceed_one_lwp): Update, "entry" parameter is a
2666 struct thread_info * now. Fetch lwpid from thread.
2667 (unsuspend_and_proceed_one_lwp): Update, "entry" parameter is a
2668 struct thread_info * now.
2669 (proceed_all_lwps): Pass &all_threads to find_inferior, not &all_lwps.
2670 (unstop_all_lwps): Ditto. Fetch lwpid from thread.
2671 (regsets_fetch_inferior_registers): Fetch lwpid from current_inferior
2672 directly.
2673 (regsets_store_inferior_registers): Ditto.
2674 (fetch_register, store_register): Ditto.
2675 (linux_read_memory, linux_write_memory): Ditto.
2676 (linux_request_interrupt): Ditto.
2677 (linux_read_auxv): Ditto.
2678 (linux_xfer_siginfo): Ditto.
2679 (linux_qxfer_spu): Ditto.
2680 (linux_qxfer_libraries_svr4): Ditto.
2681 * linux-low.h (ptid_of, pid_of, lwpid_of): Delete,
2682 moved to inferiors.h.
2683 (get_lwp): Delete.
2684 (get_thread_lwp): Update.
2685 (struct lwp_info): Delete member "entry". Simplify comment for
2686 member "thread".
2687 (all_lwps): Delete.
2688 * linux-mips-low.c (mips_read_description): Fetch lwpid from
2689 current_inferior directly.
2690 (update_watch_registers_callback): Update, "entry" parameter is a
2691 struct thread_info * now. Fetch pid from thread.
2692 (mips_linux_prepare_to_resume): Fetch ptid from thread.
2693 (mips_insert_point): Fetch lwpid from current_inferior.
2694 Pass &all_threads to find_inferior, not &all_lwps.
2695 (mips_remove_point): Pass &all_threads to find_inferior, not &all_lwps.
2696 (mips_stopped_by_watchpoint): Fetch lwpid from current_inferior
2697 directly.
2698 (mips_stopped_data_address): Ditto.
2699 * linux-s390-low.c (s390_arch_setup): Fetch pid from current_inferior
2700 directly.
2701 * linux-tile-low.c (tile_arch_setup): Ditto.
2702 * linux-x86-low.c (x86_get_thread_area): Fetch lwpid from thread.
2703 (update_debug_registers_callback): Update, "entry" parameter is a
2704 struct thread_info * now. Fetch pid from thread.
2705 (i386_dr_low_set_addr): Fetch pid from current_inferior directly.
2706 Pass &all_threads to find_inferior, not &all_lwps.
2707 (i386_dr_low_get_addr): Fetch ptid from current_inferior directly.
2708 (i386_dr_low_set_control): Fetch pid from current_inferior directly.
2709 Pass &all_threads to find_inferior, not &all_lwps.
2710 (i386_dr_low_get_control): Fetch ptid from current_inferior directly.
2711 (i386_dr_low_get_status): Ditto.
2712 (x86_linux_prepare_to_resume): Fetch ptid from thread.
2713 (x86_siginfo_fixup): Fetch lwpid from current_inferior directly.
2714 (x86_linux_read_description): Ditto.
2715 * proc-service.c (ps_getpid): Fetch pid from current_inferior directly.
2716
3b8361aa
DE
27172014-02-20 Doug Evans <dje@google.com>
2718
2719 * inferiors.c (get_first_inferior): Fix buglet.
2720
f7667f0d
DE
27212014-02-19 Doug Evans <dje@google.com>
2722
2723 * gdbthread.h (add_thread): Change result type to struct thread_info *.
2724 * inferiors.c (add_thread): Change result type to struct thread_info *.
2725 All callers updated.
2726 (add_lwp): Call add_thread here instead of in callers.
2727 All callers updated.
2728 * linux-low.h (get_lwp_thread): Rewrite.
2729 (struct lwp_info): New member "thread".
2730
b3312d80
DE
27312014-02-19 Doug Evans <dje@google.com>
2732
2733 * linux-low.c (add_lwp): Change result to struct lwp_info *.
2734 All callers updated.
2735
ecc6f45c
DE
27362014-02-19 Doug Evans <dje@google.com>
2737
2738 * inferiors.c (add_thread): Fix whitespace.
2739
649ebbca
DE
27402014-02-19 Doug Evans <dje@google.com>
2741
2742 * dll.c (clear_dlls): Replace accessing list implemention details
2743 with API function.
2744 * gdbthread.h (get_first_thread): Declare.
2745 * inferiors.c (for_each_inferior_with_data): New function.
2746 (get_first_thread): New function.
2747 (find_thread_ptid): Simplify.
2748 (get_first_inferior): New function.
2749 (clear_list): Delete.
2750 (one_inferior_p): New function.
2751 (clear_inferior_list): New function.
2752 (clear_inferiors): Update.
2753 * inferiors.h (for_each_inferior_with_data): Declare.
2754 (clear_inferior_list): Declare.
2755 (one_inferior_p): Declare.
2756 (get_first_inferior): Declare.
2757 * linux-low.c (linux_wait_for_event): Replace accessing list
2758 implemention details with API function.
2759 * server.c (target_running): Ditto.
2760 (accumulate_file_name_length): New function.
2761 (emit_dll_description): New function.
2762 (handle_qxfer_libraries): Replace accessing list implemention
2763 details with API function.
2764 (handle_qxfer_threads_worker): New function.
2765 (handle_qxfer_threads_proper): Replace accessing list implemention
2766 details with API function.
2767 (handle_query): Ditto.
2768 (visit_actioned_threads_callback_ftype): New typedef.
2769 (visit_actioned_threads_data): New struct.
2770 (visit_actioned_threads): Rewrite to be find_inferior callback.
2771 (resume): Call find_inferior.
2772 (handle_status): Replace accessing list implemention
2773 details with API function.
2774 (process_serial_event): Replace accessing list implemention details
2775 with API function.
2776 * target.c (set_desired_inferior): Replace accessing list implemention
2777 details with API function.
2778 * tracepoint.c (same_process_p): New function.
2779 (gdb_agent_about_to_close): Replace accessing list implemention
2780 details with API function.
2781 * win32-low.c (child_delete_thread): Replace accessing list
2782 implemention details with API function.
2783 (match_dll_by_basename): New function.
2784 (dll_is_loaded_by_basename): New function.
2785 (win32_ensure_ntdll_loaded): Replace accessing list implemention
2786 details call to dll_is_loaded_by_basename.
2787
80894984
DE
27882014-02-19 Doug Evans <dje@google.com>
2789
2790 * dll.h (struct dll_info): Add comment.
2791 * gdbthread.h (struct thread_info): Add comment.
2792 (current_ptid): Simplify.
2793 * inferiors.c (add_process): Update.
2794 (remove_process): Update.
2795 * inferiors.h (struct process_info): Rename member "head" to "entry".
2796 * linux-low.c (delete_lwp): Update.
2797 (add_lwp): Update.
2798 (last_thread_of_process_p): Update.
2799 (kill_one_lwp_callback, linux_kill): Update.
2800 (status_pending_p_callback): Update.
2801 (wait_for_sigstop): Update. Simplify read of ptid.
2802 (start_step_over): Update.
2803 * linux-low.h (ptid_of, pid_of, lwpid_of): Update.
2804 (get_lwp_thread): Update.
2805 (struct lwp_info): Rename member "head" to "entry".
2806 * regcache.h (inferior_list_entry): Delete.
2807 * server.c (kill_inferior_callback): Update.
2808 (detach_or_kill_inferior_callback): Update.
2809 (print_started_pid): Update.
2810 (print_attached_pid): Update.
2811 (process_serial_event): Simplify read of ptid.
2812 * thread-db.c (thread_db_create_event): Update.
2813 (thread_db_get_tls_address): Update.
2814 * win32-low.c (current_inferior_ptid): Simplify.
2815
46917d26
TT
28162014-02-19 Tom Tromey <tromey@redhat.com>
2817
2818 * target.h (struct target_ops) <supports_btrace>: Add target_ops
2819 argument.
2820 (target_supports_btrace): Update.
2821
0759a81e
YQ
28222014-02-14 Yao Qi <yao@codesourcery.com>
2823
2824 * Makefile.in (IPA_OBJS): Append rsp-low-ipa.o.
2825 (rsp-low-ipa.o): New target.
2826
a7191e8b
TT
28272014-02-12 Tom Tromey <tromey@redhat.com>
2828
2829 * ax.c (gdb_parse_agent_expr): Use hex2bin, not
2830 convert_ascii_to_int.
2831 * regcache.c (registers_to_string): Likewise.
2832 * remote-utils.c (decode_M_packet): Likewise.
2833 * server.c (process_serial_event): Likewise.
2834
ff0e980e
TT
28352014-02-12 Tom Tromey <tromey@redhat.com>
2836
2837 * server.c (handle_query, handle_v_run): Use hex2bin, not
2838 unhexify.
2839 * tracepoint.c (cmd_qtdpsrc, cmd_qtdv, cmd_qtnotes): Likewise.
2840
e9371aff
TT
28412014-02-12 Tom Tromey <tromey@redhat.com>
2842
2843 * ax.c (gdb_unparse_agent_expr): Use bin2hex, not
2844 convert_int_to_ascii.
2845 * regcache.c (registers_to_string, collect_register_as_string):
2846 Likewise.
2847 * remote-utils.c (look_up_one_symbol, relocate_instruction):
2848 Likewise.
2849 * server.c (process_serial_event): Likewise.
2850 * tracepoint.c (cmd_qtstatus, response_source, response_tsv)
2851 (cmd_qtbuffer, cstr_to_hexstr): Likewise.
2852
971dc0b8
TT
28532014-02-12 Tom Tromey <tromey@redhat.com>
2854
2855 * remote-utils.c (look_up_one_symbol, monitor_output): Use
2856 bin2hex, not hexify.
2857 * tracepoint.c (cmd_qtstatus): Likewise.
2858
0a822afb
TT
28592014-02-12 Tom Tromey <tromey@redhat.com>
2860
2861 * remote-utils.c (monitor_output): Pass explicit length to
2862 hexify.
2863
9c3d6531
TT
28642014-02-12 Tom Tromey <tromey@redhat.com>
2865
2866 * tracepoint.c: Include rsp-low.h.
2867 * server.c: Include rsp-low.h.
2868 * remote-utils.h (convert_ascii_to_int, convert_int_to_ascii)
2869 (unhexify, hexify, remote_escape_output, unpack_varlen_hex): Don't
2870 declare.
2871 * remote-utils.c: Include rsp-low.h.
2872 (fromhex, hexchars, ishex, unhexify, tohex, hexify)
2873 (remote_escape_output, remote_unescape_input, unpack_varlen_hex)
2874 (convert_int_to_ascii, convert_ascii_to_int): Move to
2875 common/rsp-low.c.
2876 * regcache.c: Include rsp-low.h.
2877 * ax.c: Include rsp-low.h.
2878 * Makefile.in (SFILES): Add common/rsp-low.c.
2879 (OBS): Add rsp-low.o.
2880 (rsp-low.o): New target.
2881
01fd3ea5
TT
28822014-02-12 Tom Tromey <tromey@redhat.com>
2883
2884 * utils.h (pulongest, plongest, phex_nz): Don't declare.
2885 Include print-utils.h.
2886 * utils.c (NUMCELLS, CELLSIZE, get_cell, decimal2str, pulongest)
2887 (plongest, thirty_two, phex_nz): Remove.
2888 * Makefile.in (SFILES): Add common/print-utils.c.
2889 (OBS): Add print-utils.o.
2890 (print-utils-ipa.o): New target.
2891 (print-utils.o): New target.
2892 (IPA_OBJS): Add print-utils-ipa.o.
2893
e99dc820
TT
28942014-02-06 Tom Tromey <tromey@redhat.com>
2895
2896 * Makefile.in (SFILES): Fix indentation.
2897
ee1e2d4f
DE
28982014-02-05 Doug Evans <dje@google.com>
2899
2900 * linux-low.c (linux_wait_for_event): Improve comment.
2901 (linux_wait_1): Keep current_inferior in sync with event_child.
2902
f5a02773
DE
29032014-01-22 Doug Evans <dje@google.com>
2904
2905 * gdbthread.h (gdb_id_to_thread): Delete, unused.
2906
87ce2a04
DE
29072014-01-22 Doug Evans <dje@google.com>
2908
2909 * configure.ac (AC_CHECK_FUNCS): Add test for gettimeofday.
2910 * configure: Regenerate.
2911 * config.in: Regenerate.
2912 * Makefile.in (SFILES): Add debug.c.
2913 (OBS): Add debug.o.
2914 * debug.c: New file.
2915 * debug.h: New file.
2916 * linux-aarch64-low.c (*): Update all debugging printfs to use
2917 debug_printf instead of fprintf.
2918 * linux-arm-low.c (*): Ditto.
2919 * linux-cris-low.c (*): Ditto.
2920 * linux-crisv32-low.c (*): Ditto.
2921 * linux-m32r-low.c (*): Ditto.
2922 * linux-sparc-low.c (*): Ditto.
2923 * linux-x86.c (*): Ditto.
2924 * linux-low.c (*): Ditto.
2925 (linux_wait_1): Add calls to debug_enter, debug_exit.
2926 (linux_wait): Remove redundant debugging printf.
2927 (stop_all_lwps): Add calls to debug_enter, debug_exit.
2928 (linux_resume, unstop_all_lwps): Ditto.
2929 * mem-break.c (*): Update all debugging printfs to use
2930 debug_printf instead of fprintf.
2931 * remote-utils.c (*): Ditto.
2932 * thread-db.c (*): Ditto.
2933 * server.c #include <ctype.h>, "gdb_vecs.h".
2934 (debug_threads): Moved to debug.c.
2935 (*): Update all debugging printfs to use debug_printf instead of
2936 fprintf.
2937 (start_inferior): Replace call to fflush with call to debug_flush.
2938 (monitor_show_help): Mention set debug-format.
2939 (parse_debug_format_options): New function.
2940 (handle_monitor_command): Handle "monitor set debug-format".
2941 (gdbserver_usage): Mention --debug-format.
2942 (main): Parse --debug-format.
2943 * server.h (debug_threads): Declaration moved to debug.h.
2944 #include "debug.h".
2945 * tracepoint.c (trace_debug_1) [!IN_PROCESS_AGENT]: Add version of
2946 trace_debug_1 that uses debug_printf.
2947 (tracepoint_look_up_symbols): Update all debugging printfs to use
2948 debug_printf instead of fprintf.
2949
e671835b
BS
29502014-01-20 Baruch Siach <baruch@tkos.co.il>
2951
2952 * linux-xtensa-low.c: Include asm/ptrace.h instead of
2953 sys/ptrace.h.
2954
b5737fa9
PA
29552014-01-17 Pedro Alves <palves@redhat.com>
2956
ea38d2a9 2957 PR build/16445
c7faa97a
PA
2958 * linux-x86-low.c: Don't include elf/common.h if ELFMAG0 is
2959 defined after including gdb_proc_service.h.
b5737fa9 2960
40ed484e
DE
29612014-01-16 Doug Evans <dje@google.com>
2962
2963 * dll.c (UNSPECIFIED_CORE_ADDR): New macro.
2964 (match_dll): Use it.
2965
969c39fb
MM
29662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2967
2968 * target.h (target_ops) <read_btrace>: Change parameters and
2969 return type to allow error reporting.
2970 * server.c (handle_qxfer_btrace): Support delta reads. Pass
2971 trace reading errors on.
2972 * linux-low.c (linux_low_read_btrace): Pass trace reading
2973 errors on.
2974 (linux_low_disable_btrace): New.
2975
ab7f45ba
DE
29762014-01-15 Doug Evans <dje@google.com>
2977
2978 * inferiors.c (thread_id_to_gdb_id): Delete.
2979 * inferiors.h (thread_id_to_gdb_id): Delete.
2980
66af0f44
EZ
29812014-01-13 Eli Zaretskii <eliz@gnu.org>
2982
2983 * Makefile.in (INCLUDE_CFLAGS): Remove trailing slash from
2984 "-I$(srcdir)/../". Fixes MinGW compilation errors with old GCC
2985 versions.
2986
9939e131
PA
29872014-01-08 Pedro Alves <palves@redhat.com>
2988
2989 * server.c (handle_status): Don't discard previous queued stop
2990 replies or thread's pending status here.
2991 (main) <disconnection>: Do it here instead.
2992
b7ea362b
PA
29932014-01-08 Pedro Alves <palves@redhat.com>
2994
2995 * gdbthread.h (struct thread_info) <status_pending_p>: New field.
2996 * server.c (visit_actioned_threads, handle_pending_status): New
2997 function.
2998 (handle_v_cont): Factor out parts to ...
2999 (resume): ... this new function. If in all-stop, and a thread
3000 being resumed has a pending status, report it without actually
3001 resuming.
3002 (myresume): Adjust to use the new 'resume' function.
3003 (clear_pending_status_callback, set_pending_status_callback)
3004 (find_status_pending_thread_callback): New functions.
3005 (handle_status): Handle the case of multiple threads having
3006 interesting statuses to report. Report threads' real last signal
3007 instead of always reporting GDB_SIGNAL_TRAP. Look for a thread
3008 with an interesting thread to report the status for, instead of
3009 always reporting the status of the first thread.
3010
28498c42
JB
30112014-01-01 Joel Brobecker <brobecker@adacore.com>
3012
3013 * gdbserver.c (gdbserver_version): Set copyright year to 2014.
3014 * gdbreplay.c (gdbreplay_version): Likewise.
3015
f45c82da
YZ
30162013-12-18 Yufeng Zhang <yufeng.zhang@arm.com>
3017
3018 * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Set
3019 iov.iov_len with the real length in use.
3020
379a5e2d
JB
30212013-12-13 Joel Brobecker <brobecker@adacore.com>
3022
3023 * Makefile.in (safe-ctype.o, lbasename.o): New rules.
3024 * configure.srv: Add safe-ctype.o and lbasename.o to srv_tgtobj
3025 for all targets that use win32-low.c.
3026 * win32-low.c (win32_ensure_ntdll_loaded): New function.
3027 (do_initial_child_stuff): Add call to win32_ensure_ntdll_loaded.
3028
4210d83e
PA
30292013-12-13 Pedro Alves <palves@redhat.com>
3030
3031 * target.c (mywait): Set OURSTATUS->KIND to TARGET_WAITKIND_STOPPED
3032 if equal to TARGET_WAITKIND_LOADED.
3033 * win32-low.c (cached_status): New static global.
3034 (win32_wait): Add declaration.
3035 (do_initial_child_stuff): Flush all initial pending debug events
3036 up to the initial breakpoint.
3037 (win32_wait): If CACHED_STATUS was set, return that instead
3038 of doing a real wait. Remove the code resuming the execution
3039 of the inferior after receiving a TARGET_WAITKIND_LOADED event
3040 during the initial phase. Also remove the code changing
3041 OURSTATUS->KIND from TARGET_WAITKIND_LOADED to
3042 TARGET_WAITKIND_STOPPED.
3043
e7f0d979
YQ
30442013-12-11 Yao Qi <yao@codesourcery.com>
3045
3046 * notif.c (handle_notif_ack): Return 0 if no notification
3047 matches.
3048
ebcf782c
DE
30492013-11-20 Doug Evans <dje@google.com>
3050
3051 * linux-low.c (linux_set_resume_request): Fix comment.
3052
20ad9378
DE
30532013-11-20 Doug Evans <dje@google.com>
3054
3055 * linux-low.c (resume_status_pending_p): Tweak comment.
3056
a196ebeb
WT
30572013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
3058
3059 * Makefile.in: Add i386-mpx.c, i386-mpx-linux.c, amd64-mpx.c,
3060 amd64-mpx-linux.c, x32-mpx.c and x32-mpx-linux.c generation.
3061 * configure.srv (srv_i386_regobj): Add i386-mpx.o.
3062 (srv_i386_linux_regobj): Add i386-mpx-linux.o.
3063 (srv_amd64_regobj): Add amd64-mpx.o.
3064 (srv_amd64_linux_regobj): Add amd64-mpx-linux.o.
3065 (srv_i386_32bit_xmlfiles): Add i386/32bit-mpx.xml.
3066 (srv_i386_64bit_xmlfiles): Add i386/64bit-mpx.xml.
3067 * i387-fp.c (num_pl_bnd_register) Added constant.
3068 (num_pl_bnd_cfg_registers) Added constant.
3069 (struct i387_xsave) Added reserved area and MPX fields.
3070 (i387_cache_to_xsave, i387_xsave_to_cache) Add MPX.
3071 * linux-x86-low.c (init_registers_i386_mpx_linux): Declare new
3072 function.
3073 (tdesc_i386_mpx_linux): Add MPX amd64 target.
3074 (init_registers_amd64_mpx_linux): Declare new function.
3075 (tdesc_amd64_mpx_linux): Add MPX amd64 target.
3076 (x86_64_regmap): Add MPX registers.
3077 (x86_linux_read_description): Add MPX case.
3078 (initialize_low_arch): Initialize MPX targets.
3079
0080a2f6
TT
30802013-11-18 Tom Tromey <tromey@redhat.com>
3081
3082 * configure: Rebuild.
3083 * configure.ac: Don't check for stdlib.h.
3084 * gdbreplay.c: Unconditionally include stdlib.h.
3085
2978b111
TT
30862013-11-18 Tom Tromey <tromey@redhat.com>
3087
3088 * config.in: Rebuild.
3089 * configure: Rebuild.
3090 * configure.ac: Don't use AC_HEADER_DIRENT.
3091
a3d08894
TT
30922013-11-18 Tom Tromey <tromey@redhat.com>
3093
3094 * server.h: Don't check HAVE_STRING_H.
3095 * gdbreplay.c: Don't check HAVE_STRING_H.
3096 * configure: Rebuild.
3097
0a5dd17d
TT
30982013-11-18 Tom Tromey <tromey@redhat.com>
3099
3100 * Makefile.in (gdbreplay$(EXEEXT)): Depend on and link against
3101 LIBGNU.
3102
1bd2f0ba
TT
31032013-11-08 Tom Tromey <tromey@redhat.com>
3104
3105 * configure, config.in: Rebuild.
3106 * configure.ac: Remove unused configury.
3107
3266f10b
TT
31082013-11-08 Tom Tromey <tromey@redhat.com>
3109
3110 * acinclude.m4: Include common.m4, codeset.m4.
3111 * configure, config.in: Rebuild.
3112 * configure.ac: Use GDB_AC_COMMON.
3113
6682d959
AA
31142013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
3115
3116 * linux-s390-low.c (HWCAP_S390_TE): New define.
3117 (s390_arch_setup): Consider the TE field in the HWCAP for
3118 determining 'have_regset_tdb'.
3119
fd0a4d76
SDJ
31202013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
3121
3122 PR gdb/16014
3123 * tracepoint.c (download_tracepoint_1): Remove unnecessary double
3124 call to sizeof.
3125
1a3d890b
PA
31262013-10-02 Pedro Alves <palves@redhat.com>
3127
3128 * server.c (process_serial_event): Don't output "GDBserver
3129 exiting" if GDB is connected through stdio.
3130 * target.c (mywait): Likewise, be silent if GDB is connected
3131 through stdio.
3132
97ad4581
JB
31332013-10-01 Joel Brobecker <brobecker@adacore.com>
3134
3135 * lynx-low.c (lynx_add_threads_after_attach): New function.
3136 (lynx_attach): Remove call to add_thread. Add call to
3137 lynx_add_threads_after_attach instead.
3138
5b4e221c
MF
31392013-09-28 Mike Frysinger <vapier@gentoo.org>
3140
3141 * configure.ac (AC_CHECK_HEADERS): Add sys/syscall.h
3142 * config.in, configure: Regenerated.
3143
ee47b2f8
YQ
31442013-09-18 Yao Qi <yao@codesourcery.com>
3145
3146 PR server/15959
3147 * server.c (start_inferior): Clear 'resume_info'.
3148
d6707650 31492013-09-16 Jiong Wang <jiwang@tilera.com>
0f63d4db 3150
d6707650
JW
3151 * linux-tile-low.c (tile_regsets): Modify the size field to 64-bit
3152 for each register.
3153
9243dd0e 31542013-09-16 Jiong Wang <jiwang@tilera.com>
0f63d4db 3155
9243dd0e
JW
3156 * configure.srv <tilegx*-*-linux*>: Remove linux-osdata.o from and add
3157 linux-tile-low.o to srv_tgtobj.
3158
c623a6ef
WN
31592013-09-16 Will Newton <will.newton@linaro.org>
3160
3161 * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Zero
3162 out regs.
3163
fb71d39e
PA
31642013-09-06 Pedro Alves <palves@redhat.com>
3165
3166 * Makefile.in (gdb_proc_service_h, regdef_h, regcache_h)
3167 (signals_def, signals_h, ptid_h, ax_h, agent_h, linux_btrace_h)
3168 (linux_osdata_h, vec_h, gdb_vecs_h, host_defs_h, libiberty_h)
3169 (server_h, gdbthread_h, linux_low_h, linux_ptrace_h)
3170 (gdb_thread_db_h, linux_procfs_h, lynx_low_h, nto_low_h)
3171 (mips_linux_watch_h, i386_low_h, win32_low_h): Delete.
3172
8e7e9910
PA
31732013-09-06 Pedro Alves <palves@redhat.com>
3174
3175 * Makefile.in (linux-btrace.o, mips-linux-watch.o): Remove
3176 explicit header dependencies and use $COMPILE/$POSTCOMPILE.
3177
7c3a12ca
PA
31782013-09-06 Pedro Alves <palves@redhat.com>
3179
3180 * linux-amd64-ipa.c: Include tracepoint.h.
3181 * linux-i386-ipa.c: Include tracepoint.h.
3182
8eb3d7b6
RW
31832013-09-06 Ricard Wanderlof <ricardw@axis.com>
3184
3185 * linux-crisv32-low.c (PTRACE_GET_THREAD_AREA): New macro.
3186 (ps_get_thread_area): New function.
3187
eddddb9d
RW
31882013-09-06 Ricard Wanderlof <ricardw@axis.com>
3189
3190 * linux-crisv32-low.c (elf_gregset_t): Delete typedef.
3191 (initialize_low_arch): Call init_registers_crisv32 rather than
3192 init_register_crisv32.
3193
533b0600
PA
31942013-09-05 Pedro Alves <palves@redhat.com>
3195
3196 * server.h (handle_vFile, hostio_last_error_from_errno): Move
3197 to ...
3198 * hostio.h: ... this new file.
3199 * hostio.c, server.c, linux-low.c, nto-low.c, spu-low,
3200 win32-low.c: Include hostio.h.
3201
0ce3d3b5
PA
32022013-09-05 Pedro Alves <palves@redhat.com>
3203
3204 * server.h (gdb_client_data, handler_func, callback_handler_func)
3205 (delete_file_handler, add_file_handler, append_callback_event)
3206 (delete_callback_event, start_event_loop, initialize_event_loop):
3207 Move to event-loop.h and include it.
3208 * event-loop.h: New file.
3209
799cdc37
PA
32102013-09-05 Pedro Alves <palves@redhat.com>
3211
3212 * dll.c, inferiors.c, remote-utils.c, server.c: Include "dll.h".
3213 * server.h (struct dll_info, all_dlls, dlls_changed, clear_dlls)
3214 (loaded_dll, unloaded_dll): Move to ...
3215 * dll.h: ... this new file.
3216 * inferiors.c, remote-utils.c, win32-low.c: Include "dll.h".
3217
6a6bbd9d
PA
32182013-09-05 Pedro Alves <palves@redhat.com>
3219
3220 * server.h (current_process, get_thread_process, all_processes)
3221 (add_inferior_to_list, for_each_inferior, current_inferior)
3222 (remove_inferior, add_process, remove_process, find_process_pid)
3223 (have_started_inferiors_p, have_attached_inferiors_p)
3224 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id)
3225 (clear_inferiors, find_inferior, find_inferior_id)
3226 (inferior_target_data, set_inferior_target_data)
3227 (inferior_regcache_data, set_inferior_regcache_data): Move to
3228 inferiors.h, and include it.
3229 * inferiors.h: New file.
3230
f699aaba
PA
32312013-09-05 Pedro Alves <palves@redhat.com>
3232
3233 * server.h (struct emit_ops, current_insn_ptr, emit_error):
3234 Move ...
72f4393d 3235 * ax.h: ... here.
f699aaba 3236
c144c7a0
PA
32372013-09-05 Pedro Alves <palves@redhat.com>
3238
3239 * ax.c, linux-low.c, linux-x86-low.c, server.c: Include
3240 tracepoint.h.
3241 * server.h (IPA_BUFSIZ, initialize_tracepoint, tracing)
3242 (disconnected_tracing, tracepoint_look_up_symbols, stop_tracing
3243 (handle_tracepoint_general_set, handle_tracepoint_query)
3244 (tracepoint_finished_step, tracepoint_was_hit)
3245 (release_while_stepping_state_list, current_traceframe)
3246 (in_readonly_region, traceframe_read_mem)
3247 (fetch_traceframe_registers, traceframe_read_sdata)
3248 (traceframe_read_info, struct fast_tpoint_collect_status)
3249 (fast_tracepoint_collecting, force_unlock_trace_buffer)
3250 (handle_tracepoit_bkpts, initialize_low_tracepoint)
3251 (supply_fast_tracepoint_registers)
3252 (supply_static_tracepoint_registers, set_trampoline_buffer_space)
3253 (ipa_tdesc, claim_trampoline_space)
3254 (have_fast_tracepoint_trampoline_buffer, gdb_agent_about_to_close)
3255 (agent_mem_read, agent_get_trace_state_variable_value)
3256 (agent_set_trace_state_variable_value, agent_tsv_read)
3257 (agent_mem_read_string, get_raw_reg_func_addr)
3258 (get_get_tsv_func_addr, get_set_tsv_func_addr): Move to ...
3259 * tracepoint.h: ... this new file.
3260
ff42e6ab
PA
32612013-09-05 Pedro Alves <palves@redhat.com>
3262
3263 * server.h (perror_with_name, error, fatal, warning, paddress)
3264 (pulongest, plongest, phex_nz, pfildes): Move to utils.h, and
3265 include it.
3266 * utils.h: New file.
3267
541af0f4
PA
32682013-09-05 Pedro Alves <palves@redhat.com>
3269
3270 * server.h (remote_debug, noack_mode, transport_is_reliable)
3271 (gdb_connected, STDIO_CONNECTION_NAME, remote_connection_is_stdio)
3272 (read_ptid, write_ptid, putpkt, putpkt_binary, putpkt_notif)
3273 (getpkt, remote_prepare, remote_open, remote_close, write_ok)
3274 (write_enn, initialize_async_io, enable_async_io)
3275 (disable_async_io, check_remote_input_interrupt_request)
3276 (convert_ascii_to_int, convert_int_to_ascii, new_thread_notify)
3277 (dead_thread_notify, prepare_resume_reply)
3278 (decode_address_to_semicolon, decode_address, decode_m_packet)
3279 (decode_M_packet, decode_X_packet, decode_xfer_write)
3280 (decode_search_memory_packet, unhexify, hexify)
3281 (remote_escape_output, unpack_varlen_hex, clear_symbol_cache)
3282 (look_up_one_symbol, relocate_instruction)
3283 (monitor_output): Move to remote-utils.h, and include it.
3284 * remote-utils.h: New file.
3285
eebdf26b
PA
32862013-09-05 Pedro Alves <palves@redhat.com>
3287
3288 * server.h (_): Delete.
3289
3aafd2ff
PA
32902013-09-02 Pedro Alves <palves@redhat.com>
3291
3292 * tracepoint.c (TRACEFRAME_EOB_MARKER_SIZE): New macro.
3293 (init_trace_buffer): Ensure at least TRACEFRAME_EOB_MARKER_SIZE is
3294 allocated.
3295 (trace_buffer_alloc): Use TRACEFRAME_EOB_MARKER_SIZE.
3296
cee83bcb
PM
32972013-09-02 Pierre Muller <muller@sourceware.org>
3298
3299 * win32-low.c (child_xfer_memory): Check if ReadProcessMemory
3300 or WriteProcessMemory complete successfully and handle
3301 ERROR_PARTIAL_COPY error.
3302
9a13b2fa
PA
33032013-09-02 Pedro Alves <palves@redhat.com>
3304
3305 * server.c (gdb_read_memory): Return -1 on traceframe memory read
3306 error instead of EIO.
3307
602e3198
JK
33082013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3309
3310 PR server/15604
3311 * linux-low.c: Include filestuff.h.
3312 (linux_create_inferior) <pid == 0>: Call close_most_fds.
3313 * lynx-low.c: Include filestuff.h.
3314 (lynx_create_inferior) <pid == 0>: Call close_most_fds.
3315 * server.c: Include filestuff.h.
3316 (main): Call notice_open_fds.
3317 * spu-low.c: Include filestuff.h.
3318 (spu_create_inferior) <pid == 0>: Call close_most_fds.
3319
96d7229d
LM
33202013-08-22 Luis Machado <lgustavo@codesourcery.com>
3321
3322 * Makefile.in: Explain why ../target and ../nat are not
3323 listed as include file search paths.
3324 (linux-waitpid.o): New object file rule.
3325 * configure.srv (srv_native_linux_obj): New variable.
3326 Replace all occurrences of linux native object files with
3327 $srv_native_linux_obj.
3328 * linux-low.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
3329 (HAS_NOMMU): Move defining logic to common/linux-ptrace.c.
3330 (linux_enable_event_reporting): Remove declaration.
3331 (my_waitpid): Moved to common/linux-waitpid.c.
3332 (linux_wait_for_event): Pass ptid when calling
3333 linux_enable_event_reporting.
3334 (linux_supports_tracefork_flag): Remove.
3335 (linux_enable_event_reporting): Likewise.
3336 (linux_tracefork_grandchild): Remove.
3337 (STACK_SIZE): Moved to common/linux-ptrace.c.
3338 (linux_tracefork_child): Remove.
3339 (linux_test_for_tracefork): Remove.
3340 (linux_look_up_symbols): Call linux_supports_traceclone.
3341 (initialize_low): Remove call to linux_test_for_tracefork.
3342 * linux-low.h (PTRACE_TYPE_ARG3): Move to
3343 common/linux-ptrace.h.
3344 (PTRACE_TYPE_ARG4): Likewise.
3345 Include linux-ptrace.h.
3346
32940073
PA
33472013-08-21 Pedro Alves <palves@redhat.com>
3348
3349 * config.in: Renegerate.
3350
33b60d58 33512013-08-19 Luis Machado <lgustavo@codesourcery.com>
a261b8f5 3352
33b60d58
LM
3353 * Makefile.in (INCLUDE_CFLAGS): Include -I$(srcdir)/../.
3354 (SFILES): Remove $(srcdir)/common/target-common.c and
3355 add $(srcdir)/target/waitstatus.c.
3356 (OBS): Remove target-common.o and add waitstatus.o.
3357 (server_h): Remove $(srcdir)/../common/target-common.h and
3358 add $(srcdir)/../target/resume.h, $(srcdir)/../target/wait.h
3359 and $(srcdir)/../target/waitstatus.h.
3360 (target-common.o): Remove.
3361 (waitstatus.o): New target object file.
3362 * target.h: Do not include target-common.h and
3363 include target/resume.h, target/wait.h and
3364 target/waitstatus.h.
3365
b8e1b30e
LM
33662013-08-13 Luis Machado <lgustavo@codesourcery.com>
3367
3368 * linux-arm-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
3369 to PTRACE_TYPE_ARG3.
3370 * linux-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
3371 to PTRACE_TYPE_ARG3 and PTRACE_ARG4_TYPE to
3372 PTRACE_TYPE_ARG4.
3373 * linux-low.h (PTRACE_ARG3_TYPE): Rename to PTRACE_TYPE_ARG3.
3374 (PTRACE_ARG4_TYPE): Rename to PTRACE_TYPE_ARG4.
3375
7a60ad40
YQ
33762013-07-27 Jie Zhang <jie@codesourcery.com>
3377 Daniel Jacobowitz <dan@codesourcery.com>
3378 Yao Qi <yao@codesourcery.com>
3379
3380 * Makefile.in (SFILES): Add common/mips-linux-watch.c.
3381 (mips-linux-watch.o): New rule.
3382 (mips_linux_watch_h): New variable.
3383 * configure.srv <mips*-*-linux*>: Add mips-linux-watch.o to
3384 srv_tgtobj.
3385 * linux-mips-low.c: Include mips-linux-watch.h.
3386 (struct arch_process_info, struct arch_lwp_info): New.
3387 (update_watch_registers_callback): New function.
3388 (mips_linux_new_process, mips_linux_new_thread) New functions.
3389 (mips_linux_prepare_to_resume, mips_insert_point): New
3390 functions.
3391 (mips_remove_point, mips_stopped_by_watchpoint): New
3392 functions.
3393 (rsp_bp_type_to_target_hw_bp_type): New function.
3394 (mips_stopped_data_address): New function.
3395 (the_low_target): Add watchpoint support functions.
3396
de6f69ad
YQ
33972013-07-27 Yao Qi <yao@codesourcery.com>
3398
3399 * i386-low.c: Include break-common.h.
3400 (enum target_hw_bp_type): Remove.
3401
3360c0bf
LM
34022013-07-24 Luis Machado <lgustavo@codesourcery.com>
3403
3404 * Makefile.in (SFILES): /common/target-common.c.
3405 (OBS): Add target-common.o.
3406 (server_h): Add $(srcdir)/../common/target-common.h.
3407 (target-common.o): New target.
3408 * server.c (queue_stop_reply_callback): Free
3409 status string after use.
3410 * target.c (target_waitstatus_to_string): Remove.
3411 * target.h: Include target-common.h.
3412 (resume_kind): Likewise.
3413 (target_waitkind): Likewise.
3414 (target_waitstatus): Likewise.
3415 (TARGET_WNOHANG): Likewise.
3416
bd885420
YQ
34172013-07-04 Yao Qi <yao@codesourcery.com>
3418
3419 * Makefile.in (host_alias): Use @host_noncanonical@.
3420 (target_alias): Use @target_noncanonical@.
3421 * configure.ac: Use ACX_NONCANONICAL_TARGET and
3422 ACX_NONCANONICAL_HOST.
3423 * configure: Regenerated.
3424
3425 Revert:
3426 2013-06-28 Mircea Gherzan <mircea.gherzan@intel.com>
3427
3428 * configure.ac (version_host, version_target): Set and AC_SUBST them.
3429 * configure: Rebuild.
3430 * Makefile.in (version_host, version_target): Get from configure.
3431 (version.c): Use $(version_host) and $(version_target).
3432
17ef446e
PA
34332013-07-03 Pedro Alves <palves@redhat.com>
3434
3435 * Makefile.in (config.status): Depend on development.sh.
3436 * acinclude.m4: Include libmcheck.m4.
3437 * configure: Regenerate.
3438
7a9a7487
MG
34392013-07-02 Mircea Gherzan <mircea.gherzan@intel.com>
3440
3441 * win32-low.c (winapi_DebugActiveProcessStop): Move the WINAPI
3442 attribute inside the parentheses.
3443 (winapi_DebugSetProcessKillOnExit): Ditto.
3444 (winapi_DebugBreakProcess): Ditto.
3445 (winapi_GenerateConsoleCtrlEvent): Ditto.
a261b8f5 3446
49b64de6
MG
34472013-07-02 Mircea Gherzan <mircea.gherzan@intel.com>
3448
3449 * notif.h (notif_event): Add a dummy member to avoid compiler
3450 errors.
3451
d5749ee7
PA
34522013-07-01 Pedro Alves <palves@redhat.com>
3453
3454 * hostio.c (HOSTIO_PATH_MAX): Define.
3455 (require_filename, handle_open, handle_unlink, handle_readlink):
3456 Use it.
3457
d8d2a3ee
PA
34582013-07-01 Pedro Alves <palves@redhat.com>
3459
3460 * server.h: Include "pathmax.h".
3461 * linux-low.c: Don't include sys/param.h.
3462 (linux_pid_exe_is_elf_64_file): Use PATH_MAX instead of
3463 MAXPATHLEN.
3464 * win32-low.c: Don't include sys/param.h.
3465 (win32_create_inferior): Use PATH_MAX instead of MAXPATHLEN.
3466
bc7dea8d
PA
34672013-07-01 Pedro Alves <palves@redhat.com>
3468
3469 * event-loop.c: Don't check HAVE_UNISTD_H before including
3470 <unistd.h>.
3471 * gdbreplay.c: Likewise.
3472 * remote-utils.c: Likewise.
3473 * server.c: Likewise.
3474 * configure.ac: Don't check for unistd.h.
3475 * configure: Regenerate.
3476
d6c2da54
TT
34772013-06-28 Tom Tromey <tromey@redhat.com>
3478
3479 * Makefile.in (version.c): Use version.in, not
3480 common/version.in.
3481
257b6bec
MG
34822013-06-28 Mircea Gherzan <mircea.gherzan@intel.com>
3483
3484 * configure.ac (version_host, version_target): Set and AC_SUBST them.
3485 * configure: Rebuild.
3486 * Makefile.in (version_host, version_target): Get from configure.
3487 (version.c): Use $(version_host) and $(version_target).
3488
86ebe149
DK
34892013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
3490
3491 Fix trace-status to output user name without trailing colon.
3492 * tracepoint.c (cmd_qtstatus): Remove unnecessary colon from user name.
3493
f30aa5af
DK
34942013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
3495
3496 Fix trace-status to output proper start-time and stop-time.
3497 * tracepoint.c (cmd_qtstatus): Modify trace-status output to
3498 output start time and stop time in hex as gdb expects.
3499
28a93511
YQ
35002013-06-26 Pedro Alves <pedro@codesourcery.com>
3501
3502 * tracepoint.c (build_traceframe_info_xml): Output trace state
3503 variables present in the trace buffer.
3504
01208463
TT
35052013-06-24 Tom Tromey <tromey@redhat.com>
3506
3507 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
3508 create-version.sh.
3509 (version.o): Remove.
3510 * gdbreplay.c: Include version.h.
3511 (version, host_name): Don't declare.
3512 * server.h: Include version.h.
3513 (version, host_name): Don't declare.
3514
760256f9
PA
35152013-06-12 Pedro Alves <palves@redhat.com>
3516
3517 * linux-x86-low.c (linux_is_elf64): Delete global.
3518 (x86_siginfo_fixup): Replace reference to `linux_is_elf64' global
3519 with local linux_pid_exe_is_elf_64_file use.
3520
030031ee
PA
35212013-06-11 Pedro Alves <palves@redhat.com>
3522
3523 * linux-low.c (regset_disabled, disable_regset): New functions.
3524 (regsets_fetch_inferior_registers)
3525 (regsets_store_inferior_registers): Use them.
3526 (initialize_regsets_info); Don't allocate the disabled_regsets
3527 array here.
3528 * linux-low.h (struct regsets_info) <disabled_regsets>: Extend
3529 comment.
3530
5da6eb0a
PA
35312013-06-11 Pedro Alves <palves@redhat.com>
3532
3533 * linux-low.c (initialize_regsets_info): Use xcalloc instead of
3534 xmalloc.
3535
7e5aaa09
PA
35362013-06-11 Pedro Alves <palves@redhat.com>
3537
3538 * linux-x86-low.c (initialize_low_arch): Call
3539 init_registers_x32_avx_linux.
3540
d878444c
JK
35412013-06-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3542
3543 Fix compatibility with Android Bionic.
3544 * linux-low.c (linux_qxfer_libraries_svr4): Ignore first entry even if
3545 it is not empty.
3546
3aee8918
PA
35472013-06-07 Pedro Alves <palves@redhat.com>
3548
5f2b57b5 3549 PR server/14823
3aee8918
PA
3550 * Makefile.in (OBS): Add tdesc.o.
3551 (IPA_OBJS): Add tdesc-ipa.o.
3552 (tdesc-ipa.o): New rule.
3553 * ax.c (gdb_eval_agent_expr): Adjust register_size call to new
3554 interface.
3555 * linux-low.c (new_inferior): Delete.
3556 (disabled_regsets, num_regsets): Delete.
3557 (linux_add_process): Adjust to set the new per-process
3558 new_inferior flag.
3559 (linux_detach_one_lwp): Adjust to call regcache_invalidate_thread.
3560 (linux_wait_for_lwp): Adjust. Only call arch_setup if the event
3561 was a stop. When calling arch_setup, switch the current inferior
3562 to the thread that got an event.
3563 (linux_resume_one_lwp): Adjust to call regcache_invalidate_thread.
3564 (regsets_fetch_inferior_registers)
3565 (regsets_store_inferior_registers): New regsets_info parameter.
3566 Adjust to use it.
3567 (linux_register_in_regsets): New regs_info parameter. Adjust to
3568 use it.
3569 (register_addr, fetch_register, store_register): New usrregs_info
3570 parameter. Adjust to use it.
3571 (usr_fetch_inferior_registers, usr_store_inferior_registers): New
3572 parameter regs_info. Adjust to use it.
3573 (linux_fetch_registers): Get the current inferior's regs_info, and
3574 adjust to use it.
3575 (linux_store_registers): Ditto.
3576 [HAVE_LINUX_REGSETS] (initialize_regsets_info): New.
3577 (initialize_low): Don't initialize the target_regsets here. Call
3578 initialize_low_arch.
3579 * linux-low.h (target_regsets): Delete declaration.
3580 (struct regsets_info): New.
3581 (struct usrregs_info): New.
3582 (struct regs_info): New.
3583 (struct process_info_private) <new_inferior>: New field.
3584 (struct linux_target_ops): Delete the num_regs, regmap, and
3585 regset_bitmap fields. New field regs_info.
3586 [HAVE_LINUX_REGSETS] (initialize_regsets_info): Declare.
3587 * i387-fp.c (num_xmm_registers): Delete.
3588 (i387_cache_to_fsave, i387_fsave_to_cache): Adjust find_regno
3589 calls to new interface.
3590 (i387_cache_to_fxsave, i387_cache_to_xsave, i387_fxsave_to_cache)
3591 (i387_xsave_to_cache): Adjust find_regno calls to new interface.
3592 Infer the number of xmm registers from the regcache's target
3593 description.
3594 * i387-fp.h (num_xmm_registers): Delete.
3595 * inferiors.c (add_thread): Don't install the thread's regcache
3596 here.
3597 * proc-service.c (gregset_info): Fetch the current inferior's
3598 regs_info. Adjust to use it.
3599 * regcache.c: Include tdesc.h.
3600 (register_bytes, reg_defs, num_registers)
3601 (gdbserver_expedite_regs): Delete.
3602 (get_thread_regcache): If the thread doesn't have a regcache yet,
3603 create one, instead of aborting gdbserver.
3604 (regcache_invalidate_one): Rename to ...
3605 (regcache_invalidate_thread): ... this.
3606 (regcache_invalidate_one): New.
3607 (regcache_invalidate): Only invalidate registers of the current
3608 process.
3609 (init_register_cache): Add target_desc parameter, and use it.
3610 (new_register_cache): Ditto. Assert the target description has a
3611 non zero registers_size.
3612 (regcache_cpy): Add assertions. Adjust.
3613 (realloc_register_cache, set_register_cache): Delete.
3614 (registers_to_string, registers_from_string): Adjust.
3615 (find_register_by_name, find_regno, find_register_by_number)
3616 (register_cache_size): Add target_desc parameter, and use it.
3617 (free_register_cache_thread, free_register_cache_thread_one)
3618 (regcache_release, register_cache_size): New.
3619 (register_size): Add target_desc parameter, and use it.
3620 (register_data, supply_register, supply_register_zeroed)
3621 (supply_regblock, supply_register_by_name, collect_register)
3622 (collect_register_as_string, collect_register_by_name): Adjust.
3623 * regcache.h (struct target_desc): Forward declare.
3624 (struct regcache) <tdesc>: New field.
3625 (init_register_cache, new_register_cache): Add target_desc
3626 parameter.
3627 (regcache_invalidate_thread): Declare.
3628 (regcache_invalidate_one): Delete declaration.
3629 (regcache_release): Declare.
3630 (find_register_by_number, register_cache_size, register_size)
3631 (find_regno): Add target_desc parameter.
3632 (gdbserver_expedite_regs, gdbserver_xmltarget): Delete
3633 declarations.
3634 * remote-utils.c: Include tdesc.h.
3635 (outreg, prepare_resume_reply): Adjust.
3636 * server.c: Include tdesc.h.
3637 (gdbserver_xmltarget): Delete declaration.
3638 (get_features_xml, process_serial_event): Adjust.
3639 * server.h [IN_PROCESS_AGENT] (struct target_desc): Forward
3640 declare.
3641 (struct process_info) <tdesc>: New field.
3642 (ipa_tdesc): Declare.
3643 * tdesc.c: New file.
3644 * tdesc.h: New file.
3645 * tracepoint.c: Include tdesc.h.
3646 [IN_PROCESS_AGENT] (ipa_tdesc): Define.
3647 (get_context_regcache): Adjust to pass ipa_tdesc down.
3648 (do_action_at_tracepoint): Adjust to get the register cache size
3649 from the context regcache's description.
3650 (traceframe_walk_blocks): Adjust to get the register cache size
3651 from the current trace frame's description.
3652 (traceframe_get_pc): Adjust to get current trace frame's
3653 description and pass it down.
3654 (gdb_collect): Adjust to get the register cache size from the
3655 IPA's description.
3656 * linux-amd64-ipa.c (tdesc_amd64_linux): Declare.
3657 (gdbserver_xmltarget): Delete.
3658 (initialize_low_tracepoint): Set the ipa's target description.
3659 * linux-i386-ipa.c (tdesc_i386_linux): Declare.
3660 (initialize_low_tracepoint): Set the ipa's target description.
3661 * linux-x86-low.c: Include tdesc.h.
3662 [__x86_64__] (is_64bit_tdesc): New.
3663 (ps_get_thread_area, x86_get_thread_area): Use it.
3664 (i386_cannot_store_register): Rename to ...
3665 (x86_cannot_store_register): ... this. Use is_64bit_tdesc.
3666 (i386_cannot_fetch_register): Rename to ...
3667 (x86_cannot_fetch_register): ... this. Use is_64bit_tdesc.
3668 (x86_fill_gregset, x86_store_gregset): Adjust register_size calls
3669 to new interface.
3670 (target_regsets): Rename to ...
3671 (x86_regsets): ... this.
3672 (x86_get_pc, x86_set_pc): Adjust register_size calls to new
3673 interface.
3674 (x86_siginfo_fixup): Use is_64bit_tdesc.
3675 [__x86_64__] (tdesc_amd64_linux, tdesc_amd64_avx_linux)
3676 (tdesc_x32_avx_linux, tdesc_x32_linux)
3677 (tdesc_i386_linux, tdesc_i386_mmx_linux, tdesc_i386_avx_linux):
3678 Declare.
3679 (x86_linux_update_xmltarget): Delete.
3680 (I386_LINUX_XSAVE_XCR0_OFFSET): Define.
3681 (have_ptrace_getfpxregs, have_ptrace_getregset): New.
3682 (AMD64_LINUX_USER64_CS): New.
3683 (x86_linux_read_description): New, based on
3684 x86_linux_update_xmltarget.
3685 (same_process_callback): New.
3686 (x86_arch_setup_process_callback): New.
3687 (x86_linux_update_xmltarget): New.
3688 (x86_regsets_info): New.
3689 (amd64_linux_regs_info): New.
3690 (i386_linux_usrregs_info): New.
3691 (i386_linux_regs_info): New.
3692 (x86_linux_regs_info): New.
3693 (x86_arch_setup): Reimplement.
3694 (x86_install_fast_tracepoint_jump_pad): Use is_64bit_tdesc.
3695 (x86_emit_ops): Ditto.
3696 (the_low_target): Adjust. Install x86_linux_regs_info,
3697 x86_cannot_fetch_register, and x86_cannot_store_register.
3698 (initialize_low_arch): New.
3699 * linux-ia64-low.c (tdesc_ia64): Declare.
3700 (ia64_fetch_register): Adjust.
3701 (ia64_usrregs_info, regs_info): New globals.
3702 (ia64_regs_info): New function.
3703 (the_low_target): Adjust.
3704 (initialize_low_arch): New function.
3705 * linux-sparc-low.c (tdesc_sparc64): Declare.
3706 (sparc_fill_gregset_to_stack, sparc_store_gregset_from_stack):
3707 Adjust.
3708 (sparc_arch_setup): New function.
3709 (sparc_regsets_info, sparc_usrregs_info, regs_info): New globals.
3710 (the_low_target): Adjust.
3711 (initialize_low_arch): New function.
3712 * linux-ppc-low.c (tdesc_powerpc_32l, tdesc_powerpc_altivec32l)
3713 (tdesc_powerpc_cell32l, tdesc_powerpc_vsx32l)
3714 (tdesc_powerpc_isa205_32l, tdesc_powerpc_isa205_altivec32l)
3715 (tdesc_powerpc_isa205_vsx32l, tdesc_powerpc_e500l)
3716 (tdesc_powerpc_64l, tdesc_powerpc_altivec64l)
3717 (tdesc_powerpc_cell64l, tdesc_powerpc_vsx64l)
3718 (tdesc_powerpc_isa205_64l, tdesc_powerpc_isa205_altivec64l)
3719 (tdesc_powerpc_isa205_vsx64l): Declare.
3720 (ppc_cannot_store_register, ppc_collect_ptrace_register)
3721 (ppc_supply_ptrace_register, parse_spufs_run, ppc_get_pc)
3722 (ppc_set_pc, ppc_get_hwcap): Adjust.
3723 (ppc_usrregs_info): Forward declare.
3724 (!__powerpc64__) ppc_regmap_adjusted: New global.
3725 (ppc_arch_setup): Adjust to the current process'es target
3726 description.
3727 (ppc_fill_vsxregset, ppc_store_vsxregset, ppc_fill_vrregset)
3728 (ppc_store_vrregset, ppc_fill_evrregset, ppc_store_evrregse)
3729 (ppc_store_evrregset): Adjust.
3730 (target_regsets): Rename to ...
3731 (ppc_regsets): ... this, and make static.
3732 (ppc_usrregs_info, ppc_regsets_info, regs_info): New globals.
3733 (ppc_regs_info): New function.
3734 (the_low_target): Adjust.
3735 (initialize_low_arch): New function.
3736 * linux-s390-low.c (tdesc_s390_linux32, tdesc_s390_linux32v1)
3737 (tdesc_s390_linux32v2, tdesc_s390_linux64, tdesc_s390_linux64v1)
3738 (tdesc_s390_linux64v2, tdesc_s390x_linux64, tdesc_s390x_linux64v1)
3739 (tdesc_s390x_linux64v2): Declare.
3740 (s390_collect_ptrace_register, s390_supply_ptrace_register)
3741 (s390_fill_gregset, s390_store_last_break): Adjust.
3742 (target_regsets): Rename to ...
3743 (s390_regsets): ... this, and make static.
3744 (s390_get_pc, s390_set_pc): Adjust.
3745 (s390_get_hwcap): New target_desc parameter, and use it.
3746 [__s390x__] (have_hwcap_s390_high_gprs): New global.
3747 (s390_arch_setup): Adjust to set the current process'es target
3748 description. Don't adjust the regmap.
3749 (s390_usrregs_info, s390_regsets_info, regs_info): New globals.
3750 [__s390x__] (s390_usrregs_info_3264, s390_regsets_info_3264)
3751 (regs_info_3264): New globals.
3752 (s390_regs_info): New function.
3753 (the_low_target): Adjust.
3754 (initialize_low_arch): New function.
3755 * linux-mips-low.c (tdesc_mips_linux, tdesc_mips_dsp_linux)
3756 (tdesc_mips64_linux, tdesc_mips64_dsp_linux): Declare.
3757 [__mips64] (init_registers_mips_linux)
3758 (init_registers_mips_dsp_linux): Delete defines.
3759 [__mips64] (tdesc_mips_linux, tdesc_mips_dsp_linux): New defines.
3760 (have_dsp): New global.
3761 (mips_read_description): New, based on mips_arch_setup.
3762 (mips_arch_setup): Reimplement.
3763 (get_usrregs_info): New function.
3764 (mips_cannot_fetch_register, mips_cannot_store_register)
3765 (mips_get_pc, mips_set_pc, mips_fill_gregset, mips_store_gregset)
3766 (mips_fill_fpregset, mips_store_fpregset): Adjust.
3767 (target_regsets): Rename to ...
3768 (mips_regsets): ... this, and make static.
3769 (mips_regsets_info, mips_dsp_usrregs_info, mips_usrregs_info)
3770 (dsp_regs_info, regs_info): New globals.
3771 (mips_regs_info): New function.
3772 (the_low_target): Adjust.
3773 (initialize_low_arch): New function.
3774 * linux-arm-low.c (tdesc_arm, tdesc_arm_with_iwmmxt)
3775 (tdesc_arm_with_vfpv2, tdesc_arm_with_vfpv3, tdesc_arm_with_neon):
3776 Declare.
3777 (arm_fill_vfpregset, arm_store_vfpregset): Adjust.
3778 (arm_read_description): New, with bits factored from
3779 arm_arch_setup.
3780 (arm_arch_setup): Reimplement.
3781 (target_regsets): Rename to ...
3782 (arm_regsets): ... this, and make static.
3783 (arm_regsets_info, arm_usrregs_info, regs_info): New globals.
3784 (arm_regs_info): New function.
3785 (the_low_target): Adjust.
3786 (initialize_low_arch): New function.
3787 * linux-m68k-low.c (tdesc_m68k): Declare.
3788 (target_regsets): Rename to ...
3789 (m68k_regsets): ... this, and make static.
3790 (m68k_regsets_info, m68k_usrregs_info, regs_info): New globals.
3791 (m68k_regs_info): New function.
3792 (m68k_arch_setup): New function.
3793 (the_low_target): Adjust.
3794 (initialize_low_arch): New function.
3795 * linux-sh-low.c (tdesc_sharch): Declare.
3796 (target_regsets): Rename to ...
3797 (sh_regsets): ... this, and make static.
3798 (sh_regsets_info, sh_usrregs_info, regs_info): New globals.
3799 (sh_regs_info, sh_arch_setup): New functions.
3800 (the_low_target): Adjust.
3801 (initialize_low_arch): New function.
3802 * linux-bfin-low.c (tdesc_bfin): Declare.
3803 (bfin_arch_setup): New function.
3804 (bfin_usrregs_info, regs_info): New globals.
3805 (bfin_regs_info): New function.
3806 (the_low_target): Adjust.
3807 (initialize_low_arch): New function.
3808 * linux-cris-low.c (tdesc_cris): Declare.
3809 (cris_arch_setup): New function.
3810 (cris_usrregs_info, regs_info): New globals.
3811 (cris_regs_info): New function.
3812 (the_low_target): Adjust.
3813 (initialize_low_arch): New function.
3814 * linux-cris-low.c (tdesc_crisv32): Declare.
3815 (cris_arch_setup): New function.
3816 (cris_regsets_info, cris_usrregs_info, regs_info): New globals.
3817 (cris_regs_info): New function.
3818 (the_low_target): Adjust.
3819 (initialize_low_arch): New function.
3820 * linux-m32r-low.c (tdesc_m32r): Declare.
3821 (m32r_arch_setup): New function.
3822 (m32r_usrregs_info, regs_info): New globals.
3823 (m32r_regs_info): Adjust.
3824 (initialize_low_arch): New function.
3825 * linux-tic6x-low.c (tdesc_tic6x_c64xp_linux)
3826 (tdesc_tic6x_c64x_linux, tdesc_tic6x_c62x_linux): Declare.
3827 (tic6x_usrregs_info): Forward declare.
3828 (tic6x_read_description): New function, based on ...
3829 (tic6x_arch_setup): ... this. Reimplement.
3830 (target_regsets): Rename to ...
3831 (tic6x_regsets): ... this, and make static.
3832 (tic6x_regsets_info, tic6x_usrregs_info, regs_info): New globals.
3833 (tic6x_regs_info): New function.
3834 (the_low_target): Adjust.
3835 (initialize_low_arch): New function.
3836 * linux-xtensa-low.c (tdesc_xtensa): Declare.
3837 (xtensa_fill_gregset, xtensa_store_gregset): Adjust.
3838 (target_regsets): Rename to ...
3839 (xtensa_regsets): ... this, and make static.
3840 (xtensa_regsets_info, xtensa_usrregs_info, regs_info): New
3841 globals.
3842 (xtensa_arch_setup, xtensa_regs_info): New functions.
3843 (the_low_target): Adjust.
3844 (initialize_low_arch): New function.
3845 * linux-nios2-low.c (tdesc_nios2_linux): Declare.
3846 (nios2_arch_setup): Set the current process'es tdesc.
3847 (target_regsets): Rename to ...
3848 (nios2_regsets): ... this.
3849 (nios2_regsets_info, nios2_usrregs_info, regs_info): New globals.
3850 (nios2_regs_info): New function.
3851 (the_low_target): Adjust.
3852 (initialize_low_arch): New function.
a261b8f5
PA
3853 * linux-aarch64-low.c (tdesc_aarch64): Declare.
3854 (aarch64_arch_setup): Set the current process'es tdesc.
3855 (target_regsets): Rename to ...
3856 (aarch64_regsets): ... this.
3857 (aarch64_regsets_info, aarch64_usrregs_info, regs_info): New globals.
3858 (aarch64_regs_info): New function.
3859 (the_low_target): Adjust.
3860 (initialize_low_arch): New function.
3aee8918
PA
3861 * linux-tile-low.c (tdesc_tilegx, tdesc_tilegx32): Declare
3862 globals.
3863 (target_regsets): Rename to ...
3864 (tile_regsets): ... this.
3865 (tile_regsets_info, tile_usrregs_info, regs_info): New globals.
3866 (tile_regs_info): New function.
3867 (tile_arch_setup): Set the current process'es tdesc.
3868 (the_low_target): Adjust.
3869 (initialize_low_arch): New function.
3870 * spu-low.c (tdesc_spu): Declare.
3871 (spu_create_inferior, spu_attach): Set the new process'es tdesc.
3872 * win32-arm-low.c (tdesc_arm): Declare.
3873 (arm_arch_setup): New function.
3874 (the_low_target): Install arm_arch_setup instead of
3875 init_registers_arm.
3876 * win32-i386-low.c (tdesc_i386, tdesc_amd64): Declare.
3877 (init_windows_x86): Rename to ...
3878 (i386_arch_setup): ... this. Set `win32_tdesc'.
3879 (the_low_target): Adjust.
3880 * win32-low.c (win32_tdesc): New global.
3881 (child_add_thread): Don't create the thread cache here.
3882 (do_initial_child_stuff): Set the new process'es tdesc.
3883 * win32-low.h (struct target_desc): Forward declare.
3884 (win32_tdesc): Declare.
3885 * lynx-i386-low.c (tdesc_i386): Declare global.
3886 (lynx_i386_arch_setup): Set `lynx_tdesc'.
3887 * lynx-low.c (lynx_tdesc): New global.
3888 (lynx_add_process): Set the new process'es tdesc.
3889 * lynx-low.h (struct target_desc): Forward declare.
3890 (lynx_tdesc): Declare global.
3891 * lynx-ppc-low.c (tdesc_powerpc_32): Declare global.
3892 (lynx_ppc_arch_setup): Set `lynx_tdesc'.
3893 * nto-low.c (nto_tdesc): New global.
3894 (do_attach): Set the new process'es tdesc.
3895 * nto-low.h (struct target_desc): Forward declare.
3896 (nto_tdesc): Declare.
3897 * nto-x86-low.c (tdesc_i386): Declare.
3898 (nto_x86_arch_setup): Set `nto_tdesc'.
3899
b1fbec62
GB
39002013-06-04 Gary Benson <gbenson@redhat.com>
3901
3902 * server.c (handle_query): Add "augmented-libraries-svr4-read+"
3903 to qSupported response when appropriate.
3904 (handle_qxfer_libraries_svr4): Allow qXfer:libraries-svr4:read
3905 with nonzero-length annex.
3906 * linux-low.c (linux_qxfer_libraries_svr4): Parse and handle
3907 arguments supplied in annex.
3908
d1ec4ce7
DE
39092013-05-31 Doug Evans <dje@google.com>
3910
ac44adcb 3911 PR server/15594
d1ec4ce7
DE
3912 * linux-x86-low.c (ps_get_thread_area): Properly extend address to
3913 64 bits in 64-cross-32 environment.
3914
9b25f2d3
PA
39152013-05-28 Pedro Alves <palves@redhat.com>
3916
3917 * Makefile.in (clean): Remove reference to aarch64-without-fpu.c.
3918 (aarch64-without-fpu.c): Delete rule.
3919 * configure.srv (aarch64*-*-linux*): Remove references to
3920 aarch64-without-fpu.o and aarch64-without-fpu.xml.
3921 * linux-aarch64-low.c (init_registers_aarch64_without_fpu): Remove
3922 declaration.
3923
6740dc9c
PA
39242013-05-24 Pedro Alves <palves@redhat.com>
3925
3926 * server.c (handle_v_cont) <vCont;r>: Use unpack_varlen_hex
3927 instead of strchr/decode_address. Error if the range isn't split
3928 with a ','. Don't assume there's be a ':' in the action.
3929
c2d6af84
PA
39302013-05-23 Yao Qi <yao@codesourcery.com>
3931 Pedro Alves <palves@redhat.com>
3932
3933 * linux-low.c (lwp_in_step_range): New function.
3934 (linux_wait_1): If the thread was range stepping and stopped
3935 outside the stepping range, report the stop to GDB. Otherwise,
3936 continue stepping. Add range stepping debug output.
3937 (linux_set_resume_request): Copy the step range from the resume
3938 request to the lwp.
3939 (linux_supports_range_stepping): New.
3940 (linux_target_ops) <supports_range_stepping>: Set to
3941 linux_supports_range_stepping.
3942 * linux-low.h (struct linux_target_ops)
3943 <supports_range_stepping>: New field.
3944 (struct lwp_info) <step_range_start, step_range_end>: New fields.
3945 * linux-x86-low.c (x86_supports_range_stepping): New.
3946 (the_low_target) <supports_range_stepping>: Set to
3947 x86_supports_range_stepping.
3948 * server.c (handle_v_cont): Handle 'r' action.
3949 (handle_v_requests): Append ";r" if the target supports range
3950 stepping.
3951 * target.h (struct thread_resume) <step_range_start,
3952 step_range_end>: New fields.
3953 (struct target_ops) <supports_range_stepping>:
3954 New field.
3955 (target_supports_range_stepping): New macro.
3956
58794e1a
JB
39572013-05-17 Joel Brobecker <brobecker@adacore.com>
3958
3959 * lynx-low.c (lynx_resume): Fix null_ptid/minus_one_ptid
3960 confusion in comment.
3961
d631c5a7
JB
39622013-05-17 Joel Brobecker <brobecker@adacore.com>
3963
3964 * lynx-low.c (struct process_info_private): New type.
3965 (lynx_add_process): New function.
3966 (lynx_create_inferior, lynx_attach): Replace calls to
3967 add_process by calls to lynx_add_process.
3968 (lynx_resume): If PTID is null, then try using
3969 current_process()->private->last_wait_event_ptid.
3970 Add comments.
3971 (lynx_clear_inferiors): Delete. The contents of that function
3972 has been inlined in lynx_mourn;
3973 (lynx_wait_1): Save the ptid in the process's private data.
3974 (lynx_mourn): Free the process' private data. Replace call
3975 to lynx_clear_inferiors by call to clear_inferiors.
3976
96f7a20f
YQ
39772013-05-17 Yao Qi <yao@codesourcery.com>
3978
3979 * i386-low.c (i386_length_and_rw_bits): Move the comment to
3980 the right place.
3981
db0dfaa0
LM
39822013-05-16 Luis Machado <lgustavo@codesourcery.com>
3983
3984 * linux-low.c: Move definition checks upwards for PT_TEXT_ADDR,
3985 PT_DATA_ADDR and PT_TEXT_END_ADDR. Update comments.
3986 (linux_read_offsets): Remove PT_TEXT_ADDR, PT_DATA_ADDR and
3987 PT_TEXT_END_ADDR guards. Update comments.
3988 (linux_target_op) <read_offsets>: Conditionally define to
3989 linux_read_offsets if the target is UCLIBC and if it defines
3990 PT_TEXT_ADDR, PT_DATA_ADDR and PT_TEXT_END_ADDR.
3991
68f5f838
SL
39922013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3993 Andrew Jenner <andrew@codesourcery.com>
3994
3995 * Makefile.in (SFILES): Add linux-nios2-low.c.
3996 (clean): Add action to delete nios2-linux.c.
3997 (nios2-linux.c): New rule.
3998 * configure.srv: Add nios2*-*-linux*.
3999 * linux-nios2-low.c: New.
4000
1ebff1fd
HAQ
40012013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
4002
4003 * tracepoint.c (cmd_qtinit): Call 'stop_tracing'.
4004
f6150862
HZ
40052013-04-25 Hui Zhu <hui@codesourcery.com>
4006
4007 PR gdb/15186
f6150862
HZ
4008 * ax.c (ax_printf): Add fflush.
4009
614c279d
TT
40102013-04-22 Tom Tromey <tromey@redhat.com>
4011
4012 * Makefile.in (SFILES): Add filestuff.c.
4013 (OBS): Add filestuff.o.
4014 (filestuff.o): New target.
4015 * config.in, configure: Rebuild.
4016 * configure.ac: Check for fdwalk, pipe2.
4017
7d4e5717
PA
40182013-04-17 Pedro Alves <palves@redhat.com>
4019
4020 * configure.ac (USE_THREAD_DB): Delete variable.
4021 (if test "$srv_linux_thread_db" = "yes"): AC_DEFINE USE_THREAD_DB.
4022 Don't AC_SUBST USE_THREAD_DB.
4023 * Makefile.in (INTERNAL_CFLAGS): Remove @USE_THREAD_DB@.
4024 * config.in, configure: Regenerate.
4025
d5c93e41
PA
40262013-04-16 Pedro Alves <palves@redhat.com>
4027
4028 * linux-low.h (struct lwp_info) <thread_known>: Move under
4029 the USE_THREAD_DB #ifdef.
4030
04f5fe89
PA
40312013-04-16 Pedro Alves <palves@redhat.com>
4032
4033 * Makefile.in (INTERNAL_CFLAGS): Add @USE_THREAD_DB@.
4034 (linux-low.o): Delete rule.
4035 * linux-low.h: Always include "gdb_thread_db.h" instead of
4036 conditionally including thread_db.h.
4037 (struct lwp_info) <th>: Guard with #ifdef USE_THREAD_DB instead of
4038 HAVE_THREAD_DB_H.
4039
480b27bf
JK
40402013-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4041
4042 * Makefile.in (install-only): Fix make install regression.
4043
43662968
JK
40442013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4045
4046 Convert man pages to texinfo, new gdbinit.5 texinfo page.
4047 * Makefile.in (install-only): Remove $(man1dir) and gdbserver.1
4048 installation.
4049 * gdbserver.1: Remove.
4050
3e74e146
PA
40512013-03-22 Pedro Alves <palves@redhat.com>
4052
4053 * linux-low.c (handle_extended_wait): Don't call
4054 linux_enable_event_reporting.
4055
a8347a2a
TT
40562013-03-15 Tony Theodore <tonyt@logyst.com>
4057
4058 PR build/9098:
4059 * Makefile.in (SHELL): Use @SHELL@.
4060
eeb56fa7
SDJ
40612013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
4062
4063 * tracepoint.c (cmd_qtv): Initialize `val' with zero, silencing
4064 compiler warning.
4065
4fa7e2ff
JB
40662013-03-13 Joel Brobecker <brobecker@adacore.com>
4067
4068 * linux-low.c (linux_target_ops) [!HAVE_LINUX_BTRACE]:
4069 Remove extraneous NULL element.
4070
8ddb1965
YQ
40712013-03-13 Yao Qi <yao@codesourcery.com>
4072
4073 * tracepoint.c (traceframe_read_tsv): Look for the last matched
4074 'V' block in trace frame.
4075
9accd112
MM
40762013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4077
4078 * target.h (struct target_ops): Add btrace ops.
4079 (target_supports_btrace): New macro.
4080 (target_enable_btrace): New macro.
4081 (target_disable_btrace): New macro.
4082 (target_read_btrace): New macro.
4083 * gdbthread.h (struct thread_info): Add btrace field.
4084 * server.c: Include btrace-common.h.
4085 (handle_btrace_general_set): New function.
4086 (handle_btrace_enable): New function.
4087 (handle_btrace_disable): New function.
4088 (handle_general_set): Call handle_btrace_general_set.
4089 (handle_qxfer_btrace): New function.
4090 (struct qxfer qxfer_packets[]): Add btrace entry.
4091 * inferiors.c (remove_thread): Disable btrace.
4092 * linux-low: Include linux-btrace.h.
4093 (linux_low_enable_btrace): New function.
4094 (linux_low_read_btrace): New function.
4095 (linux_target_ops): Add btrace ops.
4096 * configure.srv (i[34567]86-*-linux*): Add linux-btrace.o.
4097 Add srv_linux_btrace=yes.
4098 (x86_64-*-linux*): Add linux-btrace.o.
4099 Add srv_linux_btrace=yes.
4100 * configure.ac: Define HAVE_LINUX_BTRACE.
4101 * config.in: Regenerated.
4102 * configure: Regenerated.
4103
5cc22e4c
MM
41042013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4105
4106 * server.c (handle_qxfer): Preserve error message if -3 is
4107 returned.
4108 (qxfer): Document the -3 return value.
4109
7c97f91e
MM
41102013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4111
4112 * Makefile.in (SFILES): Add $(srcdir)/common/linux-btrace.c.
4113 (linux_btrace_h): New variable.
4114 (linux-btrace.o): New rule.
4115
be9a119c 41162013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
4117 Hafiz Abid Qadeer <abidh@codesourcery.com>
4118
4119 * tracepoint.c (trace_buffer_size): New global.
4120 (DEFAULT_TRACE_BUFFER_SIZE): New define.
4121 (init_trace_buffer): Change to one-argument function. Allocate
4122 trace buffer memory.
4123 (handle_tracepoint_general_set): Call cmd_bigqtbuffer_size to
4124 handle QTBuffer:size packet.
4125 (cmd_bigqtbuffer_size): New function.
4126 (initialize_tracepoint): Call init_trace_buffer with
4127 DEFAULT_TRACE_BUFFER_SIZE.
4128 * server.c (handle_query): Add QTBuffer:size in the
4129 supported packets.
4130
e64f7499
YQ
41312013-03-07 Yao Qi <yao@codesourcery.com>
4132
4133 * tracepoint.c (cur_action, cur_step_action): Make them unsigned.
4134 (cmd_qtfp): Initialize cur_action and cur_step_action 0 instead
4135 of -1.
4136 (cmd_qtsp): Adjust condition. Do post increment.
4137 Set cur_action and cur_step_action back to 0.
4138
f0ae6fc3
PA
41392013-03-07 Jeremy Bennett <jeremy.bennett@embecosm.com>
4140
4141 PR server/15236
4142 * linux-low.c (linux_write_memory): Return early success if LEN is
4143 zero.
4144
b5b0b0af
CV
41452013-03-05 Corinna Vinschen <vinschen@redhat.de>
4146
334ad4a8 4147 * configure.srv: Add x86_64-*-cygwin* as target.
b5b0b0af 4148
589bc927
TT
41492013-02-28 Tom Tromey <tromey@redhat.com>
4150
4151 * configure.ac: Invoke AC_SYS_LARGEFILE.
4152 * configure, config.in: Rebuild.
4153
dfe07582
CV
41542013-02-28 Corinna Vinschen <vinschen@redhat.com>
4155
4156 * win32-low.c: Throughout, fix format strings and casts of
4157 printf-like functions to avoid type related warnings on all
4158 platforms.
4159 (get_child_debug_event): Print dwDebugEventCode as hex since
4160 that's how it's usually documented.
4161
736cd585
YQ
41622013-02-28 Yao Qi <yao@codesourcery.com>
4163
4164 * tracepoint.c (cmd_qtbuffer): Call phex_nz instead of
4165 pulongest.
4166
e1f58301
JW
41672013-02-27 Jiong Wang <jiwang@tilera.com>
4168
4169 * Makefile.in (clean): Remove reg-tilegx.c, reg-tilegx32.c.
4170 (reg-tilegx32.c): New rule.
4171 * configure.srv (tilegx-*-linux*): Add reg-tilegx32.o to srv_regobj.
4172 * linux-tile-low.c (tile_arch_setup): New function. Invoke
4173 different register info initializer according to elf class.
4174 (init_registers_tilgx32): New function. The tilegx32 register info
4175 initializer.
4176 (tile_fill_gregset): Use "uint_reg_t" to represent register size.
4177 (tile_store_gregset): Likewise.
4178
d171ca78
YQ
41792013-02-27 Yao Qi <yao@codesourcery.com>
4180
4181 * server.c (process_point_options): Print debug message when
4182 debug_threads is true.
4183
282bbdf3
YQ
41842013-02-26 Yao Qi <yao@codesourcery.com>
4185
4186 * tracepoint.c (cmd_qtbuffer): Don't set '\0' in OWN_BUF.
4187
aca22551
PA
41882013-02-19 Pedro Alves <palves@redhat.com>
4189 Kai Tietz <ktietz@redhat.com>
4190
4191 PR gdb/15161
4192
4193 * server.c (handle_query) <CRC check>: Use unpack_varlen_hex
4194 instead of strtoul to extract address from packet.
4195 (process_serial_event) <'z'>: Likewise.
4196
4f3cee1c
YQ
41972013-02-18 Yao Qi <yao@codesourcery.com>
4198
4199 * linux-bfin-low.c (the_low_target): Use NULL instead of 0.
4200
8e1d55a3
PA
42012013-02-14 Pedro Alves <palves@redhat.com>
4202
4203 Plug memory leak.
4204
4205 * tracepoint.c (cmd_qtnotes): Free TRACING_USER_NAME,
4206 TRACING_NOTES and TRACING_STOP_NOTE before clobbering.
4207
458820da
PA
42082013-02-14 Pedro Alves <palves@redhat.com>
4209
4210 * tracepoint.c (cmd_qtdpsrc): Use savestring.
4211
baea0dae
PA
42122013-02-14 Pedro Alves <palves@redhat.com>
4213
4214 * tracepoint.c (save_string): Delete.
4215 (add_tracepoint_action): Use savestring instead of save_string.
4216
0b1afbb3
PA
42172013-02-12 Pedro Alves <palves@redhat.com>
4218
4219 * linux-xtensa-low.c: Ditto.
4220 * xtensa-xtregs.c: Ditto.
4221
8a4ac37e
PA
42222013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
4223
4224 * thread-db.c (thread_db_get_tls_address): NULL pointer check
4225 thread_db.
4226
148de6bb
MS
42272013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
4228
4229 * linux-aarch64-low.c (aarch64_arch_setup): Clamp
4230 aarch64_num_wp_regs and aarch64_num_bp_regs to
4231 AARCH64_HWP_MAX_NUM and AARCH64_HBP_MAX_NUM respectively.
4232
55fac6e0
MS
42332013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
4234
4235 * linux-aarch64-low.c (ps_get_thread_area): Replace
4236 PTRACE_GET_THREAD_AREA with PTRACE_GETREGSET.
4237
176eb98c
MS
42382013-02-04 Jim MacArthur <jim.macarthur@arm.com>
4239 Marcus Shawcroft <marcus.shawcroft@arm.com>
4240 Nigel Stephens <nigel.stephens@arm.com>
4241 Yufeng Zhang <yufeng.zhang@arm.com>
4242
4243 * Makefile.in (clean): Remove aarch64.c and aarch64-without-fpu.c.
4244 (aarch64.c, aarch64-without-fpu.c): New targets.
4245 * configure.srv (aarch64*-*-linux*): New.
4246 * linux-aarch64-low.c: New file.
4247
56f7af9c
MS
42482013-02-04 Marcus Shawcroft <marcus.shawcroft@arm.com>
4249
43aaf8b6 4250 * linux-low.c (handle_extended_wait, linux_create_inferior)
56f7af9c
MS
4251 (linux_attach_lwp_1, linux_kill_one_lwp, linux_attach_one_lwp)
4252 (dequeue_one_deferred_signal, linux_resume_one_thread)
4253 (fetch_register, linux_write_memory, linux_enable_event_reporting)
4254 (linux_tracefork_grandchild, linux_test_for_tracefork)
4255 (linux_read_offsets, linux_xfer_siginfo, linux_xfer_siginfo): Add
4256 PTRACE_ARG3_TYPE and PTRACE_ARG4_TYPE cast to ptrace arguments
4257 where the argument is 0.
4258
60f662b0
YQ
42592013-01-25 Yao Qi <yao@codesourcery.com>
4260
4261 * event-loop.c: Include "queue.h".
4262 (gdb_event_p): New typedef.
4263 (struct gdb_event) <next_event>: Remove.
4264 (event_queue): Change to QUEUE(gdb_event_p).
4265 (async_queue_event): Remove.
4266 (gdb_event_xfree): New.
4267 (initialize_event_loop): New.
4268 (process_event): Use API from QUEUE.
4269 (wait_for_event): Likewise.
4270 * server.c (main): Call initialize_event_loop.
4271 * server.h (initialize_event_loop): Declare.
4272
5ae4861a
YQ
42732013-01-18 Yao Qi <yao@codesourcery.com>
4274
4275 * ax.h (struct eval_agent_expr_context): New.
4276 (gdb_eval_agent_expr): Update declaration.
4277 * ax.c (gdb_eval_agent_expr): Remove argument REGCACHE and
4278 TFRAME. Add new argument CTX.
4279 * server.h (struct eval_agent_expr_context): Declare.
4280 (agent_mem_read, agent_tsv_read): Update declaration.
4281 (agent_mem_read_string): Likewise.
4282 * tracepoint.c (eval_tracepoint_agent_expr): Remove.
4283 (add_traceframe_block): Add new argument TPOINT.
4284 Increase TPOINT->traceframe_usage.
4285 (do_action_at_tracepoint): Call gdb_eval_agent_expr instead of
4286 eval_tracepoint_agent_expr.
4287 (condition_true_at_tracepoint): Likewise.
4288 (agent_mem_read): Remove argument TFRAME. Add argument CTX.
4289 (agent_mem_read_string, agent_tsv_read): Likewise.
4290
85e00e85
YQ
42912013-01-16 Yao Qi <yao@codesourcery.com>
4292
4293 * linux-low.c (linux_resume_one_lwp): Don't check
4294 'lwp->bp_reinsert != 0'.
4295
4039cf45
JB
42962013-01-07 Joel Brobecker <brobecker@adacore.com>
4297 Pedro Alves <palves@redhat.com>
4298
4299 * lynx-low.c (ptrace_request_to_str): Define a temporary
4300 macro and use it to simplify this function's implementation.
4301
9044dee2
JB
43022013-01-07 Joel Brobecker <brobecker@adacore.com>
4303
4304 * lynx-low.c (lynx_resume): Call perror_with_name if lynx_ptrace
4305 sets errno.
4306
e6352c8f
JB
43072013-01-07 Joel Brobecker <brobecker@adacore.com>
4308
4309 * configure.srv (i[34567]86-*-lynxos*): Set srv_xmlfiles.
4310
50681a27
JB
43112013-01-07 Joel Brobecker <brobecker@adacore.com>
4312
4313 * configure.srv (powerpc-*-lynxos*): Set srv_xmlfiles.
4314
3f6e77ef
JB
43152013-01-07 Joel Brobecker <brobecker@adacore.com>
4316
4317 * lynx-low.c (lynx_resume): Use the resume_info parameter
4318 to determine the ptid for the lynx_ptrace call, unless
4319 it is equal to minus_one_ptid, in which case we use the
4320 ptid of the current_inferior.
4321 (lynx_wait_1): After having received a thread create/exit
4322 event, resume the inferior's execution using the signaling
4323 thread's ptid, rather than the old ptid.
4324
7fda33ae
JB
43252013-01-07 Joel Brobecker <brobecker@adacore.com>
4326
4327 * lynx-low.c (lynx_resume): Delete variable ret.
4328
b9786c74
JB
43292013-01-01 Joel Brobecker <brobecker@adacore.com>
4330
4331 * gdbreplay.c (gdbreplay_version): Update copyright year.
4332 * server.c (gdbserver_version): Likewise.
4333
8b93d60f
JB
43342012-12-17 Joel Brobecker <brobecker@adacore.com>
4335
4336 * lynx-low.c (lynx_wait_1): Add debug trace before adding
4337 new thread.
4338
037335a7
JB
43392012-12-17 Joel Brobecker <brobecker@adacore.com>
4340
4341 * lynx-low.c (ptrace_request_to_str): Add handling for
4342 PTRACE_GETTRACESIG.
4343
52d4cbd8
JB
43442012-12-17 Joel Brobecker <brobecker@adacore.com>
4345
4346 * lynx-low.c (lynx_attach): Delete variable new_process.
4347
ab8f6ca9
JB
43482012-12-17 Joel Brobecker <brobecker@adacore.com>
4349
4350 * lynx-low.c (lynx_create_inferior): Delete variable
4351 new_process.
4352
78cbc024
JB
43532012-12-17 Joel Brobecker <brobecker@adacore.com>
4354
4355 * lynx-low.c (ptrace_request_to_str): Do not handle
4356 PTRACE_GETTHREADLIST if this macro does not exist.
4357
14a00470
YQ
43582012-12-15 Yao Qi <yao@codesourcery.com>
4359
4360 * Makefile.in (OBS): Add notif.o.
4361 * notif.c, notif.h: New.
4362 * server.c: Include "notif.h".
4363 (struct vstop_notif) <next>: Remove.
4364 <base>: New field.
4365 (queue_stop_reply): Update.
4366 (push_event, send_next_stop_reply): Remove.
4367 (discard_queued_stop_replies): Update.
4368 (notif_stop): New variable.
4369 (handle_v_stopped): Remove.
4370 (handle_v_requests): Don't call handle_v_stopped. Call
4371 handle_ack_notif instead.
4372 (queue_stop_reply_callback): Call notif_event_enque instead
4373 of queue_stop_reply.
4374 (handle_status): Don't call send_next_stop_reply, call
4375 notif_write_event instead.
4376 (kill_inferior_callback): Likewise.
4377 (detach_or_kill_inferior_callback): Likewise.
4378 (main): Call initialize_notif.
4379 (process_serial_event): Call QUEUE_is_empty.
4380 (handle_target_event): Call notif_push instead of push event.
4381 * server.h (push_event): Remove declaration.
4382
61c125b9
TT
43832012-12-10 Tom Tromey <tromey@redhat.com>
4384
4385 * Makefile.in (DEPMODE, DEPDIR, depcomp, COMPILE.pre)
4386 (COMPILE.post, COMPILE, POSTCOMPILE, IPAGENT_COMPILE): New
4387 macros.
4388 (.c.o): Rewrite.
4389 (ax-ipa.o, tracepoint-ipa.o, utils-ipa.o, format-ipa.o)
4390 (common-utils-ipa.o, remote-utils-ipa.o, regcache-ipa.o)
4391 (i386-linux-ipa.o, linux-i386-ipa.o, linux-amd64-ipa.o)
4392 (amd64-linux-ipa.o, ax.o): Rewrite.
4393 (event-loop.o, hostio.o, hostio-errno.o, inferiors.o, mem-break.o)
4394 (proc-service.o, regcache.o, remote-utils.o, server.o, target.o)
4395 (thread-db.o, tracepoint.o, utils.o, gdbreplay.o, dll.o): Remove.
4396 (signals.o, linux-procfs.o, linux-ptrace.o, common-utils.o, vec.o)
4397 (gdb_vecs.o, xml-utils.o, linux-osdata.o, ptid.o, buffer.o)
4398 (format.o, agent.o, vasprintf.o, vsnprintf.o): Rewrite.
4399 (i386-low.o, i387-fp.o, linux-low.o, linux-arm-low.o)
4400 (linux-bfin-low.o, linux-cris-low.o, linux-crisv32-low.o)
4401 (linux-ia64-low.o, linux-m32r-low.o, linux-mips-low.o)
4402 (linux-ppc-low.o, linux-s390-low.o, linux-sh-low.o)
4403 (linux-tic6x-low.o, linux-x86-low.o, linux-xtensa-low.o)
4404 (linux-tile-low.o, lynx-low.o, lynx-ppc-low.o, nto-low.o)
4405 (nto-x86-low.o, linux-low.o, win32-low.o, win32-arm-low.o)
4406 (win32-i386-low.o, spu-low.o, reg-arm.o, arm-with-iwmmxt.o)
4407 (arm-with-vfpv2.o, arm-with-vfpv3.o, arm-with-neon.o, reg-bfin.o)
4408 (reg-cris.o, reg-crisv32.o, i386.o, i386-linux.o, i386-avx.o)
4409 (i386-avx-linux.o, i386-mmx.o, i386-mmx-linux.o, reg-ia64.o)
4410 (reg-m32r.o, reg-m68k.o, reg-cf.o, mips-linux.o, mips-dsp-linux.o)
4411 (mips64-linux.o, mips64-dsp-linux.o, powerpc-32.o, powerpc-32l.o)
4412 (powerpc-altivec32l.o, powerpc-cell32l.o, powerpc-vsx32l.o)
4413 (powerpc-isa205-32l.o, powerpc-isa205-altivec32l.o)
4414 (powerpc-isa205-vsx32l.o, powerpc-e500l.o, powerpc-64l.o)
4415 (powerpc-altivec64l.o, powerpc-cell64l.o, powerpc-vsx64l.o)
4416 (powerpc-isa205-64l.o, powerpc-isa205-altivec64l.o)
4417 (powerpc-isa205-vsx64l.o, s390-linux32.o, s390-linux32v1.o)
4418 (s390-linux32v2.o, s390-linux64.o, s390-linux64v1.o)
4419 (s390-linux64v2.o, s390x-linux64.o, s390x-linux64v1.o)
4420 (s390x-linux64v2.o, tic6x-c64xp-linux.o, tic6x-c64x-linux.o)
4421 (tic6x-c62x-linux.o, reg-sh.o, reg-sparc64.o, reg-spu.o, amd64.o)
4422 (amd64-linux.o, amd64-avx.o, amd64-avx-linux.o, x32.o)
4423 (x32-linux.o, x32-avx.o, x32-avx-linux.o, reg-xtensa.o)
4424 (reg-tilegx.o): Remove.
4425 (all_object_files): New macro.
4426 Include .deps files.
4427 * aclocal.m4, configure: Rebuild.
4428 * acinclude.m4: Include depstand.m4, lead-dot.m4.
4429 * configure.ac: Invoke ZW_CREATE_DEPDIR,
4430 ZW_PROG_COMPILER_DEPENDENCIES. Compute GMAKE condition.
4431
e90e9ad9
TT
44322012-12-05 Tom Tromey <tromey@redhat.com>
4433
4434 PR gdb/14917:
4435 * server.h (current_insn_ptr, emit_error): Declare 'extern'.
4436
02d403bf 44372012-11-28 Markus Metzger <markus.t.metzger@intel.com>
945bf713
MM
4438
4439 * configure.ac: Check for linux/perf_event.h.
4440 * config.in: Regenerated.
4441 * configure: Regenerated.
4442
0270a750
PA
44432012-11-26 Maxime Villard <rustyBSD@gmx.fr>
4444
4445 * hostio.c (handle_readlink): Decrease buffer size
4446 parameter passed to readlink by one byte.
4447
8c29b58e
YQ
44482012-11-26 Yao Qi <yao@codesourcery.com>
4449
4450 * configure.ac (build_warnings): Append '-Wempty-body'.
4451 * configure: Regenerated.
4452 * linux-low.c (linux_create_inferior): Use braces for empty 'if'
4453 body.
4454
8bdce1ff
PM
44552012-11-15 Pierre Muller <muller@sourceware.org>
4456
4457 * configure.ac (AC_CHECK_HEADERS): Add wait.h header.
4458 * config.in: Regenerate.
4459 * configure: Regenerate.
4460 * linux-low.c: Use "gdb_stat.h" header instead of <sys/stat.h> header.
4461 Use "gdb_wait.h" header instead of <sys/wait.h> header.
4462 * lynx-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
4463 * remote-utils.c: Use "gdb_stat.h" header instead of <sys/stat.h>
4464 header.
4465 * server.c: Remove HAVE_WAIT_H conditional. Use "gdb_wait.h" header
4466 instead of <sys/wait.h> header.
4467 * spu-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
4468
02d403bf 44692012-11-13 Markus Metzger <markus.t.metzger@intel.com>
3ba6ad0f
MM
4470
4471 * Makefile.in: (INTERNAL_CFLAGS): Add -DGDBSERVER
4472 (various make rules): Remove -DGDBSERVER
4473
fbd5db48
YQ
44742012-11-09 Yao Qi <yao@codesourcery.com>
4475
4476 * spu-low.c (current_ptid): Move it to ..
4477 * gdbthread.h: ... here. New.
4478 * remote-utils.c (read_ptid): Use macro 'current_ptid'.
4479 * server.c (myresume, process_serial_event): Likewise.
4480 * thread-db.c (thread_db_find_new_threads): Likewise.
4481 * tracepoint.c (run_inferior_command): Likewise.
4482
b3dc46ff
AB
44832012-10-01 Andrew Burgess <aburgess@broadcom.com>
4484
4485 * server.c (handle_search_memory_1): Include access length in
4486 warning message.
4487
07c04788
HPN
44882012-09-05 Michael Brandt <michael.brandt@axis.com>
4489
4490 * linux-crisv32-low.c: Fix compile errors.
4491
918d227b
YQ
44922012-09-04 Yao Qi <yao@codesourcery.com>
4493
4494 * tracepoint.c (cmd_qtsv): Adjust debug message.
4495 Don't check CUR_TPOINT.
4496
18c1b81a
YQ
44972012-08-28 Yao Qi <yao@codesourcery.com>
4498
4499 * ax.c, tracepoint.c: Replace ATTR_FORMAT with ATTRIBUTE_PRINTF.
4500 * server.h: Include 'libiberty.h' and 'ansidecl.h'.
4501 (ATTR_NORETURN, ATTR_FORMAT, ATTR_MALLOC): Remove.
4502 Remove declarations of xmalloc, xreallloc, xstrdup and
4503 freeargv.
4504 * Makefile.in (libiberty_h): New.
4505 (server_h): Append dependencies 'libiberty.h' and 'ansidecl.h'.
4506 (linux-bfin-low.o): Append dependency 'libiberty.h'.
4507
dc82f37b
YQ
45082012-08-23 Yao Qi <yao@codesourcery.com>
4509
4510 * server.h: Remove declaration of 'xsnprintf'.
4511
406b1477
KS
45122012-08-22 Keith Seitz <keiths@redhat.com>
4513
4514 * server.h: Include build-gnulib-gbserver/config.h.
4515 * gdbreplay.c: Likewise.
4516
e6712ff1
DE
45172012-08-08 Doug Evans <dje@google.com>
4518
4519 * Makefile.in (SFILES): Add gdb_vecs.c.
4520 (OBS): Add gdb_vecs.o.
4521 (gdb_vecs_h, host_defs_h): New variables.
4522 (thread-db.o): Add $(gdb_vecs_h) dependency.
4523 (gdb_vecs.o): New rule.
4524 * thread-db.c: #include "gdb_vecs.h".
4525 (thread_db_load_search): Use a vector to iterate over path elements.
4526 Handle text appearing after "$pdir".
4527
4528 * configure.ac: Add check for strstr.
4529 * config.in: Regenerate.
4530 * configure: Regenerate.
4531
7c3270ae
UW
45322012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
4533
4534 * hostio.c (handle_pread): If pread fails, fall back to attempting
4535 lseek/read.
4536 (handle_pwrite): Likewise for pwrite.
4537
b62e2b27
UW
45382012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
4539
4540 * linux-arm-low.c (arm_linux_hw_point_initialize): Distinguish
4541 between unsupported TYPE and unimplementable ADDR/LEN combination.
4542 (arm_insert_point): Act on new return value.
4543
78a99e91
PA
45442012-07-31 Pedro Alves <palves@redhat.com>
4545
4546 * server.c (process_point_options): Only skip tokens if we find
4547 one that is unrecognized. Don't treat 'X' specially while
4548 skipping unrecognized tokens.
4549
fcf303ab
UW
45502012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
4551
4552 * linux-arm-low.c (arm_linux_hw_point_initialize): Do not attempt
4553 to 4-byte-align HW breakpoint addresses for Thumb.
4554
7255706c
YQ
45552012-07-27 Yao Qi <yao@codesourcery.com>
4556
4557 PR remote/14161.
4558
4559 * server.h: Declare gdb_agent_about_to_close.
4560 * target.c (kill_inferior): Include "agent.h".
4561 New. Send command 'kill'.
4562 * target.h (kill_inferior): Removed macro.
4563 * tracepoint.c (gdb_agent_about_to_close): New.
4564 (gdb_agent_helper_thread): Handle command 'close'.
4565 Wait endlessly until the inferior stops.
4566 Install gdb_agent_remove_socket to atexit hook.
4567 (agent_socket_name): New static variable.
4568 (gdb_agent_socket_init): Replace local variable 'name' with
4569 'agent_socket_name'.
4570 (gdb_agent_remove_socket): New.
4571
5a3f286f
YQ
45722012-07-27 Yao Qi <yao@codesourcery.com>
4573
4574 * server.c (process_point_options): Stop at 'X' when parsing.
4575
961bd387
ME
45762012-07-19 Michael Eager <eager@eagercon.com>
4577
a261b8f5 4578 * i386-low.c (Z_packet_to_hw_type): Add Z_PACKET_HW_BP, translate
961bd387
ME
4579 to hw_execute.
4580 * linux-x86-low.c (x86_insert_point, x86_remove_point):
4581 Call i386_low_insert_watchpoint, i386_low_remove_watchpoint to add/del
4582 hardware breakpoint.
4583
aa7c7447
JK
45842012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4585
4586 * gdbserver/linux-low.c (initialize_low): Call
4587 linux_ptrace_init_warnings.
4588
7f216e7c
DE
45892012-07-02 Doug Evans <dje@google.com>
4590
4591 * mem-break.c (gdb_no_commands_at_breakpoint): Fix cast from
4592 pointer to int.
4593
d3ce09f5
SS
45942012-07-02 Stan Shebs <stan@codesourcery.com>
4595
4596 * Makefile.in (WARN_CFLAGS_NO_FORMAT): Define.
4597 (ax.o): Add it to build rule.
4598 (ax-ipa.o): Ditto.
4599 (OBS): Add format.o.
4600 (IPA_OBS): Add format.o.
4601 * server.c (handle_query): Claim support for breakpoint commands.
4602 (process_point_options): Add command case.
4603 (process_serial_event): Leave running if there are printfs in
4604 effect.
4605 * mem-break.h (any_persistent_commands): Declare.
4606 (add_breakpoint_commands): Declare.
4607 (gdb_no_commands_at_breakpoint): Declare.
4608 (run_breakpoint_commands): Declare.
4609 * mem-break.c (struct point_command_list): New struct.
4610 (struct breakpoint): New field command_list.
4611 (any_persistent_commands): New function.
4612 (add_commands_to_breakpoint): New function.
4613 (add_breakpoint_commands): New function.
4614 (gdb_no_commands_at_breakpoint): New function.
4615 (run_breakpoint_commands): New function.
4616 * linux-low.c (linux_wait_1): Test for and run breakpoint commands
4617 locally.
4618 * ax.c: Include format.h.
4619 (ax_printf): New function.
4620 (gdb_eval_agent_expr): Add printf opcode.
4621
2f8f6aed
YQ
46222012-06-13 Yao Qi <yao@codesourcery.com>
4623
4624 * server.c (start_inferior): Remove duplicated writes to fields
4625 'last_resume_kind' and 'last_status' of 'current_inferior'.
4626
0c9070b3
YQ
46272012-06-12 Yao Qi <yao@codesourcery.com>
4628 Pedro Alves <palves@redhat.com>
4629
4630 * linux-low.c (linux_set_resume_request): Simplify predicate. Add
4631 comment.
4632 * server.c (handle_v_cont): Extend comment.
4633
c52daf70
YQ
46342012-06-11 Yao Qi <yao@codesourcery.com>
4635
4636 * linux-low.c (linux_attach): Add 'static'.
4637
d38bbb0a
YQ
46382012-06-06 Yao Qi <yao@codesourcery.com>
4639
4640 * ax.c (gdb_eval_agent_expr): Print `top' in hex.
4641
89dc0afd
JK
46422012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4643
4644 Fix gcc -flto compilation warning.
4645 * server.c (main): Make variable multi_mode and attach volatile.
4646
75f62ce7
TJB
46472012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4648
4649 * linux-low.c (get_r_debug): Disable code using DT_MIPS_RLD_MAP
4650 if the platform doesn't know about it.
4651
65f479b6
PA
46522012-05-30 Jeff Kenton <jkenton@tilera.com>
4653
4654 * Makefile.in (SFILES): Add linux-tile-low.c.
4655 (linux-tile-low.o, reg-tilegx.o, reg-tilegx.c): New rules.
4656 * configure.srv: Handle tilegx-*-linux*.
4657 * linux-tile-low.c: New file.
4658
0c5bf5a9
JK
46592012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4660
4661 * linux-low.c (linux_qxfer_libraries_svr4): Return -1 if R_DEBUG is -1.
4662
a493e3e2
PA
46632012-05-24 Pedro Alves <palves@redhat.com>
4664
4665 PR gdb/7205
4666
43aaf8b6 4667 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
a493e3e2 4668
2ea28649
PA
46692012-05-24 Pedro Alves <palves@redhat.com>
4670
4671 PR gdb/7205
4672
4673 Replace target_signal with gdb_signal throughout.
4674
8d409d16
MR
46752012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4676
4677 * linux-low.c (linux_store_registers): Avoid the copying sequence
4678 when no data has been retrieved by ptrace.
4679
23512c01
MGD
46802012-05-22 Will Deacon <will.deacon@arm.com>
4681
4682 * linux-low (__UCLIBC__ && !(__UCLIBC_HAS_MMU__ || __ARCH_HAS_MMU__)):
4683 Include asm/ptrace.h.
4684 (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define only if not
4685 already defined.
4686
4934b29e
MR
46872012-05-21 Maciej W. Rozycki <macro@codesourcery.com>
4688
4689 * linux-low.c (linux_store_registers): Don't re-retrieve data
4690 with ptrace that has already been obtained from /proc. Always
4691 copy any data retrieved with ptrace to the buffer supplied.
4692
bde24c0a
PA
46932012-05-11 Yao Qi <yao@codesourcery.com>
4694 Pedro Alves <palves@redhat.com>
4695
4696 * linux-low.c (enum stopping_threads_kind): New.
4697 (stopping_threads): Change type to `enum stopping_threads_kind'.
4698 (handle_extended_wait): If stopping and suspending threads, leave
4699 the new_lwp suspended too.
4700 (linux_wait_for_event): Adjust.
4701 (stop_all_lwps): Set `stopping_threads' to
4702 STOPPING_AND_SUSPENDING_THREADS or STOPPING_THREADS depending on
4703 whether we're suspending threads or just stopping them. Assert no
4704 recursion happens.
4705
623b6bdf
YQ
47062012-04-29 Yao Qi <yao@codesourcery.com>
4707
4708 * server.h: Move some code to ...
4709 * gdbthread.h: ... here. New.
4710 * Makefile.in (inferiors.o, regcache.o): Depends on gdbthread.h
4711 (remote-utils.o, server.o, target.o tracepoint.o): Likewise.
4712 (nto-low.o, win32-low.o): Likewise.
4713 * inferiors.c, linux-low.h, nto-low.c: Include gdbthread.h.
4714 * regcache.c, remote-utils.c, server.c: Likewise.
4715 * target.c, tracepoint.c, win32-low.c: Likewise.
4716
f15f9948
TJB
47172012-04-24 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4718
4719 * linux-low.h (PTRACE_ARG3_TYPE): Move macro from linux-low.c.
4720 (PTRACE_ARG4_TYPE): Likewise.
4721 (PTRACE_XFER_TYPE): Likewise.
4722 * linux-arm-low.c (arm_prepare_to_resume): Cast third argument of
4723 ptrace to PTRACE_ARG3_TYPE.
4724 * linux-low.c (PTRACE_ARG3_TYPE): Move macro to linux-low.h.
4725 (PTRACE_ARG4_TYPE): Likewise.
4726 (PTRACE_XFER_TYPE): Likewise.
4727 (linux_detach_one_lwp): Cast fourth argument of
4728 ptrace to long then PTRACE_ARG4_TYPE.
4729 (regsets_fetch_inferior_registers): Cast third argument of
4730 ptrace to long then PTRACE_ARG3_TYPE.
4731 (regsets_store_inferior_registers): Likewise.
4732
38ea300a
PA
47332012-04-20 Pedro Alves <palves@redhat.com>
4734
4735 * configure: Regenerate.
4736
c971b7fa
PA
47372012-04-19 Pedro Alves <palves@redhat.com>
4738
43aaf8b6 4739 * Makefile.in (GNULIB_BUILDDIR): New.
c971b7fa 4740 (LIBGNU, INCGNU, GNULIB_H): Adjust.
43aaf8b6
PA
4741 (SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
4742 (all, install-only, uninstall, clean-info, all-lib, clean): No
4743 longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
4744 (maintainer-clean realclean distclean): Use subdir_do.
4745 (subdir_do): New.
4746 (gnulib/import/Makefile): Adjust. Replace gnulib/import with
c971b7fa 4747 $(GNULIB_BUILDDIR). Don't pass argument to config.status.
43aaf8b6
PA
4748 * acinclude.m4: Include acx_configure_dir.m4.
4749 * configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
4750 calls. Call AC_PROG_RANLIB. Configure gnulib using
4751 ACX_CONFIGURE_DIR.
4752 (GNULIB): New.
4753 (GNULIB_STDINT_H): Adjust.
4754 (AC_OUTPUT): Don't output gnulib/Makefile anymore.
4755 * gdbreplay.c: Include build-gnulib/config.h.
4756 * server.h: Likewise.
4757 * aclocal.m4: Regenerate.
4758 * config.in: Regenerate.
4759 * configure: Regenerate.
c971b7fa 4760
809277f8
PA
47612012-04-19 Pedro Alves <palves@redhat.com>
4762
4763 * Makefile.in (LIBGNU, INCGNU): Adjust.
4764 (GNULIB_FLAGS_TO_PASS, GNULIB_H): Adjust.
4765 (all, install-only, uninstall, clean-info, all-lib, clean)
4766 (maintainer-clean, Makefile, gnulib/Makefile): Adjust.
4767 * configure.ac: Adjust AC_OUTPUT output.
4768 * aclocal.m4: Regenerate.
4769 * configure: Regenerate.
4770
fd9bb8b8
PA
47712012-04-19 Pedro Alves <palves@redhat.com>
4772
4773 * Makefile.in (generated_files): New.
4774 (server_h): Remove the explicit dependency on config.h, and depend
4775 on $generated_files.
4776
1c298c66
PA
47772012-04-19 Pedro Alves <palves@redhat.com>
4778
4779 * Makefile.in (INCGNU): Add -Ignulib.
4780
57c4b50b
PA
47812012-04-19 Pedro Alves <palves@redhat.com>
4782
4783 * Makefile.in (GNULIB_INCLUDE_DIR): Rename to ...
4784 (INCGNU): ... this, and spell out -I here.
4785 (GNULIB_LIB): Rename to ...
4786 (LIBGNU): ... this.
4787 (INCLUDE_CFLAGS, gdbserver$(EXEEXT), $(GNULIB_LIB) rule): Adjust.
4788
1030e047
PA
47892012-04-19 Pedro Alves <palves@redhat.com>
4790
4791 * config.in: Regenerate.
4792
447d4319
PA
47932012-04-19 Pedro Alves <palves@redhat.com>
4794
4795 * configure.ac: Remove AC_CHECK_DECLS check for memmem.
4796 * server.h (memmem): Remove declaration.
4797 * config.in: Regenerate.
4798 * configure: Regenerate.
4799
aad9eab9
YQ
48002012-04-19 Yao Qi <yao@codesourcery.com>
4801
4802 * Makefile.in (SFILES): Add common/vec.c.
4803 (OBS): Add vec.o.
4804 (vec.o): New rule.
4805
3e10640f
YQ
48062012-04-19 Yao Qi <yao@codesourcery.com>
4807
4808 * remote-utils.c (prepare_resume_reply): Replace with macro
4809 target_core_of_thread.
4810 * server.c (handle_qxfer_threads_proper): Likewise.
4811 * target.h (traget_core_of_thread): New macro.
4812
71622373
PA
48132012-04-18 Pedro Alves <palves@redhat.com>
4814
4815 * aclocal.m4: Regenerate.
4816 * configure: Regenerate.
4817
80d26939
YQ
48182012-04-16 Yao Qi <yao@codesourcery.com>
4819
4820 * tracepoint.c (cmd_qtstart): Download tracepoints even when they are
4821 duplicated on address.
4822
42476b70
YQ
48232012-04-16 Yao Qi <yao@codesourcery.com>
4824
4825 * tracepoint.c (COPY_FIELD_TO_BUF): New macro.
4826 (struct tracepoint_action_ops) <send>: New field.
4827 (m_tracepoint_action_send, r_tracepoint_action_send): New.
4828 (agent_expr_send, x_tracepoint_action_send): New.
4829 (l_tracepoint_action_send): New.
4830 (cmd_qtdp): Download and install tracepoint
4831 according to `use_agent'.
4832 (run_inferior_command): Add one more parameter `len'.
4833 Update callers.
4834 (tracepoint_send_agent): New.
4835 (cmd_qtdp, cmd_qtstart): Call tracepoint_send_agent.
4836
7bc83639
YQ
48372012-04-16 Yao Qi <yao@codesourcery.com>
4838
4839 * tracepoint.c (download_tracepoints): Moved to ...
4840 (cmd_qtstart): ... here.
4841
5f18041e
YQ
48422012-04-14 Yao Qi <yao@codesourcery.com>
4843
4844 * tracepoint.c: Include inttypes.h.
4845 (struct collect_memory_action): Use sized types.
4846 (struct tracepoint): Likewise.
4847 (cmd_qtdp, stop_tracing): Update print specifiers.
4848 (cmd_qtp, response_tracepoint): Likewise.
4849 (collect_data_at_tracepoint): Likewise.
4850 (collect_data_at_step): Likewise.
4851
55a8c076
YQ
48522012-04-14 Yao Qi <yao@codesourcery.com>
4853
4854 Import gnulib module inttypes.
4855 * aclocal.m4, config.in, configure: Regenerated.
4856
dc750257
YQ
48572012-04-14 Yao Qi <yao@codesourcery.com>
4858
4859 * Makefile.in (maintainer-clean, realclean, distclean): Remove
4860 Makefile and config.status at last.
4861
0ab5faf9
YQ
48622012-04-13 Yao Qi <yao@codesourcery.com>
4863
4864 * tracepoint.c: Include stdint.h unconditionally.
4865
18f5fd81
TJB
48662012-04-13 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4867
4868 * acinclude.m4 (GDBSERVER_HAVE_THREAD_DB_TYPE): New macro based
4869 on BFD_HAVE_SYS_PROCFS_TYPE.
4870 * configure.ac: Look for lwpid_t and psaddr_t in libthread_db.h.
4871 * configure: Regenerate.
4872 * config.in: Likewise.
4873
4d47af5c
L
48742012-04-13 H.J. Lu <hongjiu.lu@intel.com>
4875
4876 * Makefile.in (clean): Also remove x32.c x32-linux.c
4877 x32-avx.c x32-avx-linux.c.
4878 (x32.o): New target.
4879 (x32.c): Likewise.
4880 (x32-linux.o): Likewise.
4881 (x32-linux.c): Likewise.
4882 (x32-avx.o): Likewise.
4883 (x32-avx.c): Likewise.
4884 (x32-avx-linux.o): Likewise.
4885 (x32-avx-linux.c): Likewise.
4886
4887 * configure.srv (srv_amd64_regobj): Add x32.o x32-avx.o.
4888 (srv_amd64_linux_regobj): Add x32-linux.o x32-avx-linux.o.
4889 (srv_i386_64bit_xmlfiles): Add i386/x32-core.xml.
4890 (srv_amd64_xmlfiles): Add i386/x32.xml i386/x32-avx.xml.
4891 (srv_amd64_linux_xmlfiles): Add i386/x32-linux.xml
4892 i386/x32-avx-linux.xml.
4893
4894 * linux-x86-low.c (init_registers_x32_linux): New prototype.
4895 (init_registers_x32_avx_linux): Likwise.
4896 (x86_linux_update_xmltarget): Call init_registers_x32_linux
4897 or init_registers_x32_avx_linux if linux_is_elf64 is false.
4898
ecedbe58
PA
48992012-04-13 Pedro Alves <palves@redhat.com>
4900
4901 * Makefile.in (GNULIB_FLAGS_TO_PASS): New.
4902 (FLAGS_TO_PASS): Don't change or set $top_srcdir, $srcdir and VPATH.
4903 (all, uninstall, clean-info, all-lib, clean, maintainer-clean)
4904 (realclean, distclean): Explicitly pass $GNULIB_FLAGS_TO_PASS to
4905 the sub-make.
4906
c92b5177
L
49072012-04-12 H.J. Lu <hongjiu.lu@intel.com>
4908
4909 * linux-x86-low.c (compat_x32_clock_t): New.
4910 (compat_x32_siginfo_t): Likewise.
4911 (compat_x32_siginfo_from_siginfo): Likewise.
4912 (siginfo_from_compat_x32_siginfo): Likewise.
4913 (linux_is_elf64): Likewise.
4914 (x86_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
4915 and siginfo_from_compat_x32_siginfo for x32.
4916 (x86_arch_setup): Set linux_is_elf64.
4917
214d508e
L
49182012-04-12 H.J. Lu <hongjiu.lu@intel.com>
4919
4920 PR gdb/13969
4921 * linux-low.c (linux_pid_exe_is_elf_64_file): Also return the
4922 e_machine field.
4923 (linux_qxfer_libraries_svr4): Update call to elf_64_file_p.
4924 * linux-low.h (linux_pid_exe_is_elf_64_file): Updated.
4925 * linux-x86-low.c (x86_arch_setup): Check if GDBserver is
4926 compatible with process.
4927
c9a1864a
YQ
49282012-04-12 Yao Qi <yao@codesourcery.com>
4929
4930 * Makefile.in: Define abs_top_srcdir and abs_srcdir.
4931 (INCLUDE_CFLAGS): Append GNULIB_INCLUDE_DIR.
4932 (install-only, install-info, clean): Handle sub dir gnulib.
4933 (all-lib, am--refresh): New targets.
4934 (memmem.o): Remove target.
4935 * configure.ac: Remove AC_CONFIG_LIBOBJ_DIR.
4936 Invoke gl_EARLY. Invoke AC_CHECK_PROGS for make.
4937 (AC_REPLACE_FUNCS): Remove memmem.
4938 Invoke gl_INIT and AM_INIT_AUTOMAKE.
4939 (AC_OUTPUT): Generate Makefile in gnulib/.
4940 * aclocal.m4, config.in, configure: Regenerated.
4941
367ba2c2
MR
49422012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
4943
4944 * linux-low.c (get_r_debug): Handle DT_MIPS_RLD_MAP.
4945
9d236627
PA
49462012-04-05 Pedro Alves <palves@redhat.com>
4947
4948 -Werror=strict-aliasing
4949
4950 * spu-low.c (parse_spufs_run): Avoid dereferencing type-punned
4951 pointer.
4952
111217b3
PA
49532012-04-04 Pedro Alves <palves@redhat.com>
4954
4955 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
4956 (sparc_store_gregset_from_stack, sparc_store_gregset)
4957 (sparc_breakpoint_at): Fix formatting.
4958
8365dcf5
TJB
49592012-03-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4960
4961 * configure.ac: Check whether Elf32_auxv_t and Elf64_auxv_t
4962 are available.
4963 * linux-low.c [HAVE_ELF32_AUXV_T] (Elf32_auxv_t): Add typedef.
4964 [HAVE_ELF64_AUXV_T] (Elf64_auxv_t): Likewise.
4965 * config.in: Regenerate.
4966 * configure: Likewise.
4967
689cc2ae
PA
49682012-03-29 Pedro Alves <palves@redhat.com>
4969
4970 * linux-low.c (regsets_store_inferior_registers) [__sparc__]:
4971 Correct ptrace arguments.
4972
c14dfd32
PA
49732012-03-28 Pedro Alves <palves@redhat.com>
4974
4975 * linux-ia64-low.c (ia64_regmap): Map IA64_EC_REGNUM to PT_AR_EC.
4976 (IA64_GR0_REGNUM, IA64_FR0_REGNUM)
4977 (IA64_FR1_REGNUM): New defines.
4978 (ia64_fetch_register): New.
4979 (the_low_target): Install it.
4980 * linux-low.h (struct linux_target_ops) <fetch_register>: New
4981 field.
4982 * linux-low.c (linux_fetch_registers): Try the
4983 the_low_target.fetch_register hook first.
4984
4985 * linux-arm-low.c (the_low_target): Adjust.
4986 * linux-bfin-low.c (the_low_target): Adjust.
4987 * linux-cris-low.c (the_low_target): Adjust.
4988 * linux-crisv32-low.c (the_low_target): Adjust.
4989 * linux-m32r-low.c (the_low_target): Adjust.
4990 * linux-m68k-low.c (the_low_target): Adjust.
4991 * linux-mips-low.c (the_low_target): Adjust.
4992 * linux-ppc-low.c (the_low_target): Adjust.
4993 * linux-s390-low.c (the_low_target): Adjust.
4994 * linux-sh-low.c (the_low_target): Adjust.
4995 * linux-sparc-low.c (the_low_target): Adjust.
4996 * linux-tic6x-low.c (the_low_target): Adjust.
4997 * linux-x86-low.c (the_low_target): Adjust.
4998 * linux-xtensa-low.c (the_low_target): Adjust.
4999
63c88e13
PA
50002012-03-26 Pedro Alves <palves@redhat.com>
5001
5002 * server.c (handle_qxfer_libraries): Don't bail early if
5003 the_target->qxfer_libraries_svr4 is not NULL.
5004
fb723180
PA
50052012-03-26 Pedro Alves <palves@redhat.com>
5006
5007 * linux-low.c (linux_qxfer_libraries_svr4): Fix pasto in comment.
5008
0afae3cf
PA
50092012-03-23 Pedro Alves <palves@redhat.com>
5010
5011 * linux-low.c (linux_qxfer_libraries_svr4): Terminate the
5012 "library-list-svr4" element's start tag when the the DSO list is
5013 empty.
5014
485f1ee4
PA
50152012-03-23 Pedro Alves <palves@redhat.com>
5016
5017 * linux-low.c (read_one_ptr): Read the inferior's pointer through
5018 a variable whose type size is the same as the inferior's pointer
5019 size.
5020
a5362b9a
TS
50212012-03-21 Thomas Schwinge <thomas@codesourcery.com>
5022
5023 * linux-arm-low.c (arm_stopped_by_watchpoint): Use siginfo_t instead of
5024 struct siginfo.
5025 * linux-low.c (siginfo_fixup, linux_xfer_siginfo): Likewise.
5026 * linux-x86-low.c (x86_siginfo_fixup): Likewise.
5027 * linux-low.h: Include <signal.h>.
5028 (struct siginfo): Remove forward declaration.
5029 (struct linux_target_ops) <siginfo_fixup>: Use siginfo_t instead of
5030 struct siginfo.
5031
d226c142
MF
50322012-03-21 Mike Frysinger <vapier@gentoo.org>
5033
5034 * .gitignore: Ignore more files.
5035
122f36ef
PA
50362012-03-19 Pedro Alves <palves@redhat.com>
5037 Jan Kratochvil <jan.kratochvil@redhat.com>
5038
5039 * server.c (cont_thread, general_thread): Add describing comments.
5040 (start_inferior): Clear `cont_thread'.
5041 (handle_v_cont): Don't set `cont_thread' if resuming all threads
5042 of a process.
5043
fc3e5175
YQ
50442012-03-15 Yao Qi <yao@codesourcery.com>
5045
5046 * tracepoint.c (install_tracepoint): Move duplicated tracepoint
5047 handling to ...
5048 (cmd_qtdp): ... here.
5049
8d0d92cd
YQ
50502012-03-15 Yao Qi <yao@codesourcery.com>
5051
5052 * tracepoint.c (struct tracepoint_action_ops): New.
5053 (struct tracepoint_action) [!IN_PROCESS_AGENT] <ops>: New field.
5054 (m_tracepoint_action_download): New.
5055 (r_tracepoint_action_download): New.
5056 (x_tracepoint_action_download): New.
5057 (l_tracepoint_action_download): New.
5058 (add_tracepoint_action): Install `action->ops' according type.
5059 (download_tracepoint_1): Move code `download' function pointer
5060 of various tracepoint_action_ops.
5061
87b0bb13
JK
50622012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5063
5064 * linux-low.c (linux_attach_lwp_1): New variable buffer. Call
5065 linux_ptrace_attach_warnings.
5066
5f572dec
JK
50672012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5068
5069 * Makefile.in (linux-ptrace.o): New.
5070 * configure.srv (arm*-*-linux*, bfin-*-*linux*, crisv32-*-linux*)
5071 (cris-*-linux*, i[34567]86-*-linux*, ia64-*-linux*, m32r*-*-linux*)
5072 (m68*-*-linux*, m68*-*-uclinux*, mips*-*-linux*, powerpc*-*-linux*)
5073 (s390*-*-linux*, sh*-*-linux*, sparc*-*-linux*, tic6x-*-uclinux)
5074 (x86_64-*-linux*, xtensa*-*-linux*): Add linux-ptrace.o to SRV_TGTOBJ
5075 of these targets.
5076 * linux-low.c (linux_attach_lwp_1): Remove redundent else clause.
5077
f4647387
YQ
50782012-03-08 Yao Qi <yao@codesourcery.com>
5079 Pedro Alves <palves@redhat.com>
5080
5081 Fix PR server/13392.
5082 * linux-x86-low.c (amd64_install_fast_tracepoint_jump_pad): Check
5083 offset of JMP insn.
5084 * tracepoint.c (remove_tracepoint): New.
5085 (cmd_qtdp): Call remove_tracepoint when failed to install.
5086
9b224c5e
PA
50872012-03-07 Pedro Alves <palves@redhat.com>
5088
5089 * linux-low.c (get_detach_signal): New.
5090 (linux_detach_one_lwp): Get rid of a pending SIGSTOP with SIGCONT.
5091 Pass on pending signals to PTRACE_DETACH. Check the result of the
5092 ptrace call.
5093 * server.c (program_signals, program_signals_p): New.
5094 (handle_general_set): Handle QProgramSignals.
5095 * server.h (program_signals, program_signals_p): Declare.
5096
e237a7e2
JK
50972012-03-05 Pedro Alves <palves@redhat.com>
5098 Jan Kratochvil <jan.kratochvil@redhat.com>
5099
5100 * linux-low.c (get_dynamic): Don't warn when PT_PHDR isn't found.
5101 New comment why.
5102
5808517f
YQ
51032012-03-03 Yao Qi <yao@codesourcery.com>
5104
5105 * tracepoint.c (tracepoint_look_up_symbols): Update call to
5106 agent_look_up_symbols.
5107
58b4daa5
YQ
51082012-03-03 Yao Qi <yao@codesourcery.com>
5109
5110 * Makefile.in (linux-low.o): Keep dependence on agent.h.
5111 (linux-x86-low.o): Likewise.
5112 * server.h: Remove in_process_agent_loaded.
5113 * tracepoint.c (in_process_agent_loaded): Removed. Moved it
5114 common/agent.c.
5115 Update callers.
5116
8ffcbaaf
YQ
51172012-03-03 Yao Qi <yao@codesourcery.com>
5118
5119 * tracepoint.c (gdb_agent_capability): New global.
5120 (in_process_agent_loaded_ust): Renamed to
5121 `in_process_agent_supports_ust'.
5122 Update callers.
5123 (in_process_agent_supports_ust): Call agent_capability_check.
5124 (clear_installed_tracepoints): Assert that agent supports
5125 agent.
5126
d1feda86
YQ
51272012-03-03 Yao Qi <yao@codesourcery.com>
5128
5129 * linux-low.c (linux_supports_agent): New.
5130 (linux_target_ops): Initialize field `supports_agent' with
5131 linux_supports_agent.
5132 * target.h (struct target_ops) <supports_agent>: New.
5133 (target_supports_agent): New macro.
5134 * server.c (handle_general_set): Handle packet 'QAgent'.
5135 (handle_query): Send `QAgent+'.
5136 * Makefile.in (server.o): Depends on agent.h.
5137
2fa291ac
YQ
51382012-03-03 Yao Qi <yao@codesourcery.com>
5139
5140 * Makefile.in (OBS): Add agent.o.
5141 Add new rule for agent.o.
5142 Track dependence of tracepoint.c on agent.h.
5143 * tracepoint.c (run_inferior_command_1):
5144 (run_inferior_command): Call agent_run_command.
5145 (gdb_ust_connect_sync_socket): Deleted. Move it to
5146 common/agent.c.
5147 (resume_thread, stop_thread): Likewise.
5148 (gdb_ust_socket_init): Renamed to ...
5149 (gdb_agent_socket_init): ... New.
5150 (gdb_ust_thread): Renamed to ...
5151 (gdb_agent_helper_thread): ... New.
5152 (gdb_ust_init): Move some code to ...
5153 (gdb_agent_init): ... here. New.
5154 [HAVE_UST]: Call gdb_ust_init.
5155 (initialize_tracepoint_ftlib): Call gdb_agent_init.
5156 * configure.ac: Add `sys/un.h' to AC_CHECK_HEADERS.
5157 * config.in, configure: Regenerated.
5158
05044653
PA
51592012-03-02 Pedro Alves <palves@redhat.com>
5160
5161 * inferiors.c (add_pid_to_list, pull_pid_from_list): Delete.
5162 * linux-low.c (struct simple_pid_list): New.
5163 (stopped_pids): New a struct simple_pid_list pointer.
5164 (add_to_pid_list, pull_pid_from_list): New.
5165 (handle_extended_wait): Don't assume the first signal new children
5166 report is SIGSTOP. Adjust call to pull_pid_from_list.
5167 (linux_wait_for_lwp): Adjust.
5168
8d00225b
YQ
51692012-03-02 Yao Qi <yao@codesourcery.com>
5170
5171 * tracepoint.c (do_action_at_tracepoint): Write `stop_pc' in
5172 debug log.
5173
19560ba5
YQ
51742012-03-02 Yao Qi <yao@codesourcery.com>
5175
5176 * tracepoint.c (collect_ust_data_at_tracepoint): Remove parameters
5177 `stop_pc' and `tpoint'. Update caller.
5178
1faeff08
MR
51792012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
5180
5181 * linux-low.h (linux_target_ops): Add regset_bitmap member.
5182 * linux-low.c (use_linux_regsets): New macro.
5183 [!HAVE_LINUX_REGSETS] (regsets_fetch_inferior_registers): Likewise.
5184 [!HAVE_LINUX_REGSETS] (regsets_store_inferior_registers): Likewise.
5185 (linux_register_in_regsets): New function.
5186 (usr_fetch_inferior_registers): Skip registers covered by
5187 regsets.
5188 (usr_store_inferior_registers): Likewise.
5189 (usr_fetch_inferior_registers): New macro.
5190 (usr_store_inferior_registers): Likewise.
5191 (linux_fetch_registers): Handle mixed regset/non-regset targets.
5192 (linux_store_registers): Likewise.
5193 * linux-mips-low.c (init_registers_mips_dsp_linux): New
5194 prototype.
5195 (init_registers_mips64_dsp_linux): Likewise.
5196 (init_registers_mips_linux): New macro.
5197 (init_registers_mips_dsp_linux): Likewise.
5198 (mips_dsp_num_regs): Likewise.
5199 (DSP_BASE, DSP_CONTROL): New fallback macros.
5200 (mips_base_regs): New macro.
5201 (mips_regmap): Use it. Fix the size.
5202 (mips_dsp_regmap): New variable.
5203 (mips_dsp_regset_bitmap): Likewise.
5204 (mips_arch_setup): New function.
5205 (mips_cannot_fetch_register): Use the_low_target.regmap rather
5206 than mips_regmap.
5207 (mips_cannot_store_register): Likewise.
5208 (the_low_target): Update .arch_setup, .num_regs and .regmap
5209 initializers. Add .regset_bitmap initializer.
5210 * linux-arm-low.c (the_low_target): Add .regset_bitmap
5211 initializer.
5212 * linux-bfin-low.c (the_low_target): Likewise.
5213 * linux-cris-low.c (the_low_target): Likewise.
5214 * linux-crisv32-low.c (the_low_target): Likewise.
5215 * linux-ia64-low.c (the_low_target): Likewise.
5216 * linux-m32r-low.c (the_low_target): Likewise.
5217 * linux-m68k-low.c (the_low_target): Likewise.
5218 * linux-ppc-low.c (the_low_target): Likewise.
5219 * linux-s390-low.c (the_low_target): Likewise.
5220 * linux-sh-low.c (the_low_target): Likewise.
5221 * linux-sparc-low.c (the_low_target): Likewise.
5222 * linux-tic6x-low.c (the_low_target): Likewise.
5223 * linux-x86-low.c (the_low_target): Likewise.
5224 * linux-xtensa-low.c (the_low_target): Likewise.
5225 * configure.srv <mips*-*-linux*>: Add mips-dsp-linux.o and
5226 mips64-dsp-linux.o to srv_regobj. Add mips-dsp-linux.xml,
5227 mips64-dsp-linux.xml, mips-dsp.xml and mips64-dsp.xml to
5228 srv_xmlfiles.
5229 * Makefile.in (mips-dsp-linux.o, mips-dsp-linux.c): New targets.
5230 (mips64-dsp-linux.o, mips64-dsp-linux.c): Likewise.
5231
c03e6ccc
YQ
52322012-02-29 Yao Qi <yao@codesourcery.com>
5233 Pedro Alves <palves@redhat.com>
5234
5235 * linux-low.c: (linux_wait_1): Call unsuspend_all_lwps when
5236 `step_over_finished' is true.
5237
644cebc9
PA
52382012-02-27 Pedro Alves <palves@redhat.com>
5239
5240 * linux-low.c (pid_is_stopped): Delete, moved to common/.
5241 (linux_attach_lwp_1): Adjust to use linux_proc_pid_is_stopped.
5242
c14d7ab2
PA
52432012-02-27 Pedro Alves <palves@redhat.com>
5244
5245 PR server/9684
5246 * linux-low.c (pid_is_stopped): New.
5247 (linux_attach_lwp_1): Handle attaching to 'T (stopped)' processes.
5248
412c89dd
LM
52492012-02-25 Luis Machado <lgustavo@codesourcery.com>
5250
5251 * mem-break.c (clear_gdb_breakpoint_conditions): Fix de-allocation
5252 of conditions.
5253
b745defe
MR
52542012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
5255
5256 * linux-mips-low.c (mips_regmap): Correct the index of $f9.
5257
9f3a5c85
LM
52582012-02-24 Luis Machado <lgustavo@codesourcery>
5259
5260 * server.c (handle_query): Advertise support for target-side
5261 breakpoint condition evaluation.
5262 (process_point_options): New function.
5263 (process_serial_event): When inserting a breakpoint, check for
5264 a target-side condition that should be evaluated.
5265
5266 * mem-break.c: Include regcache.h and ax.h.
5267 (point_cond_list_t): New data structure.
5268 (breakpoint) <cond_list>: New field.
5269 (find_gdb_breakpoint_at): Make non-static.
5270 (delete_gdb_breakpoint_at): Clear any target-side
5271 conditions.
5272 (clear_gdb_breakpoint_conditions): New function.
5273 (add_condition_to_breakpoint): Likewise.
5274 (add_breakpoint_condition): Likewise.
5275 (gdb_condition_true_at_breakpoint): Likewise.
5276 (gdb_breakpoint_here): Return result directly instead
5277 of going through a local variable.
5278
5279 * mem-break.h (find_gdb_breakpoint_at): New prototype.
5280 (clear_gdb_breakpoint_conditions): Likewise.
5281 (add_breakpoint_condition): Likewise.
5282 (gdb_condition_true_at_breakpoint): Likewise.
5283
5284 * linux-low.c (linux_wait_1): Evaluate target-side breakpoint condition.
5285 (need_step_over_p): Take target-side breakpoint condition into
5286 consideration.
5287
5e1dc496
LM
52882012-02-24 Luis Machado <lgustavo@codesourcery>
5289
5290 * server.h: Include tracepoint.h.
5291 (agent_mem_read, agent_get_trace_state_variable_value,
5292 agent_set_trace_state_variable_value,
5293 agent_tsv_read, agent_mem_read_string, get_get_tsv_func_addr,
5294 get_set_tsv_func_addr): New prototypes.
5295
5296 * ax.h: New include file.
5297 * ax.c: New source file.
5298
5299 * tracepoint.c: Include ax.h.
5300 (gdb_agent_op, gdb_agent_op_names, gdb_agent_op_sizes,
5301 agent_expr, eval_result_type): Move to ax.h.
5302 (parse_agent_expr): Rename to ...
5303 (gdb_parse_agent_expr): ... this, make it non-static and move
5304 to ax.h.
5305 (unparse_agent_expr) Rename to ...
5306 (gdb_unparse_agent_expr): ... this, make it non-static and move
5307 to ax.h.
5308 (eval_agent_expr): Rename to ...
5309 (eval_tracepoint_agent_expr): ... this.
5310 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Remove
5311 forward declarations.
5312 (add_tracepoint_action): Call gdb_parse_agent_expr (...).
5313 (agent_get_trace_state_variable_value): New function.
5314 (agent_set_trace_state_variable_value): New function.
5315 (cmd_qtdp): Call gdb_parse_agent_expr (...).
5316 (response_tracepoint): Call gdb_unparse_agent_expr (...).
5317 (do_action_at_tracepoint): Call eval_tracepoint_agent_expr (...).
5318 (condition_true_at_tracepoint): Likewise.
5319 (parse_agent_expr): Rename to ...
5320 (gdb_parse_agent_expr): ... this and move to ax.c.
5321 (unparse_agent_expr): Rename to ...
5322 (gdb_unparse_agent_expr): ... this and move to ax.c.
5323 (gdb_agent_op_name): Move to ax.c.
5324 (eval_agent_expr): Rename to ...
5325 (gdb_eval_agent_expr): ... this, use regcache passed as parameter
5326 and move to ax.c.
5327 (eval_tracepoint_agent_expr): New function.
5328 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Make
43aaf8b6 5329 non-static.
5e1dc496
LM
5330 (current_insn_ptr, emit_error, struct bytecode_address): Move to
5331 ax.c.
5332 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul, emit_lsh,
5333 emit_rsh_signed, emit_rsh_unsigned, emit_ext, emit_log_not,
5334 emit_bit_and, emit_bit_or, emit_bit_xor, emit_bit_not, emit_equal,
5335 emit_less_signed, emit_less_unsigned, emit_ref, emit_if_goto,
5336 emit_goto, write_goto_address, emit_const, emit_reg, emit_pop,
5337 emit_stack, emit_zero_ext, emit_swap, emit_stack_adjust,
5338 emit_int_call_1, emit_void_call_2, emit_eq_goto, emit_ne_goto,
5339 emit_lt_goto, emit_ge_goto, emit_gt_goto, emit_le_goto): Move to ax.c.
5340 (get_get_tsv_func_addr, get_set_tsv_func_addr): New functions.
5341 (compile_bytecodes): Remove forward declaration.
5342 (is_goto_target): Move to ax.c.
5343 (compile_bytecodes): Move to ax.c and call
5344 agent_get_trace_state_variable_value (...) and
5345 agent_set_trace_state_variable_value (...).
5346
5347 * Makefile.in: Update ax.c and IPA dependencies.
5348
277e4e52
PA
53492012-02-24 Pedro Alves <palves@redhat.com>
5350
5351 * tracepoint.c (cmd_bigqtbuffer): Rename as ...
5352 (cmd_bigqtbuffer_circular): ... this. Only handle
5353 'QTBuffer:circular:'.
5354 (handle_tracepoint_general_set): Adjust.
5355
bf4c19f7
YQ
53562012-02-16 Yao Qi <yao@codesourcery.com>
5357
5358 * inferiors.c: Move code to ...
5359 * dll.c: .... here. New.
5360 * server.h: Declare clear_dlls.
5361 * Makefile.in (SFILES): Add dll.c.
5362 (OBS): Add dll.o
5363 (dll.o): New rule.
5364
d73f2619
YQ
53652012-02-11 Yao Qi <yao@codesourcery.com>
5366
5367 * server.c: (handle_monitor_command): Add a new parameter
5368 `own_buf'.
5369 (handle_query): Update caller.
5370
f8255c2a
JB
53712012-02-09 Joel Brobecker <brobecker@adacore.com>
5372
5373 * configure.ac: Add readlink to AC_CHECK_FUNCS list.
5374 * configure, config.in: Regenerate.
5375 * hostio.c: Provide an alternate implementation if HAVE_READLINK
5376 is not defined.
5377
da84f473
PA
53782012-02-02 Pedro Alves <palves@redhat.com>
5379
5380 Try SIGKILL first, then PTRACE_KILL.
5381 * linux-low.c (linux_kill_one_lwp): New.
5382 (linux_kill_one_lwp): Rename to ...
5383 (kill_one_lwp_callback): ... this. Use the new
5384 linux_kill_one_lwp.
5385
e886a173
PA
53862012-02-02 Pedro Alves <palves@redhat.com>
5387
5388 * tracepoint.c (cmd_qtminftpilen): Return 0 if there's no current
5389 inferior.
5390
be07f1a2
PA
53912012-01-27 Pedro Alves <palves@redhat.com>
5392
5393 * linux-low.c (linux_child_pid_to_exec_file): Delete.
5394 (elf_64_file_p): Make static.
5395 (linux_pid_exe_is_elf_64_file): New.
5396 * linux-low.h (linux_child_pid_to_exec_file, elf_64_file_p):
5397 Delete declarations.
5398 (linux_pid_exe_is_elf_64_file): Declare.
5399 * linux-x86-low.c (x86_arch_setup): Use
5400 linux_pid_exe_is_elf_64_file.
5401
d8301ad1
JK
54022012-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5403
5404 * linux-low.c (linux_wait_for_event_1): Rename to ...
5405 (linux_wait_for_event): ... here and merge it with former
5406 linux_wait_for_event - new variable wait_ptid, use it.
5407 (linux_wait_for_event): Remove - merge it to linux_wait_for_event_1.
5408
01b17894
PA
54092012-01-23 Pedro Alves <palves@redhat.com>
5410
5411 * server.c (main): Avoid yet another case of infinite loop while
5412 detaching/killing after a longjmp.
5413
e825046f
JK
54142012-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5415
5416 Code cleanup.
5417 * linux-low.c (linux_wait_for_event_1): Use ptid_is_pid.
5418
b9e7b9c3
UW
54192012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
5420
5421 * hostio.c (handle_readlink): New function.
5422 (handle_vFile): Call it to handle "vFile:readlink" packets.
5423
901f9912
UW
54242012-01-20 Pedro Alves <palves@redhat.com>
5425 Ulrich Weigand <ulrich.weigand@linaro.org>
5426
5427 * server.c (handle_v_requests): Only support vAttach and vRun to
5428 start multiple processes when in extended protocol mode.
5429
fc1ab1a0
PA
54302012-01-17 Pedro Alves <palves@redhat.com>
5431
5432 * tracepoint.c (initialize_tracepoint): Use mmap instead of
5433 memalign plus mprotect to allocate the scratch buffer.
5434
7d5d4e98
PA
54352012-01-13 Pedro Alves <palves@redhat.com>
5436
5437 * server.c (attach_inferior): Clear `cont_thread'.
5438
f128d5e9
PA
54392012-01-13 Pedro Alves <palves@redhat.com>
5440
5441 * server.c (main): Avoid infinite loop while detaching/killing
5442 after a longjmp.
5443
06db92f0
DE
54442012-01-09 Doug Evans <dje@google.com>
5445
5446 * server.c (start_inferior): Set last_ptid in --wrapper case.
5447
32d92999
YQ
54482012-01-06 Yao Qi <yao@codesourcery.com>
5449
5450 * tracepoint.c [IN_PROCESS_AGENT] (debug_threads): Macro
5451 defined.
5452 [IN_PROCESS_AGENT] (debug_agent): New global variable.
5453
5e0a92a9
YQ
54542012-01-04 Yao Qi <yao@codesourcery.com>
5455
5456 * tracepoint.c (cmd_qtdp): Print debug message
5457 for static tracepoint.
5458
ae639e8c
YQ
54592012-01-04 Yao Qi <yao@codesourcery.com>
5460
5461 * tracepoint.c (trace_vdebug): Differentiate debug message
5462 between gdbserver and IPA.
5463
f72429c5
YQ
54642012-01-03 Yao Qi <yao@codesourcery.com>
5465
5466 * tracepoint.c (tracepoint_was_hit): Don't collect for
5467 static tracepoint.
5468
12c3e59c
JB
54692012-01-02 Joel Brobecker <brobecker@adacore.com>
5470
5471 * terminal.h: Reformat copyright header.
5472
67827812
JB
54732012-01-02 Joel Brobecker <brobecker@adacore.com>
5474
5475 * server.c (gdbserver_version): Update copyright year.
5476 * gdbreplay.c (gdbreplay_version): Likewise.
5477
3e52c33d
JK
54782011-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5479
5480 * linux-low.c (linux_create_inferior): Put empty if clause for write.
5481
5482 Revert:
5483 2011-12-18 Hui Zhu <teawater@gmail.com>
5484 * linux-low.c (linux_create_inferior): Save return value to ret.
5485
66f1260e
HZ
54862011-12-18 Hui Zhu <teawater@gmail.com>
5487
5488 * linux-low.c (linux_create_inferior): Save return value to ret.
5489
e77616d7
DE
54902011-12-16 Doug Evans <dje@google.com>
5491
e7b06c57
DE
5492 * linux-low.c (linux_create_inferior): If stdio connection,
5493 redirect stdin from /dev/null, stdout to stderr.
5494 * remote-utils.c (remote_is_stdio): New static global.
5495 (remote_connection_is_stdio): New function.
5496 (remote_prepare): Handle stdio connection.
5497 (remote_open): Ditto.
5498 (remote_close): Don't close stdin for stdio connections.
5499 (read_prim,write_prim): New functions. Replace all calls to
5500 read/write to these.
5501 * server.c (main): Watch for "-" argument. Move call to
5502 remote_prepare before start_inferior.
5503 * server.h (STDIO_CONNECTION_NAME): New macro.
5504 (remote_connection_is_stdio): Declare.
5505
e77616d7
DE
5506 * remote-utils.c (prepare_resume_reply): Remove extraneous \n
5507 in debugging output.
5508
82067193
YQ
55092011-12-15 Yao Qi <yao@codesourcery.com>
5510
5511 * tracepoint.c: Include sys/syscall.h.
5512 (gdb_ust_thread): Remove preprocessor conditional.
5513
82bfbe7e
PA
55142011-12-14 Pedro Alves <pedro@codesourcery.com>
5515
5516 * linux-low.c (linux_detach_one_lwp): Call
5517 the_low_target.prepare_to_resume before detaching.
5518
712c6575
YQ
55192011-12-14 Yao Qi <yao@codesourcery.com>
5520
5521 * tracepoint.c (gdb_ust_thread): Don't ignore return value
5522 of write.
5523
d54d1edf
YQ
55242011-12-14 Yao Qi <yao@codesourcery.com>
5525
5526 * i386-low.c (i386_low_stopped_data_address): Initialize local
5527 variable `control'.
5528
6210a125
PA
55292011-12-13 Pedro Alves <pedro@codesourcery.com>
5530
5531 PR remote/13492
5532
5533 * i386-low.c (i386_low_stopped_data_address): Avoid fetching
5534 DR_CONTROL unless necessary. Extend comments.
5535 * linux-x86-low.c (x86_linux_prepare_to_resume): Don't write to
5536 DR0-3 if not used. If any watchpoint was set, clear DR_STATUS.
5537
2ece8244
YQ
55382011-12-13 Yao Qi <yao@codesourcery.com>
5539
5540 * tracepoint.c (trace_buffer_alloc): Replace magic numbers with
5541 macros.
5542 (upload_fast_traceframes, upload_fast_traceframes): Likewise.
5543
784867a5
JK
55442011-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5545
5546 * linux-low.c (linux_kill): Skip PTRACE_KILL if LWP does not exist.
5547 Print new debug message for such case.
5548
6bf36717
JK
55492011-12-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5550
5551 Fix overlapping memcpy.
5552 * mem-break.c (set_raw_breakpoint_at): New variable buf. Use it for
5553 the read_inferior_memory transfer.
5554 (delete_fast_tracepoint_jump): New variable buf. Use it for the
5555 write_inferior_memory transfer.
5556 (set_fast_tracepoint_jump): New variable buf. Use it for the
5557 read_inferior_memory and write_inferior_memory transfers.
5558 (uninsert_fast_tracepoint_jumps_at, reinsert_fast_tracepoint_jumps_at)
5559 (delete_raw_breakpoint, uninsert_raw_breakpoint): New variable buf.
5560 Use it for the write_inferior_memory transfer.
5561 (check_mem_read, check_mem_write): New gdb_asserts for overlapping
5562 buffers.
5563
50275556
MR
55642011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
5565
5566 * linux-low.c (fetch_register, store_register): Make code
5567 consistent, fix formatting.
5568
7325beb4
MR
55692011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
5570
5571 * linux-low.c (usr_store_inferior_registers): Factor out code
5572 to handle individual registers into...
5573 (store_register): ... this new function.
5574
c642a434
UW
55752011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
5576
5577 * Makefile.in (s390-linux32v1.o, s390-linux32v1.c): New rules.
5578 (s390-linux32v2.o, s390-linux32v2.c): Likewise.
5579 (s390-linux64v1.o, s390-linux64v1.c): Likewise.
5580 (s390-linux64v2.o, s390-linux64v2.c): Likewise.
5581 (s390x-linux64v1.o, s390x-linux64v1.c): Likewise.
5582 (s390x-linux64v2.o, s390x-linux64v2.c): Likewise.
5583 * configure.srv [s390*-*-linux*] (srv_regobj): Add new objects.
5584 (srv_xmlfiles): Add new XML files.
5585
5586 * linux-s390-low.c: Include "elf/common.h", <sys/ptrace.h>,
5587 and <sys/uio.h>.
5588 (PTRACE_GETREGSET, PTRACE_SETREGSET): Define if undefined.
5589 (init_registers_s390_linux32v1): Add prototype.
5590 (init_registers_s390_linux32v2): Likewise.
5591 (init_registers_s390_linux64v1): Likewise.
5592 (init_registers_s390_linux64v2): Likewise.
5593 (init_registers_s390x_linux64v1): Likewise.
5594 (init_registers_s390x_linux64v2): Likewise.
5595 (s390_num_regs): Increment to 52.
5596 (s390_regmap): Add orig_r2 register.
5597 (s390_num_regs_3264): Increment to 68.
5598 (s390_regmap_3264): Add orig_r2 register.
5599 (s390_collect_ptrace_register): Handle orig_r2 register.
5600 (s390_supply_ptrace_register): Likewise.
5601 (s390_fill_last_break): New function.
5602 (s390_store_last_break): Likewise.
5603 (s390_fill_system_call): New function.
5604 (s390_store_system_call): Likewise.
5605 (target_regsets): Handle NT_S390_LAST_BREAK and NT_S390_SYSTEM_CALL
5606 register sets.
5607 (s390_check_regset): New function.
5608 (s390_arch_setup): Check for presence of NT_S390_LAST_BREAK and
5609 NT_S390_SYSTEM_CALL regsets and use appropriate description.
5610 Update target_regsets for available register sets.
5611
2268b414
JK
56122011-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5613 Jan Kratochvil <jan.kratochvil@redhat.com>
5614
5615 * linux-low.c (get_phdr_phnum_from_proc_auxv, get_dynamic, get_r_debug)
5616 (read_one_ptr, struct link_map_offsets, linux_qxfer_libraries_svr4):
5617 New.
5618 (struct linux_target_ops): Install linux_qxfer_libraries_svr4.
5619 * linux-low.h (struct process_info_private): New member r_debug.
5620 * server.c (handle_qxfer_libraries): Call
5621 the_target->qxfer_libraries_svr4.
5622 (handle_qxfer_libraries_svr4): New function.
5623 (qxfer_packets): New entry "libraries-svr4".
5624 (handle_query): Check QXFER_LIBRARIES_SVR4 and report libraries-svr4.
5625 * target.h (struct target_ops): New member qxfer_libraries_svr4.
5626 * remote.c (remote_xfer_partial): Call add_packet_config_cmd for
5627 PACKET_qXfer_libraries_svr4.
5628
d6db1fab
UW
56292011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5630
5631 * linux-s390-low.c (s390_collect_ptrace_register): Fully convert
5632 PSW address/mask between 8-byte and 16-byte formats.
5633 (s390_supply_ptrace_register): Likewise.
5634 (s390_get_pc, s390_set_pc): 4-byte PSW address always includes
5635 basic addressing mode bit.
5636
242f5f1c
SS
56372011-11-24 Stan Shebs <stan@codesourcery.com>
5638
5639 * tracepoint.c (cmd_qtstatus): Use plongest instead of %llx.
5640
f196051f
SS
56412011-11-17 Stan Shebs <stan@codesourcery.com>
5642
5643 * tracepoint.c (struct tracepoint): New field traceframe_usage.
5644 (tracing_start_time): New global.
5645 (tracing_stop_time): New global.
5646 (tracing_user_name): New global.
5647 (tracing_notes): New global.
5648 (tracing_stop_note): New global.
5649 (cmd_qtstart): Set traceframe_usage, start_time.
5650 (stop_tracing): Set stop_time.
5651 (cmd_qtstatus): Report additional status.
5652 (cmd_qtp): New function.
5653 (handle_tracepoint_query): Call it.
5654 (cmd_qtnotes): New function.
5655 (handle_tracepoint_general_set): Call it.
5656 (get_timestamp): Rename from tsv_get_timestamp.
5657
405f8e94
SS
56582011-11-14 Stan Shebs <stan@codesourcery.com>
5659 Kwok Cheung Yeung <kcy@codesourcery.com>
5660
5661 * linux-x86-low.c (small_jump_insn): New.
5662 (i386_install_fast_tracepoint_jump_pad): Add arguments for
5663 trampoline and error message, build a trampoline and issue a small
5664 jump instruction to it.
5665 (x86_install_fast_tracepoint_jump_pad): Add arguments for
5666 trampoline and error message.
5667 (x86_get_min_fast_tracepoint_insn_len): New.
5668 (the_low_target): Add call to x86_get_min_fast_tracepoint_insn_len.
5669 * linux-low.h (struct linux_target_ops): Add arguments to
5670 install_fast_tracepoint_jump_pad operation, add new operation.
5671 * linux-low.c (linux_install_fast_tracepoint_jump_pad): Add
5672 arguments.
5673 (linux_get_min_fast_tracepoint_insn_len): New function.
5674 (linux_target_op): Add new operation.
5675 * tracepoint.c (gdb_trampoline_buffer): New IPA variable.
5676 (gdb_trampoline_buffer_end): Ditto.
5677 (gdb_trampoline_buffer_error): Ditto.
5678 (struct ipa_sym_addresses): Add fields for new IPA variables.
5679 (symbol_list): Add entries for new IPA variables.
5680 (struct tracepoint): Add fields to hold the address range of the
5681 trampoline used by the tracepoint.
5682 (trampoline_buffer_head): New static variable.
5683 (trampoline_buffer_tail): Ditto.
5684 (claim_trampoline_space): New function.
5685 (have_fast_tracepoint_trampoline_buffer): New function.
5686 (clone_fast_tracepoint): Fill in trampoline fields of tracepoint
5687 structure.
5688 (install_fast_tracepoint): Ditto, also add error buffer argument.
5689 (cmd_qtminftpilen): New function.
5690 (handle_tracepoint_query): Add response to qTMinFTPILen packet.
5691 (fast_tracepoint_from_trampoline_address): New function.
5692 (fast_tracepoint_collecting): Handle trampoline as part of jump
5693 pad space.
5694 (set_trampoline_buffer_space): New function.
5695 (initialize_tracepoint): Initialize new IPA variables.
5696 * target.h (struct target_ops): Add arguments to
5697 install_fast_tracepoint_jump_pad operation, add new
5698 get_min_fast_tracepoint_insn_len operation.
5699 (target_get_min_fast_tracepoint_insn_len): New.
5700 (install_fast_tracepoint_jump_pad): Add arguments.
5701 * server.h (IPA_BUFSIZ): Define.
5702 * linux-i386-ipa.c: Include extra header files.
5703 (initialize_fast_tracepoint_trampoline_buffer): New function.
5704 (initialize_low_tracepoint): Call it.
5705 * server.h (set_trampoline_buffer_space): Declare.
5706 (claim_trampoline_space): Ditto.
5707 (have_fast_tracepoint_trampoline_buffer): Ditto.
5708
1e4d1764
YQ
57092011-11-14 Yao Qi <yao@codesourcery.com>
5710
5711 * server.c (handle_query): Handle InstallInTrace for qSupported.
5712 * tracepoint.c (add_tracepoint): Sort list.
5713 (install_tracepoint, download_tracepoint): New.
5714 (cmd_qtdp): Call them to install and download tracepoints.
5715 (sort_tracepoints): Removed.
5716 (cmd_qtstart): Update.
5717
5c73ff4e
YQ
57182011-11-14 Yao Qi <yao@codesourcery.com>
5719
5720 * mem-break.c (inc_ref_fast_tracepoint_jump): New.
5721 * mem-break.h: Declare.
5722 * tracepoint.c (cmd_qtstart): Move some code to ...
5723 (clone_fast_tracepoint, install_fast_tracepoint): ... here.
5724 New.
5725 (download_tracepoints): Move some code to ...
5726 (download_tracepoint_1): ... here. New.
5727
86a30030
YQ
57282011-11-08 Yao Qi <yao@codesourcery.com>
5729
5730 * remote-utils.c (relocate_instruction): A comment fix.
5731
8d26e50c
JB
57322011-11-07 Joel Brobecker <brobecker@adacore.com>
5733
5734 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): Delete.
5735 (i386_dr_low_get_control, i386_dr_low_get_status): Use
5736 dr_status_mirror and dr_control_mirror from debug_reg_state.
5737 (i386_dr_low_get_status): Use debug_reg_state.dr_status_mirror
5738 (i386_initial_stuff): Remove use of deleted globals.
5739 (i386_get_thread_context, i386_set_thread_context,
5740 i386_thread_added): Use dr_status_mirror and dr_control_mirror
5741 from debug_reg_state.
5742
a59306a3
YQ
57432011-11-05 Yao Qi <yao@codesourcery.com>
5744
5745 * tracepoint.c (gdb_collect): Loop over tracepoints of same
5746 address as TPOINT's.
5747
3065dfb6
SS
57482011-11-02 Stan Shebs <stan@codesourcery.com>
5749
5750 * tracepoint.c (agent_mem_read_string): New function.
5751 (eval_agent_expr): Call it for tracenz.
5752 * server.c (handle_query): Report support for tracenz.
5753
fd0d8c7c
YQ
57542011-11-02 Yao Qi <yao@codesourcery.com>
5755
5756 * tracepoint.c (cmd_qtstart): Remove unused local variables.
5757
609086b1
YQ
57582011-11-02 Yao Qi <yao@codesourcery.com>
5759
5760 * target.h: Fix a typo in comment.
5761
b9fd1791
PA
57622011-10-31 Pedro Alves <pedro@codesourcery.com>
5763
5764 * mem-break.c (check_mem_write): Add `myaddr' parameter. Don't
5765 clobber the breakpoints' shadows with fast tracepoint jumps.
5766 * mem-break.h (check_mem_write): Add `myaddr' parameter.
5767 * target.c (write_inferior_memory): Also pass MYADDR down to
5768 check_mem_write.
5769
03583c20
UW
57702011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
5771
5772 * configure.ac: Check support for personality routine.
5773 * configure: Regenerate.
5774 * config.in: Likewise.
5775 * linux-low.c: Include <sys/personality.h>.
5776 Define ADDR_NO_RANDOMIZE if necessary.
5777 (linux_create_inferior): Disable address space randomization when
5778 forking inferior, if requested.
5779 (linux_supports_disable_randomization): New function.
5780 (linux_target_ops): Install it.
5781 * server.h (disable_randomization): Declare.
5782 * server.c (disable_randomization): New global variable.
5783 (handle_general_set): Handle QDisableRandomization.
5784 (handle_query): Likewise for qSupported.
5785 (main): Support --disable-randomization and --no-disable-randomization
5786 command line arguments.
5787 * target.h (struct target_ops): Add supports_disable_randomization.
5788 (target_supports_disable_randomization): New macro.
5789
723b724b
MF
57902011-09-29 Mike Frysinger <vapier@gentoo.org>
5791
5792 * linux-low.c (target_loadseg): Add defined PTRACE_GETFDPIC to the
5793 ifdef check.
5794 [PT_GETDSBT] (target_loadmap): Wrap in a defined PT_GETDSBT check.
5795 [!PT_GETDSBT] (target_loadmap): New definition.
5796 (LINUX_LOADMAP, LINUX_LOADMAP_EXEC, LINUX_LOADMAP_INTERP): Define.
5797 (linux_read_loadmap): Change PTRACE_GETDSBT_EXEC to
5798 LINUX_LOADMAP_EXEC, PTRACE_GETDSBT_INTERP to LINUX_LOADMAP_INTERP,
5799 and PT_GETDSBT to LINUX_LOADMAP.
5800 [!PT_GETDSBT] (linux_read_loadmap): Define to NULL.
5801 (linux_target_ops): Delete unnecessary ifdef PT_GETDSBT check.
5802
55329a5c 58032011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
71487fd7
UW
5804
5805 * linux-arm-low.c (struct arm_linux_hwbp_cap): Remove.
5806 (arm_linux_hwbp_cap): New static variable.
5807 (arm_linux_get_hwbp_cap): Replace by ...
5808 (arm_linux_init_hwbp_cap): ... this new function.
5809 (arm_linux_get_hw_breakpoint_count): Use arm_linux_hwbp_cap.
5810 (arm_linux_get_hw_watchpoint_count): Likewise.
5811 (arm_linux_get_hw_watchpoint_max_length): Likewise.
5812 (arm_arch_setup): Call arm_linux_init_hwbp_cap.
5813 (arm_prepare_to_resume): Use perror_with_name instead of error.
5814
55329a5c 58152011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
09b4ad9f
UW
5816
5817 * linux-arm-low.c: Include <signal.h>.
5818 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define if necessary.
5819 (struct arm_linux_hwbp_cap): New data type.
5820 (arm_hwbp_type, arm_hwbp_control_t): New typedefs.
5821 (struct arm_linux_hw_breakpoint): New data type.
5822 (MAX_BPTS, MAX_WPTS): Define.
5823 (struct arch_process_info, struct arch_lwp_info): New data types.
5824 (arm_linux_get_hwbp_cap): New function.
5825 (arm_linux_get_hw_breakpoint_count): Likewise.
5826 (arm_linux_get_hw_watchpoint_count): Likewise.
5827 (arm_linux_get_hw_watchpoint_max_length): Likewise.
5828 (arm_hwbp_control_initialize): Likewise.
5829 (arm_hwbp_control_is_enabled): Likewise.
5830 (arm_hwbp_control_is_initialized): Likewise.
5831 (arm_hwbp_control_disable): Likewise.
5832 (arm_linux_hw_breakpoint_equal): Likewise.
5833 (arm_linux_hw_point_initialize): Likewise.
5834 (struct update_registers_data): New data structure.
5835 (update_registers_callback: New function.
5836 (arm_insert_point): Likewise.
5837 (arm_remove_point): Likewise.
5838 (arm_stopped_by_watchpoint): Likewise.
5839 (arm_stopped_data_address): Likewise.
5840 (arm_new_process): Likewise.
5841 (arm_new_thread): Likewise.
5842 (arm_prepare_to_resume): Likewise.
5843 (the_low_target): Register arm_insert_point, arm_remove_point,
5844 arm_stopped_by_watchpoint, arm_stopped_data_address, arm_new_process,
5845 arm_new_thread, and arm_prepare_to_resume.
5846
6b9801d4
SS
58472011-09-15 Stan Shebs <stan@codesourcery.com>
5848
5849 * server.h (struct emit_ops): Add compare-goto fields.
5850 * tracepoint.c (gdb_agent_op_sizes): New table.
5851 (emit_eq_goto): New function.
5852 (emit_ne_goto): New function.
5853 (emit_lt_goto): New function.
5854 (emit_le_goto): New function.
5855 (emit_gt_goto): New function.
5856 (emit_ge_goto): New function.
5857 (is_goto_target): New function.
5858 (compile_bytecodes): Recognize special cases of compare-goto
5859 combinations and call specialized emitters for them.
5860 * linux-x86-low.c (amd64_emit_eq_goto): New function.
5861 (amd64_emit_ne_goto): New function.
5862 (amd64_emit_lt_goto): New function.
5863 (amd64_emit_le_goto): New function.
5864 (amd64_emit_gt_goto): New function.
5865 (amd64_emit_ge_goto): New function.
5866 (amd64_emit_ops): Add the new functions.
5867 (i386_emit_eq_goto): New function.
5868 (i386_emit_ne_goto): New function.
5869 (i386_emit_lt_goto): New function.
5870 (i386_emit_le_goto): New function.
5871 (i386_emit_gt_goto): New function.
5872 (i386_emit_ge_goto): New function.
5873 (i386_emit_ops): Add the new functions.
5874
bf15cbda
SS
58752011-09-08 Stan Shebs <stan@codesourcery.com>
5876
5877 * linux-x86-low.c (i386_emit_prologue): Save %ebx.
5878 (i386_emit_epilogue): Restore %ebx.
5879
943ca1dd
JZ
58802011-08-31 Jie Zhang <jzhang918@gmail.com>
5881
5882 * server.c (step_thread): Remove definition.
5883 (process_serial_event): Don't handle Hs.
5884 * server.h (step_thread): Remove declaration.
5885 * target.c (set_desired_inferior): Remove use of step_thread.
5886
e3deef73
LM
58872011-08-24 Luis Machado <lgustavo@codesourcery.com>
5888
5889 * linux-low.c: Include linux-procfs.h.
5890 (linux_attach_lwp_1): Update comments.
5891 (linux_attach): Scan for existing threads when attaching to a
5892 process that is the tgid.
5893 * Makefile.in: Update dependencies.
5894
13da1c97
LM
58952011-08-24 Luis Machado <lgustavo@codesourcery.com>
5896
5897 * configure.srv: Add linux-procfs.o dependencies.
5898
881127c9
YQ
58992011-08-14 Yao Qi <yao@codesourcery.com>
5900
5901 * target.h (struct target_ops): Fix indent.
5902 * win32-low.c (win32_target_ops): Fix comment.
5903
58dbd541
YQ
59042011-08-14 Andrew Jenner <andrew@codesourcery.com>
5905 Yao Qi <yao@codesourcery.com>
5906
5907 * Makefile.in (clean): Remove tic6x-*.c files.
5908 (linux-tic6x-low.o, tic6x-c62x-linux.o, tic6x-c64x-linux.o): New rules.
5909 (tic6x-c64xp-linux.o, tic6x-c62x-linux.c, tic6x-c64x-linux.c): Likewise.
5910 (tic6x-c64xp-linux.c): Likewise.
5911 * configure.srv: Add support for tic6x-*-uclinux.
5912 * linux-tic6x-low.c: New.
5913 * linux-low.c (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define.
5914
78d85199
YQ
59152011-08-14 Andrew Stubbs <ams@codesourcery.com>
5916 Yao Qi <yao@codesourcery.com>
5917
5918 * target.h (struct target_ops): Add read_loadmap.
5919 * linux-low.c (struct target_loadseg): New type.
5920 (struct target_loadmap): New type.
5921 (linux_read_loadmap): New function.
5922 (linux_target_ops): Add linux_read_loadmap.
5923 * server.c (handle_query): Support qXfer:fdpic:read packet.
43aaf8b6
PA
5924 * win32-low.c (win32_target_ops): Initialize field `read_loadmap'
5925 to NULL.
78d85199 5926
a959a88d
EZ
59272011-08-05 Eli Zaretskii <eliz@gnu.org>
5928
5929 * win32-low.c: Include <stdint.h>.
5930
1ced966e
PA
59312011-07-22 Pedro Alves <pedro@codesourcery.com>
5932
5933 * i386-low.c (i386_insert_aligned_watchpoint): Don't pass the info
5934 to the inferior here.
5935 (i386_remove_aligned_watchpoint): Ditto.
5936 (i386_handle_nonaligned_watchpoint): Return immediate on fail to
5937 fit part of the watchpoint in the debug registers.
5938 (i386_update_inferior_debug_regs): New.
5939 (i386_low_insert_watchpoint): Work on a local mirror of the debug
5940 registers, and only update the inferior on success.
5941 (i386_low_remove_watchpoint): Ditto.
5942
d26e3629
KY
59432011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
5944
5945 * linux-low.c (compare_ints, unique, list_threads, show_process,
5946 linux_core_of_thread): Delete.
5947 (linux_target_ops): Change linux_core_of_thread to
5948 linux_common_core_of_thread.
5949 (linux_qxfer_osdata): Defer to linux_common_xfer_osdata.
5950 * utils.c (malloc_failure): Change type of argument.
5951 (xmalloc, xrealloc, xcalloc, xsnprintf): Delete.
5952 * Makefile.in (SFILES): Add common/common-utils.c, common/xml-utils.c,
5953 common/linux-osdata.c, common/ptid.c and common/buffer.c.
5954 (OBS): Add xml-utils.o, common-utils.o, ptid.o and buffer.o.
5955 (IPA_OBJS): Add common-utils-ipa.o.
5956 (ptid_h, linux_osdata_h): New macros.
5957 (server_h): Add common/common-utils.h, common/xml-utils.h,
5958 common/buffer.h, common/gdb_assert.h, common/gdb_locale.h and
5959 common/ptid.h.
5960 (common-utils-ipa.o, common-utils.o, xml-utils.o, linux-osdata.o,
5961 ptid.o, buffer.o): New rules.
5962 (linux-low.o): Add common/linux-osdata.h as a dependency.
5963 * configure.srv (srv_tgtobj): Add linux-osdata.o to Linux targets.
5964 * configure.ac: Add AC_HEADER_DIRENT check.
5965 * config.in: Regenerate.
5966 * configure: Regenerate.
5967 * remote-utils.c (xml_escape_text): Delete.
5968 (buffer_grow, buffer_free, buffer_init, buffer_finish,
5969 buffer_xml_printf): Move to common/buffer.c.
5970 * server.c (main): Remove call to initialize_inferiors.
5971 * server.h (struct ptid, ptid_t, minus_one_ptid, null_ptid,
5972 ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid,
5973 ptid_equal, ptid_is_pid, initialize_inferiors, xml_escape_text,
5974 internal_error, gdb_assert, gdb_assert_fail): Delete.
5975 (struct buffer, buffer_grow, buffer_free, buffer_init, buffer_finish,
5976 buffer_xml_printf, buffer_grow_str, buffer_grow_str0): Move to
5977 common/buffer.h.
5978 * inferiors.c (null_ptid, minus_one_ptid, ptid_build, pid_to_ptid,
5979 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid,
5980 initialize_inferiors): Delete.
5981
2275a1a7
PA
59822011-07-20 Pedro Alves <pedro@codesourcery.com>
5983
5984 * tracepoint.c (tracepoint_look_up_symbols): Return upon the first
5985 symbol error.
5986
0a5b1e09
PA
59872011-05-31 Pedro Alves <pedro@codesourcery.com>
5988
5989 * linux-x86-low.c (i386_dr_low_get_addr): Fix off by one in
5990 assertion.
5991 * win32-i386-low.c (i386_dr_low_get_addr): Ditto.
5992
6938fd34
YQ
59932011-05-26 Yao Qi <yao@codesourcery.com>
5994
5995 * Makefile.in (thread-db.o): Track dependence to
5996 common/gdb_thread_db.h.
5997 * thread-db.c: include gdb_thread_db.h from right place.
5998
b481f9e0
TT
59992011-05-16 Adrian Cornish <gnu@bluedreamer.com>
6000
6001 * linux-i386-ipa.c (supply_static_tracepoint_registers): Pass
6002 __FILE__ and __LINE__ to internal_error.
6003
98a5dd13
DE
60042011-05-13 Doug Evans <dje@google.com>
6005
6006 * thread-db.c (try_thread_db_load_from_sdir): New function.
6007 (try_thread_db_load_from_dir): New function.
6008 (thread_db_load_search): Handle $sdir, ignore $pdir.
6009 Remove trying of system directories if search of
6010 libthread-db-search-path fails, that is now done via $sdir.
6011
d248b706
KY
60122011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
6013
6014 * server.c (handle_query): Add EnableDisableTracepoints to the list
6015 of supported features.
43aaf8b6 6016 * tracepoint.c (clear_installed_tracepoints): Uninstall disabled
d248b706 6017 tracepoints.
43aaf8b6
PA
6018 (cmd_qtenable_disable): New.
6019 (cmd_qtstart): Install tracepoints even if disabled.
6020 (handle_tracepoint_general_set): Add call to cmd_qtenable_disable on
6021 receiving a QTEnable or QTDisable packet.
6022 (gdb_collect): Skip data collection if fast tracepoint is disabled.
6023 (ust_marker_to_static_tracepoint): Do not ignore disabled static
6024 tracepoints.
6025 (gdb_probe): Skip data collection if static tracepoint is disabled.
d248b706 6026
84e578fb
DE
60272011-05-10 Doug Evans <dje@google.com>
6028
6029 * thread-db.c (thread_db_handle_monitor_command): Handle elided path.
6030
71f55dd8
DE
60312011-05-04 Doug Evans <dje@google.com>
6032
6033 * linux-low.c (linux_join): Skip process lookup.
6034 * spu-low.c (spu_join): Ditto.
6035 * server.c (join_inferiors_callback): Delete.
6036 (process_serial_event): For 'D' packet (detach) call join_inferior
6037 directly.
6038
4d393d60
JM
60392011-05-04 Joseph Myers <joseph@codesourcery.com>
6040
6041 * README: Don't mention xscale*-*-linux*.
6042 * configure.srv (xscale*-*-linux*): Don't handle target.
6043
b00ad6ff
NF
60442011-04-27 Nathan Froyd <froydnj@codesourcery.com>
6045
6046 * linux-x86-low.c (amd64_emit_const): Call memcpy instead of
6047 casting pointers.
6048 (amd64_emit_reg, amd64_emit_int_call_1, amd64_emit_void_call_2):
6049 (i386_emit_const, i386_emit_reg, i386_emit_int_call_1):
6050 (i386_emit_void_call_2): Likewise.
6051
af96c192
YQ
60522011-04-26 Yao Qi <yao@codesourcery.com>
6053
43aaf8b6
PA
6054 * linux-low.c: Move common macros to linux-ptrace.h.
6055 Include linux-ptrace.h.
af96c192
YQ
6056 * Makefile.in (linux_ptrace_h): New.
6057 (linux-low.o): Depends on linux-ptrace.h.
6058
03f2bd59
JK
60592011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6060
6061 * remote-utils.c (handle_accept_event): Close LISTEN_DESC only if
6062 RUN_ONCE. Comment for the LISTEN_DESC delete_file_handler call.
6063 (remote_prepare): New function with most of the TCP code from ...
6064 (remote_open): ... here. Detect PORT here unconditionally. Move also
6065 setting transport_is_reliable.
6066 * server.c (run_once): New variable.
6067 (gdbserver_usage): Document it.
6068 (main): Set run_once for `--once'. Call remote_prepare. Exit after
6069 the first run if RUN_ONCE.
6070 * server.h (run_once, remote_prepare): New declarations.
6071
7a9dd1b2
TT
60722011-04-19 Tom Tromey <tromey@redhat.com>
6073
6074 * win32-low.c (handle_load_dll): Remove duplicate "the".
6075
81239425
PM
60762011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
6077
6078 Remove support for old Cygwin 1.5 versions.
6079 * win32-low.c (win32_create_inferior): Use new cygwin_path_list
6080 function to avoid warning.
6081 (win32_add_one_solib): Use cygwin_conv_path function to avoid
6082 warning.
6083
9e0627f1
PM
60842011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
6085
6086 * gdbserver/server.h (Macro _): Define it if not available.
6087
588eebee
MS
60882011-03-14 Michael Snyder <msnyder@vmware.com>
6089
348af9f7 6090 * hostio.c (handle_close): Remove unnecessary null test.
588eebee 6091
43f70d4c
JB
60922011-03-10 Joel Brobecker <brobecker@adacore.com>
6093
6094 * Makefile.in (maintainer-clean realclean distclean): Remove
6095 "make ... subdir_do" command.
6096
348af9f7
MS
60972011-03-10 Michael Snyder <msnyder@vmware.com>
6098
6099 * tracepoint.c (tracepoint_finish_step): Fix loop variable.
6100
6101 * server.c (handle_v_run): Free alloced buffer on early return.
6102
e637a4f5
YQ
61032011-03-09 Yao Qi <yao@codesourcery.com>
6104
6105 Revert:
6106 2011-03-04 Yao Qi <yao@codesourcery.com>
6107
6108 * Makefile.in: Remove GNU make feature --directory.
6109
6110 2011-03-05 Yao Qi <yao@codesourcery.com>
6111
6112 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
6113 (subdir_do): New make target. Copied from gdb/Makefile.
6114 (maintainer-clean, realclean, distclean, clean): Call corresponding
6115 make targets in common/Makefile.
6116
6117 2011-02-11 Yao Qi <yao@codesourcery.com>
6118
6119 * configure.ac: Call AC_PROG_RANLIB.
6120 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
6121 * configure: Regenerate.
6122
e6edda56
JK
61232011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6124
6125 * remote-utils.c (putpkt_binary_1): Calculate BUF2 size dynamically.
6126
e5141119
JB
61272011-03-06 Yao Qi <yao@codesourcery.com>
6128
6129 * Makefile.in (REQUIRED_SUBDIRS): Remove $(LIBCOMMON_DIR).
6130
64794aa4
JB
61312011-03-05 Yao Qi <yao@codesourcery.com>
6132
6133 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
6134 (subdir_do): New make target. Copied from gdb/Makefile.
6135 (maintainer-clean, realclean, distclean, clean): Call corresponding
6136 make targets in common/Makefile.
6137
7a762829
YQ
61382011-03-04 Yao Qi <yao@codesourcery.com>
6139
6140 * Makefile.in: Remove GNU make feature --directory.
6141
348af9f7
MS
61422011-03-04 Michael Snyder <msnyder@vmware.com>
6143
6144 * server.c (queue_stop_reply): Call xmalloc not malloc.
6145
61462011-03-02 Michael Snyder <msnyder@vmware.com>
6147
6148 * linux-arm-low.c (arm_arch_setup): Replace malloc with xmalloc.
6149
9f72fee2
MS
61502011-02-28 Michael Snyder <msnyder@vmware.com>
6151
588eebee
MS
6152 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
6153 (cmd_qtframe): Ditto.
6154 (cmd_qtbuffer): Ditto.
6155 (cmd_bigqtbuffer): Ditto.
6156
9f72fee2
MS
6157 * utils.c (decimal2str): Initialize 'width' to nine, then
6158 don't mess with it.
6159
8040bd49
UW
61602011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
6161
6162 * hostio.c (require_data): Free *data, not data.
6163
7e52cbd0
JK
61642011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6165
6166 * hostio.c (require_data): Use free, not xfree.
6167
9130f83e
MS
61682011-02-27 Michael Snyder <msnyder@vmware.com>
6169
4b812f4e
MS
6170 * server.c (handle_query): Discard unused value.
6171
9130f83e
MS
6172 * hostio.c (require_data): Free malloc memory before returning
6173 error.
6174
69d37113
MS
61752011-02-26 Michael Snyder <msnyder@vmware.com>
6176
6177 * linux-low.c (list_threads): Call closedir for dirent.
6178
35f5825a
MS
61792011-02-27 Michael Snyder <msnyder@vmware.com>
6180
2a589cef
MS
6181 * i386-low.c (i386-length_and_rw_bits): Comment the fact that
6182 a case statement falls through.
6183
0adea5f7
MS
6184 * linux-low.c (linux_xfer_siginfo): Fix fencepost error.
6185
35f5825a
MS
6186 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): Fix fencepost error
6187 in comparison.
6188
238f1c74
MS
61892011-02-26 Michael Snyder <msnyder@vmware.com>
6190
6191 * utils.c (decimal2str): Eliminate dead code and dead param.
6192 (pulongest): Drop dead param from call to decimal2str.
6193 (plongest): Ditto.
6194
633ff500
JB
61952011-02-24 Joel Brobecker <brobecker@adacore.com>
6196
6197 Revert the following patch (not approved yet):
6198 2011-02-21 Hui Zhu <teawater@gmail.com>
6199 * tracepoint.c (tp_printf): New function.
6200 (eval_agent_expr): Handle gdb_agent_op_printf.
6201
f9c6ff72
HZ
62022011-02-21 Hui Zhu <teawater@gmail.com>
6203
6204 * tracepoint.c (tp_printf): New function.
6205 (eval_agent_expr): Handle gdb_agent_op_printf.
6206
94d5e490
TT
62072011-02-18 Tom Tromey <tromey@redhat.com>
6208
6209 * Makefile.in (tracepoint-ipa.o): Depend on ax.def.
6210 (tracepoint.o): Likewise.
6211 * tracepoint.c (enum gdb_agent_op): Use ax.def.
6212 (gdb_agent_op_names): Likewise.
6213
c7f96d2b
TT
62142011-02-18 Tom Tromey <tromey@redhat.com>
6215
6216 * tracepoint.c (enum gdb_agent_op) <gdb_agent_op_pick,
6217 gdb_agent_op_rot>: New constants.
6218 (gdb_agent_op_names): Add pick and roll.
6219 (eval_agent_expr) <gdb_agent_op_pick, gdb_agent_op_rot>: New
6220 cases.
6221
0feedb2c
JK
62222011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6223
6224 * aclocal.m4: Regenerated with aclocal-1.11.1.
6225
b3b9301e
PA
62262011-02-14 Pedro Alves <pedro@codesourcery.com>
6227
6228 * server.c (handle_qxfer_traceframe_info): New.
6229 (qxfer_packets): Register "traceframe-info".
6230 (handle_query): Report support for qXfer:traceframe-info:read+.
6231 * tracepoint.c (match_blocktype): New.
6232 (traceframe_find_block_type): Rename to ...
6233 (traceframe_walk_blocks): ... this. Add callback filter argument,
6234 and use it.
6235 (traceframe_find_block_type): New, reimplemented on top of
6236 traceframe_walk_blocks.
6237 (build_traceframe_info_xml): New.
6238 (traceframe_read_info): New.
6239 * server.h (traceframe_read_info): Declare.
6240
4f3e6fb7
YQ
62412011-02-11 Yao Qi <yao@codesourcery.com>
6242
6243 * configure.ac: Call AC_PROG_RANLIB.
6244 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
6245 * configure: Regenerate.
6246
764880b7
PA
62472011-02-07 Pedro Alves <pedro@codesourcery.com>
6248
6249 * server.c (gdb_read_memory): Change return semantics to allow
6250 partial transfers.
6251 (handle_search_memory_1): Adjust.
6252 (process_serial_event) <'m' packet>: Handle partial transfers.
6253 * tracepoint.c (traceframe_read_mem): Handle partial transfers.
6254
1c79eb8a
PA
62552011-01-28 Pedro Alves <pedro@codesourcery.com>
6256
6257 * regcache.c (init_register_cache): Initialize
6258 regcache->register_status.
6259 (free_register_cache): Release regcache->register_status.
6260 (regcache_cpy): Copy register_status.
6261 (registers_to_string): Print 'x's for unavailable registers.
6262 (supply_register): Mark the register's status valid or
6263 unavailable, depending on whether a buffer was passed in or not.
6264 (supply_register_zeroed): New.
6265 (supply_regblock): Mark the registers' status valid or
6266 unavailable, depending on whether a buffer was passed in or not.
6267 * regcache.h (REG_UNAVAILABLE, REG_VALID): New defines.
6268 (struct regcache): New `register_status' field.
6269 (supply_register_zeroed): Declare.
6270 * i387-fp.c (i387_xsave_to_cache): Zero out registers using
6271 supply_register_zeroed, rather than passing a NULL buffer to
6272 supply_register.
6273 * tracepoint.c (fetch_traceframe_registers): Update comment.
6274
85724a0e
PA
62752011-01-28 Pedro Alves <pedro@codesourcery.com>
6276
6277 * i387-fp.c (i387_xsave_to_cache): Make passing NULL as register
6278 buffer explicit.
6279
d08aafef
PA
62802011-01-25 Pedro Alves <pedro@codesourcery.com>
6281
6282 * server.h (decode_xfer_write): Change prototype.
6283 * remote-utils.c (decode_xfer_write): Remove `annex' parameter,
6284 and don't extract the annex here.
6285 * server.c (decode_xfer_read): Remove `annex' parameter,
6286 and don't extract the annex here.
6287 (decode_xfer): New.
6288 (struct qxfer): New.
6289 (handle_qxfer_auxv, handle_qxfer_features, handle_qxfer_libraries)
6290 (handle_qxfer_osdata, handle_qxfer_siginfo, handle_qxfer_spu)
6291 (handle_qxfer_statictrace): New functions, abstracted out from
6292 handle_query, and made to use the struct qxfer interface.
6293 (handle_threads_qxfer_proper): Rename to ...
6294 (handle_qxfer_threads_proper): ... this.
6295 (handle_threads_qxfer): Rename to ...
6296 (handle_qxfer_threads): ... this. Adjust.
6297 (qxfer_packets): New array.
6298 (handle_qxfer): New function.
6299 (handle_query): Use handle_qxfer.
6300
493e2a69
MS
63012011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
6302
6303 * gdbreplay.c: Shorten lines of >= 80 columns.
6304 * linux-low.c: Ditto.
6305 * linux-ppc-low.c: Ditto.
6306 * linux-s390-low.c: Ditto.
6307 * linux-sparc-low.c: Ditto.
6308 * linux-x86-low.c: Ditto.
6309 * linux-xtensa-low.c: Ditto.
6310 * mem-break.c: Ditto.
6311 * nto-low.c: Ditto.
6312 * regcache.h: Ditto.
6313 * remote-utils.c: Ditto.
6314 * server.c: Ditto.
6315 * server.h: Ditto.
6316 * thread-db.c: Ditto.
6317 * tracepoint.c: Ditto.
6318 * utils.c: Ditto.
6319 * win32-low.h: Ditto.
6320
44944448
JB
63212011-01-05 Joel Brobecker <brobecker@adacore.com>
6322
6323 * gdbserver/configure.ac, gdbserver/gdbserver.1: Copyright year
6324 update.
6325
71ce852c
JB
63262011-01-01 Joel Brobecker <brobecker@adacore.com>
6327
6328 * server.c (gdbserver_version): Update copyright year in version
6329 output.
6330 * gdbreplay.c (gdbreplay_version): Ditto.
6331
eb826dc6
MF
63322010-12-29 Jie Zhang <jie.zhang@analog.com>
6333
6334 * configure.srv (bfin-*-*linux*): Handle Blackfin/Linux targets.
6335 * linux-bfin-low.c: New file.
6336 * linux-low.c: Define PT_TEXT_ADDR, PT_TEXT_END_ADDR, and
6337 PT_DATA_ADDR for BFIN targets.
6338 * Makefile.in (SFILES): Add linux-bfin-low.c.
6339 (clean): Remove reg-bfin.c.
6340 (linux-bfin-low.o, reg-bfin.o, reg-bfin.c): New targets.
6341 * README: Mention supported Blackfin targets.
6342
39ab222a
MF
63432010-12-23 Mike Frysinger <vapier@gentoo.org>
6344
6345 * .gitignore: New file.
6346
a1f2ce7d
MF
63472010-11-16 Mike Frysinger <vapier@gentoo.org>
6348
6349 * linux-low.c (linux_tracefork_child): Add char* cast to arg.
6350
f474844c
JZ
63512010-10-22 Jie Zhang <jie@codesourcery.com>
6352
6353 * Makefile.in: Add FLAGS_TO_PASS variable.
6354 (install): Remove dependency of install-only and recursively
6355 invoke make for install-only.
6356
f1048712
DE
63572010-10-04 Doug Evans <dje@google.com>
6358
6359 * Makefile.in (uninstall): Use $(DESTDIR).
6360
b53a1623
PA
63612010-09-24 Pedro Alves <pedro@codesourcery.com>
6362
e6ee044d
PA
6363 PR gdb/11842
6364
b53a1623
PA
6365 * linux-x86-low.c (compat_siginfo_from_siginfo)
6366 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
6367 si_code is < 0. Check for si_code == SI_TIMER before checking for
6368 si_code < 0.
6369
fa1bd1e4
JB
63702010-09-13 Joel Brobecker <brobecker@adacore.com>
6371
6372 * lynx-i386-low.c: New file.
6373 * configure.srv: Add handling of i[34567]86-*-lynxos* targets.
6374
47fac8f8
JB
63752010-09-13 Joel Brobecker <brobecker@adacore.com>
6376
6377 * lynx-low.c (ptrace_request_to_str): Remove handling for
6378 request values that have been removed in LynxOS 5.x.
6379
1adfc54d
JB
63802010-09-13 Joel Brobecker <brobecker@adacore.com>
6381
6382 * lynx-low.c, lynx-ppc-loc.c: Include <sys/ptrace.h> instead of
6383 <ptrace.h>
6384
c2a66c29
NS
63852010-09-09 Nathan Sidwell <nathan@codesourcery.com>
6386
6387 * configure.ac: Add --enable-inprocess-agent option.
6388 * configure: Rebuilt.
6389
32fcada3
YQ
63902010-09-06 Yao Qi <yao@codesourcery.com>
6391
6392 * linux-low.c (linux_kill): Remove unused variable.
6393 (linux_stabilize_threads): Likewise.
6394 * server.c (start_inferior): Likewise.
6395 (queue_stop_reply_callback): Likewise.
6396 * tracepoint.c (do_action_at_tracepoint): Likewise.
6397
0cccb683
YQ
63982010-09-06 Yao Qi <yao@codesourcery.com>
6399
6400 * linux-low.c (maybe_move_out_of_jump_pad): Restore current_inferior
6401 on return.
6402
423ec54c
JK
64032010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6404
6405 * target.c (mywait) <TARGET_WAITKIND_EXITED>: Fix to use INTEGER.
6406
12ac6819
PA
64072010-09-06 Pedro Alves <pedro@codesourcery.com>
6408
6409 * Makefile.in (install-only): Replace $IPA_DEPFILES with
6410 "$(IPA_DEPFILES)".
6411
8ed54b31
JB
64122010-09-01 Joel Brobecker <brobecker@adacore.com>
6413
6414 * gdbserver/lynx-low.c, gdbserver/lynx-low.h,
6415 gdbserver/lynx-ppc-low.c: New files.
6416 * Makefile.in (lynx_low_h): New variable.
6417 (lynx-low.o, lynx-ppc-low.o): New rules.
6418 * configure.ac: On LynxOS, link with -lnetinet.
6419 * configure.srv: Add handling of powerpc-*-lynxos* targets.
6420 * configure: regenerate.
6421
bb0116a4
JB
64222010-09-01 Joel Brobecker <brobecker@adacore.com>
6423
6424 * Makefile.in (vasprintf.o, vsnprintf.o): New rules.
6425 * configure.ac: Add check for vasprintf and vsnprintf.
6426 * configure, config.in: Regenerate.
6427 * server.h (vasprintf, vsnprintf): Add conditional declarations.
6428
a778ab81 64292010-09-01 Joel Brobecker <brobecker@adacore.com>
6430
6431 * gdbreplay.c: Move include of alloca.h up, next to include of
6432 malloc.h.
6433 * server.h: Add include of malloc.h.
6434 * mem-break.c: Remove include of malloc.h.
6435 * server.c, tracepoint.c, utils.c, win32-low.c: Likewise.
6436
8b034a19 64372010-09-01 Joel Brobecker <brobecker@adacore.com>
6438
6439 * Makefile.in (memmem.o): Build with -Wno-error.
6440
64412010-09-01 Joel Brobecker <brobecker@adacore.com>
6442
6443 * utils.c (xsnprintf): Make non-static.
6444 * server.h: Add xsnprintf declaration.
6445 * linux-low.c, nto-low.c, target.c, thread-db.c, tracepoint.c:
6446 replace calls to snprintf by calls to xsnprintf throughout.
6447
64482010-09-01 Joel Brobecker <brobecker@adacore.com>
6449
6450 * configure.ac: Add configure check for alloca.
6451 * configure, config.in: Regenerate.
6452 * server.h: Include alloca.h if it exists.
6453 * gdbreplay.c: Include alloca.h if it exists.
6454
1a981360
PA
64552010-08-28 Pedro Alves <pedro@codesourcery.com>
6456
6457 * linux-low.c (__SIGRTMIN): Define if not already defined.
6458 (linux_create_inferior): Check for __ANDROID__ rather than
6459 __SIGRTMIN.
6460 (enqueue_one_deferred_signal): Don't requeue non-RT signals that
6461 are already deferred.
6462 (linux_wait_1): Check for __ANDROID__ rather than __SIGRTMIN.
6463 (linux_resume_one_thread): Don't queue a SIGSTOP if the lwp is
6464 stopped and already has a pending signal to report.
6465 (proceed_one_lwp): : Don't queue a SIGSTOP if the lwp already has
6466 a pending signal to report or is moving out of a jump pad.
6467 (linux_init_signals): Check for __ANDROID__ rather than
6468 __SIGRTMIN.
6469
b4d51a55
PA
64702010-08-28 Pedro Alves <pedro@codesourcery.com>
6471
6472 * linux-low.c (linux_stabilize_threads): Wrap debug output in a
6473 debug_threads check. Avoid a linear search when not doing debug
6474 output.
6475
ec48365d
PA
64762010-08-27 Pedro Alves <pedro@codesourcery.com>
6477
6478 * event-loop.c (event_handle_func): Adjust to use gdb_fildes_t.
6479 (struct gdb_event) <fd>: Change type to gdb_fildes_t.
6480 (struct file_handler) <fd>: Change type to gdb_fildes_t.
6481 (process_event): Change local fd's type to gdb_fildes_t.
6482 (create_file_handler): Adjust prototype.
6483 (delete_file_handler): Adjust prototype.
6484 (handle_file_event): Adjust prototype. Use pfildes.
6485 (create_file_event): Adjsut prototype.
6486 * remote-utils.c (remote_desc, listen_desc): Change type to
6487 gdb_fildes_t.
6488 * server.h: New gdb_fildes_t typedef.
6489 [USE_WIN32API]: Include winsock2.h.
6490 (delete_file_handler, add_file_handler): Adjust prototypes.
6491 (pfildes): Declare.
6492 * utils.c (pfildes): New.
6493
854d88f0
PA
64942010-08-27 Pedro Alves <pedro@codesourcery.com>
6495
6496 * configure.ac (build_warnings): Add -Wno-char-subscripts.
6497 * configure: Regenerate.
6498
0146f85b
PA
64992010-08-27 Pedro Alves <pedro@codesourcery.com>
6500
6501 * linux-low.c (linux_unprepare_to_access_memory): Rename to ...
6502 (linux_done_accessing_memory): ... this.
6503 (linux_target_ops): Adjust.
6504 * linux-x86-low.c (x86_insert_point, x86_remove_point): Adjust.
6505 * nto-low.c (nto_target_ops): Adjust comment.
6506 * server.c (gdb_read_memory, gdb_write_memory): Adjust.
6507 * spu-low.c (spu_target_ops): Adjust comment.
6508 * target.h (target_ops): Rename unprepare_to_access_memory field
6509 to done_accessing_memory.
6510 (unprepare_to_access_memory): Rename to ...
6511 (done_accessing_memory): ... this.
6512
90d74c30
PA
65132010-08-26 Pedro Alves <pedro@codesourcery.com>
6514
6515 * linux-low.c (linux_prepare_to_access_memory): New.
6516 (linux_unprepare_to_access_memory): New.
6517 (linux_target_ops): Install them.
6518 * server.c (read_memory): Rename to ...
6519 (gdb_read_memory): ... this. Use
6520 prepare_to_access_memory/prepare_to_access_memory.
6521 (write_memory): Rename to ...
6522 (gdb_write_memory): ... this. Use
6523 prepare_to_access_memory/prepare_to_access_memory.
6524 (handle_search_memory_1): Adjust.
6525 (process_serial_event): Adjust.
6526 * target.h (struct target_ops): New fields
6527 prepare_to_access_memory and unprepare_to_access_memory.
6528 (prepare_to_access_memory, unprepare_to_access_memory): New.
6529 * linux-x86-low.c (x86_insert_point, x86_remove_point): Use
6530 prepare_to_access_memory/prepare_to_access_memory.
6531 * nto-low.c (nto_target_ops): Adjust.
6532 * spu-low.c (spu_target_ops): Adjust.
6533 * win32-low.c (win32_target_ops): Adjust.
6534
fd467969
PA
65352010-08-26 Pedro Alves <pedro@codesourcery.com>
6536
6537 * Makefile.in (WARN_CFLAGS): Get it from configure.
6538 (WERROR_CFLAGS): New.
6539 (INTERNAL_CFLAGS): Add WERROR_CFLAGS.
6540 * configure.ac: Introduce --enable-werror, which adds -Werror to
6541 the compiler command line. Enabled by default. Disable with
6542 --disable-werror. Add -Wdeclaration-after-statement
6543 Wpointer-arith and -Wformat-nonliteral to warning flags.
6544 * configure: Regenerate.
6545
331e2f5f
PA
65462010-08-26 Pedro Alves <pedro@codesourcery.com>
6547
6548 * mem-break.c [HAVE_MALLOC_H]: Include malloc.h.
6549
e581f2b4
PA
65502010-08-26 Pedro Alves <pedro@codesourcery.com>
6551
6552 * gdbreplay.c (remote_error): New.
6553 (gdbchar): New.
6554 (expect): Use gdbchar. Check for error reading from GDB.
6555 Clarify sync error output.
6556 (play): Check for errors writing to GDB.
6557 * linux-low.c (sigchld_handler): Really ignore `write' errors.
6558 * remote-utils.c (getpkt): Check for errors writing to the remote
6559 descriptor.
6560
3c11dd79
PA
65612010-08-25 Pedro Alves <pedro@codesourcery.com>
6562
6563 * linux-low.c (linux_wait_1): Move non-debugging code out of
6564 `debug_threads' control.
6565
d20a8ad9
PA
65662010-08-25 Pedro Alves <pedro@codesourcery.com>
6567
6568 * linux-low.c (linux_wait_1): Don't set last_status here.
6569 * server.c (push_event, queue_stop_reply_callback): Assert we're
6570 not pushing a TARGET_WAITKIND_IGNORE event.
6571 (start_inferior, start_inferior, attach_inferior, handle_v_cont)
6572 (myresume, handle_target_event): Set the thread's last_resume_kind
6573 and last_status from the target returned status.
6574
964e4306
PA
65752010-08-25 Pedro Alves <pedro@codesourcery.com>
6576
6577 PR threads/10729
6578
6579 * linux-x86-low.c (update_debug_registers_callback): New.
6580 (i386_dr_low_set_addr): Use it.
6581 (i386_dr_low_get_addr): New.
6582 (i386_dr_low_set_control): Use update_debug_registers_callback.
6583 (i386_dr_low_get_control): New.
6584 (i386_dr_low_get_status): Adjust.
6585 * linux-low.c (linux_stop_lwp): New.
6586 * linux-low.h (linux_stop_lwp): Declare.
6587
6588 * i386-low.c (I386_DR_GET_RW_LEN): Take the dr7 contents as
6589 argument instead of a i386_debug_reg_state.
6590 (I386_DR_WATCH_HIT): Take the dr6 contents as argument instead of
6591 a i386_debug_reg_state.
6592 (i386_insert_aligned_watchpoint): Adjust.
6593 (i386_remove_aligned_watchpoint): Adjust.
6594 (i386_low_stopped_data_address): Read the debug registers from the
6595 inferior instead of from the mirrors.
6596 * i386-low.h (struct i386_debug_reg_state): Extend comment.
6597 (i386_dr_low_get_addr): Declare.
6598 (i386_dr_low_get_control): Declare.
6599 (i386_dr_low_get_status): Change prototype.
6600
6601 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): New globals.
6602 (i386_dr_low_get_addr): New.
6603 (i386_dr_low_get_control): New.
6604 (i386_dr_low_get_status): Adjust prototype. Return
6605 dr_status_mirror.
6606 (i386_initial_stuff): Clear dr_status_mirror and
6607 dr_control_mirror.
6608 (i386_get_thread_context): Adjust.
6609 (i386_set_thread_context): Adjust.
6610 (i386_thread_added): Adjust.
6611
5f21a75b
PA
66122010-08-24 Pedro Alves <pedro@codesourcery.com>
6613
6614 * linux-low.h (linux_thread_area): Delete declaration.
6615
3e4c1235
TS
66162010-08-11 Thomas Schwinge <thomas@codesourcery.com>
6617
6618 * linux-low.c (linux_wait_1): Correctly return the ptid of the child
6619 after its termination.
6620
1971b033
PA
66212010-08-09 Pedro Alves <pedro@codesourcery.com>
6622
6623 * linux-low.c (gdb_wants_lwp_stopped): Delete.
6624 (gdb_wants_all_stopped): Delete.
6625 (linux_wait_1): Don't call them.
6626 * server.c (handle_v_cont): Tag all threads as want-stopped.
6627 (gdb_wants_thread_stopped): Fix comments. Tag the thread that
6628 stopped as "client-wants-stopped".
6629
310444ac
PA
66302010-07-31 Pedro Alves <pedro@codesourcery.com>
6631
6632 * Makefile.in (signals_h): New.
6633 (server_h): Depend on it.
6634 (server.o): Don't depend on $(signals_def).
6635 (signals.o): Depend on $(signals_def).
6636
a19cae16
JK
66372010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
6638
6639 * Makefile.in (signals_def): New.
6640 (server_h): Append include/gdb/signals.h and signals_def.
6641 (server.o): Append signals_def.
6642
30d50328
JK
66432010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6644
6645 * server.c (handle_target_event): Use target_signal_to_host for
6646 resume_info.sig initialization.
6647 * target.h (struct thread_resume) <sig>: New comment.
6648
5c3216e2
OS
66492010-07-20 Ozkan Sezer <sezeroz@gmail.com>
6650
c6f46ca0
OS
6651 * server.c (handle_query): strcpy() the returned string from paddress()
6652 instead of sprintf().
5c3216e2
OS
6653 * utils.c (paddress): Return phex_nz().
6654
6bd31874
JB
66552010-07-07 Joel Brobecker <brobecker@adacore.com>
6656
6657 * server.c (handle_v_cont): Call mourn_inferior if process
6658 just exited.
6659 (myresume): Likewise.
6660
0fb4aa4b
PA
66612010-07-01 Pedro Alves <pedro@codesourcery.com>
6662
6663 Static tracepoints, and integration with UST.
6664
6665 * configure.ac: Handle --with-ust. substitute ustlibs and ustinc.
6666 * mem-break.c (uninsert_all_breakpoints)
6667 (reinsert_all_breakpoints): New.
6668 * mem-break.h (reinsert_all_breakpoints, uninsert_all_breakpoints):
6669 * tracepoint.c (ust_loaded, helper_thread_id, cmd_buf): New.
6670 (gdb_agent_ust_loaded, helper_thread_id)
6671 (gdb_agent_helper_thread_id): New macros.
6672 (struct ipa_sym_addresses): Add addr_ust_loaded,
6673 addr_helper_thread_id, addr_cmd_buf.
6674 (symbol_list): Add ust_loaded, helper_thread_id, cmd_buf.
6675 (in_process_agent_loaded_ust): New.
6676 (write_e_ust_not_loaded): New.
6677 (maybe_write_ipa_ust_not_loaded): New.
6678 (struct collect_static_trace_data_action): New.
6679 (enum tracepoint_type) <static_tracepoint>: New.
6680 (struct tracepoint) <handle>: Mention static tracepoints.
6681 (struct static_tracepoint_ctx): New.
6682 (CMD_BUF_SIZE): New.
6683 (add_tracepoint_action): Handle static tracepoint actions.
6684 (unprobe_marker_at): New.
6685 (clear_installed_tracepoints): Handle static tracepoints.
6686 (cmd_qtdp): Handle static tracepoints.
6687 (probe_marker_at): New.
6688 (cmd_qtstart): Handle static tracepoints.
6689 (response_tracepoint): Handle static tracepoints.
6690 (cmd_qtfstm, cmd_qtsstm, cmd_qtstmat): New.
6691 (handle_tracepoint_query): Handle qTfSTM, qTsSTM and qTSTMat.
6692 (get_context_regcache): Handle static tracepoints.
6693 (do_action_at_tracepoint): Handle static tracepoint actions.
6694 (traceframe_find_block_type): Handle static trace data blocks.
6695 (traceframe_read_sdata): New.
6696 (download_tracepoints): Download static tracepoint actions.
6697 [HAVE_UST] Include ust/ust.h, dlfcn.h, sys/socket.h, and sys/un.h.
6698 (GDB_PROBE_NAME): New.
6699 (ust_ops): New.
6700 (GET_UST_SYM): New.
6701 (USTF): New.
6702 (dlsym_ust): New.
6703 (ust_marker_to_static_tracepoint): New.
6704 (gdb_probe): New.
6705 (collect_ust_data_at_tracepoint): New.
6706 (gdb_ust_probe): New.
6707 (UNIX_PATH_MAX, SOCK_DIR): New.
6708 (gdb_ust_connect_sync_socket): New.
6709 (resume_thread, stop_thread): New.
6710 (run_inferior_command): New.
6711 (init_named_socket): New.
6712 (gdb_ust_socket_init): New.
6713 (cstr_to_hexstr): New.
6714 (next_st): New.
6715 (first_marker, next_marker): New.
6716 (response_ust_marker): New.
6717 (cmd_qtfstm, cmd_qtsstm): New.
6718 (unprobe_marker_at, probe_marker_at): New.
6719 (cmd_qtstmat, gdb_ust_thread): New.
6720 (gdb_ust_init): New.
6721 (initialize_tracepoint_ftlib): Call gdb_ust_init.
6722 * linux-amd64-ipa.c [HAVE_UST]: Include ust/processor.h
6723 (ST_REGENTRY): New.
6724 (x86_64_st_collect_regmap): New.
6725 (X86_64_NUM_ST_COLLECT_GREGS): New.
6726 (AMD64_RIP_REGNUM): New.
6727 (supply_static_tracepoint_registers): New.
6728 * linux-i386-ipa.c [HAVE_UST]: Include ust/processor.h
6729 (ST_REGENTRY): New.
6730 (i386_st_collect_regmap): New.
6731 (i386_NUM_ST_COLLECT_GREGS): New.
6732 (supply_static_tracepoint_registers): New.
6733 * server.c (handle_query): Handle qXfer:statictrace:read.
6734 <qSupported>: Report support for StaticTracepoints, and
6735 qXfer:statictrace:read features.
6736 * server.h (traceframe_read_sdata)
6737 (supply_static_tracepoint_registers): Declare.
6738 * remote-utils.c (convert_int_to_ascii, hexchars, ishex, tohex)
6739 (unpack_varlen_hex): Include in IPA build.
6740 * Makefile.in (ustlibs, ustinc): New.
6741 (IPA_OBJS): Add remote-utils-ipa.o.
6742 ($(IPA_LIB)): Link -ldl and -lpthread.
6743 (UST_CFLAGS): New.
6744 (IPAGENT_CFLAGS): Add UST_CFLAGS.
6745 * config.in, configure: Regenerate.
6746
9e4344e5
PA
67472010-06-20 Ian Lance Taylor <iant@google.com>
6748 Pedro Alves <pedro@codesourcery.com>
6749
6750 * linux-x86-low.c (always_true): Delete.
6751 (EMIT_ASM, EMIT_ASM32): Use an uncondition asm jmp instead of
6752 trying to fool the compiler with always_true.
6753
c6beb2cb
PA
67542010-06-20 Pedro Alves <pedro@codesourcery.com>
6755
6756 * tracepoint.c (condition_true_at_tracepoint): Don't run compiled
6757 conditions in gdbserver.
6758
d2ed6730
UW
67592010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
6760
6761 * spu-low.c (spu_read_memory): Wrap around local store limit.
6762 (spu_write_memory): Likewise.
6763
4e29fb54
PA
67642010-06-15 Pedro Alves <pedro@codesourcery.com>
6765
6766 * linux-x86-low.c (amd64_emit_const, amd64_emit_void_call_2)
6767 (i386_emit_const, i386_emit_void_call_2): Replace int64_t uses with
6768 LONGEST uses.
6769 * server.h (struct emit_ops): Replace int64_t uses with LONGEST
6770 uses.
6771 * tracepoint.c (emit_const, emit_void_call_2): Replace int64_t
6772 uses with LONGEST uses.
6773
6a271cae
PA
67742010-06-14 Stan Shebs <stan@codesourcery.com>
6775 Pedro Alves <pedro@codesourcery.com>
6776
6777 Bytecode compiler.
6778
6779 * linux-x86-low.c: Include limits.h.
6780 (add_insns): New.
6781 (always_true): New.
6782 (EMIT_ASM): New.
6783 (EMIT_ASM32): New.
6784 (amd64_emit_prologue, amd64_emit_epilogue, amd64_emit_add)
6785 (amd64_emit_sub, amd64_emit_mul, amd64_emit_lsh)
6786 (amd64_emit_rsh_signed, amd64_emit_rsh_unsigned, amd64_emit_ext,
6787 (amd64_emit_log_not, amd64_emit_bit_and, amd64_emit_bit_or)
6788 (amd64_emit_bit_xor, amd64_emit_bit_not, amd64_emit_equal,
6789 (amd64_emit_less_signed, amd64_emit_less_unsigned, amd64_emit_ref,
6790 (amd64_emit_if_goto, amd64_emit_goto, amd64_write_goto_address)
6791 (amd64_emit_const, amd64_emit_call, amd64_emit_reg)
6792 (amd64_emit_pop, amd64_emit_stack_flush, amd64_emit_zero_ext)
6793 (amd64_emit_swap, amd64_emit_stack_adjust, amd64_emit_int_call_1)
6794 (amd64_emit_void_call_2): New.
6795 (amd64_emit_ops): New.
6796 (i386_emit_prologue, i386_emit_epilogue, i386_emit_add)
6797 (i386_emit_sub,i386_emit_mul, i386_emit_lsh, i386_emit_rsh_signed)
6798 (i386_emit_rsh_unsigned, i386_emit_ext, i386_emit_log_not)
6799 (i386_emit_bit_and, i386_emit_bit_or, i386_emit_bit_xor)
6800 (i386_emit_bit_not, i386_emit_equal, i386_emit_less_signed)
6801 (i386_emit_less_unsigned, i386_emit_ref, i386_emit_if_goto)
6802 (i386_emit_goto, i386_write_goto_address, i386_emit_const)
6803 (i386_emit_call, i386_emit_reg, i386_emit_pop)
6804 (i386_emit_stack_flush, i386_emit_zero_ext, i386_emit_swap)
6805 (i386_emit_stack_adjust, i386_emit_int_call_1)
6806 (i386_emit_void_call_2): New.
6807 (i386_emit_ops): New.
6808 (x86_emit_ops): New.
6809 (the_low_target): Install x86_emit_ops.
6810 * server.h (struct emit_ops): New.
6811 (get_raw_reg_func_addr): Declare.
6812 (current_insn_ptr, emit_error): Declare.
6813 * tracepoint.c (get_raw_reg, get_trace_state_variable_value)
6814 (set_trace_state_variable_value): New defines.
6815 (struct ipa_sym_addresses): New fields addr_get_raw_reg,
6816 addr_get_trace_state_variable_value and
6817 addr_set_trace_state_variable_value.
6818 (symbol_list): New fields for get_raw_reg,
6819 get_trace_state_variable_value and set_trace_state_variable_value.
6820 (condfn): New typedef.
6821 (struct tracepoint): New field `compiled_cond'.
6822 (do_action_at_tracepoint): Clear compiled_cond.
6823 (get_trace_state_variable_value, set_trace_state_variable_value):
6824 Export in the IPA.
6825 (condition_true_at_tracepoint): If there's a compiled condition,
6826 run that.
6827 (current_insn_ptr, emit_error): New globals.
6828 (struct bytecode_address): New.
6829 (get_raw_reg_func_addr): New.
6830 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul)
6831 (emit_lsh, emit_rsh_signed, emit_rsh_unsigned, emit_ext)
6832 (emit_log_not, emit_bit_and, emit_bit_or, emit_bit_xor)
6833 (emit_bit_not, emit_equal, emit_less_signed, emit_less_unsigned)
6834 (emit_ref, emit_if_goto, emit_goto, write_goto_address, emit_const)
6835 (emit_reg, emit_pop, emit_stack_flush, emit_zero_ext, emit_swap)
6836 (emit_stack_adjust, emit_int_call_1, emit_void_call_2): New.
6837 (compile_tracepoint_condition, compile_bytecodes): New.
6838 * target.h (emit_ops): Forward declare.
6839 (struct target_ops): New field emit_ops.
6840 (target_emit_ops): New.
6841 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): New.
6842 * linux-i386-ipa.c (gdb_agent_get_raw_reg): New.
6843 * linux-low.c (linux_emit_ops): New.
6844 (linux_target_ops): Install it.
6845 * linux-low.h (struct linux_target_ops): New field emit_ops.
6846
92b72907
UW
68472010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
6848
6849 * linux-ppc-low.c (ppc_arch_setup): Use private regcache to test MSR.
6850 * linux-s390-low.c (ppc_arch_setup): Use private regcache to test PSW.
6851
fa593d66
PA
68522010-06-01 Pedro Alves <pedro@codesourcery.com>
6853 Stan Shebs <stan@codesourcery.com>
6854
6855 * Makefile.in (IPA_DEPFILES, extra_libraries): New.
6856 (all): Depend on $(extra_libraries).
6857 (install-only): Install the IPA.
6858 (IPA_OBJS, IPA_LIB): New.
6859 (clean): Remove the IPA lib.
6860 (IPAGENT_CFLAGS): New.
6861 (tracepoint-ipa.o, utils-ipa.o, remote-utils-ipa.o)
6862 (regcache-ipa.o, i386-linux-ipa.o, linux-i386-ipa.o)
6863 (linux-amd64-ipa.o, amd64-linux-ipa.o): New rules.
6864 * linux-amd64-ipa.c, linux-i386-ipa.c: New files.
6865 * configure.ac: Check for atomic builtins support in the compiler.
6866 (IPA_DEPFILES, extra_libraries): Define.
6867 * configure.srv (ipa_obj): Add description.
6868 (ipa_i386_linux_regobj, ipa_amd64_linux_regobj): Define.
6869 (i[34567]86-*-linux*): Set ipa_obj.
6870 (x86_64-*-linux*): Set ipa_obj.
6871 * linux-low.c (stabilizing_threads): New.
6872 (supports_fast_tracepoints): New.
6873 (linux_detach): Stabilize threads before detaching.
6874 (handle_tracepoints): Handle internal tracing breakpoints. Assert
6875 the lwp is either not stabilizing, or is moving out of a jump pad.
6876 (linux_fast_tracepoint_collecting): New.
6877 (maybe_move_out_of_jump_pad): New.
6878 (enqueue_one_deferred_signal): New.
6879 (dequeue_one_deferred_signal): New.
6880 (linux_wait_for_event_1): If moving out of a jump pad, defer
6881 pending signals to later.
6882 (linux_stabilize_threads): New.
6883 (linux_wait_1): Check if threads need moving out of jump pads, and
6884 do it if so.
6885 (stuck_in_jump_pad_callback): New.
6886 (move_out_of_jump_pad_callback): New.
6887 (lwp_running): New.
6888 (linux_resume_one_lwp): Handle moving out of jump pads.
6889 (linux_set_resume_request): Dequeue deferred signals.
6890 (need_step_over_p): Also step over fast tracepoint jumps.
6891 (start_step_over): Also uninsert fast tracepoint jumps.
6892 (finish_step_over): Also reinsert fast tracepoint jumps.
6893 (linux_install_fast_tracepoint_jump): New.
6894 (linux_target_ops): Install linux_stabilize_threads and
6895 linux_install_fast_tracepoint_jump_pad.
6896 * linux-low.h (linux_target_ops) <get_thread_area,
6897 install_fast_tracepoint_jump_pad>: New fields.
6898 (struct lwp_info) <collecting_fast_tracepoint,
6899 pending_signals_to_report, exit_jump_pad_bkpt>: New fields.
6900 (linux_get_thread_area): Declare.
6901 * linux-x86-low.c (jump_insn): New.
6902 (x86_get_thread_area): New.
6903 (append_insns): New.
6904 (push_opcode): New.
6905 (amd64_install_fast_tracepoint_jump_pad): New.
6906 (i386_install_fast_tracepoint_jump_pad): New.
6907 (x86_install_fast_tracepoint_jump_pad): New.
6908 (the_low_target): Install x86_get_thread_area and
6909 x86_install_fast_tracepoint_jump_pad.
6910 * mem-break.c (set_raw_breakpoint_at): Use read_inferior_memory.
6911 (struct fast_tracepoint_jump): New.
6912 (fast_tracepoint_jump_insn): New.
6913 (fast_tracepoint_jump_shadow): New.
6914 (find_fast_tracepoint_jump_at): New.
6915 (fast_tracepoint_jump_here): New.
6916 (delete_fast_tracepoint_jump): New.
6917 (set_fast_tracepoint_jump): New.
6918 (uninsert_fast_tracepoint_jumps_at): New.
6919 (reinsert_fast_tracepoint_jumps_at): New.
6920 (set_breakpoint_at): Use write_inferior_memory.
6921 (uninsert_raw_breakpoint): Use write_inferior_memory.
6922 (check_mem_read): Mask out fast tracepoint jumps.
6923 (check_mem_write): Mask out fast tracepoint jumps.
6924 * mem-break.h (struct fast_tracepoint_jump): Forward declare.
6925 (set_fast_tracepoint_jump): Declare.
6926 (delete_fast_tracepoint_jump)
6927 (fast_tracepoint_jump_here, uninsert_fast_tracepoint_jumps_at)
6928 (reinsert_fast_tracepoint_jumps_at): Declare.
6929 * regcache.c: Don't compile many functions when building the
6930 in-process agent library.
6931 (init_register_cache) [IN_PROCESS_AGENT]: Don't allow allocating
6932 the register buffer in the heap.
6933 (free_register_cache): If the register buffer isn't owned by the
6934 regcache, don't free it.
6935 (set_register_cache) [IN_PROCESS_AGENT]: Don't re-alocate
6936 pre-existing register caches.
6937 * remote-utils.c (convert_int_to_ascii): Constify `from' parameter
6938 type.
6939 (convert_ascii_to_int): : Constify `from' parameter type.
6940 (decode_M_packet, decode_X_packet): Replace the `to' parameter by
6941 a `to_p' pointer to pointer parameter. If TO_P is NULL, malloc
6942 the needed buffer in-place.
6943 (relocate_instruction): New.
6944 * server.c (handle_query) <qSymbols>: If the target supports
6945 tracepoints, give it a chance of looking up symbols. Report
6946 support for fast tracepoints.
6947 (handle_status): Stabilize threads.
6948 (process_serial_event): Adjust.
6949 * server.h (struct fast_tracepoint_jump): Forward declare.
6950 (struct process_info) <fast_tracepoint_jumps>: New field.
6951 (convert_ascii_to_int, convert_int_to_ascii): Adjust.
6952 (decode_X_packet, decode_M_packet): Adjust.
6953 (relocate_instruction): Declare.
6954 (in_process_agent_loaded): Declare.
6955 (tracepoint_look_up_symbols): Declare.
6956 (struct fast_tpoint_collect_status): Declare.
6957 (fast_tracepoint_collecting): Declare.
6958 (force_unlock_trace_buffer): Declare.
6959 (handle_tracepoint_bkpts): Declare.
6960 (initialize_low_tracepoint)
6961 (supply_fast_tracepoint_registers) [IN_PROCESS_AGENT]: Declare.
6962 * target.h (struct target_ops) <stabilize_threads,
6963 install_fast_tracepoint_jump_pad>: New fields.
6964 (stabilize_threads, install_fast_tracepoint_jump_pad): New.
6965 * tracepoint.c [HAVE_MALLOC_H]: Include malloc.h.
6966 [HAVE_STDINT_H]: Include stdint.h.
6967 (trace_debug_1): Rename to ...
6968 (trace_vdebug): ... this.
6969 (trace_debug): Rename to ...
6970 (trace_debug_1): ... this. Add `level' parameter.
6971 (trace_debug): New.
6972 (ATTR_USED, ATTR_NOINLINE): New.
6973 (IP_AGENT_EXPORT): New.
6974 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
6975 (collecting, gdb_collect, stop_tracing, flush_trace_buffer)
6976 (about_to_request_buffer_space, trace_buffer_is_full)
6977 (stopping_tracepoint, expr_eval_result, error_tracepoint)
6978 (tracepoints, tracing, trace_buffer_ctrl, trace_buffer_ctrl_curr)
6979 (trace_buffer_lo, trace_buffer_hi, traceframe_read_count)
6980 (traceframe_write_count, traceframes_created)
6981 (trace_state_variables)
6982 New renaming defines.
6983 (struct ipa_sym_addresses): New.
6984 (STRINGIZE_1, STRINGIZE, IPA_SYM): New.
6985 (symbol_list): New.
6986 (ipa_sym_addrs): New.
6987 (all_tracepoint_symbols_looked_up): New.
6988 (in_process_agent_loaded): New.
6989 (write_e_ipa_not_loaded): New.
6990 (maybe_write_ipa_not_loaded): New.
6991 (tracepoint_look_up_symbols): New.
6992 (debug_threads) [IN_PROCESS_AGENT]: New.
6993 (read_inferior_memory) [IN_PROCESS_AGENT]: New.
6994 (UNKNOWN_SIDE_EFFECTS): New.
6995 (stop_tracing): New.
6996 (flush_trace_buffer): New.
6997 (stop_tracing_bkpt): New.
6998 (flush_trace_buffer_bkpt): New.
6999 (read_inferior_integer): New.
7000 (read_inferior_uinteger): New.
7001 (read_inferior_data_pointer): New.
7002 (write_inferior_data_pointer): New.
7003 (write_inferior_integer): New.
7004 (write_inferior_uinteger): New.
7005 (struct collect_static_trace_data_action): Delete.
7006 (enum tracepoint_type): New.
7007 (struct tracepoint) <type>: New field `type'.
43aaf8b6
PA
7008 <actions_str, step_actions, step_actions_str>: Only include in
7009 GDBserver.
fa593d66
PA
7010 <orig_size, obj_addr_on_target, adjusted_insn_addr>
7011 <adjusted_insn_addr_end, jump_pad, jump_pad_end>: New fields.
7012 (tracepoints): Use IP_AGENT_EXPORT.
7013 (last_tracepoint): Don't include in the IPA.
7014 (stopping_tracepoint): Use IP_AGENT_EXPORT.
7015 (trace_buffer_is_full): Use IP_AGENT_EXPORT.
7016 (alloced_trace_state_variables): New.
7017 (trace_state_variables): Use IP_AGENT_EXPORT.
7018 (traceframe_t): Delete unused variable.
7019 (circular_trace_buffer): Don't include in the IPA.
7020 (trace_buffer_start): Delete.
7021 (struct trace_buffer_control): New.
7022 (trace_buffer_free): Delete.
7023 (struct ipa_trace_buffer_control): New.
7024 (GDBSERVER_FLUSH_COUNT_MASK, GDBSERVER_FLUSH_COUNT_MASK_PREV)
7025 (GDBSERVER_FLUSH_COUNT_MASK_CURR, GDBSERVER_UPDATED_FLUSH_COUNT_BIT):
7026 New.
7027 (trace_buffer_ctrl): New.
7028 (TRACE_BUFFER_CTRL_CURR): New.
7029 (trace_buffer_start, trace_buffer_free, trace_buffer_end_free):
7030 Reimplement as macros.
7031 (trace_buffer_wrap): Delete.
7032 (traceframe_write_count, traceframe_read_count)
7033 (traceframes_created, tracing): Use IP_AGENT_EXPORT.
7034 (struct tracepoint_hit_ctx) <type>: New field.
7035 (struct fast_tracepoint_ctx): New.
7036 (memory_barrier): New.
7037 (cmpxchg): New.
7038 (record_tracepoint_error): Update atomically in the IPA.
7039 (clear_inferior_trace_buffer): New.
7040 (about_to_request_buffer_space): New.
7041 (trace_buffer_alloc): Handle GDBserver and inferior simulatenous
7042 updating the same buffer.
7043 (add_tracepoint): Default the tracepoint's type to trap
7044 tracepoint, and orig_size to -1.
7045 (get_trace_state_variable) [IN_PROCESS_AGENT]: Handle allocated
7046 internal variables.
7047 (create_trace_state_variable): New parameter `gdb'. Handle it.
7048 (clear_installed_tracepoints): Clear fast tracepoint jumps.
7049 (cmd_qtdp): Handle fast tracepoints.
7050 (cmd_qtdv): Adjust.
7051 (max_jump_pad_size): New.
7052 (gdb_jump_pad_head): New.
7053 (get_jump_space_head): New.
7054 (claim_jump_space): New.
7055 (sort_tracepoints): New.
7056 (MAX_JUMP_SIZE): New.
7057 (cmd_qtstart): Handle fast tracepoints. Sync tracepoints with the
7058 IPA.
7059 (stop_tracing) [IN_PROCESS_AGENT]: Don't include the tdisconnected
7060 support. Upload fast traceframes, and delete internal IPA
7061 breakpoints.
7062 (stop_tracing_handler): New.
7063 (flush_trace_buffer_handler): New.
7064 (cmd_qtstop): Upload fast tracepoints.
7065 (response_tracepoint): Handle fast tracepoints.
7066 (tracepoint_finished_step): Upload fast traceframes. Set the
7067 tracepoint hit context's tracepoint type.
7068 (handle_tracepoint_bkpts): New.
7069 (tracepoint_was_hit): Set the tracepoint hit context's tracepoint
7070 type. Add comment about fast tracepoints.
7071 (collect_data_at_tracepoint) [IN_PROCESS_AGENT]: Don't access the
7072 non-existing action_str field.
7073 (get_context_regcache): Handle fast tracepoints.
7074 (do_action_at_tracepoint) [!IN_PROCESS_AGENT]: Don't write the PC
7075 to the regcache.
7076 (fast_tracepoint_from_jump_pad_address): New.
7077 (fast_tracepoint_from_ipa_tpoint_address): New.
7078 (collecting_t): New.
7079 (force_unlock_trace_buffer): New.
7080 (fast_tracepoint_collecting): New.
7081 (collecting): New.
7082 (gdb_collect): New.
7083 (write_inferior_data_ptr): New.
7084 (target_tp_heap): New.
7085 (target_malloc): New.
7086 (download_agent_expr): New.
7087 (UALIGN): New.
7088 (download_tracepoints): New.
7089 (download_trace_state_variables): New.
7090 (upload_fast_traceframes): New.
7091 (IPA_FIRST_TRACEFRAME): New.
7092 (IPA_NEXT_TRACEFRAME_1): New.
7093 (IPA_NEXT_TRACEFRAME): New.
7094 [IN_PROCESS_AGENT]: Include sys/mman.h and fcntl.h.
7095 [IN_PROCESS_AGENT] (gdb_tp_heap_buffer, gdb_jump_pad_buffer)
7096 (gdb_jump_pad_buffer_end): New.
7097 [IN_PROCESS_AGENT] (initialize_tracepoint_ftlib): New.
7098 (initialize_tracepoint): Adjust.
7099 [IN_PROCESS_AGENT]: Allocate the IPA heap, and jump pad scratch
7100 buffer. Initialize the low module.
7101 * utils.c (PREFIX, TOOLNAME): New.
7102 (malloc_failure): Use PREFIX.
7103 (error): In the IPA, an error causes an exit.
7104 (fatal, warning): Use PREFIX.
7105 (internal_error): Use TOOLNAME.
7106 (NUMCELLS): Increase to 10.
7107 * configure, config.in: Regenerate.
7108
d149dd1d
PA
71092010-06-01 Pedro Alves <pedro@codesourcery.com>
7110
7111 * server.c (handle_query) <qSupported>: Do two passes over the
7112 qSupported string to avoid nesting strtok.
7113
f6528abd
JK
71142010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7115
7116 * Makefile.in (SFILES): Add $(srcdir)/proc-service.list.
7117 (CDEPS): New.
7118 * configure.ac (RDYNAMIC): New AC_MSG_CHECKING wrapping. Test also
7119 -Wl,--dynamic-list.
7120 * configure: Regenerate.
7121 * proc-service.list: New.
7122
ca2a87a0
JK
71232010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7124
7125 * linux-low.c (linux_core_of_thread): Fix crash on invalid CONTENT.
7126 New comment.
7127
363a6e9f
OS
71282010-05-26 Ozkan Sezer <sezeroz@gmail.com>
7129
7130 * gdbreplay.c (remote_open): Check error return from socket() call by
7131 its equality to -1 not by it being negative.
7132 * remote-utils.c (remote_open): Likewise.
7133
d23b6cb1
PA
71342010-05-23 Pedro Alves <pedro@codesourcery.com>
7135
7136 * config.h: Regenerate.
7137
28d3cf85
MK
71382010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
7139
7140 * linux-m68k-low.c (ps_get_thread_area): Don't define if kernel
7141 doesn't provide PTRACE_GET_THREAD_AREA.
7142
fea36a59
MK
71432010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
7144
7145 * linux-m68k-low.c: Include <asm/ptrace.h>
7146 (ps_get_thread_area): Implement.
7147
24b066ba
DE
71482010-05-03 Doug Evans <dje@google.com>
7149
7150 * event-loop.c (struct callback_event): New struct.
7151 (callback_list): New global.
7152 (append_callback_event, delete_callback_event): New functions.
7153 (process_callback): New function.
7154 (start_event_loop): Call it.
7155 * remote-utils.c (NOT_SCHEDULED): Define.
7156 (readchar_buf, readchar_bufcnt, readchar_bufp): New static globals,
7157 moved out of readchar.
7158 (readchar): Rewrite. Call reschedule before returning.
7159 (reset_readchar): New function.
7160 (remote_close): Call it.
7161 (process_remaining, reschedule): New functions.
7162 * server.h (callback_handler_func): New typedef.
7163 (append_callback_event, delete_callback_event): Declare.
7164
9836d6ea
PA
71652010-05-03 Pedro Alves <pedro@codesourcery.com>
7166
7167 * proc-service.c (ps_pglobal_lookup): Use
7168 thread_db_look_up_one_symbol.
7169 * remote-utils.c (look_up_one_symbol): Add new `may_ask_gdb'
7170 parameter. Use it instead of all_symbols_looked_up.
7171 * server.h (struct process_info) <all_symbols_looked_up>: Delete
7172 field.
7173 (all_symbols_looked_up): Don't declare.
7174 (look_up_one_symbol): Add new `may_ask_gdb' parameter.
7175 * thread-db.c (struct thread_db) <all_symbols_looked_up>: New
7176 field.
7177 (thread_db_look_up_symbols): Adjust call to look_up_one_symbol.
7178 Set all_symbols_looked_up here.
7179 (thread_db_look_up_one_symbol): New.
7180 (thread_db_get_tls_address): Adjust.
7181 (thread_db_load_search, try_thread_db_load_1): Always allocate the
7182 thread_db object on the heap, and tentatively set it in the
7183 process structure.
7184 (thread_db_init): Don't set all_symbols_looked_up here.
7185 * linux-low.h (thread_db_look_up_one_symbol): Declare.
7186
7984d532
PA
71872010-05-03 Pedro Alves <pedro@codesourcery.com>
7188
7189 * linux-low.c (linux_kill, linux_detach): Adjust.
7190 (status_pending_p_callback): Remove redundant statement. Check
7191 for !TARGET_WAITIKIND_IGNORE, instead of
7192 TARGET_WAITKIND_STOPPED.
7193 (handle_tracepoints): Make sure LWP is locked. Adjust.
7194 (linux_wait_for_event_1): Adjust.
7195 (linux_cancel_breakpoints): New.
7196 (unsuspend_one_lwp): New.
7197 (unsuspend_all_lwps): New.
7198 (linux_wait_1): If finishing a step-over, unsuspend all lwps.
7199 (send_sigstop_callback): Change return type to int, add new
7200 `except' parameter and handle it.
7201 (suspend_and_send_sigstop_callback): New.
7202 (stop_all_lwps): Add new `suspend' and `expect' parameters, and
7203 pass them down. If SUSPEND, also increment the lwp's suspend
7204 count.
7205 (linux_resume_one_lwp): Add notice about resuming a suspended LWP.
7206 (need_step_over_p): Don't consider suspended LWPs.
7207 (start_step_over): Adjust.
7208 (proceed_one_lwp): Change return type to int, add new `except'
7209 parameter and handle it.
7210 (unsuspend_and_proceed_one_lwp): New.
7211 (proceed_all_lwps): Use find_inferior instead of
7212 for_each_inferior.
7213 (unstop_all_lwps): Add `unsuspend' parameter. If UNSUSPEND, them
7214 also decrement the suspend count of LWPs. Pass `except' down,
7215 instead of hacking its suspend count.
7216 (linux_pause_all): Add `freeze' parameter. Adjust.
7217 (linux_unpause_all): New.
7218 (linux_target_ops): Install linux_unpause_all.
7219 * server.c (handle_status): Adjust.
7220 * target.h (struct target_ops): New fields `unpause_all' and
7221 `cancel_breakpoints'. Add new parameter to `pause_all'.
7222 (pause_all): Add new `freeze' parameter.
7223 (unpause_all): New.
7224 (cancel_breakpoints): New.
7225 * tracepoint.c (clear_installed_tracepoints): Pause threads, and
7226 cancel breakpoints.
7227 (cmd_qtstart): Pause threads.
7228 (stop_tracing): Pause threads, and cancel breakpoints.
7229 * win32-low.c (win32_target_ops): Adjust.
7230
e471f25b
PA
72312010-05-03 Pedro Alves <pedro@codesourcery.com>
7232
7233 * linux-low.c (linux_wait_for_event_1): Move passing the signal to
7234 the inferior right away from here...
7235 (linux_wait_1): ... to here, and adjust to check the thread's
7236 last_resume_kind instead of the lwp's step or stop_expected flags.
7237
1915ef4f
PA
72382010-05-02 Pedro Alves <pedro@codesourcery.com>
7239
7240 * README: Use consistent `GDB' and `GDBserver' spellings.
7241
f9e39928
PA
72422010-05-02 Pedro Alves <pedro@codesourcery.com>
7243
7244 * linux-low.c (linux_kill_one_lwp): Assume the lwp is stopped.
7245 (linux_kill): Stop all lwps here. Don't delete the main lwp here.
7246 (linux_detach_one_lwp): Assume the lwp is stopped.
7247 (any_thread_of): Delete.
7248 (linux_detach): Stop all lwps here. Don't blindly delete all
7249 breakpoints.
7250 (delete_lwp_callback): New.
7251 (linux_mourn): Delete all lwps of the process that is gone.
7252 (linux_wait_1): Don't delete the last lwp of the process here.
7253 * mem-break.h (mark_breakpoints_out): Declare.
7254 * mem-break.c (mark_breakpoints_out): New.
7255 (free_all_breakpoints): Use it.
7256 * server.c (handle_target_event): If the process is gone, mark
7257 breakpoints out.
7258 * thread-db.c (struct thread_db) <create_bp>: New field.
7259 (thread_db_enable_reporting): Fix prototype. Store a thread event
7260 breakpoint reference in the thread_db struct.
7261 (thread_db_load_search): Clear the thread_db object.
7262 (try_thread_db_load_1): Ditto.
7263 (switch_to_process): New.
7264 (disable_thread_event_reporting): Use it.
7265 (remove_thread_event_breakpoints): New.
7266 (thread_db_detach, thread_db_mourn): Use it.
7267
1e7fc18c
PA
72682010-05-01 Pedro Alves <pedro@codesourcery.com>
7269
7270 * linux-low.c (linux_enable_event_reporting): New.
7271 (linux_wait_for_event_1, handle_extended_wait): Use it.
7272
02fc4de7
PA
72732010-04-30 Pedro Alves <pedro@codesourcery.com>
7274
7275 * linux-low.c (linux_kill_one_lwp, linux_kill)
7276 (linux_detach_one_lwp): Adjust to send_sigstop interface change.
7277 (send_sigstop): Take an lwp_info as parameter instead. Queue a
7278 SIGSTOP even if the LWP is stopped.
7279 (send_sigstop_callback): New.
7280 (stop_all_lwps): Use send_sigstop_callback instead.
7281 (linux_resume_one_thread): Adjust.
7282 (proceed_one_lwp): Still proceed an LWP that the client has
7283 requested to stop, if we haven't reported it as stopped yet. Make
7284 sure that LWPs the client want stopped, have a pending SIGSTOP.
7285
bc3b5632
DE
72862010-04-26 Doug Evans <dje@google.com>
7287
ae1ada35
DE
7288 * server.c (handle_general_set): Make static.
7289
bc3b5632
DE
7290 * remote-utils.c (putpkt_binary_1): Call readchar instead of read.
7291 Print received char after testing for error/eof instead of before.
7292 (input_interrupt): Tweak comment.
7293
65730243
DE
72942010-04-23 Doug Evans <dje@google.com>
7295
7296 * server.c (start_inferior): Print inferior argv if --debug.
7297
a8ae7dc0
AR
72982010-04-21 Aleksandar Ristovski <aristovski@qnx.com>
7299
7300 * Makefile.in (nto_low_h nto-low.o nto-x86-low.o): New dependency lists.
7301 * nto-x86-low.c: Include server.h
7302
1c07cc19
PM
73032010-04-20 Pierre Muller <muller@ics.u-strasbg.fr>
7304
7305 * win32-i386-low.c: Use __x86_64__ macro instead of __x86_64 to
7306 be consistent with other sources of this directory.
7307 (init_registers_amd64): Correct name of source file of this function
7308 in the comment.
7309
e0a61e09
PM
73102010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7311
7312 * configure.srv (x86_64-*-mingw*): New configuration for Windows
7313 64-bit executables.
7314
54709339
PM
73152010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7316
7317 * win32-i386-low.c: Add 64-bit support.
7318 (CONTEXT_EXTENDED_REGISTERS): Set macro to zero if not exisiting.
7319 (init_registers_amd64): Declare.
7320 (mappings): Add 64-bit version of array.
7321 (init_windows_x86): New function.
7322 (the_low_target): Change init_arch field to init_windows_x86.
7323
e8f0053d
PM
73242010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7325
7326 * win32-low.c: Adapt to support also 64-bit architecture.
7327 (child_xfer_memory): Use uintptr_t type for local variable `addr'.
7328 (get_image_name): Use SIZE_T type for local variable `done'.
7329 (psapi_get_dll_name): Use LPVOID type for parameter `BaseAddress'.
7330 (toolhelp_get_dll_name): Idem.
7331 (handle_load_dll): Use CORE_ADDR type for local variable `load_addr'.
7332 Use uintptr_t typecast to avoid warning.
7333 (handle_unload_dll): Use uintptr_t typecast to avoid warning.
7334 (handle_exception): Use phex_nz to avoid warning.
7335 (win32_wait): Remove unused local variable `process'.
7336
c481e77e
PM
73372010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7338
7339 * configure.srv (srv_amd64_regobj): Replace `x86-64-avx.o' by
7340 `amd64-avx.o'.
7341
12ea4b69
PM
73422010-04-17 Pierre Muller <muller@ics.u-strasbg.fr>
7343
7344 * configure.ac: Use `ws2_32' library for srv_mingw.
7345 * configure: Regenerate.
7346 * gdbreplay.c: Include winsock2.h instead of winsock.h.
7347 * remote-utils.c: Likewise.
7348
f6d1620c
L
73492010-04-17 H.J. Lu <hongjiu.lu@intel.com>
7350
7351 * linux-x86-low.c (xmltarget_amd64_linux_no_xml): Define only
7352 if __x86_64__ is defined.
7353
8e642873
PM
73542010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
7355
7356 * configure: Regenerate.
7357
711e434b
PM
73582010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
7359
7360 * server.c (handle_query): Handle 'qGetTIBAddr' query.
7361 * target.h (target_ops): New get_tib_address field.
7362 * win32-low.h (win32_thread_info): Add thread_local_base field.
7363 * win32-low.c (child_add_thread): Add tlb argument.
7364 Set thread_local_base field to TLB.
7365 (get_child_debug_event): Adapt to child_add_thread change.
7366 (win32_get_tib_address): New function.
7367 (win32_target_ops): Set get_tib_address field to
7368 win32_get_tib_address.
7369 * linux-low.c (linux_target_ops): Set get_tib_address field to NULL.
7370
505106cd
PA
73712010-04-12 Pedro Alves <pedro@codesourcery.com>
7372
505106cd
PA
7373 * linux-low.c (linux_mourn): Also remove the process.
7374 * server.c (handle_target_event): Don't remove the process here.
7375 * nto-low.c (nto_mourn): New.
7376 (nto_target_ops): Install it.
7377 * spu-low.c (spu_mourn): New.
7378 (spu_target_ops): Install it.
7379 * win32-low.c (win32_mourn): New.
7380 (win32_target_ops): Install it.
7381
e8470a06
PA
73822010-04-12 Pedro Alves <pedro@codesourcery.com>
7383
7384 * server.h (buffer_xml_printf): Remove redundant `;'.
7385
45ba0d02
PA
73862010-04-12 Pedro Alves <pedro@codesourcery.com>
7387
7388 * regcache.c (set_register_cache): Invalidate regcaches before
7389 changing the register cache layout.
7390 (regcache_invalidate_one): Allow a NULL regcache.
7391 * linux-x86-low.c (x86_linux_update_xmltarget): Invalidate
7392 regcaches before changing the register cache layout or the target
7393 regsets.
7394
59e04013
L
73952010-04-12 H.J. Lu <hongjiu.lu@intel.com>
7396
7397 * linux-x86-low.c (x86_linux_update_xmltarget): Avoid unused
7398 variable warning on Linux/x86-64.
7399
8336d594
PA
74002010-04-11 Pedro Alves <pedro@codesourcery.com>
7401
7402 GDBserver disconnected tracing support.
7403
7404 * linux-low.c (linux_remove_process): Delete.
7405 (add_lwp): Don't set last_resume_kind here.
7406 (linux_kill): Use `mourn'.
7407 (linux_detach): Use `thread_db_detach', and `mourn'.
7408 (linux_mourn): New.
7409 (linux_attach_lwp_1): Adjust comment.
7410 (linux_attach): last_resume_kind moved the thread_info; adjust.
7411 (status_pending_p_callback): Adjust.
7412 (linux_wait_for_event_1): Adjust.
7413 (count_events_callback, select_singlestep_lwp_callback)
7414 (select_event_lwp_callback, cancel_breakpoints_callback)
7415 (db_wants_lwp_stopped, linux_wait_1, need_step_over_p)
7416 (proceed_one_lwp): Adjust.
7417 (linux_async): Add debug output.
7418 (linux_thread_stopped): New.
7419 (linux_pause_all): New.
7420 (linux_target_ops): Install linux_mourn, linux_thread_stopped and
7421 linux_pause_all.
7422 * linux-low.h (struct lwp_info): Delete last_resume_kind field.
7423 (thread_db_free): Delete declaration.
7424 (thread_db_detach, thread_db_mourn): Declare.
7425 * thread-db.c (thread_db_init): Use thread_db_mourn.
7426 (thread_db_free): Delete, split in two.
7427 (disable_thread_event_reporting): New.
7428 (thread_db_detach): New.
7429 (thread_db_mourn): New.
7430
7431 * server.h (struct thread_info) <last_resume_kind>: New field.
7432 <attached>: Add comment.
7433 <gdb_detached>: New field.
7434 (handler_func): Change return type to int.
7435 (handle_serial_event, handle_target_event): Ditto.
7436 (gdb_connected): Declare.
7437 (tracing): Delete.
7438 (disconnected_tracing): Declare.
7439 (stop_tracing): Declare.
7440
7441 * server.c (handle_query) <qSupported>: Report support for
7442 disconnected tracing.
7443 (queue_stop_reply_callback): Account for running threads.
7444 (gdb_wants_thread_stopped): New.
7445 (gdb_wants_all_threads_stopped): New.
7446 (gdb_reattached_process): New.
7447 (handle_status): Clear the `gdb_detached' flag of all processes.
7448 In all-stop, stop all threads.
7449 (main): Be sure to leave tfind mode. Handle disconnected tracing.
7450 (process_serial_event): If the remote connection breaks, or if an
7451 exit was forced with "monitor exit", force an event loop exit.
7452 Handle disconnected tracing on detach.
7453 (handle_serial_event): Adjust.
7454 (handle_target_event): If GDB isn't connected, forward events back
7455 to the inferior, unless the last process exited, in which case,
7456 exit gdbserver. Adjust interface.
7457
7458 * remote-utils.c (remote_open): Don't block in accept. Instead
7459 register an event loop source on the listen socket file
7460 descriptor. Refactor bits into ...
7461 (listen_desc): ... this new global.
7462 (gdb_connected): ... this new function.
7463 (enable_async_notification): ... this new function.
7464 (handle_accept_event): ... this new function.
7465 (remote_close): Clear remote_desc.
7466
7467 * inferiors.c (add_thread): Set the new thread's last_resume_kind.
7468
7469 * target.h (struct target_ops) <mourn, thread_stopped, pause_all>:
7470 New fields.
7471 (mourn_inferior): Define.
7472 (target_process_qsupported): Avoid the dangling else problem.
7473 (thread_stopped): Define.
7474 (pause_all): Define.
7475 (target_waitstatus_to_string): Declare.
7476 * target.c (target_waitstatus_to_string): New.
7477
7478 * tracepoint.c (tracing): Make extern.
7479 (disconnected_tracing): New.
7480 (stop_tracing): Make extern. Handle tracing stops due to GDB
7481 disconnecting.
7482 (cmd_qtdisconnected): New.
7483 (cmd_qtstatus): Report disconnected tracing status in trace reply.
7484 (handle_tracepoint_general_set): Handle QTDisconnected.
7485
7486 * event-loop.c (event_handler_func): Change return type to int.
7487 (process_event): Bail out if the event handler wants the event
7488 loop to stop.
7489 (handle_file_event): Ditto.
7490 (start_event_loop): Bail out if the event handler wants the event
7491 loop to stop.
7492
7493 * nto-low.c (nto_target_ops): Adjust.
7494 * spu-low.c (spu_wait): Don't remove the process here.
7495 (spu_target_ops): Adjust.
7496 * win32-low.c (win32_wait): Don't remove the process here.
7497 (win32_target_ops): Adjust.
7498
5d267c4c
PA
74992010-04-11 Pedro Alves <pedro@codesourcery.com>
7500
7501 * regcache.c (realloc_register_cache): Invalidate inferior's
7502 regcache before recreating it.
7503
623ccd72
PA
75042010-04-09 Pedro Alves <pedro@codesourcery.com>
7505
7506 * tracepoint.c (cmd_qtstatus): Report trace buffer circularity.
7507
219f2f23
PA
75082010-04-09 Stan Shebs <stan@codesourcery.com>
7509 Pedro Alves <pedro@codesourcery.com>
7510
7511 * server.h (LONGEST): New.
7512 (struct thread_info) <while_stepping>: New field.
7513 (unpack_varlen_hex, xrealloc, pulongest, plongest, phex_nz):
7514 Declare.
7515 (initialize_tracepoint, handle_tracepoint_general_set)
7516 (handle_tracepoint_query, tracepoint_finished_step)
7517 (tracepoint_was_hit, release_while_stepping_state_list):
7518 (current_traceframe): Declare.
7519 * server.c (handle_general_set): Handle tracepoint packets.
7520 (read_memory): New.
7521 (write_memory): New.
7522 (handle_search_memory_1): Use read_memory.
7523 (handle_query): Report support for conditional tracepoints, trace
7524 state variables, and tracepoint sources. Handle tracepoint
7525 queries.
7526 (main): Initialize the tracepoints module.
7527 (process_serial_event): Handle traceframe reads/writes.
7528
7529 * linux-low.c (handle_tracepoints): New.
7530 (linux_wait_1): Call it.
7531 (linux_resume_one_lwp): Handle while-stepping.
7532 (linux_supports_tracepoints, linux_read_pc, linux_write_pc): New.
7533 (linux_target_ops): Install them.
7534 * linux-low.h (struct linux_target_ops) <supports_tracepoints>:
7535 New field.
7536 * linux-x86-low.c (x86_supports_tracepoints): New.
7537 (the_low_target). Install it.
7538
7539 * mem-break.h (delete_breakpoint): Declare.
7540 * mem-break.c (delete_breakpoint): Make external.
7541
7542 * target.h (struct target_ops): Add `supports_tracepoints',
7543 `read_pc', and `write_pc' fields.
7544 (target_supports_tracepoints): Define.
7545 * utils.c (xrealloc, decimal2str, pulongest, plongest, thirty_two)
7546 (phex_nz): New.
7547
7548 * regcache.h (struct regcache) <registers_owned>: New field.
7549 (init_register_cache, regcache_cpy): Declare.
7550 (regcache_read_pc, regcache_write_pc): Declare.
7551 (register_cache_size): Declare.
7552 (supply_regblock): Declare.
7553 * regcache.c (init_register_cache): New.
7554 (new_register_cache): Use it.
7555 (regcache_cpy): New.
7556 (register_cache_size): New.
7557 (supply_regblock): New.
7558 (regcache_read_pc, regcache_write_pc): New.
889bf7c5 7559
219f2f23
PA
7560 * tracepoint.c: New.
7561
7562 * Makefile.in (OBS): Add tracepoint.o.
7563 (tracepoint.o): New rule.
7564
3a13a53b
L
75652010-04-08 H.J. Lu <hongjiu.lu@intel.com>
7566
7567 * Makefile.in (clean): Also remove i386-mmx.c i386-mmx-linux.c.
7568 (i386-mmx.o): New.
7569 (i386-mmx.c): Likewise.
7570 (i386-mmx-linux.o): Likewise.
7571 (i386-mmx-linux.c): Likewise.
7572
7573 * configure.srv (srv_i386_regobj): Add i386-mmx.o.
7574 (srv_i386_linux_regobj): Add i386-mmx-linux.o.
7575 (srv_i386_xmlfiles): Add i386/i386-mmx.xml.
7576 (srv_i386_linux_xmlfiles): Add i386/i386-mmx-linux.xml.
7577
7578 * linux-x86-low.c (init_registers_i386_mmx_linux): New.
7579 (x86_linux_update_xmltarget): Call init_registers_i386_mmx_linux
7580 and return if ptrace PTRACE_GETFPXREGS failed in 32bit.
7581
1570b33e
L
75822010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7583
7584 * Makefile.in (clean): Updated.
7585 (i386-avx.o): New.
7586 (i386-avx.c): Likewise.
7587 (i386-avx-linux.o): Likewise.
7588 (i386-avx-linux.c): Likewise.
7589 (amd64-avx.o): Likewise.
7590 (amd64-avx.c): Likewise.
7591 (amd64-avx-linux.o): Likewise.
7592 (amd64-avx-linux.c): Likewise.
7593
7594 * configure.srv (srv_i386_regobj): Add i386-avx.o.
7595 (srv_i386_linux_regobj): Add i386-avx-linux.o.
7596 (srv_amd64_regobj): Add amd64-avx.o.
7597 (srv_amd64_linux_regobj): Add amd64-avx-linux.o.
7598 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx.xml.
7599 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx.xml.
7600 (srv_i386_xmlfiles): Add i386/i386-avx.xml.
7601 (srv_amd64_xmlfiles): Add i386/amd64-avx.xml.
7602 (srv_i386_linux_xmlfiles): Add i386/i386-avx-linux.xml.
7603 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx-linux.xml.
7604
7605 * i387-fp.c: Include "i386-xstate.h".
7606 (i387_xsave): New.
7607 (i387_cache_to_xsave): Likewise.
7608 (i387_xsave_to_cache): Likewise.
7609 (x86_xcr0): Likewise.
7610
7611 * i387-fp.h (i387_cache_to_xsave): Likewise.
7612 (i387_xsave_to_cache): Likewise.
7613 (x86_xcr0): Likewise.
7614
7615 * linux-arm-low.c (target_regsets): Initialize nt_type to 0.
7616 * linux-crisv32-low.c (target_regsets): Likewise.
7617 * linux-m68k-low.c (target_regsets): Likewise.
7618 * linux-mips-low.c (target_regsets): Likewise.
7619 * linux-ppc-low.c (target_regsets): Likewise.
7620 * linux-s390-low.c (target_regsets): Likewise.
7621 * linux-sh-low.c (target_regsets): Likewise.
7622 * linux-sparc-low.c (target_regsets): Likewise.
7623 * linux-xtensa-low.c (target_regsets): Likewise.
7624
7625 * linux-low.c: Include <sys/uio.h>.
7626 (regsets_fetch_inferior_registers): Support nt_type.
7627 (regsets_store_inferior_registers): Likewise.
7628 (linux_process_qsupported): New.
7629 (linux_target_ops): Add linux_process_qsupported.
7630
7631 * linux-low.h (regset_info): Add nt_type.
7632 (linux_target_ops): Add process_qsupported.
7633
7634 * linux-x86-low.c: Include "i386-xstate.h", "elf/common.h"
7635 and <sys/uio.h>.
7636 (init_registers_i386_avx_linux): New.
7637 (init_registers_amd64_avx_linux): Likewise.
7638 (xmltarget_i386_linux_no_xml): Likewise.
7639 (xmltarget_amd64_linux_no_xml): Likewise.
7640 (PTRACE_GETREGSET): Likewise.
7641 (PTRACE_SETREGSET): Likewise.
7642 (x86_fill_xstateregset): Likewise.
7643 (x86_store_xstateregset): Likewise.
7644 (use_xml): Likewise.
7645 (x86_linux_update_xmltarget): Likewise.
7646 (x86_linux_process_qsupported): Likewise.
7647 (target_regsets): Add NT_X86_XSTATE entry and Initialize nt_type.
7648 (x86_arch_setup): Don't call init_registers_amd64_linux nor
7649 init_registers_i386_linux here. Call
7650 x86_linux_update_xmltarget.
7651 (the_low_target): Add x86_linux_process_qsupported.
7652
7653 * server.c (handle_query): Call target_process_qsupported.
7654
7655 * target.h (target_ops): Add process_qsupported.
7656 (target_process_qsupported): New.
7657
fc7238bb
PA
76582010-04-03 Pedro Alves <pedro@codesourcery.com>
7659
7660 * inferiors.c (add_thread): Set last_status kind to
7661 TARGET_WAITKIND_IGNORE.
7662 * linux-low.c (cancel_breakpoint): Remove unnecessary regcache
7663 fetch. Use ptid_of. Avoid unnecessary get_lwp_thread calls.
7664 (linux_wait_1): Move `thread' local definition to block that uses
7665 it. Don't NULL initialize `event_child'.
7666 (linux_resume_one_thread): Avoid unnecessary get_lwp_thread calls.
7667 Alway set the thread's last_status to TARGET_WAITKIND_IGNORE.
7668 * linux-x86-low.c (x86_breakpoint_at): Read raw memory.
7669
bdabb078
PA
76702010-04-01 Pedro Alves <pedro@codesourcery.com>
7671
7672 * linux-low.c (get_stop_pc): Don't adjust the PC if stopped with
7673 an extended waitstatus, or by a watchpoint.
7674 (cancel_breakpoints_callback): Don't cancel a breakpoint if the
7675 thread was stepping or has been stopped by a watchpoint.
7676
d3bbe7a0
PA
76772010-04-01 Pedro Alves <pedro@codesourcery.com>
7678
7679 * mem-break.c (struct raw_breakpoint): New field shlib_disabled.
7680 (set_gdb_breakpoint_at): If GDB is inserting a breakpoint on top
7681 of another, then delete the previous, and validate all
7682 breakpoints.
7683 (validate_inserted_breakpoint): New.
7684 (delete_disabled_breakpoints): New.
7685 (validate_breakpoints): New.
7686 (check_mem_read): Validate breakpoints before trusting their
7687 shadow. Delete disabled breakpoints.
7688 (check_mem_write): Validate breakpoints before trusting they
7689 should be inserted. Delete disabled breakpoints.
7690 * mem-break.h (validate_breakpoints):
7691 * server.c (handle_query): Validate breakpoints when we see a
7692 qSymbol query.
7693
8b07ae33
PA
76942010-04-01 Pedro Alves <pedro@codesourcery.com>
7695
7696 * linux-low.c (linux_wait_1): Avoid setting need_step_over is
7697 there's a GDB breakpoint at stop_pc. Always report a trap to GDB
7698 if we could tell there's a GDB breakpoint at stop_pc.
7699 (need_step_over_p): Don't do a step over if we find a GDB
7700 breakpoint at the resume PC.
7701
7702 * mem-break.c (struct raw_breakpoint): New.
7703 (enum bkpt_type): New type `gdb_breakpoint'.
7704 (struct breakpoint): Delete the `PC', `old_data' and `inserted'
7705 fields. New field `raw'.
7706 (find_raw_breakpoint_at): New.
7707 (set_raw_breakpoint_at): Handle refcounting. Create a raw
7708 breakpoint instead.
7709 (set_breakpoint_at): Adjust.
7710 (delete_raw_breakpoint): New.
7711 (release_breakpoint): New.
7712 (delete_breakpoint): Rename to...
7713 (delete_breakpoint_1): ... this. Add proc parameter. Use
7714 release_breakpoint. Return ENOENT.
7715 (delete_breakpoint): Reimplement.
7716 (find_breakpoint_at): Delete.
7717 (find_gdb_breakpoint_at): New.
7718 (delete_breakpoint_at): Delete.
7719 (set_gdb_breakpoint_at): New.
7720 (delete_gdb_breakpoint_at): New.
7721 (gdb_breakpoint_here): New.
7722 (set_reinsert_breakpoint): Use release_breakpoint.
7723 (uninsert_breakpoint): Rename to ...
7724 (uninsert_raw_breakpoint): ... this.
7725 (uninsert_breakpoints_at): Adjust to handle raw breakpoints.
7726 (reinsert_raw_breakpoint): Change parameter type to
7727 raw_breakpoint.
7728 (reinsert_breakpoints_at): Adjust to handle raw breakpoints
7729 instead.
7730 (check_breakpoints): Adjust. Use release_breakpoint.
7731 (breakpoint_here): Rewrite using find_raw_breakpoint_at.
7732 (breakpoint_inserted_here): Ditto.
7733 (check_mem_read): Adjust to iterate over raw breakpoints instead.
7734 Don't trust the breakpoint's shadow if it is not inserted.
7735 (check_mem_write): Adjust to iterate over raw breakpoints instead.
7736 (delete_all_breakpoints): Adjust.
7737 (free_all_breakpoints): Mark all breakpoints as uninserted, and
7738 use delete_breakpoint_1.
7739
7740 * mem-break.h (breakpoints_supported): Delete declaration.
7741 (set_gdb_breakpoint_at): Declare.
7742 (gdb_breakpoint_here): Declare.
7743 (delete_breakpoint_at): Delete.
7744 (delete_gdb_breakpoint_at): Declare.
7745
7746 * server.h (struct raw_breakpoint): Forward declare.
7747 (struct process_info): New field `raw_breakpoints'.
7748
7749 * linux-x86-low.c (x86_insert_point, x86_remote_point): Handle Z0
7750 breakpoints.
7751
6bf5e0ba
PA
77522010-03-24 Pedro Alves <pedro@codesourcery.com>
7753
7754 * linux-low.c (status_pending_p_callback): Fix comment.
7755 (linux_wait_for_event_1): Move most of the internal breakpoint
7756 handling from here...
7757 (linux_wait_1): ... to here.
7758 (count_events_callback): New.
7759 (select_singlestep_lwp_callback): New.
7760 (select_event_lwp_callback): New.
7761 (cancel_breakpoints_callback): New.
7762 (select_event_lwp): New.
7763 (linux_wait_1): Simplify internal breakpoint handling. Give equal
7764 priority to all LWPs that have had events that should be reported
7765 to the client. Cancel breakpoints when about to reporting the
7766 event to the client, not while stopping lwps. No longer cancel
7767 finished single-steps here.
7768 (cancel_finished_single_step): Delete.
7769 (cancel_finished_single_steps): Delete.
7770
414a389f
PA
77712010-03-24 Pedro Alves <pedro@codesourcery.com>
7772
7773 * mem-break.c (enum bkpt_type): New.
7774 (struct breakpoint): New field `type'.
7775 (set_breakpoint_at): Change return type to struct breakpoint
7776 pointer. Set type to `other_breakpoint' by default.
7777 (delete_breakpoint): Rewrite, supporting more than one breakpoint
7778 in the breakpoint list.
7779 (delete_reinsert_breakpoints): Only delete reinsert breakpoints.
7780 (reinsert_breakpoint): Rename to ...
7781 (reinsert_raw_breakpoint): ... this.
7782 (reinsert_breakpoints_at): Adjust.
7783 * mem-break.h (struct breakpoint): Declare.
7784 (set_breakpoint_at): Change return type to struct breakpoint
7785 pointer.
7786
2280c721
PA
77872010-03-24 Pedro Alves <pedro@codesourcery.com>
7788
7789 * server.c (handle_query): Assign, not compare.
7790
d50171e4
PA
77912010-03-24 Pedro Alves <pedro@codesourcery.com>
7792
7793 Teach linux gdbserver to step-over-breakpoints.
7794
7795 * linux-low.c (can_hardware_single_step): New.
7796 (supports_breakpoints): New.
7797 (handle_extended_wait): If stopping threads, read the stop pc of
7798 the new cloned LWP.
7799 (get_pc): New.
7800 (get_stop_pc): Add `lwp' parameter. Handle it. Bail out if the
7801 low target doesn't support retrieving the PC.
7802 (add_lwp): Set last_resume_kind to resume_continue.
7803 (linux_attach_lwp_1): Adjust comments. Always set stop_expected.
7804 (linux_attach): Don't clear stop_expected. Set the lwp's
7805 last_resume_kind to resume_stop.
7806 (linux_detach_one_lwp): Don't check for removed breakpoints.
7807 (check_removed_breakpoint): Delete.
7808 (status_pending_p): Rename to ...
7809 (status_pending_p_callback): ... this. Don't check for removed
7810 breakpoints. Don't consider threads that are stopped from GDB's
7811 perspective.
7812 (linux_wait_for_lwp): Always read the stop_pc here.
7813 (cancel_breakpoint): New.
7814 (step_over_bkpt): New global.
7815 (linux_wait_for_event_1): Implement stepping over breakpoints.
7816 (gdb_wants_lwp_stopped): New.
7817 (gdb_wants_all_stopped): New.
7818 (linux_wait_1): Tag threads as gdb-wants-stopped. Cancel finished
7819 single-step traps here. Store the thread's last reported target
7820 wait status.
7821 (send_sigstop): Don't clear stop_expected. Always set it,
7822 instead.
7823 (mark_lwp_dead): Remove reference to pending_is_breakpoint.
7824 (cancel_finished_single_step): New.
7825 (cancel_finished_single_steps): New.
7826 (wait_for_sigstop): Don't cancel finished single-step traps here.
7827 (linux_resume_one_lwp): Don't check for removed breakpoints.
7828 Don't set `step' on non-hardware step archs.
7829 (linux_set_resume_request): Ignore resume_stop requests if already
7830 stopping or stopped. Set the lwp's last_resume_kind.
7831 (resume_status_pending_p): Don't check for removed breakpoints.
7832 (need_step_over_p): New.
7833 (start_step_over): New.
7834 (finish_step_over): New.
7835 (linux_resume_one_thread): Always queue a sigstop for resume_stop
7836 requests. Clear the thread's last reported target waitstatus.
7837 Don't use the `suspended' flag. Don't consider pending breakpoints.
7838 (linux_resume): Start a step-over if necessary.
7839 (proceed_one_lwp): New.
7840 (proceed_all_lwps): New.
7841 (unstop_all_lwps): New.
7842 * linux-low.h (struct lwp_info): Rewrite comment for the
7843 `suspended' flag. Add the `stop_pc' field. Delete the
7844 `pending_stop_pc' field. Tweak the `stepping' flag's comment.
7845 Add `'last_resume_kind' and `need_step_over' fields.
7846 * inferiors.c (struct thread_info): Delete, moved elsewhere.
7847 * mem-break.c (struct breakpoint): Delete `reinserting' flag.
7848 Delete `breakpoint_to_reinsert' field. New flag `inserted'.
7849 (set_raw_breakpoint_at): New.
7850 (set_breakpoint_at): Rewrite to use it.
7851 (reinsert_breakpoint_handler): Delete.
7852 (set_reinsert_breakpoint): New.
7853 (reinsert_breakpoint_by_bp): Delete.
7854 (delete_reinsert_breakpoints): New.
7855 (uninsert_breakpoint): Rewrite.
7856 (uninsert_breakpoints_at): New.
7857 (reinsert_breakpoint): Rewrite.
7858 (reinsert_breakpoints_at): New.
7859 (check_breakpoints): Rewrite.
7860 (breakpoint_here): New.
7861 (breakpoint_inserted_here): New.
7862 (check_mem_read): Adjust.
7863 * mem-break.h (breakpoints_supported, breakpoint_here)
7864 (breakpoint_inserted_here, set_reinsert_breakpoint): Declare.
7865 (reinsert_breakpoint_by_bp): Delete declaration.
7866 (delete_reinsert_breakpoints): Declare.
7867 (reinsert_breakpoint): Delete declaration.
7868 (reinsert_breakpoints_at): Declare.
7869 (uninsert_breakpoint): Delete declaration.
7870 (uninsert_breakpoints_at): Declare.
7871 (check_breakpoints): Adjust prototype.
7872 * server.h: Adjust include order.
7873 (struct thread_info): Declare here. Add a `last_status' field.
7874
30ba68cb
MS
78752010-03-23 Michael Snyder <msnyder@vmware.com>
7876
7877 * server.c (crc32): New function.
7878 (handle_query): Add handling for 'qCRC:' request.
7879
b9a881c2
PA
78802010-03-23 Pedro Alves <pedro@codesourcery.com>
7881
7882 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR6 if the
7883 lwp had been stopped by a watchpoint.
7884
e92d13d5
PA
78852010-03-16 Pedro Alves <pedro@codesourcery.com>
7886
7887 * server.h (internal_error): Declare.
7888 (gdb_assert, ASSERT_FUNCTION, gdb_assert_fail): Define.
7889 * utils.c (internal_error): New function.
7890
64daa791
AS
78912010-03-15 Andreas Schwab <schwab@redhat.com>
7892
7893 * configure.srv: Fix typo setting srv_regobj.
7894
f52cd8cd
PA
78952010-03-15 Pedro Alves <pedro@codesourcery.com>
7896
7897 * linux-low.c (fetch_register): Avoid passing a non string literal
7898 format to `error'.
7899 (usr_store_inferior_registers): Ditto.
7900
93ae6fdc
PA
79012010-03-14 Pedro Alves <pedro@codesourcery.com>
7902
7903 * linux-low.c (linux_write_memory): Bail out early if peeking
7904 memory failed.
7905
c3adc08c
PA
79062010-03-14 Pedro Alves <pedro@codesourcery.com>
7907
7908 * linux-low.h (struct lwp_info): New fields
7909 `stopped_by_watchpoint' and `stopped_data_address'.
7910 * linux-low.c (linux_wait_for_lwp): Check for watchpoint triggers
7911 here, and cache them in the lwp object.
7912 (wait_for_sigstop): Check stopped_by_watchpoint lwp field
7913 directly.
7914 (linux_resume_one_lwp): Clear the lwp's stopped_by_watchpoint
7915 field.
7916 (linux_stopped_by_watchpoint): Rewrite.
7917 (linux_stopped_data_address): Rewrite.
7918
bce522a2
PA
79192010-03-06 Simo Melenius <simo.melenius@iki.fi>
7920
7921 * linux-low.c (linux_wait_for_lwp): Fetch the regcache after
7922 switching the current inferior, not before.
7923
90884b2b
L
79242010-03-01 H.J. Lu <hongjiu.lu@intel.com>
7925
7926 * Makefile.in (clean): Replace reg-i386.c, reg-x86-64.c,
7927 reg-i386-linux.c and reg-x86-64-linux.c with i386.c, amd64.c,
7928 i386-linux.c and amd64-linux.c.
7929 (reg-i386.o): Removed.
7930 (reg-i386.c): Likewise.
7931 (reg-i386-linux.o): Likewise.
7932 (reg-i386-linux.c): Likewise.
7933 (reg-x86-64.o): Likewise.
7934 (reg-x86-64.c): Likewise.
7935 (reg-x86-64-linux.o): Likewise.
7936 (reg-x86-64-linux.c): Likewise.
7937 (i386.o): New.
7938 (i386.c): Likewise.
7939 (i386-linux.o): Likewise.
7940 (i386-linux.c): Likewise.
7941 (amd64.o): Likewise.
7942 (amd64.c): Likewise.
7943 (amd64-linux.o): Likewise.
7944 (amd64-linux.c): Likewise.
7945
7946 * configure.srv (srv_i386_regobj): New.
7947 (srv_i386_linux_regobj): Likewise.
7948 (srv_amd64_regobj): Likewise.
7949 (srv_amd64_linux_regobj): Likewise.
7950 (srv_i386_32bit_xmlfiles): Likewise.
7951 (srv_i386_64bit_xmlfiles): Likewise.
7952 (srv_i386_xmlfiles): Likewise.
7953 (srv_amd64_xmlfiles): Likewise.
7954 (srv_i386_linux_xmlfiles): Likewise.
7955 (srv_amd64_linux_xmlfiles): Likewise.
7956 (i[34567]86-*-cygwin*): Set srv_regobj to $srv_i386_regobj. Set
7957 srv_xmlfiles to $srv_i386_xmlfiles.
7958 (i[34567]86-*-mingw32ce*): Likewise.
7959 (i[34567]86-*-mingw*): Likewise.
7960 (i[34567]86-*-nto*): Likewise.
7961 (i[34567]86-*-linux*): Set srv_regobj to $srv_i386_linux_regobj
7962 and $srv_amd64_linux_regobj. Set srv_xmlfiles to
7963 $srv_i386_linux_xmlfiles and $srv_amd64_linux_xmlfiles.
7964 (x86_64-*-linux*): Likewise.
7965
7966 * linux-x86-low.c (init_registers_x86_64_linux): Removed.
7967 (init_registers_amd64_linux): New.
7968 (x86_arch_setup): Replace init_registers_x86_64_linux with
7969 init_registers_amd64_linux.
7970
193f13e6
MK
79712010-02-23 Maxim Kuvyrkov <maxim@codesourcery.com>
7972
7973 * configure.ac: Check for libdl. If it is not available link against
7974 static libthread_db.
7975 * configure: Regenerate.
7976
85d721b8
PA
79772010-02-22 Pedro Alves <pedro@codesourcery.com>
7978
7979 PR9605
7980
7981 * i386-low.c (i386_length_and_rw_bits): Throw a fatal error if
7982 handing a read watchpoint.
7983 (i386_low_insert_watchpoint): Read watchpoints aren't supported.
7984
6076632b
DE
79852010-02-12 Doug Evans <dje@google.com>
7986
7987 * linux-low.c (linux_supports_tracefork_flag): Document.
7988 (linux_look_up_symbols): Add comment.
7989
3327ccf7
L
79902010-02-03 H.J. Lu <hongjiu.lu@intel.com>
7991
7992 * regcache.c (supply_register): Clear regcache if buf is NULL.
7993
0718675c 79942010-02-02 Nicolas Roche <roche@sourceware.org>
3327ccf7 7995 Joel Brobecker <brobecker@adacore.com>
0718675c
JB
7996
7997 * inferiors.c (find_inferior): Add function documentation.
7998 (unloaded_dll): Handle the case where the unloaded dll has not
7999 been previously registered in the dll list.
8000
177321bd
DJ
80012010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8002
8003 * linux-arm-low.c (thumb_breakpoint_len): Delete.
8004 (thumb2_breakpoint): New.
8005 (arm_breakpoint_at): Check for Thumb-2 breakpoints.
8006
2b009048
DJ
80072010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8008
8009 * linux-low.c (get_stop_pc): Check for SIGTRAP.
8010 (linux_wait_for_event_1): Handle SIGILL and SIGSEGV as possible
8011 breakpoints.
8012
3be029c7
PA
80132010-01-21 Pedro Alves <pedro@codesourcery.com>
8014
8015 * linux-ppc-low.c (ppc_arch_setup): Adjust to regcache changes.
8016
18f5de3b
JK
80172010-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8018
8019 * linux-s390-low.c (s390_collect_ptrace_register)
8020 (s390_supply_ptrace_register): Adjust it for the new regcache parameter.
8021
3743bb4f
DE
80222010-01-21 Doug Evans <dje@google.com>
8023
14ce3065
DE
8024 * linux-low.c (PTRACE_ARG3_TYPE): Change from long to void*.
8025 (PTRACE_ARG4_TYPE): New macro.
8026 (handle_extended_wait): Cast ptrace arg4 to PTRACE_ARG4_TYPE.
8027 (linux_wait_for_event_1, linux_resume_one_lwp): Ditto.
8028 (fetch_register): Cast to uintptr_t before casting to PTRACE_ARG3_TYPE.
8029 (usr_store_inferior_registers): Ditto.
8030 (linux_read_memory, linux_write_memory): Ditto.
8031 (linux_test_for_tracefork): Ditto.
8032
3743bb4f
DE
8033 * linux-arm-low.c: Remove redundant include of gdb_proc_service.h.
8034 Only include elf.h if gdb_proc_service.h didn't include linux/elf.h.
8035
8b315be5
PA
80362010-01-21 Pedro Alves <pedro@codesourcery.com>
8037
8038 * proc-service.c (ps_lgetregs): Don't refetch registers from the
8039 target.
8040
85492558
PA
80412010-01-21 Pedro Alves <pedro@codesourcery.com>
8042
8043 * spu-low.c (spu_fetch_registers, spu_store_registers): Change
8044 prototype to take a regcache. Adjust.
8045
442ea881
PA
80462010-01-20 Pedro Alves <pedro@codesourcery.com>
8047
8048 * regcache.h (struct thread_info): Forward declare.
8049 (struct regcache): New.
8050 (new_register_cache): Adjust prototype.
8051 (get_thread_regcache): Declare.
8052 (free_register_cache): Adjust prototype.
8053 (registers_to_string, registers_from_string): Ditto.
8054 (supply_register, supply_register_by_name, collect_register)
8055 (collect_register_as_string, collect_register_by_name): Ditto.
8056 * regcache.c (struct inferior_regcache_data): Delete.
8057 (get_regcache): Rename to ...
8058 (get_thread_regcache): ... this. Adjust. Switch inferior before
8059 fetching registers.
8060 (regcache_invalidate_one): Adjust.
8061 (regcache_invalidate): Fix prototype.
8062 (new_register_cache): Return the new register cache.
8063 (free_register_cache): Change prototype.
8064 (realloc_register_cache): Adjust.
8065 (registers_to_string): Change prototype to take a regcache. Adjust.
8066 (registers_from_string): Ditto.
8067 (register_data): Ditto.
8068 (supply_register): Ditto.
8069 (supply_register_by_name): Ditto.
8070 (collect_register): Ditto.
8071 (collect_register_as_string): Ditto.
8072 (collect_register_by_name): Ditto.
8073 * server.c (process_serial_event): Adjust.
8074 * linux-low.h (regset_fill_func, regset_store_func): Change
8075 prototype.
8076 (get_pc, set_pc, collect_ptrace_register, supply_ptrace_register):
8077 Change prototype.
8078 * linux-low.c (get_stop_pc): Adjust.
8079 (check_removed_breakpoint): Adjust.
8080 (linux_wait_for_event): Adjust.
8081 (linux_resume_one_lwp): Adjust.
8082 (fetch_register): Add regcache parameter. Adjust.
8083 (usr_store_inferior_registers): Ditto.
8084 (regsets_fetch_inferior_registers): Ditto.
8085 (regsets_store_inferior_registers): Ditto.
8086 (linux_fetch_registers, linux_store_registers): Ditto.
8087 * i387-fp.c (i387_cache_to_fsave): Change prototype to take a
8088 regcache. Adjust.
43aaf8b6
PA
8089 (i387_fsave_to_cache, i387_cache_to_fxsave, i387_fxsave_to_cache):
8090 Ditto.
442ea881
PA
8091 * i387-fp.h (i387_cache_to_fsave, i387_fsave_to_cache): Change
8092 prototype to take a regcache.
8093 (i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
8094 * remote-utils.c (convert_ascii_to_int, outreg)
8095 (prepare_resume_reply): Change prototype to take a regcache.
8096 Adjust.
8097 * target.h (struct target_ops) <fetch_registers, store_registers>:
8098 Change prototype to take a regcache.
8099 (fetch_inferior_registers, store_inferior_registers): Change
8100 prototype to take a regcache. Adjust.
8101 * proc-service.c (ps_lgetregs): Adjust.
8102 * linux-x86-low.c (x86_fill_gregset, x86_store_gregset)
8103 (x86_fill_fpregset, x86_store_fpregset, x86_fill_fpxregset)
8104 (x86_store_fpxregset, x86_get_pc, x86_set_pc): Change prototype to
8105 take a regcache. Adjust.
8106 * linux-arm-low.c (arm_fill_gregset, arm_store_gregset)
8107 (arm_fill_wmmxregset, arm_store_wmmxregset, arm_fill_vfpregset)
8108 (arm_store_vfpregset, arm_get_pc, arm_set_pc):
8109 (arm_breakpoint_at): Change prototype to take a regcache. Adjust.
8110 * linux-cris-low.c (cris_get_pc, cris_set_pc)
8111 (cris_cannot_fetch_register):
8112 (cris_breakpoint_at): Change prototype to take a regcache.
8113 Adjust.
8114 * linux-crisv32-low.c (cris_get_pc, cris_set_pc,
8115 cris_reinsert_addr, cris_write_data_breakpoint): Change prototype
8116 to take a regcache. Adjust.
8117 (cris_breakpoint_at, cris_insert_point, cris_remove_point):
8118 Adjust.
8119 * linux-m32r-low.c (m32r_get_pc, m32r_set_pc): Change prototype to
8120 take a regcache. Adjust.
8121 * linux-m68k-low.c (m68k_fill_gregset, m68k_store_gregset)
8122 (m68k_fill_fpregset, m68k_store_fpregset, m68k_get_pc,
8123 (m68k_set_pc): Change prototype to take a regcache. Adjust.
8124 * linux-mips-low.c (mips_get_pc):
8125 (mips_set_pc): Change prototype to take a regcache. Adjust.
8126 (mips_reinsert_addr): Adjust.
8127 (mips_collect_register): Change prototype to take a regcache.
8128 Adjust.
8129 (mips_supply_register):
8130 (mips_collect_register_32bit, mips_supply_register_32bit)
8131 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
8132 (mips_store_fpregset): Ditto.
43aaf8b6
PA
8133 * linux-ppc-low.c (ppc_supply_ptrace_register)
8134 (ppc_supply_ptrace_register): Ditto.
442ea881
PA
8135 (parse_spufs_run): Adjust.
8136 (ppc_get_pc, ppc_set_pc, ppc_fill_gregset, ppc_fill_vsxregset)
8137 (ppc_store_vsxregset, ppc_fill_vrregset, ppc_store_vrregset)
8138 (ppc_fill_evrregset, ppc_store_evrregset): Change prototype to
8139 take a regcache. Adjust.
8140 * linux-s390-low.c (s390_collect_ptrace_register)
8141 (s390_supply_ptrace_register, s390_fill_gregset, s390_get_pc)
8142 (s390_set_pc): Change prototype to take a regcache. Adjust.
8143 (s390_arch_setup): Adjust.
8144 * linux-sh-low.c (sh_get_pc, sh_breakpoint_at)
8145 (sh_fill_gregset): Change prototype to take a regcache. Adjust.
8146 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
8147 (sparc_fill_gregset, sparc_store_gregset_from_stack)
8148 (sparc_store_gregset, sparc_get_pc): Change prototype to take a
8149 regcache. Adjust.
8150 (sparc_breakpoint_at): Adjust.
8151 * linux-xtensa-low.c (xtensa_fill_gregset):
8152 (xtensa_store_gregset):
8153 (xtensa_fill_xtregset, xtensa_store_xtregset, xtensa_get_pc)
8154 (xtensa_set_pc): Change prototype to take a regcache. Adjust.
8155 * nto-low.c (nto_fetch_registers, nto_store_registers): Change
8156 prototype to take a regcache. Adjust.
8157 * win32-arm-low.c (arm_fetch_inferior_register)
8158 (arm_store_inferior_register): Change prototype to take a
8159 regcache. Adjust.
8160 * win32-i386-low.c (i386_fetch_inferior_register)
8161 (i386_store_inferior_register): Change prototype to take a
8162 regcache. Adjust.
8163 * win32-low.c (child_fetch_inferior_registers)
8164 (child_store_inferior_registers): Change prototype to take a
8165 regcache. Adjust.
8166 (win32_wait): Adjust.
8167 (win32_fetch_inferior_registers): Change prototype to take a
8168 regcache. Adjust.
8169 (win32_store_inferior_registers): Adjust.
8170 * win32-low.h (struct win32_target_ops) <fetch_inferior_register,
8171 store_inferior_register>: Change prototype to take a regcache.
8172
60c3d7b0
DE
81732010-01-20 Doug Evans <dje@google.com>
8174
8175 * linux-low.c (linux_create_inferior): Wrap use of __SIGRTMIN in
8176 #ifdef.
8177 (linux_wait_for_event1, linux_init_signals): Ditto.
ec8ebe72 8178 (W_STOPCODE): Provide definition if missing.
60c3d7b0 8179
dc146f7c
VP
81802010-01-13 Vladimir Prus <vladimir@codesourcery.com>
8181
8182 * linux-low.c (linux_core_of_thread): New.
8183 (compare_ints, show_process, list_threads): New.
8184 (linux_qxfer_osdata): Report threads and cores.
8185 (linux_target_op): Register linux_core_of_thread.
8186 * remote-utils.c (prepare_resume_reply): Report the core.
8187 (buffer_xml_printf): Support %d specifier.
8188 * server.c (handle_threads_qxfer_proper, handle_threads_qxfer):
8189 New.
8190 (handle_query): Handle qXfer:threads. Announce availability
8191 thereof.
8192 * target.h (struct target_ops): New field core_of_thread.
8193
7803799a
UW
81942010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
8195
8196 * Makefile.in (clean): Remove new generated files.
8197 (reg-s390.o, reg-s390.c): Remove rules.
8198 (reg-s390x.o, reg-s390x.c): Likewise.
8199 (s390-linux32.o, s390-linux32.c): Add rules.
8200 (s390-linux64.o, s390-linux64.c): Likewise.
8201 (s390x-linux64.o, s390x-linux64.c): Likewise.
8202 * configure.srv (s390*-*-linux*): Update srv_regobj and srv_xmlfiles.
8203 * linux-s390-low.c: Include <elf.h>.
8204 (HWCAP_S390_HIGH_GPRS): Define if undefined.
8205 (init_registers_s390): Remove prototype.
8206 (init_registers_s390x): Likewise.
8207 (init_registers_s390_linux32): Add prototype.
8208 (init_registers_s390_linux64): Likewise.
8209 (init_registers_s390x_linux64): Likewise.
8210 (s390_num_regs_3264): New define.
8211 (s390_regmap_3264): New global variable.
8212 (s390_cannot_fetch_register): Remove obsolete check.
8213 (s390_cannot_store_register): Likewise.
8214 (s390_collect_ptrace_register): Handle upper/lower register halves.
8215 (s390_supply_ptrace_register): Likewise.
8216 (s390_fill_gregset): Update to register number changes.
8217 (s390_get_hwcap): New routine.
8218 (s390_arch_setup): Detect 32-bit process running on 64-bit system.
8219 Install appropriate regmap and register set.
8220
6e7ffa39
JB
82212010-01-01 Joel Brobecker <brobecker@adacore.com>
8222
8223 * server.c (gdbserver_version): Update copyright year to 2010.
8224 * gdbreplay.c (gdbreplay_version): Likewise.
8225
957f3f49
DE
82262009-12-28 Doug Evans <dje@google.com>
8227
8228 * linux-low.c: Delete inclusion of ansidecl.h, elf/common.h,
8229 elf/external.h. Include <elf.h> instead but only if necessary.
8230
ca5c370d
PA
82312009-12-28 Pedro Alves <pedro@codesourcery.com>
8232
8233 * linux-low.c (linux_remove_process): Remove `detaching'
8234 parameter. Don't release/detach from thread_db here.
8235 (linux_kill): Release/detach from thread_db here, ...
8236 (linux_detach): ... and here, before actually detaching.
8237 (linux_wait_1): ... and here, when a process exits.
8238 * thread-db.c (any_thread_of): New.
8239 (thread_db_free): Switch the current inferior to a thread of the
8240 passed in process.
8241
4ee62156
DE
82422009-12-21 Doug Evans <dje@google.com>
8243
d90e6a88
DE
8244 * linux-x86-low.c: Delete outdated comment about Elf32_Phdr.
8245
c5f62d5f
DE
8246 * linux-low.c (kill_lwp): Use __NR_tkill instead of SYS_tkill.
8247 Move definition of tkill_failed to ifdef __NR_tkill to avoid gcc
8248 warning ifndef __NR_tkill. Move setting of errno there too.
8249 Delete unnecessary resetting of errno after syscall.
8250 Minor comment changes to match gdb/linux-nat.c:kill_lwp.
8251
10e86dd7
DE
8252 * configure.ac: Check for dladdr.
8253 * config.in: Regenerate.
8254 * configure: Regenerate.
8255 * thread-db.c (dladdr_to_soname): Only define ifdef HAVE_DLADDR.
8256 (try_thread_db_load): Update.
8257
4ee62156
DE
8258 * linux-low.c (my_waitpid): Delete unnecessary prototype.
8259
00f515da
DE
82602009-12-18 Doug Evans <dje@google.com>
8261
e9464885
DE
8262 * event-loop.c: Include unistd.h if it exists.
8263
07d4f67e
DE
8264 * linux-low.c (my_waitpid): Move definition away from being in
8265 between linux_tracefork_child/linux_test_for_tracefork.
8266
00f515da
DE
8267 * gdb_proc_service.h (psaddr_t): Fix type.
8268 * thread-db.c (thread_db_info.td_thr_tls_get_addr_p): Fix
8269 signature to match glibc.
8270
1de1badb
DE
82712009-12-16 Doug Evans <dje@google.com>
8272
8273 * linux-low.c (linux_read_memory): Fix argument to read.
8274
aeeb81d1
PA
82752009-11-26 Pedro Alves <pedro@codesourcery.com>
8276
8277 * win32-low.c (get_child_debug_event): On EXIT_THREAD_DEBUG_EVENT
8278 events, don't leave current_inferior pointing at null.
8279
10357975
PA
82802009-11-26 Pedro Alves <pedro@codesourcery.com>
8281
8282 * win32-low.c (LOG): Delete.
8283 (OUTMSG): Output to stderr.
8284 (OUTMSG2): Conditionalize on `debug_threads' variable, instead of
8285 on compile time LOG macro.
8286 (win32_wait): Fix debug output.
8287
cf6e3471
PA
82882009-11-26 Pedro Alves <pedro@codesourcery.com>
8289
8290 * win32-low.c (win32_add_one_solib): If the dll name is
8291 "ntdll.dll", prepend the system directory to the dll path.
8292
0c85e18e
MK
82932009-11-17 Daniel Jacobowitz <dan@codesourcery.com>
8294
8295 * m68k-tdep.c (m68k_gdbarch_init): Reuse previous initialization.
8296
9ac544ce 82972009-11-17 Nathan Sidwell <nathan@codesourcery.com>
889bf7c5 8298 Vladimir Prus <vladimir@codesourcery.com>
9ac544ce
MK
8299
8300 * Makefile.in (reg-cf.o, reg-cf.c): New targets.
8301 * configure.ac: Check for __mcoldfire__ and set
8302 gdb_cv_m68k_is_coldfire.
8303 * configure.srv: Use gdb_cv_m68k_is_coldfire to select between
8304 reg-cf.o and reg-m68k.o.
8305 * configure: Regenerated.
8306
fd7dd3e6
PA
83072009-11-16 Pedro Alves <pedro@codesourcery.com>
8308
8309 * linux-low.c (linux_remove_process): Add `detaching' parameter.
8310 Pass it to thread_db_free.
8311 (linux_kill, linux_detach, linux_wait_1): Adjust to pass the
8312 proper `detaching' argument to linux_remove_process.
8313 * linux-low.h (thread_db_free): Add `detaching' parameter.
8314 * thread-db.c (thread_db_init): Pass false as `detaching' argument
8315 to thread_db_free.
8316 (thread_db_free): Add `detaching' parameter. Only
8317 call td_ta_clear_event if detaching from process.
8318
75aa492e
MK
83192009-11-12 Maxim Kuvyrkov <maxim@codesourcery.com>
8320
8321 * thread-db.c (thread_db_free): Fix typo.
8322
21e1bee4
PP
83232009-11-11 Paul Pluzhnikov <ppluzhnikov@google.com>
8324
8325 PR gdb/10838
8326 * thread-db.c (thread_db_free): Call td_ta_clear_event.
8327
8838b45e
NS
83282009-11-03 Nathan Sidwell <nathan@codesourcery.com>
8329
8330 * configure.ac (i[34567]86-*): Check if we're targetting x86-64
8331 with an i686 compiler.
8332 * configure.srv (i[34567]86-*-linux*): Pull in x86-64 handling if
8333 needed.
8334 * configure: Rebuilt.
8335
8a35fb51
SL
83362009-10-29 Sandra Loosemore <sandra@codesourcery.com>
8337
8338 PR gdb/10783
8339
8340 * server.c (handle_search_memory_1): Correct read_addr initialization
8341 in loop for searching subsequent chunks.
8342
96f15937
PP
83432009-10-29 Paul Pluzhnikov <ppluzhnikov@google.com>
8344
8345 * configure.ac: New --with-libthread-db option.
8346 * thread-db.c: Allow direct dependence on libthread_db.
8347 (thread_db_free): Adjust.
8348 * config.in: Regenerate.
8349 * configure: Likewise.
889bf7c5 8350
5f7d1694
PP
83512009-10-28 Paul Pluzhnikov <ppluzhnikov@google.com>
8352
8353 PR gdb/10757
8354 * thread-db.c (attach_thread): New function.
8355 (maybe_attach_thread): Return success/failure.
8356 (find_new_threads_callback): Adjust.
889bf7c5
PA
8357 (thread_db_find_new_threads): Loop until no new threads.
8358
88e3b899
PA
83592009-10-13 Pedro Alves <pedro@codesourcery.com>
8360
8361 * proc-service.c (ps_lgetregs): Formatting.
8362
cdbfd419
PP
83632009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
8364
8365 * acinclude.m4: (SRV_CHECK_THREAD_DB, SRV_CHECK_TLS_GET_ADDR): Remove.
8366 * configure.ac: Adjust.
8367 * linux-low.h (struct process_info_private): Move members to struct
8368 thread_db.
8369 (thread_db_free, thread_db_handle_monitor_command): New prototype.
8370 * linux-low.c (linux_remove_process): Adjust.
8371 (linux_wait_for_event_1, linux_look_up_symbols): Likewise.
8372 * server.c (handle_query): Move code ...
8373 (handle_monitor_command): ... here. New function.
8374 * target.h (struct target_ops): New member.
8375 * thread-db.c (struct thread_db): New.
8376 (libthread_db_search_path): New variable.
8377 (thread_db_create_event, thread_db_enable_reporting)
8378 (find_one_thread, maybe_attach_thread, find_new_threads_callback)
8379 (thread_db_find_new_threads, (thread_db_get_tls_address): Adjust.
8380 (try_thread_db_load_1, dladdr_to_soname): New functions.
8381 (try_thread_db_load, thread_db_load_search): New functions.
8382 (thread_db_init): Search for libthread_db.
8383 (thread_db_free): New function.
8384 (thread_db_handle_monitor_command): Likewise.
8385 * config.in: Regenerate.
8386 * configure: Regenerate.
889bf7c5 8387
4168d2d6
UW
83882009-09-27 Ulrich Weigand <uweigand@de.ibm.com>
8389
8390 * spu-low.c (spu_kill): Wait for inferior to terminate.
8391 Call clear_inferiors.
8392 (spu_detach): Call clear_inferiors.
8393
81ecdfbb
RW
83942009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8395
8396 * aclocal.m4: Regenerate.
8397 * config.in: Likewise.
8398 * configure: Likewise.
8399
0b9ff2c0
UW
84002009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
8401
8402 * linux-ppc-low.c (INSTR_SC, NR_spu_run): Define.
8403 (parse_spufs_run): New function.
8404 (ppc_get_pc, ppc_set_pc): Detect and handle SPU PC.
8405 (ppc_breakpoint_at): Handle SPU breakpoints.
8406
efcbbd14
UW
84072009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
8408
8409 * linux-low.c: Include <sys/stat.h> and <sys/vfs.h>.
8410 (SPUFS_MAGIC): Define.
8411 (spu_enumerate_spu_ids): New function.
8412 (linux_qxfer_spu): New function.
8413 (linux_target_ops): Install linux_qxfer_spu.
8414
f4d9bade
UW
84152009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
8416
8417 * configure.srv (powerpc*-*-linux*): Add powerpc-cell32l.o
8418 and powerpc-cell64l.o to srv_regobj. Add rs6000/powerpc-cell32l.xml
8419 and rs6000/powerpc-cell64l.xml to srv_xmlfiles.
8420 * Makefile.in (powerpc-cell32l.o, powerpc-cell32l.c): New rules.
8421 (powerpc-cell64l.o, powerpc-cell64l.c): Likewise.
8422 (clean): Handle powerpc-cell32l.c and powerpc-cell64l.c.
8423 * linux-ppc-low.c (PPC_FEATURE_CELL): Define.
8424 (init_registers_powerpc_cell32l): Add prototype.
8425 (init_registers_powerpc_cell64l): Likewise.
8426 (ppc_arch_setup): Detect Cell/B.E. architecture.
8427
96e946ca
RW
84282009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8429
8430 * Makefile.in (datarootdir): New variable.
8431
58d6951d
DJ
84322009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
8433
8434 * linux-low.c (linux_write_memory): Update debugging output.
8435 * Makefile.in (clean): Add new descriptions.
8436 (arm-with-vfpv2.o, arm-with-vfpv2.c, arm-with-vfpv3.o)
8437 (arm-with-vfpv3.c, arm-with-neon.o, arm-with-neon.c): New rules.
8438 * configure.srv: Add new files for arm*-*-linux*.
8439 * linux-arm-low.c: Add new declarations.
8440 (PTRACE_GETVFPREGS, PTRACE_SETVFPREGS): Define if undefined.
8441 (arm_hwcap, HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3)
8442 (HWCAP_VFPv3D16): New.
8443 (arm_fill_wmmxregset, arm_store_wmmxregset): Check HWCAP_IWMMXT
8444 instead of __IWMMXT__.
8445 (arm_fill_vfpregset, arm_store_vfpregset, arm_get_hwcap)
8446 (arm_arch_setup): New.
8447 (target_regsets): Remove #ifdef. Add VFP regset.
8448 (the_low_target): Use arm_arch_setup.
8449
12b42a12
DJ
84502009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
8451
8452 * linux-low.c (linux_kill_one_lwp): Adjust kernel workaround to skip
8453 the main thread again.
8454
ac8c974e
AR
84552009-07-06 Aleksandar Ristovski <aristovski@qnx.com>
8456
8457 Adding Neutrino gdbserver.
8458 * configure: Regenerated.
8459 * configure.ac: Add case for srv_qnx and set LIBS accordingly.
8460 * configure.srv (i[34567]86-*-nto*): New target.
8461 * nto-low.c, nto-low.h, nto-x86-low.c: New files.
8462 * remote-utils.c [__QNX__]: Include sys/iomgr.h
8463 (nto_comctrl) [__QNX__]: New function.
8464 (enable_async_io, disable_async_io) [__QNX__]: Call nto_comctrl.
8465
4424e0c3 84662009-07-05 Danny Backx <dannybackx@users.sourceforge.net>
7437790a
PA
8467
8468 * configure.srv (i[34567]86-*-mingw32ce*): Add i386-low.o to
8469 srv_tgtobj.
8470
912cf4ba
PA
84712009-07-04 Danny Backx <dannybackx@users.sourceforge.net>
8472 Pedro Alves <pedro@codesourcery.com>
8473
8474 * win32-i386-low.c (i386_get_thread_context): Handle systems that
8475 don't support CONTEXT_EXTENDED_REGISTERS.
8476 (i386_win32_breakpoint, i386_win32_breakpoint_len): New.
8477 (the_low_target): Install them.
8478 * win32-low.c (get_child_debug_event): Handle WaitForDebugEvent
8479 failing with ERROR_PIPE_NOT_CONNECTED.
8480
aa5ca48f
DE
84812009-06-30 Doug Evans <dje@google.com>
8482 Pierre Muller <muller@ics.u-strasbg.fr>
8483
8484 Add h/w watchpoint support to x86-linux, win32-i386.
8485 * Makefile.in (SFILES): Add i386-low.c
8486 (i386_low_h): Define.
8487 (i386-low.o): Add dependencies.
8488 (linux-x86-low.o): Add i386-low.h dependency.
8489 (win32-i386-low.o): Ditto.
8490 * i386-low.c: New file.
8491 * i386-low.h: New file.
8492 * configure.srv (i[34567]86-*-cygwin*): Add i386-low.o to srv_tgtobj.
8493 (i[34567]86-*-linux*, i[34567]86-*-mingw*, x86_64-*-linux*): Ditto.
8494 * linux-low.c (linux_add_process): Initialize arch_private.
8495 (linux_remove_process): Free arch_private.
8496 (add_lwp): Initialize arch_private.
8497 (delete_lwp): Free arch_private.
8498 (linux_resume_one_lwp): Call the_low_target.prepare_to_resume if
8499 provided.
8500 * linux-low.h (process_info_private): New member arch_private.
8501 (lwp_info): New member arch_private.
8502 (linux_target_ops): New members new_process, new_thread,
8503 prepare_to_resume.
8504 (ptid_of): New macro.
8505 * linux-x86-low.c: Include stddef.h, i386-low.h.
8506 (arch_process_info): New struct.
8507 (arch_lwp_info): New struct.
8508 (x86_linux_dr_get, x86_linux_dr_set): New functions.
8509 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
8510 (i386_dr_low_get_status): New function.
8511 (x86_insert_point, x86_remove_point): New functions.
8512 (x86_stopped_by_watchpoint): New function.
8513 (x86_stopped_data_address): New function.
8514 (x86_linux_new_process, x86_linux_new_thread): New functions.
8515 (x86_linux_prepare_to_resume): New function.
8516 (the_low_target): Add entries for insert_point, remove_point,
8517 stopped_by_watchpoint, stopped_data_address, new_process, new_thread,
8518 prepare_to_resume.
8519 * server.c (debug_hw_points): New global.
8520 (monitor_show_help): Document set debug-hw-points.
8521 (handle_query): Process "set debug-hw-points".
8522 * server.h (debug_hw_points): Declare.
8523 (paddress): Declare.
8524 * utils.c (NUMCELLS, CELLSIZE): New macros.
8525 (get_sell, xsnprintf, paddress): New functions.
8526 * win32-arm-low.c (the_low_target): Add entries for insert_point,
8527 remove_point, stopped_by_watchpoint, stopped_data_address.
8528 * win32-i386-low.c: Include i386-low.h.
8529 (debug_reg_state): Replaces dr.
8530 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
8531 (i386_dr_low_get_status): New function.
8532 (i386_insert_point, i386_remove_point): New functions.
8533 (i386_stopped_by_watchpoint): New function.
8534 (i386_stopped_data_address): New function.
8535 (i386_initial_stuff): Update.
8536 (get_thread_context,set_thread_context,i386_thread_added): Update.
8537 (the_low_target): Add entries for insert_point,
8538 remove_point, stopped_by_watchpoint, stopped_data_address.
8539 * win32-low.c (win32_insert_watchpoint): New function.
8540 (win32_remove_watchpoint): New function.
8541 (win32_stopped_by_watchpoint): New function.
8542 (win32_stopped_data_address): New function.
8543 (win32_target_ops): Add entries for insert_watchpoint,
8544 remove_watchpoint, stopped_by_watchpoint, stopped_data_address.
8545 * win32-low.h (win32_target_ops): New members insert_point,
8546 remove_point, stopped_by_watchpoint, stopped_data_address.
8547
d993e290
PA
85482009-06-25 Pedro Alves <pedro@codesourcery.com>
8549
8550 * server.c (process_serial_event): Re-return unsupported, not
8551 error, if the type isn't recognized. Re-allow supporting only
8552 insert or remove packets. Also call require_running for
8553 breakpoints. Add missing break statement to default case. Tidy.
8554 * target.h (struct target_ops): Rename insert_watchpoint to
8555 insert_point, and remove_watchpoint to remove_point.
8556
8557 * linux-low.h (struct linux_target_ops): Likewise.
8558 * linux-low.c (linux_insert_watchpoint): Rename to ...
8559 (linux_insert_point): ... this. Adjust.
8560 (linux_remove_watchpoint): Rename to ...
8561 (linux_remove_point): ... this. Adjust.
8562 (linux_target_ops): Adjust.
8563 * linux-crisv32-low.c (cris_insert_watchpoint): Rename to ...
8564 (cris_insert_point): ... this.
8565 (cris_remove_watchpoint): Rename to ...
8566 (cris_remove_point): ... this.
8567 (the_low_target): Adjust.
8568
0f54c268
PM
85692009-06-24 Pierre Muller <muller@ics.u-strasbg.fr>
8570
8571 * server.c (handle_v_kill): Pass signal_pid to
8572 kill_inferior if multi_process is zero.
8573
c6314022
AR
85742009-06-23 Aleksandar Ristovski <aristovski@qnx.com>
8575
8576 * server.c (process_serial_event): Add support for Z0 and Z1 packet.
8577 * target.h (target_ops): Comment for *_watchpoint to make it clear
8578 the functions can get types '0' and '1'.
8579
4463ce24
AR
85802009-06-22 Aleksandar Ristovski <aristovski@qnx.com>
8581
8582 * linux-low.c (usr_fetch_inferior_registers): Remove check for regno 0.
8583 * proc-service.c (ps_lgetregs): Pass -1 to fetch all registers.
8584 * regcache.c (get_regcache): Likewise.
8585 * spu-low.c (spu_fetch_registers): Remove 0 to -1 conversion.
8586 * win32-low.c (child_fetch_inferior_registers): Remove check for
8587 regno 0.
8588
cf8fd78b
PA
85892009-06-19 Aleksandar Ristovski <aristovski@qnx.com>
8590 Pedro Alves <pedro@codesourcery.com>
8591
8592 * target.h (struct target_ops) <supports_multi_process>: New
8593 callback.
8594 (target_supports_multi_process): New.
8595 * server.c (handle_query): Even if GDB reports support, only
8596 enable multi-process if the target also supports it. Report
8597 multi-process support only if the target backend supports it.
8598 * linux-low.c (linux_supports_multi_process): New function.
8599 (linux_target_ops): Install it as target_supports_multi_process
8600 callback.
8601
47c0c975
DE
86022009-05-24 Doug Evans <dje@google.com>
8603
e09875d4
DE
8604 Global renaming of find_thread_pid to find_thread_ptid.
8605 * server.h (find_thread_ptid): Renamed from find_thread_pid.
8606 * inferiors.c (find_thread_ptid): Renamed from find_thread_pid.
8607 All callers updated.
8608
e27d73f6
DE
8609 * linux-low.c (handle_extended_wait): Use linux_resume_one_lwp
8610 to resume the newly created thread, don't call ptrace (PTRACE_CONT)
8611 directly.
8612
47c0c975
DE
8613 * linux-low.c (get_stop_pc): Print pc if debug_threads.
8614 (check_removed_breakpoint, linux_wait_for_lwp): Ditto.
8615 (linux_resume_one_lwp): Ditto.
8616
2acc282a
DE
86172009-05-23 Doug Evans <dje@google.com>
8618
8619 * linux-low.c (linux_resume_one_lwp): Change type of first arg
8620 from struct inferior_list_entry * to struct lwp_info *.
8621 All callers updated.
8622
9f1036c1
DE
86232009-05-13 Doug Evans <dje@google.com>
8624
8625 * linux-x86-low.c: Don't include assert.h.
8626 (x86_siginfo_fixup): Use fatal, not assert.
8627 (x86_arch_setup): Fix comment.
8628
d0722149
DE
86292009-05-12 Doug Evans <dje@google.com>
8630
8631 Biarch support for i386/amd64 gdbserver.
8632 * Makefile.in (SFILES): Remove linux-i386-low.c, linux-x86-64-low.c.
8633 Add linux-x86-low.c.
8634 (linux-i386-low.o, linux-x86-64-low.o): Delete.
8635 (linux-x86-low.o): Add.
8636 * linux-x86-64-low.c: Delete.
8637 * linux-i386-low.c: Delete.
8638 * linux-x86-low.c: New file.
8639 * configure.srv (i?86-linux srv_tgtobj): Replace linux-i386-low.o with
8640 linux-x86-low.o.
8641 (x86_64-linux srv_tgtobj): Replace linux-x86-64-low.o with
8642 linux-x86-low.o.
8643 (x86_64-linux srv_regobj): Add reg-i386-linux.o.
8644 * linux-low.c: Include ansidecl.h, elf/common.h, elf/external.h.
8645 (linux_child_pid_to_exec_file): New function.
8646 (elf_64_header_p, elf_64_file_p): New functions.
8647 (siginfo_fixup): New function.
8648 (linux_xfer_siginfo): New local inf_siginfo. Call siginfo_fixup to
8649 give target a chance to convert layout.
8650 * linux-low.h (linux_target_ops): New member siginfo_fixup.
8651 (linux_child_pid_to_exec_file, elf_64_file_p): Declare.
8652
fdeb2a12
DE
86532009-05-07 Doug Evans <dje@google.com>
8654
8655 * linux-low.c (regsets_fetch_inferior_registers): Fix memory leak.
8656 (regsets_store_inferior_registers): Ditto.
8657
a6dbe5df
PA
86582009-05-06 Pedro Alves <pedro@codesourcery.com>
8659
8660 PR server/10048
8661
8662 * linux-low.c (must_set_ptrace_flags): Delete.
8663 (linux_create_inferior): Set `lwp->must_set_ptrace_flags' instead
8664 of the global.
8665 (linux_attach_lwp_1): Don't set PTRACE_SETOPTIONS here. Set
8666 `lwp->must_set_ptrace_flags' instead.
ba42693b 8667 (linux_wait_for_event_1): Set ptrace options here.
a6dbe5df
PA
8668 (linux_wait_1): ... not here.
8669
5091eb23
DE
86702009-04-30 Doug Evans <dje@google.com>
8671
9f767825
DE
8672 * inferiors.c (started_inferior_callback): New function.
8673 (attached_inferior_callback): New function.
8674 (have_started_inferiors_p, have_attached_inferiors_p): New functions.
8675 * server.c (print_started_pid, print_attached_pid): New functions.
8676 (detach_or_kill_for_exit): New function.
8677 (main): Call it instead of for_each_inferior (kill_inferior_callback).
8678 * server.h (have_started_inferiors_p): Declare.
8679 (have_attached_inferiors_p): Declare.
8680
5091eb23
DE
8681 * inferiors.c (remove_process): Fix memory leak, free process.
8682 * linux-low.c (linux_remove_process): New function.
8683 (linux_kill): Call it instead of remove_process.
8684 (linux_detach, linux_wait_1): Ditto.
8685
155c8968
PA
86862009-04-19 Danny Backx <dannybackx@users.sourceforge.net>
8687
8688 * configure.srv: Add x86 Windows CE target.
8689
7fe519cb
UW
86902009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
8691
8692 * inferiors.c (get_thread_process): Make global.
8693 * server.h (get_thread_process): Add prototype.
8694 * thread-db.c (find_one_thread): Use get_thread_process
8695 instead of current_process.
8696 (thread_db_get_tls_address): Do not crash if called when
8697 thread layer is not yet initialized.
8698
5472f405
UW
86992009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
8700
8701 * remote-utils.c (prepare_resume_reply): Null-terminate packet.
8702 * spu-low.c (current_tid): Rename to ...
8703 (current_ptid): ... this.
8704 (fetch_ppc_register, fetch_ppc_memory, store_ppc_memory,
8705 spu_proc_xfer_spu, spu_resume, spu_request_interrupt): Use
8706 ptid_get_lwp (current_ptid) instead of current_tid.
8707 (spu_kill, spu_detach, spu_join, spu_wait): Use pid argument
8708 instead of current_tid. Use find_process_pid to verify pid
8709 argument is valid. Pass proper argument to remove_process.
8710 (spu_thread_alive): Compare current_ptid instead of current_tid.
8711 (spu_resume): Likewise.
8712
55ac2b99
PA
87132009-04-02 Pedro Alves <pedro@codesourcery.com>
8714
8715 * linux-low.c (usr_store_inferior_registers): Declare local `pid'
8716 variable.
8717
95954743
PA
87182009-04-01 Pedro Alves <pedro@codesourcery.com>
8719
8720 Implement the multiprocess extensions, and add linux multiprocess
8721 support.
8722
8723 * server.h (ULONGEST): Declare.
8724 (struct ptid, ptid_t): New.
8725 (minus_one_ptid, null_ptid): Declare.
8726 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
8727 (ptid_get_tid, ptid_equal, ptid_is_pid): Declare.
8728 (struct inferior_list_entry): Change `id' type from unsigned from
8729 to ptid_t.
8730 (struct sym_cache, struct breakpoint, struct
8731 process_info_private): Forward declare.
8732 (struct process_info): Declare.
8733 (current_process): Declare.
8734 (all_processes): Declare.
8735 (initialize_inferiors): Declare.
8736 (add_thread): Adjust to use ptid_t.
8737 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): Ditto.
8738 (add_process, remove_process, find_thread_pid): Declare.
8739 (find_inferior_id): Adjust to use ptid_t.
8740 (cont_thread, general_thread, step_thread): Change type to ptid_t.
8741 (multi_process): Declare.
8742 (push_event): Adjust to use ptid_t.
8743 (read_ptid, write_ptid): Declare.
8744 (prepare_resume_reply): Adjust to use ptid_t.
8745 (clear_symbol_cache): Declare.
8746 * inferiors.c (all_processes): New.
8747 (null_ptid, minus_one_ptid): New.
8748 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
8749 (ptid_get_tid, ptid_equal, ptid_is_pid): New.
8750 (add_thread): Change unsigned long to ptid. Remove gdb_id
8751 parameter. Adjust.
8752 (thread_id_to_gdb_id, thread_to_gdb_id): Change unsigned long to ptid.
8753 (gdb_id_to_thread): Rename to ...
8754 (find_thread_pid): ... this. Change unsigned long to ptid.
8755 (gdb_id_to_thread_id, find_inferior_id): Change unsigned long to ptid.
8756 (loaded_dll, pull_pid_from_list): Adjust.
8757 (add_process, remove_process, find_process_pid)
8758 (get_thread_process, current_process, initialize_inferiors): New.
8759 * target.h (struct thread_resume) <thread>: Change type to ptid_t.
8760 (struct target_waitstatus) <related_pid>: Ditto.
8761 (struct target_ops) <kill, detach>: Add `pid' argument. Change
8762 return type to int.
8763 (struct target_ops) <join>: Add `pid' argument.
8764 (struct target_ops) <thread_alive>: Change pid's type to ptid_t.
8765 (struct target_ops) <wait>: Add `ptid' field. Change return type
8766 to ptid.
8767 (kill_inferior, detach_inferior, join_inferior): Add `pid' argument.
8768 (mywait): Add `ptid' argument. Change return type to ptid_t.
8769 (target_pid_to_str): Declare.
8770 * target.c (set_desired_inferior): Adjust to use ptids.
8771 (mywait): Add new `ptid' argument. Adjust.
8772 (target_pid_to_str): New.
8773 * mem-break.h (free_all_breakpoints): Declare.
8774 * mem-break.c (breakpoints): Delelete.
8775 (set_breakpoint_at, delete_breakpoint, find_breakpoint_at)
8776 (check_mem_read, check_mem_write, delete_all_breakpoints): Adjust
8777 to use per-process breakpoint list.
8778 (free_all_breakpoints): New.
8779 * remote-utils.c (struct sym_cache) <name>: Drop `const'.
8780 (symbol_cache, all_symbols_looked_up): Delete.
8781 (hexchars): New.
8782 (ishex, unpack_varlen_hex, write_ptid, hex_or_minus_one,
8783 read_ptid): New.
8784 (prepare_resume_reply): Change ptid argument's type from unsigned
8785 long to ptid_t. Adjust. Implement W;process and X;process.
8786 (free_sym_cache, clear_symbol_cache): New.
8787 (look_up_one_symbol): Adjust to per-process symbol cache. *
8788 * server.c (cont_thread, general_thread, step_thread): Change type
8789 to ptid_t.
8790 (attached): Delete.
8791 (multi_process): New.
8792 (last_ptid): Change type to ptid_t.
8793 (struct vstop_notif) <ptid>: Change type to ptid_t.
8794 (queue_stop_reply, push_event): Change `ptid' argument's type to
8795 ptid_t.
8796 (discard_queued_stop_replies): Add `pid' argument.
8797 (start_inferior): Adjust to use ptids. Adjust to mywait interface
8798 changes. Don't reference the `attached' global.
8799 (attach_inferior): Adjust to mywait interface changes.
8800 (handle_query): Adjust to use ptids. Parse GDB's qSupported
8801 features. Handle and report "multiprocess+". Handle
8802 "qAttached:PID".
8803 (handle_v_cont): Adjust to use ptids. Adjust to mywait interface
8804 changes.
8805 (handle_v_kill): New.
8806 (handle_v_stopped): Adjust to use target_pid_to_str.
8807 (handle_v_requests): Allow multiple attaches and runs when
8808 multiprocess extensions are in effect. Handle "vKill".
8809 (myresume): Adjust to use ptids.
8810 (queue_stop_reply_callback): Add `arg' parameter. Handle it.
8811 (handle_status): Adjust to discard_queued_stop_replies interface
8812 change.
8813 (first_thread_of, kill_inferior_callback)
8814 (detach_or_kill_inferior_callback, join_inferiors_callback): New.
8815 (main): Call initialize_inferiors. Adjust to use ptids, killing
8816 and detaching from all inferiors. Handle multiprocess packet
8817 variants.
8818 * linux-low.h: Include gdb_proc_service.h.
8819 (struct process_info_private): New.
8820 (struct linux_target_ops) <pid_of>: Use ptid_get_pid.
8821 <lwpid_of>: Use ptid_get_lwp.
8822 (get_lwp_thread): Adjust.
8823 (struct lwp_info): Add `dead' member.
8824 (find_lwp_pid): Declare.
8825 * linux-low.c (thread_db_active): Delete.
8826 (new_inferior): Adjust comment.
8827 (inferior_pid): Delete.
8828 (linux_add_process): New.
8829 (handle_extended_wait): Adjust.
8830 (add_lwp): Change unsigned long to ptid.
8831 (linux_create_inferior): Add process to processes table. Adjust
8832 to use ptids. Don't set new_inferior here.
8833 (linux_attach_lwp): Rename to ...
8834 (linux_attach_lwp_1): ... this. Add `initial' argument. Handle
8835 it. Adjust to use ptids.
8836 (linux_attach_lwp): New.
8837 (linux_attach): Add process to processes table. Don't set
8838 new_inferior here.
8839 (struct counter): New.
8840 (second_thread_of_pid_p, last_thread_of_process_p): New.
8841 (linux_kill_one_lwp): Add `args' parameter. Handle it. Adjust to
8842 multiple processes.
8843 (linux_kill): Add `pid' argument. Handle it. Adjust to multiple
8844 processes. Remove process from process table.
8845 (linux_detach_one_lwp): Add `args' parameter. Handle it. Adjust
8846 to multiple processes.
8847 (any_thread_of): New.
8848 (linux_detach): Add `pid' argument, and handle it. Remove process
8849 from processes table.
8850 (linux_join): Add `pid' argument. Handle it.
8851 (linux_thread_alive): Change unsighed long argument to ptid_t.
8852 Consider dead lwps as not being alive.
8853 (status_pending_p): Rename `dummy' argument to `arg'. Filter out
8854 threads we're not interested in.
8855 (same_lwp, find_lwp_pid): New.
8856 (linux_wait_for_lwp): Change `pid' argument's type from int to
8857 ptid_t. Adjust.
8858 (linux_wait_for_event): Rename to ...
8859 (linux_wait_for_event_1): ... this. Change `pid' argument's type
8860 from int to ptid_t. Adjust.
8861 (linux_wait_for_event): New.
8862 (linux_wait_1): Add `ptid' argument. Change return type to
8863 ptid_t. Adjust. Use last_thread_of_process_p. Remove processes
8864 that exit from the process table.
8865 (linux_wait): Add `ptid' argument. Change return type to ptid_t.
8866 Adjust.
8867 (mark_lwp_dead): New.
8868 (wait_for_sigstop): Adjust to use ptids. If a process exits while
8869 stopping all threads, mark its main lwp as dead.
8870 (linux_set_resume_request, linux_resume_one_thread): Adjust to use
8871 ptids.
8872 (fetch_register, usr_store_inferior_registers)
8873 (regsets_fetch_inferior_registers)
8874 (regsets_store_inferior_registers, linux_read_memory)
8875 (linux_write_memory): Inline `inferior_pid'.
8876 (linux_look_up_symbols): Adjust to use per-process
8877 `thread_db_active'.
8878 (linux_request_interrupt): Adjust to use ptids.
8879 (linux_read_auxv): Inline `inferior_pid'.
8880 (initialize_low): Don't reference thread_db_active.
8881 * gdb_proc_service.h (struct ps_prochandle) <pid>: Remove.
8882 * proc-service.c (ps_lgetregs): Use find_lwp_pid.
8883 (ps_getpid): Return the pid of the current inferior.
8884 * thread-db.c (proc_handle, thread_agent): Delete.
8885 (thread_db_create_event, thread_db_enable_reporting): Adjust to
8886 per-process data.
8887 (find_one_thread): Change argument type to ptid_t. Adjust to
8888 per-process data.
8889 (maybe_attach_thread): Adjust to per-process data and ptids.
8890 (thread_db_find_new_threads): Ditto.
8891 (thread_db_init): Ditto.
8892 * spu-low.c (spu_create_inferior, spu_attach): Add process to
8893 processes table. Adjust to use ptids.
8894 (spu_kill, spu_detach): Adjust interface. Remove process from
8895 processes table.
8896 (spu_join, spu_thread_alive): Adjust interface.
8897 (spu_wait): Adjust interface. Remove process from processes
8898 table. Adjust to use ptids.
8899 * win32-low.c (current_inferior_tid): Delete.
8900 (current_inferior_ptid): New.
8901 (debug_event_ptid): New.
8902 (thread_rec): Take a ptid. Adjust.
8903 (child_add_thread): Add `pid' argument. Adjust to use ptids.
8904 (child_delete_thread): Ditto.
8905 (do_initial_child_stuff): Add `attached' argument. Add process to
8906 processes table.
8907 (child_fetch_inferior_registers, child_store_inferior_registers):
8908 Adjust.
8909 (win32_create_inferior): Pass 0 to do_initial_child_stuff.
8910 (win32_attach): Pass 1 to do_initial_child_stuff.
8911 (win32_kill): Adjust interface. Remove process from processes
8912 table.
8913 (win32_detach): Ditto.
8914 (win32_join): Adjust interface.
8915 (win32_thread_alive): Take a ptid.
8916 (win32_resume): Adjust to use ptids.
8917 (get_child_debug_event): Ditto.
8918 (win32_wait): Adjust interface. Remove exiting process from
8919 processes table.
8920
bd99dc85
PA
89212009-04-01 Pedro Alves <pedro@codesourcery.com>
8922
8923 Non-stop mode support.
8924
8925 * server.h (non_stop): Declare.
8926 (gdb_client_data, handler_func): Declare.
8927 (delete_file_handler, add_file_handler, start_event_loop):
8928 Declare.
8929 (handle_serial_event, handle_target_event, push_event)
8930 (putpkt_notif): Declare.
8931 * target.h (enum resume_kind): New.
8932 (struct thread_resume): Replace `step' field by `kind' field.
8933 (TARGET_WNOHANG): Define.
8934 (struct target_ops) <wait>: Add `options' argument.
8935 <supports_non_stop, async, start_non_stop>: New fields.
8936 (target_supports_non_stop, target_async): New.
8937 (start_non_stop): Declare.
8938 (mywait): Add `options' argument.
8939 * target.c (mywait): Add `options' argument. Print child exit
8940 notifications here.
8941 (start_non_stop): New.
8942 * server.c (non_stop, own_buf, mem_buf): New globals.
8943 (struct vstop_notif): New.
8944 (notif_queue): New global.
8945 (queue_stop_reply, push_event, discard_queued_stop_replies)
8946 (send_next_stop_reply): New.
8947 (start_inferior): Adjust to use resume_kind. Adjust to mywait
8948 interface changes.
8949 (attach_inferior): In non-stop mode, don't wait for the target
8950 here.
8951 (handle_general_set): Handle QNonStop.
8952 (handle_query): When handling qC, return the current general
8953 thread, instead of the first thread of the list.
8954 (handle_query): If the backend supports non-stop mode, include
8955 QNonStop+ in the qSupported query response.
8956 (handle_v_cont): Adjust to use resume_kind. Handle resume_stop
8957 and non-stop mode.
8958 (handle_v_attach, handle_v_run): Handle non-stop mode.
8959 (handle_v_stopped): New.
8960 (handle_v_requests): Report support for vCont;t. Handle vStopped.
8961 (myresume): Adjust to use resume_kind. Handle non-stop.
8962 (queue_stop_reply_callback): New.
8963 (handle_status): Handle non-stop mode.
8964 (main): Clear non_stop flag on reconnection. Use the event-loop.
8965 Refactor serial protocol handling from here ...
8966 (process_serial_event): ... to this new function. When GDB
8967 selects any thread, select one here. In non-stop mode, wait until
8968 GDB acks all pending events before exiting.
8969 (handle_serial_event, handle_target_event): New.
8970 * remote-utils.c (remote_open): Install remote_desc in the event
8971 loop.
8972 (remote_close): Remove remote_desc from the event loop.
8973 (putpkt_binary): Rename to...
8974 (putpkt_binary_1): ... this. Add `is_notic' argument. Handle it.
8975 (putpkt_binary): New as wrapper around putpkt_binary_1.
8976 (putpkt_notif): New.
8977 (prepare_resume_reply): In non-stop mode, don't change the
8978 general_thread.
8979 * event-loop.c: New.
8980 * Makefile.in (OBJ): Add event-loop.o.
8981 (event-loop.o): New rule.
8982
8983 * linux-low.h (pid_of): Moved here.
8984 (lwpid_of): New.
8985 (get_lwp_thread): Use lwpid_of.
8986 (struct lwp_info): Delete `lwpid' field. Add `suspended' field.
8987 * linux-low.c (pid_of): Delete.
8988 (inferior_pid): Use lwpid_of.
8989 (linux_event_pipe): New.
8990 (target_is_async_p): New.
8991 (delete_lwp): New.
8992 (handle_extended_wait): Use lwpid_of.
8993 (add_lwp): Don't set lwpid field.
8994 (linux_attach_lwp): Adjust debug output. Use lwpid_of.
8995 (linux_kill_one_lwp): If killing a running lwp, stop it first.
8996 Use lwpid_of. Adjust to linux_wait_for_event interface changes.
8997 (linux_detach_one_lwp): If detaching from a running lwp, stop it
8998 first. Adjust to linux_wait_for_event interface changes. Use
8999 lwpid_of.
9000 (linux_detach): Don't delete the main lwp here.
9001 (linux_join): Use my_waitpid. Avoid signal_pid. Use lwpid_of.
9002 (status_pending_p): Don't consider explicitly suspended lwps.
9003 (linux_wait_for_lwp): Take an integer pid instead of a lwp_info
9004 pointer. Add OPTIONS argument. Change return type to int. Use
9005 my_waitpid instead of sleeping. Handle WNOHANG. Use lwpid_of.
9006 (linux_wait_for_event): Take an integer pid instead of a lwp_info
9007 pointer. Add status pointer argument. Return a pid instead of a
9008 status. Use lwpid_of. Adjust to linux_wait_for_lwp interface
9009 changes. In non-stop mode, don't switch to a random thread.
9010 (linux_wait): Rename to...
9011 (linux_wait_1): ... this. Add target_options argument, and handle
9012 it. Adjust to use resume_kind. Use lwpid_of. In non-stop mode,
9013 don't handle the continue thread. Handle TARGET_WNOHANG. Merge
9014 clean exit and signal exit code. Don't stop all threads in
9015 non-stop mode. In all-stop mode, only stop all threads when
9016 reporting a stop to GDB. Handle explicit thread stop requests.
9017 (async_file_flush, async_file_mark): New.
9018 (linux_wait): New.
9019 (send_sigstop): Use lwpid_of.
9020 (wait_for_sigstop): Use lwpid_of. Adjust to linux_wait_for_event
9021 interface changes. In non-stop mode, don't switch to a random
9022 thread.
9023 (linux_resume_one_lwp): Use lwpid_of.
9024 (linux_continue_one_thread, linux_queue_one_thread): Merge into ...
9025 (linux_resume_one_thread): ... this. Handle resume_stop. In
9026 non-stop mode, don't look for pending flag in all threads.
9027 (resume_status_pending_p): Don't consider explicitly suspended
9028 threads.
9029 (my_waitpid): Reimplement. Emulate __WALL.
9030 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
9031 Use lwpid_of.
9032 (sigchld_handler, linux_supports_non_stop, linux_async)
9033 (linux_start_non_stop): New.
9034 (linux_target_ops): Register linux_supports_non_stop, linux_async
9035 and linux_start_non_stop.
9036 (initialize_low): Install SIGCHLD handler.
9037 * thread-db.c (thread_db_create_event, find_one_thread)
9038 (thread_db_get_tls_address): Use lwpid_of.
9039 * win32-low.c (win32_detach): Adjust to use resume_kind.
9040 (win32_wait): Add `options' argument.
9041 * spu-low.c (spu_resume): Adjust to use resume_kind.
9042 (spu_wait): Add `options' argument.
9043
5b1c542e
PA
90442009-04-01 Pedro Alves <pedro@codesourcery.com>
9045
9046 Decouple target code from remote protocol.
9047
9048 * target.h (enum target_waitkind): New.
9049 (struct target_waitstatus): New.
9050 (struct target_ops) <wait>: Return an unsigned long. Take a
9051 target_waitstatus pointer instead of a char pointer.
9052 (mywait): Likewise.
9053 * target.c (mywait): Change prototype to return an unsigned long.
9054 Take a target_waitstatus pointer instead of a char pointer. Adjust.
9055 * server.h (thread_from_wait, old_thread_from_wait): Delete
9056 declarations.
9057 (prepare_resume_reply): Change prototype to take a
9058 target_waitstatus.
9059 * server.c (thread_from_wait, old_thread_from_wait): Delete.
9060 (last_status, last_ptid): New.
9061 (start_inferior): Remove "statusptr" argument. Adjust. Return a
9062 pid instead of a signal.
9063 (attach_inferior): Remove "status" and "signal" parameters.
9064 Adjust.
9065 (handle_query): For qGetTLSAddr, parse the thread id with strtol,
9066 not as an address.
9067 (handle_v_cont, handle_v_attach, handle_v_run, handle_v_kill)
9068 (handle_v_requests, myresume): Remove "status" and "signal"
9069 parameters. Adjust.
9070 (handle_status): New.
9071 (main): Delete local `status'. Adjust.
9072 * remote-utils.c: Include target.h.
9073 (prepare_resume_reply): Change prototype to take a
9074 target_waitstatus. Adjust.
9075
9076 * linux-low.c (linux_wait): Adjust to new target_ops->wait
9077 interface.
9078 * spu-low.c (spu_wait): Adjust.
9079 * win32-low.c (enum target_waitkind, struct target_waitstatus):
9080 Delete.
9081 (win32_wait): Adjust.
9082
2bd7c093
PA
90832009-04-01 Pedro Alves <pedro@codesourcery.com>
9084
9085 * target.h (struct thread_resume): Delete leave_stopped member.
9086 (struct target_ops): Add a `n' argument to the `resume' callback.
9087 * server.c (start_inferior): Adjust.
9088 (handle_v_cont, myresume): Adjust.
9089 * linux-low.c (check_removed_breakpoint): Adjust to resume
9090 interface change, and to removed leave_stopped field.
9091 (resume_ptr): Delete.
9092 (struct thread_resume_array): New.
9093 (linux_set_resume_request): Add new `arg' parameter. Adjust to
9094 resume interface change.
9095 (linux_continue_one_thread, linux_queue_one_thread)
9096 (resume_status_pending_p): Check if the resume field is NULL
9097 instead of checking the leave_stopped member.
9098 (linux_resume): Adjust to the target resume interface change.
9099 * spu-low.c (spu_resume): Adjust to the target resume interface
9100 change.
9101 * win32-low.c (win32_detach, win32_resume): Ditto.
9102
c35fafde
PA
91032009-04-01 Pedro Alves <pedro@codesourcery.com>
9104
9105 * linux-low.c (linux_wait_for_event): Don't clear the `stepping'
9106 flag.
9107 (wait_for_sigstop): Don't leave a finished single-step SIGTRAP
9108 pending.
9109 (linux_continue_one_thread): Only preserve the stepping flag if
9110 there's a pending breakpoint.
9111
0a59d50b
PA
91122009-03-31 Pedro Alves <pedro@codesourcery.com>
9113
9114 * server.c (main): After the inferior having exited, call
9115 remote_close before exiting gdbserver.
9116
f04c6d38
TJB
91172009-03-25 Thiago Jung Bauermann <bauerman@br.ibm.com>
9118
9119 Fix size of FPSCR in Power 7 processors.
9120 * linux-ppc-low.c (PPC_FEATURE_ARCH_2_05): Remove #define.
9121 (PPC_FEATURE_HAS_DFP): New #define.
9122 (ppc_arch_setup): Check for DFP feature instead of ISA 2.05 to decide on
9123 size of the FPSCR.
9124
78e5cee6
PA
91252009-03-23 Pedro Alves <pedro@codesourcery.com>
9126
9127 * server.c (handle_query) Whitespace and formatting.
9128
1b3f6016
PA
91292009-03-22 Pedro Alves <pedro@codesourcery.com>
9130
9131 * i387-fp.c, linux-arm-low.c, linux-cris-low.c,
9132 linux-crisv32-low.c, linux-i386-low.c, linux-low.c,
9133 linux-mips-low.c, linux-s390-low.c, linux-sparc-low.c,
9134 linux-x86-64-low.c, linux-xtensa-low.c, proc-service.c,
9135 regcache.c, remote-utils.c, server.c, spu-low.c, target.h,
9136 thread-db.c, win32-low.c, xtensa-xtregs.c, gdbreplay.c,
9137 Makefile.in, configure.ac: Fix whitespace throughout.
9138 * configure: Regenerate.
9139
a07b2135
PA
91402009-03-22 Pedro Alves <pedro@codesourcery.com>
9141
9142 * inferiors.c (find_inferior): Make it safe for the callback
9143 function to delete the currently iterated inferior.
9144
67cc2626
PA
91452009-03-22 Pedro Alves <pedro@codesourcery.com>
9146
9147 * Makefile.in (linuw_low_h): Move higher.
9148 (thread-db.o): Depend on $(linux_low_h).
9149
54a0b537
PA
91502009-03-17 Pedro Alves <pedro@codesourcery.com>
9151
9152 Rename "process" to "lwp" throughout.
9153
9154 * linux-low.c (all_processes): Rename to...
9155 (all_lwps): ... this.
9156 (inferior_pid, handle_extended_wait, get_stop_pc): Adjust.
9157 (add_process): Rename to ...
9158 (add_lwp): ... this. Adjust.
9159 (linux_create_inferior): Adjust.
9160 (linux_attach_lwp): Adjust.
9161 (linux_attach): Adjust.
9162 (linux_kill_one_process): Rename to ...
9163 (linux_kill_one_lwp): ... this. Adjust.
9164 (linux_kill): Adjust.
9165 (linux_detach_one_process): Rename to ...
9166 (linux_detach_one_lwp): ... this. Adjust.
9167 (linux_detach): Adjust.
9168 (check_removed_breakpoint): Adjust.
9169 (status_pending_p): Adjust.
9170 (linux_wait_for_process): Rename to ...
9171 (linux_wait_for_lwp): ... this. Adjust.
9172 (linux_wait_for_event): Adjust.
9173 (send_sigstop): Adjust.
9174 (wait_for_sigstop): Adjust.
9175 (stop_all_processes): Rename to ...
9176 (stop_all_lwps): ... this.
9177 (linux_resume_one_process): Rename to ...
9178 (linux_resume_one_lwp): ... this. Adjust.
9179 (linux_set_resume_request, linux_continue_one_thread)
9180 (linux_queue_one_thread, resume_status_pending_p)
9181 (usr_store_inferior_registers, regsets_store_inferior_registers)
9182 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
9183 Adjust.
9184 * linux-low.h (get_process): Rename to ...
9185 (get_lwp): ... this. Adjust.
9186 (get_thread_process): Rename to ...
9187 (get_thread_lwp): ... this. Adjust.
9188 (get_process_thread): Rename to ...
9189 (get_lwp_thread): ... this. Adjust.
9190 (struct process_info): Rename to ...
9191 (struct lwp_info): ... this.
9192 (all_processes): Rename to ...
9193 (all_lwps): ... this.
9194 * proc-service.c (ps_lgetregs): Adjust.
9195 * thread-db.c (thread_db_create_event, find_one_thread)
9196 (maybe_attach_thread, thread_db_get_tls_address): Adjust.
9197
0b16c5cf
PA
91982009-03-14 Pedro Alves <pedro@codesourcery.com>
9199
9200 * server.c (handle_query): Handle "qAttached".
9201
32de4b9d
NS
92022009-03-13 Nathan Sidwell <nathan@codesourcery.com>
9203
9204 * Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change to
9205 GPLv3, update license URL.
9206
2aecd87f
DE
92072009-03-01 Doug Evans <dje@google.com>
9208
93efd302 9209 * Makefile.in (INCLUDE_CFLAGS): Add -I$(srcdir)/../common.
2aecd87f
DE
9210 (server_h): Add gdb_signals.h.
9211 (signals.o): Update.
9212 * server.h (target_signal_from_host,target_signal_to_host_p)
9213 (target_signal_to_host,target_signal_to_name): Moved to gdb_signals.h.
9214
86b1f9c5
PM
92152009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9216
9217 * remote-utils.c (getpkt): Also generate remote-debug
9218 information if noack_mode is set.
9219
4aa995e1
PA
92202009-02-06 Pedro Alves <pedro@codesourcery.com>
9221
9222 * server.c (handle_query): Report qXfer:siginfo:read and
9223 qXfer:siginfo:write as supported and handle them.
9224 * target.h (struct target_ops) <qxfer_siginfo>: New field.
9225 * linux-low.c (linux_xfer_siginfo): New.
9226 (linux_target_ops): Set it.
9227
62709adf
PA
92282009-01-26 Pedro Alves <pedro@codesourcery.com>
9229
9230 * server.c (gdbserver_usage): Mention --remote-debug.
9231 (main): Accept '--remote-debug' switch.
9232
aef93bd7
DE
92332009-01-18 Doug Evans <dje@google.com>
9234
9235 * regcache.c (new_register_cache): No need to check result of xcalloc.
9236 * server.c (handle_search_memory): Back out calls to xmalloc,
9237 result is checked and error is returned to user upon failure.
9238 (handle_query): Ditto. Add more checks for result of malloc.
9239 (handle_v_cont): Check result of malloc, report error back to
9240 user upon failure.
9241 (handle_v_run): Ditto. Call freeargv.
9242 * server.h (freeargv): Declare.
9243 * utils.c (freeargv): New fn.
9244
54363045
DE
92452009-01-15 Doug Evans <dje@google.com>
9246
f626972c
DE
9247 * gdbreplay.c (perror_with_name): Make arg const char *.
9248 * server.h (target_signal_to_name): Make return type const char *.
0842e787 9249 * thread-db.c (thread_db_err_str): Make return type const char *.
f626972c 9250 * utils.c (perror_with_name): Make arg const char *.
54363045 9251
18aae699
PA
92522009-01-14 Pedro Alves <pedro@codesourcery.com>
9253
9254 * win32-low.c (get_child_debug_event): Issue a final DBG_CONTINUE
9255 when handling a EXIT_PROCESS_DEBUG_EVENT.
9256
ff703abe
JB
92572009-01-06 Joel Brobecker <brobecker@adacore.com>
9258
9259 * gdbreplay.c (gdbreplay_version): Update copyright year.
9260 * server.c (gdbserver_version): Likewise.
9261
f21cc1a2 92622009-01-05 Doug Evans <dje@google.com>
0e21c1ec
DE
9263
9264 * linux-low.c (linux_attach_lwp): Add some comments/fixmes.
f21cc1a2 9265 (handle_extended_wait): Improve comment.
0e21c1ec 9266
bca929d3
DE
92672008-12-13 Doug Evans <dje@google.com>
9268
9269 * utils.c (xmalloc,xcalloc,xstrdup): New fns.
9270 * server.h (ATTR_MALLOC): New macro.
9271 (xmalloc,xcalloc,xstrdup): Declare.
9272 * hostio.c: Replace malloc,calloc,strdup with xmalloc,xcalloc,xstrdup.
9273 * inferiors.c: Ditto.
9274 * linux-low.c: Ditto.
9275 * mem-break.c: Ditto.
9276 * regcache.c: Ditto.
9277 * remote-utils.c: Ditto.
9278 * server.c: Ditto.
9279 * target.c: Ditto.
9280 * win32-low.c: Ditto.
9281
97438e3f
DE
92822008-12-12 Doug Evans <dje@google.com>
9283
896c7fbb
DE
9284 * linux-low.c (linux_wait_for_process): Don't clobber current_inferior
9285 in debugging printf.
9286
97438e3f
DE
9287 * linux-low.c (handle_extended_wait): Simplify, use my_waitpid.
9288
e3b886f8
DE
92892008-12-09 Doug Evans <dje@google.com>
9290
9291 * linux-low.h (struct process_info): Delete member tid, unused.
9292 * thread-db.c (find_one_thread): Update.
9293 (maybe_attach_thread): Update.
9294
07e059b5
VP
92952008-12-02 Pedro Alves <pedro@codesourcery.com>
9296
889bf7c5
PA
9297 * target.h (struct target_ops): Add qxfer_osdata member.
9298 * linux-low.c: Include ctype.h and pwd.h and sys/types.h
9299 and dirent.h.
9300 (linux_qxfer_osdata): New functions.
9301 (linux_target_ops): Register linux_qxfer_osdata as qxfer_osdata
9302 callback.
9303 * server.c (handle_query): Handle "qXfer:osdata:read:".
9304 * remote-utils.c (buffer_grow, buffer_free, buffer_init, buffer_finish)
9305 (buffer_xml_printf): New functions.
9306 * server.h (struct buffer): New.
9307 (buffer_grow_str, buffer_grow_str0): New macros.
9308 (buffer_grow, buffer_free, buffer_init, buffer_finish)
9309 (buffer_xml_printf): Declare.
07e059b5 9310
4cab47ab
DE
93112008-11-24 Doug Evans <dje@google.com>
9312
9313 * Makefile.in (VERSION,DIST,LINT,LINTFLAGS): Delete, unused.
9314
f142445f
DJ
93152008-11-24 Daniel Jacobowitz <dan@codesourcery.com>
9316
9317 * server.c (handle_v_run): Always use the supplied argument list.
9318
d0107bb6 93192008-11-19 Bob Wilson <bob.wilson@acm.org>
889bf7c5 9320
d0107bb6
BW
9321 * xtensa-xtregs.c (XTENSA_ELF_XTREG_SIZE): Change to 4.
9322 (xtensa_regmap_table): Add entry for scompare1.
889bf7c5 9323
2c4ad781
TJB
93242008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
9325
9326 * Makefile.in (powerpc-isa205-32l.o, powerpc-isa205-32l.c,
9327 powerpc-isa205-altivec32l.o, powerpc-isa205-altivec32l.c,
9328 powerpc-isa205-vsx32l.o, powerpc-isa205-vsx32l.c,
9329 powerpc-isa205-64l.o, powerpc-isa205-64l.c,
9330 powerpc-isa205-altivec64l.o, powerpc-isa205-altivec64l.c,
9331 powerpc-isa205-vsx64l.o, powerpc-isa205-vsx64l.c): New targets.
9332 * configure.srv (powerpc*-*-linux*): Add ISA 2.05 object files and
9333 XML target descriptions.
9334 * linux-ppc-low.c (ppc_arch_setup): Init registers with 64-bit FPSCR
9335 when inferior is running on an ISA 2.05 or later processor. Add
9336 special case to return offset for full 64-bit slot of FPSCR when
9337 in 32-bits.
9338
dfb64f85
DJ
93392008-11-14 Daniel Gutson <dgutson@codesourcery.com>
9340
9341 * Makefile.in (SFILES, clean): Added sparc64 files.
9342 (reg-sparc64.o, reg-sparc64.c): New.
9343 * configure.srv (sparc*-*-linux*): New configuration.
9344 * linux-low.c (regsets_fetch_inferior_registers): Swap ptrace
9345 syscall arguments for SPARC.
9346 (regsets_store_inferior_registers): Likewise.
9347 * linux-sparc-low.c: New file.
9348
66b6e1dd
DE
93492008-10-21 Doug Evans <dje@google.com>
9350
9351 * Makefile.in (BFD_DIR,BFD,BFD_SRC,BFD_CFLAGS): Delete.
9352 (READLINE_DIR,READLINE_DEP): Delete.
9353 (INTERNAL_CFLAGS): Update.
9354 (LINTFLAGS): Update.
9355
9b710a42
PA
93562008-10-10 Pedro Alves <pedro@codesourcery.com>
9357
9358 * server.c (handle_v_run): If GDB didn't specify an argv, use the
9359 whole argv from the last run, not just argv[0].
9360
5822d809
PA
93612008-09-08 Pedro Alves <pedro@codesourcery.com>
9362
9363 * regcache.c (new_register_cache): Return NULL if the register
9364 cache size isn't known yet.
9365 (free_register_cache): Avoid dereferencing a NULL regcache.
9366
74aac56f
DJ
93672008-09-04 Daniel Jacobowitz <dan@codesourcery.com>
9368
9369 * configure.srv: Merge MIPS and MIPS64.
9370
400b20f5
MR
93712008-08-24 Maciej W. Rozycki <macro@linux-mips.org>
9372
9373 * Makefile.in (uninstall): Apply $(EXEEXT) too.
9374
677c5bb1
LM
93752008-08-18 Luis Machado <luisgpm@br.ibm.com>
9376
9377 * Makefile.in: Add required vsx dependencies.
9378
9379 * linux-ppc-low: Define PPC_FEATURE_HAS_VSX.
9380 Declare init_registers_powerpc_vsx32l.
9381 Declare init_registers_powerpc_vsx64l.
9382 Define PTRACE_GETVSXREGS and PTRACE_SETVSXREGS.
9383 (ppc_arch_setup): Check for VSX in hwcap.
9384 (ppc_fill_vsxregset): New function.
9385 (ppc_store_vsxregset): New function.
9386 Add new VSX entry in regset_info target_regsets.
9387
9388 * configure.srv: Add new VSX dependencies.
9389
a6f3e723
SL
93902008-08-12 Pedro Alves <pedro@codesourcery.com>
9391
9392 * remote-utils.c (noack_mode, transport_is_reliable): New globals.
9393 (remote_open): Set or clear transport_is_reliable.
9394 (putpkt_binary): Don't expect acks in noack mode.
9395 (getpkt): Don't send ack/nac in noack mode.
9396 * server.c (handle_general_set): Handle QStartNoAckMode.
9397 (handle_query): If connected by tcp pass QStartNoAckMode+ in
9398 qSupported.
9399 (main): Reset noack_mode on every connection.
9400 * server.h (noack_mode): Declare.
9401
a417dc56
RW
94022008-08-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9403
9404 * Makefile.in (GDBREPLAY_OBS): New variable.
9405 (gdbreplay$(EXEEXT)): Use it to avoid unportable $^.
9406
3221518c
UW
94072008-08-05 Ulrich Weigand <uweigand@de.ibm.com>
9408 Daniel Jacobowitz <dan@codesourcery.com>
9409
9410 * linux-low.c (linux_resume_one_process): Ignore ESRCH.
9411 (usr_store_inferior_registers): Likewise.
9412 (regsets_store_inferior_registers): Likewise.
9413
ec56be1b
PA
94142008-07-31 Rolf Jansen <rj@surtec.com>
9415 Pedro Alves <pedro@codesourcery.com>
9416
9417 * configure.ac: Check for memmem declaration.
9418 * server.c [HAVE_MALLOC_H]: Include malloc.h.
9419 (disable_packet_vCont, disable_packet_Tthread, disable_packet_qC)
9420 (disable_packet_qfThreadInfo): Unconditionally compile.
9421 * server.h [!HAVE_DECL_MEMMEM]: Declare memmem.
9422 * configure, config.in: Regenerate.
9423
2fe5e3ff
DE
94242008-07-28 Doug Kwan <dougkwan@google.com>
9425
9426 * linux-low.c (sys/dir.h, sys/user.h): Remove includes.
9427 (linux_write_memory): Remove declaration of errno.
9428
836acd6d
UW
94292008-07-12 Ulrich Weigand <uweigand@de.ibm.com>
9430
9431 * linux-low.c (handle_extended_wait): Do not use "status"
9432 variable uninitialized.
9433
aeba519e
PA
94342008-07-07 Pedro Alves <pedro@codesourcery.com>
9435
9436 * server.c (handle_v_attach): Inhibit reporting dll changes.
9437
db42f210
PA
94382008-06-27 Pedro Alves <pedro@codesourcery.com>
9439
9440 * remote-utils.c (prepare_resume_reply): If requested, don't
9441 output "thread:TID" in the T stop reply.
9442
9443 * server.c (disable_packet_vCont, disable_packet_Tthread)
9444 (disable_packet_qC, disable_packet_qfThreadInfo): New globals.
9445 (handle_query): If requested, disable support for qC, qfThreadInfo
9446 and qsThreadInfo.
9447 (handle_v_requests): If requested, disable support for vCont.
9448 (gdbserver_show_disableable): New.
9449 (main): Handle --disable-packet and --disable-packet=LIST.
9450
9451 * server.h (disable_packet_vCont, disable_packet_Tthread)
9452 (disable_packet_qC, disable_packet_qfThreadInfo): Declare.
9453
8e4c5421
CD
94542008-06-20 Carlos O'Donell <carlos@codesourcery.com>
9455
9456 * server.c (gdbserver_usage): Mention --version.
9457
6e23a804
DJ
94582008-06-06 Daniel Jacobowitz <dan@codesourcery.com>
9459
9460 * Makefile.in (gdbreplay.o): New rule.
9461
90aa6a40
JM
94622008-06-06 Joseph Myers <joseph@codesourcery.com>
9463
9464 * gdbreplay.c (gdbreplay_version): Say gdbreplay in version
9465 message, not gdbserver.
9466
c16158bc 94672008-06-05 Vladimir Prus <vladimir@codesourcery.com>
889bf7c5
PA
9468 Nathan Sidwell <nathan@codesourcery.com>
9469 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
9470
9471 * acinclude.m4: Include ../../config/acx.m4.
9472 * configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
9473 * configure, config.in: Regenerate.
9474 * Makefile.in (gdbreplay$(EXEEXT)): Add version.o.
9475 * server.c (gdbserver_version): Print PKGVERSION.
9476 (gdbsrever_usage): Add stream parameter. Print REPORT_BUGS_TO.
9477 (main): Adjust gdbserver_usage calls.
9478 * gdbreplay.c (version, host_name): Add declarations.
9479 (gdbreplay_version, gdbreplay_usage): New.
9480 (main): Accept --version and --help options.
9481
aeb75bf5
DJ
94822008-06-04 Daniel Jacobowitz <dan@codesourcery.com>
9483
9484 * linux-arm-low.c (thumb_breakpoint, thumb_breakpoint_len): New.
9485 (arm_breakpoint_at): Handle Thumb.
9486 (the_low_target): Add comment.
9487
76b233dd
UW
94882008-05-29 Ulrich Weigand <uweigand@de.ibm.com>
9489
9490 * linux-ppc-low.c (ppc_collect_ptrace_register): Clear buffer.
9491
08388c79
DE
94922008-05-09 Doug Evans <dje@google.com>
9493
a3c83fae
DE
9494 * server.h (decode_search_memory_packet): Declare.
9495 * remote-utils.c (decode_search_memory_packet): New fn.
9496 * server.c (handle_search_memory_1): New fn.
08388c79
DE
9497 (handle_search_memory): New fn.
9498 (handle_query): Process qSearch:memory packets.
9499
bb9c3d36
UW
95002008-05-08 Ulrich Weigand <uweigand@de.ibm.com>
9501
9502 * regcache.c (registers_length): Remove.
9503 (set_register_cache): Verify that PBUFSIZ is large enough to hold a
9504 full register packet.
9505 * regcache.h (registers_length): Remove prototype.
9506 * server.h (PBUFSIZ): Define to 16384.
9507
7284e1be
UW
95082008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
9509
9510 * configure.srv (powerpc*-*-linux*): Set srv_regobj to
9511 powerpc-32l.o, powerpc-altivec32l.o, powerpc-e500l.o,
9512 powerpc-64l.o, and powerpc-altivec64l.o.
9513 Remove rs6000/powerpc-32.xml, rs6000/powerpc-64.xml, and
9514 rs6000/powerpc-e500.xml; add rs6000/powerpc-32l.xml,
9515 rs6000/powerpc-altivec32l.xml, rs6000/powerpc-e500l.xml,
9516 rs6000/powerpc-64l.xml, rs6000/powerpc-altivec64l.xml,
9517 rs6000/power-linux.xml, and rs6000/power64-linux.xml
9518 to srv_xmlfiles.
9519
9520 * Makefile.in (reg-ppc.o, reg-ppc.c): Remove, replace by ...
9521 (powerpc-32l.o, powerpc-32l.c): ... these new rules.
9522 (powerpc-32.o, powerpc-32.c): Remove, replace by ...
9523 (powerpc-altivec32l.o, powerpc-altivec32l.c): ... these new rules.
9524 (powerpc-e500.o, powerpc-e500.c): Remove, replace by ...
9525 (powerpc-e500l.o, powerpc-e500l.c): ... these new rules.
9526 (reg-ppc64.o, reg-ppc64.c): Remove, replace by ...
9527 (powerpc-64l.o, powerpc-64l.c): ... these new rules.
9528 (powerpc-64.o, powerpc-64.c): Remove, replace by ...
9529 (powerpc-altivec64l.o, powerpc-altivec64l.c): ... these new rules.
9530 (clean): Update.
9531
9532 * linux-ppc-low.c (init_registers_ppc): Remove, replace by ...
9533 (init_registers_powerpc_32l): ... this new prototype.
9534 (init_registers_powerpc_32): Remove, replace by ...
9535 (init_registers_powerpc_altivec32l): ... this new prototype.
9536 (init_registers_powerpc_e500): Remove, replace by ...
9537 (init_registers_powerpc_e500l): ... this new prototype.
9538 (init_registers_ppc64): Remove, replace by ...
9539 (init_registers_powerpc_64l): ... this new prototype.
9540 (init_registers_powerpc_64): Remove, replace by ...
9541 (init_registers_powerpc_altivec64l): ... this new prototype.
9542 (ppc_num_regs): Set to 73.
9543 (PT_ORIG_R3, PT_TRAP): Define if necessary.
9544 (ppc_regmap, ppc_regmap_e500): Add values for orig_r3 and trap.
9545 (ppc_cannot_store_register): Handle orig_r3 and trap.
9546 (ppc_arch_setup): Update init_registers_... calls.
9547 (ppc_fill_gregset): Handle orig_r3 and trap.
9548
9549 * inferiors.c (clear_inferiors): Reset current_inferior.
9550
fdc59709
PB
95512008-04-23 Paolo Bonzini <bonzini@gnu.org>
9552
889bf7c5
PA
9553 * acinclude.m4: Add override.m4.
9554 * configure: Regenerate.
fdc59709 9555
c9b2f845
UW
95562008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
9557
9558 * linux-ppc-low.c (ppc_arch_setup): Reset ppc_hwcap after the
9559 initial call to init_register_ppc64.
9560
550512b8
UW
95612008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
9562
43aaf8b6
PA
9563 * configure.srv (powerpc64-*-linux*, powerpc-*-linux*): Merge into
9564 single powerpc*-*-linux* case.
550512b8
UW
9565 (s390-*-linux*, s390x-*-linux*): Merge into single s390*-*-linux* case.
9566
b6430ec3
UW
95672008-04-17 Ulrich Weigand <uweigand@de.ibm.com>
9568
9569 * configure.srv [powerpc64-*-linux*]: Remove powerpc-e500.o from
889bf7c5 9570 srv_regobj. Remove rs6000/powerpc-e500.xml and rs6000/power-spe.xml
b6430ec3
UW
9571 from reg_xmlfiles.
9572 * linux-ppc-low.c: Include <elf.h>.
9573 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Define.
9574 (ppc_hwcap): New global variable.
9575 (ppc_regmap): Remove __SPE__ #ifdef sections.
9576 (ppc_regmap_e500): New global variable.
9577 (ppc_cannot_store_register): Update __SPE__ special case.
9578 (ppc_get_hwcap): New function.
9579 (ppc_arch_setup): Use it to determine whether inferior supports
9580 AltiVec or SPE registers. Set the_low_target.regmap if appropriate.
9581 (ppc_fill_vrregset, ppc_store_vrregset): Define unconditionally.
9582 Do not access registers if target does not support AltiVec.
9583 (ppc_fill_evrregset, ppc_store_evrregset): Define unconditionally.
9584 Do not access registers if target does not support SPE.
9585 (target_regsets): Unconditionally include AltiVec and SPE regsets.
9586
52fa2412
UW
95872008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
9588
9589 * linux-low.c (disabled_regsets, num_regsets): New.
9590 (use_regsets_p): Delete.
9591 (linux_wait_for_process): Clear disabled_regsets.
9592 (regsets_fetch_inferior_registers): Check and set it.
9593 (regsets_store_inferior_registers): Likewise.
9594 (linux_fetch_registers, linux_store_registers): Do not use
9595 use_regsets_p.
9596 (initialize_low): Allocate disabled_regsets.
9597
e28b3332
DJ
95982008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
9599
9600 * Makefile.in (LIBOBJS): New.
9601 (OBS): Use LIBOBJS.
9602 (memmem.o): New rule.
9603 * configure.ac: Use AC_CONFIG_LIBOBJ_DIR and check for memmem.
9604 * configure: Regenerated.
9605
4536995d
UW
96062008-04-04 Ulrich Weigand <uweigand@de.ibm.com>
9607
9608 * server.c (handle_query): Never return "unsupported" for
9609 qXfer:features:read queries.
9610
221c031f
UW
96112008-03-27 Ulrich Weigand <uweigand@de.ibm.com>
9612
9613 * server.c (get_features_xml): Fix inverted condition.
9614 (handle_query): Always support qXfer:feature:read.
9615
ccd213ac
DJ
96162008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
9617
9618 * server.c (wrapper_argv): New.
9619 (start_inferior): Handle wrapper_argv. If set, expect an extra
9620 trap.
9621 (gdbserver_usage): Document --wrapper.
9622 (main): Parse --wrapper.
9623
6fe305f7
UW
96242008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
9625
9626 * configure.srv [powerpc64-*-linux*]: Add all files mentioned for
9627 powerpc-*-linux* to srv_regobj and reg_xmlfiles.
9628 * linux-ppc-low.c (ppc_get_pc): Support bi-arch operation.
9629 (ppc_set_pc): Likewise.
9630 (ppc_arch_setup): New function.
9631 (ppc_fill_gregset): Call ppc_collect_ptrace_register instead
9632 of collect_register.
889bf7c5 9633 (the_low_target): Use ppc_arch_setup as arch_setup initializer.
6fe305f7 9634
5b0a002e
UW
96352008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
9636
9637 * configure.srv [powerpc64-*-linux*]: Use linux-ppc-low.o
9638 instead of linux-ppc64-low.o.
9639 * linux-ppc64-low.c: Remove file.
9640 * Makefile.in (SFILES): Remove linux-ppc64-low.c.
9641 (linux-ppc64-low.o): Remove rule.
9642
9643 * linux-ppc-low.c (init_registers_ppc64): Add prototype.
9644 (init_registers_powerpc_64): Likewise.
9645 (ppc_regmap): Conditionally define depending on __powerpc64__.
9646 (ppc_cannot_store_register): Do not special-case "fpscr" when
9647 compiled on __powerpc64__.
9648 (ppc_collect_ptrace_register): New function.
9649 (ppc_supply_ptrace_register): New function.
9650 (ppc_breakpoint): Change type to "unsigned int".
9651 (ppc_breakpoint_at): Change type of "insn" to "unsigned int".
9652 (the_low_target): Conditionally provide initializers for the
889bf7c5 9653 arch_setup member depending on __powerpc64__. Install
5b0a002e
UW
9654 collect_ptrace_register and supply_ptrace_register members.
9655
9b4b61c8
UW
96562008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
9657
9658 * regcache.h (gdbserver_xmltarget): Add extern declaration.
9659 * server.c (gdbserver_xmltarget): Define.
9660 (get_features_xml): Use it to replace "target.xml" and arch_string.
9661
9662 * configure.srv: Remove srv_xmltarget. Add XML files that were
9663 mentioned there to srv_xmlfiles instead. Remove conditional tests
9664 on gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe; set
9665 srv_xmlfiles and srv_regobj to include all possible choices.
9666 * configure.ac (srv_xmltarget): Remove.
9667 (srv_xmlfiles): Do not add "target.xml".
9668 (gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe): Remove
9669 checks for supplementary target information.
9670 * configure: Regenerate.
9671 * Makefile.in (XML_TARGET): Remove.
9672 (target.xml): Remove rule.
9673 (clean): Do not clean up target.xml.
9674 (.PRECIOUS): Do not mention target.xml.
9675
9676 * target.h (struct target_ops): Remove arch_string member.
9677 * linux-low.c (linux_arch_string): Remove.
9678 (linux_target_ops): Remove arch_string initializer.
9679 * linux-low.h (struct linux_target_ops): Remove arch_string member.
9680 * linux-i386-low.c (the_low_target): Remove arch_string initializer.
9681 * linux-x86-64-low.c (the_low_target): Remove arch_string initializer.
9682 * spu-low.c (spu_arch_string): Remove.
9683 (spu_target_ops): Remove arch_string initializer.
9684 * win32-low.c (win32_arch_string): Remove.
9685 (win32_target_ops): Remove arch_string initializer.
9686 * win32-low.h (struct win32_target_ops): Remove arch_string member.
9687 * win32-arm-low.c (the_low_target): Remove arch_string initializer.
9688 * win32-i368-low.c (the_low_target): Remove arch_string initializer.
9689
ee1a7ae4
UW
96902008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
9691
9692 * linux-low.h (struct linux_target_ops): Replace left_pad_xfer field
9693 by collect_ptrace_register and supply_ptrace_register hooks.
9694 * linux-low.c (fetch_register): Use supply_ptrace_register callback
9695 instead of checking for the_low_target.left_pad_xfer.
9696 (usr_store_inferior_registers): Use collect_ptrace_register callback
9697 instead of checking for the_low_target.left_pad_xfer.
9698
9699 * linux-s390-low.c (s390_collect_ptrace_register): New function.
9700 (s390_supply_ptrace_register): Likewise.
9701 (s390_fill_gregset): Call s390_collect_ptrace_register.
9702 (the_low_target): Update.
9703
9704 * linux-ppc64-low.c (ppc_collect_ptrace_register): New function.
9705 (ppc_supply_ptrace_register): Likewise.
9706 (the_low_target): Update.
9707
9708 * linux-i386-low.c (the_low_target): Update.
9709 * linux-x86-64-low.c (the_low_target): Update.
9710
d61ddec4
UW
97112008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
9712
9713 * configure.srv [s390x-*-linux*]: Set srv_regobj to include both
9714 reg-s390.o and reg-s390x.o.
9715
9716 * linux-low.c (new_inferior): New global variable.
9717 (linux_create_inferior, linux_attach): Set it.
9718 (linux_wait_for_process): Call the_low_target.arch_setup after the
9719 target has stopped for the first time.
9720 (initialize_low): Do not call the_low_target.arch_setup.
9721
9722 * linux-s390-low.c (s390_get_pc): Support bi-arch operation.
9723 (s390_set_pc): Likewise.
9724 (s390_arch_setup): New function.
9725 (the_low_target): Use s390_arch_setup as arch_setup routine.
9726
9727 * regcache.c (realloc_register_cache): New function.
9728 (set_register_cache): Call it for each existing regcache.
9729
d05b4ac3
UW
97302008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
9731
9732 * server.h (init_registers): Remove prototype.
9733
9734 * linux-low.h (struct linux_target_ops): Add arch_setup field.
9735 * linux-low.c (initialize_low): Call the_low_target.arch_setup ()
9736 instead of init_registers ().
9737 * linux-arm-low.c (init_registers_arm): Add prototype.
9738 (init_registers_arm_with_iwmmxt): Likewise.
9739 (the_low_target): Add initializer for arch_setup field.
9740 * linux-cris-low.c (init_registers_cris): Add prototype.
9741 (the_low_target): Add initializer for arch_setup field.
9742 * linux-crisv32-low.c (init_registers_crisv32): Add prototype.
9743 (the_low_target): Add initializer for arch_setup field.
9744 * linux-i386-low.c (init_registers_i386_linux): Add prototype.
9745 (the_low_target): Add initializer for arch_setup field.
9746 * linux-ia64-low.c (init_registers_ia64): Add prototype.
9747 (the_low_target): Add initializer for arch_setup field.
9748 * linux-m32r-low.c (init_registers_m32r): Add prototype.
9749 (the_low_target): Add initializer for arch_setup field.
9750 * linux-m68k-low.c (init_registers_m68k): Add prototype.
9751 (the_low_target): Add initializer for arch_setup field.
9752 * linux-mips-low.c (init_registers_mips_linux): Add prototype.
9753 (init_registers_mips64_linux): Likewise.
9754 (the_low_target): Add initializer for arch_setup field.
9755 * linux-ppc-low.c (init_registers_ppc): Add prototype.
9756 (init_registers_powerpc_32, init_registers_powerpc_e500): Likewise.
9757 (the_low_target): Add initializer for arch_setup field.
9758 * linux-ppc64-low.c (init_registers_ppc64): Add prototype.
9759 (init_registers_powerpc_64): Likewise.
9760 (the_low_target): Add initializer for arch_setup field.
9761 * linux-s390-low.c (init_registers_s390): Add prototype.
9762 (init_registers_s390x): Likewise.
9763 (the_low_target): Add initializer for arch_setup field.
9764 * linux-sh-low.c (init_registers_sh): Add prototype.
9765 (the_low_target): Add initializer for arch_setup field.
9766 * linux-x86-64-low.c (init_registers_x86_64_linux): Add prototype.
9767 (the_low_target): Add initializer for arch_setup field.
9768 * linux-xtensa-low.c (init_registers_xtensa): Add prototype.
9769 (the_low_target): Add initializer for arch_setup field.
9770
9771 * win32-low.h (struct win32_target_ops): Add arch_setup field.
9772 * win32-low.c (initialize_low): Call the_low_target.arch_setup ()
9773 instead of init_registers ().
9774 * win32-arm-low.c (init_registers_arm): Add prototype.
9775 (the_low_target): Add initializer for arch_setup field.
9776 * win32-i386-low.c (init_registers_i386): Add prototype.
9777 (the_low_target): Add initializer for arch_setup field.
9778
9779 * spu-low.c (init_registers_spu): Add prototype.
9780 (initialize_low): Call initialie_registers_spu () instead of
9781 initialize_registers ().
9782
fd96d250
PA
97832008-02-19 Pedro Alves <pedro@codesourcery.com>
9784
9785 * server.c (handle_v_requests): When handling the vRun and vAttach
9786 packets, if already debugging a process, don't kill it. Return an
9787 error instead.
9788
d41b6bb4
DJ
97892008-02-17 Daniel Jacobowitz <dan@codesourcery.com>
9790
9791 * server.c (handle_query): Correct length check.
9792
5ac588cf
PA
97932008-02-14 Pedro Alves <pedro_alves@portugalmail.pt>
9794
9795 * win32-low.c (do_initial_child_stuff): Add process handle
9796 parameter. Set current_process_handle and current_process_id from the
9797 parameters. Clear globals.
9798 (win32_create_inferior): Don't set current_process_handle and
9799 current_process_id here. Instead pass them on the call to
9800 do_initial_child_stuff.
9801 (win32_attach): Likewise.
9802 (win32_clear_inferiors): New.
9803 (win32_kill): Don't close the current process handle or the
9804 current thread handle here. Instead call win32_clear_inferiors.
9805 (win32_detach): Don't open a new handle to the process. Call
9806 win32_clear_inferiors.
9807 (win32_join): Don't rely on current_process_handle; open a new
9808 handle using the process id.
9809 (win32_wait): Call win32_clear_inferiors when the inferior process
9810 has exited.
9811
ecd7ecbc
DJ
98122008-02-14 Daniel Jacobowitz <dan@codesourcery.com>
9813
9814 * server.c (monitor_show_help): Add "exit".
9815
1525d545
MG
98162008-02-11 Maxim Grigoriev <maxim2405@gmail.com>
9817
ecd7ecbc 9818 * Makefile.in (SFILES): Add linux-xtensa-low.c.
1525d545
MG
9819 (clean): Add reg-xtensa.c.
9820 (linux-xtensa-low.o, reg-xtensa.o, reg-xtensa.c): New dependencies.
ecd7ecbc
DJ
9821 * configure.srv (xtensa*-*-linux*) New target.
9822 * linux-xtensa-low.c: New.
9823 * xtensa-xtregs.c: New.
1525d545 9824
59a016f0
PA
98252008-02-01 Pedro Alves <pedro_alves@portugalmail.pt>
9826
9827 * hostio.c: Don't include errno.h.
9828 (errno_to_fileio_errno): Move to hostio-errno.
9829 * hostio.c: (hostio_error): Remove the error parameter. Defer the
9830 error number outputting to the target->hostio_last_error callback.
9831 (hostio_packet_error): Use FILEIO_EINVAL directly.
9832 (handle_open, handle_pread, hostio_error, handle_unlink): Update
9833 calls to hostio_error.
9834 * hostio-errno.c: New.
9835 * server.h (hostio_last_error_from_errno): Declare.
9836 * target.h (target_ops): Add hostio_last_error member.
9837 * linux-low.c (linux_target_op): Register hostio_last_error_from_errno
9838 as hostio_last_error handler.
889bf7c5 9839 * spu-low.c (spu_target_ops): Likewise.
59a016f0
PA
9840 * win32-low.c [_WIN32_WCE] (win32_error_to_fileio_error)
9841 (wince_hostio_last_error): New functions.
9842 (win32_target_ops) [_WIN32_WCE]: Register wince_hostio_last_error
9843 as hostio_last_error handler.
9844 (win32_target_ops) [!_WIN32_WCE]: Register
9845 hostio_last_error_from_errno as hostio_last_error handler.
9846 * Makefile.in (SFILES): Add hostio.c and hostio-errno.c.
9847 (hostio-errno.o): New rule.
9848 * configure.ac (GDBSERVER_DEPFILES): Add $srv_hostio_err_objs.
9849 * configure.srv (srv_hostio_err_objs): New variable. Default to
9850 hostio-errno.o.
9851 (arm*-*-mingw32ce*): Set srv_hostio_err_objs to "".
9852 * configure: Regenerate.
9853
2d717e4f
DJ
98542008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9855
9856 * linux-low.c (linux_attach_lwp): Do not _exit after errors.
9857 (linux_kill, linux_detach): Clean up the process list.
9858 * remote-utils.c (remote_open): Improve port number parsing.
9859 (putpkt_binary, input_interrupt): Only send interrupts if the target
9860 is running.
9861 * server.c (extended_protocol): Make static.
9862 (attached): Define earlier.
9863 (exit_requested, response_needed, program_argv): New variables.
9864 (target_running): New.
9865 (start_inferior): Clear attached here.
9866 (attach_inferior): Set attached here.
9867 (require_running): Define.
9868 (handle_query): Use require_running and target_running. Implement
9869 "monitor exit".
9870 (handle_v_attach, handle_v_run): New.
9871 (handle_v_requests): Use require_running. Handle vAttach and vRun.
9872 (gdbserver_usage): Update.
9873 (main): Redo argument parsing. Handle --debug and --multi. Handle
9874 --attach along with other options or after the port. Save
9875 program_argv. Support no initial program. Resynchronize
9876 communication with GDB after an error. Handle "monitor exit".
9877 Use require_running and target_running. Always allow the extended
9878 protocol. Do not error out for Hc0 or Hc-1. Do not automatically
9879 restart in extended mode.
9880 * README: Refer to the GDB manual. Update --attach usage.
9881
7407e2de
AS
98822007-12-20 Andreas Schwab <schwab@suse.de>
9883
9884 * linux-low.c (STACK_SIZE): Define.
9885 (linux_tracefork_child): Use it. Use __clone2 on ia64.
9886 (linux_test_for_tracefork): Likewise.
9887
b65d95c5
DJ
98882007-12-18 Daniel Jacobowitz <dan@codesourcery.com>
9889
9890 * linux-low.c (linux_wait_for_event): Update messages. Do not
9891 reinsert auto-delete breakpoints.
9892 * mem-break.c (struct breakpoint): Change return type of handler to
9893 int.
9894 (set_breakpoint_at): Update handler type.
9895 (reinsert_breakpoint_handler): Return 1 instead of calling
9896 delete_breakpoint.
9897 (reinsert_breakpoint_by_bp): Check for the original breakpoint before
9898 setting a new one.
9899 (check_breakpoints): Delete auto-delete breakpoints and return 2.
9900 * mem-break.h (set_breakpoint_at): Update handler type.
9901 * thread-db.c (thread_db_create_event, thread_db_create_event): Update.
9902 * win32-low.c (auto_delete_breakpoint): New.
9903 (get_child_debug_event): Use it.
9904
4e799345
DJ
99052007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
9906
9907 * configure.ac: Check for pread and pwrite.
9908 * hostio.c (handle_pread): Fall back to lseek and read.
9909 (handle_pwrite): Fall back to lseek and write.
9910 * config.in, configure: Regenerated.
9911
27524b67
DJ
99122007-12-07 Daniel Jacobowitz <dan@codesourcery.com>
9913
9914 * server.c (myresume): Add own_buf argument.
9915 (main): Update calls.
9916
a20d5e98
DJ
99172007-12-06 Daniel Jacobowitz <dan@codesourcery.com>
9918
9919 * linux-low.c (linux_wait, linux_resume): Do not handle async I/O.
9920 * remote-utils.c (remote_open): Do not call disable_async_io.
9921 (block_async_io): Delete.
9922 (unblock_async_io): Make static.
9923 (initialize_async_io): New.
9924 * server.c (handle_v_cont): Handle async I/O here.
9925 (myresume): Likewise. Move other common resume tasks here...
9926 (main): ... from here. Call initialize_async_io. Disable async
9927 I/O before the main loop.
9928 * server.h (initialize_async_io): Declare.
9929 (block_async_io, unblock_async_io): Delete prototypes.
9930 * spu-low.c (spu_resume, spu_wait): Do not handle async I/O here.
9931
b79d787e
DJ
99322007-12-06 Mick Davis <mickd@goanna.iinet.net.au>
9933
9934 * remote-utils.c (readchar): Allow binary data in received messages.
9935
d97903b2
PA
99362007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
9937
9938 * win32-low.c (attaching): New global.
9939 (win32_create_inferior): Clear the `attaching' global.
9940 (win32_attach): Set the `attaching' global.
9941 (get_child_debug_event) [_WIN32_WCE]: Stop the inferior when
9942 attaching. Only set a breakpoint at the entry point if not
9943 attaching.
9944
311de423
PA
99452007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
9946
9947 * server.c (main): Don't report dll events on the initial
9948 connection on attaches.
9949
6c2d16d2
PA
99502007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
9951
9952 * server.c (main): Relax numerical bases supported for the pid of
9953 the --attach command line argument.
9954
5ca906e6
PA
99552007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
9956
9957 * win32-low.c (win32_attach): Call OpenProcess before
9958 DebugActiveProcess, not after. Add last error output to error
9959 call.
9960
9c6c8194
PA
99612007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
9962
9963 * win32-low.c (win32_get_thread_context)
9964 (win32_set_thread_context): New functions.
9965 (thread_rec): Use win32_get_thread_context.
9966 (continue_one_thread, win32_resume): Use win32_set_thread_context.
9967 * win32-low.h (win32_thread_info) [_WIN32_WCE]: Add `base_context'
9968 field.
9969
4d5d1aaa
PA
99702007-12-03 Leo Zayas
9971 Pedro Alves <pedro_alves@portugalmail.pt>
9972
9973 * win32-low.c (soft_interrupt_requested, faked_breakpoint): New
9974 global variables.
9975 (child_add_thread): Minor cleanup.
9976 (child_continue): Resume artificially suspended threads before
9977 calling ContinueDebugEvent.
9978 (suspend_one_thread): New.
9979 (fake_breakpoint_event): New.
9980 (get_child_debug_event): Change return type to int. Check here if
9981 gdb sent an interrupt request. If a soft interrupt was requested,
9982 fake a breakpoint event. Return 0 if there is no event to handle,
9983 and 1 otherwise.
9984 (win32_wait): Don't check here if gdb sent an interrupt request.
9985 Ensure there is a valid event to handle.
9986 (win32_request_interrupt): Add soft interruption method as last
9987 resort.
9988
c436e841
PA
99892007-12-03 Leo Zayas
9990 Pedro Alves <pedro_alves@portugalmail.pt>
9991
9992 * win32-low.h (win32_thread_info): Add descriptions to the
9993 structure members. Replace `suspend_count' counter by a
9994 `suspended' flag.
9995 * win32-low.c (thread_rec): Update condition of when to get the
9996 context from the inferior. Rely on ContextFlags being set if it
9997 has already been retrieved. Only suspend the inferior thread if
9998 we haven't already. Warn if that fails.
9999 (continue_one_thread): s/suspend_count/suspended/. Only call
10000 ResumeThread once. Warn if that fails.
10001
e7b5fa67
PA
100022007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
10003
10004 * win32-low.c (win32_wait): Don't read from the inferior when it
10005 has already exited.
10006
a385171d
PA
100072007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
10008
10009 * Makefile.in (win32_low_h): New variable.
10010 (win32-low.o): Add dependency on $(win32_low_h).
10011 (win32-arm-low.o, win32-i386-low.o): New rules.
10012
f80c84b3
DJ
100132007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
10014
10015 * hostio.c: Correct copyright year.
10016
a6b151f1
DJ
100172007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
10018
10019 * Makefile.in (OBS): Add hostio.o.
10020 (hostio.o): New rule.
10021 * server.h (handle_vFile): Declare.
10022 * hostio.c: New file.
10023 * server.c (handle_v_requests): Take packet_len and new_packet_len
10024 for binary packets. Call handle_vFile.
10025 (main): Update call to handle_v_requests.
10026
f9387fc3
DJ
100272007-11-05 Daniel Jacobowitz <dan@codesourcery.com>
10028
10029 * linux-low.c: Include <sched.h>.
10030
51c2684e
DJ
100312007-11-01 Daniel Jacobowitz <dan@codesourcery.com>
10032
10033 * linux-low.c (linux_tracefork_grandchild): New.
10034 (linux_tracefork_child): Use clone.
10035 (linux_test_for_tracefork): Use clone; allocate and free a stack.
10036
75f83163
JB
100372007-10-31 Joel Brobecker <brobecker@adacore.com>
10038
10039 * Makefile.in: Use $(SHELL) instead of "sh" to call regdat.sh.
10040
da5898ce
DJ
100412007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
10042
10043 * linux-low.c (handle_extended_wait): Handle unexpected signals.
10044
24a09b5f
DJ
100452007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
10046
10047 * inferiors.c (change_inferior_id): Delete.
10048 (add_pid_to_list, pull_pid_from_list): New.
10049 * linux-low.c (PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG)
10050 (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK, PTRACE_O_TRACEVFORK)
10051 (PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC, PTRACE_O_TRACEVFORKDONE)
10052 (PTRACE_O_TRACEEXIT, PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK)
10053 (PTRACE_EVENT_CLONE, PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE)
10054 (PTRACE_EVENT_EXIT, __WALL): Provide default definitions.
10055 (stopped_pids, thread_db_active, must_set_ptrace_flags): New variables.
10056 (using_threads): Always set to 1.
10057 (handle_extended_wait): New.
10058 (add_process): Do not set TID.
10059 (linux_create_inferior): Set must_set_ptrace_flags.
10060 (linux_attach_lwp): Remove TID argument. Do not check using_threads.
10061 Use PTRACE_SETOPTIONS. Call new_thread_notify. Update all callers.
10062 (linux_thread_alive): Rename TID argument to LWPID.
10063 (linux_wait_for_process): Handle unknown processes. Do not use TID.
10064 (linux_wait_for_event): Do not use TID or check using_threads. Update
10065 call to dead_thread_notify. Call handle_extended_wait.
10066 (linux_create_inferior): Use PTRACE_SETOPTIONS.
10067 (send_sigstop): Delete sigstop_sent.
10068 (wait_for_sigstop): Avoid TID.
10069 (linux_supports_tracefork_flag, linux_tracefork_child, my_waitpid)
10070 (linux_test_for_tracefork): New.
10071 (linux_lookup_signals): Use thread_db_active and
10072 linux_supports_tracefork_flag.
10073 (initialize_low): Use thread_db_active and linux_test_for_tracefork.
10074 * linux-low.h (get_process_thread): Avoid TID.
10075 (struct process_ifo): Move thread_known and tid to the end. Remove
10076 sigstop_sent.
10077 (linux_attach_lwp, thread_db_init): Update prototypes.
10078 * server.h (change_inferior_id): Delete prototype.
10079 (add_pid_to_list, pull_pid_from_list): New prototypes.
10080 * thread-db.c (thread_db_use_events): New.
10081 (find_first_thread): Rename to...
10082 (find_one_thread): ...this. Update callers and messages. Do not
10083 call fatal. Check thread_db_use_events. Do not call
10084 change_inferior_id or new_thread_notify.
10085 (maybe_attach_thread): Update. Do not call new_thread_notify.
10086 (thread_db_init): Set thread_db_use_events. Check use_events.
10087 * utils.c (fatal, warning): Correct message prefix.
10088
30ed0a8f
DJ
100892007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
10090
10091 * Makefile.in (clean): Remove new files.
10092 (powerpc-32.o, powerpc-32.c, powerpc-e500.o, powerpc-e500.c)
10093 (powerpc-64.o, powerpc-64.c): New rules.
10094 * configure.srv: Use alternate register sets for powerpc64-*-linux*
10095 with AltiVec, powerpc-*-linux* with AltiVec, and powerpc-*-linux*
10096 with SPE.
10097 * linux-ppc-low.c (ppc_regmap): Do not fetch the FP registers for
10098 SPE targets.
10099 (ppc_cannot_store_register): Do not check for FPSCR for SPE targets.
10100 (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS, ppc_fill_vrregset)
10101 (ppc_store_vrregset, PTRACE_GETEVRREGS, PTRACE_SETEVRREGS)
10102 (struct gdb_evrregset_t, ppc_fill_evrregset, ppc_store_evrregset): New.
10103 (target_regsets): Add AltiVec and SPE register sets.
10104 * configure.ac: Check for AltiVec and SPE.
10105 * linux-ppc64-low.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS)
10106 (ppc_fill_vrregset, ppc_store_vrregset): New.
10107 (target_regsets): Add AltiVec register set.
10108 * configure: Regenerated.
10109
fd462a61
DJ
101102007-09-19 Daniel Jacobowitz <dan@codesourcery.com>
10111
10112 * linux-low.c (O_LARGEFILE): Define.
10113 (linux_read_memory): Use /proc/PID/mem.
10114 * configure.ac: Use AC_GNU_SOURCE. Check for pread64.
10115 * configure, config.in: Regenerated.
10116
69f223ed
DJ
101172007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
10118
10119 * linux-low.c (linux_wait_for_event): Do not pass signals while
10120 single-stepping.
10121
aec18585
PA
101222007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
10123
10124 * win32-low.c (create_process): New.
10125 (win32_create_inferior): Use create_process instead of
10126 CreateProcess. If create_process failed retry appending an ".exe"
10127 suffix. Store the GetLastError result immediatelly after
10128 create_process calls and use it on the call to error.
10129
34d86ddd
PA
101302007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
10131
10132 * win32-low.c (handle_load_dll): Don't use toolhelp when waiting.
10133
5a0e3bd0
JB
101342007-08-23 Joel Brobecker <brobecker@adacore.com>
10135
10136 * configure.ac: Switch license to GPLv3.
10137
f88c79e6
MS
101382007-08-01 Michael Snyder <msnyder@access-company.com>
10139
10140 * remote-utils.c (putpkt_binary): Memory leak, free buf2.
10141
6b3d9b83
PA
101422007-07-31 Pedro Alves <pedro_alves@portugalmail.pt>
10143
10144 * win32-low.c (winapi_CloseToolhelp32Snapshot) [_WIN32_WCE]: New
10145 typedef.
10146 (win32_CloseToolhelp32Snapshot) [_WIN32_WCE]: New global var.
10147 (load_toolhelp) [_WIN32_WCE]: Load TOOLHELP.DLL. Get
10148 CloseToolhelp32Snapshot.
10149 (toolhelp_get_dll_name) [_WIN32_WCE]: Close the snapshot with
10150 CloseToolhelp32Snapshot.
10151
c588c53c
MS
101522007-07-27 Michael Snyder <michael.snyder@access-company.com>
10153
10154 * server.c (main): Check for inferior exit before main loop.
10155
aa0403d9
PA
101562007-07-18 Pedro Alves <pedro_alves@portugalmail.pt>
10157
10158 * remote-utils.c (remote_open): Set SO_KEEPALIVE on remote_desc
10159 instead of on tmp_desc.
10160
255e7678
DJ
101612007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
10162 Daniel Jacobowitz <dan@codesourcery.com>
10163
10164 * inferiors.c (all_dlls, dlls_changed, get_dll): New.
10165 (add_thread): Minor cleanups.
10166 (clear_inferiors): Move lower in the file. Clear the DLL
10167 list.
10168 (free_one_dll, match_dll, loaded_dll, unloaded_dll, clear_list): New.
10169 * remote-utils.c (prepare_resume_reply): Check dlls_changed.
10170 (xml_escape_text): New.
10171 * server.c (handle_query): Handle qXfer:libraries:read. Report it
10172 for qSupported.
10173 (handle_v_cont): Report errors.
10174 (gdbserver_version): Update.
10175 (main): Correct size of own_buf. Do not report initial DLL events.
10176 * server.h (struct dll_info, all_dlls, dlls_changed, loaded_dll)
10177 (unloaded_dll, xml_escape_text): New.
10178 * win32-low.c (enum target_waitkind): Update comments.
10179 (win32_add_one_solib, get_image_name, winapi_EnumProcessModules)
10180 (winapi_GetModuleInformation, winapi_GetModuleFileNameExA)
10181 (win32_EnumProcessModules, win32_GetModuleInformation)
10182 (win32_GetModuleFileNameExA, load_psapi, psapi_get_dll_name)
10183 (winapi_CreateToolhelp32Snapshot, winapi_Module32First)
10184 (winapi_Module32Next, win32_CreateToolhelp32Snapshot)
10185 (win32_Module32First, win32_Module32Next, load_toolhelp)
10186 (toolhelp_get_dll_name, handle_load_dll, handle_unload_dll): New.
10187 (get_child_debug_event): Handle DLL events.
10188 (win32_wait): Likewise.
10189
0d37add9
DJ
101902007-07-12 Daniel Jacobowitz <dan@codesourcery.com>
10191
10192 * configure.srv: Set srv_linux_regsets for sh*-*-linux*.
10193 * linux-sh-low.c (sh_fill_gregset, target_regsets): New.
10194
45e2715e
PA
101952007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
10196
10197 * win32-low.c (handle_output_debug_string): Ignore event if not
10198 waiting.
10199
c5674cf1
PA
102002007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
10201
10202 * win32-arm-low.c (arm_wince_breakpoint): Fix typo.
10203
2bbe3cc1
DJ
102042007-07-03 Daniel Jacobowitz <dan@codesourcery.com>
10205
10206 * remote-utils.c (look_up_one_symbol): Handle 'm' packets.
10207
ae13219e
DJ
102082007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
10209
10210 * inferiors.c (change_inferior_id): Add comment.
10211 * linux-low.c (check_removed_breakpoint): Add an early
10212 prototype. Improve debug output.
10213 (linux_attach): Doc update.
10214 (linux_detach_one_process, linux_detach): Clean up before releasing
10215 each process.
10216 (send_sigstop, wait_for_sigstop): Improve comments and debug output.
10217 * linux-low.h (struct process_info): Doc improvement.
10218 * mem-break.c (delete_all_breakpoints): New.
10219 * mem-break.h (delete_all_breakpoints): New prototype.
10220 * thread-db.c (find_first_thread): New.
10221 (thread_db_create_event): Call it instead of
10222 thread_db_find_new_threads. Clean up unused variables.
10223 (maybe_attach_thread): Remove first thread handling.
10224 (thread_db_find_new_threads): Use find_first_thread.
10225 (thread_db_get_tls_address): Likewise.
10226
4105de34
DJ
102272007-06-27 Daniel Jacobowitz <dan@codesourcery.com>
10228
10229 * thread-db.c (thread_db_find_new_threads): Add prototype.
10230 (thread_db_create_event): Check for the main thread before adding
10231 a new thread.
10232 (maybe_attach_thread): Only enable event reporting if TID == 0.
10233 (thread_db_get_tls_address): Check for new threads.
10234
2b876972
DJ
102352007-06-20 Daniel Jacobowitz <dan@codesourcery.com>
10236
10237 * linux-low.c (linux_create_inferior): Try execv before execvp.
10238 * spu-low.c (spu_create_inferior): Likewise.
10239
7a245884
DJ
102402007-06-13 Mike Frysinger <vapier@gentoo.org>
10241
10242 * linux-low.c (linux_create_inferior): Change execv to execvp.
10243 * spu-low.c (spu_create_inferior): Likewies.
10244
117ce543
DJ
102452007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
10246
10247 * Makefile.in (clean): Clean new files instead of deleted ones.
10248 (reg-mips.o, reg-mips.c, reg-mips64.o, reg-mips64.c): Delete.
10249 (mips-linux.o, mips-linux.c, mips64-linux.o, mips64-linux.c): New
10250 rules.
10251 * configure.srv: Specify XML files and new regformats for MIPS and
10252 MIPS64 GNU/Linux.
10253 * linux-mips-low.c (mips_num_regs): Set to only used registers.
10254 (mips_regmap): Do not fetch $0. Remove unused registers. Add
10255 an entry for the restart register.
10256 (mips_cannot_fetch_register, mips_cannot_store_register)
10257 (mips_reinsert_addr, mips_fill_fpregset, mips_store_fpregset): Update
10258 register names to match the XML descriptions.
10259 (mips_fill_gregset, mips_store_gregset): Likewise. Handle the
10260 restart register instead of $0.
10261
0e7f50da
UW
102622007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
10263 Markus Deuling <deuling@de.ibm.com>
10264
10265 * remote-utils.c (decode_xfer_write): New function.
10266 * server.h (decode_xfer_write): Add prototype.
10267 * server.c (handle_query): Add PACKET_LEN argument. Support
10268 qXfer:spu:read and qXfer:spu:write packets.
10269 (main): Pass packet_len to handle_query.
10270 * spu-low.c (spu_target_ops): Add spu_proc_xfer_spu.
10271 * target.h (target_ops): Add qxfer_spu.
10272
374c1d38
UW
102732007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
10274
10275 * spu-low.c (spu_proc_xfer_spu): Do not return failure when
10276 accessing non-seekable spufs files.
10277
bb63802a
UW
102782007-05-16 Markus Deuling <deuling@de.ibm.com>
10279
889bf7c5 10280 * server.c (handle_query): Add reply for qC packet.
bb63802a 10281
7390519e
PA
102822007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10283 Leo Zayas <lerele@champenstudios@com>
10284
10285 * server.h (check_remote_input_interrupt_request): New function.
10286 * remote_utils.c (INVALID_DESCRIPTOR): New define.
10287 (remote_desc): Initialize with INVALID_DESCRIPTOR.
10288 (input_interrupt): Expose on USE_WIN32API too. Fix whitespace.
10289 (check_remote_input_interrupt_request): New function.
10290 * server.h (check_remote_input_interrupt_request): Declare.
3ecf0694 10291 * win32-low.c (winapi_DebugBreakProcess,
7390519e
PA
10292 winapi_GenerateConsoleCtrlEvent): New typedefs.
10293 (get_child_debug_event): Lower Win32 debug event polling from 1 sec
10294 to 250 ms.
10295 (win32_wait): Check for remote interrupt request
10296 with check_remote_input_interrupt_request.
10297 (win32_request_interrupt): New function.
10298 (win32_target_op): Set request_interrupt to win32_request_interrupt.
10299
34b34921
PA
103002007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10301
10302 * win32-low.c (debug_registers_changed,
10303 debug_registers_used, CONTEXT_EXTENDED_REGISTERS,
10304 CONTEXT_FLOATING_POINT, CONTEXT_DEBUG_REGISTERS,
10305 CONTEXT_DEBUGGER, CONTEXT_DEBUGGER_DR): Delete.
10306 (thread_rec): Get context using the low target.
10307 (child_add_thread): Call thread_added on the low target,
10308 which does the same thing.
10309 (regptr): Delete.
10310 (do_initial_child_stuff): Remove debug registers references.
10311 Set context using the low target. Resume threads after
10312 setting the contexts.
10313 (child_continue): Remove dead variable. Remove debug
10314 registers references.
10315 (child_fetch_inferior_registers): Go through the low target.
10316 (do_child_store_inferior_registers): Remove.
10317 (child_store_inferior_registers): Go through the low target.
10318 (win32_resume): Remove debug registers references.
10319 Set context using the low target.
10320 (handle_exception): Change return type to void. Don't record
10321 context here. Set status to TARGET_WAITKIND_SPURIOUS on a
10322 first chance exception.
889bf7c5 10323 (get_child_debug_event): Change return type to void. Remove
34b34921
PA
10324 goto loop. Always return after waiting for debug event.
10325 (win32_wait): Convert to switch statement. Handle spurious
10326 events.
10327
10328 * win32-i386-low.c (debug_registers_changed,
10329 debug_registers_used): New.
10330 (initial_stuff): Rename to ...
10331 (i386_initial_stuff): ... this. Clear debug registers
10332 state variables.
10333 (store_debug_registers): Delete.
10334 (i386_get_thread_context): New.
10335 (load_debug_registers): Delete.
10336 (i386_set_thread_context): New.
10337 (i386_thread_added): New.
10338 (single_step): Rename to ...
10339 (i386_single_step): ... this.
10340 (do_fetch_inferior_registers): Rename to ...
10341 (i386_fetch_inferior_register): ... this.
10342 (i386_store_inferior_register): New.
10343 (the_low_target): Adapt to new interface.
10344
10345 * win32-arm-low.c (CONTEXT_FLOATING_POINT): Define.
10346 (arm_get_thread_context): New.
10347 (arm_set_thread_context): New.
10348 (regptr): New.
10349 (do_fetch_inferior_registers): Rename to ...
10350 (arm_fetch_inferior_register): ... this.
10351 (arm_store_inferior_register): New.
10352 (arm_wince_breakpoint): Reimplement as unsigned long.
10353 (arm_wince_breakpoint_len): Define.
10354 (the_low_target): Adapt to new interface.
10355
10356 * win32-low.h (target_ops): Remove regmap, store_debug_registers and
10357 load_debug_registers. Add get_thread_context, set_thread_context,
10358 thread_added and store_inferior_register. Rename
10359 fetch_inferior_registers to fetch_inferior_register.
10360 (regptr): Remove declaration.
10361
dd6953e1
PA
103622007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10363
10364 * linux-low.c (linux_detach): Change return type to int. Return 0.
10365 * spu-low.c (spu_detach): Likewise.
10366
444d6139
PA
103672007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10368
10369 * target.h (target_ops): Change return type of detach to int.
10370 Add join.
10371 (join_inferior): New.
10372 * server.c (main): Don't skip detach support on mingw32.
10373 If the inferior doesn't support detaching return error.
10374 Call join_inferior instead of using waitpid.
10375 * linux-low.c (linux_join): New.
10376 (linux_target_op): Add linux_join.
10377 * spu-low.c (spu_join): New.
10378 (spu_target_ops): Add spu_join.
10379 * win32-low.c (win32_detach): Adapt to new interface.
10380 Reopen current_process_handle before detaching. Issue a child
10381 resume before detaching.
10382 (win32_join): New.
10383 (win32_target_op): Add win32_join.
10384
1d5315fe
PA
103852007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10386
10387 * win32-low.c (win32-attach): Fix return value.
10388 * target.h (target_ops): Describe ATTACH return values.
10389
bf914831
PA
103902007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10391
10392 * win32-low.c (GETPROCADDRESS): Define.
10393 (winapi_DebugActiveProcessStop): Add WINAPI. typedef as pointer.
10394 (winapi_DebugSetProcessKillOnExit): Likewise.
10395 (win32_create_inferior): Force usage of ansi CreateProcessA.
10396 (win32_attach): Use GETPROCADDRESS.
10397 (win32_detach): Likewise.
10398
f72f3e60
PA
103992007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10400
10401 * win32-low.c (win32_wait): Don't use WSTOPSIG.
10402
ed50f18f
PA
104032007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
10404
10405 * win32-low.c: Commit leftover changes from 2007-03-29.
10406
0c2ead7e
DJ
104072007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10408
10409 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Make 16-bit
10410 fields short instead of int. Add explicit padding.
10411 (i387_cache_to_fsave): Remove unnecessary casts.
10412 (i387_fsave_to_cache): Doc fix.
10413 (i387_cache_to_fxsave): Remove unnecessary casts and masking.
10414
73725ff3
DJ
104152007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10416
10417 * i387-fp.c (i387_cache_to_fxsave): Reinitialize val2 before use.
10418 (i387_fxsave_to_cache): Check fp->ftag while building ftag value.
10419
d99f33d8
PA
104202007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
10421
10422 * configure.srv (arm*-*-mingw32ce*): Move near the other
10423 arm targets.
10424
68070c10
PA
104252007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
10426
2482afc6 10427 * configure.ac: Add errno checking.
68070c10
PA
10428 (AC_CHECK_HEADERS): Add errno.h, fcntl.h, signal.h,
10429 sys/file.h and malloc.h.
10430 (AC_CHECK_DECLS): Add perror.
10431 (srv_mingwce): Handle.
2482afc6 10432 * configure.srv (i[34567]86-*-cygwin*): Add
68070c10
PA
10433 win32-i386-low.o to srv_tgtobj.
10434 (i[34567]86-*-mingw*): Likewise.
10435 (arm*-*-mingw32ce*): Add case.
10436 * gdbreplay.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
10437 HAVE_FCNTL_H, HAVE_ERRNO_H, HAVE_MALLOC_H]: Check.
10438 [__MINGW32CE__] (strerror): New function.
10439 [__MINGW32CE__] (errno): Define to GetLastError.
10440 [__MINGW32CE__] (COUNTOF): New macro.
10441 (remote_open): Remove extra close call.
10442 * mem-break.c (delete_breakpoint_at): New function.
10443 * mem-break.h (delete_breakpoint_at): Declare.
10444 * remote-utils.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
10445 HAVE_FCNTL_H, HAVE_UNISTD_H, HAVE_ERRNO_H]: Check.
10446 [USE_WIN32API] (read, write): Add char* casts.
10447 * server.c [HAVE_UNISTD_H, HAVE_SIGNAL_H]: Check.
10448 * server.h: Include wincecompat.h on Windows CE.
10449 [HAVE_ERRNO_H]: Check.
10450 (perror): Declare if not declared.
10451 * utils.c: Add stdlib.h, errno.h and malloc.h includes.
10452 (perror_with_name): Remove errno declaration.
10453 * wincecompat.h: New.
10454 * wincecompat.c: New.
10455 * win32-low.h: New.
10456 * win32-arm-low.c: New.
10457 * win32-i386-low.c: New.
10458 (win32-low.c): Include mem-break.h and win32-low.h, and winnt.h.
10459 (OUTMSG2): Make it safe.
10460 (_T): New macro.
10461 (COUNTOF): New macro.
10462 (NUM_REGS): Get it from the low target.
10463 (CONTEXT_EXTENDED_REGISTERS, CONTEXT_FLOATING_POINT,
10464 CONTEXT_DEBUG_REGISTERS): Add fallbacks to 0.
10465 (thread_rec): Let low target handle debug registers.
10466 (child_add_thread): Likewise.
10467 (child_init_thread_list): Likewise.
10468 (continue_one_thread): Likewise.
10469 (regptr): New.
10470 (do_child_fetch_inferior_registers): Move to ...
10471 * win32-i386-low.c: ... here, and rename to ...
10472 (do_fetch_inferior_registers): ... this.
889bf7c5 10473 * win32-low.c (child_fetch_inferior_registers):
68070c10
PA
10474 Go through the low target.
10475 (do_child_store_inferior_registers): Use regptr.
10476 (strwinerror): New function.
10477 (win32_create_inferior): Handle Windows CE.
10478 Use strwinerror instead of strerror on Windows error
10479 codes. Add program to the error output.
10480 Don't close the main thread handle on Windows CE.
10481 (win32_attach): Use coredll.dll on Windows CE.
10482 (win32_kill): Close current process and current
10483 thread handles.
10484 (win32_detach): Use coredll.dll on Windows CE.
10485 (win32_resume): Let low target handle debug registers, and
10486 step request.
10487 (handle_exception): Add/Remove initial breakpoint. Avoid
10488 non-existant WSTOPSIG on Windows CE.
10489 (win32_read_inferior_memory): Cast to remove warning.
10490 (win32_arch_string): Go through the low target.
10491 (initialize_low): Call set_breakpoint_data with the low
10492 target's breakpoint.
10493 * win32-low.c (dr, FLAG_TRACE_BIT, FCS_REGNUM,
10494 FOP_REGNUM, mappings): Move to ...
10495 * win32-i386-low.c: ... here.
10496 * win32-low.c (win32_thread_info): Move to ...
10497 * win32-low.h: ... here.
10498 * Makefile.in (SFILES): Add win32-low.c, win32-i386-low.c,
10499 win32-arm-low.c and wincecompat.c.
10500 (all:): Add $EXEEXT.
10501 (install-only:): Likewise.
10502 (gdbserver:): Likewise.
10503 (gdbreplay:): Likewise.
10504 * config.in: Regenerate.
10505 * configure: Regenerate.
10506
41093d81
PA
105072007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
10508
10509 * win32-low.c: Rename typedef thread_info to
10510 win32_thread_info throughout.
10511
544afa54
PA
105122007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
10513
10514 * win32-i386-low.c: Rename to ...
10515 * win32-low.c: ... this.
10516 * configure.srv: Replace win32-i386-low.o with win32-low.o.
10517 * Makefile.in: Likewise.
10518
bce7165d
PA
105192007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>
10520
10521 * remote-utils.c (monitor_output): Constify msg parameter.
10522 * server.h (monitor_output): Likewise.
10523 * win32-i386-low.c (handle_output_debug_string): New.
10524 (win32_kill): Handle OUTPUT_DEBUG_STRING_EVENT events using
10525 handle_output_debug_string.
10526 (get_child_debug_event): Likewise.
10527
506c7aa0
DJ
105282007-03-27 Mat Hostetter <mat@lcs.mit.edu>
10529
10530 * server.c (main): Correct strtoul check.
10531
42c81e2a
DJ
105322007-03-27 Jon Ringle <jon@ringle.org>
10533
10534 * linux-low.c: Check __ARCH_HAS_MMU__ also.
10535
9453113a
DJ
105362007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
10537
10538 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
10539
64a69107
DJ
105402007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
10541
10542 * terminal.h: Check HAVE_SGTTY_H.
10543
105442007-02-27 Mat Hostetter <mat@lcs.mit.edu>
6f8486da
DJ
10545
10546 * remote-utils.c (remote_open): Print out the assigned port number.
10547
c74d0ad8
DJ
105482007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
10549
10550 * remote-utils.c (monitor_output): New function.
10551 * server.c (debug_threads): Define here.
10552 (monitor_show_help): New function.
10553 (handle_query): Handle qRcmd.
10554 (main): Do not handle 'd' packet.
10555 * server.h (debug_threads, remote_debug, monitor_output): Declare.
10556 * linux-low.c, spu-low.c, win32-i386-low.c: Remove definitions
10557 of debug_threads.
10558
de7c3b4a
PA
105592007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
10560
10561 * Makefile.in (EXEEXT): New.
10562 (clean): Use $(EXEEXT).
10563
ef57601b
PA
105642007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
10565
10566 * target.h (target_ops): Rename send_signal to request_interrupt,
10567 and remove enum target_signal parameter.
10568 * linux-low.c (linux_request_interrupt): Rename from
10569 linux_send_signal, and always send SIGINT.
10570 * spu-low.c (spu_request_interrupt): Rename from spu_send_signal,
10571 and always send SIGINT.
10572 * remote-utils.c (putpkt_binary): Call request_interrupt, instead
10573 of send_signal.
10574 (input_interrupt): Likewise.
10575
820f2bda
PA
105762007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
10577
10578 * server.c (get_features_xml): Check if target implemented
10579 arch_string.
10580 * win32-i386-low.c (win32_arch_string): New.
10581 (win32_target_ops): Add win32_arch_string as arch_string member.
10582
ab39bf24
UW
105832007-02-22 Markus Deuling <deuling@de.ibm.com>
10584
10585 * spu-low.c (spu_arch_string): New.
10586 (spu_target_ops): Add spu_arch_string.
10587
61ff6e04
DJ
105882007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
10589
10590 * remote-utils.c: Remove HAVE_TERMINAL_H check.
10591 * configure.ac: Do not check for terminal.h.
10592 * configure, config.in: Regenerated.
10593
fb1e4ffc
DJ
105942007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
10595
10596 * Makefile.in (OBS): Add $(XML_BUILTIN).
10597 (XML_DIR, XML_TARGET, XML_FILES, XML_BUILTIN): New.
10598 (clean): Update.
10599 (target.xml, xml-builtin.c, stamp-xml, arm-with-iwmmxt.o)
10600 (arm-with-iwmmxt.c): New.
10601 * config.in, configure: Regenerate.
10602 * configure.ac: Check for iWMMXt. Handle srv_xmltarget,
10603 srv_xmlbuiltin, and srv_xmlfiles. Define USE_XML.
10604 * configure.srv: Mention srv_xmltarget and srv_xmlfiles.
10605 (arm*-*-linux*): Add iWMMXt and regset support.
10606 * linux-arm-low.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
10607 (arm_fill_gregset, arm_store_gregset, arm_fill_wmmxregset)
10608 (arm_store_wmmxregset, target_regsets): New.
10609 * server.c (get_features_xml): Take annex argument. Check builtin
10610 XML documents.
10611 (handle_query): Handle multiple annexes.
10612
0f48aa01
DJ
106132007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10614
10615 * remote-utils.c [USE_WIN32API] (read, write): Define.
10616 (putpkt_binary, input_interrupt, readchar, getpkt): Use read and
10617 write.
10618
23181151
DJ
106192007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
10620
10621 * linux-i386-low.c (the_low_target): Set arch_string.
10622 * linux-x86-64-low.c (the_low_target): Likewise.
10623 * linux-low.c (linux_arch_string): New.
10624 (linux_target_ops): Add it.
10625 * linux-low.h (struct linux_target_ops): Add arch_string.
10626 * server.c (write_qxfer_response): Use const void * for DATA.
10627 (get_features_xml): New.
10628 (handle_query): Handle qXfer:features:read. Report it for qSupported.
10629 * target.h (struct target_ops): Add arch_string method.
10630
9d606399
DJ
106312007-01-03 Denis Pilat <denis.pilat@st.com>
10632 Daniel Jacobowitz <dan@codesourcery.com>
10633
10634 * linux-low.c (linux_kill): Handle being called with no threads.
10635 * win32-i386-low.c (win32_kill): Likewise.
10636 (get_child_debug_event): Clear current_process_handle.
10637
106382006-12-30 Denis PILAT <denis.pilat@st.com>
8264bb58
DJ
10639 Daniel Jacobowitz <dan@codesourcery.com>
10640
10641 * remote-utils.c (remote_open): Check the type of specified
10642 serial port devices before opening them.
10643 * server.c (main): Kill the inferior if an error occurs during
10644 the first remote_open.
10645
a5e13d24
DJ
106462006-12-05 Markus Deuling <deuling@de.ibm.com>
10647
10648 * README: Update supported targets.
10649
186947f7
DJ
106502006-11-28 Daniel Jacobowitz <dan@codesourcery.com>
10651
10652 * Makefile.in (clean): Remove reg-mips64.c.
10653 (reg-mips64.c, reg-mips64.o): New rules.
10654 * configure.srv: Handle mips64. Include regset support for mips.
10655 * linux-mips-low.c (union mips_register): New.
10656 (mips_get_pc, mips_set_pc, mips_reinsert_addr): Use it.
10657 (mips_breakpoint, mips_breakpoint_at): Use int.
10658 (mips_collect_register, mips_supply_register)
10659 (mips_collect_register_32bit, mips_supply_register_32bit)
10660 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
10661 (mips_store_fpregset, target_regsets): New.
10662 * thread-db.c (thread_db_get_tls_address): Use uintptr_t.
10663
a13e2c95
UW
106642006-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10665
10666 * configure.srv: Add target "spu*-*-*".
10667 * Makefile.in (clean): Remove reg-spu.c.
10668 (reg-spu.c, reg-spu.o, spu-low.o): Add dependencies.
10669 * spu-low.c: New file.
10670
cb7283db
DJ
106712006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
10672
10673 * configure.ac: Correct td_thr_tls_get_addr test.
10674 * configure: Regenerated.
10675
89be2091
DJ
106762006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
10677
10678 * linux-low.c (linux_wait_for_event): Reformat. Use the
10679 pass_signals array.
10680 * remote-utils.c (decode_address_to_semicolon): New.
10681 * server.c (pass_signals, handle_general_set): New.
10682 (handle_query): Mention QPassSignals for qSupported.
10683 (main): Call handle_general_set.
10684 * server.h (pass_signals, decode_address_to_semicolon): New.
10685
000ef4f0
DJ
106862006-11-06 Daniel Jacobowitz <dan@codesourcery.com>
10687
10688 * server.c (handle_query): Correct error handling for read_auxv.
10689
b7149293
UW
106902005-10-19 Ulrich Weigand <uweigand@de.ibm.com>
10691
10692 * configure.srv [s390-*-linux*, s390x-*-linux*]: Set srv_linux_regsets
10693 and srv_linux_thread_db to yes.
10694 * linux-s390-low.c (s390_fill_gregset): New function.
10695 (target_regsets): Define data structure.
10696
dae5f5cf
DJ
106972006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
10698
10699 * acinclude.m4 (SRV_CHECK_TLS_GET_ADDR): New.
10700 * configure.ac: Use it. Define HAVE_TD_THR_TLS_GET_ADDR.
10701 * config.in, configure: Regenerated.
10702 * inferiors.c (gdb_id_to_thread): New function.
10703 (gdb_id_to_thread_id): Use it.
10704 * linux-low.c (linux_target_ops): Use thread_db_get_tls_address.
10705 * linux-low.h (struct process_info): Add th member.
10706 (thread_db_get_tls_address): New prototype.
10707 * remote-utils.c (decode_address): Make non-static.
10708 * server.c (handle_query): Handle qGetTLSAddr.
10709 * server.h (gdb_id_to_thread, decode_address): New prototypes.
10710 * target.h (struct target_ops): Add get_tls_address.
10711 * thread-db.c (maybe_attach_thread): Save the thread handle.
10712 (thread_db_get_tls_address): New.
10713
32ca6d61
DJ
107142006-09-28 Daniel Jacobowitz <dan@codesourcery.com>
10715
10716 * linux-low.c (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
10717 (linux_resume_one_process): Take a siginfo_t *. Update all
10718 callers. Queue it if necessary. Use PTRACE_SETSIGINFO.
10719 (struct pending_signals): Add a siginfo_t.
10720 (linux_wait_for_process): Always set last_status.
10721 (linux_wait_for_event): Use PTRACE_GETSIGINFO.
10722 (linux_queue_one_thread): Use PTRACE_GETSIGINFO.
10723 * linux-low.h (struct process_info): Add last_status.
10724
5ffff7c1
DJ
107252006-09-21 Daniel Jacobowitz <dan@codesourcery.com>
10726
10727 * remote-utils.c (try_rle): New function.
10728 (putpkt_binary): Use it.
10729
8695c747
DJ
107302006-08-19 Daniel Jacobowitz <dan@codesourcery.com>
10731
10732 * Makefile.in (clean): Clean reg-x86-64-linux.c.
10733 (reg-x86-64-linux.o, reg-x86-64-linux.c): New.
10734 * configure.srv (x86_64-*-linux*): Use reg-x86-64-linux.o.
10735 * linux-x86-64-low.c (x86_64_regmap): Include ORIG_RAX.
10736 (x86_64_fill_gregset, x86_64_store_gregset): Skip floating
10737 point registers.
10738
290fadea
RS
107392006-08-08 Richard Sandiford <richard@codesourcery.com>
10740
10741 * server.c (terminal_fd): New variable.
10742 (old_foreground_pgrp): Likewise.
10743 (restore_old_foreground_pgrp): New function.
10744 (start_inferior): Record the terminal file descriptor in terminal_fd
10745 and its original foreground group in old_foreground_pgrp. Register
10746 restore_old_foreground_pgrp with atexit().
10747
9f2e1e63
DJ
107482006-07-26 Daniel Jacobowitz <dan@codesourcery.com>
10749
10750 * server.c (handle_query): Correct qPart to qXfer.
10751
b80864fb
DJ
107522006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
10753
10754 * configure.ac: Check for more headers which are missing on
10755 Windows. Automatically supply -lwsock32 and USE_WIN32API.
10756 * configure.srv: Add Cygwin and mingw32.
10757 * remote-utils.c: Don't include headers unconditionally which
10758 are missing on mingw32. Include <winsock.h> for mingw32.
10759 (remote_open): Adjust for mingw32 support. Flush
10760 standard error after writing to it.
10761 (remote_close, putpkt_binary, input_interrupt, block_async_io)
10762 (unblock_async_io, enable_async_io, disable_async_io)
10763 (readchar, getpkt): Update for Winsock support.
10764 (prepare_resume_reply): Expect a protocol signal number.
10765 * server.c: Disable <sys/wait.h> on mingw32.
10766 (start_inferior): Adjust for mingw32 support. Flush
10767 standard error after writing to it.
10768 (attach_inferior): Likewise. Use protocol signal
10769 numbers.
10770 (main): Skip 'D' packet on mingw32. Use protocol signal numbers
10771 and names.
10772 * win32-i386-low.c: New file.
10773 * Makefile.in (XM_CLIBS): Set.
10774 (gdbserver, gdbreplay): Use $(INTERNAL_CFLAGS).
10775 (win32-i386-low.o): New dependency rule.
10776 * linux-low.c (linux_wait): Use target signal numbers.
10777 * target.h (struct target_ops): Doc fix.
10778 * server.h (target_signal_to_name): New prototype.
10779 * gdbreplay.c: Don't include headers unconditionally which
10780 are missing on mingw32. Include <winsock.h> for mingw32.
10781 (remote_close, remote_open): Adjust for Winsock support.
10782 * configure, config.in: Regenerated.
10783
0876f84a
DJ
107842006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
10785
10786 * server.c (decode_xfer_read, write_qxfer_response): New.
10787 (handle_query): Take a packet length argument. Handle
10788 qXfer:auxv:read instead of qPart:auxv:read. Mention it in
10789 the qSupported response.
10790 (main): Update call to handle_query.
10791
01f9e8fa
DJ
107922006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10793
10794 * remote-utils.c (remote_escape_output, remote_unescape_input): New.
10795 (putpkt_binary): Renamed from putpkt and adjusted for binary
10796 data.
10797 (putpkt): New wrapper for putpkt_binary.
10798 (readchar): Don't mask off the high bit.
10799 (decode_X_packet): New function.
10800 * server.c (main): Call putpkt_binary if a handler sets the packet
10801 length. Save the length of the incoming packet. Handle 'X'.
10802 * server.h (gdb_byte, remote_escape_output, decode_X_packet): New.
10803
be2a5f71
DJ
108042006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
10805
10806 * server.c (handle_query): Handle qSupported.
10807
ea025f5f
DJ
108082006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
10809
10810 * remote-utils.c (all_symbols_looked_up): New variable.
10811 (look_up_one_symbol): Check it.
10812 * server.h (look_up_one_symbol): New declaration.
10813 * thread-db.c (thread_db_init): Set all_symbols_looked_up.
10814
9308fc88
DJ
108152006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
10816
10817 * Makefile.in (linux-arm-low.o): Update dependencies.
66f338c7 10818 * linux-arm-low.c: Include "gdb_proc_service.h".
9308fc88
DJ
10819 (PTRACE_GET_THREAD_AREA): Define.
10820 (ps_get_thread_area): New function.
10821
52fb6437
NS
108222006-05-09 Nathan Sidwell <nathan@codesourcery.com>
10823
10824 * configure.srv (m68k*-*-uclinux*): New target.
10825 * linux-low.c (linux_create_inferior): Use vfork on mmuless systems.
10826 (linux_resume_one_process): Remove extraneous cast.
10827 (linux_read_offsets): New.
10828 (linux_target_op): Add linux_read_offsets on mmuless systems.
10829 * server.c (handle_query): Add qOffsets logic.
10830 * target.h (struct target_ops): Add read_offsets.
10831
21b0f40c
DJ
108322006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
10833
10834 * linux-mips-low.c: Include <sys/ptrace.h> and "gdb_proc_service.h".
10835 (PTRACE_GET_THREAD_AREA): Define.
10836 (ps_get_thread_area): New function.
10837 * Makefile.in (linux-i386-low.o, linux-mips-low.o)
10838 (linux-x86-64-low.o): Update.
10839
0050a760
DJ
108402006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
10841
10842 * configure.ac: Remove checks for prfpregset_t.
10843 * gdb_proc_service.h: New file.
10844 * linux-i386-low.c, linux-x86-64-low.c, thread-db.c: Use the
10845 new "gdb_proc_service.h".
10846 * proc-service.c: Likewise.
10847 (ps_pglobal_lookup, ps_pdread, ps_pdwrite): Use psaddr_t.
10848 (ps_lgetfpregs, ps_lsetfpregs): Use a void* argument.
10849 * Makefile.in (gdb_proc_service_h): Updated.
10850 * configure, config.in: Regenerated.
10851
b92a518e
DJ
108522006-03-03 Daniel Jacobowitz <dan@codesourcery.com>
10853
10854 * remote-utils.c (prepare_resume_reply): Move declaration
10855 of gdb_id_from_wait to the top of the block.
10856
545587ee
DJ
108572006-02-15 Daniel Jacobowitz <dan@codesourcery.com>
10858
10859 * linux-low.c (regsets_store_inferior_registers): Read the regset
10860 from the target before filling it.
10861
9db87ebd
DJ
108622006-02-08 Daniel Jacobowitz <dan@codesourcery.com>
10863
10864 * server.c (attach_inferior): Return SIGTRAP for a successful
10865 attach.
10866
dd24457d
DJ
108672006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10868
10869 * Makefile.in (OBS): Add version.o.
10870 (STAGESTUFF): Delete.
10871 (version.o): Add dependencies.
10872 (version.c): Replace rule.
10873 (clean): Remove version.c.
10874 * server.c (gdbserver_version): New.
10875 (gdbserver_usage): Use printf.
10876 (main): Handle --version and --help.
10877 * server.h (version, host_name): Add declarations.
10878
6f0f660e
EZ
108792005-12-23 Eli Zaretskii <eliz@gnu.org>
10880
889bf7c5
PA
10881 * linux-arm-low.c:
10882 * linux-arm-low.c:
10883 * inferiors.c:
10884 * i387-fp.h:
10885 * i387-fp.c:
10886 * gdbreplay.c:
10887 * regcache.c:
10888 * proc-service.c:
10889 * mem-break.h:
10890 * mem-break.c:
10891 * linux-x86-64-low.c:
10892 * linux-sh-low.c:
10893 * linux-s390-low.c:
10894 * linux-ppc64-low.c:
10895 * linux-ppc-low.c:
10896 * linux-mips-low.c:
10897 * linux-m68k-low.c:
10898 * linux-m32r-low.c:
10899 * linux-low.h:
10900 * linux-low.c:
10901 * linux-ia64-low.c:
10902 * linux-i386-low.c:
10903 * linux-crisv32-low.c:
10904 * thread-db.c:
10905 * terminal.h:
10906 * target.h:
10907 * target.c:
10908 * server.h:
10909 * server.c:
10910 * remote-utils.c:
10911 * regcache.h:
10912 * utils.c:
10913 * Makefile.in:
10914 * configure.ac:
6f0f660e
EZ
10915 * gdbserver.1: Add (C) after Copyright. Update the FSF
10916 address.
10917
9d1fb177
DJ
109182005-11-13 Daniel Jacobowitz <dan@codesourcery.com>
10919
10920 * linux-arm-low.c (arm_eabi_breakpoint): New variable.
10921 (arm_breakpoint_at): Recognize both breakpoints.
10922 (the_low_target): Use the correct breakpoint instruction.
10923
011a70c2
DJ
109242005-11-02 Daniel Jacobowitz <dan@codesourcery.com>
10925
10926 * configure.srv (x86_64-*-linux*): Turn on thread_db support.
10927 * linux-x86-64-low.c (x86_64_breakpoint, x86_64_breakpoint_len)
10928 (x86_64_get_pc, x86_64_set_pc, x86_64_breakpoint_at): New.
10929 (the_low_target): Update.
10930
7fb85e41
AS
109312005-10-25 Andreas Schwab <schwab@suse.de>
10932
10933 * server.c (main): Allocate mem_buf with PBUFSIZ bytes.
10934
10935 * linux-ia64-low.c (ia64_regmap): Remove NAT registers.
10936 (ia64_num_regs): Reduce to 462.
10937
3db0444b
DJ
109382005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
10939
10940 * acinclude.m4: Correct quoting.
10941 * aclocal.m4: Regenerated.
10942
10943 Suggested by SZOKOVACS Robert <szo@ies.hu>:
10944 * thread-db.c (thread_db_err_str): Handle TD_VERSION.
10945 (thread_db_init): Call thread_db_err_str.
10946 * configure.ac: Check for TD_VERSION.
10947 * config.in, configure: Regenerated.
10948
bee0189a
DJ
109492005-07-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10950
10951 * server.h (error, fatal, warning): Add ATTR_FORMAT.
10952
e9d25b98
DJ
109532005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
10954
10955 * configure.ac: Define HAVE_LINUX_REGSETS even if PTRACE_GETREGS
10956 is not available. Define HAVE_PTRACE_GETREGS if it is.
10957 * config.in, configure: Regenerated.
10958 * configure.srv: Set srv_linux_regsets for PowerPC and PowerPC64.
10959 * linux-i386-low.c, linux-m68k-low.c: Update to use
10960 HAVE_PTRACE_GETREGS.
10961 * linux-low.c (regsets_fetch_inferior_registers)
10962 (regsets_store_inferior_registers): Only return 0 if we processed
10963 GENERAL_REGS.
10964 * linux-ppc-low.c (ppc_fill_gregset, target_regsets): New.
10965 * linux-ppc64-low.c (ppc_fill_gregset, target_regsets): New.
10966
a06660f7
DJ
109672005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
10968
10969 * inferiors.c (struct thread_info): Add gdb_id.
10970 (add_thread): Add gdb_id argument.
10971 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New.
10972 * linux-low.c (linux_create_inferior, linux_attach_lwp): Update
10973 calls to add_thread.
10974 * remote-utils.c (prepare_resume_reply: Use thread_to_gdb_id.
10975 * server.c (handle_query): Use thread_to_gdb_id.
10976 (handle_v_cont, main): Use gdb_id_to_thread_id.
10977 * server.h (add_thread): Update prototype.
10978 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New
10979 prototypes.
10980
5a1f5858
DJ
109812005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
10982
10983 * linux-low.c (fetch_register, usr_store_inferior_registers): Handle
10984 left-padded registers.
10985 * linux-low.h (struct linux_target_ops): Add left_pad_xfer.
10986 * linux-ppc64-low.c (the_low_target): Set left_pad_xfer.
10987
e122f1f5
SE
109882005-07-01 Steve Ellcey <sje@cup.hp.com>
10989
10990 * configure.ac (BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS.
10991 * configure: Regenerate.
10992 * config.in: Regenerate.
10993 * server.h (NEED_DECLARATION_STRERROR):
10994 Replace with !HAVE_DECL_STRERROR.
10995
d592fa2f
DJ
109962005-06-16 Daniel Jacobowitz <dan@codesourcery.com>
10997
10998 * linux-low.c (linux_wait, linux_send_signal): Don't test
10999 an unsigned long variable for > 0 if it could be MAX_ULONG.
11000 * server.c (myresume): Likewise.
11001 * target.c (set_desired_inferior): Likewise.
11002
ccbd4912
MK
110032005-06-13 Mark Kettenis <kettenis@gnu.org>
11004
11005 * configure.ac: Simplify and improve check for socklen_t.
11006 * configure, config.in: Regenerate.
11007
f450004a
DJ
110082005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
11009
11010 * acconfig.h: Remove.
11011 * configure.ac: Add a test for socklen_t. Use three-argument
11012 AC_DEFINE throughout.
11013 * config.in: Regenerated using autoheader 2.59.
11014 * configure: Regenerated.
11015
11016 * gdbreplay.c (socklen_t): Provide a default.
11017 (remote_open): Use socklen_t.
11018 * remote-utils.c (socklen_t): Provide a default.
11019 (remote_open): Use socklen_t.
11020 (convert_int_to_ascii, convert_ascii_to_int, decode_M_packet): Use
11021 unsigned char.
11022
11023 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Use unsigned
11024 char for buffers.
11025 * linux-low.c (linux_read_memory, linux_write_memory)
11026 (linux_read_auxv): Likewise.
11027 * mem-break.c (breakpoint_data, set_breakpoint_data, check_mem_read)
11028 (check_mem_write): Likewise.
11029 * mem-break.h (set_breakpoint_data, check_mem_read, check_mem_write):
11030 Likewise.
11031 * regcache.c (struct inferior_rgcache_data, registers_to_string)
11032 (registers_from_string, register_data): Likewise.
11033 * server.c (handle_query, main): Likewise.
11034 * server.h (convert_ascii_to_int, convert_int_to_ascii)
11035 (decode_M_packet): Likewise.
11036 * target.c (read_inferior_memory, write_inferior_memory): Likewise.
11037 * target.h (struct target_ops): Update read_memory, write_memory,
11038 and read_auxv.
11039 (read_inferior_memory, write_inferior_memory): Update.
11040 * linux-low.h (struct linux_target_ops): Change type of breakpoint
11041 to unsigned char *.
11042 * linux-arm-low.c, linux-cris-low.c, linux-crisv32-low.c,
11043 linux-i386-low.c, linux-m32r-low.c, linux-m68k-low.c,
11044 linux-mips-low.c, linux-ppc-low.c, linux-ppc64-low.c,
11045 linux-s390-low.c, linux-sh-low.c: Update for changes in
11046 read_inferior_memory and the_low_target->breakpoint.
11047
eee84df1
DJ
110482005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
11049
11050 * Makefile.in (SFILES): Add linux-ppc64-low.c.
11051 (linux-ppc64-low.o, reg-ppc64.c, reg-ppc64.o): New targets.
11052 * configure.srv: Add powerpc64-*-linux*.
11053 * linux-ppc64-low.c: New file.
11054
45b134e5
OF
110552005-05-23 Orjan Friberg <orjanf@axis.com>
11056
11057 * linux-cris-low.c: New file with support for CRIS.
11058 * linux-crisv32-low.c: Ditto for CRISv32.
11059 * Makefile.in (SFILES): Add linux-cris-low.c, linux-crisv32-low.c.
11060 (clean): Add reg-cris.c and reg-crisv32.c.
889bf7c5 11061 Add linux-cris-low.o, linux-crisv32-low.o, reg-cris.o, reg-cris.c,
45b134e5
OF
11062 reg-crisv32.o, and reg-crisv32.c to make rules.
11063 * configure.srv: Add cris-*-linux* and crisv32-*-linux* to list of
11064 recognized targets.
11065
48d93c75
UW
110662005-05-16 Ulrich Weigand <uweigand@de.ibm.com>
11067
11068 * linux-low.c (fetch_register): Ensure buffer size is a multiple
11069 of sizeof (PTRACE_XFER_TYPE).
11070 (usr_store_inferior_registers): Likewise. Zero out excess bytes.
11071
e013ee27
OF
110722005-05-12 Orjan Friberg <orjanf@axis.com>
11073
889bf7c5 11074 * target.h (struct target_ops): Add insert_watchpoint,
e013ee27
OF
11075 remove_watchpoint, stopped_by_watchpoint, stopped_data_address function
11076 pointers for hardware watchpoint support.
11077 * linux-low.h (struct linux_target_ops): Ditto.
11078 * linux-low.c (linux_insert_watchpoint, linux_remove_watchpoint)
11079 (linux_stopped_by_watchpoint, linux_stopped_data_address): New. Add
11080 to linux_target_ops.
11081 * remote-utils.c (prepare_resume_reply): Add watchpoint information to
11082 reply packet.
11083 * server.c (main): Recognize 'Z' and 'z' packets.
11084
b0ded00b
UW
110852005-05-10 Ulrich Weigand <uweigand@de.ibm.com>
11086
11087 * linux-s390-low.c (s390_breakpoint, s390_breakpoint_len): Define.
11088 (s390_get_pc, s390_set_pc, s390_breakpoint_at): New functions.
11089 (the_low_target): Add new members.
11090
8643e2ad
DJ
110912005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
11092
11093 * proc-service.c (ps_lgetregs): Search all_processes instead of
11094 all_threads.
11095
fc620387
DJ
110962005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
11097
11098 * server.c (start_inferior): Change return type to int.
11099 (attach_inferior): Change sigptr to int *.
11100 (handle_v_cont, handle_v_requests): Change signal to int *.
11101 (main): Change signal to int.
11102
111032005-04-15 Kei Sakamoto <sakamoto.kei@renesas.com>
7cfbc4a0
KI
11104
11105 * Makefile.in: Add linux-m32r-low.o, reg-m32r.c and reg-m32r.o.
11106 * configure.srv: Add m32r*-*-linux*.
11107 * linux-m32r-low.c: New file.
11108
e0e76420
DJ
111092005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
11110
11111 * Makefile.in (stamp-h): Set CONFIG_HEADERS explicitly.
11112
a1928bad
DJ
111132005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
11114
11115 * inferiors.c (change_inferior_id, add_thread, find_inferior_id):
11116 Take unsigned long arguments for PIDs.
11117 * linux-low.c (add_process, linux_attach_lwp, linux_attach)
11118 (linux_thread_alive, linux_wait_for_event, kill_lwp, send_sigstop)
11119 (wait_for_sigstop, linux_resume_one_process)
11120 (regsets_fetch_inferior_registers, linux_send_signal)
11121 (linux_read_auxv): Likewise. Update the types of variables holding
11122 PIDs. Update format string specifiers.
11123 * linux-low.h (struct process_info, linux_attach_lwp): Likewise.
11124 * remote-utils.c (prepare_resume_reply): Likewise.
11125 * server.c (cont_thread, general_thread, step_thread)
11126 (thread_from_wait, old_thread_from_wait, signal_pid): Change type to
11127 unsigned long.
11128 (handle_query): Update format specifiers.
11129 (handle_v_cont, main): Use strtoul for thread IDs.
11130 * server.h (struct inferior_list_entry): Use unsigned long for ID.
11131 (add_thread, find_inferior_id, change_inferior_id, cont_thread)
11132 (general_thread, step_thread, thread_from_wait)
11133 (old_thread_from_wait): Update.
11134 * target.h (struct thread_resume): Use unsigned long for THREAD.
11135 (struct target_ops): Use unsigned long for arguments to attach and
11136 thread_alive.
11137
dcdb98d2
DJ
111382005-02-24 Daniel Jacobowitz <dan@codesourcery.com>
11139
11140 * acinclude.m4: Include bfd/bfd.m4 directly.
11141 * configure.ac: Use AC_ARG_PROGRAM. Suggested by Aron Griffis
11142 <agriffis@toolchain.org>.
11143 * aclocal.m4, configure: Regenerated.
11144
bec39cab
AC
111452005-01-07 Andrew Cagney <cagney@gnu.org>
11146
11147 * configure.ac: Rename configure.in, require autoconf 2.59.
11148 * configure: Re-generate.
11149
434c4c77
DJ
111502004-12-08 Daniel Jacobowitz <dan@debian.org>
11151
11152 * acinclude.m4 (SRV_CHECK_THREAD_DB): Add ps_get_thread_area. Reset
11153 LIBS when finished.
11154 * aclocal.m4: Regenerated.
11155 * configure: Regenerated.
11156
db1d3e1b
AS
111572004-11-21 Andreas Schwab <schwab@suse.de>
11158
11159 * linux-m68k-low.c (m68k_num_gregs): Define.
11160 (m68k_fill_gregset, m68k_store_gregset, m68k_fill_fpregset)
11161 (m68k_store_fpregset, target_regsets) [HAVE_LINUX_REGSETS]: New.
11162 (m68k_breakpoint, m68k_breakpoint_len, m68k_get_pc, m68k_set_pc)
11163 (m68k_breakpoint_at): New. Add to the_low_target.
11164
11165 * configure.srv (m68*-*-linux*): Set srv_linux_regsets and
11166 srv_linux_thread_db to yes.
11167
43360365
JB
111682004-10-20 Joel Brobecker <brobecker@gnat.com>
11169
11170 * linux-x86-64-low.c (ARCH_SET_GS): Add definition if missing.
11171 (ARCH_SET_FS): Likewise.
11172 (ARCH_GET_FS): Likewise.
11173 (ARCH_GET_GS): Likewise.
11174
fd500816
DJ
111752004-10-16 Daniel Jacobowitz <dan@debian.org>
11176
11177 * linux-i386-low.c (ps_get_thread_area): New.
11178 * linux-x86-64-low.c (ps_get_thread_area): New.
11179 * linux-low.c: Include <sys/syscall.h>.
11180 (linux_kill_one_process): Don't kill the first thread here.
11181 (linux_kill): Kill the first thread here.
11182 (kill_lwp): New function.
11183 (send_sigstop, linux_send_signal): Use it.
11184 * proc-service.c: Clean up #ifdefs.
11185 (fpregset_info): Delete.
11186 (ps_lgetregs): Update and enable implementation.
11187 (ps_lsetregs, ps_lgetfpregs, ps_lsetfpregs): Remove disabled
11188 implementations.
11189 * remote-utils.c (struct sym_cache, symbol_cache): New.
11190 (input_interrupt): Print a clearer message.
11191 (async_io_enabled): New variable.
11192 (enable_async_io, disable_async_io): Use it. Update comments.
11193 (look_up_one_symbol): Use the symbol cache.
11194 * thread-db.c (thread_db_look_up_symbols): New function.
11195 (thread_db_init): Update comments. Call thread_db_look_up_symbols.
11196
f6de3c42
DJ
111972004-10-16 Daniel Jacobowitz <dan@debian.org>
11198
11199 * configure.in: Test for -rdynamic.
11200 * configure: Regenerated.
11201 * Makefile (INTERNAL_LDFLAGS): New.
11202 (gdbserver, gdbreplay): Use it.
11203
2c0fc042
AC
112042004-09-02 Andrew Cagney <cagney@gnu.org>
11205
11206 * Makefile.in (TAGS): Replace TM_FILE with DEPRECATED_TM_FILE.
11207
075b3282
DJ
112082004-03-23 Daniel Jacobowitz <drow@mvista.com>
11209
11210 * linux-low.c (linux_wait): Clear all_processes list also.
11211
fa6a77dc
DJ
112122004-03-12 Daniel Jacobowitz <drow@mvista.com>
11213
11214 * linux-low.c: Include <errno.h>. Remove extern declaration of
11215 errno.
11216
6d782a97
DJ
112172004-03-12 Daniel Jacobowitz <drow@mvista.com>
11218
11219 * gdbreplay.c, server.h, utils.c: Update copyright years.
11220
3a7fb99b
DJ
112212004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
11222
11223 * server.c (main): Print child status or termination signal from
11224 variable 'signal', not 'sig'.
11225
c3e735a6
DJ
112262004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
11227
11228 * linux-low.c (linux_read_memory): Change return type to
11229 int. Check for and return error from ptrace().
11230 * target.c (read_inferior_memory): Change return type to int. Pass
11231 back return status from the_target->read_memory().
11232 * target.h (struct target_ops): Adapt *read_memory() prototype.
11233 Update comment.
11234 (read_inferior_memory): Adapt prototype.
11235 * server.c (main): Return an error packet if
11236 read_inferior_memory() returns an error.
11237
a59d1c82
DJ
112382004-03-04 Daniel Jacobowitz <drow@mvista.com>
11239
11240 * Makefile.in (distclean): Remove config.h, stamp-h, and config.log.
11241 Unify with other clean targets.
11242
dc3f8883
DJ
112432004-02-29 Daniel Jacobowitz <drow@mvista.com>
11244
11245 * server.c (handle_v_cont): Call set_desired_inferior.
11246
89a208da
DJ
112472004-02-29 Daniel Jacobowitz <drow@mvista.com>
11248
11249 * remote-utils.c (prepare_resume_reply): Always supply "thread:".
11250
62ea82f5
DJ
112512004-02-29 Daniel Jacobowitz <drow@mvista.com>
11252
11253 * linux-low.c (linux_wait): Unblock async I/O.
11254 (linux_resume): Block and enable async I/O.
11255 * remote-utils.c (block_async_io, unblock_async_io): New functions.
11256 * server.h (block_async_io, unblock_async_io): Add prototypes.
11257
6910d122
DJ
112582004-02-29 Daniel Jacobowitz <drow@mvista.com>
11259
11260 * remote-utils.c (remote_open): Print a status notice after
11261 opening a TCP port.
11262 * server.c (attach_inferior): Print a status notice after
11263 attaching.
11264
112652004-02-29 Daniel Jacobowitz <drow@mvista.com>
d677d77d
DJ
11266
11267 * linux-arm-low.c (arm_get_pc): Print out stop PC in debug mode.
11268
c89dc5d4
DJ
112692004-02-26 Daniel Jacobowitz <drow@mvista.com>
11270
11271 * remote-utils.c (write_enn): Use "E01" instead of "ENN" for the
11272 error packet.
11273 * server.c, target.h: Update copyright years.
11274
4b8dad4a
RM
112752004-02-25 Roland McGrath <roland@redhat.com>
11276
11277 * target.h (struct target_ops): New member `read_auxv'.
11278 * server.c (handle_query): Handle qPart:auxv:read: query using that.
11279 * linux-low.c (linux_read_auxv): New function.
11280 (linux_target_ops): Initialize `read_auxv' member to that.
11281
d7446758
JB
112822004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11283
11284 Committed by Jim Blandy <jimb@redhat.com>.
11285
11286 * linux-s390-low.c (s390_num_regs): Update.
4b8dad4a 11287 (s390_regmap): Remove control registers. Use __s390x__ predefine
d7446758
JB
11288 instead of GPR_SIZE to distiguish s390 and s390x targets.
11289
5544ad89
DJ
112902004-01-31 Daniel Jacobowitz <drow@mvista.com>
11291
11292 * linux-low.c: Update copyright year.
11293 (check_removed_breakpoint): Clear pending_is_breakpoint.
11294 (linux_set_resume_request, linux_queue_one_thread)
11295 (resume_status_pending_p): New functions.
11296 (linux_continue_one_thread): Use process->resume.
11297 (linux_resume): Only resume threads if there are no pending events.
11298 * linux-low.h (struct process_info): Add resume request
11299 pointer.
11300
2a68b70e
DJ
113012004-01-30 Daniel Jacobowitz <drow@mvista.com>
11302
11303 * regcache.c (new_register_cache): Clear the allocated register
11304 buffer. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
11305
64386c31
DJ
113062003-10-13 Daniel Jacobowitz <drow@mvista.com>
11307
11308 * linux-low.c (linux_resume): Take a struct thread_resume *
11309 argument.
11310 (linux_wait): Update call.
11311 (resume_ptr): New static variable.
11312 (linux_continue_one_thread): Renamed from
11313 linux_continue_one_process. Use resume_ptr.
11314 (linux_resume): Use linux_continue_one_thread.
11315 * server.c (handle_v_cont, handle_v_requests): New functions.
11316 (myresume): New function.
11317 (main): Handle 'v' case.
11318 * target.h (struct thread_resume): New type.
11319 (struct target_ops): Change argument of "resume" to struct
11320 thread_resume *.
11321 (myresume): Delete macro.
11322
c938e9b0
L
113232003-08-08 H.J. Lu <hongjiu.lu@intel.com>
11324
11325 * Makefile.in (install-only): Create dest dir. Support DESTDIR.
11326 (uninstall): Support DESTDIR.
11327
7f313d07
BC
11328Mon Jul 21 20:09:34 UTC 2003 Brendan Conoboy <blc@redhat.com>
11329
11330 * configure.srv: Add xscale*linux copy of arm*linux entry.
11331
3b2fc2ea
DJ
113322003-07-24 Daniel Jacobowitz <drow@mvista.com>
11333
11334 * linux-arm-low.c (arm_reinsert_addr): New function.
11335 (the_low_target): Add arm_reinsert_addr.
11336
1c0a559e
MK
113372003-07-08 Mark Kettenis <kettenis@gnu.org>
11338
11339 * mem-break.c: Remove whitespace at end of file.
11340
43d5792c
DJ
113412003-06-28 Daniel Jacobowitz <drow@mvista.com>
11342
11343 * configure.in: Check whether we need to prototype strerror.
11344 * server.h: Optionally prototype strerror.
11345 * gdbreplay.c (perror_with_name): Use strerror.
11346 * linux-low.c (linux_attach_lwp): Use strerror.
11347 * utils.c (perror_with_name): Use strerror.
11348 * config.in, configure: Regenerated.
11349
c8a86edf
DJ
113502003-06-28 Daniel Jacobowitz <drow@mvista.com>
11351
11352 * linux-sh-low.c (sh_regmap): Fix FP register offsets, reported by
11353 SUGIOKA Toshinobu <sugioka@itonet.co.jp>.
11354
73d37363
DJ
113552003-06-20 Daniel Jacobowitz <drow@mvista.com>
11356
11357 * Makefile.in (SFILES): Update.
11358 * low-hppabsd.c, low-lynx.c, low-nbsd.c, low-sim.c, low-sparc.c,
11359 low-sun3.c: Remove files.
11360
6ad8ae5c
DJ
113612003-06-17 Daniel Jacobowitz <drow@mvista.com>
11362
11363 * linux-low.c: Move comment to linux_thread_alive where it belonged.
11364 (linux_detach_one_process, linux_detach): New functions.
11365 (linux_target_ops): Add linux_detach.
11366 * server.c (main): Handle 'D' packet.
11367 * target.h (struct target_ops): Add "detach" member.
11368 (detach_inferior): Define.
11369
1581182a
MK
113702003-06-13 Mark Kettenis <kettenis@gnu.org>
11371
11372 From Kelley Cook <kelleycook@wideopenwest.com>:
11373 * configure.srv: Accept i[34567]86 variants.
11374
e5379b03
DJ
113752003-06-05 Daniel Jacobowitz <drow@mvista.com>
11376
11377 * linux-low.c (linux_wait_for_event): Correct comment typos.
11378 (linux_resume_one_process): Call check_removed_breakpoint.
11379 (linux_send_signal): New function.
11380 (linux_target_ops): Add linux_send_signal.
11381 * remote-utils.c (putpkt, input_interrupt): Use send_signal instead
11382 of kill.
11383 * target.h (struct target_ops): Add send_signal.
11384
2ff29de4
JB
113852003-05-29 Jim Blandy <jimb@redhat.com>
11386
11387 * linux-low.c (usr_store_inferior_registers): Transfer buf in
11388 PTRACE_XFER_TYPE-sized chunks, not int-sized chunks. Otherwise,
11389 if 'int' is smaller than PTRACE_XFER_TYPE, you end up throwing
11390 away part of the register's value.
11391
254787d4
DJ
113922003-03-26 Daniel Jacobowitz <drow@mvista.com>
11393
11394 * linux-low.c (linux_create_inferior): Use __SIGRTMIN.
11395 (linux_wait_for_event, linux_init_signals): Likewise.
11396
94e10508
DJ
113972003-03-17 Daniel Jacobowitz <drow@mvista.com>
11398
11399 * configure.in: Check for stdlib.h.
11400 * configure: Regenerated.
11401 * config.in: Regenerated.
11402
4c0711e0
DJ
114032003-01-04 Andreas Schwab <schwab@suse.de>
11404
11405 * linux-m68k-low.c (m68k_num_regs): Define to 29 instead of 31.
11406
ef66e766
AC
114072003-01-02 Andrew Cagney <ac131313@redhat.com>
11408
11409 * Makefile.in: Remove obsolete code.
11410
a1358604
DJ
114112002-11-20 Daniel Jacobowitz <drow@mvista.com>
11412
11413 * linux-s390-low.c (s390_regmap): Check GPR_SIZE instead of
11414 defined(PT_FPR0_HI).
11415
23ce3b1c
DJ
114162002-11-17 Stuart Hughes <seh@zee2.com>
11417
11418 * linux-arm-low.c (arm_num_regs): Increase.
11419 (arm_regmap): Include status register.
11420
114212002-11-17 Daniel Jacobowitz <drow@mvista.com>
11422
11423 * linux-low.c (register_addr): Remove incorrect -1 check.
11424
a9fa9f7d
DJ
114252002-08-29 Daniel Jacobowitz <drow@mvista.com>
11426
11427 * linux-low.c (linux_create_inferior): Call setpgid. Return
11428 the new PID.
11429 (unstopped_p, linux_signal_pid): Remove.
11430 (linux_target_ops): Remove linux_signal_pid.
11431 * remote-utils.c (putpkt, input_interrupt): Use signal_pid
11432 global instead of target method.
11433 * target.h (struct target_ops): Remove signal_pid. Update comment
11434 for create_inferior.
11435 * server.c (signal_pid): New variable.
11436 (create_inferior): Set signal_pid. Block SIGTTOU and SIGTTIN in
4b8dad4a 11437 gdbserver. Set the child to be the foreground process group.
a9fa9f7d
DJ
11438 (attach_inferior): Set signal_pid.
11439
17574093
DJ
114402002-08-23 Daniel Jacobowitz <drow@mvista.com>
11441
11442 * ChangeLog: New file, with entries from gdb/ChangeLog after GDB 5.2.
11443
114442002-08-20 Jim Blandy <jimb@redhat.com>
11445
11446 * Makefile.in (LDFLAGS): Allow the configure script to establish a
11447 default for this.
11448
114492002-08-01 Andrew Cagney <cagney@redhat.com>
11450
11451 * Makefile.in: Make chill references obsolete.
11452
114532002-07-24 Kevin Buettner <kevinb@redhat.com>
11454
11455 * configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
11456 * configure: Regenerate.
11457 * config.in: Regenerate.
11458
114592002-07-09 David O'Brien <obrien@FreeBSD.org>
11460
11461 * gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
11462 (perror_with_name, remote_close, remote_open, expect, play): Static.
11463
114642002-07-04 Michal Ludvig <mludvig@suse.cz>
11465
4b8dad4a 11466 * linux-x86-64-low.c (x86_64_regmap): Make it an array of
17574093
DJ
11467 byte offsets instead of an array of indexes.
11468 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
11469
114702002-06-13 Daniel Jacobowitz <drow@mvista.com>
11471
11472 * regcache.c: Add comment.
11473
114742002-06-11 Daniel Jacobowitz <drow@mvista.com>
11475
11476 * thread-db.c: New file.
11477 * proc-service.c: New file.
11478 * acinclude.m4: New file.
11479 * Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
11480 proc-service.o, and thread-db.o.
11481 (linux-low.o): Add USE_THREAD_DB.
11482 * acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
11483 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
11484 * aclocal.m4: Regenerated.
11485 * config.in: Regenerated.
11486 * configure: Regenerated.
11487 * configure.in: Check for proc_service.h, sys/procfs.h,
11488 thread_db.h, and linux/elf.h headrs.
11489 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
11490 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
11491 Check for -lthread_db and thread support.
11492 * configure.srv: Enable thread_db support for ARM, i386, MIPS,
11493 PowerPC, and SuperH.
11494 * i387-fp.c: Constify arguments.
11495 * i387-fp.h: Likewise.
11496 * inferiors.c: (struct thread_info): Renamed from
11497 `struct inferior_info'. Remove PID member. Use generic inferior
11498 list header. All uses updated.
11499 (inferiors, signal_pid): Removed.
11500 (all_threads): New variable.
11501 (get_thread): Define.
11502 (add_inferior_to_list): New function.
11503 (for_each_inferior): New function.
11504 (change_inferior_id): New function.
11505 (add_inferior): Removed.
11506 (remove_inferior): New function.
11507 (add_thread): New function.
11508 (free_one_thread): New function.
11509 (remove_thread): New function.
11510 (clear_inferiors): Use for_each_inferior and free_one_thread.
11511 (find_inferior): New function.
11512 (find_inferior_id): New function.
11513 (inferior_target_data): Update argument type.
11514 (set_inferior_target_data): Likewise.
11515 (inferior_regcache_data): Likewise.
11516 (set_inferior_regcache_data): Likewise.
11517 * linux-low.c (linux_bp_reinsert): Remove.
11518 (all_processes, stopping_threads, using_thrads)
11519 (struct pending_signals, debug_threads, pid_of): New.
11520 (inferior_pid): Replace with macro.
11521 (struct inferior_linux_data): Remove.
11522 (get_stop_pc, add_process): New functions.
11523 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
11524 Use add_process and add_thread.
11525 (linux_attach_lwp): New function, based on old linux_attach. Use
11526 add_process and add_thread. Set stop_expected for new threads.
11527 (linux_attach): New function.
11528 (linux_kill_one_process): New function.
11529 (linux_kill): Kill all LWPs.
11530 (linux_thread_alive): Use find_inferior_id.
11531 (check_removed_breakpoints, status_pending_p): New functions.
11532 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
11533 Update. Use WNOHANG. Wait for cloned processes also. Update process
11534 struct for the found process.
11535 (linux_wait_for_event): New function.
11536 (linux_wait): Use it. Support LWPs.
11537 (send_sigstop, wait_for_sigstop, stop_all_processes)
11538 (linux_resume_one_process, linux_continue_one_process): New functions.
11539 (linux_resume): Support LWPs.
11540 (REGISTER_RAW_SIZE): Remove.
11541 (fetch_register): Use register_size instead. Call supply_register.
11542 (usr_store_inferior_registers): Likewise. Call collect_register.
11543 Fix recursive case.
11544 (regsets_fetch_inferior_registers): Improve error message.
11545 (regsets_store_inferior_registers): Add debugging.
11546 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
11547 (unstopped_p, linux_signal_pid): New functions.
11548 (linux_target_ops): Add linux_signal_pid.
11549 (linux_init_signals): New function.
11550 (initialize_low): Call it. Initialize using_threads.
11551 * regcache.c (inferior_regcache_data): Add valid
11552 flag.
11553 (get_regcache): Fetch registers lazily. Add fetch argument
11554 and update all callers.
11555 (regcache_invalidate_one, regcache_invalidate): New
11556 functions.
11557 (new_register_cache): Renamed from create_register_cache.
11558 Return the new regcache.
11559 (free_register_cache): Change argument to a void *.
11560 (registers_to_string, registers_from_string): Call get_regcache
11561 with fetch flag set.
11562 (register_data): Make static. Pass fetch flag to get_regcache.
11563 (supply_register): Call get_regcache with fetch flag clear.
11564 (collect_register): Call get_regcache with fetch flag set.
11565 (collect_register_as_string): New function.
11566 * regcache.h: Update.
11567 * remote-utils.c (putpkt): Flush after debug output and use
11568 stderr.
11569 Handle input interrupts while waiting for an ACK.
11570 (input_interrupt): Use signal_pid method.
11571 (getpkt): Flush after debug output and use stderr.
11572 (outreg): Use collect_register_as_string.
11573 (new_thread_notify, dead_thread_notify): New functions.
11574 (prepare_resume_reply): Check using_threads. Set thread_from_wait
11575 and general_thread.
11576 (look_up_one_symbol): Flush after debug output.
11577 * server.c (step_thread, server_waiting): New variables.
11578 (start_inferior): Don't use signal_pid. Update call to mywait.
11579 (attach_inferior): Update call to mywait.
11580 (handle_query): Handle qfThreadInfo and qsThreadInfo.
11581 (main): Don't fetch/store registers explicitly. Use
11582 set_desired_inferior. Support proposed ``Hs'' packet. Update
11583 calls to mywait.
11584 * server.h: Update.
11585 (struct inferior_list, struct_inferior_list_entry): New.
11586 * target.c (set_desired_inferior): New.
11587 (write_inferior_memory): Constify.
11588 (mywait): New function.
11589 * target.h: Update.
11590 (struct target_ops): New signal_pid method.
11591 (mywait): Removed macro, added prototype.
11592
11593 * linux-low.h (regset_func): Removed.
11594 (regset_fill_func, regset_store_func): New.
11595 (enum regset_type): New.
11596 (struct regset_info): Add type field. Use new operation types.
11597 (struct linux_target_ops): stop_pc renamed to get_pc.
11598 Add decr_pc_after_break and breakpoint_at.
11599 (get_process, get_thread_proess, get_process_thread)
11600 (strut process_info, all_processes, linux_attach_lwp)
11601 (thread_db_init): New.
11602
11603 * linux-arm-low.c (arm_get_pc, arm_set_pc,
11604 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
11605 (the_low_target): Add new members.
11606 * linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
11607 (i386_store_fpxregset): Constify.
11608 (target_regsets): Add new kind identifier.
11609 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
11610 (i386_set_pc): Add debugging.
11611 (i386_breakpoint_at): New function.
11612 (the_low_target): Add new members.
11613 * linux-mips-low.c (mips_get_pc, mips_set_pc)
11614 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
11615 (mips_breakpoint_at): New.
11616 (the_low_target): Add new members.
11617 * linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
11618 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
11619 (the_low_target): Add new members.
11620 * linux-sh-low.c (sh_get_pc, sh_set_pc)
11621 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
11622 (the_low_target): Add new members.
11623 * linux-x86-64-low.c (target_regsets): Add new kind
11624 identifier.
11625
116262002-05-15 Daniel Jacobowitz <drow@mvista.com>
11627
11628 From Martin Pool <mbp@samba.org>:
11629 * server.c (gdbserver_usage): New function.
11630 (main): Call it.
11631
116322002-05-14 Daniel Jacobowitz <drow@mvista.com>
11633
11634 * mem-break.c (reinsert_breakpoint_by_bp): Correct typo
11635 stop_at -> stop_pc.
11636
116372002-05-04 Andrew Cagney <ac131313@redhat.com>
11638
11639 * Makefile.in: Remove obsolete code.
11640
116412002-04-24 Michal Ludvig <mludvig@suse.cz>
11642
11643 * linux-low.c (regsets_fetch_inferior_registers),
11644 (regsets_store_inferior_registers): Removed cast to int from
11645 ptrace() calls.
11646 * regcache.h: Added declaration of struct inferior_info.
11647
116482002-04-20 Daniel Jacobowitz <drow@mvista.com>
11649
11650 * inferiors.c (struct inferior_info): Add regcache_data.
11651 (add_inferior): Call create_register_cache.
11652 (clear_inferiors): Call free_register_cache.
11653 (inferior_regcache_data, set_inferior_regcache_data): New functions.
11654 * regcache.c (struct inferior_regcache_data): New.
11655 (registers): Remove.
11656 (get_regcache): New function.
11657 (create_register_cache, free_register_cache): New functions.
11658 (set_register_cache): Don't initialize the register cache here.
11659 (registers_to_string, registers_from_string, register_data): Call
11660 get_regcache.
11661 * regcache.h: Add prototypes.
11662 * server.h: Likewise.
11663
116642002-04-20 Daniel Jacobowitz <drow@mvista.com>
11665
11666 * mem-break.c: New file.
11667 * mem-break.h: New file.
11668 * Makefile.in: Add mem-break.o rule; update server.h
11669 dependencies.
11670 * inferiors.c (struct inferior_info): Add target_data
11671 member.
11672 (clear_inferiors): Free target_data member if set.
11673 (inferior_target_data, set_inferior_target_data): New functions.
11674 * linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
11675 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
11676 * linux-low.c (linux_bp_reinsert): New variable.
11677 (struct inferior_linux_data): New.
11678 (linux_create_inferior): Use set_inferior_target_data.
11679 (linux_attach): Likewise. Call add_inferior.
11680 (linux_wait_for_one_inferior): New function.
11681 (linux_wait): Call it.
11682 (linux_write_memory): Add const.
11683 (initialize_low): Call set_breakpoint_data.
11684 * linux-low.h (struct linux_target_ops): Add breakpoint
11685 handling members.
11686 * server.c (attach_inferior): Remove extra add_inferior
11687 call.
11688 * server.h: Include mem-break.h. Update inferior.c
11689 prototypes.
11690 * target.c (read_inferior_memory)
11691 (write_inferior_memory): New functions.
11692 * target.h (read_inferior_memory)
11693 (write_inferior_memory): Change macros to prototypes.
11694 (struct target_ops): Update comments. Add const to write_memory
11695 definition.
11696
116972002-04-11 Daniel Jacobowitz <drow@mvista.com>
11698
11699 * linux-low.c (usr_store_inferior_registers): Support
11700 registers which are allowed to fail to store.
11701 * linux-low.h (linux_target_ops): Likewise.
11702 * linux-ppc-low.c (ppc_regmap): Support FPSCR.
11703 (ppc_cannot_store_register): FPSCR may not be storable.
11704
117052002-04-09 Daniel Jacobowitz <drow@mvista.com>
11706
11707 * server.h: Include <string.h> if HAVE_STRING_H.
11708 * ChangeLog: Correct paths in last ChangeLog entry.
11709
117102002-04-09 Daniel Jacobowitz <drow@mvista.com>
11711
11712 * linux-low.h: Remove obsolete prototypes.
11713 (struct linux_target_ops): New.
11714 (extern the_low_target): New.
11715 * linux-low.c (num_regs, regmap): Remove declarations.
11716 (register_addr): Use the_low_target explicitly.
11717 (fetch_register): Likewise.
11718 (usr_fetch_inferior_registers): Likewise.
11719 (usr_store_inferior_registers): Likewise.
11720 * linux-arm-low.c (num_regs): Remove.
11721 (arm_num_regs): Define.
11722 (arm_regmap): Renamed from regmap, made static.
11723 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
11724 made static.
11725 (arm_cannot_store_register): Renamed from cannot_store_register,
11726 made static.
11727 (the_low_target): New.
11728 * linux-i386-low.c (num_regs): Remove.
11729 (i386_num_regs): Define.
11730 (i386_regmap): Renamed from regmap, made static.
11731 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
11732 made static.
11733 (i386_cannot_store_register): Renamed from cannot_store_register,
11734 made static.
11735 (the_low_target): New.
11736 * linux-ia64-low.c (num_regs): Remove.
11737 (ia64_num_regs): Define.
11738 (ia64_regmap): Renamed from regmap, made static.
11739 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
11740 made static.
11741 (ia64_cannot_store_register): Renamed from cannot_store_register,
11742 made static.
11743 (the_low_target): New.
11744 * linux-m68k-low.c (num_regs): Remove.
11745 (m68k_num_regs): Define.
11746 (m68k_regmap): Renamed from regmap, made static.
11747 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
11748 made static.
11749 (m68k_cannot_store_register): Renamed from cannot_store_register,
11750 made static.
11751 (the_low_target): New.
11752 * linux-mips-low.c (num_regs): Remove.
11753 (mips_num_regs): Define.
11754 (mips_regmap): Renamed from regmap, made static.
11755 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
11756 made static.
11757 (mips_cannot_store_register): Renamed from cannot_store_register,
11758 made static.
11759 (the_low_target): New.
11760 * linux-ppc-low.c (num_regs): Remove.
11761 (ppc_num_regs): Define.
11762 (ppc_regmap): Renamed from regmap, made static.
11763 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
11764 made static.
11765 (ppc_cannot_store_register): Renamed from cannot_store_register,
11766 made static.
11767 (the_low_target): New.
11768 * linux-s390-low.c (num_regs): Remove.
11769 (s390_num_regs): Define.
11770 (s390_regmap): Renamed from regmap, made static.
11771 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
11772 made static.
11773 (s390_cannot_store_register): Renamed from cannot_store_register,
11774 made static.
11775 (the_low_target): New.
11776 * linux-sh-low.c (num_regs): Remove.
11777 (sh_num_regs): Define.
11778 (sh_regmap): Renamed from regmap, made static.
11779 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
11780 made static.
11781 (sh_cannot_store_register): Renamed from cannot_store_register,
11782 made static.
11783 (the_low_target): New.
11784 * linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
11785 (the_low_target): New.
11786
117872002-04-09 Daniel Jacobowitz <drow@mvista.com>
11788
11789 * Makefile.in: Add stamp-h target.
11790 * configure.in: Create stamp-h.
11791 * configure: Regenerated.
11792
117932002-04-09 Daniel Jacobowitz <drow@mvista.com>
11794
11795 * inferiors.c: New file.
11796 * target.c: New file.
11797 * target.h: New file.
11798 * Makefile.in: Add target.o and inferiors.o. Update
11799 dependencies.
11800 * linux-low.c (inferior_pid): New static variable,
11801 moved from server.c.
11802 (linux_create_inferior): Renamed from create_inferior.
11803 Call add_inferior. Return 0 on success instead of a PID.
11804 (linux_attach): Renamed from myattach.
11805 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
11806 (linux_thread_alive): Renamed from mythread_alive.
11807 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
11808 child dies.
11809 (linux_resume): Renamed from myresume. Add missing ``return 0''.
11810 (regsets_store_inferior_registers): Correct error message.
11811 Add missing ``return 0''.
11812 (linux_fetch_registers): Renamed from fetch_inferior_registers.
11813 (linux_store_registers): Renamed from store_inferior_registers.
11814 (linux_read_memory): Renamed from read_inferior_memory.
11815 (linux_write_memory): Renamed from write_inferior_memory.
11816 (linux_target_ops): New structure.
11817 (initialize_low): Call set_target_ops ().
11818 * remote-utils.c (unhexify): New function.
11819 (hexify): New function.
11820 (input_interrupt): Send signals to ``signal_pid''.
11821 * server.c (inferior_pid): Remove.
11822 (start_inferior): Update create_inferior call.
11823 (attach_inferior): Call add_inferior.
11824 (handle_query): New function.
11825 (main): Call handle_query for `q' packets.
11826 * server.h: Include "target.h". Remove obsolete prototypes.
11827 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
11828
118292002-04-09 Daniel Jacobowitz <drow@mvista.com>
11830
11831 * Makefile.in: Add WARN_CFLAGS. Update configury
11832 dependencies.
11833 * configure.in: Check for <string.h>
11834 * configure: Regenerate.
11835 * config.in: Regenerate.
11836 * gdbreplay.c: Include needed system headers.
11837 (remote_open): Remove strchr prototype.
11838 * linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
11839 * regcache.c (supply_register): Change buf argument to const void *.
11840 (supply_register_by_name): Likewise.
11841 (collect_register): Change buf argument to void *.
11842 (collect_register_by_name): Likewise.
11843 * regcache.h: Add missing prototypes.
11844 * remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
11845 * server.c (handle_query): New function.
11846 (attached): New static variable, moved out of main.
11847 (main): Quiet longjmp clobber warnings.
11848 * server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
11849 * utils.c (error): Remove NORETURN.
11850 (fatal): Likewise.