Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Side by Side Diff: gdb/testsuite/gdb.threads/Makefile.in

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gdb/testsuite/gdb.stabs/weird.exp ('k') | gdb/testsuite/gdb.threads/attach-into-signal.exp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 VPATH = @srcdir@ 1 VPATH = @srcdir@
2 srcdir = @srcdir@ 2 srcdir = @srcdir@
3 3
4 EXECUTABLES = attach-into-signal attach-stopped attachstop-mt \ 4 EXECUTABLES = attach-into-signal-nothr attach-into-signal-thr \
5 » attach-stopped attachstop-mt \
5 bp_in_thread current-lwp-dead execl execl1 fork-child-threads \ 6 bp_in_thread current-lwp-dead execl execl1 fork-child-threads \
6 fork-thread-pending gcore-pthreads hand-call-in-threads \ 7 fork-thread-pending gcore-pthreads hand-call-in-threads \
7 ia64-sigill interrupted-hand-call killed linux-dp \ 8 ia64-sigill interrupted-hand-call killed linux-dp \
8 local-watch-wrong-thread manythreads multi-create pending-step \ 9 local-watch-wrong-thread manythreads multi-create pending-step \
9 print-threads pthreads pthread_cond_wait schedlock sigthread \ 10 print-threads pthreads pthread_cond_wait schedlock sigthread \
10 staticthreads switch-threads thread-execl thread-specific \ 11 staticthreads switch-threads thread-execl thread-specific \
11 thread_check thread_events threadapply threxit-hop-specific \ 12 thread_check thread_events threadapply threxit-hop-specific \
12 tls tls-main tls-nodebug watchthreads watchthreads-reorder \ 13 tls tls-main tls-nodebug watchthreads watchthreads-reorder \
13 watchthreads2 14 watchthreads2
14 15
15 all info install-info dvi install uninstall installcheck check: 16 all info install-info dvi install uninstall installcheck check:
16 @echo "Nothing to be done for $@..." 17 @echo "Nothing to be done for $@..."
17 18
18 clean mostlyclean: 19 clean mostlyclean:
19 -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp core core.* $(EXECUTABLES) \ 20 -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp core core.* $(EXECUTABLES) \
20 *.core gcore.test 21 *.core gcore.test
22 -rm -f *.dwo *.dwp
21 23
22 distclean maintainer-clean realclean: clean 24 distclean maintainer-clean realclean: clean
23 -rm -f Makefile config.status config.log config.h gdb.log gdb.sum 25 -rm -f Makefile config.status config.log config.h gdb.log gdb.sum
OLDNEW
« no previous file with comments | « gdb/testsuite/gdb.stabs/weird.exp ('k') | gdb/testsuite/gdb.threads/attach-into-signal.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698