Deleted Added
full compact
libpthread_md.c (132360) libpthread_md.c (181059)
1/*
2 * Copyright (c) 2004 Marcel Moolenaar
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 *

--- 11 unchanged lines hidden (view full) ---

20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 */
26
27#include <sys/cdefs.h>
1/*
2 * Copyright (c) 2004 Marcel Moolenaar
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 *

--- 11 unchanged lines hidden (view full) ---

20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 */
26
27#include <sys/cdefs.h>
28__FBSDID("$FreeBSD: head/lib/libthread_db/arch/ia64/libpthread_md.c 132360 2004-07-18 19:29:38Z marcel $");
28__FBSDID("$FreeBSD: head/lib/libthread_db/arch/ia64/libpthread_md.c 181059 2008-07-31 16:26:58Z marcel $");
29
30#include <sys/procfs.h>
29
30#include <sys/procfs.h>
31#include <thread_db.h>
31#include <ucontext.h>
32
32#include <ucontext.h>
33
34#include "libpthread_db.h"
35
33void
34pt_reg_to_ucontext(const struct reg *r, ucontext_t *uc)
35{
36}
37
38void
39pt_ucontext_to_reg(const ucontext_t *uc, struct reg *r)
40{

--- 22 unchanged lines hidden ---
36void
37pt_reg_to_ucontext(const struct reg *r, ucontext_t *uc)
38{
39}
40
41void
42pt_ucontext_to_reg(const ucontext_t *uc, struct reg *r)
43{

--- 22 unchanged lines hidden ---