Lines Matching defs:internal
314 BreakpointList &Target::GetBreakpointList(bool internal) {
315 if (internal)
321 const BreakpointList &Target::GetBreakpointList(bool internal) const {
322 if (internal)
368 /*internal=*/false,
382 RegularExpression source_regex, bool internal, bool hardware,
392 return CreateBreakpoint(filter_sp, resolver_sp, internal, hardware, true);
399 LazyBool skip_prologue, bool internal,
450 return CreateBreakpoint(filter_sp, resolver_sp, internal, hardware, true);
453 BreakpointSP Target::CreateBreakpoint(lldb::addr_t addr, bool internal,
469 BreakpointSP bp_sp(CreateBreakpoint(so_addr, internal, hardware));
473 BreakpointSP Target::CreateBreakpoint(const Address &addr, bool internal,
479 return CreateBreakpoint(filter_sp, resolver_sp, internal, hardware, false);
483 Target::CreateAddressInModuleBreakpoint(lldb::addr_t file_addr, bool internal,
490 return CreateBreakpoint(filter_sp, resolver_sp, internal, request_hardware,
498 lldb::addr_t offset, LazyBool skip_prologue, bool internal, bool hardware) {
512 bp_sp = CreateBreakpoint(filter_sp, resolver_sp, internal, hardware, true);
523 LazyBool skip_prologue, bool internal, bool hardware) {
538 bp_sp = CreateBreakpoint(filter_sp, resolver_sp, internal, hardware, true);
549 LazyBool skip_prologue, bool internal, bool hardware) {
568 bp_sp = CreateBreakpoint(filter_sp, resolver_sp, internal, hardware, true);
633 bool internal, bool hardware) {
642 return CreateBreakpoint(filter_sp, resolver_sp, internal, hardware, true);
647 bool catch_bp, bool throw_bp, bool internal,
650 *this, language, catch_bp, throw_bp, internal);
665 const FileSpecList *containingSourceFiles, bool internal,
690 return CreateBreakpoint(filter_sp, resolver_sp, internal, false, true);
695 bool internal, bool request_hardware,
703 AddBreakpoint(bp_sp, internal);
708 void Target::AddBreakpoint(lldb::BreakpointSP bp_sp, bool internal) {
711 if (internal)
720 LLDB_LOGF(log, "Target::%s (internal = %s) => break_id = %s\n",
726 if (!internal) {
1006 LLDB_LOGF(log, "Target::%s (break_id = %i, internal = %s)\n", __FUNCTION__,
1026 LLDB_LOGF(log, "Target::%s (break_id = %i, internal = %s)\n", __FUNCTION__,
1044 LLDB_LOGF(log, "Target::%s (break_id = %i, internal = %s)\n", __FUNCTION__,