remote_gdb.hh (12031:46116545e745) remote_gdb.hh (12122:20512f6810d7)
1/*
2 * Copyright 2015 LabWare
3 * Copyright 2014 Google, Inc.
4 * Copyright (c) 2002-2005 The Regents of The University of Michigan
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are

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

359
360 public:
361 GDBListener(BaseRemoteGDB *g, int p);
362 ~GDBListener();
363
364 void accept();
365 void listen();
366 std::string name();
1/*
2 * Copyright 2015 LabWare
3 * Copyright 2014 Google, Inc.
4 * Copyright (c) 2002-2005 The Regents of The University of Michigan
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are

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

359
360 public:
361 GDBListener(BaseRemoteGDB *g, int p);
362 ~GDBListener();
363
364 void accept();
365 void listen();
366 std::string name();
367
368 int getPort() const;
367};
368
369#endif /* __REMOTE_GDB_H__ */
369};
370
371#endif /* __REMOTE_GDB_H__ */